@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&family=Poppins:wght@200;300;400;500&family=Quicksand:wght@300;400;500;600&display=swap');


/*
font-family: 'Quicksand', sans-serif;
font-family: 'Quicksand', sans-serif;
*/
@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.css');
@import url('nouislider.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('icomoon.css');
@import url('hover.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;

}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Quicksand', sans-serif;
	font-size:15px;
	color:#777777;
	line-height:1.9em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}



a{
	text-decoration:none;
	cursor:pointer;
	color:#0982c9;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Quicksand', sans-serif;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.5em;
}

input,button,select,textarea{
	font-family: 'Quicksand', sans-serif;
}

p{
	position:relative;
	line-height:1.9em;
	color: #888;
}

.mt-5 {
	margin-top: 5px;
}

.gray-bg {
	background: #f7f7f7;
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	overflow: hidden;
	
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.row-15 {
	margin: 0 -7.5px;
}

.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;
}

.theme-color {
	color: #0982c9;
}

.centered{
	text-align:center;	
}

.btn-style-one{
	position:relative;
	font-family: 'Quicksand', sans-serif;
	padding: 6px 25px 6px;
	line-height:24px;
	text-transform:uppercase;
	background: #0982c9;
	color:#ffffff;
	display: inline-block;
	letter-spacing:1px;
	border:2px solid #0982c9;
	font-size: 13px;
	font-weight:700;
	border-radius:3px;
	transition: .5s ease;
}

.btn-style-one:hover{
	background:none;
	color:#0982c9;
	transition: .5s ease;
}

.btn-style-two{
	position:relative;
	font-family: 'Quicksand', sans-serif;
	padding:6px 25px 6px;
	line-height:24px;
	text-transform:uppercase;
	background:none;
	color:#ffffff;
	letter-spacing:1px;
	border:2px solid #ffffff;
	font-size:15px;
	font-weight:700;
	border-radius:3px;
	transition: .5s ease;
}

.btn-style-two:hover{
	background:#0982c9;
	border-color:#0982c9;
	color:#ffffff;
	transition: .5s ease;
}

.btn-style-three{
	position:relative;
	font-family: 'Quicksand', sans-serif;
	padding:6px 25px 6px;
	line-height:24px;
	text-transform:uppercase;
	background:#0982c9;
	color:#ffffff;
	letter-spacing:1px;
	border:2px solid #0982c9;
	font-size:15px;
	font-weight:700;
	border-radius:22px;
	transition: .5s ease;
}

.btn-style-three:hover{
	background:none;
	color:#0982c9;
	transition: .5s ease;
}

.btn-style-four{
	position:relative;
	font-family: 'Quicksand', sans-serif;
	padding:6px 25px 6px;
	line-height:24px;
	text-transform:uppercase;
	background:none;
	color:#ffffff;
	letter-spacing:1px;
	border:2px solid #ffffff;
	font-size:15px;
	font-weight:700;
	border-radius:22px;
	transition: .5s ease;
}

.btn-style-four:hover{
	background:#0982c9;
	border-color:#0982c9;
	color:#ffffff;
	transition: .5s ease;
}

.btn-style-five{
	position:relative;
	font-family: 'Quicksand', sans-serif;
	padding:6px 25px 6px;
	line-height:24px;
	text-transform:uppercase;
	background:none;
	color:#0982c9;
	letter-spacing:1px;
	border:2px solid #0982c9;
	font-size:15px;
	font-weight:700;
	border-radius:3px;
	transition: .5s ease;
}

.btn-style-five:hover{
	background:#0982c9;
	color:#fff;
	transition: .5s ease;
}

.btn-style-six{
	position:relative;
	font-family: 'Quicksand', sans-serif;
	padding:6px 25px 6px;
	line-height:24px;
	text-transform:uppercase;
	background:none;
	color:#131d33;
	letter-spacing:1px;
	border:2px solid #131d33;
	font-size:15px;
	font-weight:700;
	border-radius:3px;
	transition: .5s ease;
}

.btn-style-six:hover{
	background:#131d33;
	color:#fff;
	transition: .5s ease;
}


.theme-btn .icon-left{
	padding-right:10px;
}

.theme-btn .icon-right{
	padding-left:10px;
}

.theme_color{
	color:#0982c9;	
}

.light-font{
	font-weight:300;	
}

.regular-font{
	font-weight:400;	
}

.semibold-font{
	font-weight:600;	
}

.bold-font{
	font-weight:700;	
}

.ex-bold-font{
	font-weight:800;	
}

.heavy-font{
	font-weight:900;
}

.bg-lightgrey{
	background-color:#fafafa;	
}

*.no-bg,
div.no-bg{
	background:none !important;	
}

.text-uppercase{
	text-transform:uppercase;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#fff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.gif);}

img{
	display:inline-block;
	max-width:100%;
	height:auto;
}




.post-filter {
  display: inline-block;
  margin: 0;
  margin-bottom: 50px;
}
.post-filter li {
  padding: 0;
}

.post-filter li span {
  position: relative;
  color: #131d33;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Quicksand', sans-serif;
  line-height: 24px;
  display: block;
  margin: 0 16px;
  padding-bottom: 10px;
  cursor: pointer;
  transition: .5s ease;
}
.post-filter li:hover span,
.post-filter li.active span {
  color: #0982c9;
  transition: .5s ease;
}

.post-filter li span:before {
	position: absolute;
	content: "";
	height: 1px;
	width: 0%;
	left: 0;
	bottom: 0;
	transition: .7s ease;
}

.post-filter li.active span:before,
.post-filter li:hover span:before {
	width: 100%;
	transition: .7s ease;
}


/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom: 47px;
	right:15px;
	width:45px;
	height:40px;
	border-radius:3px;
	color:#ffffff;
	font-size: 18px;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background: #0937c9;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#0937c9;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	background:#ffffff;
}



.main-header .logo a {
	position: relative;
	background-repeat: no-repeat;
	display: inline-block;
}

.main-header.fixed-header .logo a {
	padding: 0px 0 0px;
	position: relative;
	top: 0px;
	background-repeat: no-repeat;
	display: inline-block;
}

.main-header .logo h1 {
	color: #222;
	font-weight: 700;
	line-height: 36px;
}

.main-header .logo h2 {
	color: #222;
	font-weight: 700;
	line-height: 26px;
	font-size: 26px;
}


.main-header .logo p {
	color: #222;
	font-size: 15px;
}



.main-header.light-version{
	position:absolute;
	top:20px;
	background:none;	
}

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:2px 3px 2px;
	background:#ffffff;
	z-index:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.1);
}

.sticky-header .logo{
	padding: 0px 0px 0px;
	width: 140px;
}

.fixed-header .sticky-header{
	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;	
}


header.main-header.header-style-one.fixed-header.menu_fixed {
	opacity: 0;
	visibility: hidden;
}



.main-header .auto-container{
	position:relative;	
}

.main-header .header-top-one{
	position:relative;
	font-size:14px;
	color:#ffffff;
	border-bottom: 1px solid #f4f4f4;
	background: #0982c9;
}

.main-header .header-top-one .top-left{
	position:relative;
	float:left;
}

.main-header .header-top-one .top-links ul li{
	position:relative;
	float:left;
	padding:3px 0px 6px;
	line-height:24px;
	color:#aaaaaa;
	margin-right:30px;
}

.main-header .header-top-one ul li a{
	position:relative;
	color: #ffffff;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	font-weight: 600;
}


.main-header .header-top-one .top-right{
	position:relative;
	float:right;
}

.main-header .header-top-one .social-links{
	position:relative;
	padding:3px 0px;	
}

.main-header .header-top-one .social-links li{
	position:relative;
	float:left;
	margin-left:20px;	
}

.main-header .header-top-one .social-links li a{
	position:relative;
	display:block;
	line-height:24px;
	color: #ffffff;
}

.main-header .header-top-one .social-links li a:hover{
	color:#999;
}

.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header.light-version .main-box{
	background:none;	
}

.main-header .main-box .outer-container{
	position:relative;
}

.header-style-two .main-box .outer-container{
	position:relative;
	padding:0px 190px 35px;
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	left:0px;
	z-index:10;
}

.header-style-two .main-box .logo-box{
	width:100%;
	text-align:center;
}

.fixed-header .main-box .logo-box{
	padding:5px 0px;	
}

.logo-box-phone{
	display: none;
}

.logo-box-phone img{
	width: 68px;
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	width:140px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	margin-top:1px;
	margin-bottom:2px;
}

.main-header .nav-outer{
	position:relative;
	float: right;
}

.main-header .search-box-outer{
	position:absolute;
	right:0px;
	top:50%;
	margin-top: -15px;
	width: 66px;
	height:16px;
}

.header-style-three .search-box-outer{
	border:none;	
}

.search-box-outer .cart-btn {
	position: relative;
    display: inline-block;
    color: #999;
    padding-right: 20px;
    margin-right: 12px;
    border-right: 1px solid #eaeaea;
}
.search-box-outer .cart-btn i {
	color: #333;
	font-size: 16px;
}


.search-box-outer .dropdown {width: 68px;}

.main-header .search-box-btn{
	position:relative;
	display: inline-block;
	font-size: 16px;
	text-align:right;
	line-height:17px !important;
	padding:0px;
	margin:0px;
	cursor:pointer;
	color: #333;
	background: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;
}

.light-version .search-box-btn{
	color:#ffffff;	
}

.main-header .search-box-btn:hover{
	color:#0982c9;	
}

.main-header .search-box-outer .dropdown-menu{
	top:52px;
	border-top:3px solid #0982c9;
	padding:0px;
	width:280px;	
	border-radius:0px;
}

.main-header .search-box-outer .dropdown-menu > li{
	padding:0px;
	border:none;
	background:none;
}

.main-header .search-panel .form-container{
	padding:25px 20px;	
}

.main-header .search-panel .form-group{
	position:relative;
	margin:0px;	
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select{
	display:block;
	width:100%;
	line-height:24px;
	padding:7px 40px 7px 15px;
	height:40px;
	font-size:14px;
	color:#333333;
	border:1px solid #e0e0e0;
	background:#ffffff;	
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus{
	border-color:#0982c9;	
}

.main-header .search-panel .search-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	color:#333333;
	font-size:12px;
	background:none;
	cursor:pointer;
}

.main-menu{
	position:relative;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.header-style-two .main-menu .navigation{
	text-align:center;
	width:100%;	
}

.main-menu .navigation > li{
	position:relative;
	display:inline-block;
	float:left;
	margin-left: 37px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding: 26px 0px 26px;
	font-family: 'Quicksand', sans-serif;
	color: #202020;
	text-align:center;
	line-height:30px;
	text-transform: uppercase;
	font-weight: 700;
	opacity:1;
	font-size: 15px;
	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.dropdown > a:before {
    font-family: 'FontAwesome';
    content: "\f0d7";
    position: absolute;
    color: #0982c9;
    top: 32px;
    right: -14px;
    font-size: 14px;
    line-height: 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;
}
.sticky-header .main-menu .navigation > li > a:before {
    right: 10px;
    top: 35px;
}
.light-version .main-menu .navigation > li > a{
	color:#ffffff;	
}

.sticky-header .main-menu .navigation > li > a{
	padding: 30px 25px !important;
	color:#333333 !important;
}

.sticky-header .main-menu .navigation > li.dropdown > a:after{
	display:none;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	color:#0982c9;
	opacity:1;
}


.sticky-header .main-menu .navigation > li.current-menu-item > a{
	color:#ffffff !important;
	background:#0982c9;
}
.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a {
	background: #ffffff;
	color: #0982c9!important;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width: 270px;
	z-index:100;
	padding: 2px 0px;
	display:none;
	background: #fff;
	border-top: 2px solid #0982c9;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
	-ms-box-shadow:0 6px 12px rgba(0,0,0,.175);
	-o-box-shadow:0 6px 12px rgba(0,0,0,.175);
	-moz-box-shadow:0 6px 12px rgba(0,0,0,.175);
	box-shadow:0 6px 12px rgba(0,0,0,.175);
}

.light-version .main-box .main-menu .navigation > li > ul{
	margin-top:-20px;	
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom: 1px dashed #dddcdc;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding: 10px 10px 10px;
	line-height:15px;
	font-weight: 500;
	font-size: 15px;
	text-transform: capitalize;
	color: #666;
	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:last-child a {
	border-color: rgba(255, 255, 255, 0.39);
}

.main-menu .navigation > li > ul > li:hover > a{
	color: #fff;
	background: #0982c9;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:12px;
	width:10px;
	height:24px;
	display:block;
	color:#253d4a;
	line-height:24px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0px;
	width:220px;
	padding:0px;
	z-index:100;
	display:none;
	background:#222222;
	border-top:3px solid #0982c9;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 15px;
	line-height:24px;
	font-weight:500;
	font-size:14px;
	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:hover > a{
	color:#cccccc;
	background:#363333;	
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	color:#272727;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after{
	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;
	top:0;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:28px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.sticky-header .main-menu .navigation > li{
	float:left;
	padding: 0;
	margin: 0;
	display:block;
}




.slotholder {
  position: relative;
}


/*================= header style three ===============*/



.main-header.header-style-three .nav-outer {
    float: left;
}

.header-style-three .main-menu .navigation > li:first-child {
    margin-left: 0px;
}

.header-style-three .main-menu .navigation > li > a {
    padding: 5px 0;
    position: relative;
    color: #fff;
}
.header-style-three .main-menu .navigation > li > a:before {
	position: absolute;
	content: "";
	height: 30px;
	width: 1px;
	right: -20px;
	top: 5px;
	background: rgba(255, 255, 255, 0.15);
}




.header-style-three .main-menu .navigation > li:last-child > a:before {
	display: none;
}

.main-header.header-style-three .main-box {
    background: #131d33;
}

.main-header.header-style-three .header-top-one {
    background: #fff;
}




/*Search form*/

.main-header.header-style-three .nav-outer {
	width: 100%;
}
.main-header .outer-box2 {
	position:absolute;
	right:0px;
	top:0px;
}



.outer-box2 .search-form .form-group{
	position:relative;
	display:block;
	margin:0px;
}

.outer-box2 .search-form .form-group input[type="text"],
.outer-box2 .search-form .form-group input[type="tel"],
.outer-box2 .search-form .form-group input[type="email"],
.outer-box2 .search-form .form-group textarea{
	position:relative;
	display:block;
	width:290px;
	height:70px;
	color:#ffffff;
	font-size:16px;
	background:#000b24;
	padding:6px 50px 6px 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;	
}

.outer-box2 .search-form ::-webkit-input-placeholder,
.outer-box2 .search-form ::-moz-placeholder,
.outer-box2 .search-form :-ms-input-placeholder,
.outer-box2 .search-form :-ms-input-placeholder { 
  color: #e0e0e0 !important;
}

.outer-box2 .search-form .form-group input[type="submit"],
.outer-box2 .search-form button{
	position:absolute;
	right:0px;
	top:0px;
	width:70px;
	height:100%;
	font-size:13px;
	line-height:70px;
	color:#ffffff;
	font-weight:700;
	background:transparent;
	text-transform:uppercase;
}

.outer-box2 .search-form .form-group input[type="submit"] .icon,
.outer-box2 .search-form button .icon{
	color:#ffffff;
	font-size:20px;
}



.main-header.header-style-three .header-upper{
	position:relative;
	padding:15px 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-style-three .header-upper .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.main-header.header-style-three .logo-outer{
	position:relative;
	z-index:25;
	padding:9px 0px;
}

.main-header.header-style-three .logo-outer .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.main-header.header-style-three .header-upper .btn-style-one {
	background-color: #131d33;
	border-color: #131d33;
}
.main-header.header-style-three .header-upper .upper-right{
	position:relative;
	padding:18px 0px 15px;
}

.main-header.header-style-three .info-box{
	position:relative;
	float:left;
	min-height:56px;
	margin-left:40px;
	font-size:13px;
	text-transform:uppercase;
	color:#777777;
	padding:0px 0px 0px 75px;
}

.main-header.header-style-three .info-box:last-child{
	padding-left:0px;
}

.main-header.header-style-three .info-box .icon-box{
	position:absolute;
	left: 0;
	top: 6px;
	width: 57px;
	height: 36px;
	padding-left: 8px;
	border-right: 1px solid rgba(19, 29, 51, 0.1);
	color:#0982c9;
	font-size: 34px;
	text-align:left;
	line-height: 37px;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}


.main-header.header-style-three .info-box li{
	position:relative;
	line-height:20px;
	color:rgba(0,0,0,0.60);
	font-size:17px;
	margin-bottom:5px;
	text-transform:capitalize;
}

.main-header.header-style-three .info-box li a{
	color:#777777;		
}

.main-header.header-style-three .info-box strong{
	font-weight:400;
	color:#18191e;
	font-size:18px;
	text-transform:capitalize;
	font-family: 'Quicksand', sans-serif;
}

.header-lower .right-btn {
	position: absolute;
	right: 0;
	top: 20px;
}

.header-lower .right-btn .btn-style-one {
	background: transparent;
	color: #0982c9;
}
.header-lower .right-btn .btn-style-one:hover {
	background: #0982c9;
	color: #fff;
}

/*** 

====================================================================
	About Us
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:18px;	
}

.sec-title.centered{
	margin-bottom:10px;	
}

.sec-title.light{
	color:#cccccc;	
}

.sec-title h2{
	position:relative;
	font-size: 30px;
	color:#232323;
	font-weight: 600;
	line-height:1.5em;
	text-transform: capitalize;
	padding-bottom:7px;
	margin-bottom: 10px;
}


.sec-title p{
	font-size: 16px;
	font-weight: 600;
	color: #222222;
	text-transform: capitalize;
}

.sec-title h3{
	position:relative;
	font-size:26px;
	color:#222222;
	font-weight:600;
	line-height:1.5em;
	padding-bottom: 20px;
}

.sec-title h4{
	position:relative;
	font-size:18px;
	color:#222222;
	font-weight:500;
	line-height:1.5em;
}

.sec-title.light h2{
	color:#ffffff;
}

.sec-title h2:before{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:24px;
	border-bottom:3px solid #0982c9;	
}

.sec-title h2:after{
	content:'';
	position:absolute;
	left:26px;
	bottom:0px;
	width:24px;
	border-bottom:3px solid #0982c9;	
}

.sec-title.centered h2:before{
	left:50%;
	margin-left:-27px;	
}

.sec-title.centered h2:after{
	left:auto;
	right:50%;
	margin-right:-27px;	
}

.sec-title h3:before{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:24px;
	border-bottom:3px solid #0982c9;	
}

.sec-title h3:after{
	content:'';
	position:absolute;
	left:26px;
	bottom:0px;
	width:24px;
	border-bottom:3px solid #0982c9;	
}

.sec-title.centered h3:before{
	left:50%;
	margin-left:-27px;	
}

.sec-title.centered h3:after{
	left:auto;
	right:50%;
	margin-right:-27px;	
}
.sec-title .desc-text{
	position:relative;
	font-size:14px;
	line-height:1.8em;
	padding-top:25px;	
}

.sec-title.centered .desc-text{
	max-width:500px;
	margin:0 auto;	
}

.small-title{
	position:relative;
	margin-bottom:30px;	
}

.small-title h3{
	position:relative;
	font-size:22px;
	color:#222222;
	font-weight:700;
	line-height:1.5em;
	padding-bottom:12px;
}

.small-title h3:before{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:24px;
	border-bottom:3px solid #0982c9;	
}

.small-title h3:after{
	content:'';
	position:absolute;
	left:26px;
	bottom:0px;
	width:24px;
	border-bottom:3px solid #0982c9;	
}

.about-us{
	position:relative;
	padding:100px 0px 70px;
}

.about-us .image-column{
	position:relative;
	margin-bottom:30px;	
}

.about-us .content-column .inner{
	padding-left:20px;	
}

.about-us .content-column .sec-title{
	margin-bottom:30px;
}

.about-us .image-column img{
	display:block;
	width:100%;
}

.info-block-one{
	position:relative;
	margin-bottom:30px;
	text-align:center;	
}

.info-block-one .inner-box{
	position:relative;
	display:block;
	max-width:340px;
	margin:0 auto;	
}

.info-block-one .inner-box .icon-box{
	position:relative;
	width:60px;
	height:60px;
	border:2px solid #aaaaaa;
	padding:10px 0px;
	line-height:36px;
	font-size:24px;
	color:#777777;
	margin:0px auto 25px;
	border-radius:50%;
	-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-block-one .inner-box:hover .icon-box{
	background:#0982c9;
	border-color:#0982c9;
	color:#ffffff;
}

.info-block-one .inner-box .icon-box:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	border:2px solid #0982c9;
	border-radius:50%;
	opacity:0;
	-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-block-one .inner-box:hover .icon-box:before{
	left:-7px;
	top:-7px;
	right:-7px;
	bottom:-7px;
	opacity:1;	
}

.info-block-one .inner-box h3{
	position:relative;
	font-size:14px;
	color:#1c1c1c;
	font-weight:700;
	text-transform:uppercase;
	padding-bottom:15px;
	margin-bottom:25px;
}

.info-block-one .inner-box h3:after{
	content:'';
	position:absolute;
	left:50%;
	margin-left:-13px;
	bottom:0px;
	width:26px;
	border-bottom:2px solid #aaaaaa;	
}

.info-block-one .inner-box .text{
	position:relative;
	line-height:1.9em;
	margin-bottom:15px;
}

.info-block-one .inner-box .read-more{
	color:#999;
	font-size:14px;
	text-transform:capitalize;
	font-weight:500;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.info-block-one .inner-box .read-more .fa{
	padding-left:5px;	
}

.info-block-one .inner-box .read-more:hover{
	color:#0982c9;	
}

/*** 

====================================================================
	Fun Facts Section
====================================================================

***/

.fun-facts-section{
	position:relative;
	padding: 100px 0px 60px;
	background-color:#333333;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	color:#ffffff;
}

.fun-facts-section.extended{
	padding-bottom: 50px;
	padding-top: 90px;
}

.fun-facts-section:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.85);
}

.fun-facts-section .auto-container{
	position:relative;
	z-index:1;	
}

.fun-facts-section .sec-title h2{
	text-transform:none;
	padding-bottom:0px;	
}

.fun-facts-section .sec-title h2:before,
.fun-facts-section .sec-title h2:after{
	display:none;
}

.fun-facts-section .sec-title .desc-text{
	max-width:900px;	
}

.fun-facts-section .column{
	position:relative;
	margin-bottom:20px;
}

.fun-facts-section .column .inner{
	position:relative;
	text-align:center;
}

.fun-facts-section.style-two .column .inner{
	position:relative;
	padding:25px 15px;
	max-width:210px;
	margin:0 auto;
	border:2px solid rgba(255,255,255,0.50);
	border-left:none;
}

.fun-facts-section.style-two .column .inner:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	height:30px;
	border-right:2px solid rgba(255,255,255,0.50);	
}

.fun-facts-section.style-two .column .inner:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	height:30px;
	border-right:2px solid rgba(255,255,255,0.50);	
}

.fun-facts-section .column .icon-box{
	position:relative;
	color:#ffffff;
	line-height:1em;
	font-weight:normal;
	font-size:54px;
	margin-bottom:25px;
}

.fun-facts-section.style-two .column .icon-box{
	position:absolute;
	left:-40px;
	top:50%;
	margin-top:-30px;
	width:80px;
	height:60px;
	line-height:60px;
	font-size:42px;	
}

.fun-facts-section .column .content{
	position:relative;
}

.fun-facts-section .count-outer{
	position:relative;
	font-size:36px;
	/*line-height: 60px;*/
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 0px;
	font-family: 'Quicksand', sans-serif;
	margin-top:17px;
}

.fun-facts-section.style-two .count-outer{
	margin-bottom:5px;	
}

.fun-facts-section .count-outer .count-text{
}
.fun-facts-section .count-outer .plus {
	font-size: 18px;
	font-weight: 400;
	margin-left: 10px;
	position: relative;
	top: -10px;
}
.fun-facts-section .column .counter-title{
	position:relative;
	font-size:16px;
	line-height:30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Quicksand', sans-serif;
}

.fun-facts-section.style-two .column .counter-title{
	color:#ffffff;
}



.fun-facts-section.style-three {
	position:relative;
	padding: 10px 0px 10px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	color: #ffffff;
}

.fun-facts-section.style-three .row {
	display: flex;
	align-items: center;
}


.fun-facts-section.style-three:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background: #0982c9;
}

.fun-facts-section.style-three .auto-container{
	position:relative;
	z-index:1;	
}

.fun-facts-section.style-three .content-column{
	position:relative;
	margin-bottom:30px;	
}

.fun-facts-section.style-three .content-column h2{
	font-size:24px;
	font-weight:700;
	color:#ffffff;
	text-transform: capitalize;
	line-height:1.5em;
	margin-bottom:15px;
}

.fun-facts-section.style-three .content-column .text{
	position:relative;
	font-size:14px;
	line-height:1.9em;
	margin-bottom:30px;	
}


/*** 

====================================================================
	Default Section
====================================================================

***/

.default-section{
	position:relative;
	z-index:1;
	padding: 33px 0px;
	background: #ffffff;
}

.default-section .services-outer{
	position:relative;
	margin: 0 -10px;
}

.default-service-block{
	position:relative;
	padding:0px;
}

.default-service-block .inner-box{
	position:relative;
	padding: 30px 30px 20px;
	padding-left: 36px;
	margin: 0px 10px 20px;
	background: #fff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition: all 300ms ease;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}



.default-service-block .icon-box{
	position:absolute;
	left: 0;
	width: 65px;
	height: 65px;
	text-align: center;
	border-radius: 50%;
	background: #0982c9;
	top: 39px;
	font-size: 24px;
	color: #ffffff;
	line-height: 60px;
	-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-service-block .icon-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(34, 34, 34, 0.6);
    transform: scale(0);
    transition: .7s ease;
}

.default-service-block:hover .icon-box:before {
    transform: scale(1);
}



.default-service-block .icon-box span {
    position: relative;
}

.default-service-block h3{
	font-size: 16px;
	margin: 8px 0px 10px 0px;
	font-weight:700;
	color:#222222;
	text-transform: capitalize;
	font-family:'Montserrat', sans-serif;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	text-align:center;
}



.default-service-block .text{
	position:relative;
	line-height:28px;
	margin-bottom: 2px;
	font-size: 15px;
	font-weight: 600;
	color: #585757;
}

.default-service-block .read-more{
	position: relative;
	color: #25a0de;
	font-weight: 700;
	text-transform: uppercase;
	font-family:'Montserrat', sans-serif;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.overlay_box_services{
	position: absolute;
	bottom: 0;
	mix-blend-mode: multiply;
	left: 0;
	display: none;
}

.overlay_box_services img{
	width: 230px;
}


/*** 

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section{
    position: relative;
    background-color: #131d33;
	padding: 10px 0px 25px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    color: #ffffff;
}

.gallery-section .sec-title h2 {
	/* color: #fff; */
}


.gallery-section:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
}

.gallery-section .post-filter.style-2 {
    float: right;
    margin-bottom: 20px;
    margin-top: 16px;
}


.gallery-section .link-btn {
	position: absolute;
	right: 0px;
	top: 10px;
}

.default-portfolio-item{
	position:relative;
	padding: 0;
}

.fluid-section-two .default-portfolio-item{
	margin-bottom:0px;	
	padding: 0;
}

.default-portfolio-item.mix{
	display:none;
}

.default-portfolio-item .inner-box{
	position:relative;
	width:100%;
	overflow:hidden;
}

.default-portfolio-item .image-box{
	position:relative;
	display:block;
}

.default-portfolio-item .image-box img{
	position:relative;
	display:block;
	border-radius:3px;
	width:100%;
}

.default-portfolio-item .overlay-box{
	position:absolute;
	left:0px;
	top:-100%;
	width:100%;
	height:100%;
	padding:0px;
	color: #fff;
	opacity:0;
	text-align:center;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.style-two .default-portfolio-item .overlay-box{
	border:none;
}

.default-portfolio-item .inner-box:hover .overlay-box{
	top:0px;
	opacity:1;	
}

.default-portfolio-item .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 20px;
	background: rgba(20, 30, 52, 0.57);
}

.default-portfolio-item .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	padding:10px 15px;
}

.default-portfolio-item .overlay-inner .option-btn{
	position:relative;
	display:block;
	color:#777777;
	font-size:14px;
	width:44px;
	height:44px;
	line-height:36px;
	margin:0 auto;
	border:4px solid rgba(53,77,113,0.50);
	background:#ffffff;
	border-radius:50%;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.default-portfolio-item .overlay-inner .option-btn:hover{
	background:#354d71;
	border-color:#0982c9;
	color:#ffffff;	
}

.default-portfolio-item .overlay-inner h4{
	position:relative;
	margin-bottom:5px;
	line-height:1.4em;
	font-size:16px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:700;
	font-family:'Montserrat', sans-serif;	
}

.default-portfolio-item .overlay-inner h4 a{
	color:#ffffff;	
}

.default-portfolio-item .overlay-inner .text{
	position:relative;
	margin-bottom:20px;
	line-height:1.8em;
	font-size:14px;
	color:#ffffff;	
}

.gallery-section .view-more{
	padding-top:20px;
	text-align:center;	
}

.fancybox-next span,
.fancybox-prev span{
	background-image:none !important;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	text-align:center;
}

.fancybox-next span:before,
.fancybox-prev span:before{
	content:'';
	position:absolute;
	font-family: 'FontAwesome';
	left:0px;
	top:0px;
	font-size:12px;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	background-color:rgba(28,28,28,0.40) !important;
	color:#ffffff;
	visibility:visible;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.fancybox-next span:before{
	content:'\f178';
}

.fancybox-prev span:before{
	content:'\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before{
	background-color:#0982c9 !important;
	color:#ffffff;	
}

.fancybox-type-image .fancybox-close{
	right:0px;
	top:0px;
	width:45px;
	height:45px;
	background:url(../images/icons/icon-cross.png) center center no-repeat;
	background-color:rgba(17,17,17,0.50) !important;	
}

.fancybox-type-image .fancybox-close:hover{
	background-color:#000000 !important;	
}

.fancybox-type-image .fancybox-skin{
	padding:0px !important;	
}


/*** 

====================================================================
	Sponsors Style One
====================================================================

***/

.sponsors-style-one{
	position:relative;
	padding: 80px 0px 50px;
	background-color: #131d33;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	color:#ffffff;
}

.sponsors-style-one:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background: rgba(19, 29, 51, 0.85);
}

.sponsors-style-one .auto-container{
	position:relative;
	z-index:1;	
}

.sponsors-style-one .content-column{
	position:relative;
	margin-bottom:30px;	
}

.sponsors-style-one .content-column h2{
	font-size:24px;
	font-weight:700;
	color:#ffffff;
	text-transform: capitalize;
	line-height:1.5em;
	margin-bottom:15px;
}

.sponsors-style-one .content-column .text{
	position:relative;
	font-size:14px;
	line-height:1.9em;
	margin-bottom:30px;	
}

.sponsors-style-one .carousel-outer{
	position:relative;
	padding:40px 52px 20px 80px;	
}

.sponsors-style-one .owl-dots{
	display:none;	
}

.sponsors-style-one .owl-nav .owl-prev,
.sponsors-style-one .owl-nav .owl-next{
	position:absolute;
	top:50%;
	margin-top:-15px;
	display:block;
	width:20px;
	height:30px;
	line-height:30px;
	background:none;
	color:#ffffff;
	font-size:18px;
	text-align:center;
}

.sponsors-style-one .owl-nav .owl-prev{
	left:-50px;	
}

.sponsors-style-one .owl-nav .owl-next{
	right:-50px;	
}

.sponsors-style-one .sponsors-carousel-one li{
	display:block;
	border:2px solid #ffffff;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.sponsors-style-one .sponsors-carousel-one li:hover{
	border-color:#0982c9;	
}


/*
=====================================================
  team style
=====================================================
*/

.our-team {
	position: relative;
	padding: 80px 0 30px;
}

.our-team .inner-box {
  position: relative;
  overflow: hidden;
}

.our-team .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

.our-team .item .img-box {
  position: relative;
  display: inline-block;
}

.our-team .overlay .top {
  position: absolute;
  text-align: center;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0%;
  background: rgba(0, 0, 0, 0.7);
  transition: .5s cubic-bezier(0.4, 0, 1, 1);
  opacity: 0;
  visibility: hidden;
}

.our-team .item:hover .overlay .top {
  height: 100%;
  transition: .5s cubic-bezier(0.4, 0, 1, 1);
  opacity: 1;
  visibility: visible;
}

.our-team .overlay .top .box {
  display: table;
  width: 100%;
  height: 100%;
}

.our-team .overlay .top .social-icon {
  display: table-cell;
  vertical-align: middle;
}

.our-team .overlay .top a {
  position: relative;
  color: #222;
  line-height: 46px;
  text-align: center;
  font-size: 15px;
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-right: 10px;
  transition: .5s;
}

.our-team .overlay .top a:hover {
  background: #42c0e5;
  color: #fff;
  transition: .5s;
}

.our-team .item .content {
  position: relative;
  border: 1px solid #f4f4f4;
  text-align: center;
}

.our-team .item .author {
  margin: 20px 0px 20px;
}

.our-team .item h4 {
  font-weight: 400;
  margin-bottom: 8px;
  font-size: 20px;
  color: #222;
}

.our-team .item .author p {
  position: relative;
  color: #42c0e5;
}

.our-team .item .author p:before {
}

.our-team .item .text p {
  margin-bottom: 3px;
}

.our-team .item .text p a {
  color: #999;
}

.our-team .item .mail i {
  font-size: 16px;
  margin-right: 8px;
}



/*** 

====================================================================
	News Section
====================================================================

***/

.news-section{
	position:relative;
	padding: 80px 0px 60px;
	background: #f9f9f9;
}
.news-section.no-padd {
	padding: 0;
}
.news-section.gray-bg {
	background: #f7f7f7;
}

.news-style-one{
	position:relative;
	margin-bottom:20px;	
}

.news-style-one .inner-box{
	position:relative;
	display:block;
	background: #f7f7f7;
}

.news-style-one .inner-box .image-column,
.news-style-one .inner-box .content-column{
	position:relative;
	padding:0px;	
}

.news-style-one .image-box img{
	display:block;
	width:100%;	
}

.news-style-one .content-box{
	position:relative;
	padding: 45px 30px;
}

.news-style-one .content-box .post-cat{
	position:relative;
	margin-bottom:15px;	
}

.news-style-one .content-box .post-cat a{
	position:relative;
	display:inline-block;
	font-size:10px;
	line-height:20px;
	padding:0px 10px;
	background:#354d71;
	color:#ffffff;
	text-transform:capitalize;
	border-radius:10px;	
}

.news-style-one .content-box h3{
	color:#222222;
	font-size:16px;
	font-weight:600;
	line-height:1.6em;
	margin-bottom:10px;
}

.news-style-one .content-box h3 a{
	color:#222222;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.news-style-one .content-box h3 a:hover{
	color:#0982c9;	
}

.news-style-one .content-box .post-meta{
	position:relative;
	margin-bottom:10px;	
}

.news-style-one .post-meta li{
	position:relative;
	display:inline-block;
	margin-right:10px;
	font-size:13px;
	line-height:20px;
	color:#999;	
}

.news-style-one .post-meta li a{
	position:relative;
	color:#999;
	font-family: 'Quicksand', sans-serif;
}

.news-style-one .post-meta li .fa{
	padding-right:3px;	
}

.news-style-one .content-box .text{
	position:relative;
	line-height:2em;
	margin-bottom:20px;
}

.news-style-one .read-more{
	color: #232323;
	text-transform:capitalize;
	font-family: 'Quicksand', sans-serif;
}

.news-style-one .read-more .fa{
	padding-left:3px;	
}

.news-style-two{
	position:relative;
	margin-bottom:30px;	
}

.sidebar-page-container .news-style-two{
	margin-bottom:50px;	
}

.news-style-two .inner-box{
	position:relative;
	display:block;
	background: #fff;
	/* box-shadow: -16px 75px 121px -59px rgba(0, 0, 0, 0.05); */
}

.news-style-two .inner-box .image-box{
	position:relative;
	display:block;
	overflow:hidden;	
}

.news-style-two .image-box img{
	display:block;
	width:100%;	
}

.news-style-two .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background: rgba(19, 29, 51, 0.83);
	opacity:0;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	transition:all 700ms ease;
}

.news-style-two .inner-box:hover .overlay-box{
	opacity:1;	
}

.news-style-two .overlay-box .link-box{
	position:absolute;
	left:50%;
	top:50%;
	width:50px;
	height:50px;
	margin-left:-25px;
	margin-top:-25px;
	text-align:center;
	line-height:42px;
	font-size:14px;
	border-radius:50%;
}

.news-style-two .overlay-box .link-box .fa{
	display:block;
	width:42px;
	height:42px;
	background:#ffffff;
	border-radius:50%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.news-style-two .overlay-box .link-box:hover .fa{
	background:#0982c9;
	color:#ffffff;	
}

.news-style-two .lower-box{
	position:relative;
	background: #fff;
	padding: 25px 30px 24px;
}

.news-style-two .image-box .post-cat{
	position:absolute;
	right:20px;
	top:20px;
}

.news-style-two .image-box .post-cat a{
	position:relative;
	display:inline-block;
	font-size:10px;
	line-height:20px;
	padding:0px 10px;
	background:#354d71;
	color:#ffffff;
	text-transform:capitalize;
	border-radius:10px;	
}

.news-style-two .lower-box h3{
	font-size: 18px;
	line-height:1.6em;
	margin-bottom: 10px;
}

.sidebar-page-container .news-style-two .lower-box h3{
	font-size:18px;
	font-weight:700;
}

.news-style-two .lower-box h3 a{
	color: #444;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Quicksand', sans-serif;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-style-two .lower-box h3 a:hover{
	color:#0982c9;	
}

.news-style-two .lower-box .post-meta{
	position:relative;
	text-transform: uppercase;
	font-weight: 600;
	color: #333;
	font-size: 13px;
}

.news-style-two .lower-box .post-meta li{
	position:relative;
	display:inline-block;
	margin-right:10px;
	font-size:13px;
	line-height:20px;
	color:#999;	
}

.news-style-two .lower-box .post-meta li a{
	position:relative;
	color:#999;
	font-family: 'Quicksand', sans-serif;
}

.news-style-two .lower-box .post-meta li .fa{
	padding-right:3px;	
}

.news-style-two .lower-box .text{
	position:relative;
	line-height:2em;
	margin-bottom: 10px;
}

.news-style-two .lower-box .text p{
	margin-bottom:25px;	
}

.news-style-two .lower-box blockquote{
	margin-bottom:25px;
	padding:40px 40px 30px;
	color:#999;
	background:#fafafa;
	font-style:italic;
	font-size:15px;
	border:none;
	line-height:2em;
}

.news-style-two .lower-box blockquote .txt{
	position:relative;
	padding:0px 50px;
	margin-bottom:10px;	
}

.news-style-two .lower-box blockquote .txt:before {
	content:"";
	position:absolute;
	left:0px;
	top:0px;
	font-family:'Georgia',serif;
	font-style:normal;
	font-size:72px;
	color:#dddddd;
	line-height:1em;
}

.news-style-two .lower-box blockquote .info{
	font-weight:500;
	color:#222222;
	text-transform:uppercase;
	text-align:right;
	font-size:14px;	
}

.news-style-two .lower-box .read-more{color: #232323;text-transform: capitalize;font-family: 'Quicksand', sans-serif;}

.news-style-two .lower-box .read-more .fa{
	padding-left:3px;	
}

.news-section div.view-more{
	padding:30px 0px;	
}

.news-style-two .list-style-one,
.news-style-two .text .image-column{
	margin-bottom:30px;	
}

.news-style-two .text .content-column p{
	margin-bottom:15px;	
}

.blog-details .post-options{
	position:relative;
	top: 30px;
}

.blog-details .post-options .tags{
	position:relative;
	line-height:24px;
	margin-bottom:7px;
}

.blog-details .post-options .tags strong{
	color:#222222;
	text-transform:uppercase;	
}

.blog-details .post-options .tags a{
	color:#999;	
}

.blog-details .post-options .categories{
	position:relative;
	line-height:24px;
}

.blog-details .post-options .categories strong{
	color:#222222;
	text-transform:uppercase;	
}

.blog-details .post-options .categories a{
	color:#999;	
}

.blog-details .post-options .share-options{
	position:relative;
	text-align:right;
	top: -45px;
}

.blog-details .post-options .social-links li{
	position:relative;
	display:inline-block;
	margin-left:10px;	
}

.blog-details .post-options .social-links li a{
	position:relative;
	display:block;
	width:32px;
	height:32px;
	font-size:13px;
	line-height:30px;
	text-align:center;
	color:#777777;
	border:1px solid #e0e0e0;
	border-radius:50%;
}

.blog-details .post-options .social-links li a:hover{
	color: #ffffff;
	background:#0982c9;
	border-color:#0982c9;
}

/*** 

====================================================================
	Get Quote Section
====================================================================

***/

.get-quote-section{
	position:relative;
	padding: 100px 0px 100px;
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment: fixed;
}
.get-quote-section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.56);
    left: 0;
    top: 0;
}


.get-quote-section .get-quote-bg {
	position: relative;
	padding:60px 50px 40px;
	background:#ffffff;
	box-shadow:0px 0px 7px 0px rgba(0,0,0,0.30);
}

.get-quote-section .text {
	max-width: 400px;

}

.get-quote-section .quote-form{
	position:relative;
	max-width:560px;
}

.get-quote-section .contact-info {
	margin-top: 30px;
}

.get-quote-section .contact-info h4 {
	color: #777;
	font-size: 15px;
	margin-bottom: 12px;
}

.get-quote-section .contact-info h4 span {
	color: #232323;
	font-weight: 600;
}


/*** 

====================================================================
	Default Form Styling
====================================================================

***/

.default-form .form-group{
	position:relative;
	margin-bottom:25px;	
}

.get-quote-section .quote-form .row,
.quote-form-two .row{
	margin:0px -10px;
}

.get-quote-section .quote-form .form-group,
.quote-form-two .form-group{
	padding:0px 10px;
	margin-bottom:20px;	
}

.default-form .form-group .field-inner{
	position:relative;
}

.default-form .form-group .field-inner .input-icon{
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -10px;
	line-height: 20px;
	font-size: 12px;
	color: #f06529;
}

.default-form .field-label{
	display:block;
	line-height:24px;
	margin-bottom:10px;
	color:#777777;
	font-weight:400;
	font-size:16px;
}

.default-form .form-group .field-label sup,
.default-form .form-group .field-label .req{
	color:#f06529;
	font-size:16px;
	padding-left:3px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="tel"],
.default-form input[type="url"],
.default-form select,
.default-form textarea{
	display:block;
	width:100%;
	line-height:24px;
	height: 50px;
	font-size:14px;
	border: 1px solid #f2f2f2;
	padding:8px 20px 8px;
	background-color: white;
	color:#333333;
	border-radius:0px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.default-form select{
	cursor:pointer;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
}

.default-form textarea{
	height:150px;
	resize:none;
	margin-bottom:10px;	
}

.get-quote-section .default-form textarea{
	margin-bottom:10px;
	height:96px;
}

.team-details .default-form textarea{
	height:120px;
}

.quote-form-two textarea{
	margin-bottom:10px;
	height:100px;
}

.default-form select option{
	text-indent:20px;
	color:#222222;	
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus{
	border-color:#0982c9;	
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error{
	border-color:#ff0000 !important;	
}

.default-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:13px;
	color:#ff0000;
	font-weight:400;	
}


/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	color:#9b9b9b;
	/*background: #1d1d1d;*/
	background-image:url(../img/footer-bg2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.main-footer .footer-upper{
	position:relative;
	padding: 70px 0px 20px;
	color: #999;
	background-color: rgba(0,0,0,.9);
}

.main-footer .footer-upper .column{
	position:relative;
	margin-bottom:40px;	
}

.footer-upper .column h3{
	position:relative;
	font-size: 16px;
	line-height:30px;
	margin-bottom:25px;
	color:#ffffff;
	text-transform: uppercase;
	font-weight: 600;
}

.footer-upper .column h3.logo-text{
	font-size:36px;
	font-weight:700;	
}

.main-footer .about-widget{
	font-size:15px;
}
.main-footer .about-widget p {
	margin-bottom: 15px;
}

.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:#ffffff;	
}

.footer-upper .links-widget li{
	position:relative;
	margin-bottom: 12px;
	border-bottom: 1px solid #2b2b2b;
	padding-bottom: 13px;
}

.footer-upper .links-widget li a{
	position:relative;
	display:block;
	font-size:15px;
	padding-left: 20px;
	color: #888;
	line-height:20px;
	text-transform: capitalize;
}
.footer-upper .links-widget li a:before {
	position: absolute;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 16px;
	left: 0;
	top: -2px;
}
.footer-upper .links-widget li a:hover{
	color:#ffffff;	
}

.footer_num_anch a{
	display: block;
	line-height: 32px;
		color:#9b9b9b;

}

.footer-add b{
	color: white;
	letter-spacing: .3px;
}

.main-footer .social-links a{
	position:relative;
	display:inline-block;
	font-size:16px;
	width:44px;
	height:44px;
	line-height:44px;
	text-align:center;
	margin: 10px 5px 0px 0px;
	color:#9b9b9b;
	background: #3e3f40;
	border-radius: 5px;
	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:#0982c9;	
}

.footer-upper .twitter-feeds .feed{
	position:relative;
	padding:0px 0px 0px 30px;
	margin-bottom:20px;
	color:#aaaaaa;
}

.footer-upper .twitter-feeds .feed:last-child{
	margin:0px;	
}

.footer-upper .twitter-feeds .feed-content{
	margin-bottom:5px;
	line-height:1.6em;	
}

.footer-upper .twitter-feeds .feed a{
	position:relative;
	color:#0982c9;
}

.footer-upper .twitter-feeds .feed .time{
	position:relative;
	color:#ffffff;
	font-size:14px;
	font-family:'Lora',serif;
	text-transform:capitalize;
	font-weight:700;
}

.footer-upper .twitter-feeds .feed strong{
	font-weight:400;	
}

.footer-upper .twitter-feeds .feed .icon{
	position:absolute;
	width:30px;
	height:20px;
	left:0px;
	top:5px;
	line-height:20px;
	font-size:18px;
	color:#999999;	
}

.main-footer .newsletter-widget .form-group{
	position:relative;
	margin-bottom: 26px;
	margin-top: 20px;
}

.main-footer .newsletter-widget input[type="text"],
.main-footer .newsletter-widget input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height: 20px;
	padding:11px 50px 11px 15px;
	background: #ffffff;
	border:1px solid rgba(255,255,255,0.05);
	border-radius:5px;
}

.main-footer .newsletter-widget input[type="text"]:focus,
.main-footer .newsletter-widget input[type="email"]:focus{
	background:#181818;	
}

.main-footer .newsletter-widget input[type="submit"],
.main-footer .newsletter-widget button{
	position:absolute;
	right:0px;
	top:0px;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align:center;
	font-size: 16px;
	color:#ffffff;
	background:#0982c9;
	border-radius:0px 5px 5px 0px;
}

.main-footer .newsletter-widget input:focus+button,
.main-footer .newsletter-widget button:hover{
	background:#888888;	
}

.main-footer .confid{
	position:relative;
	font-size:14px;
	color:#9b9b99;
	margin-bottom:20px;
	margin-top: 20px;
}

.main-footer .contact-info{
	font-size:16px;	
}

.main-footer .contact-info li{
	margin-bottom:10px;	
}

.main-footer .contact-info li h4{
	font-size:16px;
	color:#ffffff;
	margin-bottom:5px;	
}

.main-footer .contact-info li a{
	 color:#9b9b9b;	
}

.main-footer .popular-project {
	position: relative;
}
.main-footer .popular-project .row-10 {
	margin: 0 -5px;
}
.main-footer .popular-project li {
	padding: 0 3px 10px;
	display: inline-block;
}

.main-footer .popular-project li a {
	position:relative;
	display: block;
}

.main-footer .popular-project li a:before {
    position: absolute;
    content: "\f0c1";
    background: rgba(68, 68, 68, 0.86);
    left: 0;
    font-family: FontAwesome;
    top: 0;
    color: #fff;
    right: 0;
    display: flex;
    bottom: 0;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .7s ease;
}

.main-footer .popular-project li a:hover:before {
	opacity: 1;
	-webkit-transition: .7s ease;
	-moz-transition: .7s ease;
	-ms-transition: .7s ease;
	-o-transition: .7s ease;
	transition: .7s ease;
	
}

.main-footer .popular-project li a {
    display: block;
}

.main-footer .quote-form .form-group{
	position:relative;
	margin-bottom:10px;
}

.main-footer .quote-form .form-group input[type="text"],
.main-footer .quote-form .form-group input[type="email"],
.main-footer .quote-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:10px 15px;
	background:#2b2b2b;
	border:1px solid rgba(255,255,255,0.05);
	border-radius:3px;	
}

.main-footer .quote-form .form-group textarea{
	resize:none;
	height:100px;	
}

.main-footer .quote-form .form-group input[type="text"]:focus,
.main-footer .quote-form .form-group input[type="email"]:focus,
.main-footer .quote-form .form-group textarea:focus{
	background:#181818;	
}

.main-footer .quote-form button{
	padding:9px 30px;	
}

.main-footer .popular-posts .post{
	position:relative;
	font-size:15px;
	color:#696969;
	padding:0px 0px;
	padding-left:95px;
	min-height:95px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.main-footer .popular-posts .post:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}

.main-footer .popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:75px;
	 border-radius:50%;
}

.main-footer .popular-posts .post .post-thumb img{
	display:block;
	width:100%;
}

.main-footer .popular-posts .text{
	font-size:15px;
	line-height:1.5em;
	color:#222222;
	font-weight:500;
	margin:0px 0px 5px;
}

.main-footer .popular-posts .text a{
	color: #999;
	font-weight: 700;
}

.main-footer .popular-posts .text a:hover{
	color:#0982c9;	
}

.main-footer .popular-posts .post-meta li{
	position:relative;
	display:inline-block;
	line-height:24px;
	font-size:13px;
	margin-right:10px;
}

.main-footer .popular-posts .post-meta li a{
	color: #0982c9;
	font-family: 'Quicksand', sans-serif;
}

.main-footer .popular-posts .post-meta li a i {
	color: #0982c9;
	margin-right: 5px;
}

.main-footer .popular-posts .post-meta li .fa{
	padding-right:3px;	
}

.footer-bottom{
	position:relative;
	padding:24px 0px;
	line-height:22px;
	color:#b3b3b3;
	background: #161717;
	font-size:13px;
	text-transform:uppercase;
}

.footer-bottom .footer-nav{
	position:relative;
}

.footer-bottom .footer-nav li{
	position:relative;
	float:left;
	margin-left:25px;	
}

.footer-bottom .footer-nav li a{
	color:#b3b3b3;	
}

.footer-bottom .footer-nav li a:hover{
	color:#ffffff;	
}


.about-column.welcome .inner{
	padding-left:40px;
}

.default-section .about-column{
	margin-bottom:30px;
}

.default-section .column .sec-title-two{
	margin-bottom:40px;
}

.default-section .column .inner .sec-title{
	margin-bottom:30px;
}

.default-section .column .inner .text{
	position:relative;
	margin-bottom:30px;
}

.default-section .column .inner .text p{
	position:relative;
	font-size:16px;
	margin-bottom:25px;
	line-height:1.6em;
	color:rgba(0,0,0,0.60);
}

.default-section .column .inner .text p:last-child{
	margin-bottom:0px;
}

.default-section .column .inner .author-info{
	position:relative;
	padding-left:110px;
	padding-top:6px;
	margin-bottom:50px;
	min-height:76px;
}

.default-section .column .inner .author-info .signature{
	margin-bottom:20px;
}

.default-section .column .inner .author-info .img-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:76px;
	height:76px;
	border-radius:50%;
	overflow:hidden;
}

.default-section .column .inner .author-info h4{
	position:relative;
	color:#323131;
	font-size:20px;
	font-weight:400;
}

.default-section .column .inner .author-info .designation{
	position:relative;
	color:#a1a1a1;
	font-size:16px;
}

.default-section .gallery-column{
	position:relative;
}

.default-section .gallery-column .inner{
	position:relative;
}

.default-section .gallery-column .inner .row{
	position:relative;
	margin:0px -7px;
}

.default-section .gallery-column .inner .column{
	position:relative;
	padding:0px 7px;
}

.default-section .gallery-column .inner .column .image{
	position:relative;
	margin-bottom:15px;
}

.default-section .gallery-column .inner .column .image img{
	position:relative;
	width:100%;
	display:block;
}



/*** 

====================================================================
	Sponsors Style Two
====================================================================

***/

.sponsors-style-two{
	position:relative;
	background: #fff;
	padding: 50px 0px 80px;
}

.sponsors-style-two .image-box{
	position:relative;
	display:block;
	text-align:center;
}

.sponsors-style-two .image-box img{
	position:relative;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.sponsors-style-two .image-box:hover img{
	opacity:1;	
}

.sponsors-style-two .owl-theme .owl-nav,
.sponsors-style-two .owl-theme .owl-dots{
	display:none;	
}

.sponsors-style-two .tooltip-inner {
  background: #0982c9;
}
.sponsors-style-two .tooltip.top .tooltip-arrow {
  border-top-color: #0982c9;
}

.sponsors-style-two .owl-carousel .owl-stage-outer {
	padding-top: 40px;
}
.sponsors-style-two .sec-title {
	margin-bottom: 10px;
}



/*** 

====================================================================
	About Us
====================================================================

***/

.founder-intro-post{
	position:relative;
	margin-bottom:30px;	
}

.founder-intro-post .text{
	position:relative;
	text-align:justify;	
}

.founder-intro-post .text p{
	margin-bottom:15px;
	line-height:1.8em;	
}

.founder-intro-post .signature{
	position:relative;
	text-align:right;
	margin-bottom:7px;	
}

.founder-intro-post .author-info{
	position:relative;
	text-align:right;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:12px;
}

.featured-post{
	position:relative;
	margin-bottom:30px;	
}

.featured-post .inner-box{
	position:relative;
	display:block;	
}

.featured-post .image-box{
	position:relative;
	margin-bottom:20px;	
}

.featured-post .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.featured-post h3{
	font-size:16px;
	text-transform:capitalize;
	color:#354d71;
	font-weight:700;
	font-family:'Montserrat', sans-serif;
	margin-bottom:10px;
}

.featured-post h3 a{
	color:#232323;
	transition: .5s ease;
}

.featured-post h3 a:hover{
	color:#0982c9;
	transition: .5s ease;
}

.featured-post .text{
	position:relative;
	line-height:1.9em;
	margin-bottom:10px;
}

.featured-post .read-more{
	position:relative;
	color:#232323;
	font-weight:500;
	font-family:'Montserrat', sans-serif;
	transition: .5s ease;
}

.featured-post .read-more .fa{
	padding-left:5px;	
}

.featured-post .read-more:hover{
	color:#0982c9;
	transition: .5s ease;
}	

/*** 

====================================================================
	What We Do
====================================================================

***/

.what-we-do{
	position:relative;
	background:#f7f7f7;
	padding:100px 0px 70px;
}

.what-we-do .image-column{
	margin-bottom:30px;
	padding-top:10px;	
}

.what-we-do .image-column img{
	display:block;
	width:100%;	
}

.what-we-do .outer{
	position:relative;
	overflow:hidden;	
}

.what-we-do .outer:before{
	content:'';
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-15px;
	width:100%;
	border-bottom:1px solid #e0e0e0;	
}

.what-we-do .outer:after{
	content:'';
	position:absolute;
	left: 33.3333%;
	margin-top:-20px;
	width: 33.3333%;
	top:0px;
	margin-left:-7px;
	height:100%;
	border-right:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}

.service-block-one{
	position:relative;
	margin-bottom:30px;	
}

.what-we-do .outer .service-block-one:nth-child(1),
.what-we-do .outer .service-block-one:nth-child(2),
.what-we-do .outer .service-block-one:nth-child(3){
	margin-bottom:60px;	
}

.service-block-one .inner-box{
	position:relative;
	display:block;
	padding-left:70px;	
}

.service-block-one .inner-box .icon-box{
	position:absolute;
	left:5px;
	top:4px;
	font-size:36px;
	line-height:1em;
	color:#222222;	
}

.service-block-one .inner-box h3{
	position:relative;
	margin-bottom:10px;
	font-weight:700;
	color:#222222;
	font-size:18px;
	text-transform:capitalize;
	line-height:1.6em;
	font-family:'Montserrat', sans-serif;
}

.service-block-one .inner-box h3 a{
	color:#222222;	
}

.service-block-one .inner-box .text{
	position:relative;
	line-height:1.8em;
	padding-right:20px;
}

.service-block-two{
	position:relative;
	margin-bottom:30px;	
}

.content-column .service-block-two{
	margin-bottom:20px;	
}

.service-block-two .inner-box{
	position:relative;
	display:block;
	padding-left:70px;	
}

.service-block-two .inner-box .icon-box{
	position:absolute;
	left:0px;
	top:3px;
	width:60px;
	text-align:center;
	font-size:28px;
	line-height:1em;
	color:#222222;	
}

.service-block-two .inner-box h3{
	position:relative;
	margin-bottom:5px;
	font-weight:700;
	color:#222222;
	font-size:16px;
	text-transform:capitalize;
	line-height:1.6em;
	font-family:'Montserrat', sans-serif;
}

.service-block-two .inner-box h3 a{
	color:#222222;	
}

.service-block-two .inner-box .text{
	position:relative;
	line-height:1.7em;
	padding-right:20px;
}

/*** 

====================================================================
	Fluid Section One
====================================================================

***/

.fluid-section-one{
	position:relative;
	background:#fafafa;
}

.fluid-section-one:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	background: #131d33;
}

.fluid-section-one .left-column,
.fluid-section-one .right-column{
	position:relative;
	float:left;
	width:50%;
	z-index:1;
}

.fluid-section-one .left-column{
	background: #131d33;
}

.fluid-section-one .left-column .inner{
	position:relative;
	width:100%;
	max-width:600px;
	float:right;
	color:#ffffff;
	padding:100px 80px 70px;
	padding-left: 15px;
}

.fluid-section-one .left-column .title{
	margin-bottom: 40px;
}

.fluid-section-one .left-column .title h3{
	font-size:22px;
	color:#ffffff;
	font-weight:600;
	line-height:1.4em;
	padding-bottom:12px;
}

.fluid-section-one .left-column .title h3:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:30px;
	border-bottom:3px solid #0982c9;	
}

.fluid-section-one .left-column .text{
	margin-bottom:30px;	
}

.fluid-section-one .left-column .info-list{
	margin-bottom:30px;	
}

.fluid-section-one .left-column .info-list li{
	position:relative;
	float:left;
	width:50%;
	line-height:24px;
	padding-left:50px;
	min-height:48px;
	margin-bottom:10px;
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
}

.fluid-section-one .left-column .info-list li .icon{
	position:absolute;
	left:0px;
	top:6px;
	width:32px;
	height:32px;
	text-align:center;
	font-size:12px;
	line-height:30px;
	color:#0982c9;
	border:1px solid #0982c9;
	border-radius:50%;	
}

.fluid-section-one .right-column{
	background:#fafafa;	
}

.fluid-section-one .right-column .inner{
	position:relative;
	width:100%;
	max-width:600px;
	padding:100px 15px 70px 80px;
}

.fluid-section-one .right-column .title{
	margin-bottom:25px;	
}

.fluid-section-one .right-column .title h3{
	font-size:22px;
	color:#222222;
	font-weight:600;
	line-height:1.4em;
	padding-bottom:12px;
}

.fluid-section-one .right-column .title h3:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:30px;
	border-bottom:3px solid #0982c9;	
}

.fluid-section-one .right-column .text{
	margin-bottom:30px;	
}




/*** 

====================================================================
	Testimonials Style One
====================================================================

***/

.testimonial-style-one{
	position:relative;
	padding: 100px 0px;
	background-color:#354d71;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	color:#ffffff;
}

.testimonial-style-one:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(53,77,113,0.97);
}

.testimonial-style-one .auto-container{
	position:relative;
	z-index:1;	
}

.testimonial-style-one .carousel-content{
	position:relative;
	margin-bottom:50px;	
}

.testimonial-style-one .carousel-content .slide{
	position:relative;
	margin-left:60px;
	padding-top:6px;
	padding-bottom:10px;	
}

.testimonial-style-one .carousel-content .slide:before{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:20px;
	border-bottom:2px solid #0982c9;	
}

.testimonial-style-one .carousel-content .slide .icon-box{
	position:absolute;
	left:-60px;
	top:-6px;
	font-size:32px;
	color:#0982c9;
	line-height:1.2em;
}

.testimonial-style-one .carousel-content .slide .text{
	position:relative;
	line-height:2em;	
}

.testimonial-style-one .carousel-content .owl-dots,
.testimonial-style-one .carousel-content .owl-nav{
	display:none;	
}

.testimonial-style-one .carousel-pager{
	position:relative;
	padding-right:270px;
}

.testimonial-style-one .carousel-pager .pager{
	position:relative;
	text-align:left;
	margin:0px;	
}

.testimonial-style-one .carousel-pager .pager .inner{
	position:relative;
	padding-left:95px;
	min-height:70px;
	padding-top:13px;
}

.testimonial-style-one .carousel-pager .pager .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
}

.testimonial-style-one .carousel-pager .pager .author-thumb img{
	display:block;
	width:100%;
}

.testimonial-style-one .carousel-pager .pager h4{
	font-size:18px;
	font-weight:600;
	text-transform:capitalize;
	font-family:'Montserrat', sans-serif;
	margin-bottom:0px;	
}

.testimonial-style-one .carousel-pager .pager .designation{
	color:#0982c9;
	line-height:1.8em;
}

.testimonial-style-one .carousel-pager .owl-dots{
	display:none;	
}

.testimonial-style-one .carousel-pager .owl-nav{
	position:absolute;
	right:0px;
	top:25px;
	width:30px;
}

.testimonial-style-one .carousel-pager .owl-nav .owl-prev{
	position:absolute;
	left:0px;
	top:0px;
	line-height:30px;	
}

.testimonial-style-one .carousel-pager .owl-nav .owl-next{
	position:absolute;
	right:0px;
	top:0px;
	line-height:30px;	
}




/*** 

====================================================================
	Testimonials Style Two
====================================================================

***/

.testimonial-style-two{
	position:relative;
	padding: 10px 0px 25px;
	background-color: #0982c9;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
}

.testimonial-style-two .sec-title h2 {
	color: #fff;
}


.testimonial-style-two .auto-container{
	position:relative;
	z-index:1;	
}

.testimonial-style-two .carousel-outer{
	position:relative;
}

.testimonial-style-two .slide{
	position:relative;
}

.testimonial-style-two .slide .icon-box{
	position:absolute;
	font-size:32px;
	color:#0982c9;
	line-height:1em;
	background: #fff;
	top: 50%;
	left: 18px;
	margin-top: -30px;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 59px;
	border-radius: 50%;
}

.testimonial-style-two .slide .content{
	position:relative;
	line-height:2em;
	margin-bottom:30px;
	background: rgba(255, 255, 255,.8);
	padding: 35px;
	padding-left: 100px;
	box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.03);
}

.testimonial-style-two .slide .content:after {
    position: absolute;
    content: " ";
    top: 100%;
    left: 70px;
    height: 0;
    width: 28px;
    border: solid transparent;
    border-color: rgba(72, 71, 71, 0);
    border-top-color: rgba(255,255,255,.8);
    border-right-width: 27px;
    border-left-width: 0px;
    border-bottom-width: 168px;
    border-top-width: 29px;
}

.testimonial-style-two .slide .text{
	position:relative;
	line-height:2em;
	font-weight: 600;
}

.testimonial-style-two .author-info{
	position:relative;
	display:inline-block;
	text-align:left;
}

.testimonial-style-two .author-info .inner{
	position:relative;
	padding-left:90px;
	min-height:70px;
	padding-top:13px;
}

.testimonial-style-two .author-info .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
}

.testimonial-style-two .author-info .author-thumb img{
	display:block;
	width:100%;
}

.testimonial-style-two .author-info h4{
	font-size:18px;
	font-weight:600;
	color: #ffffff;
	text-transform:capitalize;
	font-family:'Montserrat', sans-serif;
	margin-bottom:0px;
}

.testimonial-style-two .author-info .designation{
	color:#0982c9;
	line-height:1.8em;
}

.testimonial-style-two .owl-nav{
	position:relative;
	margin:0px auto;
	max-width:480px;
	font-size:18px;
	height:0px;
}

.testimonial-style-two .owl-nav .owl-prev{
	position:absolute;
	left:0px;
	top:-50px;
	line-height:30px;	
}

.testimonial-style-two .owl-nav .owl-next{
	position:absolute;
	right:0px;
	top:-50px;
	line-height:30px;	
}

.testimonial-style-two .owl-dots{
	position:relative;
	margin:60px auto 0px;	
}

.testimonial-style-two .owl-dots .owl-dot{
	position:relative;
	display:inline-block;
	margin:0px 5px;	
}

.testimonial-style-two .owl-dots .owl-dot span{
	position:relative;
	display:block;
	width:11px;
	height:11px;
	border:1px solid #ffffff;
	border-radius:50%;	
}

.testimonial-style-two .owl-dots .owl-dot span:before{
	content:'';
	position:absolute;
	left:4px;
	top:4px;
	height:1px;
	width:1px;
	background:#0982c9;
	opacity:0;	
}

.testimonial-style-two .owl-dots .owl-dot.active span{
	border-color:#0982c9;	
}

.testimonial-style-two .owl-dots .owl-dot.active span:before{
	opacity:1;
}




/*** 

====================================================================
	Testimonials Style Four
====================================================================

***/

.testimonial-style-four{
	position:relative;
	padding: 40px 10px;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	text-align:center;
	margin-bottom:50px;
}

.testimonial-style-three .slide{
	position:relative;
	max-width:1030px;
	padding:0px 15px;
	margin:0 auto;
}

.testimonial-style-four .slide .icon-box{
	position:relative;
	font-size:24px;
	color:#354d71;
	line-height:1em;
	margin-bottom:15px;
}

.testimonial-style-four .slide .author-thumb{
	position:relative;
	width:62px;
	height:62px;
	margin:0 auto 25px;
}

.testimonial-style-four .slide .text{
	position:relative;
	line-height:2em;
	font-size:15px;
	margin-bottom:25px;
	color:#222222;
	font-style:italic;
}

.testimonial-style-four .author-info{
	position:relative;
	display:block;
	text-align:center;
}

.testimonial-style-four .author-info h4{
	font-size:16px;
	font-weight:700;
	color:#222222;
	text-transform:capitalize;
	font-family:'Montserrat', sans-serif;
	margin-bottom:0px;	
}

.testimonial-style-four .author-info .designation{
	color:#0982c9;
	line-height:1.8em;
	text-transform:capitalize;
}

.testimonial-style-four .owl-nav{
	display:none;	
}

.testimonial-style-four .owl-dots{
	position:relative;
	display:block;
	text-align:center;
	margin:20px auto 0px;	
}

.testimonial-style-four .owl-dots .owl-dot{
	position:relative;
	display:inline-block;
	margin:0px 4px;	
}

.testimonial-style-four .owl-dots .owl-dot span{
	position:relative;
	display:block;
	width:10px;
	height:10px;
	border:2px solid #e0e0e0;
	background:#e0e0e0;
	border-radius:50%;	
}

.testimonial-style-four .owl-dots .owl-dot.active span{
	border-color:#222222;
	background:none;	
}


/*** 

====================================================================
	testimonial style five
====================================================================

***/

.feature-style-1 {
	padding: 30px 0;
}

.feature-style-1 p{
	text-align: justify;
	font-weight: 600;
}

.feature-style-1 .testimonial p:first-child,
.client_say_about_us .testimonial p:first-child {
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	font-size: 1.125em;
	color: #242424;
}
.feature-style-1 .testimonial span,
.client_say_about_us .testimonial span,
.feature-style-1 p.john_speach,
.client_say_about_us .testimonial p.john_speach {
	font-family: 'Quicksand', sans-serif;
	font-size: 0.875em;
	color: #898989;
}
.feature-style-1 p.john_speach,
.client_say_about_us .testimonial p.john_speach {
	padding-top: 27px;
}
.feature-style-1 p.john_speach {
	padding-right:50px;
}
.feature-style-1 .testimonial img.round_img,
.client_say_about_us .testimonial img.round_img {
	border-radius: 50%;
	margin-top: 44px;
	width: 130px;
    height: 130px;
}
.feature-style-1 .testimonial .client_info {
	padding-top: 60px;
    line-height: 22px;
    margin-right: 77px;
}
.client_say_about_us .testimonial .client_info {
	padding-top: 60px;
    line-height: 22px;
}

.testimonial_container {
	padding-right:31px;
}
.client_say_about_us .row {
	padding-top: 57px;
}
.client_say_about_us .testimonial .round_img,
.client_say_about_us .testimonial .client_info {
	float:left;
}
.client_say_about_us .testimonial .client_info {
	padding-left:44px;
}
.client_say_about_us .right_part {
	padding-left: 110px;
}
.client_say_about_us .left_part {
	padding-right: 100px;
}
.client_say_about_us .testimonial .client_sign {
	padding-top:17px;
}
.client_say_about_us .bottom_part {
	padding-top: 62px;
}
.feature-style-1 .testimonial .client_info ul li,
.client_say_about_us .testimonial .client_info ul li {
	display: inline-block;
}
.feature-style-1 .testimonial .client_info ul,
.client_say_about_us .testimonial .client_info ul {
	padding:13px 0 0 0;
}
.client_say_about_us .testimonial .client_info ul li a{
	display:block;
	width:21px;
	height:21px;
	margin-left: -3px;
}
.feature-style-1 .testimonial .client_info ul li a{
	display:block;
	width:21px;
	height:21px;
}
.feature-style-1 .company {
	padding-left:0px;
}
.feature-style-1 .company .nav li a {
	font-weight: 700;
	font-size: 18px;
	color: #323232;
	border: 1px solid #e9e9e9;
	border-radius: 0px;
}
.feature-style-1 .company .nav li a:focus,
.feature-style-1 .company .nav li.active a{
	color: #fff;
	background-color: #0982c9;
	border-color: transparent;
}
.feature-style-1 .company .tab-content ul li i {
	color:#233859;
	margin-right:12px;
}
.feature-style-1 .company .tab-content ul {
	display: inline-block;
}
.feature-style-1 .company .company-tab {
	/* margin-top:61px; */
}
.feature-style-1 .company .tab-content ul li a {
	font-family: 'Quicksand', sans-serif;
	font-size:0.875em;
	color: #6c6c6c;
}
.feature-style-1 .company .tab-content h3 {
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	font-size: 1.125em;
	color: #242424;
	padding-top: 20px;
	padding-bottom: 12px;
}
.feature-style-1 .company .tab-content p {
	color:#898989;
	padding-bottom: 0px;
}
.feature-style-1 .company .tab-content .list-two{
	padding-left:86px;
}
.feature-style-1 .company .tab-content ul li {
	margin-top: 0;
}
.feature-style-1 .signature-inner {
    margin-right: 50px;
}

.feature-style-1 .about-column{
	margin-bottom:30px;
}

.feature-style-1 .column .sec-title-two{
	margin-bottom:40px;
}

.feature-style-1 .content h3 {
	color: #232323;
	font-weight: 700;
}

.feature-style-1 .content ul {
	margin-bottom: 30px;
}

.feature-style-1 .column .inner .text{
	position:relative;
	margin-bottom:30px;
}

.feature-style-1 .column .inner .text p{
	position:relative;
	font-size:16px;
	margin-bottom:25px;
	line-height:1.6em;
	color:rgba(0,0,0,0.60);
}

.feature-style-1 .column .inner .text p:last-child{
	margin-bottom:0px;
}

.feature-style-1 .column .inner .author-info{
	position:relative;
	padding-left: 95px;
	padding-top: 13px;
	/* margin-bottom:50px; */
	min-height:76px;
}

.feature-style-1 .column .inner .author-info .signature{
	margin-bottom:20px;
}

.feature-style-1 .column .inner .author-info .img-thumb{
	position:absolute;
	left:0px;
	/*top:0px;*/
	width:60px;
	height:60px;
	
	
}

.feature-style-1 .column .inner .author-info .img-thumb img{
border-radius:100px !important;
	}

.feature-style-1 .column .inner .author-info h4{
	position:relative;
	color:#323131;
	font-size:20px;
	font-weight:400;
}

.feature-style-1 .column .inner .author-info .designation{
	position:relative;
	color:#a1a1a1;
	font-size:16px;
}

.nav-pills li a{
	font-size: 14px !important;
	font-weight: 600;
}

/*** 

====================================================================
	Tweets Section
====================================================================

***/

.tweets-section{
	position:relative;
	padding: 50px 0px;
	background-color:#f6f6f6;
	color:#111111;
	text-align:center;
}

.tweets-section.style-two{
	padding: 100px 0px;
	background-color:#ffffff;
}

.tweets-section .carousel-outer{
	position:relative;
	padding:0px 20px;
}

.tweets-section .slide{
	position:relative;
	max-width:900px;
	margin:0 auto;	
}

.tweets-section .slide .icon-box{
	position:relative;
	font-size:30px;
	color:#05d1d4;
	line-height:1em;
	margin-bottom:10px;
}

.tweets-section.style-two .slide .icon-box{
	font-size:54px;
	margin-bottom:20px;	
}

.tweets-section .slide .text{
	position:relative;
	line-height:1.8em;
	font-size:16px;
}

.tweets-section.style-two .slide .text{
	color:#111111;
	text-transform:uppercase;
	font-style:italic;
	font-size:13px;
	margin-bottom:20px;
}

.tweets-section .slide a{
	color:#05d1d4;	
}

.tweets-section .slide .info{
	position:relative;
	line-height:1.8em;
	font-size:13px;
	font-weight:300;
}

.tweets-section .owl-nav .owl-prev,
.tweets-section .owl-nav .owl-next{
	position:absolute;
	top:50%;
	margin-top:-20px;
	width:30px;
	height:50px;
	font-size:20px;
	line-height:50px;
	color:#999999;
	text-align:center;	
}

.tweets-section .owl-nav .owl-prev{
	left:-30px;	
}

.tweets-section .owl-nav .owl-next{
	right:-30px;	
}

.tweets-section.style-two .owl-nav .owl-prev{
	left:30px;
}

.tweets-section.style-two .owl-nav .owl-next{
	right:30px;	
}

.tweets-section.style-two .owl-nav .owl-prev:hover,
.tweets-section.style-two .owl-nav .owl-next:hover{
	color:#0982c9;	
}

.tweets-section .owl-dots{
	display:none;	
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position:relative;
	padding:100px 0px 50px;
}

.service-block-three{
	position:relative;
	margin-bottom:50px;
	text-align:center;	
}

.service-block-three .inner-box{
	position:relative;
	display:block;
	max-width:340px;
	margin:0 auto;	
}

.service-block-three .inner-box .icon-box{
	position:relative;
	line-height:1.4em;
	font-size:42px;
	color:#222222;
	margin:0px auto 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;	
}

.service-block-three:hover .inner-box .icon-box{
	color:#354d71;
}

.service-block-three .inner-box h3{
	position:relative;
	font-size:16px;
	color:#1c1c1c;
	font-weight:700;
	font-family:'Montserrat', sans-serif;
	text-transform:capitalize;
	padding-bottom:12px;
	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;
}

.service-block-three:hover .inner-box h3{
	position:relative;
	color:#354d71;
}

.service-block-three .inner-box h3:after{
	content:'';
	position:absolute;
	left:50%;
	margin-left:-13px;
	bottom:0px;
	width:26px;
	border-bottom:2px solid #aaaaaa;	
}

.service-block-three .inner-box .text{
	position:relative;
	line-height:1.9em;
	margin-bottom:15px;
}

.service-block-three .inner-box .read-more{
	color:#999;
	font-size:14px;
	text-transform:capitalize;
	font-weight:500;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.service-block-three .inner-box .read-more .fa{
	padding-left:5px;	
}

.service-block-three:hover .inner-box .read-more{
	color:#354d71;	
}

/*** 

====================================================================
	Fluid Section Two
====================================================================

***/

.fluid-section-two{
	position:relative;
	background:#fafafa;
	overflow:hidden;
}

.fluid-section-two .content-column{
	position:relative;
	float:left;
	width:25%;
}

.fluid-section-two .content-column .inner{
	position:relative;
	display:block;
	padding:120px 50px 20px;
}

.fluid-section-two .carousel-column{
	position:relative;
	float:left;
	width:75%;
}

.fluid-section-two .owl-prev,
.fluid-section-two .owl-next{
	position:absolute;
	top:50%;
	margin-top:-20px;
	width:40px;
	height:40px;
	line-height:40px;
	background:#ffffff;
	text-align:center;
	color:#222222;
	font-size:20px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.fluid-section-two .owl-prev:hover,
.fluid-section-two .owl-next:hover{
	background:#0982c9;
	color:#ffffff;
}

.fluid-section-two .owl-prev{
	left:0px;	
}

.fluid-section-two .owl-next{
	right:0px;	
}

/*** 

====================================================================
	Fluid Section Three
====================================================================

***/

.fluid-section-three{
	position:relative;
	background: #f7f7f7;
}

.fluid-section-three .left-column{
	position:relative;
	float:left;
	width:50%;
}

.fluid-section-three .left-column .inner{
	position:relative;
	width:100%;
	max-width:600px;
	float:right;
	color:#ffffff;
	padding: 90px 80px 70px 15px;
}
.fluid-section-three .right-column .inner{
	position:relative;
	width:100%;
	max-width:600px;
	float:left;
	color:#ffffff;
	padding: 90px 15px 70px 70px;
}

.fluid-section-three .right-column .inner .sec-title h2 {
	color: #fff;
}

.fluid-section-three .sec-title{
	margin-bottom:40px;	
}

.fluid-section-three .right-column{
	position:absolute;
	right:0px;
	top:0px;
	width:50%;
	height:100%;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.fluid-section-three .right-column:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(19, 29, 51, 0.95);
}

.fluid-section-three .right-column .image{
	position:relative;
	width:100%;
	display:none;	
}

.fluid-section-three .right-column .image img{
	position:relative;
	width:100%;
	display:block;	
}

/*Accordion Box*/

.accordion-box{
	position:relative;
}

.accordion-box .block{
	position:relative;
	margin-bottom: 24px;
}

.accordion-box .block:before{
	content:'';
	position:absolute;
	left:20px;
	top:32px;
	height:100%;
	border-right:1px dashed #d0d0d0;	
}

.accordion-box .block:last-child:before{
	display:none;	
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:16px;
	margin-bottom:0px;
	cursor:pointer;
	line-height:24px;
	font-family: 'Quicksand', sans-serif;
	text-transform:capitalize;
	font-weight:700;
	padding:10px 20px 10px 70px;
	overflow:hidden;
	color:#222222;
	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:1;
}

.accordion-box .block .acc-btn .icon-outer{
	position:absolute;
	display:block;
	left:0px;
	top:0px;
	width:42px;
	height:42px;
	font-weight:normal;
	text-align:center;
	color:#333333;
	background:#f0f0f0;
	border:1px solid #e5e5e5;
	border-radius:3px;
}

.accordion-box .block .acc-btn .icon-outer .icon{
	position:absolute;
	display:block;
	left:0px;
	top:50%;
	margin-top:-15px;
	width:100%;
	height:30px;
	line-height:30px;
	font-size:16px;
	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 .block .acc-btn.active .icon-outer{
	color:#ffffff;
	background:#0982c9;
}

.accordion-box .block .acc-btn.active .icon-outer .icon{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	transform:rotate(90deg);
}

.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:14px;
	color:#999;
	padding:0px 20px 0px 70px;	
}

.accordion-box.style-two .block .content{
	background:#fafafa;	
}

.accordion-box .block .content p{
	margin-bottom:15px;
	line-height:2em;	
}

.accordion-box .block .content p:last-child{
	margin-bottom:0px;	
}

/*** 

====================================================================
	Testimonials Style Three
====================================================================

***/

.testimonial-style-three{
	position:relative;
	padding: 120px 0px;
	background-color:#333333;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	color:#ffffff;
	text-align:center;
}

.testimonial-style-three:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.80);
}

.testimonial-style-three .carousel-outer{
	position:relative;
	z-index:1;
}

.testimonial-style-three .slide{
	position:relative;
	max-width:1000px;
	margin:0 auto;
}

.testimonial-style-three .slide .icon-box{
	position:relative;
	font-size:28px;
	color:#0982c9;
	line-height:1em;
	margin-bottom:25px;
}

.testimonial-style-three .slide .text{
	position:relative;
	line-height:2em;
	font-size:16px;
	margin-bottom:30px;
	font-style:italic;
}

.testimonial-style-three .author-info{
	position:relative;
	display:block;
	text-align:center;
}

.testimonial-style-three .author-info h4{
	font-size:18px;
	font-weight:700;
	text-transform:capitalize;
	font-family:'Montserrat', sans-serif;
	margin-bottom:0px;	
}

.testimonial-style-three .author-info .designation{
	color:#ffffff;
	line-height:1.8em;
	font-style:italic;
}

.testimonial-style-three .owl-prev,
.testimonial-style-three .owl-next{
	position:absolute;
	top:50%;
	margin-top:-20px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#ffffff;
	font-size:20px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.testimonial-style-three .owl-prev:hover,
.testimonial-style-three .owl-next:hover{
	color:#0982c9;
}

.testimonial-style-three .owl-prev{
	left:50px;	
}

.testimonial-style-three .owl-next{
	right:50px;	
}

.testimonial-style-two .owl-dots{
	position:relative;
	display:none;	
}

/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title{
	position:relative;
	padding:10px 0px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
}

.page-title:before{
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	position:absolute;
	/* background-color:rgba(0,0,0,0.9); */
	background-color: #f3efef;
}

.page-title .auto-container{
	position:relative;
	z-index:1;
}	

.page-title h1{
	position:relative;
	font-size:30px;
	font-weight:800;
	color:#ffffff;
	line-height:1.6em;
	text-transform:capitalize;
	margin-bottom:3px;
}

.page-title .bread-crumb-outer{
	position:relative;
	/* display:inline-block; */
	padding:0px 0px;
	font-family:'Montserrat', sans-serif;
}

.page-title .bread-crumb-outer .bread-crumb li{
	position:relative;
	float:left;
	margin-right:24px;
	color:#ffffff;
	/* line-height:24px; */
	line-height: 12px;
	text-transform:capitalize;
	font-size:14px;
}

.page-title .bread-crumb-outer .bread-crumb li:last-child{
	margin-right:0px;
}

.page-title .bread-crumb-outer .bread-crumb li:after{
	content:'/';
	position:absolute;
	right:-16px;
	width:10px;
	/* line-height:24px; */
	line-height: 14px;
	font-size:14px;
	/* color:#ffffff; */
	color:#0982c9;
}

.page-title .bread-crumb-outer .bread-crumb li:last-child:after{
	display:none;	
}

.page-title .bread-crumb-outer .bread-crumb li a{
	/* color:#ffffff; */
	color:#0982c9;
	text-transform:capitalize;
	font-weight:600;	
}

.page-title .bread-crumb-outer .bread-crumb li a:hover{
	color:#0982c9;	
}

.page-title .bread-crumb-outer .bread-crumb li.active{
	color:#0982c9;	
	font-weight: 600;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
	padding-top:20px;
}

.styled-pagination ul{
	position:relative;
	display:inline-block;	
}

.styled-pagination li{
	position:relative;
	display:block;
	float:left;
	margin:0px 8px 8px 0px;
}

.styled-pagination li a{
	position:relative;
	display:block;
	line-height:20px;
	padding:10px 10px;
	height:40px;
	font-size:14px;
	text-transform:uppercase;
	min-width:40px;
	background:#fff;
	color:#333333;
	font-weight:400;
	text-align:center;
	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:hover,
.styled-pagination li a.active{
	color:#ffffff;	
	border-color:#0982c9;
	background:#0982c9;
}

/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-section{
	position:relative;
}

.map-section .map-container{
	position:relative;
	z-index:10;	
}

.map-data{
	text-align:center;
	font-size:13px;
	font-weight:400;
	line-height:1.8em;
}

.map-canvas{
	position:relative;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section{
	position:relative;
	padding:30px 0px 20px;
}

.contact-section .map-box{
	position:relative;
	margin-bottom:50px;	
}

.contact-section .form-column{
	margin-bottom:10px;	
}

.contact-section h4{
	position:relative;
	font-size:20px;
	font-weight:700;
	color:#222222;
	margin-bottom:30px;
	font-family:'Montserrat', sans-serif;
}


.contact-section .text{
	font-size:14px;
	line-height:1.8em;
	margin-bottom:30px;
	margin-top:-5px;
}

.contact-section .contact-info{
	position:relative;	
}

.contact-section .contact-info li{
	position:relative;
	display:block;
	padding:4px 0px 4px 50px;
	line-height:24px;
	font-size:16px;
	margin-bottom:15px;
	color:#212121;
	min-height:32px;
	font-weight: 600;
}

.contact-section .contact-info li a{
	color:#212121;
	font-weight: 600;
}

.contact-section .contact-info li:hover{
	color:#333333;
}

.contact-section .contact-info li .icon-box{
	position:absolute;
	left:0px;
	top:0;
	text-align:center;
	width:32px;
	height:32px;
	line-height:28px;
	border:2px solid #0982c9;
	background:none;
	font-size:12px;
	color:#0982c9;
	border-radius:50%;
}

.contact-section .contact-info li:hover .icon-box{
	background:#0982c9;
	color:#ffffff;
}

.contact-section .default-form .form-group{
	margin-bottom:20px;	
}

.contact-section .default-form textarea{
	height: 120px;
}

.contact-section .default-form .theme-btn{
	text-transform:capitalize;
	margin-top:10px;
}

/*** 

====================================================================
	Gallery Detail
====================================================================

***/

.gallery-detail{
	position:relative;
	padding: 80px 0px 70px;
}

.gallery-detail .gallery-images{
	position:relative;
}

.gallery-detail .gallery-images .column .image{
	position:relative;
	margin-bottom:30px;
}

.gallery-detail .gallery-images .column .image img{
	width:100%;
	display:block;
}

.gallery-detail .gallery-des{
	position:relative;
}

.gallery-detail .gallery-des .post-pager{
	position:relative;
	margin-bottom:45px;
}

.gallery-detail .gallery-des .post-pager a{
	position:relative;
	font-size:13px;
	color:#333333;
	font-weight:700;
	border-radius:50px;
	padding:6px 43px;
	display:inline-block;
	border:2px solid #54be73;
	text-transform:uppercase;
	font-family: 'Merriweather Sans', sans-serif;
}

.gallery-detail .description-column{
	margin-bottom:50px;
}

.gallery-detail .description-column .text{
	position:relative;
}

.gallery-detail .description-column .text p{
	position:relative;
	color:#777777;
	font-size:16px;
	font-weight:400;
	margin-bottom:20px;
	line-height:1.6em;
}

.gallery-detail .description-column .text p:last-child{
	margin-bottom:0px;
}

/*gallery info box*/

.gallery-info-box{
	position:relative;
	border:1px solid #e5e5e5;
	margin-bottom:40px;
}

.gallery-info-box ul{
	position:relative;
}

.gallery-info-box ul li{
	position:relative;
	color:#333333;
	font-size:14px;
	font-weight:500;
	text-transform:uppercase;
	padding:19px 30px 15px;
	border-bottom:1px solid #e5e5e5;
}

.gallery-info-box ul li span{
	color:#777777;
	font-size:16px;
	font-weight:400;
	float:right;
	text-transform:capitalize;
	font-family: 'Hind Guntur', sans-serif;
}

.gallery-info-box ul li:last-child{
	border-bottom:0px;
}

.gallery-info-box ul .social-icon-two{
	float:right;
}

.gallery-info-box ul .social-icon-two li{
	padding:0px;
	border:0px;
}

.default-two-column{
	position:relative;
}

.default-two-column .default-text-column .text{
	position:relative;
	color:#777777;
	font-size:16px;
	font-weight:400;
	margin-bottom:20px;
	line-height:1.6em;
}

.social-icon-two li {
    position: relative;
    display: inline-block;
    margin: 0px 6px;
}

.video-image-box .image {
  position: relative;
}

.video-image-box img {
  display: block;
  width: 100%;
}

.video-image-box .image .overlay-link {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	display: flex;
	height: 100%;
	font-size: 50px;
	align-items: center;
	justify-content: center;
	color: #0982c9;
	text-align: center;
	background: rgba(0, 0, 0, 0.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;
	}

.video-image-box .image .overlay-link:hover {
  background: rgba(0, 0, 0, 0.30);
}

.video-image-box .image .overlay-link .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width: 58px;
  height: 41px;
  ;
  line-height: 43px;
  font-size: 60px;
  color: #42c0e5;
}


/*** 

====================================================================
	Sidebar Page
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:110px 0px 80px;
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side{
	margin-bottom:30px !important;	
}

.with-right-sidebar .content-side{
}

.with-left-sidebar .content-side{
	padding-left:65px;	
}

.sidebar{
	position:relative;
}



.with-left-sidebar .sidebar{
	margin-right:-35px;
}

.sidebar .sidebar-widget{
	position:relative;
	margin-bottom:50px;	
}

.sidebar .sidebar-widget .sidebar-title{
	position:relative;
	margin-bottom:20px;	
}

.sidebar-widget .sidebar-title h3{
	position:relative;
	font-size:14px;
	font-weight:700;
	color:#222222;
	text-transform:uppercase;
	padding-bottom:15px;
	margin-bottom:25px;
}

.sidebar-widget .sidebar-title h3:before{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:20px;
	border-bottom:3px solid #0982c9;	
}

.sidebar-widget .sidebar-title h3:after{
	content:'';
	position:absolute;
	left:22px;
	bottom:0px;
	width:20px;
	border-bottom:3px solid #0982c9;	
}

.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: 15px 40px 15px 20px;
	border: 1px solid #f4f4f4;
	background:#ffffff;
	color:#222222;
	display:block;
	font-size:14px;
	width:100%;
	height: 55px;
	border-radius:2px;
	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:#0982c9;	
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height: 55px;
	width: 50px;
	line-height: 55px;
	text-align:center;
	display:block;
	font-size:14px;
	color: #fff;
	background: #0982c9;
	font-weight:normal;
}

.sidebar .search-box .form-group input:focus + button,
.sidebar .search-box .form-group button:hover{
	color: #ffffff;
}

.sidebar .popular-posts .post{
	position:relative;
	font-size:15px;
	color:#696969;
	padding:0px 0px;
	padding-left:95px;
	min-height:95px;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #e9e9e9;
}

.sidebar .popular-posts .post:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}

.sidebar .popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:75px;
	 border-radius:50%;
}

.sidebar .popular-posts .post .post-thumb img{
	display:block;
	width:100%;
}

.sidebar .popular-posts .text{
	font-size:15px;
	line-height:1.5em;
	color:#222222;
	font-weight:500;
	margin:0px 0px 5px;
}

.sidebar .popular-posts .text a{
	color:#222222;
}

.sidebar .popular-posts .text a:hover{
	color:#0982c9;	
}

.sidebar .popular-posts .post-meta li{
	position:relative;
	display:inline-block;
	line-height:24px;
	font-size:13px;
	margin-right:10px;
}

.sidebar .popular-posts .post-meta li a{
	color:#777777;
	font-family: 'Quicksand', sans-serif;
}

.sidebar .popular-posts .post-meta li a i {
	color: #0982c9;
	margin-right: 5px;
}

.sidebar .popular-posts .post-meta li .fa{
	padding-right:3px;	
}

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding: 8px 22px;
	margin:0px 5px 10px 0px;
	border: 2px solid #f4f4f4;
	color:#999;
	background: #ffffff;
	text-align:center;
	font-size:14px;
	border-radius: 3px;
	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:#0982c9;
	border-color:#0982c9;
	color:#ffffff;	
}

.sidebar .list{
	position:relative;
}

.sidebar .list li{
	position:relative;
	line-height:24px;
	margin-bottom:5px;	
}

.sidebar .list li:last-child{
	border-bottom:none;	
}

.sidebar .list li a{
	position:relative;
	display:block;
	color:#999;
	font-size:14px;
	font-weight:400;
	line-height:26px;
	padding: 5px 0px 5px 15px;
	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 .list li a:before{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	left:0px;
	top:5px;
	display:block;
	line-height:26px;
	font-size: 14px;
	font-weight:normal;
	text-align:center;
	z-index:5;
}

.sidebar .list li a:hover{
	color:#0982c9;
}

.sidebar .service-list{
	position:relative;
}

.sidebar .service-list li{
	position:relative;
	line-height:24px;
	margin-bottom: 5px;
}

.sidebar .service-list li:last-child{
	border-bottom:none;	
}

.sidebar .service-list li a{
	position:relative;
	display:block;
	color: #232323;
	font-size:14px;
	background: #f7f7f7;
	font-family: 'Quicksand', sans-serif;
	font-weight:400;
	line-height: 30px;
	padding:10px 20px;
	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 .service-list li a:before{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:20px;
	top:10px;
	display:block;
	line-height:26px;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	z-index:5;
}

.sidebar .service-list li a:hover,
.sidebar .service-list li.current a{
	color:#0982c9;
}

.sidebar .service-list{
	position:relative;
}

.sidebar .download-list li{
	position:relative;
	margin-bottom:15px;	
}

.sidebar .download-list li a{
	position:relative;
	display:block;
	color: #ffffff;
	font-family: 'Quicksand', sans-serif;
	font-size:13px;
	text-transform:uppercase;
	font-weight:500;
	line-height:24px;
	padding:10px 15px;
	background: #0982c9;
	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 .download-list li a:hover{
	color:#222222;	
}

.sidebar .download-list li .fa{
	font-size:14px;
	padding-right:7px;	
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-bottom:70px;	
}

.sidebar-page-container .group-title{
	position:relative;
	margin-bottom:40px;
}

.team-details .group-title{
	position:relative;
	margin-bottom: 50px;
	text-align: left;
}

.sidebar-page-container .group-title h2{
	font-size:18px;
	text-transform:uppercase;
	color:#1c1c1c;
	font-family:'Montserrat', sans-serif;
	font-weight:700;
}
.sidebar-page-container .group-title h2:before{
	content:'';
	position:absolute;
	left:0px;
	bottom: -18px;
	width:20px;
	border-bottom:3px solid #0982c9;
}

.sidebar-page-container .group-title h2:after{
	content:'';
	position:absolute;
	left:22px;
	bottom: -18px;
	width:20px;
	border-bottom:3px solid #0982c9;
}
.comments-area .comment-box{
	position:relative;	
}

.comments-area .comment{
	position:relative;
	margin-bottom:35px;
	padding-bottom:30px;
	border-bottom:1px solid #e5e5e5;
}

.comments-area .comment-box .comment:last-child{
	padding-bottom:0px;
	border:none;	
}

.comments-area .comment .comment-content{
	position:relative;
	padding:0px;
}

.comments-area .reply-comment{
	margin-left:100px;	
}

.comments-area .comment .comment-inner{
	position:relative;
	padding-left:130px;
	min-height:110px;	
}

.comments-area .comment .author-thumb{
	position:absolute;
	left:0px;
	top:-1px;
	width:110px;
}

.comments-area .comment .author-thumb img{
	width:100%;
	display:block;
}

.comments-area .comment .comment-info{
	position:relative;
	top:2px;
	color:#777777;
	font-size:14px;
	font-weight:400;
	margin-bottom:7px;
}

.comments-area .comment .comment-info h4{
	position:relative;
	color:#222222;
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
	line-height:20px;
}

.comments-area .comment .text{
	line-height:1.9em;
	font-size:15px;
	text-align:justify;
}

.comments-area .comment .reply{
	position:absolute;
	right:0px;
	top:15px;
	color:#222222;
	font-size:14px;
	font-weight:500;
    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;
}

.comments-area .comment .reply .fa{
	font-style:normal;
	padding-right:5px;	
}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.comment-form .form-group .field-label{
	position:relative;
	display:block;
	font-size:14px;
	margin-bottom:7px;
	color:#696969;	
}

.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,
.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:20px;
	padding:10px 20px;
	color:#333333;
	border: 1px solid #f4f4f4;
	height: 52px;
	font-size:14px;
	background:#ffffff;
	border-radius:0px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	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:#0982c9;
}

.comment-form .form-group textarea{
	resize:none;
	height: 150px;
	margin-bottom:10px;
}

.comment-form button{
	position:relative;
	padding: 13px 30px;
}

/*** 

====================================================================
	Team Details Section
====================================================================

***/

.team-details{
	position:relative;
}

.team-details h3{
	position:relative;
	font-size:18px;
	font-weight:700;
	color:#222222;
	text-transform:uppercase;
	padding-bottom:15px;
	margin-bottom:25px;
	font-family:'Montserrat', sans-serif;
}

.team-details .related-project h3{
	margin-bottom:35px;	
}

.team-details h3:before{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:20px;
	border-bottom:3px solid #0982c9;	
}

.team-details h3:after{
	content:'';
	position:absolute;
	left:22px;
	bottom:0px;
	width:20px;
	border-bottom:3px solid #0982c9;	
}

.team-details .basic-details{
	position:relative;
	margin-bottom:20px;
}

.team-details .image-column,
.team-details .content-column{
	margin-bottom:30px;	
}

.team-details .image-column img{
	display:block;
	width:100%;	
}

.team-details .info{
	position:relative;
	margin-bottom:30px;	
}

.team-details .info h2{
	font-size:30px;
	color:#222222;
	font-weight:600;
	text-transform:capitalize;
	font-family:'Montserrat', sans-serif;
	line-height:1.4em;	
}

.team-details .info .designation{
	text-transform:capitalize;
}

.team-details .social-links{
	position:relative;
	margin-bottom:40px;	
}

.team-details .social-links li{
	position:relative;
	display:inline-block;
	margin-right:10px;	
}

.team-details .social-links li a{
	position:relative;
	display:block;
	width:32px;
	height:32px;
	font-size:13px;
	line-height:30px;
	text-align:center;
	color:#777777;
	border:1px solid #e0e0e0;
	border-radius:50%;
}

.team-details .social-links li a:hover{
	color:#1a3761;
	background:#0982c9;
	border-color:#0982c9;	
}

.team-details .info-list{
	position:relative;
	margin-bottom:30px;	
}

.team-details .info-list li{
	position:relative;
	line-height:24px;
	margin-bottom:10px;	
}

.team-details .info-list li .title{
	float:left;
	width:40%;
	padding-right:10px;
	font-size:14px;
	font-weight:700;
	color:#222222;
	text-transform:capitalize;	
}

.team-details .info-list li .desc{
	float:left;
	width:60%;	
}

.team-details .project-progress{
	position:relative;
	margin-bottom:30px;	
}

.team-details .project-progress .title{
	position:relative;
	font-size:15px;
	font-weight:700;
	color:#999;
	text-transform:capitalize;
	margin-bottom:10px;	
}

.team-details .project-progress .bar-outer{
	position:relative;
	height:16px;
	background:#dddfe1;
	line-height:16px;
	color:#ffffff;
	font-size:10px;
	font-weight:500;
	letter-spacing:1px;
	text-align:center;
}

.team-details .project-progress .bar-inner{
	position:relative;
	display:block;
	height:16px;
	background:#0982c9;
}

.team-details .content .text{
	margin-bottom:40px;
	line-height:1.9em;	
}

.team-details .content .text p{
	margin-bottom:20px;	
}

.skills-box .skill-column{
	position:relative;
	margin-bottom: 20px;
}

.skills-box .skill-column .skill-bar{
	position:relative;
	width:100%;
	height:10px;
	margin-bottom:5px;	
}

.skills-box .skill-column .skill-bar .bar-inner{
	position:relative;
	width:100%;
	overflow:hidden;
	height:6px;
	background:#ededed;
	border-radius:0px;
}

.skills-box .skill-column .skill-bar .bar-inner .bar{
	position:absolute;
	left:0px;
	top:0px;
	height:6px;
	width:0px;
	background: #0982c9;
	border-radius:0px;
	-webkit-transition:all 2000ms ease;
	-ms-transition:all 2000ms ease;
	-o-transition:all 2000ms ease;
	-moz-transition:all 2000ms ease;
	transition:all 2000ms ease;
}

.skills-box .skill-column .skill-header{
	position:relative;
	line-height:24px;
	text-transform:capitalize;
	font-weight:500;
	font-size:15px;
	color:#777777;
	margin-bottom:10px;
}

.skills-box .skill-column .skill-header .skill-title{
	position:relative;
	color:#222222;
	float:left;
}

.skills-box .skill-column .skill-header .skill-percentage{
	float:right;
}

.skills-box.style_2 .skill-column .skill-bar .bar-inner .bar {
    background: #0982c9;
}

.skills-box.style_2 .skill-column .skill-header .skill-percentage {
    color: #fff;
}

.skills-box.style_2 .skill-column .skill-header .skill-title {
    color: #fff;
}


/*** 

====================================================================
	Services Details Section
====================================================================

***/

.service-details{
	position:relative;
}

.service-details h3{
	position:relative;
	font-size:18px;
	font-weight:700;
	color:#222222;
	text-transform:uppercase;
	padding-bottom:15px;
	margin-bottom:25px;
	font-family:'Montserrat', sans-serif;
}

.service-details h3:before{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:20px;
	border-bottom:3px solid #0982c9;	
}

.service-details h3:after{
	content:'';
	position:absolute;
	left:22px;
	bottom:0px;
	width:20px;
	border-bottom:3px solid #0982c9;	
}

.service-details .big-image{
	position:relative;
	margin-bottom:30px;
}

.service-details .big-image img{
	display:block;
	width:100%;	
}

.service-details .content .content{
	position:relative;
	line-height:1.9em;	
}

.service-details .content p{
	margin-bottom:25px;	
}

.service-details blockquote{
	margin-bottom:25px;
	padding:40px 20px 30px 40px;
	color:#999;
	background: #f7f7f7;
	font-style:italic;
	font-size:15px;
	border:none;
	border-left: 2px solid #0982c9;
	line-height:2em;
}

.service-details blockquote .txt{
	position:relative;
	padding:0px 50px;
}

.service-details blockquote .txt:before{
	content: "";
	position:absolute;
	left:0px;
	top:0px;
	font-family:'Georgia',serif;
	font-style:normal;
	font-size:72px;
	color:#dddddd;
	line-height:1em;
}

.service-details .faqs{
	position:relative;
	padding-top:30px;	
}

.canvasjs-chart-credit{
	display:none;	
}

/*=============== Style switcher =============*/

.switcher .switch_btn button {
  width: 50px;
  height: 50px;
  border:none;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0px;
  background: #0982c9;
  color:#fff;
  font-size: 22px;
  display: none;
}
.switcher .switch_btn {
  position: absolute;
  right: -50px;
  z-index: -1;
  top: 116px;
}
.switcher {
  position: fixed;
  top:95px;
  left: -220px;
  z-index: 999999;
  transition: .9s ease;
  box-shadow: -3px 0px 50px -2px rgba(0,0,0,0.14);
}

.switcher.open {
	left: 0;
	transition: .9s ease;
}

.switcher .switch_menu {
  width: 220px;
  background: #fff;
  position: relative;
}


.switcher .switch_menu .switcher_container {
  width: 210px;
  margin: 0px auto 0px;
  padding-top: 18px;
}
.switcher .switch_menu h5.title {
  color:#fff;
  margin:0;
  line-height: 45px;
  background: #333;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.switcher .switch_menu .switcher_container h5 {
  text-align: center;
  color:#272727;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.switcher .switch_menu .switch_body .box {
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
  text-align: center;
  margin-top: 10px;
  margin-right: 5px;
}
.switcher .switch_menu .switch_body .box>div {
  width: 70px;
  height: 35px;
  /* background: #f4f4f4; */
  border:2px solid #eaeaea;
  /* border-right: 0; */
  /* border-left: 0; */
}
.switcher .switch_menu .switch_body .box>div>span {
  display: block;
  width: 66px;
  height:100%;
  margin:0 auto;
  background: #fff;
  border-left: 12px solid #eaeaea;
  border-right: 12px solid #eaeaea;
}
.switcher .switch_menu .switch_body .box p {
  font-size: 14px;
  color: #333;
  margin-top: 8px;
}
.switcher .switch_menu .switch_body {
  border-bottom:1px solid #f7f7f7;
  padding-bottom: 10px;
  text-align: center;
}
.switcher .switch_menu .switch_navigation {
  text-align: center;
  border-bottom:1px solid #f7f7f7;
  padding-bottom: 10px;
  margin-top: 0px;
}
.switcher .switch_menu .switch_navigation p,
.switcher .switch_menu .switch_navigation p,
.switcher .switch_menu .switch_navigation .onoffswitch {
  display: inline-block;
  margin-left:5px;

}
.switcher .switch_menu .switch_navigation p,
.switcher .switch_menu .switch_navigation p {
  vertical-align: top;
  font-size: 14px;
  margin-top:12px;
  color: #333;
}

.onoffswitch {
    position: relative;
    width: 80px;
    margin-top: 8px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 32px;
    padding: 0;
    line-height: 32px;
    border-radius: 42px;
    background-color: #0982c9;
    transition: background-color 0.3s ease-in;
}
.onoffswitch-label:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    margin: 0px;
    background: #FFFFFF;
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 46px;
    border-radius: 43px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #0982c9;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #0982c9;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  left: 1px; 
}
.switcher .box_bg h5 {
  font-size: 20px;
}
.switcher .box_bg {
  text-align: center;
  margin-top: 15px;
  padding-bottom: 27px;
  padding-top:1px;
  border-bottom:1px solid #f7f7f7;
  margin-bottom: 12px;
}
.switcher .box_bg .layout_bg {
  width:63px;
  height:63px;
  border:2px solid #eaeaea;
  display: inline-block;
  cursor: pointer;
  margin-right:2px;
  margin-top: 5px;
}
.switcher .box_bg .layout_bg:last-child {
  margin-right:0;
}
.switcher .box_bg .bg1 {
  background: url(/images/home/bg1.html) no-repeat center;
}
.switcher .box_bg .bg2 {
  background: url(/images/home/bg2.html) no-repeat center;
}
.switcher .box_bg .bg3 {
  background: url(/images/home/bg3.html) no-repeat center;
}
.switcher .box_bg .bg4 {
  background: url(/images/home/bg4.html) no-repeat center;
}
.switcher #styleOptions {
  padding: 7px 0 13px;
  text-align: center;
}
.switcher #styleOptions li {
  display: inline-block;
  width:40px;
  height:40px;
  margin-right:2px;
}
.switcher #styleOptions li:last-child {
  margin-right:0;
}
.switcher #styleOptions li a {
  display: block;
  width:100%;
  height:100%;
}
.switcher #styleOptions li a.color2 {
  background: url(../images/home/color1.jpg) no-repeat center;
}
.switcher #styleOptions li a.color3 {
  background: url(../images/home/color2.jpg) no-repeat center;
}
.switcher #styleOptions li a.color4 {
  background: url(../images/home/color3.jpg) no-repeat center;
}
.switcher #styleOptions li a.color5 {
  background: url(../images/home/color4.jpg) no-repeat center;
}
.switcher #styleOptions li a.color6 {
  background: url(../images/home/color5.html) no-repeat center;
}
.switcher #styleOptions li a.color7 {
  background: url(../images/home/color6.html) no-repeat center;
}
.switcher .switch_menu>p {
  font-family: 'Alegreya', serif;
  font-weight: 700;
  font-size: 15px;
  background: #0982c9;
  color:#fff;
  padding: 18px 18px 20px 18px;
}


/*=================== Box-Layout  ======================*/
.home_boxed {
  background: url(../images/home/bg1.html) repeat;
  background-attachment: fixed;
  background: #e6e6e6;
}
.home_boxed .body_wrapper {
  width:1300px;
  margin:0 auto;
  background: #fff;
  overflow-x:hidden;
}
.home_boxed.bg1 {
  background: url(../images/home/bg1.html) repeat;
}
.home_boxed.bg2 {
  background: url(../images/home/bg2.html) repeat;
}
.home_boxed.bg3 {
  background: url(../images/home/bg3.html) repeat;
}
.home_boxed.bg4 {
  background: url(../images/home/bg4.html) repeat;
}
.home_boxed .banner .tp-leftarrow {
  left:-10px !important;
}






/*effect*/
.default-portfolio-item {
	position: relative;
}


/* Common style */
.default-portfolio-item figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	height: auto;
	background: #fff;
	text-align: center;
	cursor: pointer;
}

.default-portfolio-item figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
}

.default-portfolio-item figure figcaption {
	padding: 20px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.default-portfolio-item figure figcaption::before,
.default-portfolio-item figure figcaption::after {
	pointer-events: none;
}

.default-portfolio-item figure figcaption,
.default-portfolio-item figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.default-portfolio-item figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.default-portfolio-item figure h2 {
	font-weight: 300;
}

.default-portfolio-item figure h2 span {
	font-weight: 800;
}

.default-portfolio-item figure h2,
.default-portfolio-item figure p {
	margin: 0;
}

.default-portfolio-item figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}




/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.75s;
}

figure.effect-bubba:hover img {
	/* opacity: 0.4; */
}

figure.effect-bubba img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.75s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	width: 100%;
}

figure.effect-bubba:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}



figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.75s, -webkit-transform 0.35s;
	transition: opacity 0.75s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 2px solid #0982c9;
	border-bottom: 2px solid #0982c9;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	/* background: rgba(0, 0, 0, 0.38); */
}

figure.effect-bubba figcaption::after {
	border-right: 2px solid #0982c9;
	border-left: 2px solid #0982c9;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	padding: 8px 2.5em 20px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}


.gallery-section figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


.gallery-section figure.effect-julia img {
    height: auto;
    width: 100%;
}

.gallery-section .default-portfolio-item figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    width: 100%;
    height: auto;
    background: #000;
    text-align: center;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.gallery-section figure.effect-bubba h2 {
    padding-top: 20px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    -webkit-transition: .7s;
    transition: .7s;
}

.gallery-section figure.effect-bubba p {
    font-size: 16px;
    text-transform: lowercase;
    padding: 0 15px;
}

.gallery-section figure.effect-bubba p strong {
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 5px;
}

.gallery-section .item:hover figure.effect-bubba h2 {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: .7s;
    transition: .7s;
}




/**/
.desktop_banner{

}

.ph_banner{
	display: none;
}
/**/




/*** 

====================================================================
	Services Style One
====================================================================

***/

.services-style-one{
	position:relative;
	padding: 10px 0px 25px 0px;
	background: #f7f7f7;
}

.services-style-one:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
}

.services-style-one.default-style-two:before{
	display:none;
}

.service-block2{
	position:relative;
	margin-bottom:30px;
}
.service-block2 {
  position: relative;
  display: inline-block;
}

.service-block2 .inner-box{
	position:relative;
	overflow:hidden;
}

.service-block2 .inner-box .image-box{
	position:relative;
}

.service-block2 .inner-box .content {
    background: #fff;
    padding: 0px 9px 9px;
    border-bottom: 3px solid #0982c9;
}

.service-block2 .inner-box .content a{
	text-transform: capitalize;
	font-weight: 700;
}

.service-block2 .inner-box .content h4 {
	color: #232323;
	font-weight: 800;
	margin: 0px 0 0px;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	font-size: 17px;
	padding-top: 10px;
	
}
.service-block2 .inner-box .content p{
	font-size: 15px;
	color: #585757;
	font-weight: 600;
}

.service-block2 .inner-box .content h4:hover {
	color: #0982c9;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	
}


.products_overlay_img_box{
	position: absolute;
	right: 0;
	bottom: 0;
	mix-blend-mode: multiply;
}

.products_overlay_img_box img{
	width: 200px;
}

/*** 

====================================================================
	Call To Action
====================================================================

***/

.call-to-action{
	position:relative;
	padding: 14px 0px 5px;
	background: #0982c9;
}

.call-to-action .column{
	position:relative;
	/*margin-bottom:30px;*/
	margin-bottom:10px;
}

.call-to-action .column .text{
	position:relative;
	color:#ffffff;
	font-size: 19px;
	font-weight: 700;
	/*margin-top:12px;*/
	margin-top:3px;
}

.call-to-action .btn-style-two:hover {
	background-color: #fff;
	border-color: #fff;
	color: #0982c9;
}

/*** 

====================================================================
	Products Section style
====================================================================

***/

.products-section{
	position:relative;
	background:#ffffff;
	padding:5px 0px 0px;
}

.products-section .row{
	margin: 0px -10px;
}

.products-section .shop-upper-box{
	position:relative;
	margin-bottom:50px;
	color:#272727;
}

.products-section .shop-upper-box .items-label{
	position:relative;
	padding:6px 0px;
	line-height:30px;
	color:#1c1c1c;	
}

.products-section .shop-upper-box .sort-by select{
	position:relative;
	display:inline-block;
	margin-left:10px;
	line-height:24px;
	padding:8px 20px;
	height:50px;
	width:260px;
	color: #777777;
	cursor:pointer;
	border:1px solid #f8f8f8;
	background:#f8f8f8 url(../images/icons/icon-select.png) right center no-repeat;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;	
}

.products-section .shop-upper-box .sort-by select option{
	text-indent:10px;
}

.rangeslider-widget .val-box{
	position:relative;
	display:inline-block;
	margin:7px 5px 7px 0px;
	line-height:24px;
	font-size:14px;
	border:1px solid #dadada;
	padding:8px 10px;
	width:70px;
	text-align:center;
}

.rangeslider-widget button{
	position:relative;
	display:inline-block;
	line-height:24px;
	border: 1px solid #0982c9;
	padding:8px 25px;
	background: #0982c9;
	color:#ffffff;
	font-weight:800;
	border-radius:3px;
	margin-top: 5px;
	float: right;
}

.rangeslider-widget .noUi-connect{
	background: #f8f8f8 !important;
}

.rangeslider-widget .noUi-background{
	background:#f8f8f8 !important;
	border: 0px;
}

.rangeslider-widget .noUi-handle{
	background: #ffffff !important;
	border-radius:50% !important;
	box-shadow:none;
	border: 4px solid #0982c9;
	cursor:pointer;
}

.rangeslider-widget .form-group{
	margin-bottom:0px;	
}

.sidebar .best-sellers .item{
	position:relative;
	font-size:16px;
	margin-bottom:20px;
	min-height:88px;
	padding:7px 0px 12px 120px;
	color:#cccccc;
}

.sidebar .best-sellers .item .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:88px;
	height:88px;
}

.sidebar .best-sellers .item .post-thumb img{
	width:100%;
	display:block;
}

.sidebar .best-sellers .item h4{
	font-size:14px;
	font-weight:700;
	margin:0px 0px 4px;
	line-height:1.4em;
	color:#1c1c1c;
}

.sidebar .best-sellers .item h4 a{
	color:#272727;
	transition: .5s ease;
}

.sidebar .best-sellers .item a:hover,
.sidebar .best-sellers .item a:hover{
	color:#0982c9;	
}

.sidebar .best-sellers .item .rating{
	font-size:12px;
	color: #0982c9;
	letter-spacing:0px;
}

.sidebar .best-sellers .item .item-price{
	font-size:16px;
	color:#777777;
	font-family: 'Quicksand', sans-serif;
}

.sidebar .best-sellers .item .item-price .strike-through{
	color:#9e9e9e;
	padding-left:10px;	
}

/*default-shop-item*/

.default-shop-item{
	position:relative;
	margin-bottom:40px;
}

.default-shop-item .inner-box{
	position:relative;
}
.default-shop-item .inner-box .image-box {
    position: relative;
}
.default-shop-item .inner-box .image-box img{
	width:100%;
	display:block;
}

.default-shop-item .inner-box .image-box .overlay-box{
	position:absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	width:100%;
	height: 0%;
	display: block;
	background: rgba(0, 0, 0, 0.63);
	opacity: 0;
	transition: .7s ease;
}

.default-shop-item .inner-box:hover .image-box .overlay-box{
	opacity: 1;
	height: 100%;
	transition: .7s ease;
}

.default-shop-item .inner-box .image-box .overlay-box .cart-btn{
	position: relative;
	margin-top:50%;
	padding:10px 22px;
	display: inline-block;
	color: #ffffff;
	font-size: 14px;
	border-radius: 2px;
	background-color: #0982c9;
	text-transform: uppercase;
	font-weight:800;
}

.default-shop-item .inner-box .image-box .item-sale-tag{
	position:absolute;
	right:20px;
	top:20px;
	line-height:18px;
	padding:4px 10px 2px;
	text-align:center;
	color:#ffffff;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	background:#0982c9;
	min-width:50px;
}

.default-shop-item .inner-box .lower-content{
	position:relative;
	padding-top:15px;
	padding-bottom: 25px;
	padding-left: 15px;
	text-align:left;
	border: 1px solid #f1f1f1;
	border-top: 0;
}

.default-shop-item .inner-box .lower-content h3{
	position:relative;
	color:#1c1c1c;
	font-size:14px;
	font-weight:700;
}

.default-shop-item .inner-box .lower-content h3 a{
	position:relative;
	color:#1c1c1c;
	transition: .5s ease;
}

.default-shop-item .inner-box .lower-content .rating{
	position: absolute;
	right: 15px;
	top: 10px;
}

.default-shop-item .inner-box .lower-content h3 a:hover{
	color:#0982c9;	
}

.default-shop-item .inner-box .lower-content .rating .fa{
	position:relative;
	color: #ffc000;
	display: inline-block;
	margin-right: 1px;
	font-size: 13px;
}

.default-shop-item .inner-box .lower-content .price{
	color:#777777;
	font-size:16px;
	line-height:24px;
	font-family: 'Quicksand', sans-serif;
	margin-top: 6px;
}

/*** 

====================================================================
	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{
	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:25px;	
}

.product-details .basic-details .details-header h4{
	font-size:18px;
	font-weight:700;
	margin:0px 0px;
	line-height:1.4em;
	color:#222222;
	margin-bottom:5px;
}

.product-details .basic-details .details-header h4 a{
	color:#333333;	
}

.product-details .basic-details .details-header .item-price{
	font-size:18px;
	font-weight:700;
	color:#0982c9;
	font-family: 'Quicksand', sans-serif;
	line-height:24px;
	letter-spacing:1px;
	margin-top: 20px;
}

.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:20px;
	color:#777777;
	font-size: 14px;
	line-height: 26px;
}

.product-details .basic-details .stock{
	color: #1c1c1c;
	font-size: 14px;
	margin-bottom: 20px;
}

.product-details .basic-details .item-meta{
	margin:0px 0px 0px;
}

.product-details .basic-details .item-meta li{
	margin-bottom:0px;
	line-height:24px;
	font-weight:400;
	color:#1c1c1c;
	font-size:14px;		
}

.product-details .basic-details .item-meta a{
	position:relative;
	color:#0982c9;
	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:#f7542b;
	font-weight:600;
	text-transform:uppercase;
}

.product-details .basic-details .item-quantity{
	position:relative;
	float:left;
	width:70px;
	margin-bottom:25px;
	margin-right:40px;	
}

.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,
.checkout-page input.quantity-spinner{
	line-height:24px;
	padding:10px 15px !important;
	height:50px !important;
	box-shadow:none !important;	
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn,
.checkout-page .bootstrap-touchspin .input-group-btn-vertical > .btn{
	padding:12px 10px;
	background:#f4f5f6;	
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i,
.checkout-page .bootstrap-touchspin .input-group-btn-vertical i{
	top:6px;	
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.product-info-tabs{
	position:relative;
	margin-bottom:32px;
}

.prod-tabs{
	position:relative;
}

.prod-tabs .tab-btns{
	position:relative;
	z-index:1;
	border-bottom: 1px solid #dddddd;
}

.prod-tabs .tab-btns .tab-btn{
	position:relative;
	display:inline-block;
	font-size:14px;
	color:#1c1c1c;
	font-weight:700;
	padding:10px 0px;
	line-height:24px;
	margin-right: 40px;
	text-transform:uppercase;
}

.prod-tabs .tab-btns .tab-btn.active-btn{
	color:#0982c9;
	top: 1px;
	border-bottom: 1px solid #0982c9;
}

.prod-tabs .tabs-container{
	position:relative;
	padding-bottom: 18px;
	border-bottom: 1px solid #dddddd;
}

.prod-tabs .tabs-container .tab{
	position:relative;
	padding:22px 0px 0px;
	display:none;
}

.prod-tabs .tabs-container .tab.active-tab{
	display:block;	
}

.prod-tabs .tabs-container .tab .content p{
	color: #777777;
	font-size: 14px;
	margin-bottom: 20px;
}

.prod-tabs .tabs-container .tab .content p:last-child{
	margin-bottom: 0px;
}

.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:700;
	color:#1c1c1c;
	margin-bottom:15px;
	text-transform:uppercase;
}

.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:3px;
}

.prod-tabs .reviews-container .rev-thumb img{
	display:block;
	width:80px;
	height:80px;
	border-radius:3px;	
}

.prod-tabs .reviews-container .rev-content{
	position:relative;
	padding:15px;
	border:1px solid #e0e0e0;
	background:#ffffff;	
}

.prod-tabs .reviews-container .rating{
	color:#0982c9;
	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:#0982c9;	
}

.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{
	position:relative;	
}

.related-products .row{
	margin: 0px -10px;
}

.related-products .normal-title{
	margin-bottom:32px;	
}

.related-products .normal-title h3{
	font-size:16px;
	font-weight:700;
	color:#000000;
	text-transform:uppercase;	
}

/*** 

====================================================================
	Cart Section style
====================================================================

***/

.cart-section{
	position:relative;
	padding:120px 0px;
}

.cart-outer{
	position:relative;	
}

.checkout-page .cart-outer{
	margin-bottom:30px;	
}

.cart-outer .table-outer{
	position:relative;
	width:100%;
	overflow-x:	auto;
	background-color: #fafafa;
}

.cart-outer .cart-table{
	width:100%;
	min-width:900px;	
}

.cart-table .cart-header{
	position:relative;
	width:100%;
	text-transform:capitalize;
	font-size:16px;
	border-radius:7px;
	background:#fafafa;
	color:#000000;
	border-bottom: 1px solid #eeeeee;
}

.cart-table thead tr th{
	line-height:24px;
	padding:25px 10px;
	min-width:120px;
	font-weight:400;
}

.cart-table thead tr th .fa{
	font-size:18px;
	padding:0px 20px 0px 20px;	
}

.cart-table thead tr th.prod-column{
	text-align:left;
}

.cart-table tbody tr td{
	line-height:24px;
	padding:30px 10px 20px;
	min-width:100px;
	font-family: 'Quicksand', sans-serif;
}

.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:100px;
	padding-top:35px;
	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:#000000;
	font-weight:400;
	margin-bottom:5px;	
}

.cart-table tbody tr .sub-total{
	font-weight:400;
	color:#000000;	
}

.cart-table tbody tr .remove-btn{
	position:relative;
	font-size:14px;
	color:#aaaaaa;
	line-height:100px;
	float: left;
	-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;
	padding:0px 20px;
	font-size:14px;
	line-height:30px;
}

.cart-table tbody tr .remove-btn:hover{
	color:#0982c9;
}

.cart-table tbody tr{
	border-bottom:1px solid #e9e9e9;	
}

.cart-table tbody tr td{
	vertical-align:middle;	
}

.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-options{
	position:relative;
	padding:28px 20px 0px;
	margin-bottom:50px;
	background-color: #fafafa;
}

.apply-coupon{
	position:relative;
}

.apply-coupon .form-group{
	position:relative;
	float:left;
}

.cart-options button{
	margin-left: 15px;
	margin-bottom:15px;
}

.apply-coupon .form-group input[type="text"]{
	display:block;
	line-height:30px;
	padding:9px 10px;
	border:1px solid #eeeeee;
	border-radius:3px;
	width:360px;
	background:#f4f4f4;	
}

.cart-section h3{
	font-size:18px;
	font-weight:700;
	color:#1c1c1c;
	margin-bottom:14px;	
}

.cart-section .totals-table{
	position:relative;
	margin-bottom:20px;
}

.cart-section .totals-table li{
	line-height:24px;
	padding:12px 0px;
	border-bottom:1px solid #eeeeee;	
}

.cart-section .totals-table li.title .col{
	color: #777777;
	font-size: 14px;
}

.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%;
	color: #1c1c1c;
	font-weight: 500;
	font-family: 'Quicksand', sans-serif;
}

.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:#f7f7f7;
	color:#1c1c1c;
	font-size:14px;
}

.checkout-page .default-links li a{
	color:#0982c9;	
}

.checkout-page .billing-details{
	position:relative;
	margin-bottom:15px;	
}

.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:14px;
	cursor:pointer;
	color: #222222;
}

.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:400 !important;
	text-transform:capitalize;
	letter-spacing:1px;
	color:#222222;
	font-size: 14px;
	line-height:28px;
	cursor:pointer;
}

.checkout-page .payment-options li .radio-option label strong{
	font-weight:600;	
}

.checkout-page .payment-options li .radio-option input[type="radio"]{
	position:absolute;
	left:0px;
	top:3px;	
}

.checkout-page .payment-options li .radio-option label .small-text{
	display:block;
	padding-top:5px;
	letter-spacing:0px;
	text-transform:none;
	font-weight:normal;
	font-size:13px;
	color:#777777;
	line-height:20px;
}

.checkout-page .payment-options li .radio-option label img{
	position:relative;
	top:-3px;
	display:inline-block;
	max-width:100%;
	padding-left:30px;	
}

.checkout-page .place-order .theme-btn{
	padding:11px 38px;
}

.default-title{
	position:relative;
	margin-bottom:16px;
	padding-bottom:14px;	
}

.default-title h2{
	font-size:16px;
	font-weight:700;
	color:#1c1c1c;
	text-transform:uppercase;	
}

.shop-form{
	position:relative;	
}

.shop-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.billing-details .shop-form .form-group{
	margin-bottom:22px;
}

.shop-form .form-group .field-label{
	display:block;
	line-height:24px;
	margin-bottom:10px;
	text-transform:capitalize;
	color:#222222;	
}

.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:#fafafa;
	line-height:26px;
	padding:11px 15px;
	height:50px;
	border:1px solid #eeeeee;
	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:#fafafa 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:140px !important;	
}

.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus{
	border-color:#0982c9;	
}

/*** 

====================================================================
	FAQ's style
====================================================================

***/

.faq-section {
	padding: 100px 0px;
	background: #f7f7f7;
}



/*** 

====================================================================
	Error Section
====================================================================

 ***/

.error-section{
	position: relative;
	text-align: center;
	padding: 50px 0px 50px;
}

.error-section h3{
	position: relative;
	color: #1c1c1c;
	font-size: 32px;
	line-height: 1.4em;
	text-transform: uppercase;
	font-weight:800;
}

.error-section h3 span {
    font-size: 200px;
    line-height: 250px;
    font-family: "Montserat", sans-serif;
}

.error-section .text{
	position: relative;
	font-size: 14px;
	color: #777777;
	margin-top: 15px;
	line-height: 1.8em;
}

.error-section .text a{
	color: #3598db;
}

.error-section .search-website{
	position:relative;
	max-width:560px;
	margin:0 auto 40px;
	margin-top: 40px;
}

.error-section .search-website .form-group{
	position:relative;
	margin-bottom:0px;
	text-align:left;
}

.error-section .search-website .form-group input[type="text"],
.error-section .search-website .form-group input[type="search"],
.error-section .search-website .form-group textarea{
	position:relative;
	display:block;
	max-width:400px;
	width: 100%;
	line-height:26px;
	padding:10px 15px;
	background:#f4f4f4;
	border:1px solid #f4f4f4;
	height:48px;
	border-radius:3px;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;	
}

.error-section .search-website .form-group input[type="text"]:focus,
.error-section .search-website .form-group input[type="search"]:focus,
.error-section .search-website .form-group textarea:focus{
	border-color: #0982c9;
}

.error-section .search-website .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	display:block;
	width:150px;
	height:46px;
	text-align:center;
	margin:0px;
	padding:11px 30px;
	line-height:24px;
	font-size:14px;
	text-transform:uppercase;
	background: #0982c9;
	color:#ffffff;
	font-weight:800;
	border-radius:2px;
}

.error-section .search-website .form-group button:hover,
.error-section .search-website .form-group input:focus + button{
	background: #0982c9;
	color:#ffffff;
}




/*** 

====================================================================
	Testimonials Section
====================================================================

 ***/


.testimonial {
  position: relative;
  padding: 80px 0px 30px;
}

.testimonial-item {
  margin-bottom: 50px;
}
.testimonial .testimonial-item .content {
  padding-left: 60px;
  padding-top: 37px;
  padding-bottom: 30px;
  background: #f7f7f7;
  border: 1px solid #efefef;
  position: relative;
  margin-left: 20px;
}

.testimonial .testimonial-item .content span {
  position: absolute;
  width: 50px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  top: 40px;
  left: -18px;
  background: #0982c9;
  color: #fff;
}
.testimonial .testimonial-item .content span:after {
    position: absolute;
    content: '';
    border-bottom: 9px solid #00a6d7;
    border-right: 9px solid #00a6d7;
    border-left: 9px solid transparent;
    border-top: 9px solid transparent;
    bottom: 100%;
    left: 0;
}
.testimonial .testimonial-item .rating {
	color: #0982c9;
}
.testimonial .testimonial-item .author {
  position: relative;
  margin-left: 20px;
  margin-top: 20px;
}
.testimonial .testimonial-item .author li {
  vertical-align: middle;
}
.testimonial .testimonial-item .author li img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
.testimonial .testimonial-item .author h5 {
  font-size: 16px;
}
.testimonial .testimonial-item .author p {
  color: #000;
}

/*** 

====================================================================
  subscribe Section
====================================================================

***/


.subscribe {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
  background: #f7f7f7;
}


.subscribe-form input {
    position: relative;
    width: 79%;
    display: inline-block;
    margin-right: 6px;
    padding: 6px 15px 6px;
    border: 1px solid #f4f4f4;
}

.subscribe .thm-btn {
  width: 20%;
}

.subscribe-form {
  position: relative;
}

.subscribe-form span {
  position: absolute;
  left: 15px;top: 15px;
  color: #ff5722;
  font-size: 20px;
}




.hover-style1{
    display: block;
    position: relative;
}

.hover-style1-img{
	margin-bottom: 0px;
}

.hover-style1-img img {
    width: 100%;
}
.hover-style1 > .hover-style1-img::before {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0px;
    content: "";
    left: 0px;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    transition: all 0.4s ease-in-out 0s;
}
.hover-style1:hover .hover-style1-img::before {
    opacity: 0.8;
}
.hover-style1-img {
    position: relative;
}
.hover-style1-view a {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    border-radius: 50%;
    color: #000;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    opacity: 0;
    position: absolute;
    text-align: center;
    transform: translateX(-50%) translateY(-50%) scale(0.6);
    transition: all 0.4s ease 0s;
    width: 60px;
}
.hover-style1-view a:hover {
    background: rgba(255, 255, 255, .8) none repeat scroll 0 0;
    color: #000;
}
.hover-style1:hover .hover-style1-view a {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}
.hover-style1-view {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
}
.hover-style1:hover .hover-style1-view {
    opacity: 1;
}
.hover-style1-title {
    bottom: 20px;
    left: 20px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    z-index: 2;
}
.hover-style1:hover .hover-style1-title {
    opacity: 1;
}
.title-style-1 h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s;
}
.title-style-1 h3 a {
	color: #fff;
}
.hover-style1:hover .title-style-1 h3,
.hover-style1:hover .title-style-1 span {
    transform: translateX(0px);
}
.title-style-1 span {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    transform: translateY(15px);
    transition: all 0.4s ease-in-out 0s;
    text-transform: capitalize;
}
.view-more > a {
    background-color: #333;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 25px;
    padding: 10px 20px;
    text-transform: uppercase;
}
.view-more > a i {
    padding-left: 5px;
}
.view-more > a:hover::before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


/**/
.bottom_section_custom{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #F7F7F7;
}

.left_side_btm_box .fa{
	background-color:#0982c9;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 100%;
	color: white;
	font-size: 20px;
	border:1px dotted gray;

}

.left_side_btm_box .media-heading{
	color: rgba(0,0,0,.8);
	font-weight: 600;
	font-size: 17px;
}

.left_side_btm_box .media-heading small{
	color: #0982c9;
	font-weight: 500;
}

.left_side_btm_box .media-body p{
	font-size: 15px;
	color: #323232;
	text-align: justify;
	font-weight: 600;
}


.left_side_btm_box .media{
	margin-top: 30px;
}

/**/


/**/

.our_team_row{
	text-align: center;
	margin-top: 40px;
}

.our_team_img_box p{
	text-align: center;
	margin: auto;
	margin-bottom: 50px;
	margin-top: 10px;
	color: 

}

.our_team_img_box img{
	width: 80px;
	
	text-align: center;
	margin: auto;
}
/**/

/**/
.service_img_high {
	 height: 300px;
	 object-fit: contain;
}
/**/


/**/

.services_pool_section_txt{
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #F0F0F0;
}


.service_top_txt h4{
  color: #212121;
  font-size: 23px;
  font-weight: 800;
}

.service_top_txt p{
  text-align: justify;
  font-size: 15px;
  line-height: 28px;
  color: gray;
  font-weight: 600;
}

.img_section_services{
  padding-top: 110px;
  padding-bottom: 50px;
}

.img_section_services .row{
    margin-bottom: 60px;

}
.services_img_boxs{
  text-align: center;
  margin-top: 13px;
}

.service_img_txt_box h4{
color: #44BAEB;
text-transform: capitalize;
font-weight: 700;
font-size: 25px;
}

.service_img_txt_box h4 span{
color: rgba(0,0,0,.7);
text-transform: capitalize;
font-weight: bold !important;
font-weight: 700;
}
.service_img_txt_box p{
  text-align: justify;
  line-height: 28px;
  font-size: 15px;
  color: gray;
  font-weight: 600;
}

/**/

/**/

.fountion_section_page{
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #F0F0F0;
  }

  .founatin_head_ti h3{
    padding-bottom: 10px;
    color:#0982c9;
    text-transform: capitalize;
	font-weight: 900;
  }

  .fountain_txt_div p{
  text-align: justify;
  font-size: 15px;
  line-height: 28px;
  color: gray;
  font-weight: 600;
}

.fountain_img_section{
  margin-top: 25px;
  margin-bottom: 25px;
}

.fountain_img_box{
    margin-bottom: 25px;
    background-color: #F0F0F0;
    width: 100%;
    transition: .5s ease-in-out;
	padding:8px;
	border:2px solid #0982c9;
	border-radius: 9px;
}

.fountain_img_box img{
  width: 100%;
  height:200px;
  transition: .5s ease-in-out;
  object-fit: cover;
  border-radius: 7px;
}


.fountain_img_box:hover img{
  width: 100%;
  height:200px;
  transition: .5s ease-in-out;
  filter: grayscale(100%);
}

.fountain_img_box h5{
  /* color:#212121;
  text-transform: uppercase; */
  color:#0982c9;
  text-align: center;
  font-size: 17px; 
  line-height: 26px;
  padding-top: 8px;
  font-weight: revert;
  margin-bottom: 5px;
}

.fountain_img_box p{
  text-align: center;
  color: #585757;
  line-height: 22px;
  font-size: 14px;
  font-weight: 500;
  /* padding: 4px; */
}

/**/

/**/


/**/

.water_certin_section_page{
   padding-top: 60px;
  padding-bottom: 40px;
  background-color: #F0F0F0;
  }

  .water_certin_txt_div p{
  text-align: justify;
  font-size: 15px;
  line-height: 32px;
  color: #303030;
  font-weight: 700;
}


.water_certin_txt_div ul{
  list-style: circle !important;
}

.water_certin_txt_div li{
  line-height: 30px;
  color: #212121;
  font-size: 15px;
  font-weight: 700;
}

.water_certin_img_section{
  padding-top: 70px;
  padding-bottom: 40px;
}

.water_certin_img_box{
  text-align: center;
  margin-bottom: 35px;
/*  border: 2px solid #44BAEB;*/
box-shadow: 0px 0px 1px 4px #44BAEB;
width: 100%;
transition: .5s ease-in-out;
}


.water_certin_img_box img{
 width: 100%;
transition: .5s ease-in-out;

}


.water_certin_img_box:hover img{
 width: 100%;
transition: .5s ease-in-out;
filter: grayscale(100%);
}





/**/

/**/

.steam_section_page{
   padding-top: 18px;
  padding-bottom: 12px;
  background-color: #F0F0F0;
  }

  .steam_bath_head_ti h3{
    color: #212121;
    text-transform: capitalize;
	font-weight: 800;
  }

  .steam_section_page p{
  text-align: justify;
  font-size: 15px;
  line-height: 28px;
  color: #333333;
  font-weight: 700;
}

.steam_bath_section_img_txt{
  padding-top: 35px;
  padding-bottom: 35px;
}

.steam_bath_txt_img h5{
  color: #212121;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
}

.steam_bath_txt_img ul{
  list-style: none;
}

.steam_bath_txt_img li{
  line-height: 30px;
  color: gray;
  font-size: 15px;
  font-weight: 700;
}


.steam_img_row_section{
  padding-bottom: 30px;
  padding-bottom: 40px;
}

.steam_head_ti{
  padding-bottom: 20px;
}

.steam_head_ti h3{
  /* color: #212121;
  text-transform: uppercase; */
    color: #0982c9;
    padding-bottom: 1px;
	font-weight: 900;

}

.steam_img_row_box{
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
  transition: .5s ease-in-out;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.steam_img_row_box img{
  width: 100%;
  
  transition: .5s ease-in-out;
}
.bright img{
  filter: brightness(90%);
}

.steam_img_row_box h5{
  color: #212121;
  /* text-transform: uppercase; */
  font-size: 16px;
  transition: .5s ease-in-out;
  padding-top: 13px;
  font-weight: 900;
  padding-bottom: 10px;
}

.steam_bath_eq_btn{
  text-align: center;
  margin-top: 10px;
}

.steam_bath_eq_btn a{
  background-color: #44BAEB;
  padding: 10px 20px 10px 20px;
  color: white;
  text-transform: uppercase;
  border-border-radius: 2px;
}

/**/


/**/

.gallery_section{
  margin-top: 30px;
}

.gallery_head_ti{
  padding-bottom: 20px;
  text-align: center;
}

.gallery_head_ti h3{
  color: #44BAEB;
  /* text-transform: uppercase; */
  font-weight: 900;
}

.gallery_img_box_div{
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  transition: .4s ease-in-out;
  width: 100%;
  height: 250px;
    transition: .4s ease-in-out;

}

.gallery_img_box_div img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  cursor: pointer;
    transition: .4s ease-in-out;

}



.gallery_img_box_div:hover img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  cursor: pointer;
  filter: brightness(85%);
  transform: scale(1.1,1.1);
  transition: .4s ease-in-out;
  
}
.gallery_overlay_search{
  position: absolute;
  top: 5%;
  right: 5%;
  opacity: .4;
  transition: .3s ease-in-out;

}

.gallery_img_box_div:hover .gallery_overlay_search{
 opacity: 1;
  transition: .3s ease-in-out;
}

.gallery_overlay_search a{
  background-color: white;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  margin: ;
  border-radius: 100%;
transition: .3s ease-in-out;
display: none;
}



/**/
.video_box_div{
text-align: center;
}

.video_box_div video{
	width: 250px;
	height: 150px;
}
/**/

/**/



/**/

.modal_form_div{
  z-index: -99 !important;
}
.modal_form_div input, textarea{
    margin-bottom: 15px;
    outline: none !important;
    border:none !important;
    box-shadow: none !important;
}


.modal_form_div  textarea{
    margin-bottom: 15px;
    outline: none !important;
    border:none !important;
    box-shadow: none !important;
    border-radius: none !important;
}

.modal_form_div input, textarea{
   border-radius: none !important;
}

.modal_form_div input[type="text"]{
  font-size: 13px;
}


.modal_form_div input[type="email"]{
  font-size: 13px;
}


.modal_form_div input[type="tel"]{
  font-size: 13px;
}


.modal_form_div textarea{
  font-size: 13px;
}

.modal_form_div input, textarea{
    margin-bottom: 15px;
    outline: none !important;
    border-bottom:1px solid #00A7CE !important;
    box-shadow: none !important;
}



.modal_form_div  textarea{
    margin-bottom: 15px;
    outline: none !important;
    border-bottom:1px solid #00A7CE !important;
    box-shadow: none !important;
}

.modal-title{
    color:#00A7CE;
    text-transform: uppercase; 
    font-size: 17px;
}


/**/


.contact-default-form input, textarea{
	margin-bottom: 25px;
	padding: 23px !important;
	border:1px solid lightgray !important;
}
/**/


/**/

.new_arrival_head_ti{
  padding-bottom: 23px;
  padding-top: 30px;
}

.new_arrival_head_ti h3{
  color: #35C1DC;
  font-weight: 900;
  text-transform: capitalize;
  text-align:center;
}

.arrival_img_main_box{
  position: relative;
  overflow: hidden;
  width: 100%;
  transition: .4s ease-in-out;
  margin-bottom: 35px;
}

.arrival_img_main_box img{
  overflow: ;
  width: 100%;
  transition: .4s ease-in-out;
  cursor: pointer;
  filter: brightness(97%);

}

.arrrival_overlay_img{
  position: absolute;
  top: 0;
  left: 0;
 right:0;
  bottom: 0;
  width: 100%;
  transition: .4s ease-in-out;
}

.arrrival_overlay_img img{
  width: 100%;
  transition: .4s ease-in-out;
  cursor: pointer;
  margin-left: 100% !important;
  filter: brightness(97%);

}

.arrival_img_main_box:hover img{
margin-left: -100% !important;
transition: .4s ease-in-out;

}

.arrival_img_main_box:hover .arrrival_overlay_img img{
  margin-left: 0% !important;
transition: .4s ease-in-out;
filter: grayscale(40%);
}

.arrival_icons_div{
  position: absolute;
  top: 20%;
  right: 0;
  bottom: 0;
  transition: .5s ease-in-out;
}

.arrival_icons_div a{
  display: block;
  margin: 6px 6px;
  background-color: #35C1DC;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
  font-size: 15px;
  border-radius: 3px;
  margin-left: 100% !important;
}


.arrival_img_main_box:hover .arrival_icons_div a{
  margin-left: 0% !important;
transition: .5s ease-in-out;
filter: brightness(97%);
}

#ph_whatsapp{
	display: none;
}

#desk_whatsapp{

}
/**/

/*product details css*/

.product_details_page_section{
	margin-top: 30px;
	margin-bottom: 40px;
}

.product_details_pg_head_ti h4{
	padding-bottom: 20px;
	text-align: center;
	font-weight: 600;
	text-transform: capitalize;
	color: #0982c9;
	font-size: 25px;
}

.product_details_pg_img_box{
	text-align: center;
	margin-bottom: 35px;
}

.product_details_pg_img_box img{
	margin: auto;
}
.product_details_pg_txt_box b{
	color: #222222;
	font-size: 18px
}

.product_details_pg_txt_box p{
	color: #000;
	text-align: justify;
	font-size: 15px;
	font-weight: 400;
}

.product_details_pg_table_box{
	overflow-x: auto;
}

.product_details_pg_table_box th, td{
	font-size: 15px;
	color: #3e3f40;
	font-weight: 600;
}

.product_details_pg_table_box  p b{
	color: #131d33;
	font-weight: 800;
	font-size: 16px;
}

/**/


/**/

.bottom_fixed_icons_div{
  
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99;
  display: none;
}

.bottom_fixed_icons_div a{
  background-color:#0982c9;
  width: 80px;
  text-align: center;
  padding: 3px 0px 3px 0px; 
  color: white;
  font-size: 22px;
  text-decoration: none;
  margin: 0px 15px;
  border-radius: 2px;
  display: inline-block;
  box-shadow: 0px 0px 2px 2px white;
  animation: btmfix-btn 2s infinite;
}

@keyframes btmfix-btn{
  0% {
        transform: scale(1.1);


  }
  50% {
        
        box-shadow:0px 0px 2px 5px rgba(36, 160, 222,.5); 
  }
  100% {
        transform: scale(1.1);
  }
}

/**/

/* footer css */

.footer_contact_div {
    text-align: center;
    margin-top: -50px;
    background-color: var(--primary-color);
    padding: 15px 0px;
  border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
  overflow: hidden;
    margin-bottom: 40px;
    border-top: 5px solid var(--primary-color);
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    position: relative;
  box-shadow: rgba(253, 253, 255, 0.2) 0px 7px 29px 0px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  }

  .footer_contact_div  p{
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .footer_contact_div a{
    background-color: #fff;
    padding: 10px 30px 10px 30px;
    border-radius: 100px;
    color: var(--primary-color);
    font-size: 17px;
    font-weight: 600;
    border: 3px solid var(--four-color);
    outline: 3px solid #fff;
    transition: .5s ease-in-out;
  }

  
  

.footer{
    background-image: url(../images/footer-bg.png);
}

.footer{
    position: relative;
   
  }


.footer_overlay{
    /* background-color: rgba(4, 104, 12, 0.5); */
   padding-top: 10px;
   padding-bottom: 0px;
   /*background-color: #212121;*/
}

.footer_about_div{
    margin-bottom: 20px;
}

.footer_logo_div{
    margin-bottom: 10px;

}

.footer_logo_div img{
    width: 160px;
    margin: auto;
}

.footer_about_div p{
    line-height: 27px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.footer_about_div p a{
    color: var(--primary-color);
}

.makeindia{
    text-align: center; 
    display: inline-block;
    /* margin-bottom: 20px; */
	margin-bottom: 0px;
}


.makeindia img{
    width: 150px;
    margin: auto;
    display: inline-block;
    filter: invert(100%);
}

.footer_headti{
    margin-bottom: 20px;
    position: relative;
}

.footer_headti h5{
    position: relative;
    font-weight: 800;
    text-transform: capitalize;
    font-size: 19px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #fff;
}

.footer_headti h5 img{
    width: 20px;
    text-align: center;
    align-items: center;
    margin-top: -12px;
    animation: mover 1s infinite  alternate;
}

.footer_headti ul{
    list-style: none;
    padding: 0px 1px;
}

.footer_headti li{
   color: #fff;
    font-size: 16px;
    border-bottom: 1px dashed #585757;
    padding: 5px 0px;
   

}

.footer_headti li a{
    color: var(--background-color);
    transition: .4s ease-in-out;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: .3px;
}


.footer_headti li a:hover{
    color: #fff;
    transition: .4s ease-in-out;
    margin-left: 4px;
}

.footer_headti .d-flex{
    margin-bottom: 10px;
}

.footer_headti .flex-shrink-0 .bx{
    font-size: 25px;
    color: var(--primary-color);
}

.footer_headti .footer_num_div p{
    font-size: 15px;
    font-weight: 600;
    line-height: 27px;
    color: #fff;
}

.footer_headti .footer_num_div a{
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 27px;
    color: #fff;
}

.footer_icon_div a{
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: -10px;
    
}

.footer_icon_div .bxl-instagram{
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #0982c9;
    color: #fff;
    font-size: 14px;
    
}

.footer_icon_div b{
  font-weight: 600;
  margin-right: 17px;
  font-size: 20px;
}

/* footer css end */

 /* ======================copyright section start============*/
 .copyright_section{
    background-color: #0982c9;
     }

     .copyright_section p{
        text-align: center;
        padding-top: 10px;
        text-transform: capitalize;
        font-size: 15px;
        font-weight: 500;
        color: #fff;
     }
   
     .copyright_section p a{
        color: #212121;
		font-weight: 800;
     }
 /* ======================copyright section end============ */

 .top_form_div{
	background-color: #fff;
	padding: 15px;
	/* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
 }

 .top_form_div .modal_ti{
    font-weight: 800;
    text-transform: capitalize;
    color: #212121;
	font-size: 25px;
	padding-bottom: 10px;
}

 .top_form_div .input_div ::placeholder {
    font-size: 15px;
    font-weight: 600;
    color: var(--black-color3) !important;
}


.top_form_div .input_div input,
textarea {
    margin-bottom: 0px;
    box-shadow: none !important;
    border-radius: 0px !important;
    outline: none !important;
    /* padding: 10px 0px 10px 10px; */
	padding: 8px 4px 8px 4px;
}

.top_form_div .input_div {
    margin-bottom: 0px;
    box-shadow: none !important;
    border-radius: 0px !important;
    outline: none !important;
    background-color: transparent !important;
    padding-top: 5px;
    color: #212121;
}

.top_form_div select {
    margin-bottom: 10px !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    outline: none !important;
    padding: 11px 0px 11px 10px;
}

.top_form_div select option {
    font-size: 15px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    font-weight: 600;

}


.top_form_div select {
    font-size: 14px !important;
    text-transform: capitalize;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 600;


}

.top_form_div .input_div input.btn {
    background-color: #212121;
    padding: 10px 30px 10px 30px;
	/* padding: 5px 0px 5px 0px; */
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: .5px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 100px !important;

}

.top_form_div .input_div input.btn:hover {
    background-color: #0982c9;
}

.service_top_txt1 p {
    text-align: justify;
    font-size: 15px;
    line-height: 28px;
    color: gray;
    font-weight: 600;
}
.service_top_txt1 p b {
    text-align: justify;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    font-weight: 600;
}
.service_top_txt1 h4 {
    color: #0982c9;
    font-size: 23px;
    font-weight: 800;
}

.inner-box img {
    margin: auto;
    display: block;
    margin-bottom: 10px;
    /*width: 100px;*/
    width:auto;
}

/*sn*/
/*inner page css heading start*/

.product_details_pg_txt_box h4{
 font-size:22px;
 color:#0982c9;
 font-weight:800;
 text-transform: capitalize;
 
}
.product_details_pg_table_box h5{
font-size:18px;
color:#000;
margin-bottom:10px; 
font-weight:900;
}

/*inner page css heading end*/

/*Testimonial2 section css start*/

.sec-title1 h2:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 24px;
    border-bottom: 3px solid #fff;
}
.sec-title1 {
    position: relative;
    margin-bottom: 18px;
}
.testimonial-style-two .sec-title1 h2 {
    color: #fff;
}

.sec-title1 h2 {
    position: relative;
    font-size: 30px;
    color: #232323;
    font-weight: 600;
    line-height: 1.5em;
    text-transform: capitalize;
    padding-bottom: 7px;
    margin-bottom: 10px;
}

.sec-title1 h2:after {
    content: '';
    position: absolute;
    left: 26px;
    bottom: 0px;
    width: 24px;
    border-bottom: 3px solid #fff;
}

.map_contact{
 margin-top:20px;
 margin-bottom:0px;
}


/*Testimonial2 section css end*/

/* header product scroll  */

.sub_menu_scroll {
	height: 380px;
	overflow-y: auto !important;
  }
  
  
  /* width */
  .sub_menu_scroll::-webkit-scrollbar {
	width: 5px;
  }
  
  /* Track */
  .sub_menu_scroll:hover::-webkit-scrollbar-track {
	background: #fff;
  }
  
  /* Handle */
  .sub_menu_scroll:hover::-webkit-scrollbar-thumb {
	background: #685c5c;
  }
  
  /* Handle on hover */
  .sub_menu_scroll:hover::-webkit-scrollbar-thumb:hover {
	background: #685c5c;
  }
  
  
  /*  */


/* header scroll end  */

.page-title1 {
    position: relative;
    padding: 10px 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
   
}

.page-title1:before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    /*background-color: rgba(0, 0, 0, 0.9);*/
    background-color:rgb(0 0 0 / 61%);
}


/* equiry sectoin css start  */

.enquiry_secpopup{
	padding: 20px;
	/* margin-left: 25%; */
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.form-group input .center{
	background-color:red;
	}

	.buttons {
		background-color: #0982c9;
		border: none;
		color: white;
		padding: 10px 32px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		margin: 4px 2px;
		cursor: pointer;
		margin-top:40px;
		border-radius:5px;
		/* float: right; */
		margin-left: 60%;
	  }
	  
	   /* .buttons {
		background-color: #0982c9;
		border: none;
		color: white;
		padding: 5px 23px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		margin: 4px 2px;
		cursor: pointer;
		margin-top: 30px;
		border-radius: 5px;
		float: right;
	    } */
	  .button2 {font-size: 16px;}
	
	  .top_form h5{
		font-size:18px;
		color:#0982c9;
		font-weight: 800;
		margin-bottom: 5px;
	  }

    .camel_ladder li{
    	color: #645a64;
    	font-weight: 600;
    	font-size: 14px;line-height: 27px;
    }

    /**/
    .product_details_pg_txt_box {
        font-family: Arial, sans-serif;
        line-height: 1.6;
        color: #333;
        background-color: #f9f9f9;
        padding: 20px;
        border: 1px solid #ddd;
        border-radius: 5px;
        max-width: 800px;
        margin: 0px auto;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    .product_details_pg_txt_box ul li i {
        color: #156ac7;
        margin-right: 10px;
        font-size: 15px;
    }
    .product_details_pg_txt_box h2 {
        font-size: 20px;
        color: #0982c9;
        margin-top: 20px;
        margin-bottom: 10px;
        font-weight: bold;
    }
    
    .product_details_pg_txt_box ul {
        list-style-type: disc;
        margin-left: 20px;
        padding-left: 10px;
        margin-bottom: 20px;
    }
    
    .product_details_pg_txt_box ul li {
        margin-bottom: 10px;
        font-size: 15px;
        color:#000;
    }
    
    .product_details_pg_txt_box ul li strong {
        color: #0982c9;
        font-weight: 600;
        font-size: 15px;
    }
    
    
    
 .mobile_call_whatsapp_fixed_main_div{
    position: fixed;
    bottom: 150px;
    right: 10px;
    z-index: 1;
  }

  .mobile_whatsapp{
    display: none;
  }


  .call_icon_div{
    text-align: center;
  }

  .call_icon_div > a {
    background-color: #bd0000;
    height: 60px;
    line-height: 57px;
    width: 60px;
    text-align: center;
    border-radius: 100px;
    animation: moveUpDown 2s ease-in-out infinite;
    display: inline-block;
    margin-bottom: 8px;

  }

  @keyframes moveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px); /* Adjust the distance */
  }
}

  .call_icon_div >  a > img{
    width: 32px !important;
    filter: brightness(0%) invert(1);
    height: 60px;
    line-height: 60px;
    width: 60px;
    object-fit: contain;
  }

  .whatsapp_icon_div{
    text-align: center;
  }


  .whatsapp_icon_div > a {
    background-color:#008000;
    height: 60px;
    line-height: 57px;
    width: 60px;
    text-align: center;
    border-radius: 100px;
   animation: zigzag 0.5s ease-in-out infinite;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-duration: 10s;
  animation-timing-function: steps(1, end);
  position: relative;
   animation: zigzag 8s infinite;
    display: inline-block;

}



@keyframes zigzag {
  0%   { left: 0px; }
  1%   { left: -5px; }
  2%   { left: 5px; }
  3%   { left: -5px; }
  4%   { left: 5px; }
  5%   { left: 0px; }
  100% { left: 0px; }
}



  .whatsapp_icon_div  > a > img{
    width: 32px !important;
    filter: brightness(0%) invert(1);
     height: 60px;
    line-height: 60px;
    width: 60px;
    object-fit: contain;
  }

