/* Economy Finance and Business HTML5 Template */


/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Main Slider
6. Features
7. Services
8. Default Section
9. Sponsors Carousel
10. Two olumn Fluid
11. Accordions
12. Testimonials
13. Boxed Services
14. Our Team
15. Parallax Section
16. Blog News Section
17. Main Footer
18. Subscribe Intro Section
19. Video Box
20. Fact Counter
21. Team Grid View
22. Team List View
23. Team Single
24. Services Style One
25. Services Style Two
26. Services Details
27. Projects Gallery
28. Single Project
29. Parallax Style Two
30. Blog Classic
31. Blog Three Column
32. Blog Single
33. Contact us
34. 404 Page
35. FAQs Page


**********************************************/

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600,600italic,700,700italic,900italic,900,300,300italic);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,300italic,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Playfair Display:400,300,300italic,400italic,700,700italic);

@import url('font-awesome.css');
@import url(../fonts/flaticon.css);
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.css');
@import url('hover.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('nouislider.css');
@import url('nouislider.pips.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'raleway', sans-serif;
	font-size:15px;
	color:#828181;
	line-height:1.7em;
	font-weight:400;
	background:#ffffff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#0045AA;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'raleway', serif;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
}

input,button,select,textarea{
	font-family: 'raleway', sans-serif;
}

p{
	position:relative;
	line-height:1.7em;	
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:inherit;
	padding:0px 5px;
	margin:0 auto;
}

.small-container{
	max-width:680px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-family: 'raleway', sans-serif;
}


.centered{
	text-align:center;	
}

.anim-3,.anim-3-all *{
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;	
}

.anim-5,.anim-5-all *{
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.anim-7,.anim-7-all *{
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}

.btn-theme-light{
	position:relative;
	padding:10px 25px;
	line-height:24px;
	text-transform:uppercase;
	background:none;
	color:#ffffff ;
	font-size:12px;
	border:1px solid #ffffff ;
	-webkit-border-radius:0px;
	-ms-border-radius:0px;
	-o-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}

.btn-theme-light:hover{
	background:#053636;
	color:#ffffff ;
	border-color:#053636 ;	
}

.btn-theme-grey{
	position:relative;
	padding:10px 25px;
	line-height:24px;
	text-transform:uppercase;
	background:none;
	color:#555555 ;
	font-size:12px;
	border:1px solid #999999 ;
	-webkit-border-radius:0px;
	-ms-border-radius:0px;
	-o-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}

.btn-theme-grey:hover{
	background:#999999;
	color:#ffffff ;
	border-color:#999999 ;	
}

.btn-style-one{
	position:absolute;
	top:42%;
	right:45%;
	padding:10px 25px;
	line-height:24px;
	text-transform:uppercase;
	background:rgba(10, 10, 10, .9);
	color:#ffffff ;
	font-size:15px;
	font-weight:600;
	/* border:2px solid #0045AA ; */
	border-radius:0px;
}

.btn-style-one:hover {
	background-color: rgba(10, 10, 10, .9);
	/* border-color: #F00001 ; */
	color: #ffffff ;
}

.btn-style-two{
	position:relative;
	padding:10px 25px;
	line-height:24px;
	text-transform:uppercase;
	background:none;
	color:#fdc716 ;
	font-size:15px;
	font-weight:600;
	border:2px solid #fdc716 ;
	border-radius:0px;
}

.btn-style-two:hover{
	color:#fff ;
	border-color:#053636 ;
	background:#053636;	
}

.btn-style-three {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #fdc716 ;
	border-radius: 0;
	color: #fdc716 ;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	padding: 8px 40px;
	position: relative;
	text-transform: uppercase;
}

.btn-style-three:hover {
	background-color: #053636;
	border-color: #053636 ;
	color: #ffffff ;
}

.btn-style-four{
	position:relative;
	padding:10px 25px;
	line-height:24px;
	text-transform:uppercase;
	background:none;
	color:#fdc716 ;
	font-size:15px;
	font-weight:600;
	border:2px solid #fdc716 ;
	border-radius:0px;
}

.btn-style-four:hover{
	color:#053636 ;
	border-color:#053636 ;
	background:none;	
}

.btn-style-five{
	position:relative;
	padding:6px 30px;
	line-height:24px;
	text-transform:uppercase;
	background:#053636;
	color:#ffffff ;
	border:2px solid #053636;
	font-size:15px;
	font-weight:600;
	border-radius:22px;
}

.btn-style-five:hover{
	color:#053636 ;
	border-color:#053636 ;
	background:none;	
}

.btn-style-six{
	position:relative;
	padding:6px 30px;
	line-height:24px;
	text-transform:uppercase;
	background:#053636;
	color:#ffffff ;
	border:2px solid #053636;
	font-size:15px;
	font-weight:600;
	border-radius:22px;
}

.btn-style-six:hover{
	color:#053636 ;
	border-color:#053636 ;
	background:none;	
}

.btn-style-seven {
	background: #0045AA none repeat scroll 0 0;
	border: 2px solid #0045AA;
	border-radius: 0px;
	color: #ffffff ;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	padding: 10px 30px;
	position: relative;
	text-transform: uppercase;
}

.btn-style-seven:hover{
	color:#c90000 ;
	border-color:#c90000 ;
	background:none;	
}


.btn-style-eight {
	background: #053636 none repeat scroll 0 0;
	border: 2px solid #053636;
	border-radius: 0px;
	color: #fff ;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	padding: 8px;
	position: relative;
	text-transform: uppercase;
}

.btn-style-eight:hover {
	background-color: #053636;
	border-color: #053636 ;
	color: #fdc716 ;
}

.btn-style-nine {
	background: #053636 none repeat scroll 0 0;
	border: 2px solid #053636;
	border-radius: 0px;
	color: #fff ;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	padding: 8px;
	position: relative;
	text-transform: uppercase;
}

.btn-style-nine:hover{
	background-color: #053636;
	color:#fdc716 ;
	border-color:#053636 ;	
}

.btn-style-ten {
	background: #fdc716 none repeat scroll 0 0;
	border: 2px solid #fdc716;
	border-radius: 0px;
	color: #000 ;
	font-size: 13px;
	font-weight: 600;
	padding: 8px 20px;
	position: relative;
	text-transform: uppercase;
}

.btn-style-ten:hover{
	background-color: #053636;
	color:#fdc716 ;
	border-color:#053636 ;	
}

.btn-style-eleven {
	background: #fdc716 none repeat scroll 0 0;
	border: 2px solid #fdc716;
	border-radius: 0px;
	color: #000 ;
	font-size: 13px;
	font-weight: 600;
	padding: 8px 20px;
	position: relative;
	text-transform: uppercase;
}

.btn-style-eleven:hover{
	background-color: #053636;
	color:#fdc716 ;
	border-color:#053636 ;	
}

.theme-btn .fa {
	font-size: 16px;
	left: 10px;
	position: relative;
	top: 2px ;
}

.theme-btn .icon-left{
	padding-right:10px;
}

.theme-btn .icon-right{
	padding-left:10px;
}

.theme_color{
	color:#fdc716;	
}

.light-font{
	font-weight:300;	
}

.regular-font{
	font-weight:400;	
}

.semibold-font{
	font-weight:600;	
}

.bold-font{
	font-weight:700;	
}

.padd-top-10{
	padding-top:10px ;	
}

.padd-top-20 {
	left: -5px;
	padding-top: 20px ;
}

.padd-top-30{
	padding-top:30px ;	
}

.padd-top-40{
	padding-top:40px ;	
}

.padd-top-50{
	padding-top:50px ;	
}

.padd-top-60{
	padding-top:60px ;	
}

.padd-top-70{
	padding-top:70px ;	
}

.padd-left-10{
	padding-left:10px ;	
}

.padd-left-20{
	padding-left:20px ;	
}

.padd-left-30{
	padding-left:30px ;	
}

.padd-left-40{
	padding-left:40px ;	
}

.padd-left-50{
	padding-left:50px ;	
}

.padd-left-60{
	padding-left:60px ;	
}

.padd-left-70{
	padding-left:70px ;	
}

.padd-bott-10{
	padding-bottom:10px ;	
}

.padd-bott-20{
	padding-bottom:20px ;	
}

.padd-bott-30{
	padding-bottom:30px ;	
}

.padd-bott-24{
	padding-bottom:24px ;	
}

.padd-bott-50{
	padding-bottom:50px ;	
}

.padd-bott-60{
	padding-bottom:60px ;	
}

.padd-bott-70{
	padding-bottom:70px ;	
}

.padd-bott-90{
	padding-bottom:90px ;	
}

.padd-bott-100{
	padding-bottom:100px ;	
}

.padd-right-10{
	padding-right:10px ;	
}

.padd-right-20{
	padding-right:20px ;	
}

.padd-right-30{
	padding-right:30px ;	
}

.padd-right-40{
	padding-right:40px ;	
}

.padd-right-50{
	padding-right:50px ;	
}

.padd-right-60{
	padding-right:60px ;	
}

.padd-right-70{
	padding-right:70px ;	
}

.margin-top-10{
	margin-top:10px ;	
}

.margin-top-20{
	margin-top:20px ;	
}

.margin-top-30{
	margin-top:30px ;	
}

.margin-top-40{
	margin-top:40px ;	
}

.margin-top-50{
	margin-top:50px ;	
}

.margin-top-60{
	margin-top:60px ;	
}

.margin-top-70{
	margin-top:70px ;	
}

.margin-bott-5{
	margin-bottom:5px !important ;	
}

.margin-bott-10{
	margin-bottom:10px ;	
}

.margin-bott-20{
	margin-bottom:20px ;	
}

.margin-bott-30{
	margin-bottom:30px ;	
}

.margin-bott-40{
	margin-bottom:40px ;	
}

.margin-bott-50{
	margin-bottom:50px ;	
}

.margin-bott-60{
	margin-bottom:60px ;	
}

.margin-bott-70{
	margin-bottom:70px ;	
}

.no-padd-bottom{
	padding-bottom:0px ;	
}

.no-padd-top{
	padding-top:0px ;	
}

.no-margin-bottom{
	margin-bottom:0px ;	
}

.no-margin-top{
	margin-bottom:0px ;	
}

.no-padd-left{
	padding-left:0px ;	
}

.no-padd-right{
	padding-right:0px ;	
}

.bg-lightgrey{
	background-color:#f6f6f6 ;	
}

.no-bg{
	background:none ;	
}

.text-uppercase{
	text-transform:uppercase ;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.GIF);}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:10px;
	right:15px;
	color:#fdc716;
	font-size:36px;
	font-weight:700;
	text-transform:uppercase;
	line-height:50px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	display:none;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.scroll-to-top:hover{
	opacity:0.50;
}
/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	left:0px;
	/* margin-top:1%; */
	top:0px;
	z-index:999;
	width:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.bounce-in-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#fff;
	z-index:0;
	border-bottom:1px solid #C90000;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.bounce-in-header .logo{
	padding:6px 0px 2px;	
}

.bounce-in-header.now-visible{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.main-header .header-top{
	position:relative;
	background:transparent;
	color:#000;
	z-index:5;
}

.main-header .header-top .top-left{
	position:relative;
	float:left;
	padding:10px 0px;
	color:#ffffff;
	font-size:12px;
}

.main-header .header-top ul li{
	position:relative;
	float:left;
	font-size:14px;
	line-height:24px;
	margin-right:20px;
	color:#c4c4c4;
}

.main-header .header-top ul li strong{
	color:#ffffff;
	font-weight:600;
}

.main-header .header-top .top-right ul li{
	margin-right:0px;
	margin-left:24px;	
}

.main-header .header-top .top-right ul li:after{
	content:'|';
	position:absolute;
	right:-15px;
	font-size:12px;
	top:-1px;
	color:#000;	
}

.main-header .header-top .top-right ul li:last-child:after{
	display:none;	
}

.main-header .header-top ul li a{
	position:relative;
	/* display:block; */
	display:inline;
	line-height:24px;
	color:#000;
	font-size:14px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.main-header .header-top ul li .icon{
	position:relative;
	top:1px;
	font-size:14px;
	padding-right:5px;	
}

.main-header .header-top ul li a:hover{
	color:#c90000;
}

.main-header .header-top .top-right{
	position:relative;
	padding:10px 0px;
	float:right;
}

.main-header .header-upper{
	position:relative;
	padding:0px;
	background:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	z-index:5;
}

.main-header .header-upper .logo img{
	position:relative;
	display:inline-block;
	max-width:80%;
}

.main-header .header-upper .upper-right{
	position:relative;
	padding:18px 0px;
}

.main-header .header-upper .info-box:last-child{
	margin-right:0px;	
}

.main-header .header-upper .info-box:after{
	content:'';
	position:absolute;
	right:-40px;
	top:0px;
	width:1px;
	height:100%;
	border-right:1px dashed #C90000;
	-webkit-transform:skewX(-15deg);
	-ms-transform:skewX(-15deg);
	-o-transform:skewX(-15deg);
	-moz-transform:skewX(-15deg);
	transform:skewX(-15deg);
}

.main-header .info-box{
	position:relative;
	float:left;
	min-height:56px;
	margin:0px 25px;
	padding:7px 0px 7px 7px;
}

.main-header .header-upper .info-box:last-child{
	padding-left:0px ;
}

.main-header .header-upper .info-box:last-child:after{
	display:none;	
}

.main-header .info-box .icon-box{
	/* position:absolute; */
	left:0px;
	top:4px;
	/* width:54px; */
	height:36px;
	text-align:center;
	/* line-height:52px; */
	/* border:2px solid #C90000; */
	/* border-radius:50%; */
	color:#C90000;
	font-size:30px;
	font-weight: 700;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-header .info-box:hover .icon-box {
	color: #e7b100;
	border-color: #e7b100;
}

.main-header .info-box li{
	position:relative;
	line-height:24px;
	margin:0px 0px;
	font-size:13px;
	color:#999;
}

.main-header .info-box li a{
	color:#000;		
}

.main-header .info-box strong{
	font-weight:500;
	color:#000;
	font-size:15px;	
}

.main-header .header-lower{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	background:#efefef;
	z-index:5;
}

.main-header .nav-outer {
	background: none repeat scroll 0 0;
	/* padding-right: 150px; */
	position: relative;
}

.main-menu{
	position:relative;	
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
	font-family: 'raleway', sans-serif;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:0px;
}

.bounce-in-header .main-menu .navigation > li{
	margin-right:0px;
}

.main-menu .navigation > li > a{
	left: -9px;
	position:relative;
	display:block;
	padding:20px 13.5px;
	/* padding:20px 25px; */
	font-size:15px;
	font-weight: 600;
	color:#000;
	line-height:30px;
	border-top:none;
	text-transform:none;
	opacity:1;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.bounce-in-header .main-menu .navigation > li{
	/* margin-left:30px;	 */
	margin-left:0px;	
}

.bounce-in-header .main-menu .navigation > li > a {
	color: #000;
	padding: 15px;
	left: 0px;
}
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	background:no-repeat;
	opacity:1;
	color: #0045AA;
}

.bounce-in-header .main-menu .navigation > li:hover > a,
.bounce-in-header .main-menu .navigation > li.current > a,
.bounce-in-header .main-menu .navigation > li.current-menu-item > a{
	background:#F00001;
	color:#fff;
	opacity:1;
}

.main-menu .navigation > li:hover > a:after{
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:150%;
	width:210px;
	padding:0px;
	z-index:100;
	display:none;
	background:#efefef;
	border:1px solid #efefef;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border:none;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 15px;
	line-height:22px;
	font-weight:bold;
	font-size:15px;
	text-transform:capitalize;
	color:#000;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	background:none;
	color: #0045AA;	
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f061";
	position:absolute;
	right:10px;
	top:10px;
	width:10px;
	height:20px;
	display:block;
	color:#ffffff;
	line-height:20px;
	font-size:10px;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#e7b100;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:-1px;
	width:200px;
	padding:0px;
	z-index:100;
	display:none;
	background:#C90000;
	border:1px dashed #C90000;
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border:none;
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:10px 15px;
	line-height:22px;
	font-weight:400;
	font-size:15px;
	text-transform:capitalize;
	color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	background:none;
	color: #ffffff;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	left:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:15px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #e7b100;
	background:url(../images/icons/submenu-icon.png) center center no-repeat;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .get-btn{
	position:absolute;
	right:13.5%;
	top:0px;
	height:100%;
	overflow:hidden;
/* box-shadow: 1px 2px 11px #000; */
padding: 0 8px;	
background:#0046aa;
}

.main-header .get-btn1{
	position:absolute;
	right:0%;
	top:0px;
	height:100%;
	overflow:hidden;
/* box-shadow: 1px 2px 11px #000; */
padding: 0 8px;	
background:#FF0000;
}

.main-header .get-btn:before{
	content:'';
	position:absolute;
	left:10px;
	top:0px;
	width:120%;
	height:100%;
	background:none;
	-webkit-transform:skewX(-15deg);
	-ms-transform:skewX(-15deg);
	-o-transform:skewX(-15deg);
	-moz-transform:skewX(-15deg);
	transform:skewX(-15deg);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-header .get-btn1:before{
	content:'';
	position:absolute;
	left:10px;
	top:0px;
	width:120%;
	height:100%;
	background:none;
	-webkit-transform:skewX(-15deg);
	-ms-transform:skewX(-15deg);
	-o-transform:skewX(-15deg);
	-moz-transform:skewX(-15deg);
	transform:skewX(-15deg);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-header .get-btn .appt-btn{
	position:relative;
	display:block;
	line-height:35px;
	text-align:center;
	padding:18px 0px;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	z-index:1;	
}

.main-header .get-btn1 .appt-btn{
	position:relative;
	display:block;
	line-height:35px;
	text-align:center;
	padding:18px 0px;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	z-index:1;	
}

.main-header .get-btn .appt-btn:hover{
	color:#fff;	
}

.main-header .get-btn1 .appt-btn:hover{
	color:#fff;	
}

.social-links-one{
	position:relative;	
}

.main-header .social-links-one{
	top:16px;	
}

.social-links-one a{
	position:relative;
	display:inline-block;
	text-align:center;
	margin-left:4px;
	width:20px;
	/* height:40px; */
	line-height:40px;
	font-size:20px;
	color:#000000;
	/* border-radius:50%; */
	/* background:#C90000; */
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.social-links-one a:hover{
	background:#eee;
	color:#C90000;	
}


/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	position:relative;
	width:100%;	
}

.main-slider .tp-caption{
	z-index:5;
}

.main-slider .tp-dottedoverlay{
	background-color:rgba(0,0,0,0.30);	
}

.main-slider .gradient-overlay .tp-dottedoverlay{
	background-color:rgba(0,0,0,0.30);
	background:rgba(0,0,0,0.30);
	background:-webkit-linear-gradient(left,rgba(0,0,0,0.40),rgba(0,0,0,0.20));
	background:-ms-linear-gradient(left,rgba(0,0,0,0.40),rgba(0,0,0,0.20));
	background:-o-linear-gradient(left,rgba(0,0,0,0.40),rgba(0,0,0,0.20));
	background:-moz-linear-gradient(left,rgba(0,0,0,0.40),rgba(0,0,0,0.20));
}

.main-slider{
	position:relative;
	background:none;
	color:#ffffff;
}

.main-slider .text{
	font-weight:400;
	font-size:20px;
	line-height:30px;	
}

.main-slider h1{
	line-height:1.2em;
	font-size:60px;
	font-weight:700;
}

.main-slider h2 {
	color: #fdc716;
	font-family: "Playfair Display",sans-serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.2em;
	text-transform: capitalize;
}

.main-slider h3{
	line-height:1.5em;
	font-size:30px;
}

.tp-bullets{
	display:none;	
}

.tp-bullets.preview4 .bullet{
	background:#ffc13b ;
	border-color:#202020 ;
	margin:0px 5px;	
}

.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected{
	border-color:#ffc13b ;	
}

.revolution-slider .tp-bannertimer{
	display:none ;	
}

/*** 

====================================================================
	Intro Style One
====================================================================

***/

.intro-style-one{
	position:relative;
	padding:0px 0px 0px;
}

.intro-style-two{
	position:relative;
	padding:100px 0px 50px;
}

.intro-style-one .featured-style-one,
.intro-style-one .content-column{
	margin-bottom:50px;
}

.intro-style-two .featured-style-one,
.intro-style-two .content-column{
	margin-bottom:100px;
}

.featured-style-one{
	position:relative;
}

.featured-style-one .inner-box{
	position:relative;	
}

.featured-style-one .image-box img{
	display:block;
	width: 35%;
    margin: 0 auto;
}

.featured-style-one .icon-box{
	position:relative;
	display:block;
	width:90px;
	height:90px;
	background:#001E88;
	margin-bottom:5px;
	color:#ffffff;
	font-size:36px;
	line-height:90px;
	text-align:center;
	border-radius:20.50%;
	margin:0 auto;
}

.featured-style-one .icon-box:hover{
	position:relative;
	display:block;
	width:90px;
	height:90px;
	background:#001E88;
	margin-bottom:5px;
	color:#fff;
	font-size:36px;
	line-height:90px;
	text-align:center;
	border-radius:20.50%;
}

.featured-style-one .lower-content{
	position:relative;
	padding:20px 0px 0px;
	text-align:center;
}

.featured-style-one .lower-content h3{
	margin-bottom:20px;
	color:#181818;
	font-size:18px;
	text-transform:capitalize;
	font-weight:700;
}

.extended .featured-style-one .lower-content h3{
	margin-bottom:10px;	
}

.featured-style-one .lower-content h3 a{
	color:#181818;
}

.featured-style-one .lower-content h3 a:hover{
	color:#053636;	
}

.featured-style-one .lower-content .text{
	color:#777777;
	font-size:16px;
	margin-bottom:10px;		
}

.featured-style-one .read-more {
	background-color: #053636;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	padding: 6px 10px;
	text-transform: capitalize;
}

.featured-style-one .read-more .icon{
	position:relative;
	top:2px;
	font-size:14px;
	font-weight:400;
	padding-left:7px;	
}

.featured-style-one .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	padding:50px 25px 20px;
	color:#ffffff;
	background:#053636;
	opacity:1;
}

.featured-style-one .overlay-box h4{
	font-size:16px;
	font-weight:700;
	margin-bottom:10px;	
}

.intro-style-one .content-column .inner{
	padding-right:20px;	
}

.intro-style-one .content-column h2{
	font-weight:700;
	font-size:28px;
	color:#1a1a1a;
	line-height:40px;
	padding-bottom:20px;
	margin-bottom:30px;
}

.intro-style-one .content-column h2:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:100px;
	border-bottom:1px solid #e0e0e0;	
}

.intro-style-one .content-column .text{
	font-size:15px;
	margin-bottom:30px;
}

.intro-style-one .content-column .text p{
	margin-bottom:20px;	
}


/*** 

====================================================================
	Default Section
====================================================================

***/

.default-section{
	position:relative;
	padding:30px 0px 0px;
	background-color:#F1F1F1;
}

.default-section .column {
	margin-bottom: 50px;
	position: relative;
	top: 10px;
}

.default-section .text-column .text p{
	margin-bottom:20px;
}

.default-section .text-column .text p:last-child{
	margin-bottom:0px;	
}

.default-section .text-column .text strong{
	color:#053636;
	font-weight:600;	
}

.default-section .text-column .text strong{
	color:#000;	
}

.default-title{
	position:relative;
	margin-bottom:20px;
	padding-bottom:0px;	
}

.default-title h2 {
	color: #fdc716;
	font-size: 30px;
	font-family: "Playfair Display", sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
}

.default-title.centered{
	margin-bottom:30px;	
}

.default-title.centered:after{
	left:50%;
	margin-left:-20px;
}

/*** 

====================================================================
	Progress Levels Style
====================================================================

 ***/

.progress-levels{
	position:relative;
}

.normal-section .column .progress-levels{
	padding-left:15px;	
}

.progress-levels .progress-box{
	position:relative;
	margin-bottom:28px;
	overflow:hidden;	
}

.progress-levels .progress-box:last-child{
	margin-bottom:0px;	
}

.progress-levels .progress-box .box-title{
	position:relative;
	font-size:15px;
	color:#565656;
	text-transform:capitalize;
	margin-bottom:6px;
	font-family:'raleway',sans-serif;
}

.progress-levels .progress-box .bar{
	 position:relative;
	 height:14px;	
}

.progress-levels .progress-box .bar .bar-innner{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:14px;
	background:#eeeeee;
}

.progress-levels .progress-box .bar .bar-fill{
	position:absolute;
	left:-100%;
	top:0px;
	width:0px;
	height:14px;
	background:#01b1d7 url("../images/icons/bg-progressbar.jpg") repeat-x scroll left center;
	border-radius:2px;
	-moz-transition:all 2000ms ease 300ms;
	-webkit-transition:all 2000ms ease 300ms;
	-ms-transition:all 2000ms ease 300ms;
	-o-transition:all 2000ms ease 300ms;
	transition:all 2000ms ease 300ms;
}

.progress-levels .progress-box.animated .bar .bar-fill{
	left:0px;	
}

.progress-levels .progress-box .percent{
	position:absolute;
	right:0px;
	width:42px;
	height:20px;
	text-align:center;
	background:#fdc716;
	top:0px;
	font-size:13px;
	color:#ffffff ;
	line-height:20px;
	text-transform:capitalize;
	opacity:0;
	-moz-transition:all 500ms ease 1500ms;
	-webkit-transition:all 500ms ease 1500ms;
	-ms-transition:all 500ms ease 1500ms;
	-o-transition:all 500ms ease 1500ms;
	transition:all 500ms ease 1500ms;
}

.progress-levels.row .percent{
	right:15px;	
}

.progress-levels .progress-box.animated .percent{
	opacity:1;	
}

/*** 

====================================================================
	Two Column FLuid
====================================================================

 ***/

.two-col-fluid{
	position:relative;
	width:100%;
	overflow:hidden;
}

.two-col-fluid .image-column{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:right top;
}

.two-col-fluid .content-column{
	position:relative;
	float:right;
	width:50%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:right top;
}

.two-col-fluid .content-column:after{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#ffffff;
	opacity:0.97;	
}

.two-col-fluid .content-column .inner-box{
	position:relative;
	padding:70px 15px 50px 150px;
	max-width:600px;
	z-index:1;	
}

.two-col-fluid .content-column .default-title{
	margin-bottom:40px;	
}

.two-col-fluid .content-column .default-title:after{
	border-color:#fdc716;	
}

.icon-left-column{
	position:relative;
	margin-bottom:20px;
}

.icon-left-column .inner{
	position:relative;
}

.icon-left-column .inner .icon{
	position:absolute;
	left:-65px;
	width:65px;
	font-size:40px;
	color:#053636;
	line-height:50px;
}

.icon-left-column .inner h3{
	font-size:18px;
	color:#053636;
	font-weight:700;
	margin-bottom:7px;	
}

.icon-left-column .inner .text{
	font-size:16px;
}

.featured-text-block{
	margin-bottom:40px;	
}

.featured-text-block p{
	font-size:18px;
	margin-bottom:20px;
	color:#6b6b6b;
	font-weight:300;
}

.featured-text-block p:last-child{
	margin-bottom:0px;	
}


/*** 

====================================================================
	Testimonials Section style
====================================================================

***/

.testimonials-section{
	position:relative;
	padding:40px 0px 40px;
	background-position:center top;
	background-size:cover;
	background-repeat:no-repeat;
	background:#EFEFEF;
}

.testimonials-section:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	/* background:rgba(0,0,0,0.60); */
	z-index:0;	
}

.testimonials-section .default-title h2{
	color:#000;
	font-size: 36px;
  	font-weight: 600;	
}

.testimonials-section .auto-container{
	position:relative;
	z-index:5;
}

.testimonials-section .testimonials-slider .slide-item{
	position:relative;
	margin:10px;
	height: min-content;
}

.testimonials-section .testimonials-slider .info-box{
	position:relative;
	padding:10px 0px 20px 90px;
	min-height:70px;
}

.testimonials-section .testimonials-slider .image-box{
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	height:70px;
	border:3px solid #ffffff;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	overflow:hidden;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.testimonials-section .testimonials-slider .slide-item:hover,
.testimonials-section .testimonials-slider .slide-item:hover .image-box{
	border-color:#fdc716;	
}

.testimonials-section .testimonials-slider .image-box img{
	position:relative;
	width:100% ;
	display:block;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

.testimonials-section .slide-item h3{
	position:relative;
	font-size:16px;
	font-family:'raleway',sans-serif;
	color:#000;
	font-weight:700;
	margin-bottom:0px;
	text-transform:uppercase;	
}

.testimonials-section .slide-item .designation{
	position:relative;
	font-size:15px;
	color:#000;
	margin-bottom:0px;	
}

.testimonials-section .slide-text{
	position:relative;
	font-size:15px;
	color:#fff;
	line-height:1.8em;
	background:#1555AF;
	padding:30px 40px 20px;
	margin-bottom:30px;
	border-radius:4px;
	min-height:235px;
	height:100%;
}

.testimonials-section .slide-text:after{
	content:'';
	position:absolute;
	left:20px;
	bottom:-18px;
	border:10px solid transparent;
	border-top:10px solid #1555AF;
}

.testimonials-section .owl-controls{
	position:relative;
	text-align:center;
	padding:20px 0px 0px;
	top:0px;	
}

.testimonials-section .owl-nav{
	display:none ;
}

.testimonials-section .owl-dots{
	display:block ;
}

.owl-theme .owl-dots .owl-dot span{
	background:none;
	width:12px;
	height:12px;
	border:1px solid #ffffff;
	margin:0px 4px;
	border-radius:50%;	
}

.owl-theme .owl-dots .owl-dot.active span{
	background:#ffffff;	
}

/*** 

====================================================================
	Boxed Services style
====================================================================

***/

.services-style-one{
	position:relative;
	padding:0px 0px 40px;
}

.services-style-one .title-box{
	position:relative;
	margin-bottom:60px;
}

.services-style-one .title-box h2 {
	color: #000;
	font-family: "Playfair Display",sans-serif;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 1px;
}

.services-style-one .title-box h2 em{
	font-weight:600;	
}


.services-style-one .title-box .text{
	font-size:20px;
}

.boxed-services{
	border:1px solid #efefef;	
}

.boxed-services .column{
	padding:0px ;	
}

.boxed-icon-column{
	position:relative;
	border:1px solid #0145AA;
	background:#ffffff;
	padding:25px 20px 25px 30px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
	/* min-height:400px; */
}

.boxed-icon-column .inner-box{
	position:relative;
	display:block;
	 padding-left:40px; 
	/* padding-left:0; */
	font-size:15px;
	color:#8d8d8d;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.boxed-icon-column:hover{
	border-color:#fdc716;
	background:#fdc716;	
}

.boxed-icon-column:hover .inner-box{
	color:#ffffff;
}

.boxed-icon-column .inner-box .icon-box{
	position:absolute;
	left:0px;
	top:-4px;
	line-height:50px;
	font-size:36px;
	color:#0145AA;	
}

.boxed-icon-column .inner-box h3{
	color:#000;
	font-size:20px;
	font-weight:600;
	font-family:'raleway',sans-serif;
	text-transform:capitalize;
	margin-bottom:5px;	
}

.boxed-icon-column:hover .inner-box .icon-box,
.boxed-icon-column:hover .inner-box h3{
	color:#ffffff;	
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position:relative;
	background:#ffffff;
	padding:100px 0px;
}

.team-section.padding-0 {
	padding: 0px;
}

.padding-top {
	padding-top: 100px;
}

.team-member{
	position:relative;
	margin-bottom:60px;	
}

.team-list-view .team-member{
	margin-bottom:30px;	
}

.team-carousel .team-member{
	margin-bottom:0px;	
}

.team-member .inner-box{
	position:relative;
	display:block;
	background:#ffffff;
	margin:0 auto;
}

.team-list-view .team-member .inner-box{
	padding-left:290px;
	min-height:222px;
	border:1px solid #e9e9e9;
	border-radius:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-list-view .team-member:hover .inner-box{
	border-color:#fdc716;	
}

.team-member .image{
	position:relative;	
}

.team-list-view .team-member .inner-box .image{
	position:absolute;
	left:0px;
	top:0px;
	width:260px;
	height:220px;	
}

.team-member .image .overlay-box{
	position:absolute;
	display:block;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	color:#ffffff;
	background:rgba(0, 0, 0, 0.7);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-webkit-transform:scale(1,0);
	-ms-transform:scale(1,0);
	-o-transform:scale(1,0);
	-moz-transform:scale(1,0);
	transform:scale(1,0);
}

.team-member:hover .image .overlay-box{
	-webkit-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
	-moz-transform:scale(1,1);
	transform:scale(1,1);
}

.team-member .image .overlay-box .icon{
	position:absolute;
	width:50px;
	height:50px;
	text-align:center;
	display:block;
	line-height:50px;
	left:50%;
	margin-left:-25px;
	top:50%;
	margin-top:-25px;
	font-size:32px;	
}

.team-member .image img{
	position:relative;
	display:block;
	width:100%;	
}

.team-member .member-info{
	position:relative;
	padding:20px 0px 0px;
}

.team-member h3{
	font-size:20px;
	font-weight:600;
	text-transform:capitalize;
	font-family:'raleway',sans-serif;
	color:#053636;
	margin-bottom:0px;
}

.team-member .designation{
	font-size:15px;
	line-height:20px;
	color:#053636;
	text-transform:capitalize;
}

.team-member .social-links{
	position:relative;
}

.team-member .social-links a{
	position:relative;
	display:inline-block;
	width:28px;
	height:34px;
	font-size:14px;
	margin:0px 3px 5px;
	line-height:32px;
	text-align:center;
	border:1px solid #fdc716;
	background:#fdc716;
	color:#fff;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.team-member .social-links a:hover{
	background-color:#053636;
	color:#ffffff;
	border-color:#053636;
}

.team-member .text{
	position:relative;
	color:#8d8d8d;
	font-size:15px;
	padding:10px 0px 15px;
	border-bottom:1px solid #e9e9e9;
	margin-bottom:25px;
}

.team-list-view .team-member .text{
	border-bottom:none;
	padding-bottom:0px;
	padding:15px 20px 0px 0px;
}

.team-section .owl-controls{
	position:absolute;
	right:0px;
	top:-66px;
	margin:0px;
}

.team-section .owl-controls .owl-next,
.team-section .owl-controls .owl-prev{
	position:relative;
	width:36px ;
	height:36px ;
	padding:0px ;
	background:#fdc716 ;
	color:#ffffff ;
	line-height:36px;
	font-size:20px ;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.team-section .owl-controls .owl-next:hover,
.team-section .owl-controls .owl-prev:hover{
	background:#053636 ;	
}

.team-section .owl-controls .owl-prev{
	margin:0px ;	
}

.team-section .owl-controls .owl-next{
	margin:0px 0px 0px 8px ;	
}

.team-section .owl-dots{
	display:none ;	
}

.other-info .social-links a{
	position:relative;
	display:inline-block;
	width:28px;
	height:28px;
	font-size:12px;
	margin:5px 3px 5px;
	line-height:28px;
	text-align:center;
	background:#fdc716;
	color:#ffffff;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.other-info .social-links a:hover{
	background-color:#fdc716;
	color:#ffffff;
}

/*** 

====================================================================
	Parallax Section Style
====================================================================

***/

.parallax-section{
	position:relative;
	padding:120px 0px;
	background-size:cover;
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
}

.parallax-section:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.65);	
}

.parallax-section .auto-container{
	position:relative;
	z-index:1;	
}

.parallax-section h2{
	color:#ffffff;
	font-size:42px;
	font-weight:600;
	font-family:'raleway',sans-serif;	
}

/*** 

====================================================================
	Parallax Style Two Style
====================================================================

***/

.parallax-style-two{
	position:relative;
	padding:110px 0px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.parallax-style-two:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.65);	
}

.parallax-style-two .auto-container{
	position:relative;
	z-index:1;	
}

.parallax-style-two h2{
	color:#ffffff;
	font-size:42px;
	font-weight:400;
	margin-bottom:10px;	
}

.parallax-style-two .text{
	color:#ffffff;
	font-size:24px;
	font-weight:300;
	margin-bottom:35px;
	line-height:40px;
}

.parallax-style-two .theme-btn{
	position:relative;
	margin:0px 10px 10px;
	padding:14px 38px;	
}

/*** 

====================================================================
	Blog News Section
====================================================================

***/

.blog-news-section{
	position:relative;
	padding:90px 0px;
}

.blog-news-section .blog-news-column{
	margin-bottom:50px;	
}

.sidebar-page-container .blog-news-column{
	margin-bottom:70px;	
}

.blog-news-column .image-box img{
	display:block;
	width:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.blog-news-column:hover .image-box img{
	-webkit-transform:scale(1.05,1.05) rotate(-2deg);	
	-ms-transform:scale(1.05,1.05) rotate(-2deg);	
	-o-transform:scale(1.05,1.05) rotate(-2deg);	
	-moz-transform:scale(1.05,1.05) rotate(-2deg);	
	transform:scale(1.05,1.05) rotate(-2deg);	
}

.blog-news-column .image-box .news-date{
	position:absolute;
	left:20px;
	top:20px;
	width:60px;
	height:60px;
	line-height:24px;
	padding:8px 10px;
	text-align:center;
	font-size:28px;
	color:#ffffff;
	font-weight:600;
	background:#fdc716;	
}

.blog-news-column .image-box .news-date .month{
	font-size:18px;
	line-height:24px;
	display:block;	
}

.blog-news-column .inner-box{
	position:relative;
	background:#ffffff;	
}

.blog-news-column .image-box{
	position:relative;
	overflow:hidden;	
}

.blog-news-column .content-box{
	position:relative;
	padding:20px 0px 0px;	
}

.blog-news-column .content-box .text{
	position:relative;
	margin-bottom:20px;
	color:#8d8d8d;
	font-size:15px;
}

.blog-news-column h3{
	font-size:18px;
	font-weight:700;
	margin-bottom:15px;
}

.blog-detail .blog-news-column h3{
	font-size:24px;
}

.blog-news-column h3 a{
	color:#053636;	
}

.blog-news-column h3 a:hover{
	color:#fdc716;	
}

.blog-news-column .post-info{
	position:relative;
	margin-bottom:15px;
	color:#919191;
	font-size:14px;
	line-height:20px;
	padding:5px 15px;
	background:#053636;
}

.blog-news-column .post-author{
	float:left;
	color:#eeeeee;
	font-style:italic;
	padding-right:10px;
	line-height:24px;
}

.blog-news-column .post-author a{
	padding-left:5px;
	color:#fdc716;	
}

.post-info .comments-count i {
	color: #fdc716;
}

.post-info .fav-count i {
	color: #fdc716;
	position: relative;
	right: 3px ;
}
.blog-news-column .post-options{
	float:right;	
}

.blog-news-column .post-info .icon{
	display:inline-block;
	width:20px;
	font-size:16px;
	line-height:24px;
	color:#fdc716;
	font-weight:normal;
}

.blog-news-column .post-options a{
	position:relative;
	display:inline-block;
	margin-left:20px;
	font-weight:600;
	color:#ddd;	
}

.blog-detail .blog-news-column .text h3{
	color:#053636;
	margin-bottom:10px;
	font-size:18px;
}

.blog-news-column .read-more{
	font-weight:700;
	color:#053636;
	font-size:14px;
	text-transform:uppercase;
	padding-bottom:5px;
	border-bottom:2px solid #fdc716;
}

.blog-news-column .read-more:hover{
	color:#fdc716;
}

.blog-news-section .post-share-options{
	position:relative;
	padding:10px 0px;
	background:#ffffff;
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
}

.blog-news-section .post-share-options .tags{
	font-size:14px;
	line-height:24px;
	padding-top:5px;	
}

.blog-news-section .post-share-options .tags a{
	position:relative;
	color:#053636;
	font-size:15px;
}

.blog-news-section .post-share-options strong{
	text-transform:uppercase;
	font-weight:600;
	color:#1c1c1c;
	padding-right:10px;
}

/*** 

====================================================================
	Sponsors Section Style
====================================================================

***/

.sponsors-section{
	position:relative;
	padding:0px 0px;
	background:#ffffff;
}

.sponsors-section .slider-outer{
	position:relative;
	border:1px solid #e9e9e9;
	margin:0px 0px;
	margin-right:-1px;
}

.sponsors-section .sponsors-slider{
	position:relative;
}

.sponsors-section .sponsors-slider li img{
	position:relative;
	right:-1px;
	border-right:1px solid #e9e9e9;	
}
.sponsors-section .owl-controls{
	display:none ;	
}

/*** 

====================================================================
	Call Back Section Style
====================================================================

***/

.callbck-section{
	position:relative;	
}

.default-form{
	position:relative;	
}

.consult-section .man-image img{
	position:relative;
	display:block;
	max-width:100%;
}

.two-col-fluid .default-form .row{
	margin-left:-10px ;
	margin-right:-10px ;	
}

.default-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.two-col-fluid .default-form .form-group{
	padding:0px 10px;	
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="tel"],
.default-form input[type="number"],
.default-form input[type="url"],
.default-form select,
.default-form textarea{
	position:relative;
	display:block;
	width:100%;
	background:#eeeeee;
	line-height:30px;
	padding:10px 20px;
	height:48px;
	border:1px solid #e0e0e0;
	border-radius:0px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.default-form select{
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	background:#eeeeee url(../images/icons/icon-select.png) right center no-repeat;
	cursor:pointer;
}

.default-form select option{
	text-indent:20px;	
}

.default-form textarea{
	resize:none;
	height:110px;	
}

.default-form-section .default-form textarea,
.default-form.comment-form textarea{
	resize:none;
	height:150px;	
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus{
	border-color:#fdc716;	
}

.two-col-fluid .form-column{
	position:relative;
	float:right;
	width:50%;	
}

.two-col-fluid .form-column .inner-box{
	position:relative;
	padding:90px 15px 70px 30px;
	max-width:600px;
	z-index:1;	
}

.two-col-fluid .form-column .default-title{
	margin-bottom:40px;	
}


/*** 

====================================================================
	Subscribe Intro
====================================================================

***/

.subscribe-intro{
	position:relative;
	padding:50px 0px 30px;
	background:#fdc716 url(../images/background/bg-pattern.png) center center no-repeat;
	background-size:cover;
	color:#ffffff;	
}

/*.subscribe-intro:before{
	content:'';
	position:absolute;
	display:block;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#fdc716;
	opacity:0.95;	
}*/

.subscribe-intro .auto-container{
	position:relative;
	z-index:1;	
}

.subscribe-intro .column{
	margin-bottom:20px;
	font-size:18px;
	font-weight:300;
}

.subscribe-intro .column h2 {
	color: #053636;
	font-family: "Playfair Display",sans-serif;
	font-size: 33px;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 1px;
}


/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	color:#000;
	background-color:#efefef;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	font-family:'raleway',sans-serif;	
}

.main-footer:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	/* background:rgba(5,54,54,0.96);	 */
}

.main-footer p{
	line-height:1.8em;
	margin-bottom:20px;
}

.main-footer .footer-upper{
	position:relative;
	padding:0px 0px 0px;
	z-index:1;
}

.main-footer .footer-upper .column{
	position:relative;
	/* margin-bottom:30px;	 */
}

.main-footer .footer-upper .column .news-widget {
	left: -30px ;
	position: relative;
}

.footer-upper .column h2{
	position:relative;
	font-size:18px;
	line-height:1.4em;
	margin-bottom:5px;
	font-weight:700;
	text-transform:capitalize;
	letter-spacing:1px;
	color:#000;
	text-align:left;
}

.main-footer .footer-upper a{
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.main-footer .footer-upper a:hover{
	color:#c90000;	
}

.footer-upper .links-widget li{
	position:relative;
	/* margin-bottom:15px; */
}

.footer-upper .links-widget li a{
	position:relative;
	display:block;
	font-size:14px;
	color:#000;
	line-height:24px;
}

.footer-upper .links-widget li a:hover,
.footer-upper .news-widget .news-post a:hover{
	color:#c90000;	
}

.main-footer .social-links a{
	position:relative;
	display:inline-block;
	font-size:15px;
	width:32px;
	height:32px;
	line-height:30px;
	border:1px solid rgba(255,255,255,0.20);
	text-align:center;
	background:none;
	margin-right:10px;
	color:#f1f1f1;
	border-radius:50%;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.main-footer .social-links a:hover{
	color:#ffffff;
	background:#fdc716;	
}

.main-footer .contact-info{
	position:relative;
	margin-bottom:20px;
	margin-top:14px;
}

.main-footer .contact-info li{
	position:relative;
	padding-left:30px;
	margin:3px 0px 0px;
	line-height:30px;	
}

.main-footer .contact-info li .icon{
	position:absolute;
	font-weight:700;
	font-size:16px;
	color:#c90000;
	left:0px;
	top:0px;
	line-height:30px;
}

.social-links-two{
	position:relative;
}

.social-links-two a{
	position:relative;
	display:block;
	float:left;
	text-align:center;
	width:28px;
	/* height:28px; */
	line-height:26px;
	/* border:1px solid #000; */
	/* border-radius:50%; */
	font-size:24px;
	margin-right:7px;
	color:#0045AA ;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;	
}


.blog-news-section .social-links-two{
	background:#ffffff;
	color:#ffffff;
	font-size:13px;
	height:32px;
	line-height:32px;
	border:none;	
}

.social-links-two.alt a{
	font-size:12px;
	border:1px solid #cccccc;
	color:#cccccc ;
}

.social-links-two a:hover{
	background:transparent;
	border-color:transparent;
	color: #053636;
}


.social-links-two.alt a:hover{
	background:#fdc716 ;
	border-color:#fdc716;	
	color:#ffffff ;
}

.footer-upper .news-widget .news-post{
	position:relative;
	padding:0px 0px 0px 80px;
	margin-bottom:25px;
	color:#c9c9c9;
	line-height:20px;
}

.footer-upper .news-widget .news-post .news-content{
	margin-bottom:5px;	
}

.footer-upper .news-widget .news-post a{
	position:relative;
	color:#c9c9c9;
}

.footer-upper .news-widget .news-post .time{
	position:relative;
	font-style:italic;
	color:#fdc716;
	font-size:12px;
}

.footer-upper .news-widget .news-post .image-thumb{
	position:absolute;
	width:65px;
	height:65px;
	left:0px;
	top:0px;
}

.footer-upper .news-widget .news-post .image-thumb img{
	display:block;
	width:65px;	
}

.popular-tags li {
	float: left;
	/* margin-bottom: 7px; */
	margin-right: 7px;
}

.popular-tags a {
	/* border: 1px solid #000; */
	color: #999;
	display: block;
	font-family: "Raleway";
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0px;
	line-height: 16px;
	padding: 10px 7px;
	text-align: left;
}

.popular-tags a:hover {
	/* background: #fdc716 none repeat scroll 0 0; */
	/* border-color: #fdc716; */
	color: #053636;
	text-decoration: none;
}

.footer-bottom{
	position:relative;
	/* border-top:1px solid #000; */
	padding:5px 0px;
	font-size:15px;
	text-align:center;
	color:#808080;
}

.footer-bottom .copyright{
	position:relative;
	line-height:20px;
	padding:5px 0px;
	color:#000;
}

.footer-bottom .copyright a{
	color: #fdc716
}

/*** 

====================================================================
	Fact Counter Section
====================================================================

***/

.fact-counter{
	position:relative;
	padding:60px 0px 15px;
	background-color:#208dff;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	background-position:center center;
	overflow:hidden;
	color:#ffffff;
}

.fact-counter:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.9);
	opacity:0.95;
	z-index:0;
}

.fact-counter .auto-container{
	position:relative;
	z-index:1;
}

.fact-counter .column{
	position:relative;
	margin-bottom:40px;
	text-align:center;
	z-index:5;	
}

.fact-counter .column .icon{
	color: #fdc716;
	position:relative;
	top:0px;
	font-size:60px;
	line-height:70px;
	margin-bottom:20px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.fact-counter .column:hover .icon{
	top:-15px;	
}

.fact-counter .count-outer{
	color: #fdc716;
	position:relative;
	font-size:48px;
	font-weight:700;
	font-family:'raleway',sans-serif;
	padding:0px 10px;
	margin-bottom:20px;
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:16px;
	font-weight:400;
	text-transform:uppercase;
	font-family:'raleway',sans-serif;
	color:#fdc716;
}

/*** 

====================================================================
	Default Section
====================================================================

***/

.video-box{
	position:relative;	
}

.video-box img{
	display:block;
	width:100%;	
}

.video-box .video-link{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.60);
}

.video-box .video-link .icon{
	position:absolute;
	width:100%;
	height:50px;
	line-height:50px;
	font-size:48px;
	top:50%;
	color:#ffffff;
	margin-top:-25px;
	text-align:center;
}

.video-box .video-link:hover .icon{
	color:#fdc716;
}

/*** 

====================================================================
	Page Title Style
====================================================================

 ***/
 
.page-title{
	position:relative;
	padding:10% 0;
	text-align:center;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	color:#ffffff;
	margin-top:0px;
}

.page-title:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	/* background:rgba(5,54,54,0.70); */
}

.page-title .auto-container{
	 position:relative;
	 z-index:5;
}

.page-title h1{
	font-size:42px;
	text-transform:capitalize;
	font-weight:700;
	color:#ffffff;
}

.breadcrumb-outer{
	position:relative;
	padding:15px 0px;
	border-bottom:1px solid #e9e9e9;	
}

.breadcrumb-outer .bread-crumb{
	position:relative;
	color:#cccccc;
}

.breadcrumb-outer .bread-crumb a{
	position:relative;
	font-size:14px;
	text-transform:uppercase;
	color:#999999;
	margin:0px 7px;
}

.breadcrumb-outer .bread-crumb a:hover,
.breadcrumb-outer .bread-crumb a.current{
	position:relative;
	color:#c90000;
}

/*** 

====================================================================
	Sidebar
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:100px 0px 70px;
}

.sidebar-page-container .sidebar,
.sidebar-page-container .content-side{
	margin-bottom:30px ;	
}

.sidebar .sidebar-title{
	position:relative;
	margin-bottom:20px;	
}

.sidebar .sidebar-title h2{
	color:#053636;
	font-weight:700;
	text-transform:capitalize;
	font-size:20px;	
}

.sidebar .sidebar-widget{
	position:relative;
	margin-bottom:50px;	
}

.sidebar .downloads{
	position:relative;
	padding:25px;
	background:#ffffff;
	border:1px solid #e9e9e9;	
}

.sidebar .downloads h3{
	font-family:'raleway',sans-serif;
	color:#053636;
	font-size:18px;
	font-weight:700;
	text-transform:capitalize;
	margin-bottom:15px;	
}

.sidebar .downloads .text{
	position:relative;
	margin-bottom:10px;	
}

.sidebar .downloads li{
	position:relative;
}

.sidebar .downloads li a{
	position:relative;
	display:block;
	text-transform:uppercase;
	font-weight:700;
}

.sidebar .styled-nav{
	position:relative;
}

.sidebar .styled-nav .nav-outer{
	position:relative;
	border:1px solid #e9e9e9;
}

.sidebar .styled-nav ul li{
	position:relative;
	display:block;
	line-height:21px;
	padding:10px 20px 10px 40px;
	text-transform:capitalize;
	color:#fff;
	background:#2C4D93;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #e9e9e9;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	cursor:pointer;
}

.sidebar .styled-nav .links li{
	position:relative;
	padding:0px;
}

.sidebar .styled-nav .links li:before{
	display:none;	
}

.sidebar .styled-nav .links li a{
	position:relative;
	display:block;
	line-height:30px;
	padding:10px 20px 10px 40px;
	text-transform:capitalize;
	color:#053636;	
}

.sidebar .styled-nav .links li a:hover{
	color:#fdc716;	
}

.sidebar .styled-nav ul li:last-child{
	border-bottom:none;	
}

.sidebar .styled-nav ul li:before,
.sidebar .styled-nav .links li a:before{
	content:'\f105';
	font-family:'FontAwesome';
	position:absolute;
	left:20px;
	top:50%;
	margin-top:-9px;
	height:20px;
	line-height:20px;
	font-size:18px;
	font-weight:normal;
}

.sidebar .styled-nav ul li:last-child {
	margin-bottom:0px;	
}

.sidebar .styled-nav li.active-btn,
.sidebar .styled-nav li.current{
	color:#ffffff;
	background:#c90000;
}

.sidebar .contact-widget{
	position:relative;
	padding:25px;
	text-align:center;
	background:#fff;	
	border:1px solid #ddd;
}

.sidebar .contact-widget h3{
	font-size:18px;
	font-weight:600;
	color:#777;
	line-height:32px;
	margin-bottom:5px;
	font-family:'raleway',sans-serif;	
}

.sidebar .contact-widget .phone-numbers{
	font-size:24px;
	color:#053636;
	line-height:30px;
	font-weight:600;
	margin-bottom:10px;
}

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:24px;
	padding:10px 50px 10px 20px;
	border:1px solid #e9e9e9;
	background:#ffffff;
	color:#3a3a3a;
	display:block;
	width:100%;
	height:46px;
	border-radius:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group input:focus{
	border-color:#fdc716;	
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:46px;
	width:50px;
	line-height:46px;
	text-align:center;
	display:block;
	font-size:15px;
	color:#ffffff;
	background:#fdc716;
	border-radius:0px 3px 3px 0px;
}

.sidebar .search-box .form-group input:focus + button,
.sidebar .search-box .form-group button:hover{
	background-color:none;
}

.sidebar .sidebar-title h3{
	font-size:18px;
	color:#053636;
	font-weight:700;
	text-transform:uppercase;
}

.sidebar .recent-posts .post{
	position:relative;
	font-size:14px;
	color:#cccccc;
	padding-left:90px;
	margin-bottom:30px;
}

.sidebar .recent-posts .post:last-child{
	margin-bottom:0px;	
}

.sidebar .recent-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:70px;	
}

.sidebar .recent-posts .post .post-thumb img{
	display:block;
	width:100%;	
}

.sidebar .recent-posts .post h4{
	font-size:14px;
	margin:0px;
	line-height:1.4em;
	color:#181818;
}

.sidebar .recent-posts .post a,
.sidebar .recent-posts .post a:hover{
	color:#053636;	
}

.sidebar .recent-posts .post h4 a{
	color:#181818;	
}

.sidebar .recent-posts .post-info{
	font-size:13px;
	color:#8b8b8b;
	text-transform:capitalize;
	font-style:italic;	
}

.sidebar-page-container .contact-info{
	position:relative;
	font-size:14px;
	margin-bottom:30px;
}

.sidebar-page-container .contact-info .text{
	position:relative;
	font-size:14px;
	margin-bottom:10px;
	color:#7f7f7f;
}

.sidebar-page-container .contact-info li{
	position:relative;
	margin-bottom:5px;
	line-height:1.8em;
	color:#7f7f7f;	
}

.sidebar-page-container .contact-info li strong{
	position:relative;
	padding-right:10px;
	font-weight:600;
	color:#292929;	
}

.sidebar-page-container .contact-info a{
	color:#fdc716;
	transition:all 300ms ease-in;
	-webkit-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	-o-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;	
}

.sidebar-page-container .contact-info a:hover{
	color:#3d3d3d;	
}

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:5px 18px;
	margin:0px 4px 12px 0px;
	border:1px solid #e0e0e0;
	color:#d0d0d0;
	text-align:center;
	font-size:14px;
	border-radius:0px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{
	background-color:#fdc716;
	border-color:#fdc716;
	color:#ffffff;	
}

.sidebar .list{
	position:relative;
}

.sidebar .list li{
	position:relative;
	line-height:24px;
	border-bottom:1px solid #e9e9e9;	
}

.sidebar .list li a{
	position:relative;
	display:block;
	color:#8d8d8d;
	font-size:14px;
	font-weight:400;
	line-height:24px;
	padding:12px 15px;
	padding-left:20px;
}

.sidebar .list li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 16px;
    left: 0;
	width:20px;
    line-height: 24px;
    position: absolute;
	color:#fdc716;	
}

.sidebar .list li a:hover{
	color:#101010;	
}

.sidebar .archives-list{
	position:relative;
}

.sidebar .archives-list li{
	position:relative;
	line-height:24px;
	margin-bottom:10px;
}

.sidebar .archives-list li:last-child{
	margin-bottom:0px;
}

.sidebar .archives-list a{
	position:relative;
	display:block;
	color:#8d8d8d;
	font-size:14px;
	font-weight:400;
	line-height:24px;
}

.sidebar .archives-list a:hover{
	color:#fdc716;
}

.sidebar .text-widget{
	position:relative;	
}

.sidebar .text-widget .text{
	font-size:16px;
	color:#777777;	
}

/*** 

====================================================================
	Single Service
====================================================================

***/

.tabs-box .tabs-content{
	position:relative;	
}

.tabs-box .tabs-content .tab{
	display:none;	
}

.tabs-box .tabs-content .tab.active-tab{
	display:block;	
}

.services-single{
	position:relative;
	color:#777777;
}

.services-single .service-title{
	font-size:22px;
	margin-bottom:20px;
	color:#000;
	font-weight:700;
}

.services-single .main-image{
	position:relative;
	margin-bottom:25px;	
}

.services-single .main-image img,
.services-single .image-box img{
	display:block;
	width:100%;	
}

.services-single .default-text-block {
	margin-bottom:30px;
	font-size:16px;	
}

.services-single .default-text-block p{
	position:relative;
	margin-bottom:15px;	
}

.services-single .default-text-block p1{
	position:relative;
	margin-bottom:1px;	
}

.services-single .default-two-column .image-column{
	position:relative;
	margin-bottom:25px;	
}

.project-single{
	position:relative;
	color:#777777;
}

.project-single .project-title{
	font-size:22px;
	margin-bottom:20px;
	color:#053636;
	font-weight:700;
}

.project-single .main-image{
	position:relative;
	margin-bottom:30px;	
}

.project-single  .main-image img,
.project-single  .image-box img{
	display:block;
	width:100%;	
}

.project-single .default-text-block {
	margin-bottom:30px;
	font-size:16px;	
}

.project-single .default-text-block p{
	position:relative;
	margin-bottom:15px;	
}

.project-single .default-two-column .image-column{
	position:relative;
	margin-bottom:25px;	
}

.services-single .default-two-column h3,
.project-single .default-two-column h3{
	font-size:20px;
	font-weight:700;
	color:#053636;
	margin-bottom:20px;
}

.services-single .default-two-column .column,
.services-single .default-two-column .skills-column,
.services-single .default-two-column .text-column,
.project-single .default-two-column .column{
	margin-bottom:40px;	
}

blockquote.style-one{
	position:relative;
	padding:25px 30px;
	color:#ffffff;
	background:#053636;
	font-style:italic;
	border-left-color:#101010;
	margin:20px 0px 50px ;
}

.project-single .default-title h2{
	font-size:20px;	
}

.dotted-list-style{
	position:relative;
}

.dotted-list-style li{
	position:relative;
	padding:0px 0px 20px 30px;	
}

.dotted-list-style li:before{
	content:'';
	position:absolute;
	left:0px;
	top:7px;
	width:10px;
	height:10px;
	background:#fdc716;
	border-radius:50%;	
}

.dotted-list-style li:after{
	content:'';
	position:absolute;
	left:4px;
	top:7px;
	width:1px;
	height:100%;
	border-right:1px solid #fdc716;	
}

.dotted-list-style li:last-child:after{
	display:none;	
}

.dotted-list-style li h4{
	font-size:16px;
	font-weight:700;
	margin-bottom:10px;
	color:#053636;	
}

.dotted-list-style li p{
	font-size:16px;	
}

.styled-check-list{
	position:relative;	
}

.styled-check-list.bold{
	font-weight:600;	
}

.styled-check-list li{
	position:relative;
	margin-bottom:8px;
	line-height:24px;
	padding-left:25px;
	color:#053636;	
}

.styled-check-list li:last-child{
	margin-bottom:0px;	
}


.styled-check-list li:before {
    content: "\f13e";
    font-family: "Flaticon";
    font-size: 14px;
    left: 0;
	top:0px;
	width:25px;
    line-height: 24px;
    position: absolute;
	font-weight:normal;
}

.project-single .default-title:after{
	width:50px;
	border-color:#fdc716 ;	
}

/*Blog Style*/


.blog-container{
	position:relative;
	padding:0px 0px;
}

.sidebar-page-container .blog-detail blockquote{
	position:relative;
	padding:0px 20px;
	margin:20px 0px;
	line-height:2em;
	font-size:16px;
	color:#053636;
	background:none;
	border-left-color:#fdc716;
}

.sidebar-page-container .blog-detail blockquote p{
	margin-bottom:5px;	
}

.sidebar-page-container .blog-detail .post-desc h2{
	font-size:20px;
	margin-bottom:22px;
	color:#1a1a1a;	
}

.sidebar-page-container .blog-detail .post-desc h3{
	font-size:18px;
	margin-bottom:10px;
	color:#1a1a1a;	
}

.sidebar-page-container .blog-detail h4{
	font-size:16px;
	margin-bottom:20px;	
}

.check-list li .fa{
	position:relative;
	color:#cbda37;	
}

.remove-list li .fa{
	position:relative;
	color:#ff0000;	
}

.sidebar-page-container .blog-detail .post-tags{
	position:relative;
	padding:15px;
	font-size:16px;
	background:#f5f5f5;
	color:#999999;
	margin-bottom:50px;
}

.sidebar-page-container .blog-detail .post-tags a{
	position:relative;
	color:#777777;
	font-size:15px;
}

.sidebar-page-container .blog-detail .post-tags a:hover{
	color:#00bff3;	
}

.social-links-two {
    position: relative;
	line-height:32px;
}

.blog-news-section .social-links-two a {
	display:inline-block;
	float:none;
	margin:0px 0px 0px 10px ;
	text-align:center;
	border-radius: 50%;
    color: #444444;
    background: #eaeaea none repeat scroll 0 0;
    font-size: 13px;
    height: 32px;
	width:32px;
    line-height: 32px
}

.social-links-two a:hover {
    background: transparent none repeat scroll 0 0 ;
    border-color: transparent;
    color: #053636 ;
}

.styled-list-one {
    position: relative;
}

.styled-list-one li {
    position: relative;
    line-height: 24px;
    margin-bottom: 12px;
    padding-left: 25px;
	font-size:15px;
}

.styled-list-one li:before {
    content: "";
	width:8px;
	height:8px;
	background:#fdc716;
    left: 0;
	top:8px;
    position: absolute;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-bottom:50px;	
}

.sidebar-page-container .group-title{
	position:relative;
	margin-bottom:30px;
}

.sidebar-page-container .group-title h2{
	font-size:24px;
	text-transform:uppercase;
	color:#053636;
	font-weight:600;
	font-family:'raleway',sans-serif;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:20px 30px;
	border:1px solid #e9e9e9;
	border-radius:0px;
	margin-bottom:25px;
}

.sidebar-page-container .comments-area .comment-box:hover{
	border-color:#fdc716;	
}

.sidebar-page-container .comments-area .separator{
	margin:20px 0px 40px;	
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	padding:0px 0px 10px 90px;	
}

.sidebar-page-container .comments-area .comment .text{
	margin-bottom:15px;	
}

.sidebar-page-container .comments-area .reply-comment{
	padding-top:25px;
	margin-left:90px;
	border-top:1px solid #e9e9e9;	
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
}

.sidebar-page-container .comments-area .reply-comment .author-thumb{
	top:25px;	
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
	border-radius:0px;
}

.sidebar-page-container .comments-area .comment-info{
	margin-bottom:10px;
	color:#181818;
	line-height:24px;
	font-size:13px;	
}

.sidebar-page-container .comments-area .comment-box strong{
	color:#053636;
	font-size:16px;
	font-weight:700;
	display:block;
	text-transform:capitalize;
	font-family: 'Merriweather', serif;
}

.sidebar-page-container .comments-area .comment-info .comment-time{
	font-size:14px;
	color:#c5c5c5;
}

.sidebar-page-container .comments-area .reply-btn{
	position:absolute;
	right:0px;
	top:10px;
	display:inline-block;
	line-height:24px;
	padding:5px 20px;
	color:#053636;
	text-transform:uppercase;
	font-size:13px;
	font-weight:600;
	background:#f1f1f1;
	border-radius:0px;
}

.sidebar-page-container .comments-area .reply-comment .reply-btn{
	top:30px;
}

.sidebar-page-container .comments-area .reply-btn:hover{
	color:#ffffff;
	background:#fdc716;	
}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form .form-group{
	position:relative;
	margin-bottom:25px;	
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:12px 15px;
	color:#053636;
	border:1px solid #e0e0e0;
	height:50px;
	background:#f7f7f7;
	border-radius:0px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:#fdc716;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:10px 15px;
	color:#053636;
	border:1px solid #e9e9e9;
	height:220px;
	background:#f7f7f7;
	resize:none;
	border-radius:0px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.comment-form button{
	position:relative;
	padding:9px 20px;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
}

.styled-pagination li{
	position:relative;
	display:inline-block;
	margin:0px 5px 10px;	
}

.styled-pagination li a{
	position:relative;
	display:block;
	line-height:24px;
	padding:6px 5px;
	font-size:16px;
	text-transform:uppercase;
	min-width:40px;
	border:1px solid rgba(0,0,0,0.40);	
	background:#ffffff;
	color:#1a1a1a;
	text-align:center;
	border-radius:0px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.styled-pagination li a.next,
.styled-pagination li a.prev{
	padding:6px 15px;	
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#ffffff;
	background:#053636;
	border-color:#053636;	
}

/*** 

====================================================================
	Projects Section
====================================================================

***/

.projects-section{
	position:relative;
	padding:100px 0px;
}

.project-column{
	position:relative;
	margin-bottom:30px;
}

.project-column .inner-box{
	position:relative;	
}

.project-column .image-box img{
	display:block;
	width:100%;
}

.project-column .lower-content{
	position:relative;
	padding:25px 0px;
	border-bottom:1px solid #e9e9e9;
}

.project-column .lower-content:before{
	content:'';
	position:absolute;
	left:0px;
	bottom:-1px;
	height:1px;
	background:#fdc716;
	width:0px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.project-column .lower-content:after{
	content:'';
	position:absolute;
	right:0px;
	bottom:-1px;
	height:1px;
	background:#fdc716;
	width:0px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.project-column:hover .lower-content:before,
.project-column:hover .lower-content:after{
	width:50%;
}

.project-column .lower-content .project-cat{
	position:relative;
	margin-bottom:10px;
	color:#fdc716;
}

.project-column .lower-content .project-cat a{
	position:relative;
	font-size:16px;
	text-transform:capitalize;
	color:#053636;
	line-height:24px;
}

.project-column .lower-content .project-cat a .fa{
	position:relative;
	top:1px;
	padding-left:5px;
}

.project-column .lower-content h3{
	color:#181818;
	font-size:18px;
	font-weight:700;
}

.project-column .lower-content h3 a {
	color: #999;
	font-family: "raleway", sans-serif;
}

.project-column .lower-content h3 a:hover{
	color:#053636;	
}

.projects-section .filters{
	position:relative;
	text-align:center;
	margin-bottom:50px;	
}

.projects-section .filter-btns{
	position:relative;
	text-align:center;
}

.projects-section .filter-btns li{
	background-color: #053636;
	border-radius: 15px 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin: 0 10px 10px;
	padding: 5px 15px;
	position: relative;
	text-transform: capitalize;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.projects-section .filter-btns li:hover,
.projects-section .filter-btns li.active{
	border-color:#fdc716;
	color:#fdc716;
}

.filter-list .mix{
	display:none;	
}


/*** 

====================================================================
	FAQs Style
====================================================================

***/

.faqs-section{
	position:relative;
	padding:100px 0px 80px;	
}

.faqs-section .default-text-block{
	text-align:center;
	max-width:680px;
	margin:0 auto 70px;	
}

.faqs-section .default-text-block p{
	font-size:16px;
	font-weight:400;	
}

/*** 

====================================================================
	Error Page Style
====================================================================

***/

.error-section{
	position:relative;
	padding:40px 0px;
	text-align:center;	
}

.error-section .smiley-icon{
	position:relative;
	margin-bottom:40px;
	opacity:0.30;
}

.error-section .smiley-icon img{
	display:inline-block;
	max-width:100%;	
}

.error-section .extra-big{
	font-size:90px;
	margin-bottom:10px;
	color:#fdc716;
	line-height:100px;
	font-weight:700;
	letter-spacing:3px;
}

.error-section .bigger-text{
	font-size:60px;
	color:#413f3f;
	margin-bottom:30px;
	line-height:80px;
}

.error-section .small-text{
	font-weight:400;
	font-size:18px;
	margin-bottom:50px;
	color:#999999;	
}

.error-section .text-lower strong{
	display:inline-block;
	padding:10px 20px;	
}

.error-section .text-lower input[type="text"],
.error-section .text-lower input[type="search"]{
	line-height:28px;
	padding:10px 15px;
	width:280px;
	font-size:16px;
	border:1px solid #e0e0e0;	
}

.error-section .text-lower input[type="text"]:focus,
.error-section .text-lower input[type="search"]:focus{
	border-color:#fdc716;	
}


.other-info{
	position:relative;	
}

.other-info .columns-container{
	position:relative;
	padding:40px 20px 0px;
	border:1px solid #e9e9e9;
}

.other-info .image-box img{
	display:block;
	width:100%;	
}

.other-info h3{
	font-size:26px ;
	font-weight:700;
	color:#000;
	text-transform:capitalize ;	
}

.other-info .info-box{
	position:relative;	
}

.other-info .info-box li{
	position:relative;
	padding-left:60px;
	color:#8d8d8d;
	min-height:50px;
	font-size:16px;
	margin-bottom:25px;
}

.other-info .info-box li:last-child{
	margin-bottom:0px;	
}

.other-info .info-box li strong{
	display:block;
	color:#000;
	text-transform:uppercase;
	font-weight:700;
	font-size:16px;	
}

.other-info .info-box li .icon{
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-25px;
	height:50px;
	line-height:50px;
	color:#fdc716;
	font-size:36px;
}

.other-info .text{
	margin-bottom:30px;
	font-size:16px;	
}

/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-section{
	position:relative;
}

.map-canvas{
	border-radius:0px;
}

.map-canvas .map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
}

.map-canvas .map-data h6{
	font-size:16px;
	text-align:center;
	margin-bottom:5px;
	color:#2e2e2e;
	font-weight:600;
	font-family:'raleway',sans-serif;		
}

/*** 

====================================================================
	Contact Section Style
====================================================================

***/

.contact-section{
	position:relative;
	padding:30px 0px 0px;
}

.contact-section .column{
	margin-bottom:50px;	
}

.contact-section h2 {
	color: #000;
	font-size: 25px;
	font-weight: 800;
	margin-bottom: 30px;
	text-transform: capitalize;
	letter-spacing: 1px;
	text-align:center;
}

.contact-form .form-group{
	position:relative;
	margin-bottom:26px;	
}

.contact-form .form-group .field-label{
	position:relative;
	font-size:16px;
	color:#202020;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:10px;
}

.contact-form .form-group input{
	position:relative;
	display:block;
	width:100%;
	line-height:30px;
	padding:10px 20px;
	color:#555555;
	background:#ffffff;
	border:1px solid #e9e9e9;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:30px;
	padding:11px 20px;
	color:#555555;
	height:230px;
	resize:none;
	background:#ffffff;
	border:1px solid #e9e9e9;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus{
	border-color:#fdc716;	
}

.contact-form .form-group input.error,
.contact-form .form-group textarea.error{
	border-color:#ff0000;	
}

.contact-form .form-group label.error{
	display:block;
	padding:10px 0px 0px 0px;
	line-height:24px;
	text-transform:uppercase;
	font-size:13px;
	color:#ff0000;
	font-weight:400;	
}

.contact-form .form-group .theme-btn{
	padding:10px 40px;	
}

/*** 

====================================================================
	Team Single
====================================================================

***/

.team-single{
	position:relative;
}

.team-single .basic-info .column{
	position:relative;
	margin-bottom:40px;	
}

.team-single .image img{
	position:relative;
	display:block;
	width:100%;	
}

.team-single .member-info{
	position:relative;
}

.team-single .member-info h3{
	font-size:24px;
	font-weight:600;
	text-transform:capitalize;
	font-family:'raleway',sans-serif;
	color:#053636;
	margin-bottom:5px;
}

.team-single .member-info .designation{
	font-size:15px;
	line-height:20px;
	color:#222;
	text-transform:capitalize;
	margin-bottom:20px;
}

.team-single .member-info .text{
	font-size:15px;	
}

.team-single .list-column{
	margin-bottom:50px;	
}

.team-single .list-column h3{
	font-size:16px;
	font-weight:700;
	color:#053636;
	margin-bottom:20px;	
}

blockquote.style-two{
	position:relative;
	background:#f7f7f7;
	border:none;
	font-style:italic;
	font-size:17px;
	font-family: 'Merriweather', serif;
	color:#555555;
	line-height:30px;
	padding:25px 30px;
	border-bottom:3px solid #fdc716;	
}

.bulleted-list{
	position:relative;
}

.bulleted-list li{
	position:relative;
	padding:0px 0px 0px 0px;
	margin-bottom:10px;
	color:#5e5e5e;
	line-height:24px;
}

.bulleted-list li:before{
	content:'';
	position:absolute;
	left:0px;
	top:8px;
	width:8px;
	height:8px;
	background:#c90000;
	border-radius:50%;	
	display:none;
}




/*------------------------------------------------------------------

HOME BOXES WIDGET ( opening hours )

-------------------------------------------------------------------*/


/* 7 .call-to-action styles */

.call-to-action .container-fluid {
	padding: 0;
}

.call-to-action.home-one {
  bottom: 0;
  left: 0;
  position: relative;
  right: 0;
  top: -95px;
  z-index: 111;
}

.call-to-action-corner {
	/*width: 35%;*/
	position: relative;	
	/*float: left;*/

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.call-to-action-corner:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom:0;
	left: 0;
	content: '';
	background-color:#efefef;
}

.call-to-action-center {
	/*width: 30%;*/
	position: relative;
	/*float: left;*/

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.call-to-action-center:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	background: #efefef;
}

.single-call-to-action {
	position: relative;
	text-align: center;
	min-height: 250px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.single-call-to-action .icon-box,
.single-call-to-action .content-box {
	display: inline-block;
	vertical-align: top;
}

.single-call-to-action .icon-box {
	bottom: 17px;
	position: relative;
	width: 80px;
}

.single-call-to-action .icon-box i.flaticon-clock {
	position: relative;
}

.single-call-to-action .icon-box i.flaticon-medical {
	position: relative;
	bottom: 25px;
}

.single-call-to-action .icon-box i.flaticon-coins {
	position: relative;
	bottom: 15px;
}

.single-call-to-action .icon-box i:before {
	font-size: 50px;
	color: #c90000;
}

.single-call-to-action .content-box {
	width: 100%;
	text-align: left;
	padding-left: 15px;
}

.single-call-to-action .content-box h3 {
	color: #000;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: "raleway", sans-serif;
	line-height: 28px;
}

.single-call-to-action .content-box p {
	color: #000;
	font-size: 13px;
	margin-bottom: 40px;
}

.single-call-to-action .content-box ul {
	margin: 0;
	padding: 0;
}

.single-call-to-action .content-box ul li {
	list-style: none;
	display: block;
	color: #fff;
	font-size: 13px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 9px;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-call-to-action .content-box .thm-btn.inverse {
	background: #053636 none repeat scroll 0 0;
	border-bottom: 4px solid #aaa;
	border-radius: 25px;
	color: #ffffff;
	margin-top: -2px ;
	padding: 7px 22px;
	position: absolute;
}

.single-call-to-action .single-call-to-action .content-box .thm-btn.inverse {
	background: #ffffff none repeat scroll 0 0;
	border: 2px solid #053636;
	border-radius: 10px;
	color: #ffffff;
	margin-top: 40px ;
	padding: 7px 22px;
	position: absolute;
}

.call-to-action-center .content-box .inverse {
	background-color: #154646;
	border-bottom: 4px solid #aaa;
}

.single-call-to-action .content-box .thm-btn.inverse:hover {
	color: #fdc716;
}

.call-to-action.boxed .single-call-to-action .content-box {
	width: 70%;
}

.call-to-action-corner {
	transition: all 300ms cubic-bezier(0.685, 0.01, 0.355, 0.995) 0s;
}

.call-to-action-corner:hover, .call-to-action-corner.active {
	box-shadow: 0 10px 10px rgba(93, 82, 76, 0.5);
	transform: translateY(-30px);
}

.call-to-action-center {
	transition: all 300ms cubic-bezier(0.685, 0.01, 0.355, 0.995) 0s;
}

.call-to-action-center:hover, .call-to-action-center.active {
	box-shadow: 0 10px 10px rgba(93, 82, 76, 0.5);
	transform: translateY(-30px);
}






/*** 

====================================================================
	Property Info Section
====================================================================

***/

.property-info-sec{
	position:relative;
	padding:50px 0px 0px;	
}

.property-info-sec.style-two{
	text-align:center;
	padding:100px 0px;	
}

.property-info-sec .desc-column,
.property-info-sec .info-column {
	margin-bottom: 0px;
	margin-top: 13px;
}

.property-info-sec .accordion-box .block .icon-outer {
	background: #fdc716 none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	height: 30px;
	margin-top: -15px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 50%;
	transition: all 500ms ease 0s;
	width: 30px;
}

.property-info-sec
.style-two 
.desc-column{
	max-width:560px;
	margin:0 auto;	
}

.sec-title{
	color: #000;
	position:relative;
	margin-bottom:40px;	
}

.default-section h2 {
	font-weight: 700;
	/* letter-spacing: 2px; */
}

.color-black {
	color: #fdc716;
}

.sec-title .subtitle-text{
	font-size:15px;
	font-style:italic;
	color:#777777;
	font-family:'Bitter',sans-serif;	
}

.property-info-sec .sec-title h1 {
	color: #000 ;
	font-family: "raleway",sans-serif;
	font-size: 42px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.4em;
}

.property-info-sec .sec-title h1 strong{
	color:#fdc716;
	font-weight:700;	
}

.property-info-sec .sec-title h2 {
	color: #000 ;
	font-family: "raleway",sans-serif;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.4em;
}

.property-info-sec .sec-title h2 strong{
	color:#fdc716;
	font-weight:700;	
}

.sec-title h3 {
	color: #000 ;
	font-family: "raleway",sans-serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1.7em;
}

.property-info-sec.style-two .sec-title{
	margin-bottom:64px;
}

.property-info-sec.style-three .sec-title{
	margin-bottom:20px;
}

.property-info-sec .description{
	margin-bottom:20px;
}

.property-info-sec .circular-image-column{
	position:relative;
	margin-bottom:50px;	
}

.property-info-sec .image-box{
	position:relative;
	padding:10px;
	background:#fdc716;
	border-radius:50%;
	overflow:hidden;
}

.property-info-sec .image-box:before{
	content:'';
	position:absolute;
	left:-50%;
	top:0px;
	width:50%;
	height:100%;
	background:#ddd;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.property-info-sec .image-box:after{
	content:'';
	position:absolute;
	right:-50%;
	top:0px;
	width:50%;
	height:100%;
	background:#ddd;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.property-info-sec .image-box:hover:before{
	left:0px;	
}

.property-info-sec .image-box:hover:after{
	right:0px;	
}

.property-info-sec .image-box img{
	position:relative;
	display:block;
	width:100%;
	border-radius:50%;
	height:auto;
	z-index:1;	
}

.property-info-sec .info-outer-box{
	position:relative;
	border:1px solid #0145AA;
	margin-bottom:30px;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;		
}

.property-info-sec .info-column{
	text-align:center;
	padding-left:30px;	
}

.property-info-sec.style-three .info-column{
	padding-left:50px;	
}

.property-info-sec .info-column .theme-btn,
.property-info-sec.style-two .desc-column .theme-btn{
	margin:0px 5px 10px;
	padding:11px 30px;
}

.property-info-sec.style-three .desc-column .theme-btn{
	margin:0px 10px 10px 0px;
	padding:11px 30px;
}

.property-info-sec .info-outer-box .default-info-box{
	padding:0px ;	
}

.property-info-sec.style-three .info-outer-box{
	border:none;	
}

.property-info-sec.style-three .info-outer-box .default-info-box{
	padding:0px 15px;
	margin-bottom:30px;
}

.default-info-box .inner-box {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #0145AA;
	display: block;
	margin: 1px;
	padding: 25px 10px;
	position: relative;
	text-align: center;
	transition: all 300ms ease 0s;
}
.property-info-sec.style-three .info-outer-box .default-info-box .inner-box{
	border-radius:7px;
	padding:35px 10px;	
}

.default-info-box:hover .inner-box span {
	color: #0145AA;
}

.default-info-box:hover .inner-box .info-title {
	color: #000;
}

.default-info-box:hover .inner-box .info-count {
	color: #000;
}

.default-info-box:hover .inner-box .info-details {
	color: #000;
}

.default-info-box:hover .inner-box {
	background:transparent; /*#fdc716 none repeat scroll 0 0;*/
	border-color: #0145AA;
}


.default-info-box .inner-box .icon-box{
	position:relative;
	top:0px;
	font-size:30px;
	line-height:30px;
	color:#c90000;
	margin-bottom:10px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;	
	transition:all 300ms ease;	
}

.default-info-box:hover .inner-box .icon-box{
	top:-5px;
}

.default-info-box .inner-box .info-title,
.default-info-box .inner-box .info-count{
	position:relative;
	bottom:0px;
	font-size:15px;
	color:#000;
	text-transform:capitalize;
	font-weight:700;
	line-height:20px;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;	
	transition:all 500ms ease;	
}

.info-details {
	color: #acacac ;
	font-size: 13px;
}


.default-info-box:hover .inner-box .info-title,
.default-info-box:hover .inner-box .info-count{
	bottom:-5px;
}

.property-info-sec .desc-column .documents{
	position:relative;
	color:#777777;	
}

.property-info-sec.style-two .desc-column .documents{
	margin-bottom:40px;	
}

.property-info-sec.style-three .desc-column .documents{
	margin-bottom:30px;	
}

.property-info-sec .desc-column .documents strong{
	text-transform:uppercase;
	font-weight:700;
	color:#053636;	
}

.property-info-sec .desc-column .documents .fa{
	padding:0px 7px;
	font-size:15px;	
}

.circular-boxes{
	position:relative;
	margin-bottom:40px;	
}

.circular-boxes .circular-info-box:nth-child(3){
	margin:-120px 0px 0px;
}

.circular-info-box{
	position:relative;
	display:inline-block;
	margin:0px 12px;
	border:8px solid #f5f5f5;
	text-align:center;
	max-width:240px;
	border-radius:50%;
	overflow:hidden;	
}

.circular-info-box .image img{
	 display:block;
	 width:100%;
	border-radius:50%;	
}

.circular-info-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	color:#ffffff;
}

.circular-info-box .overlay-box .inner-content{
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;	
}

.circular-info-box .overlay-box .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;	
}

.circular-info-box .overlay-box .content .icon-box{
	position:relative;
	top:0px;
	font-size:30px;
	line-height:30px;
	margin-bottom:10px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;	
	transition:all 300ms ease;	
}

.circular-info-box .overlay-box .content .info-title,
.circular-info-box .overlay-box .content .info-count{
	position:relative;
	bottom:0px;
	font-size:13px;
	text-transform:uppercase;
	font-weight:700;
	line-height:20px;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;	
	transition:all 500ms ease;	
}

.property-info-sec .desc-column .desc-text{
	font-style:italic;
	padding-top:10px;
	font-family:'Bitter',serif;	
}





/* 11 .single-service-home styles */

.home-serivce {
    padding-bottom: 10px;
}

.single-service-home {
    margin-bottom: 80px;
}

.single-service-home .icon-box,
.single-service-home .content {
    display: table-cell;
    vertical-align: top;
}

.single-service-home .inner-box {
	background: #efefef none repeat scroll 0 0;
	/* border: 3px solid #e7b100; */
	color: #0145AA;
	font-weight: 700;
	height: 70px;
	line-height: 63px;
	margin-right: 0px;
	position: relative;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 70px;
}

.single-service-home:hover .inner-box {
    background: #fff;
    border-color: #c90000	;
    color: #d62929;
}

.single-service-home .inner-box:before {
    content: '';
    /* width: 30px; */
    /* height: 30px; */
    position: absolute;
    /* bottom: -17px; */
    /* right: -17px; */
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.single-service-home .inner-box i:before {
    font-size: 45px;
}

.single-service-home .content h3 {
    font-size: 24px;
    text-transform: capitalize;
    color: #053636;
    font-weight: 500;
    margin: 0;
    line-height: 24px;
    margin-bottom: 15px;
}

.single-service-home .content p {
    color: #000;
    line-height: 26px;
    margin: 0;
    margin-bottom: 15px;
}

.single-service-home .content a {
    color: #d62929;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    transition: all .3s ease;
}

.single-service-home:hover .content a {
    color: #5E2A30;
}

.style-two .single-service-home .inner-box {
    border-radius: 50%;
}

.style-two .single-service-home .inner-box:before {
    display: none;
}

.style-three .single-service-home {
    margin-bottom: 10px;
}

.style-three.mb40 .single-service-home {
    margin-bottom: 40px;
}

.style-three .single-service-home:hover .inner-box {
	background-color: #F1F1F1;
	color:#0145AA;
}

.style-three .single-service-home .content h3 {
	color: #F00001;
	font-size: 15px;
	font-weight: 900;
	line-height: 14px;
	margin: 9px 0 5px;
	text-transform: capitalize;
	letter-spacing: 1px;
}

.style-three .single-service-home .content p {
    line-height: 22px;
    margin: 0 0 15px;
}


/* 12 .welcome-feature */

.welcome-feature li {
    display: inline-block;
    margin-right: 25px;
    padding: 0;
}

.welcome-iconbox .content {
    background-color: #1c1c1c;
    border: 1px solid #d60303;
    color: #fff;
    display: block;
    height: 96px;
    position: relative;
    text-align: center;
    transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    width: 96px;
}

.welcome-iconbox .content:hover {
    background-color: transparent;
    color: #d60303;
}

.welcome-iconbox .content i {
    font-size: 42px;
    line-height: 100px;
}

.welcome-iconbox .content .details {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -15px;
}

.welcome-iconbox .content .details a {
    background-color: #d60303;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 10px;
    margin: 0;
    min-width: 70px;
    padding: 8px 7px;
    text-transform: capitalize;
}


/* 12 .services-section */

.welcome-wrp {}

.services-wlc {
    background-color: #053636;
    min-height: 320px;
}

.services-wlc .content {
    float: right;
    padding-right: 35px;
    position: relative;
    right: 0;
    text-align: right;
    top: 50px;
    width: 65%;
}

.services-wlc .content .title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}

.services-content .service-box {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    transition: all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -moz-transition: all ease-in 400ms;
}

.services-content.services-carousel .service-box {
    margin-bottom: 30px;
}

.services-content .service-box .img-thumb img {
    min-height: 320px;
    width: 100%;
}

.services-content .service-box .content {
    bottom: 0;
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1;
}

.services-content .service-box .content .title {
    background-color: #d60303;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0 40px;
    padding: 12px 0;
    position: relative;
    text-transform: uppercase;
    transition: all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -moz-transition: all ease-in 400ms;
}

.services-content .service-box .content .title:before {
    background-color: #d60303;
    bottom: 0;
    content: "";
    height: 101%;
    left: -25px;
    position: absolute;
    transform: skewX(-40deg);
    -webkit-transform: skewX(-40deg);
    width: 50px;
    transition: all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -moz-transition: all ease-in 400ms;
}

.services-content .service-box .content .title:after {
    background-color: #d60303;
    bottom: 0;
    content: "";
    height: 101%;
    position: absolute;
    right: -25px;
    transform: skewX(40deg);
    -webkit-transform: skewX(40deg);
    width: 50px;
    transition: all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -moz-transition: all ease-in 400ms;
}

.services-content .service-box:hover .content .title {
    background-color: #1c1c1c;
}

.services-content .service-box:hover .content .title:before {
    background-color: #1c1c1c;
}

.services-content .service-box:hover .content .title:after {
    background-color: #1c1c1c;
}

.services-content .service-box .content .title a {
    color: #fff;
    position: relative;
    z-index: 9999;
}

.services-content .service-box .overlay {
    background-color: rgba(214, 3, 3, 0.90);
    display: inline-block;
    left: 0;
    padding: 50px 30px 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -100%;
    height: 100%;
    transition: all ease-in 500ms;
    -webkit-transition: all ease-in 500ms;
    -moz-transition: all ease-in 500ms;
    z-index: 0;
}

.services-content .service-box:hover .overlay {
    top: 0;
}

.services-content .service-box .overlay::before {
    background-color: rgba(214, 3, 3, 0.90);
    bottom: -50px;
    content: "";
    height: 50px;
    left: -25px;
    position: absolute;
    transform: skewX(-40deg);
    -webkit-transform: skewX(-40deg);
    width: 40px;
}

.services-content .service-box .overlay::after {
    background-color: rgba(214, 3, 3, 0.90);
    bottom: -50px;
    content: "";
    height: 50px;
    right: -25px;
    position: absolute;
    transform: skewX(40deg);
    -webkit-transform: skewX(40deg);
    width: 40px;
}

.services-content .service-box .overlay p {
    color: #1c1c1c;
    font-family: 'Montserrat', sans-serif;
    line-height: 22px;
}

.services-content .service-box .overlay .value {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    width: 100%;
}

.services-content .service-box .overlay .value .service-price {
    color: #f4d03f;
    font-size: 22px;
}

.services-content .service-box .overlay .btn-link {
    color: #053636;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
}

.services-content .service-box .overlay .btn-link:hover {
    text-decoration: none;
}



/*** 

====================================================================
	Get Quote style
====================================================================

***/

.get-quote{
	position:relative;
	padding:80px 0px 0px;
	background:#ededed url(../images/background/bg-pattern.png) center center no-repeat;
	background-size:cover;	
}

.get-quote .sec-title{
	margin-bottom:40px;	
}

.get-quote .sec-title .line{
	margin-top:20px;	
}

.get-quote .sec-title h3,
.get-quote .sec-title h2{
	text-transform:capitalize;
	margin-bottom:0px;	
}


.get-quote form input[type="text"],
.get-quote form input[type="password"],
.get-quote form input[type="email"],
.get-quote form input[type="url"],
.get-quote form input[type="tel"],
.get-quote form textarea,
.get-quote form select{
	background:#ffffff;
	border:1px solid #cccccc;
	box-shadow:0px 0px 3px 0px rgba(0,0,0,0.30);
	color:#1a1a1a;
	display:block;
	font-style:italic;
	height: 45px;
	line-height:24px;
	margin-bottom: 15px;
	padding:5px 15px;
	position:relative;
	width:100%;
}

.get-quote form textarea{
	height:150px;
	resize:none;	
}

.get-quote form button:hover {
	background-color: #053636;
	border-color: #053636;
	border-radius: 0px;
	color: #fdc716;
	font-weight: 600;
	padding: 8px 30px;
}

.get-quote form button {
	background-color: #ffffff;
	border-radius: 0px;
	border: 2px solid #ddd;
	color: #000;
	font-weight: 600;
	padding: 8px 30px;
}

.get-quote .form{
	position:relative;
	margin:10px 0px;
	z-index:2;
}

.get-quote .form .note{
	position:relative;
	padding:10px 0px;
	font-style:italic;	
}

.get-quote h3 {
	font-size: 18px;
	text-align: center;
	font-weight: 600;
}

.get-quote h2 {
	font-weight: 600;
	text-align: center;
	color: #000;
	font-family: "raleway", sans-serif;
}



/*** 

====================================================================
	Pricing Section
====================================================================

***/

.pricing-section {
	padding: 100px 0 70px;
}

.pricing-section .text-center {
	background-color: #053636;
}

.pricing-section .btn {
	color: #fdc716;
	padding: 12px 0;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 17px;
}

.pricing-section .btn:hover {
	color: #fff;
}

.pricing-table {
	background-color: #f7f7f7;
	position: relative;
}

.pricing-table .pricing-header {
	position: relative;
	text-align: center;
}

.pricing-table .pricing-header .package-price {
	background-color: rgba(254, 239, 31, 0.85);
	border: 10px solid rgba(255, 255, 255, 0.25);
	border-radius: 50%;
	color: #053636;
	display: inline-block;
	font-size: 30px;
	font-weight: 600;
	margin: 0 auto 0 -40px;
	padding: 20px 23px;
	position: absolute;
	top: -60px;
}

.pricing-table .pricing-header .package-price span {
	font-size: 16px;
}

.pricing-table .pricing-title {
	background-color: #fdc716;
	color: #053636;
	font-size: 20px;
	font-weight: 600;
	padding: 12px 0;
	text-align: center;
	text-transform: capitalize;
}

.pricing-table .pricing-feature {
	text-align: center;
}

.pricing-table .pricing-feature li {
	background-color: #f1f1f1;
	letter-spacing: 1px;
	padding: 10px 0;
	text-transform: capitalize;
}

.pricing-table .pricing-feature li:nth-child(2n+1) {
	background-color: #f7f7f7;
}
/* Pricing Style Two */

.pricing-style2 .pricing-table .pricing-title {
	background-color: #00a3c8;
}

.pricing-style2 .pricing-table.active .pricing-title {
	background-color: #0f86a3;
}

.pricing-style2 .pricing-table .pricing-btn span {
	font-size: 28px;
	font-weight: 600;
	margin-top: 10px;
	margin-left: 70px;
	width: 50%;
}




/*top service section*/

.top-services{
	position:relative;
	padding:50px 0px 30px;
	background-color:#f7f7f7;
}

.top-services .sec-title h3 {
	color: #C90000 ;
	font-family: "raleway",sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.7em;
	text-align: center;
}

.top-services .sec-title h1 {
	color: #e7b100 ;
	font-family: "raleway",sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 33px;
	text-align: center;
}

.top-services .column {
	background-color: #fff;
	border: 1px dashed #C90000;
	margin-bottom: 0px;
	padding: 35px 10px;
	position: relative;
}

.top-services .column .inner-box{
	position:relative;
	max-width:500px;
	margin:0 auto;
	padding-left:100px;	
}

 .top-services .column .icon{
	position:absolute;
	left:15px;
	top:30px;
	font-size:60px;
	color:#C90000;
	width:80px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.top-services .column:hover .icon{
	color: #ffffff;
	transform:scale(0.8,0.8);
	-webkit-transform:scale(0.8,0.8);
	-moz-transform:scale(0.8,0.8);
	-o-transform:scale(0.8,0.8);
	-ms-transform:scale(0.8,0.8);	
}

.top-services .column:hover .content h3{
	color: #000;	
}

.top-services .column h3{
	position:relative;
	font-size:16px;
	font-weight:800;
	margin-bottom:15px;
	color:#000;
	text-transform:capitalize;
}

.top-services .column .text{
	position:relative;
	color:#888888;	
}


/* department section */

.department-section {
	padding: 100px 0 70px;
}

.department {
	border-bottom: 3px solid #aaa;
	border-radius: 0 0 2px 2px;
	margin-bottom: 30px;
	min-height: 380px;
	overflow: hidden;
	position: relative;
}

.department .thumb img {
	  display: inline-block;
}

.department-section .sec-title {
	text-align: center;
	text-transform: capitalize;
}

.department .thumb {
	overflow: hidden;
	position: relative;
}
.department .thumb .round-style {
	background-color: #fbf7f8;
	border-radius: 50%;
	bottom: 12px;
	height: 70px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	width: 70px;
}
.department:hover .thumb .round-style {
	bottom: 76px;
}
.department .department-details {
	background-color: #fbf7f8;
	bottom: -65px;
	padding: 0 15px 20px;
	position: absolute;
	text-align: center;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	width: 100%;
}
.department .department-details h4 {
	color: #202A30;
	font-weight: 700;
}
.department-details .round-style {
    background: #fbf7f8 none repeat scroll 0 0;
    border-radius: 50%;
    height: 70px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -35px;
    width: 70px;
}
.department:hover .department-details {
	bottom: 0;
}
.department .department-details .icon {
	color: #053636;
	display: inline-block;
	font-size: 30px;
	position: relative;
	top: -15px;
}
.department .department-details .title {
	margin-bottom: 10px;
	color: #053636;
}

.department-section h1 {
	font-weight: 700;
	font-family: "raleway", sans-serif;
	letter-spacing: 1px;
}

.department-section h3 {
	line-height: 15px;
	font-size: 19px;
	letter-spacing: normal;
}

.department .department-details .details {
	font-size: 13px;
	padding-bottom: 20px;
}

.department .department-details a.btn-thm {
	margin-top: 15px;
}

.department:hover .department-details a.btn-thm {
	margin-top: 10px;
}

.featured-causes {
	background-color: #fff;
	display: inline-block;
	margin-bottom: 10px;
}

.featured-causes .thumb {
	position: relative;
}

.featured-causes .department-details h4 {
	margin-top: 25px;

}

.featured-causes .department-details h3 {
	color: #454545;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 25px;
	margin-top: 10px;
}

.featured-causes .department-details p {
	font-size: 13px;
}

.featured-causes .department-details .p-title {
	color: #fc7437;
	font-weight: 600;
	margin-bottom: 15px;
}

.featured-causes .department-details h6 {
	color: #454545;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.featured-causes .department-details .thm-btn {
	margin-bottom: 20px;
	margin-top: 20px;
}

.featured-causes .social {
	padding-left: 0px;
}

.featured-causes .social li {
	display: inline-block;
}

.featured-causes .social li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #fc7437;
	border: 1px solid #CACFD3;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	border-radius: 50%;
	margin-right: 3px;
	transition: all .3s ease;
}

.featured-causes .social li a:hover {
	background: #fc7437;
	border-color: #fc7437;
	color: #fff;
}


/* call-out-action */

***/

.call-out-action {
	background-color: #000;
}


















/*** 

====================================================================
	Sidebar
====================================================================

***/

.sidebar-page-container{
	position:relative;
	/* padding:50px 0px 0px; */
	padding:50px 0px 0%;
}

.sidebar-page-container .sidebar,
.sidebar-page-container .content-side{
	margin-bottom:50px ;	
}

.sidebar .sidebar-widget{
	position:relative;
	margin-bottom:40px;	
}

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:24px;
	padding:10px 40px 10px 20px;
	border:1px solid #e0e0e0;
	background:#ffffff;
	color:#1c1c1c;
	display:block;
	font-size:13px;
	width:100%;
	height:48px;
	border-radius:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group input:focus{
	border-color:#fdc716;	
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:48px;
	width:48px;
	line-height:48px;
	text-align:center;
	display:block;
	font-size:15px;
	color:#1c1c1c;
	background:none;
	font-weight:normal;
}

.sidebar .search-box .form-group input:focus + button,
.sidebar .search-box .form-group button:hover{
	color:#fdc716;
}

.sidebar .popular-posts .post{
	position:relative;
	font-size:14px;
	color:#cccccc;
	padding:0px 0px;
	padding-left:100px;
	min-height:66px;
	margin-bottom:25px;
}

.sidebar .popular-posts .post:last-child{
	margin-bottom:0px;
}

.sidebar .popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:86px;
	border-radius:0px;
	background:#333333;	
}

.sidebar .popular-posts .post:hover .post-thumb img{
	opacity:0.50;
}

.sidebar .popular-posts .post .post-thumb img{
	display:block;
	width:100%;
	border-radius:0px;	
}

.sidebar .popular-posts .post h4{
	font-size:13px;
	margin:0px;
	font-weight:500;
	color:#1c1c1c;
	margin-bottom:5px;
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover{
	color:#fdc716;	
}

.sidebar .popular-posts .post h4 a{
	color:#1c1c1c;	
}

.sidebar .popular-posts .post-info{
	font-size:13px;
	color:#5a5a5a;	
}

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:7px 18px;
	margin:0px 7px 12px 0px;
	border:1px solid #e0e0e0;
	color:#888888;
	text-align:center;
	font-size:13px;
	border-radius:2px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover {
	background-color: #053636;
	border-color: #053636;
	color: #ffffff;
}

.sidebar .list{
	position:relative;
}

.sidebar .list li{
	position:relative;
	line-height:24px;	
}

.sidebar .list li:last-child{
	border-bottom:none;	
}

.sidebar .list li a{
	position:relative;
	display:block;
	font-size:13px;
	font-weight:500;
	line-height:24px;
	padding:5px 15px;
	padding-left:24px;
}

.sidebar .list li a:before {
    content: "\f178";
    font-family: "FontAwesome";
    font-size: 13px;
    left: 0;
	color:#fdc716;
	width:20px;
    line-height: 24px;
    position: absolute;
}

.sidebar .list li a:hover{
	color:#fdc716;	
}

.sidebar .archives-list{
	position:relative;
}

.sidebar .archives-list li{
	position:relative;
	line-height:24px;
	padding:10px 0px;
	border-bottom:1px dashed #d0d0d0;
}

.sidebar .archives-list li:last-child{
	border-bottom:none;
	padding-bottom:0px;
}

.sidebar .archives-list a{
	position:relative;
	display:block;
	color:#666666;
	font-size:14px;
	font-weight:400;
	line-height:24px;
}

.sidebar .archives-list a:hover{
	color:#fdc716;
}

.sidebar .list span {
	color: #999;
	float: right;
}

.sidebar .text-widget{
	position:relative;	
}

.sidebar .text-widget .text{
	font-size:14px;
	color:#666666;	
}

.sidebar .latest-tweets{
	position:relative;
	font-family:'Roboto',sans-serif;
	color:#999999;	
}

.sidebar .latest-tweets .owl-dots{
	display:none ;	
}

.sidebar .latest-tweets .owl-nav{
	position:absolute;
	right:0px;
	bottom:-50px;	
}

.sidebar .latest-tweets .widget-bottom{
	padding:10px 0px;
	border-top:1px solid #e0e0e0;	
}

.sidebar .latest-tweets .widget-bottom a{
	color:#707070;	
}

.sidebar .latest-tweets .time{
	color:#555555;
	margin-bottom:5px;
}

.sidebar .latest-tweets .owl-prev{
	width:20px;
	height:20px;
	padding:0px ;
	background:none ;
	line-height:20px ;
	color:#707070 ;
	text-align:center;
	margin:0px 0px 0px 0px ;
}

.sidebar .latest-tweets .owl-next{
	width:20px;
	height:20px;
	padding:0px ;
	background:none ;
	line-height:20px ;
	color:#707070 ;
	text-align:center;
	margin:0px 0px 0px 0px ;
}

.sidebar .latest-tweets .owl-prev .fa:before,
.sidebar .latest-tweets .owl-next .fa:before{
	line-height:24px;
	font-size:24px;	
}

.sidebar .latest-tweets .owl-prev:hover,
.sidebar .latest-tweets .owl-next:hover{
	color:#cccccc ;
}

.sidebar .latest-tweets a{
	color:#101010;	
}

/* Tabbed Links*/
.sidebar .tabbed-links{
	position:relative;
}

.sidebar .tabbed-nav li{
	position:relative;
	margin-bottom:10px;	
}

.sidebar .tabbed-nav li:last-child{
	margin-bottom:0;	
}

.sidebar .tabbed-nav li a{
	position:relative;
	display:block;
	color:#1c1c1c;
	text-transform:uppercase;
	background:#f4f5f6;
	font-size:13px;
	font-weight:400;
	line-height:24px;
	padding:13px 15px;
	padding-left:42px;
	border-left:2px solid transparent;
	border-radius:0px 2px 2px 0px;
	transition:all 300ms ease-in;
	-webkit-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	-o-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;
}

.sidebar .tabbed-nav li a:before {
    content: "\f178";
    font-family: "FontAwesome";
    font-size: 13px;
    left: 15px;
	top:50%;
	margin-top:-12px;
	width:20px;
    line-height: 24px;
	color:#fdc716;
    position: absolute;
}

.sidebar .tabbed-nav li:hover a,
.sidebar .tabbed-nav li.current a{
	border-color:#fdc716;
	color:#fdc716;
}



.sidebar .files li{
	position:relative;
	margin-bottom:10px;	
}

.sidebar .files li:last-child{
	margin-bottom:0;	
}

.sidebar .files li a{
	position:relative;
	display:block;
	color:#ffffff;
	text-transform:uppercase;
	background:#fdc716;
	font-size:13px;
	font-weight:400;
	line-height:24px;
	padding:13px 20px;
	transition:all 300ms ease-in;
	-webkit-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	-o-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;
}

.sidebar .files li a .fa{
	position:relative;
	top:-2px;
	line-height:24px;
	padding-right:5px;	
}

.sidebar .files li a:after {
    content: "\f019";
    font-family: "FontAwesome";
    font-size: 13px;
    right: 10px;
	top:50%;
	margin-top:-15px;
	width:30px;
    line-height: 30px;
	color:#ffffff;
	text-align:center;
    position: absolute;
	background:rgba(255,255,255,0.20);
}

.sidebar .files li:hover a{
	background:#1c1c1c ;
}

.sidebar .files li:hover a .fa{
	color:#fdc716;	
}


/* Contact Info Links*/
.sidebar .contact-info li{
	position:relative;
	padding-left:35px;
	margin-bottom:20px;
	line-height:24px;
	color:#1c1c1c;
	font-size:13px;
}

.sidebar .contact-info li .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:20px;
	text-align:center;
	line-height:24px;
	font-size:18px;
	color:#fdc716;
}

.rangeslider-widget .outer-box{
	position:relative;
	padding:10px 0px 0px;	
}

.rangeslider-widget .form-group{
	position:relative;
	color:#1c1c1c;
	font-weight:500;
	font-size:14px;
	margin:30px 0px 0px;	
}

.rangeslider-widget .val-box{
	position:relative;
	display:inline-block;
	margin:10px 5px 0px 0px;
	line-height:24px;
	font-size:13px;
	padding:5px 0px;
	width:50px;
	text-align:center;
	color:#5a5a5a;
	font-weight:500;
}

.rangeslider-widget .noUi-connect{
	background:#fdc716 ;
	box-shadow:none;	
}

.rangeslider-widget .noUi-background{
	background:#ededed ;	
}

.rangeslider-widget .noUi-handle{
	top:-5px ;
	background-color:transparent ;
	box-shadow:none;
	border-color:transparent;
	cursor:pointer;
	width:4px;
	height:13px;
	background:#fdc716 ;
	border:none;
	margin-left:14px;
	border-radius:0%;
}

.rangeslider-widget .noUi-horizontal{
	height:5px ;
	box-shadow:none ;
	background:#fdc716;
}

.rangeslider-widget .btn-style-one{
	padding-left:35px;
	padding-right:35px;	
}

.sidebar .related-posts .post{
	position:relative;
	font-size:14px;
	color:#cccccc;
	padding:0px 0px;
	padding-left:90px;
	min-height:56px;
	margin-bottom:25px;
}

.sidebar .related-posts .post:last-child{
	margin-bottom:0px;
}

.sidebar .related-posts .post .post-thumb {
	border: 1px solid #ddd;
	border-radius: 8px;
	left: 0;
	padding: 5px;
	position: absolute;
	top: 4px;
	width: 72px;
}

.sidebar .related-posts .post .post-thumb img{
	display:block;
	width:100%;	
}

.sidebar .related-posts .post h4{
	font-size:13px;
	margin:0px;
	font-weight:500;
	color:#1c1c1c;
}

.sidebar .related-posts .post h4 a{
	color:#1c1c1c;	
}

.sidebar .related-posts .post a,
.sidebar .related-posts .post a:hover{
	color:#999;	
}

.sidebar .related-posts .post .price{
	font-size:13px;
	font-weight:500;
	color:#fdc716;	
}

.sidebar .related-posts .post .rating .fa{
	position:relative;
	display:inline-block;
	margin-right:3px;
	font-size:13px;
	line-height:20px;
	color:#ff9c01;
}

.sidebar .related-posts .post .rating .fa-star-o{
	color:#999999;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-bottom:50px;	
}

.sidebar-page-container .group-title{
	position:relative;
	margin-bottom:25px;
}

.sidebar-page-container .group-title h2{
	font-size:18px;
	text-transform:capitalize;
	color:#1c1c1c;
	font-weight:500;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:30px 0px;
	border-bottom:1px solid #f1f1f1;
	margin-bottom:25px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:nth-child(1){
	padding-top:0px;	
}

.sidebar-page-container .comments-area .comment-box:hover{
	border-color:#fdc716;	
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	padding:0px 0px 0px 130px;
	font-size:14px;
}

.sidebar-page-container .comments-area .reply-comment{
	padding-left:130px;	
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	border-radius:50%;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
	border-radius:0px;
}

.sidebar-page-container .comments-area .comment-info{
	margin-bottom:10px;
	color:#3e5773;
	line-height:24px;
	font-size:13px;	
}

.sidebar-page-container .comments-area .comment-box strong{
	color:#253d4a;
	font-size:14px;
	font-weight:700;
	display:block;
	line-height:30px;
	text-transform:uppercase;
}

.sidebar-page-container .comments-area .comment-box .text{
	margin-bottom:15px;	
}

.sidebar-page-container .comments-area .comment-info .comment-time{
	font-size:13px;
	color:#fdc716;
}

.sidebar-page-container .comments-area .comment-box .theme-btn{
	padding:5px 30px;
	font-size:12px;
	border:1px  solid #fdc716;
	text-transform:uppercase;
	letter-spacing:1px;
}

.sidebar-page-container .share-option{
	position:relative;
	padding:8px 0px;
	padding-bottom:20px;
	border-bottom:1px solid #e0e0e0;	
}

.sidebar-page-container .share-option strong{
	font-size:16px;
	line-height:40px;
	font-weight:500;
	color:#1c1c1c;
	text-transform:capitalize;
	font-family:'Poppins',sans-serif;
}

.sidebar-page-container .social-links a{
	position:relative;
	display:inline-block;
	width:36px;
	height:36px;
	border:2px solid #fdc716;
	line-height:32px;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	margin-right:2px;
	transition:all 300ms ease;
}

.sidebar-page-container .social-links a:hover{
	color:#ffffff;
	background:#053636;
	border-color:#053636;	
}

.sidebar-page-container .share-option .social-links a{
	margin-right:0px;
	margin-left:5px;	
}







/*** 

====================================================================
	Shop Style
====================================================================

***/

.shop-section{
	position:relative;
}

.shop-section .items-sorting{
	position:relative;
	margin-bottom:20px;	
}

.shop-section .items-sorting .results-column,
.shop-section .items-sorting .select-column{
	margin-bottom:20px;	
}

.shop-section .items-sorting .results-column h4{
	font-size:13px;
	font-weight:500;
	color:#999999;
	line-height:24px;
	padding:10px 0px;	
}

.shop-section .items-sorting .form-group{
	margin-bottom:0px;	
}

.shop-section .items-sorting select{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:9px 15px 9px;
	height:44px;
	font-size:14px;
	border:1px solid #e0e0e0;
	cursor:pointer;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	background:url(../images/icons/icon-select.png) right center no-repeat;
	color:#999999;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.shop-section .items-sorting select option{
	text-indent:15px;	
}

.shop-item{
	position:relative;
	text-align:center;
	margin-bottom:40px;	
}

.shop-item .inner-box{
	position:relative;
	display:block;
	border:1px solid #e0e0e0;
	border-radius:0px;
	background:#ffffff;
	-webkit-transition:all 500ms ease;
	transition:all 500ms ease;
}

.shop-item .inner-box:hover{
	border-color:#053636;	
}

.shop-item .image-box{
	position:relative;	
}

.shop-item .image-box .image img{
	position:relative;
	display:block;
	width:100%;
	height:auto;	
}

.shop-item .image-box .item-options{
	position:absolute;
	right:0px;
	bottom:-3px;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.shop-item:hover .image-box .item-options{
	opacity:1;
	visibility:visible;	
}

.shop-item .image-box .item-options .option-btn{
	position:relative;
	display:block;
	float:left;
	width:46px;
	height:46px;
	padding:10px;
	text-align:center;
	line-height:26px;
	color:#5a5a5a;
	background:#ffffff;
	font-size:14px;
	border-left:1px solid #e0e0e0;
	-webkit-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.shop-item .image-box .item-options .option-btn .tool-tip{
	position:absolute;
	left:50%;
	margin-left:-50px;
	bottom:55px;
	width:100px;
	text-align:center;
	line-height:20px;
	font-size:11px;
	padding:5px 5px;
	background:#1c1c1c;
	color:#ffffff;
	border-radius:0px;
	-webkit-transition:all 500ms ease;
	transition:all 500ms ease;
	opacity:0;
	visibility:hidden;	
}

.shop-item .image-box .item-options .option-btn .tool-tip:after{
	content:'';
	position:absolute;
	left:50%;
	margin-left:-5px;
	bottom:-9px;
	border:5px solid transparent;
	border-top:5px solid #1c1c1c;
}

.shop-item .image-box .item-options .option-btn:hover{
	background:#053636;
	border-color:#053636;
	color:#fdc716;	
}

.shop-item .image-box .item-options .option-btn:hover .tool-tip{
	opacity:1;
	visibility:visible;	
}

.shop-item .lower-content {
	background: #053636 none repeat scroll 0 0;
	padding: 25px 20px 20px;
	position: relative;
}

.shop-item h3{
	font-size:16px;
	font-weight:500;
	color:#5a5a5a;
}

.shop-item h3 a{
	color:#ffffff;	
}

.shop-item .lower-content a:hover{
	color:#fdc716;	
}

.shop-item .lower-content .price{
	font-size:13px;
	font-weight:500;
	color:#fdc716;
	line-height:20px;	
}

.shop-item .lower-content .price .strike-through{
	color:#999999;
	padding-right:5px;	
}

.shop-item .lower-content .rating .fa{
	position:relative;
	display:inline-block;
	margin-right:3px;
	font-size:13px;
	color:#ff9c01;
}

.shop-item .lower-content .rating .fa-star-o{
	color:#999999;
}

/*** 

====================================================================
	Products Details style
====================================================================

***/

.shop-single{
	position:relative;
}

.product-details .basic-details{
	position:relative;
	margin-bottom:50px;
}

.product-details .image-column,
.product-details .info-column{
	margin-bottom:20px;
}

.product-details .image-column .image-box{
	border:1px solid #e0e0e0;
	background:#ffffff;	
}

.product-details .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;	
}

.product-details .basic-details .details-header{
	position:relative;
	margin-bottom:20px;	
}

.product-details .basic-details .details-header h4{
	font-size:20px;
	font-weight:500;
	margin:0px 0px;
	line-height:1.4em;
	color:#5a5a5a;
	margin-bottom:5px;
}

.product-details .basic-details .details-header h4 a{
	color:#333333;	
}

.product-details .basic-details .details-header .rating{
	font-size:13px;
	color:#ff9c01;
	margin-bottom:0px;
}

.product-details .basic-details .details-header .rating .fa{
	display:inline-block;
	margin-right:2px;	
}

.product-details .basic-details .details-header .rating .fa-star-o{
	color:#999999;
}

.product-details .basic-details .details-header .rating .txt{
	font-size:14px;
	padding-left:10px;
	color:#777777;	
}

.product-details .basic-details .details-header .item-price{
	font-size:14px;
	font-weight:500;
	color:#fdc716;
	line-height:24px;
	letter-spacing:1px;
	margin-bottom:5px;
}

.product-details .basic-details .details-header .item-price .strike-through{
	position:relative;
	padding-right:10px;
	color:#999999;
}

.product-details .basic-details .prod-info{
	margin-bottom:15px;
	line-height:1.6em;
	font-size:13px;	
}

.product-details .basic-details .prod-info strong{
	font-weight:700;
	color:#111111;	
}

.product-details .basic-details .text{
	margin-bottom:40px;
	color:#666666;
	line-height:1.8em;	
}

.product-details .basic-details .item-meta{
	margin:15px 0px 0px;
}

.product-details .basic-details .item-meta li{
	margin-bottom:0px;
	line-height:24px;
	font-weight:500;
	color:#1c1c1c;
	font-size:13px;		
}

.product-details .basic-details .item-meta a{
	position:relative;
	color:#fdc716;
	line-height:24px;	
}

.product-details .basic-details .availablity{
	position:relative;
	float:left;
	padding-right:40px;
	line-height:32px;
	margin-bottom:27px;
	font-size:13px;
	font-weight:500;
	letter-spacing:1px;
	color:#777777;
}

.product-details .basic-details .availablity strong{
	font-size:14px;
	letter-spacing:2px;
	color:#fdc716;
	font-weight:600;
	text-transform:uppercase;
}

.product-details .basic-details .item-quantity{
	position:relative;
	float:left;
	width:120px;
	margin-bottom:25px;
	margin-right:20px;	
}

.product-details .basic-details .item-quantity .field-label{
	float:left;
	font-weight:700;
	font-size:14px;
	line-height:32px;
	display:inline-block;
	padding-right:20px;	
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner{
	line-height:24px;
	padding:10px 15px ;
	height:46px ;
	box-shadow:none ;	
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn{
	padding:11px 10px;
	background:#f4f5f6;	
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i{
	top:6px;	
}

.product-details .normal-title h3 {
	color: #fdc716;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/


.product-info-tabs{
	position:relative;
	margin-bottom:70px;
}

.prod-tabs{
	position:relative;
}

.prod-tabs .tab-btns{
	position:relative;
	z-index:1;	
}

.prod-tabs .tab-btns .tab-btn{
	position:relative;
	display:inline-block;
	font-size:13px;
	color:#1c1c1c;
	text-transform:uppercase;
	font-weight:500;
	padding:10px 25px;
	line-height:24px;
	background:#ffffff;
	border:2px solid transparent;
	border-bottom:none;
	letter-spacing:1px;
	border-radius:3px 3px 0px 0px;
}

.prod-tabs .tab-btns .tab-btn.active-btn{
	top:2px;
	color:#fb4043;
	border-color:#f0f0f0;
}

.prod-tabs .tabs-container{
	position:relative;
	color:#5a5a5a;
	background:#ffffff;
	border:2px solid #f0f0f0;	
}

.prod-tabs .tabs-container .tab{
	position:relative;
	padding:30px 30px;
	display:none;
}

.prod-tabs .tabs-container .tab.active-tab{
	display:block;	
}

.prod-tabs .tabs-container .tab p,
.prod-tabs .tabs-container .tab h2,
.prod-tabs .tabs-container .tab h3,
.prod-tabs .tabs-container .tab h4,
.prod-tabs .tabs-container .tab h5,
.prod-tabs .tabs-container .tab h6{
	margin-bottom:15px;	
}


.prod-tabs .tabs-container .tab h3{
	font-size:16px;
	font-weight:500;
	text-transform:capitalize;
	color:#1c1c1c;
	margin-bottom:10px;
}

.prod-tabs .tabs-container .tab h4{
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	color:#333333;
	margin-bottom:15px;
}

.prod-tabs .reviews-container{
	position:relative;	
}

.prod-tabs .reviews-container .review-box{
	position:relative;
	margin-bottom:30px;
	padding-left:100px;
	min-height:100px;
}

.prod-tabs .reviews-container .rev-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:82px;
	height:82px;
	border:1px solid #e0e0e0;
	background:#ffffff;
	border-radius:0px;
}

.prod-tabs .reviews-container .rev-thumb img{
	display:block;
	width:80px;
	height:80px;
	border-radius:0px;	
}

.prod-tabs .reviews-container .rev-content{
	position:relative;
	padding:15px;
	border:1px solid #e0e0e0;
	background:#ffffff;	
}

.prod-tabs .reviews-container .rating{
	color:#ff9c01;
	font-size:13px;
}

.prod-tabs .reviews-container .rating .fa{
	margin-right:1px;	
}

.prod-tabs .reviews-container .rev-info{
	font-size:12px;
	letter-spacing:1px;
	margin-bottom:10px;
}

.prod-tabs .reviews-container .rev-text{
	font-size:14px;
}

.prod-tabs .add-review{
	position:relative;
	margin:30px 0px 20px;
	font-size:14px;
}

.prod-tabs .add-review .rating{
	position:relative;	
}

.prod-tabs .add-review .rating .rate-box{
	position:relative;
	display:inline-block;
	margin-right:10px;
	font-size:14px;
	color:#5a5a5a;	
}

.prod-tabs .add-review .rating .rate-box:hover,
.prod-tabs .add-review .rating .rate-box:focus,
.prod-tabs .add-review .rating .rate-box:active{
	color:#ffa500;	
}

.prod-tabs .add-review label{
	position:relative;
	display:block;
	font-size:14px;
	margin-bottom:5px;
	font-weight:400;
	color:#303030;	
}

.prod-tabs .add-review h3{
	margin-bottom:20px;	
}

.prod-tabs .add-review .form-group{
	position:relative;
	margin-bottom:20px;	
}

.prod-tabs .add-review .form-group input[type="text"],
.prod-tabs .add-review .form-group input[type="password"],
.prod-tabs .add-review .form-group input[type="tel"],
.prod-tabs .add-review .form-group input[type="email"],
.prod-tabs .add-review .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:9px 15px;
	color:#222222;
	border:1px solid #e0e0e0;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.prod-tabs .add-review .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:8px 15px;
	color:#222222;
	border:1px solid #e0e0e0;
	height:200px;
	resize:none;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.prod-tabs .add-review button{
	padding:10px 45px;
}

/*** 

====================================================================
	Related Products Style
====================================================================

***/

.related-products {
  padding-top: 70px;
  position: relative;
}

.related-products .group-title{
	margin-bottom:25px;	
}

.related-products .group-title h3{
	font-size:18px;
	font-weight:500;
	color:#111111;
	text-transform:capitalize;	
}

/*** 

====================================================================
	Cart Section style
====================================================================

***/

.cart-section{
	position:relative;
	padding:120px 0px;
}

.cart-outer{
	position:relative;	
}

.checkout-page .cart-outer{
	margin-bottom:40px;	
}

.cart-outer .table-outer{
	position:relative;
	width:100%;
	overflow-x:	auto;
}

.cart-outer .cart-table{
	width:100%;
	min-width:900px;	
}

.cart-table .cart-header{
	position:relative;
	/* width:100%; */
	text-transform:uppercase;
	font-size:13px;
	background:#E7E7E8;
	color:#000;
	font-weight:bold;
}

.cart-table thead tr th{
	line-height:24px;
	padding:13px 30px;
	font-weight:600;
}

.cart-table thead tr th .fa{
	font-size:18px;	
}

.cart-table thead tr th.prod-column{
	text-align:left;
}

.cart-table tbody tr td{
	line-height:24px;
	padding:10px 15px 10px;
}

.cart-table tbody tr .qty{
	width:200px;
	padding-right:80px;
}

.cart-table tbody tr .qty .quantity-spinner{
	background:#ffffff;	
}

.cart-table tbody tr .prod-column .column-box{
	position:relative;
	min-height:142px;
	padding-left:120px;
	padding-top:15px;
	text-align:left;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb{
	position:absolute;
	width:100px;
	left:0px;
	top:0px;	
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img{
	 display:block;
	 max-width:100%;
}

.cart-table tbody tr .prod-column .column-box h4{
	font-size:14px;
	color:#333333;
	font-weight:500;
	margin-bottom:5px;	
}

.cart-table tbody tr .prod-column .author{
	font-size:13px;
	color:#333333;
	margin-bottom:0px;
}

.cart-table tbody tr .prod-column .rating{
	font-size:13px;
	color:#ff9c01;
}

.cart-table tbody tr .prod-column .rating .fa{
	display:inline-block;
	margin-right:2px;	
}

.cart-table tbody tr .sub-total{
	font-weight:500;
	color:#1c1c1c;	
}

.cart-table tbody tr .remove-btn{
	position:relative;
	font-size:14px;
	color:#1c1c1c;
	line-height:30px;
	font-weight:500;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa{
	position:relative;
	font-size:14px;
	line-height:30px;
}

.cart-table tbody tr .remove-btn:hover{
	color:#ec1c33;
}

.cart-table tbody tr{
	/* border-bottom:1px solid #e9e9e9;	 */
}

.cart-table tbody tr td{
	vertical-align:middle;
	color:#1c1c1c;
	font-weight:500;
    /* border: 1px solid  #000	 */
}

.cart-table tbody tr td .quantity-spinner{
	padding:5px 0px 5px 20px;
	line-height:24px;
	height:34px;
	display:block;
	width:100%;
	position:relative;
}

.cart-table tbody .available-info{
	position:relative;
	padding-left:50px;	
}

.cart-table tbody .available-info .icon{
	position:absolute;
	left:0px;
	top:5px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:18px;
	color:#ffffff;
	background:#223555;
	border-radius:50%;
}

.cart-section .cart-options{
	position:relative;
	padding:40px 0px 25px;
	margin-bottom:50px;
	border-bottom:1px solid #e0e0e0;
}

.cart-section .apply-coupon{
	position:relative;
}

.cart-section .apply-coupon .form-group{
	position:relative;
	float:left;
	margin-right:10px;	
}

.cart-section .apply-coupon .form-group input[type="text"]{
	display:block;
	line-height:24px;
	padding:9px 10px;
	border:1px solid #e0e0e0;
	border-radius:0px;
	width:230px;
	background:none;	
}

.cart-section .theme-btn{
	padding:8px 25px;
	line-height:24px;
}

.cart-section h3{
	font-size:16px;
	font-weight:500;
	color:#1c1c1c;
	text-transform:uppercase;
	margin-bottom:20px;	
}

.cart-section .totals-table{
	position:relative;
	margin-bottom:20px;
	border:1px solid #e0e0e0;
	border-radius:0px;	
}

.cart-section .totals-table li{
	line-height:24px;
	padding:12px 15px;
	border-bottom:1px solid #e0e0e0;	
}

.cart-section .totals-table li:last-child{
	border-bottom:none;
	margin-bottom:0px;
}

.cart-section .totals-table .col{
	position:relative;
	display:block;
	float:left;
	line-height:24px;
	width:50%;
	text-transform:uppercase;
}

.cart-section .totals-table li .col:last-child{
	text-align:right;	
}

.cart-section .totals-table .total{
	color:#fdc716;
	font-weight:600;
}

.cart-section .proceed-btn{
	display:block;
	width:100%;	
}


/*** 

====================================================================
	Checkout Style
====================================================================

***/

.checkout-page{
	position:relative;
	padding:80px 0px;
}

.checkout-page .default-links{
	position:relative;
	margin-bottom:30px;	
}

.checkout-page .default-links li{
	margin-bottom:15px;
	line-height:24px;
	padding:15px 20px;
	background:#f4f5f6;
	color:#1c1c1c;
	font-size:13px;
	border-top:1px solid #fdc716;	
}

.checkout-page .default-links li a{
	color:#056ab0;	
}

.checkout-page .billing-details{
	position:relative;
	margin-bottom:20px;	
}

.checkout-page .check-box{
	line-height:24px;
	font-size:14px;
	font-weight:normal;
	padding-top:5px;	
}

.checkout-page .check-box label{
	position:relative;
	top:-1px;
	font-weight:normal;
	padding:0px;
	font-size:13px;
	cursor:pointer;
}


.checkout-page .place-order{
	position:relative;
	padding:0px;	
}

.checkout-page .payment-options{
	position:relative;
	margin-bottom:30px;	
}

.checkout-page .payment-options li{
	position:relative;
	margin-bottom:15px;	
}

.checkout-page .payment-options li .radio-option{
	position:relative;		
}

.checkout-page .payment-options li .radio-option label{
	position:relative;
	display:inline-block;
	padding-left:30px;
	font-weight:500 ;
	text-transform:capitalize;
	letter-spacing:1px;
	color:#1c1c1c;
	cursor:pointer;
}

.checkout-page .payment-options li .radio-option label strong{
	font-weight:500;	
}

.checkout-page .payment-options li .radio-option input[type="radio"]{
	position:absolute;
	left:0px;
	top:0px;	
}

.checkout-page .payment-options li .radio-option label .small-text{
	position:relative;
	display:block;
	margin-top:15px;
	margin-left:-30px;
	padding:10px 15px;
	letter-spacing:0px;
	text-transform:none;
	font-weight:normal;
	font-size:13px;
	color:#888888;
	line-height:20px;
	background:#f4f5f6;
}

.checkout-page .payment-options li .radio-option label .small-text:before{
	content:'';
	position:absolute;
	left:40px;
	top:-15px;
	border:8px solid transparent;
	border-bottom:8px solid #f4f5f6;
}

.checkout-page .payment-options li .radio-option label img{
	position:relative;
	margin-top:-5px;
	display:inline-block;
	max-width:100%;
	padding-left:30px;	
}

.checkout-page .place-order .theme-btn{
	display:block;
	width:100%;	
}


.default-title{
	position:relative;
	margin-bottom:0px;
	padding-bottom:0px;	
}

.default-title h2 {
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
}

.default-title:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:50px;
	border-bottom:0px solid #fdc716;	
}


.shop-form{
	position:relative;	
}

.shop-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.billing-details .shop-form .form-group{
	margin-bottom:20px;	
}

.shop-form .form-group .field-label{
	display:block;
	line-height:24px;
	margin-bottom:10px;
	text-transform:capitalize;
	color:#5a5a5a;	
}

.shop-form .form-group .field-label sup{
	color:#ff0000;	
}

.shop-form input[type="text"],
.shop-form input[type="email"],
.shop-form input[type="password"],
.shop-form input[type="tel"],
.shop-form input[type="number"],
.shop-form input[type="url"],
.shop-form select,
.shop-form textarea{
	position:relative;
	display:block;
	width:100%;
	background:#ffffff;
	line-height:24px;
	padding:9px 15px;
	height:44px;
	border:1px solid #e0e0e0;
	border-radius:2px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}


.shop-form select{
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
	cursor:pointer;
}

.shop-form select option{
	text-indent:15px;	
}

.shop-form textarea{
	resize:none;
	height:120px ;	
}

.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus{
	border-color:#fdc716;	
}

.checkout-page .your-order{
	position:relative;
	margin-bottom:40px;
	padding-bottom:30px;
	border-bottom:1px solid #e0e0e0;	
}

.checkout-page .orders-table{
	position:relative;
	margin-bottom:30px;
	display:table;
	width:100%;
	vertical-align:middle;
}

.checkout-page .orders-table li{
	display:table-row;
	line-height:24px;
	padding:12px 15px;	
}

.checkout-page .orders-table li img{
	display:inline-block;
	margin-right:10px;	
}

.checkout-page .orders-table .table-header,
.checkout-page .orders-table .total{
	background:#f4f5f6;
	border-bottom:none;	
}

.checkout-page .orders-table li:last-child{
	border-bottom:none;
	margin-bottom:0px;
}

.checkout-page .orders-table .col{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	line-height:24px;
	padding:15px 15px;
	width:50%;
	font-weight:500;
	text-transform:uppercase;
	border-bottom:1px solid #e0e0e0;
}

.checkout-page .orders-table .table-header .col,
.checkout-page .orders-table .total .col{
	padding:10px 15px;
	border:none;	
}

.checkout-page .orders-table li .col:last-child{
	text-align:right;	
}

.checkout-page .orders-table .total{
	color:#fdc716;
}

.checkout-page .proceed-btn{
	display:block;
	width:100%;	
}

.your-order .coupon-code .form-group{
	position:relative;
	margin-bottom:0px ;
	display:table;
	width:100%;
}

.your-order .coupon-code .form-group .field-group{
	display:table-cell;
	vertical-align:middle;	
}

.your-order .coupon-code .form-group .btn-field{
	padding-left:15px;	
}

.your-order .coupon-code .form-group input{
	display:block;
	width:100%;
	line-height:24px;
	padding:10px 15px;
	border:1px solid #e0e0e0;
	border-radius:0px;	
}

.your-order .coupon-code .form-group button{
	display:block;
	width:100%;	
}


/*************** product-tab-box *****************/

.product-tab-box .tab-menu {
	border-bottom: 1px solid #f7f7f7;
	margin-bottom: 30px;
}

.product-tab-box .tab-menu li {
	display: block;
	float: left;
	margin-bottom: -1px;
}

.product-tab-box .tab-menu li a {
	border: 1px solid transparent;
	border-radius: 0;
	display: block;
	margin-right: 10px;
	padding: 13px 35px;
	color: #252525;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
	background: #f7f7f7;
	transition: all 500ms ease;
	border-radius: 0px;
}

.product-tab-box .tab-menu li.active a, .product-tab-box .tab-menu li:hover a{
	background: #fdc716;
	color: #252525;
	border-color: #fdc716;
}

.product-tab-box .tab-content .review-box .single-review-box {
	border-bottom: 1px solid #f7f7f7;
	margin-bottom: 40px;
	padding-bottom: 32px;
	padding-left: 120px;
	position: relative;
}

.product-tab-box .tab-content .review-box .single-review-box .img-holder {
	left: 0;
	position: absolute;
	top: 0;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top {
	margin: 0 0 8px;
	overflow: hidden;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .name h4 {
	color: #292929;
	font-size: 16px;
	margin: -6px 0 0;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul {
	margin-top: -4px;
	padding-left: 20px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li {
	display: inline-block;
	margin-right: 3px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li i {
	color: #fdc716;
	font-size: 14px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-date {
	color: #fdc716;
	margin-top: -5px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .text p {
	margin: 0 0 15px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .text a.reply {
	color: #fdc716;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.product-tab-box .tab-content .product-details-content {
	margin-top: -5px;
}

.product-tab-box .tab-content .product-details-content .highlight {
	margin: 42px 0 0;
}

.product-tab-box .tab-content .product-details-content .highlight .highlight-title {
	color: #292929;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 28px;
}

.product-tab-box .tab-content .product-details-content .highlight li{
	position: relative;
	padding-bottom: 12px;
	padding-left: 25px;
}

.product-tab-box .tab-content .product-details-content .highlight li:before {
	content: "\f00c";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	color: #fdc716;
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 0;
}

.product-tab-box .tab-content .review-form {
	padding-top: 16px;
}

.review-form .sec-title-two h2 {
	color: #053636;
	font-family: "raleway",sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
}

.product-tab-box .tab-content .review-form .sec-title-two {
	padding-bottom: 34px;
}

.product-tab-box .tab-content .review-form .add-rating-box {
	margin: 0 0 23px;
}

.product-tab-box .tab-content .review-form .add-rating-box .add-rating-title h4 {
	color: #292929;
	font-family: "Poppins",sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 10px;
	text-transform: none;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li {
	display: inline-block;
	margin-right: 20px;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li:last-child{
	margin-right: 0;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li a i {
	color: #fdc716;
	margin-right: 3px;
	opacity: 0.3;
	transition: all 500ms ease;
}

.product-tab-box .tab-content .review-form form input[type="text"], .product-tab-box .tab-content .review-form form textarea {
	height: 50px;
	width: 100%;
	border: 1px solid #eaeaea;
	color: #9e9e9e;
	font-size: 14px;
	padding: 0 15px;
	margin-bottom: 30px;
	transition: all 500ms ease;
}

.product-tab-box .tab-content .review-form form textarea {
	height: 110px;
	padding: 10px 15px;
	margin-bottom: 32px;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li:hover a i{
	opacity: 1;
}

.product-tab-box .tab-content .review-form form input[type="text"]:focus{
	border-color: #fdc716;
}

.product-tab-box .tab-content .review-form form textarea:focus{
	border-color: #fdc716;  
}

.related-product {
	border-top: 1px solid #f7f7f7;
	margin-top: 60px;
	padding-top: 56px;
}

.related-product .single-product-item {
	margin-bottom: 0;
}

.related-product .owl-controls {
    position: absolute;
    right: 0px;
    top: -90px;
}

.related-product .owl-theme .owl-nav [class*="owl-"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #f7f7f7;
    border-radius: 50%;
    color: #cccbcb;
    font-size: 20px;
    height: 45px;
    line-height: 42px;
    margin: 0;
    padding: 0;
    text-align: center;
    -webkit-transition: all 700ms ease 0s;
    transition: all 700ms ease 0s;
    width: 45px;
    font-weight: 900;
}

.related-product .owl-theme .owl-nav [class*="owl-"] i {
	font-size: 20px;
	font-weight: 900;
}

.related-product .owl-theme .owl-nav .owl-next {
    margin-left: 10px
}

.related-product .owl-theme .owl-nav [class*="owl-"]:hover {
    color: #fff;
    background: #fdc716;
    border: 2px solid #fdc716;
}

















/*** 

====================================================================
	Accordions style
====================================================================

***/

.services-content{
	position:relative;	
}

.accordion-box{
	position:relative;
	padding-top:5px;
}

.accordion-box .block{
	position:relative;
	margin-bottom:10px;
	border:1px solid #f0f0f0;	
}

.accordion-box.style-two .block{
	border:none;
	border-bottom:1px solid #e0e0e0;
	margin-bottom:0px;	
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:20px;
	margin-bottom:0px;
	cursor:pointer;
	background:none;
	line-height:30px;
	padding:16px 50px 16px 25px;
	overflow:hidden;
	font-weight:600;
	color:#000;
	border-radius:2px;
	font-family: 'Playfair Display', sans-serif;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box.style-two .block .acc-btn{
	font-size:18px;
	padding-left:0px;
}

.accordion-box.style-three .block .acc-btn{
	font-size:16px;
	padding-left:70px;
	padding-right:20px;
}

.accordion-box.style-two .block .acc-btn.active{
	color:#000;	
}

.accordion-box .block .icon-outer{
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-15px;
	width:30px;
	height:30px;
	text-align:center;
	font-size:14px;
	color:#ffffff;
	border:1px solid #fdc716;
	border-radius:50%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box.style-two .block .acc-btn .icon-outer{
	right:0px;
	background:none;
	color:000000;
}

.accordion-box.style-three .block .acc-btn .icon-outer{
	right:auto;
	left:20px;
}

.accordion-box .block .icon-outer .icon{
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-15px;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	color: #fdc716;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.accordion-box .block .icon-outer .icon-plus{
	opacity:1;
}

.accordion-box .block .icon-outer .icon-minus{
	opacity:0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus{
	opacity:1;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus{
	opacity:0;
}

.accordion-box .block .acc-btn.active .icon-outer{
	border:1px solid #fdc716;
}

.accordion-box.style-two .block .acc-btn.active .icon-outer{
	background:none;
	color:000000;
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;	
}

.accordion-box .block .acc-content.current{
	display:block;	
}

.accordion-box .block .content{
	position:relative;
	font-size:13px;
	background:#ffffff;
	padding:10px 25px 0px;	
}

.accordion-box.style-two .block .content{
	padding-top:0px;
	font-size:14px;
	padding-left:0px;	
}

.accordion-box .block .content .image{
	float:left;
	margin:0px 20px 20px 0px;	
}

.accordion-box .block .content .image img{
	display:block;
	max-width:100%;	
}

.accordion-box .block .content p{
	margin-bottom:10px;
	line-height:1.8em;	
}

/*** 



/************************Custom CSS******************************/
.trade
{
	text-align:left;
}
.media_align
{
	text-align:center;
}
.partner
{
	width:100%;
}	
.mockups
{
	width:100%;
}
.tab_escaltion_h1
{
	border-bottom:3px solid #666;
	margin-bottom:4%;
}
.tab_escaltion
{
	border-bottom:3px solid #666;
	margin-bottom:20px;
}

.abt_section
{
	padding-bottom:0px;
}
.abt_sec
{
	padding-top:48px;
}

.downloads-menu{
	position:relative;	
	margin: 0 auto;
	width: 100%;
	/* max-width:69%; */
}

.downloads-menu .navbar-collapse{
	padding:0px;	
}

.downloads-menu .navigation{
	position:relative;
	margin:0px;
	font-family: 'raleway', sans-serif;
}

.downloads-menu .navigation > li{
	position:relative;
	 float:left; 
	padding:0px;
}

.downloads-menu .navigation > li{
	margin-right:4px;
}

.downloads-menu .navigation > li > a{
	left: -9px;
	position:relative;
	display:block;
	padding:8px 14px;
	font-size:15px;
	font-weight: 600;
	color:#ffffff;
	background-color:#001E88;
	line-height:30px;
	border-top:none;
	text-transform:capitalize;
	opacity:1;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.downloads_header
{
position: relative;
left: 0px;
top: 0px;
width: 100%;
background: transparent;
z-index: 5;
}
.current_download 
{
	color:#000 !important;
	background-color:#f9c0c3 !important;
}
.download_data{
font-weight:bold;
color:#000;
}
.attention_header{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	background:#1555AF;
	z-index:5;
	padding:1% 0 1%;
}


.footer_invester
{
    padding-left:0px !important;
}


/*** 

====================================================================
	Newsletter
====================================================================

***/

.Newsletter{
	position:relative;
	background-size:cover;	
}

.Newsletter .sec-title{
	margin-bottom:40px;	
}

.Newsletter.sec-title .line{
	margin-top:20px;	
}

.Newsletter .sec-title h3,
.Newsletter .sec-title h2{
	text-transform:capitalize;
	margin-bottom:0px;	
}


.Newsletter form input[type="text"],
.Newsletter form input[type="password"],
.Newsletter form input[type="email"],
.Newsletter form input[type="url"],
.Newsletter form input[type="tel"],
.Newsletter form textarea,
.Newsletter form select{
	background:#ffffff;
	border:1px solid #cccccc;
	box-shadow:0px 0px 3px 0px rgba(0,0,0,0.30);
	color:#1a1a1a;
	display:block;
	font-style:italic;
	height: 45px;
	line-height:24px;
	margin-bottom: 15px;
	padding:5px 15px;
	position:relative;
	width:100%;
}

.Newsletter form textarea{
	height:150px;
	resize:none;	
}

.Newsletter form button:hover {
	/* background-color: #053636; */
	/* border-color: #053636; */
	border-radius: 0px;
	color: #000;
	font-weight: 600;
	padding: 8px 30px;
}

.Newsletter form button {
	background-color: #ffffff;
	border-radius: 0px;
	border: 2px solid #ddd;
	color: #053636;
	font-weight: 600;
	padding: 8px 30px;
}

.Newsletter .form{
	position:relative;
	margin:0px 0px 10px;
	z-index:2;
}

.Newsletter .form .note{
	position:relative;
	padding:10px 0px;
	font-style:italic;	
}

.Newsletter h3 {
	font-size: 18px;
	text-align: center;
	font-weight: 600;
}

.Newsletter h2 {
	font-weight: 600;
	text-align: center;
	color: #053636;
	font-family: "raleway", sans-serif;
}

ul.marquee {

     /* required styles */

     display: block;

     padding: 0;

     margin: 0;

     list-style-type: disc;

     line-height: 1;

     position: relative;

     overflow: hidden;

     /* optional styles for appearance */

     
     height: 34px; /* set the height required to accomodate the chosen font size */

    
     border-radius: 7px;  /* border radius */

     -moz-border-radius: 7px; /* border radius */

     -webkit-border-radius: 7px; /* border radius */

}

ul.marquee li {

     /* required styles */

    float:left;

     display: block;

     white-space: nowrap; /* keep all text on a single line */

     /* optional styles for appearance */

    color:#fff;
	padding: 9px 5px;

}

ul.marquee li a {color:#0593FF;} /* link text color */

ul.marquee li a:hover {color:#FF0000;} /* link rollover color */

.atten_investor
{
	color:#000;
	padding-bottom:7px;
	font-size:24px;
	border-right: 2px solid #fff;
}

.logo{
		padding:8px 0px;
}

.atten_investor
{
	color:#fff !important;
	padding-bottom:0px;
	font-size:20px !important;
	margin-bottom:0px !important;
}
.attention_header p
{
	color:#fff !important;
	text-align:center;
	font-size:18px !important;
	margin:0px;
}

.logo{
		padding:8% 12px;
}

.slide_img
{
	width:100%;
}
.career_menu li a
{
	padding-left: 0 !important;
padding-right: 20px !important;
}

.career
{
	color:#fff;
}

.carrer h3{
padding-bottom:14px;
color:#fff;
}

.carrer p
{
	font-size:16px;
	color:#fff;
}


.career li
{
font-size:16px;	
color:#fff;
}

.career li:before{
	content:'';
	position:absolute;
	left:0px;
	top:8px;
	width:8px;
	height:8px;
	background:#fff;
	border-radius:50%;	
}

.career_block
{
	position: relative;
background: #f7f7f7;
border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
font-style: italic;
font-size: 17px;
font-family: 'Merriweather', serif;
color: #555555;
line-height: 35px;
padding: 25px 30px;
border-bottom: 3px solid #e7b100;
}
.career_block_aside{
width:25%;
}
.aside_job
{
	padding:16% 20px !important
}
.mobile_app{
position: relative;
 padding: 21% 0px 14%; 
/* background-size: cover; */
/* background-position: center center; */
background-repeat: no-repeat;
}

.mobile_app:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
     background: none !important;
}

.mobile_app_icon
{
width:25%;
}
.icon-img
{
    /* right: 8%; */
    position: relative;
}
.mobile_app h2
{
color: #000;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 10px;
}

.mobile_app p
{
color: #000;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}

.get-quote {
    position: relative;
    padding: 20px 0px 20px;
    background: #ededed url(../images/background/bg-pattern.png) center center no-repeat;
        background-size: auto auto;
    background-size: cover;
}

.open_account
{
	
    position: relative;
    padding: 5px 0px 0px;
    background: #fff ;
    background-size: auto auto;
    background-size: cover;
}


.openac_heading
{
margin-bottom:2px !important;
padding-top:10px;
}

.open_account_container
{
background-color:#efefef;
padding: 0 35px;
}

.openac_heading h2
{
font-weight: 600;
text-align: left;
font-weight:bold;
color: #000;
font-family: "raleway", sans-serif;
}

.openac_heading h3
{
	font-size: 18px;
text-align: left;
font-weight: 600;
}

.get-quote form .open_Ac
{
	margin-bottom:0 !important;
	
}

.left_acc_opn
{
	margin-top:15%;
	text-align:center; 
	font-weight:bold;
}

.left_acc_opn h2
{
	font-size:50px !important;
	line-height: 48px;
}

.left_acc_opn h3
{
	font-size:33px !important;
}

.left_acc_opn p
{
	font-size:33px !important;
}
.contact_action:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	background: none !important;
}

.contact_action:hover, .contact_action.active
{
	box-shadow: none !important;
	transform: translateY(-30px);
}

.footer_pad
{
	padding:0;
}

.investor_sec
{
	width:14%;
}

.invest_img
{
	width:100%;
}
.member_footer
{
	font-size:12px;
	margin-bottom:4px !important;
}
.achievement
{
	width:100%;
	margin-bottom: 2%;
}
#choose_us
{
	position:relative;
	top:40%;
}
.equities h3
{
	color:#000;
	padding-bottom:14px;
}
.equities p
{
	    font-size: 16px;
    color: #666;
}

.ppolicy
{
	font-size: 22px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 700;
}
.scroll_content
{
	overflow-y: scroll;
    height: 475px;
}

#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
}

.nav-container {
    position: static;
    padding: 0px 0px 0 3%;
    margin: 0 auto;
}

.main-header .footer-top{
	position:relative;
	background:#F00001;
	color:#000;
	z-index:5;
}

.main-header .footer-top .top-left{
	position:relative;
	float:left;
	padding:10px 0px;
	color:#ffffff;
	font-size:12px;
}

.main-header .footer-top ul li{
	position:relative;
	float:left;
	font-size:14px;
	line-height:24px;
	margin-right:20px;
	color:#c4c4c4;
}

.main-header .footer-top ul li strong{
	color:#ffffff;
	font-weight:600;
}

.main-header .footer-top .top-right ul li{
	margin-right:0px;
	margin-left:24px;	
}

.main-header .footer-top .top-right ul li:after{
	content:'|';
	position:absolute;
	right:-15px;
	font-size:12px;
	top:-1px;
	color:#fff;	
}

.main-header .footer-top .top-right ul li:last-child:after{
	display:none;	
}

.main-header .footer-top ul li a{
	position:relative;
	/* display:block; */
	display:inline;
	line-height:24px;
	color:#fff;
	font-size:15px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.main-header .footer-top ul li .icon{
	position:relative;
	top:1px;
	font-size:14px;
	padding-right:5px;	
}

.main-header .footer-top ul li a:hover{
	color:#fff;
}

.main-header .footer-top .top-right{
	position:relative;
	padding:10px 0px;
	}
	
.about_comp
{
	background-color:#efefef;
	color:#000;
	font-size:16px;
	text-align:center;
	padding: 1% 0;
	margin:0 4% 4%;
}	
.about_comp p
{
	margin:0px;
}
.telephonic
{
	font-size:24px;
	color:#134A8F;
	font-weight: bolder;
	
}

.icon-img_h2
{
	color:#000;
	font-weight:bold;
}
.icon-img_p
{
	color:#000;
	font-weight:bold;
	font-size:21px;
	font-weight: unset;	
}
.comp_abut
{
	font-size: 16px;
font-weight: bold;
padding: 8% 0;
}
.border_about
{
	border-right:2px solid #999;
}
.download_soft
{
	width:19%;
}

.boxed-icon-columns{
	position:relative;
	/* border:1px solid #0145AA; */
	background:#ffffff;
	/* padding:25px 20px 25px 30px; */
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
	/* min-height:400px; */
}

.boxed-icon-columns .inner-box{
	position:relative;
	display:block;
	 padding-left:40px; 
	/* padding-left:0; */
	font-size:15px;
	color:#8d8d8d;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.boxed-icon-columns:hover{
	border-color:transparent;
	background:transparent;	
}

.boxed-icon-columns:hover .inner-box{
	color:#ffffff;
}

.boxed-icon-columns .inner-box .icon-box{
	position:absolute;
	left:0px;
	top:-11px;
	line-height:50px;
	font-size:23px;
	color:#0145AA;	
}

.boxed-icon-columns .inner-box h3{
	color:#000;
	font-size:16px;
	font-weight:400;
	font-family:'raleway',sans-serif;
	text-transform:capitalize;
	padding-top:1%;	
}
.boxed1-icon-columns .inner-box h3{
	color:#000;
	font-size:16px;
	font-weight:400;
	font-family:'raleway',sans-serif;
	text-transform:capitalize;
	padding-top:1%;	
}
.bg-color
{
	background-color:#11A1DD;
	padding-bottom:0px;
}
.bg-color h3
{
	color: #fff;
}
.bg-color p
{
	color: #fff;
}
.bg-color ul li
{
	color:#fff;
	padding-left:0px;
}
.prod_menu p 
{
color:#000;		
}
.prod_menu ul li 
{
color:#000;		
}
.img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
   text-align:center; /* Align center inline elements */
    font: 0/0 a;
}

.img-container:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.img-container img {
    vertical-align: middle;
    display: inline-block;
}
.prepaid_broker
{
	font-size: 32px;
color: #134A8F !important;
font-weight: bolder !important;
}

.prepaid_broker_p
{
	font-weight:bold;
	font-size:18px;
}
.bullet_design1
{
		width: 4%;
margin-right: 2%;
}
.bullet_design
{
	width: 2%;
margin-right: 2%;
}
.download_design
{
	width: 8%;
}
.download_design1
{
	width: 3%;
}
.download_design2
{
	width: 3%;
}
.partner_style
{
	width:100%;
}
.alignment
{
	
}

.alignment h2
{
	text-align:center;
	font-weight:bold;
	color:#174AA0;
}

.alignment h4
{
	text-align:center;
	font-weight:bold;
	color:#174AA0;
}

.alignment_p
{
	text-align:center;
	font-weight:bold;
	color:#F00001 !important;
}
.aligner
{
	top:100px !important;
}
.img-container1 {
    position: absolute;
    top: 18%;
    bottom: 0;
    left: 0;
   text-align:center; /* Align center inline elements */
    font: 0/0 a;
}

.img-container1:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.img-container1 img {
    vertical-align: middle;
    display: inline-block;
}

.ts-animate-fading { 
	animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}
}
.ts-animate-left {
	position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}
}