/*
Theme Name: E-Paper


Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use
/* Base CSS */
@font-face {
    font-family: 'SolaimanLipiNormal';
    src: url('assets/fonts/solaiman-lipi.eot');
    src: url('assets/fonts/solaiman-lipi.eot') format('embedded-opentype'),
         url('assets/fonts/solaiman-lipi.woff') format('woff'),
         url('assets/fonts/solaiman-lipi.ttf') format('truetype'),
         url('assets/fonts/solaiman-lipi.svg#SolaimanLipiNormal') format('svg');
    
    font-weight:normal;font-style:normal;
}

.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus, input:focous, textarea:focous, button:focous {outline:none}
img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    font-weight: 700;
}
html,
body { height: 100% }

a:hover { text-decoration: none }

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.all_page_image img{
	width:100%;
	height:auto;
}
.all_page_image_sidebar img {
	width: 100%!important;
	height: 400px!important;
	overflow: hidden!important;
}
/**==================================
         top Header Section start
 ==================================**/ 
.fixed_archive_post {
	width: 18%;
	float: left;
	margin-right: 10px;
	background: #f2f2f2;
	margin-bottom: 20px;
}
 .arrow2 {
	position: absolute;
	right: 23px;
	bottom: 0px;
}
.arrow2 a {
	text-decoration: none;
	color: #bd0707;
	font-size: 20px;
	font-weight: 600;
}
.arrow2 a:hover {
	color: #0a318e;
	transition:.5s;
}
.arrow1 a {
	text-decoration: none;
	color: #bd0707;
	font-size: 20px;
	font-weight: 600;
}
.arrow1 a:hover {
	color: #0a318e;
	transition:.5s;
}
.arrow a {
	text-decoration: none;
	color: #bd0707;
	font-size: 20px;
	font-weight: 600;
}
.arrow a:hover {
	color: #0a318e;
	transition:.5s;
}
.all_page_image img:hover {
	background:#ddd;
	opacity: .7;
}
.widget img{
	width:100%;
	height:auto;
}

.date_social span i{
    color: #000;
    font-size: 20px;
    padding-right: 6px;
}
.date_social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.date_social ul li {
    display: inline-block;
    margin-right: 3px;
    font-size: 16px;
}
.hdr_facebook{
    background-color: #0355af;
    color: #fff;
    padding: 6px 12px;
    border-radius: 50%;
}
.hdr_facebook:hover{
    color: #fff;
    background: #023369; 
}

.hdr_twitter{
    background-color: #00ACEE;
    color: #fff;
    padding: 6px 9px;
    border-radius: 50%;
}
.hdr_twitter:hover{
    color: #fff;
    background: #018cc1; 
}

.hdr_instagram{
    background-color: #E9667F;
    color: #fff;
    padding: 6px 9px;
    border-radius: 50%;
}
.hdr_instagram:hover{
    color: #fff;
    background: #e22b4e; 
}

.hdr_android{
    background-color: #89a81e;
    color: #fff;
    padding: 7px 10px;
    border-radius: 50%;
}
.hdr_android:hover{
    color: #fff;
    background: #627c07; 
}

.hdr_google_plus{
    background-color: #DD4A3A;
    color: #fff;
    padding: 6px 6px;
    border-radius: 50%;
}
.hdr_google_plus:hover{
    color: #fff;
    background: #e03421; 
}

.hdr_youtube{
    background-color: #d80202;
    color: #fff;
    padding: 6px 10px;
    border-radius: 50%;
}
.hdr_youtube:hover{
    color: #fff;
    background: #FF0000; 
}


.top_hdr_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}
.top_hdr_menu ul li {
    display: inline-block;
    padding-right: 5px;
    border-left: 1px solid#ddd;
    padding-left: 10px;
}
.top_hdr_menu ul li:first-child {
    border:none;
}

.top_hdr_menu ul li a:hover{
    color: #FF9800;
}


.logo img {
	width: 100%;
	height: auto;
	padding: 10px 0;
}
.banner img{
	width: 100%;
	height: auto;
	padding: 15px 0;
}



.menu_area .menu_bottom .mainmenu a , .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    padding: 10px 14px;
    border-right:1px solid#174384;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff !important;
    margin: 0px;
    background-color: #174384;
}
/*scroll-section Css.*/
.scroll{
	border-bottom:1px dotted#006600;
	padding-bottom:2px;
	margin:10px 0 0 0;
}

.scroll_02{
	padding:5px 0;
	color:red;
}
.scroll_02 a{
	color:#F11514;
}

.body_section{
    background: #fff;
    padding:20px 0px;
}
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
 
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 90%;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 90%;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}


.all_page_sec {
    background: #eeebeb;
    box-shadow: 5px 5px 10px #2b2a2a;
    border: 1px solid#f0ecec;
    overflow: hidden;
}

.all_page_heading  {
    text-align: center;
    padding: 5px;
}
.all_page_heading a {
    color: #333;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    display: block;
}
.all_page_heading a:hover {
    color: #A01C20;
    transition: .5s;
}

.all_page_carasule_sec .owl-nav button {
	display: inline-block;
	width: 34px;
	height: 37px;
	background: none;
	text-align: center;
	font-size: 27px;
	transition: .3s;
	color: #bbb;
	border-left: 1px solid #2B4052 !important;
	margin-bottom: 10px;
}
.fb-root{
	margin-bottom:15px;
}
.all_page_carasule_sec:hover .owl-nav button{
    opacity: .9;
}
.all_page_carasule_sec .owl-nav button i{
    line-height: 29px;
}
.all_page_carasule_sec .owl-nav button:hover{
    background: #01284F;
    color:#fff;
    transition:.8s;
}

.all_page_carasule_sec .owl-nav{
    position: absolute;
    right: 0;
    top: -38px;
}

.social_Share_icon {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 10px!important;
}
.social_Share_icon li {
    display: inline-block;
    margin-right: -2px;
    margin-left: -3px;
}

.social_Share_icon li a {
    display: inline-block;
    width: 120px;
    height: 34px;
    text-align: center;
    font-size: 16px;
    padding-top: 6px;
}

.social_Share_icon li:hover {
    color: #ddd;
    opacity: .9;
}

/**========= facebook start========**/ 

.sngl_facebook{
    background-color: #023369;
    color: #fff!important;
}
/**========= twitter start========**/ 

.sngl_twitter{
    background-color: #00ACEE;
    color: #fff!important;
}
/**========= google-plus start========**/ 
.sngl_google-plus{
    background-color: #DD4A3A;
    color: #fff!important;
}
/**========= reddit start========**/ 
.sngl_reddit{
    background-color: #3B5999;
    color: #fff!important;
}
/**========= digg start========**/ 
.sngl_digg{
    background-color: #3B5999;
    color: #fff!important;
}
/**========= pinterest start========**/ 
.sngl_pinterest{
    background-color: #CB2028;
    color: #fff!important;
}
/**========= pinterest start========**/ 
.sngl_print{
    background-color: #ADADAD;
    color: #fff!important;
    cursor: pointer;
}


.design_developed a{
    color: #fff;
}



/**==================================
         go to top css start
 ==================================**/ 

.TopUp{;
    width:40px; 
    height:50px;
    padding:10px;  
    background: #01284F;
    position:fixed;
    right:25px;
    bottom:70px;
    border-radius: 5%;
    z-index: 999;
}
.TopUp i.fa {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    top: 5px;
    display: block;
    position: absolute;
    right: 9px;
}
.TopUp:hover{
    text-decoration:none;

}
.erorr_dtails {
	text-align: center;
	font-size: 30px;
	line-height:36px;
	margin-top: 20px;
	color: #315b73;
	margin-bottom:20px;
}
.erorr_dtails a  {
	font-size:25px;
	text-decoration:none;
}
.erorr_dtails a button {
	border: none;
	background: #3c7e91;
	color: #fff;
	border-radius: 10%;
	padding: 8px 15px;
}
.erorr_dtails a button:hover {
	background: #E8E8FF;
	color: #3c7e91;
	transition:.5s;
}
.sgl_about_photo img {
    width: 100%;
    height: auto;
    margin-bottom: 18px;
}

.sgl_about_title {
   background:#fff;
	padding:8px 15px;
	margin-bottom:15px;
	font-size:22px;
	border-left:3px solid#159BE6;
	margin-top:10px;
}
.sgl_about_content {
    text-align: justify;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}
/*===========================
        8.WORK
=============================*/
.modal-body {
	margin-left: -190px;
	margin-right: -190px;
}
.modal-body {
	padding: 0px !important;
}
.search_box .search-icon-holder .close i {
	font-size: 35px;
	color: #fff;
	margin-right: -320px;
}
.search_box .search-icon-holder .modal-header {
	padding: 10px 15px;
}
.modal-content, #caption {
	background: none !important;
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #000;
}