/*
Theme Name: AESoliman Website Theme
Author: The WordPress team
Version: 1.3
*/
@import url(fonts/fonts.css);
/*font-family: "latoregular";*/
/*font-family: "latolight";*/
/*font-family: 'latoblack';*/
/*font-family: 'Roboto-Medium';*/
/*font-family: 'HandOfSeanDemo';*/

body {
	text-rendering: optimizelegibility;
}

.mt0{margin-top: 0px;} .mt5{margin-top: 5px;}
.mt10{margin-top: 10px;} .mt15{margin-top: 15px;}
.mt20{margin-top: 20px;} .mt25{margin-top: 25px;}
.mt30{margin-top: 30px;} .mt35{margin-top: 35px;}
.mt40{margin-top: 40px;} .mt45{margin-top: 45px;}

.padding-tb30{padding-top: 30px; padding-bottom: 30px;}
.padding-tb40{padding-top: 40px; padding-bottom: 40px;}
.padding-tb50{padding-top: 50px; padding-bottom: 50px;}

a:link, a, select, input, button, textarea{
	outline: none;
}

.text-white{color: #ffffff!important;}

.container{
	width: 100%;
	max-width: 1000px;
}

.footer-link .current-menu-item a {
	color: #adadad !important;
	text-decoration: none !important;
}

.footer-link li a:hover {
    color: #adadad !important;
	text-decoration: none !important;
}





/*=======================================*/
/*== Header Style ==*/
/*=======================================*/
header{
	background: #333333;
	padding-top: 15px;
}
.nav-social{
	text-align: right;
	margin-top: 18px;
	font-size: 18px;
	font-family: "latoregular";
}
.nav-social a, .nav-social a:focus{
	color: #b2b2b2;
	text-decoration: none;
}
.nav-social a:hover{
	color: #f59223;
	text-decoration: none;
}


.navbar-default{
	border-radius: 0px;
	border: none;
	background: transparent;
	margin-bottom: 0px;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #f59223;
  background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
  color: #cbcbcb;
  font-size: 15px;
  font-family: "latoregular";
}
.navbar-default .navbar-nav>li>a:hover {
	color: #f59223;
}
.navbar-default .navbar-nav>li.current-menu-item:not(.menu-item-type-custom) a{color: #f59223;}
.navbar-default .navbar-nav>li>a.text-uppercase{
	font-size: 14px;
}
.navbar-nav>li a.active{color: #f59223;}
.navbar-nav li:nth-child(1) a{
	padding-left: 0px;
}
.navbar-nav li.nav-line a{
	padding-left: 0px;
	padding-right: 0px;
}
.navbar-collapse {
	margin-top: 15px;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 1px solid #464646!important;
}
.navbar-toggle .nav-menu{
	position: absolute;
	color: red;
	right: 60px;
	z-index: 999;
	top: 0px;
}

/*=======================================*/
/*== End Header Style ==*/
/*=======================================*/

.heading-set{
	margin-top: 0px;
	font-size: 62px;
	font-family: "latolight";
	color: #f59223;
	/*background: yellow;*/
}
.sub-title{
	font-size: 20px;
	font-family: "HandOfSeanDemo";
	color: #4b4b4b;
}
.sub-title span{
	display: block;
}
.img-center{
	display: block;
	max-width: 100%;
	margin: 0px auto;
}



.banner-section{
	padding-top: 30px;
	padding-bottom: 20px;
	background: #e5e2d7;
}
.banner-content h1{
	font-size: 60px;
	font-family: "latoblack";
	color: #333333;
	text-transform: uppercase;
	text-align: center;
}
.banner-content p{
	font-size: 20px;
	font-family: "HandOfSeanDemo";
	color: #333333;
	text-align: center;
}
.banner-content img{
	max-width: 100%;
}



.booking-section{
	padding-top: 30px;
	padding-bottom: 30px;
	background: #333333;
}
.booking-section p{
	color: #fff;
	font-family: "latolight";
	font-size: 18px;
	margin-bottom: 0px;
}
.booking-button{
	text-align: right;
}
.booking-button a{
	color: #fff;
	font-family: "Roboto-Medium";
	background: #f59223;
	border: 1px solid #f59223;
	width: 200px;
	height: 48px;
	line-height: 47px;
	border-radius: 2px;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	margin-top: 2px;
}
.booking-button a:hover{
	background: transparent;
	border: 1px solid #f59223;
	transition: 500ms;
}
.booking-button span{
	color: #ffffff;
	display: inline-block;
	vertical-align: middle;
	font-family: "HandOfSeanDemo";
	font-size: 18px;
}


.video-section{
	padding-top: 40px;
	padding-bottom: 35px;
	background: #ffffff;
}
video {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.about-content h3{
	color: #f59223;
	font-size: 38px;
	font-family: "latoblack";
}
.about-content p{
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;
  font-size: 16px;
  font-family: "latolight";
  color: #666;
}

.line-section{
	background: #e2dfd4;
}
.line-orange{
	width: 100%;
	height: 6px;
	background: #f59223;
}



.service-section{
	background: #333333;
	padding-top: 50px;
	padding-bottom: 70px;
}
.serv-sect {position:relative; }
/*.serv-sect .box-overlay-part {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}*/
.box-overlay-part:hover {text-decoration:none; }
.service-box{
	border: 1px solid #fff;
	box-sizing: border-box;
	position: relative;
	min-height: 240px;
	padding: 10px;
	text-align: center;
	margin-top: 30px;
}
.service-box:hover{
	background: #222;
	transition: 500ms;
	border: 1px solid #555;
}
.service-box img{
	transition: 500ms;
}
.service-box:hover img{
	transform: scale(0.7);
}
.service-box p{
	color: #ffffff;
	font-family: "latoblack";
	font-size: 16px;
	text-transform: uppercase;
}
.service-box p a {color: #ffffff;
	font-family: "latoblack";
	font-size: 16px;
	text-transform: uppercase;}
.service-box p span{
	display: block;
}



.pricing-section{
	padding-top: 50px;
	padding-bottom: 65px;
	background: #e2dfd4;
}
.pricing-section .sub-title{
	color: #2e2e2e;
}
.pricing-list{
	position: relative;
	display: block;
	margin: 25px 0px 40px 0px;
	padding: 0px;
	list-style-type: none;
	border: 1px solid #bbbbbb;
	box-sizing: border-box;
	background: #ffffff;
}
.pricing-list:before, .pricing-list:after{
	content: '';
	display: table;
	float: none;
	clear: both;
}
.pricing-box{
	float: left;
	width: 25%;
	background: #ffffff;
	position: relative;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 85px;
	min-height: 630px;
}
.pricing-box-rline{
	border-right: 1px solid #bbbbbb;
}
.pricing-box.active{
	background: #f59223;
}
.pricing-box.active:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 16px;
	background: #f59223;
	left: 0px;
	top: -15px;
}
.pricing-box.active:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 16px;
	background: #f59223;
	left: 0px;
	bottom: -15px;
}
.pricing-box img{
	width: 100px;
	display: block;
	margin: 0px auto;
}
.pricing-box h2{
	font-size: 22px;
	font-family: "latoblack";
	text-transform: uppercase;
}
.pricing-box h4{
	font-size: 28px;
	font-family: "latolight";
	text-transform: uppercase;
	color: #838383;
	padding: 14px 0px;
}
.pricing-box ul{
	list-style-type: none;
	padding: 10px;
	font-family: "latolight";
	font-size: 16px;
	line-height: 19px;
}
.pricing-box ul li{
	margin-bottom: 10px;
}
.pricing-button{
	width: 130px;
	height: 44px;
	line-height: 42px;
	border-radius: 2px;
	position: absolute;
	left: 50%;
	margin-left: -65px;
	bottom: 20px;
	background: #f59223;
	border: 1px solid #f59223;
	color: #ffffff;
	text-decoration: none;
	font-family: "Roboto-Medium";
	text-transform: uppercase;
	font-size: 15px;
}
.pricing-button:hover{
	background: #fff;
	text-decoration: none;
	color: #f59223;
}
.pricing-box.active h2, .pricing-box.active h4{
	color: #ffffff;
}
.pricing-box.active .pricing-button{
	border: 1px solid #ffffff;
}
.pricing-support{
	text-align: center;
	font-family: "latolight";
	font-size: 16px;
}







.resources-section{
	padding-top: 50px;
	padding-bottom: 65px;
	background: #ffffff;
}
.resources-box{
	text-align: center;
	box-sizing: border-box;
	padding: 15px 10px;
	transition: 500ms ease-out;
	margin-top: 20px;
}
.resources-box:hover{
	box-shadow: 0px 3px 12px #999;
}
.resources-box img{
	max-width: 100%;
}
.resources-box h3{
	font-family: "latoblack";
	font-size: 24px;
	color: #333333;
	min-height:55px;
} 
.resources-box h3 span{
	display: block;
}
.resources-box p{
	font-size: 16px;
	font-family: "latolight";
	color: #373737;
	min-height: 100px;
}
.resources-box a{
	display: inline-block;
	width: 140px;
	height: 46px;
	line-height: 44px;
	color: #ffffff;
	text-decoration: none;
	font-size: 17px;
	font-family: "Roboto-Medium";
	background: #f59223;
	border: 1px solid #f59223;
	border-radius: 2px;
	text-transform: uppercase;
	transition: 500ms;
}
.resources-box a:hover{
	background: #ffffff;
	text-decoration: none;
	color: #f59223;
}



/*===============================*/
/*--- Client Section Design ---*/
/*===============================*/
.clients-section{
	padding-top: 60px;
	padding-bottom: 80px;
	background: #333333;
}
.clients-box{
	position: relative;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.clients-box:before, .clients-box:after{
	content: '';
	display: table;
	float: none;
	clear: both;
}
.clients-box .clients-box50{
	width: 50%;
	float: left;
	min-height: 100px;
	background: #ccc;
}
.client-logo-para{
	list-style-type: none;
	padding-left: 0px;
	width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  background: #e2dfd4;
}
.client-logo-para li{
	width: 50%;
	height: 250px;
	display: table-cell;
  vertical-align: middle;
}
.client-logo-para li p{
	text-align: left;
	padding: 10px 20px;
	font-size: 15px;
	font-family: "latolight";
}
.client-logo-para li h4{
	text-align: left;
	padding: 0px 20px;
	font-size: 12px;
	font-family: "latoblack";
	text-transform: uppercase;
	color: #444;
	letter-spacing: 0.5px;
}
.client-logo-para .client-logo{
	background: #ffffff;
}







/*===============================*/
/*--- FAQ Section Design ---*/
/*===============================*/
.faq-section{
	padding-top: 50px;
	padding-bottom: 70px;
	background: #ffffff;
}
.faq-steps{
	margin-top: 15px;
}
.faq-question{
	position: relative;
	box-sizing: border-box;
	padding-left: 35px;
	font-family: "latoblack";
	font-size: 16px;
	text-transform: uppercase;
	color: #f59223;
	margin-bottom: 0px;
	cursor: pointer;
}
.faq-question.collapsed{
	color: #555;
}
.faq-question.collapsed span.glyphicon-menu-right{
	transform: rotate(90deg);
	border: 2px solid #555;
}
.faq-question span.glyphicon-menu-right{
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 17px;
	font-size: 10px;
	left: 0px;
	top: 0px;
	border: 2px solid #f59223;
	border-radius: 50%;
	text-align: center;
	transform: rotate(0deg);
	transition: 500ms;
}
.faq-paragraph{
	font-family: "latoregular";
	box-sizing: border-box;
	font-size: 15px;
	padding-left: 35px;
}
.faq-paragraph p{
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
}




/*===============================*/
/*--- Latest News Section Design ---*/
/*===============================*/
.latestnews-section{
	background: #e2dfd4;
	padding-top: 50px;
	padding-bottom: 70px;
}
.news-box{
	overflow: hidden;
	position: relative;
	border-radius: 4px;
	box-sizing: border-box;
	background: #ffffff;
	min-height: 320px;
	margin-top: 20px;
}
.news-box:hover{
	box-shadow: 0px 0px 10px #888;
	transition: 500ms;
}
.news-box .news-images{
	width: auto;
	max-width: 100%;
	display: block;
	margin: 0px auto;
}
.news-box .news-images-fixed{
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 0;
}
.news-box h3{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 16px;
	font-family: "latoblack";
	padding: 10px 10px;
	position: relative;
	z-index: 2;
}
.news-box p{
	padding: 0px 10px;
	position: relative;
	z-index: 2;
	font-size: 15px;
	font-family: "latoregular";
}
.news-readmore{
	color: #f59223;
	font-size: 15px;
	font-family: "latoregular";
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.news-readmore:hover{
	text-decoration: none;
	color: #f59223;
	opacity: 0.7;
}
.news-readmore span{
	font-family: "Arial";
	font-size: 17px;
}
.news-bigbox h2{
	width: 60%;
	box-sizing: border-box;
	padding: 10px 20px;
	font-size: 24px;
	font-family: "latoblack";
	position: relative;
	z-index: 10;
}
.news-bigbox p{
	width: 60%;
	box-sizing: border-box;
	position: relative;
	padding: 0px 20px;
	z-index: 10;
}
.news-bigbox a{
	display: inline-block;
	width: 130px;
	background: #f59223;
	border: 1px solid #f59223;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	height: 48px;
	font-size: 15px;
	font-family: "Roboto-Medium";
	line-height: 46px;
	border-radius: 2px;
	margin: 10px 20px;
	position: relative;
	z-index: 11;
}
.news-bigbox a:hover{
	background: #ffffff;
	border: 1px solid #f59223;
	color: #f59223;
}
.news-box.active{
	background: #f59223;
	text-align: center;
	color: #ffffff;
}
.news-box.active h3{
	margin-top: 10px;
	font-size: 26px; 
   /* font-size:18px; */
}
.news-readmore-active{
	display: inline-block;
	width: 130px;
	background: #f59223;
	border: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	height: 48px;
	font-size: 15px;
	font-family: "Roboto-Medium";
	line-height: 46px;
	border-radius: 2px;
	margin: 10px 20px;
	position: relative;
	z-index: 11;
}
.news-readmore-active:hover{
	display: inline-block;
	width: 130px;
	background: #ffffff;
	border: 1px solid #ffffff;
	color: #f59223;
	text-decoration: none;
}
.all-news, .all-news:focus{
	display: inline-block;
	width: 300px;
	height: 48px;
	line-height: 46px;
	font-size: 15px;
	text-align: center;
	border: 1px solid #f59223;
	background: #f59223;
	color: #ffffff;
	border-radius: 2px;
	font-family: "Roboto-Medium";
	text-transform: uppercase;
	margin-top: 50px;
	text-decoration: none;
}
.all-news:hover{
	border: 1px solid #f59223;
	background: #fff;
	color: #f59223;
	transition: 500ms;
	text-decoration: none;
}




/*===============================*/
/*--- Contact Us Section Design ---*/
/*===============================*/
.contact-section{
	padding-top: 50px;
	padding-bottom: 40px;
	background: #ffffff;
}
.form-contact{
	margin-bottom: 30px;
}
.form-contact input, .form-contact textarea{
	width: 100%;
	font-family: "latolight";
	font-size: 15px;
	background: #eeeeee;
	border: 1px solid #eeeeee;
	margin-bottom: 15px;
	height: 46px;
	padding-left: 18px;
	padding-right: 18px;
	box-sizing: border-box;
	transition: 500ms;
	color: #000000;
}
.form-contact textarea{
	padding-top: 15px;
	height: 180px;
}
.form-contact input:focus, .form-contact textarea:focus{
	border: 1px solid #999;
	background: #ffffff;
}
.form-contact button{
	background: #f59223;
	border: 1px solid #f59223;
	color:#ffffff;
	font-size: 15px;
	text-transform: uppercase;
	font-family: "Roboto-Medium";
	width: 150px;
	height: 50px;
	border-radius: 2px;
}




/*===============================*/
/*--- Footer Section Design ---*/
/*===============================*/
footer{
	background: #333333;
	padding-top: 40px;
	padding-bottom: 40px;
}
.footer-social{
	margin-top: 15px;
	margin-bottom: 0px;
}
.footer-link{
	list-style-type: none;
	padding-left: 20px;
	min-height: 120px;
	border-left: 1px solid #595959;
	margin-bottom: 0px;
}
.footer-link-rline{
	border-right: 1px solid #595959;
}
.footer-link li{
	margin-top: 4px;
	font-family: "latolight";
	font-size: 14px;
}
.footer-link li a{color: #adadad;}
.footer-link li a:hover{color: #f59223;}
.footer-link li.current-menu-item a{color: #f59223;}
.input-footer{
	position: relative;
	display: block;
}
.input-footer input[type="email"]{
	width: 100%;
	height: 38px;
	border-radius: 50px;
	border: 1px solid #fff;
	box-sizing: border-box;
	padding-left: 20px;
}
.input-footer input:focus{
	border: 1px solid #f59223;
	box-shadow: inset 0px 0px 10px #f59223;
}
.input-footer button{
	background: transparent;
	border: none;
	color: #f59223;
	position: absolute;
	width: 36px;
	height: 38px;
	top: 0px;
	right: 0px;
}
footer form label{
	font-size: 12px;
	font-family: "latoblack";
	text-transform: uppercase;
	color: #adadad;
	display: block;
	margin-bottom: 15px;
	font-weight: normal;
}
.copyright{
	margin-top: 30px;
	font-size: 14px;
	font-family: "latolight";
	color: #adadad;
}
/*===============================*/
/*--- End Footer Section Design ---*/
/*===============================*/


/*===============================*/
/*--- Go to Top of Page Design ---*/
/*===============================*/
.go-top{
	border-radius: 50%;
	position: fixed;
	width: 44px;
	height: 44px;
	background: #f59223;
	z-index: 1000;
	right: 10px;
	bottom: 35px;
	color: #ffffff;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 0.8px;
	cursor: pointer;
	transition: 0.3s ease-in;
	opacity: 0;
	visibility: hidden;
}
.go-top:hover{
	box-shadow: 0px 2px 4px #000; 
}
.go-top.top-show{
	opacity: 1;
	visibility: visible;
}



/* services.html */

.clear{ margin:0; padding: 0; line-height: 0; clear: both;}
.banner-inner { background: #e2dfd4; padding: 65px 0 10px; text-align: center;}
.banner-inner h1{ text-transform: uppercase; font-size: 40px; line-height: 54px; color: #333; font-weight: 900;font-family: 'Lato', sans-serif; padding: 0 60px;}
.banner-inner img{ display: block; max-width: 100%; margin: 0 auto;}

.taxinfowrap{ padding: 45px 0 10px; background: #333;}
.box1{ width: 870px; margin: 0 auto; border-bottom: dashed 1px #e1e1e1;}
.box1 img{ display: block; float: right;}
.infobox { width: 425px; float: left;}
.infobox h4{font-family: 'Lato', sans-serif; font-size: 20px; line-height: 30px; font-weight: 700; color: #f59223; text-transform: uppercase;}
.infobox p{ font-size: 16px; line-height: 26px; font-weight: 400; color: #fff;font-family: 'Lato', sans-serif;}
a.readmore{ display: block; width: 200px; height: 50px; line-height: 50px; text-align: center; text-transform: uppercase; background: #f59223; font-weight: 700; color: #fff;font-family: 'Lato', sans-serif; text-decoration: none;}

.box2{ text-align: center; padding: 35px 0 10px;}
.box2 p:first-child{ width: 870px; margin: 0 auto 22px;font-family: 'Lato', sans-serif; font-size: 18px; line-height: 26px; color: #fff; font-weight: 700;}
.box2 p:first-child strong{ color: #f59223;}
.box2 p{ font-size: 16px; line-height: 26px; color: #d2d0d0; font-weight: 400;font-family: 'Lato', sans-serif;  margin: 0 0 22px;}

.contact-section iframe{ width: 100%;}


/* typography */

.innercont{ background: #E2DFD4; padding: 50px 0;}
.default-temp h1{ font-size: 45px;}
.default-temp h2{ font-size: 40px;}
.default-temp h3{ font-size: 35px;}
.default-temp h4{ font-size: 30px;}
.default-temp h5{ font-size: 25px;}
.default-temp h6{ font-size: 20px;}
h1.page-title{font-size:32px; line-height:32px; padding-bottom:35px;}
.post-content-lists {margin-bottom:45px;}
.post-content-lists .post-thumbnail {float:left; width:22%; margin-right:3%;}
.post-content-lists .post-thumbnail img {width:100%; height:auto; }
.post-content-lists .post-entry {float:left; width:75%; }
.post-content-lists .post-entry.post-entry-full{float:none; width:100%; }
.post-content-lists .post-meta p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 18px;
}
.post-content-lists .post-meta p a {color:#f59223; text-decoration:underline;}
.post-meta p a {text-decoration:underline;}
.post-content-lists h3{    margin-bottom: 15px;
    padding: 0;
    margin-top: 0;
    font-size: 25px;
    line-height: 25px; }
.paginatio-nview {text-align:center; margin-top:25px;}
.paginatio-nview  ul {list-style:none; margin:0; padding:0; }
.paginatio-nview  ul li {display:inline-block;background:#d1d1d1;}
.paginatio-nview  ul li a{display:block; padding:5px 15px;}
.paginatio-nview  ul li.active {background:#000;}
.paginatio-nview  ul li.active  a{color:#fff;}
.postdetails-nav a:first-child{float:left;}
.postdetails-nav a:first-child{float:right;}

.wpcf7-form-control.wpcf7-submit{
    background: #f59223;
    border: 1px solid #f59223;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Roboto-Medium";
    width: 150px;
    height: 50px;
    border-radius: 2px;
} 
div.wpcf7-validation-errors {position:relative; clear:both; border:none;color:red !important; }
div.wpcf7-mail-sent-ok{position:relative; clear:both; border:none;color:green !important; }
.input-footer .arrow-rgt {
background: transparent;
    border: none;
    color: #f59223;
    position: absolute;
    width: 36px;
    height: 38px;
    top: 10px;
    right: 0px;
}
.input-footer .arrow-rgt input[type=submit]{
	background: transparent;
    border: none;
	position: absolute;
    width: 36px;
    height: 38px;
    top: 0;
    right: 0px;
}
.service-box p {min-height:45px;}
.icon.icon-search{display:none !important;}
.read-button{float:right; text-align:center;
    width: 140px;
    height: 46px;
    line-height: 44px;font-size: 17px;
    font-family: "Roboto-Medium";
    background: #f59223;
    border: 1px solid #f59223;
    border-radius: 2px;
    text-transform: uppercase;
    transition: 500ms;    color: #ffffff;
    text-decoration: none;
}
.read-button:hover{	
	    background: #ffffff;
    text-decoration: none;
    color: #f59223;
}
.navbar-nav>li ul.sub-menu {position:absolute; display:none; margin:0; padding:0; list-style:none;}
.navbar-nav>li ul.sub-menu li a{color: #cbcbcb; display:block;    overflow: hidden;
    font-size: 13px;
    font-family: "latoregular";}
.navbar-nav>li:hover .sub-menu{display: block;background: #333333;width: 280px;z-index: 9;padding: 1em;}
.sub-menu li{padding: 1em 0;border-bottom: 1px solid #464646;}
.sub-menu a{font-size: 15px;}
.navbar-nav>li ul:hover.sub-menu li a{text-decoration: none;}

header.sticky{ padding:0;}
header.sticky nav{ position:fixed; left:0; top:0; width:100%; background:#333; z-index:99999;}
header.sticky .navbar-collapse{ margin-top:0; border-top:none;}

.menu-image-hover-wrapper{float:left;}
.menu-image-title {overflow:hidden;}
.sub-menu li:after{content:""; display:block; clear:both; }
.go-top{left:10px; bottom:10px;}
.fc-main > p{display:none !important;}
.cont-details p{    color: #adadad;}
.cont-details p a{ color: #adadad;}
.cont-details {margin-top:15px;}


.navbar-default .navbar-nav > li a.current span{ color: #f59223;}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover span{ color: #f59223;}
.service-section a{ display: block;}
.regsitrationmenu span.menu-image-title{color:#cbcbcb !important;}
ul.InnerMenuView > li:nth-child(2) {display:none !important;}
.fc-item-title{display:none !important;}


/* about us */
.banner-inner p{font-family: 'Lato', sans-serif; font-size: 20px; line-height: 26px; color: #333; font-weight: 400; padding: 0 140px;}
.banner-inner{ padding: 25px 0 30px;}
.aboutrow{padding:90px 0;}
.aboutrow h1{font-family: 'Lato', sans-serif; font-size: 30px; line-height: normal; color: #fff; font-weight: 700; text-align: center; text-transform: uppercase; margin: 0 0 20px;}
.abtinfo{ padding: 0 0; position: relative;}
.abtinfo > div{ position: absolute; left: 0; top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%);}
.abtinfo h3{font-family: 'Lato', sans-serif; font-size: 22px; line-height: normal; color: #f59223; font-weight: 700; text-transform: uppercase; margin: 0 0 20px;}
.abtinfo p{font-family: 'Lato', sans-serif; font-size: 16px; line-height: 26px; font-weight: 400;}
.aboutrow img{ max-width: 100%; display: block;}
.aboutrow{    padding: 90px 0;}

.slik-slider img{ display: block; margin: 0 auto; width: 90%; height: auto;}


.bannerservices{ padding-bottom: 0;}


/* blog page */

.blogcontainer{ padding: 85px 0;font-family: 'Lato', sans-serif;}
.blogcontainer h2{font-family: 'Lato', sans-serif; text-align: center; margin: 0 0 60px; text-transform: uppercase; font-size: 30px; line-height: normal; color: #333; font-weight: 700;}
.blogpost{ border-bottom: solid 1px #dedded; margin: 0 0 40px; padding: 0 0 35px;}
.blogimgbox{ position: relative; }
.blogimgbox img{ display: block; width: auto; height: auto; margin: 0 0 10px; max-width: 100%;}
.blogleftcont h3{font-family: 'Lato', sans-serif; font-size: 24px; line-height: 30px; color: #333; font-weight: 700; margin: 0 0 20px;}
.blogleftcont p{font-family: 'Lato', sans-serif; font-size: 16px; line-height: 28px; color: #333; font-weight: 400; margin: 0 0 30px; }
a.readbtn{ display: block; width: 160px; height: 45px; border: solid 1px #525252; font-size: 15px; font-weight: 400; line-height: 45px; text-align: center; color: #606060; transition: ease-in all 0.3s;}
a.readbtn:hover{ background: #f69223; border: solid 1px #f69223; color: #fff; text-decoration: none;}


.smallposts{ margin: 0 0 50px;}
.smallposts ul{ margin: 0; padding: 0; list-style: none;}
.smallposts > ul > li{ margin: 0 0 40px; padding: 0 0 35px;border-bottom: solid 1px #dedded;}
.smallposts > ul > li:last-child{ margin: 0; padding: 0; border: none;}
.postimg{ width: 270px; float: left;}
.postimg img{ display: block; width: 100%; height: auto; object-fit: cover;}
.postdata{ width: 340px; float: right;}

.postday{ margin: 0 0 15px;}
.postday span{ font-family: 'Lato', sans-serif;display: block; float: left; font-size: 14px; line-height: 28px; color: #262626; font-weight: 400; font-style: italic;}
.postday ul{ margin: 0; padding: 0; list-style: none; float: right;}
.postday ul li{ position: relative; float: left; margin: 0 25px 0 0; padding: 0 0 0 22px; }
.postday ul li:last-child{ margin: 0;}
.postday ul li i{ display: block; position: absolute; left: 0; top: 0px;color: #262626; font-size: 14px; line-height: 28px;}
.postday ul li a{font-family: 'Lato', sans-serif; color: #262626; font-size: 14px; line-height: 28px;}

.pagin ul{ margin: 0; padding: 0; list-style: none;}
.pagin ul li{ float: left; margin: 0 10px 0 0;}
.pagin ul li:last-child{ margin: 0;}
.pagin ul li a{ display: block; width: 35px; height: 35px; line-height: 33px; font-size: 16px; color: #333; font-weight: 400; border-radius: 3px; border: solid 1px #b7b7b7; text-align: center; transition: ease-in all 0.3s;}
.pagin ul li.active a{ background: #f69223; border: solid 1px #f69223; color: #fff;}
.pagin ul li:hover a{background: #f69223; border: solid 1px #f69223; color: #fff; text-decoration: none;}

.sidebar h4{ font-size: 18px; line-height: 28px; color: #1f1f1f; font-weight: 700; position: relative; padding: 0 0 8px;}
.sidebar h4:before{ content: ""; position: absolute; left: 0; bottom: 0; width: 38px; height: 2px; background: url(images/h4border.png) no-repeat left bottom;}
.categories{ margin: 0 0 40px;}
.categories ul{ margin: 0; padding: 0; list-style: none;}
.categories ul li{ border-bottom: solid 1px #e1e1e1; position: relative;}
.categories ul li i{ position: absolute; right: 0; top: 15px; line-height: normal; font-size: 16px; color: #171717;}
.categories ul li:last-child{ border-bottom: none;}
.categories ul li a{ display: inline-block; font-size: 15px; line-height: 17px; color: #171717; font-weight: 400; padding: 15px 0;}
.categories ul li:hover a{ color: #f69223;}
.categories ul li:hover i { color: #f69223;}
.categories ul li.active a{ color: #f69223;}
.categories ul li.active i { color: #f69223;}

.trendingpost{ margin: 0 0 30px;}
.trendingpost h4{ margin: 0 0 15px;}
.trendingpost ul{ margin: 0; padding: 0; list-style: none;}
.trendingpost ul li{ margin: 0 0 20px;}
.trendingpost ul li a{ display: block;}
.trendingpost ul li a img{ display: block; float: left; margin: 0 10px 0 0;}
.trendingpost ul li h5{ clear: none;font-family: 'Lato', sans-serif; font-size: 16px; line-height: 18px; color: #333; font-weight: 700; margin-bottom: 5px;}
.trendingpost ul li span{ display: block;font-family: 'Lato', sans-serif; font-size: 14px; line-height: 18px; color: #333; font-weight: 400;}

.subscription{ margin: 0 0 40px;}
.newsletr{ margin: 0 0 40px;font-family: 'Lato', sans-serif;}
.newsletr h6{ font-size: 14px; line-height: 28px; color: #1f1f1f; font-weight: 400;}
.newsletr .email{ display: block; width: 200px; height: 40px; float: left; border: solid 1px #cccccc; padding: 0 10px; line-height: 38px; border-radius: 3px; box-sizing: border-box; -webkit-appearance:none; outline: none; font-size: 14px; color: #333; font-weight: 400;}
.newsletr .submit{ display: block; width: 55px; height: 40px; margin: 0 0 0 6px; float: left; background:url(images/icon-mail.png) no-repeat center center #f69223; border: none; outline: none; border-radius: 3px; -webkit-appearance:none;}

.tags h4{ margin: 0 0 20px;}
.tags  a{ float: left; margin: 0 9px 9px 0; display: inline-block; padding: 0 12px; line-height: 32px; font-size: 14px !important; color: #373737; border: solid 1px #ebebeb; transition: ease-in all 0.3s;}
.tags a:hover{ background: #f69223; border: solid 1px #f69223; color: #fff; text-decoration: none;}

.blog2 .blogpost{ margin: 0 0 22px;}
.blog2 .blogpost > img{ float: left; display: block; margin: 0 30px 30px 0;}
.social{ float: right;}
.social span{ display: block; float: left;font-family: 'Lato', sans-serif; line-height: 33px; font-size: 16px; font-weight: 400; color: #666; text-transform: uppercase; margin: 0 15px 0 0;}
.social ul{ margin: 0; padding: 0; list-style: none; float: left;}
.social ul li{ float: left; margin: 0 0 0 10px;}

.prevnext{ position: relative;font-family: 'Lato', sans-serif; border-bottom: solid 1px #dedded; padding: 0 0 25px; margin: 0 0 50px;}
.prevpost{ float: left; position: relative; padding: 12px 0;}
.nextpost{ float: right; position: relative; padding: 12px 0;}
.prevnext em{ display: block; width: 60px; height: 60px; border: solid 1px #ddd; line-height: 58px; text-align: center; border-radius: 50%;}
.prevpost a{ padding: 0 0 0 85px; text-align: left; display: block;}
.prevpost a em{ position: absolute; left: 0; top: 5px; background: url(images/left-nav.png) no-repeat center center;}
.nextpost a{ padding: 0 85px 0 0; text-align: right; display: block;}
.nextpost a em{ position: absolute; right: 0; top: 5px; background: url(images/right-nav.png) no-repeat center center;}
.prevnext span{ display: block; font-size: 14px; line-height: normal; color: #a1a1a1; text-transform: uppercase; font-weight: 400;}
.prevnext strong{ font-size: 20px; color: #333;line-height: normal; font-weight: 700;}
.prevnext a:hover{ text-decoration: none;}

.prevpost a:hover em{ background: url(images/left-nav-hover.png) no-repeat center center #000; border: solid 1px #000;}
.nextpost a:hover em{ background: url(images/right-nav-hover.png) no-repeat center center #000; border: solid 1px #000;}

.commentplugin img{ display: block; width: 100%; height: auto;}
.postdata.fullwidthblock {width:100%; float:none; }
.categories ul li {font-size:15px;}
.rpwwt-post-title {font-weight:bold !important;}
.fullwidthimg {width:100%; max-width:100%;  height: auto;  margin: 0 0 10px;}

#comments h3, #comments p.comment-notes , #comments label { display:none; }
#comments .wpad_form_group { padding:5px 0; }
#comments .comment-form-author .input_container { padding-left:0; padding-right:0; }
.wpad_comment_fields_wrapper .input_container.wpad_radio_wrapper { display:none; }
#comments input, #comments textarea {background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; color: #555; display: block; font-size: 14px; line-height: 1.42857; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; float: none; padding:12px 13px; margin:0 0 8px; border-radius:0; display:block; width:500px; box-shadow: none; -webkit-appearance:none; resize: none;}
#comments #submit { background: #f69223 none repeat scroll 0 0; border: 0 none; border-radius: 3px; box-shadow: none; color: #fff; float: none; font-family: ‘Open Sans’, sans-serif;
font-size: 16px; font-weight: 700; height: 45px; line-height: 45px; margin: 10px 0 20px; padding:0 28px; text-shadow: none; text-transform:uppercase; display:block; width: auto }
#comments .comments-title { display:none; }
#commentform, #comments { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; /* optional */ -webkit-box-align: start; -moz-box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; align-items: flex-start; position:relative; }
#comments p.comment-form-author, #comments #respond { -webkit-order: 1; order: 1; }
#comments p.comment-form-email, #comments .comment-list { -webkit-order: 2; order: 2; }
#comments p.comment-form-url { -webkit-order: 3; order: 3; }
#comments p.comment-form-comment { -webkit-order: 4; order: 4; }
#comments p.form-submit { -webkit-order: 5; order: 5; }
/*.comments-title{display:none;}*/
ol.comment-list li#comment-2 {list-style: none;}
.comment-author img { border-radius: 50%; overflow: hidden; height: 30px; width: 30px; float: left;margin-right:28px; border:1px solid #949494; }
.comment-metadata { display:none; }
.fn, #reply-title{ font-size: 22px; line-height: 23px; color: #333; margin:0 0 5px; padding:0; font-family: ‘Open Sans’, sans-serif; display:block; font-weight:400; }
.comment-content{padding-left:75px;}
.fn a { font-size: 16px; line-height: 23px; color: #000; margin:0 0 5px; padding:0; font-family: ‘Open Sans’, sans-serif; display:block; font-weight:400; text-transform:capitalize; }
#comments .comment-list { margin: 0 0 20px; padding: 0 0 30px; border-bottom: 1px solid #c2c2c2; display: block; width: 100%; }
.comment-meta .comment-author .says { display:none; }
#comments h2.comments_open { margin-top:20px; }
#comments .comment-list .reply {display: block; overflow: hidden; margin: 22px 0 12px;padding-left:95px; font-size: 14px; line-height: 17px; color: #707070; position: absolute; left: -108px; top: 24px;}
#comments .comment-list .reply a { color: #707070; font-weight:600; padding-left:25px; background-image:url(images/comment_img.png); background-repeat:no-repeat; background-position: center left; }
#comments .comment-list li ol.children { padding-left:95px; margin-top:30px; }
#comments .comment-list{list-style:none;} 

footer.comment-meta{ padding: 10px 0 10px 15px; margin: 0 0 15px; background: none; left: 0; top: 0;}
svg.icon.icon-mail-reply{ display: none;}

.comment-respond h2{ text-align: left; margin: 0 0 20px;}
.comment-body{ position: relative;}
#commentform p {margin:0 0 10px;}

.navbar-nav>li ul.sub-menu li a{position:relative; display:flex; width:100% !important; min-height:50px; padding:0 0 0 60px;}
.menu-image-hover-wrapper{ position:absolute; left:0; top:50%; transform:translate(0,-50%); width:65px !important;}
.menu-image-title{ display:inline-flex; align-items:center;}