
@import url('https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,800,900|Hind+Guntur:300,400,500,600,700|Merriweather+Sans:300,300i,400,400i,700,700i,800,800i');

/*font-family: 'Hind Guntur', sans-serif;
font-family: 'Heebo', sans-serif;
font-family: 'Merriweather Sans', sans-serif;*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Hind Guntur', sans-serif;
	font-size:15px;
	color:#666666;
	line-height:1.7em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#0899B8;
}

a:hover{
	text-decoration: underline;
	cursor:pointer;
	color:#0899B8;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Heebo', sans-serif;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
}

input,button,select,textarea{
	font-family: 'Hind Guntur', sans-serif;
}

p{
	position:relative;
	line-height:1.7em;	
}

.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;
	
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

.btn-style-one{
	position:relative;
	padding:7px 26px 6px;
	line-height:24px;
	text-transform:uppercase;
	background:#0899B8;
	color:#ffffff;
	border:2px solid #0899B8;
	font-size:13px;
	letter-spacing: 1px;
	font-weight:700;
	border-radius:50px;
	font-family: 'Merriweather Sans', sans-serif;
}

.btn-style-one:hover{
	background:none;
	color:#0899B8;
	border-color:#0899B8;
}

.btn-style-two{
	position:relative;
	padding:7px 26px 6px;
	line-height:24px;
	text-transform:uppercase;
	background:#ffffff;
	color:#333333;
	border:2px solid #ffffff;
	font-size:13px;
	letter-spacing: 1px;
	font-weight:700;
	border-radius:50px;
	display:inline-block;
	font-family: 'Merriweather Sans', sans-serif;
}

.btn-style-two:hover{
	background:none;
	color:#0899B8;
	border-color:#0899B8;
}

/*Btn Style Three*/

.btn-style-three{
	position:relative;
	padding:7px 26px 6px;
	line-height:24px;
	text-transform:uppercase;
	background:transparent;
	color:#333333;
	border:2px solid #0899B8;
	font-size:13px;
	letter-spacing: 1px;
	font-weight:700;
	border-radius:50px;
	display:inline-block;
	font-family: 'Merriweather Sans', sans-serif;
}

.btn-style-three:hover{
	background:#0899B8;
	color:#ffffff;
	border-color:#0899B8;
}

/*Btn Style Four*/

.btn-style-four{
	position:relative;
	padding:7px 31px 6px;
	line-height:24px;
	text-transform:uppercase;
	background:#0899B8;
	color:#ffffff;
	border:2px solid #0899B8;
	font-size:13px;
	letter-spacing: 1px;
	font-weight:700;
	border-radius:50px;
	display:inline-block;
	font-family: 'Merriweather Sans', sans-serif;
}

.btn-style-four:hover{
	background:#ffffff;
	color:#0899B8;
	border-color:#0899B8;
}

/*Btn Style Five*/

.btn-style-five{
	position:relative;
	padding:7px 45px 6px;
	line-height:24px;
	text-transform:uppercase;
	background:#333333;
	color:#ffffff;
	border:2px solid #333333;
	font-size:13px;
	letter-spacing: 1px;
	font-weight:700;
	border-radius:50px;
	display:inline-block;
	font-family: 'Merriweather Sans', sans-serif;
}

.btn-style-five:hover{
	background:#0899B8;
	color:#ffffff;
	border-color:#0899B8;
}

.theme-btn .icon-left{
	font-weight:normal;
	padding-right:5px;
}

.theme-btn .icon-right{
	font-weight:normal;
	padding-left:5px;
}

.theme_color{
	color:#f06529;	
}

.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:#f7f7f7 ;	
}

.no-bg{
	background:none ;	
}

.text-uppercase{
	text-transform:uppercase ;	
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

/* ---------Page preload--------------------------------------*/

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat;}

.loader {
	position:fixed;
	top:50%;
	left:50%;
	width:50px;
	height:50px;
	z-index:100;
	font-size:34px;
	line-height:50px;
	color:#ccc;
	padding-right:20px;
	opacity:0.8;
}
.cssload-container {
	width: 100%;
	height: 46px;
	text-align: center;
}
.cssload-speeding-wheel {
	width: 46px;
	height: 46px;
	margin: 0 auto;
	border: 3px solid #0899B8;
	border-radius: 50%;
	border-left-color: #ff0054;
	border-right-color: #0899B8;
	border-bottom-color: #222222;
	animation: cssload-spin 575ms infinite linear;
	-o-animation: cssload-spin 575ms infinite linear;
	-ms-animation: cssload-spin 575ms infinite linear;
	-webkit-animation: cssload-spin 575ms infinite linear;
	-moz-animation: cssload-spin 575ms infinite linear;
}
.l-line {
	position:fixed;
	top:0;
	width:100%;
	height:3px;
	z-index:10000;
	display:none;
	background:#f4f4f4;
}
.l-line span{
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:3px;
	background:#000;
}
.cd-transition-layer {
	position: fixed;
	top: 20px;
	left: 20px;
	right:20px;
	bottom:20px;
	z-index: 12;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}
.cd-transition-layer .bg-layer {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity:1;
  -webkit-transform: translateY(-50%) translateX(-2%);
  -moz-transform: translateY(-50%) translateX(-2%);
  -ms-transform: translateY(-50%) translateX(-2%);
  -o-transform: translateY(-50%) translateX(-2%);
  transform: translateY(-50%) translateX(-2%);
  height: 100%;
  width: 2500%;
  background: url(../images/ink.html) no-repeat 0 0;
  background-size: 100% 100%;
}
.cd-transition-layer.visible {
  opacity: 1;
  visibility: visible;
}
.cd-transition-layer.opening .bg-layer {
  -webkit-animation: cd-sequence 0.8s steps(24);
  -moz-animation: cd-sequence 0.8s steps(24);
  animation: cd-sequence 0.8s steps(24);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.cd-transition-layer.closing .bg-layer {
  -webkit-animation: cd-sequence-reverse 0.8s steps(24);
  -moz-animation: cd-sequence-reverse 0.8s steps(24);
  animation: cd-sequence-reverse 0.8s steps(24);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.no-cssanimations .cd-transition-layer {
  display: none;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:30px;
	text-transform:uppercase;
	line-height:34px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#0a0a0a;
	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:#0899B8;
}

/*** 

====================================================================
	social icon one
====================================================================

***/

.social-icon-one{
	position: relative;
}

.social-icon-one li{
	position: relative;
	display: inline-block;
	margin:0px 4px;
}

.social-icon-one a{
	position: relative;
	display:inline-block;
	width: 44px;
	height: 44px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	line-height: 42px;
	border-radius:50%;
	border: 2px solid #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;	
}

.social-icon-one a:hover{
	color: #ffffff;
	border-color: #0899B8;
	background-color:#0899B8;
}

/*** 

====================================================================
	social icon Two
====================================================================

***/

.social-icon-two li{
	position: relative;
	display: inline-block;
	margin:0px 6px;
}

.social-icon-two a{
	position: relative;
	display:inline-block;
	color: #777777;
	font-size: 16px;
	text-align: center;
	line-height: 1em;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.social-icon-two a:hover{
	color: #0899B8;
}

/*** 

====================================================================
	social icon Three
====================================================================

***/

.social-icon-three{
	position: relative;
}

.social-icon-three li{
	position: relative;
	display: inline-block;
	margin:0px 0px 0px 15px;
}

.social-icon-three a{
	position: relative;
	display:inline-block;
	color: #dbdbdb;
	font-size: 14px;
	text-align: center;
	line-height: 1em;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.social-icon-three a:hover{
	color: #0899B8;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.header-style-two.light-version{
	position:absolute;	
}

.header-style-two.light-version .outer-container{
	position:relative;
	padding:0px 250px;
}

.header-style-two.light-version .logo-box{
	text-align:center;
	padding:15px 0px;
}

.main-header .header-top-two{
	position:relative;
	font-size:14px;
	color:#ffffff;
	background:rgba(0,0,0,0.50);
}

.main-header .header-top-two .info-box{
	position:absolute;
	top:0px;
	padding:30px 0px;
}

.main-header .header-top-two .info-box.left-aligned{
	left:0px;
	margin-left:0px;
	padding:35px 0px;
}

.main-header .header-top-two .info-box.right-aligned{
	right:0px;
}

.main-header .header-top-two .social-links li{
	position:relative;
	margin-right:10px;
	float:left;
}

.main-header .header-top-two .social-links li a{
	position:relative;
	display:block;
	width:40px;
	height:40px;
	text-align:center;
	font-size:12px;
	line-height:40px;
	color:#ffffff;
	border-radius:50%;
	background-color:#343434;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .header-top-two .social-links li a:hover{
	background:#0899B8;
}

.main-header .header-top-two .info-block{
	position:relative;
	float:left;
	margin-left:0px;
	padding-right:75px;
}

.main-header .header-top-two .info-block:first-child:after{
	display:none;	
}

.main-header .header-top-two .info-block .icon-box{
	position:absolute;
	right:0px;
	top:5px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:16px;
	line-height:40px;
	text-align:center;
	border-radius:50%;
	margin-bottom:8px;
	background-color:#0899B8;
}

.main-header .header-top-two .info-block h4{
	font-size:13px;
	text-transform:uppercase;
	font-weight:800;
	color:#0899B8;
	margin-bottom:5px;
}

.main-header .header-top-two .info-block .text{
	font-size:17px;
	line-height:24px;
	color:#ffffff;
	font-weight:500;
}

.main-header .header-top-two a:hover{
	color:#f06529;	
}

.main-header .header-top-one{
	position:relative;
	font-size:14px;
	color:#ffffff;
	background:#292929;
}

.main-header .header-top-one .top-left{
	position:relative;
	float:left;
	padding:13px 0px;
}

.main-header .header-top-one .top-left > ul > li{
	position:relative;
	top:2px;
	float:left;
	margin-right:40px;
	line-height:24px;
	color:#ffffff;
}

.main-header .header-top-one .top-left > ul > li.dropdown{
	margin-top:-6px;
	top:3px;	
}

.main-header .header-top-one .top-left > ul > li > a{
	position:relative;
	display:block;
	padding:0px 0px 0px 24px;
	line-height:24px;
	color:#dadada;
	font-size:14px;
}

.main-header .header-top-one .top-left ul li .icon{
	position:absolute;
	left:0px;
	top:-2px;
	line-height:24px;
	font-size:14px;
	color:#0899B8;
}

.main-header .header-top-one .top-left ul li a:hover{
	color:#0899B8;
}

.main-header .header-top-one .top-right{
	position:relative;
	float:right;
}

.main-header .header-top-one .top-right ul li{
	position:relative;
	float:left;
	margin-left:30px;
	line-height:24px;
	color:#ffffff;
}

.main-header .header-top-one .top-right ul li a{
	position:relative;
	display:block;
	padding:16px 0px 10px 26px;
	line-height:24px;
	color:#ffffff;
}

.main-header .header-top-one .top-right .booking-btn{
	padding:13px 40px;
	text-align:center;
	font-size:13px;
	font-weight:700;
	color:#ffffff;
	background:#0899B8;
	text-transform:uppercase;
	font-family: 'Merriweather Sans', sans-serif;
}

.main-header .header-top-one .top-right ul li .icon{
	position:absolute;
	left:0px;
	top:13px;
	line-height:24px;
	font-size:16px;
	color:#f06529;
}

.main-header .header-top-one ul li a:hover{
	color:#f06529;	
}

.main-header .header-top-one .social-links{
	position:relative;
	padding:11px 0px;
}

.main-header .header-top-one .social-links a{
	position:relative;
	color:#dbdbdb;
	font-size:14px;
	margin-left:15px;
	line-height:26px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .header-top-one .social-links a:hover{
	color:#0899B8;
}

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
	z-index:0;
	border-bottom:1px solid #eaeaea;
	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 .logo{
	padding:10px 0px;	
}

.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;	
}

.main-header .header-upper{
	position:relative;
	padding:35px 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;
}

.header-style-two .header-upper{
	padding:0px;
	border-top:none;	
}

.header-style-two.light-version .header-upper{
	background:none;
}

.header-style-two.light-version .header-upper .upper-right{
	float:none;
	text-align:center;
}

.header-style-two.light-version .nav-outer{
	padding-right:0px;
}

.main-header .logo-outer{
	position:relative;
	float: left;
	z-index:25;	
}

.header-style-two .logo-outer{
	padding:10px 0px;	
}

.main-header .logo-outer .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.main-header .header-upper .upper-right{
	position:relative;
	float: right;
	padding:16px 0px 0px;
}

.header-style-two .header-upper .upper-right{
	padding:7px 0px 7px;
}

.main-header .info-box{
	position:relative;
	float:left;
	min-height:50px;
	margin-left:45px;
	font-size:13px;
	text-transform:capitalize;
	color:#222222;
	padding:0px 82px 0px 0px;
}

.main-header .info-box .icon-box{
	position:absolute;
	width:50px;
	height:50px;
	right:0px;
	top:0px;
	line-height:50px;
	color:#ffffff;
	font-size:18px;
	border-radius:50%;
	text-align:center;
	background-color:#0899B8;
	-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 .info-box .icon-box:before{
    position: absolute;
    content: '';
    left: -8px;
	top: 50%;
	margin-top: -8px;
    border-top: 8px solid transparent;
    border-right: 10px solid #0899B8;
    border-bottom: 8px solid transparent;
}

.main-header .info-box li{
	position:relative;
	line-height:24px;
	font-weight:500;
	margin:0px 0px;
	font-size:17px;
	color:#333333;
	font-family: 'Hind Guntur', sans-serif;
}

.main-header .info-box li a{
	color:#666666;		
}

.main-header .info-box strong{
	display:block;
	font-family: 'Heebo', sans-serif;
	font-weight:800;
	color:#0899B8;
	font-size:13px;
	margin-bottom:5px;	
	text-transform:uppercase;
}

.main-header .header-lower{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	background:#ffffff;
	z-index:5;
	border-top:1px solid #ececec;
}

.header-style-one .nav-outer{
	position:relative;
	padding:0px 350px 0px 0px;
}

/*.header-style-two .nav-outer{
	padding-right:200px;
}*/

.header-style-two .nav-outer .btn-outer{
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-22px;
}

.header-style-two.light-version .nav-outer .btn-outer .theme-btn{
	display:block;
	width:100%;
	text-align:center;
}

.header-style-one .nav-outer .search-box{
	position:absolute;
	right:0px;
	top:0px;
	width:365px;
}

.header-style-one .nav-outer .search-box .form-group{
	position:relative;
	margin:0px;	
}

.header-style-one .nav-outer .search-box .form-group input[type="text"],
.header-style-one .nav-outer .search-box .form-group input[type="search"]{
	position:relative;
	line-height:20px;
	padding:17px 40px 13px 20px;
	height:60px;
	background:#f8f8f8;
	display:block;
	width:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.header-style-one .nav-outer .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:60px;
	width:50px;
	line-height:60px;
	text-align:center;
	display:block;
	font-size:14px;
	color:#b5b5b5;
	background:none;
}

.header-style-one .nav-outer .search-box .form-group input:focus + button,
.header-style-one .nav-outer .search-box .form-group button:hover{
	color:#0899B8;
}

.header-style-one .nav-outer .nav-toggler{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	font-size:12px;
	color:#ffffff;
	background:none;
	display:none;
}

.header-style-two .nav-outer .nav-toggler{
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-20px;
	width:40px;
	height:40px;
	font-size:16px;
	color:#f06529;
	background:none;
	display:none;	
}

.header-style-two .nav-outer .nav-toggler button,
.header-style-one .nav-outer .nav-toggler button{
	position:relative;
	display:block;
	width:40px;
	height:40px;
	font-size:16px;
	color:#ffffff;
	line-height:40px;
	background:#0686d8;	
}

.main-menu{
	position:relative;	
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	font-family: 'Heebo', sans-serif;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	display:inline-block;
	margin-right:20px;
}

.main-menu .navigation > li:last-child{
	margin-right:0px;
}

.sticky-header .main-menu .navigation > li{
	margin:0px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:18px 0px;
	font-size:15px;
	color:#333333;
	line-height:24px;
	font-weight:500;
	text-transform:uppercase;
	opacity:1;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li.dropdown > a:after{
	position:absolute;
	content:'\f107';
	right:0px;
	line-height:24px;
	font-size:12px;
	font-family: 'FontAwesome';
}

.header-style-two .main-menu .navigation > li > a{
	padding:30px 0px;
	color:#333333;	
}

.header-style-two.light-version .main-menu .navigation > li > a{
	color:#ffffff;
	padding-top:28px;
	padding-bottom:28px;
	border-top:2px solid transparent;
}

.header-style-two.light-version .main-menu .navigation > li > a:hover,
.header-style-two.light-version .main-menu .navigation > li.current a{
	border-color:#0899B8;
}

.main-menu .navigation > li.dropdown > a {
    padding-right: 15px;
}

.main-menu .navigation > li.home > a{
	padding-left:20px;
}

.main-menu .navigation > li.home > a:before{
	font-family: "Flaticon";
	content:'\f145';
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-16px;
	height:30px;
	font-weight:600;
	line-height:30px;
	padding:0px 0px;
	font-size:12px;
	z-index:1;
}

.sticky-header .main-menu .navigation > li > a{
	color:#181818 !important;
	padding:25px 15px;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	color:#0899B8;
	opacity:1;
}

.header-style-two .main-menu .navigation > li:hover > a,
.header-style-two .main-menu .navigation > li.current > a,
.header-style-two .main-menu .navigation > li.current-menu-item > a{
	color:#0899B8;
	background:none;
}

.header-style-one .main-menu .navigation > li:hover:after,
.header-style-one .main-menu .navigation > li.current:after,
.header-style-one .main-menu .navigation > li.current-menu-item:after,
.header-style-one .main-menu .navigation > li:hover+li:after,
.header-style-one .main-menu .navigation > li.current+li:after,
.header-style-one .main-menu .navigation > li.current-menu-item+li:after{
	opacity:0;
	visibility:hidden;
}

.sticky-header .main-menu .navigation > li > a{
	padding: 30px 15px !important;
}

.sticky-header .main-menu .navigation > li.dropdown > a:after{
	display: none;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a{
	background:#0899B8;
	color:#ffffff !important;
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:120%;
	width:220px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top: 3px solid #0899B8;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-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);
}

.sticky-header .main-menu .navigation > li > ul{
	width:220px;	
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:100%;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #ececec;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 20px;
	line-height:22px;
	font-weight:400;
	font-size:14px;
	color:#292929;
	text-align:left;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	background:#0899B8;
	color:#ffffff;
	border-color:#ececec;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:13px;
	width:10px;
	height:20px;
	display:block;
	color:#292929;
	line-height:20px;
	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:20px;
	width:220px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top: 3px solid #0899B8;
	-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 > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #ececec;
}

.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 20px;
	line-height:22px;
	font-weight:400;
	font-size:14px;
	text-transform:capitalize;
	color:#292929;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	background:#0899B8;
	color:#ffffff;
	border-color:#ececec;
}

.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:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.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;
}

.main-header .nav-outer .other-options{
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-9px;
	width:80px;
	height:18px;
	color:#c1c1c1;
}

.main-header .nav-outer .search-box-outer{
	position:absolute;
	right:30px;
	top:0;
	border-right:1px solid #c1c1c1;
	width:42px;
	height:18px;
}

.main-header .nav-outer .search-box-btn{
	position:relative;
	display:block;
	width:100%;
	font-size:12px;
	line-height:18px !important;
	padding:0px;
	margin:0px;
	cursor:pointer;
	color:#c1c1c1;
	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;
}

.main-header .nav-outer .search-box-btn:hover{
	color:#f06529;	
}

.main-header .search-box-outer .dropdown-menu{
	top:68px;
	border-top:3px solid #63c8e1;
	padding:0px;
	width:280px;	
	border-radius:0px;
}

.header-style-two .search-box-outer .dropdown-menu{
	border-top-color:#f06529;	
}

.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;
	border:1px solid #e0e0e0;
	background:#ffffff;	
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus{
	border-color:#63c8e1;	
}

.header-style-two .search-panel input:focus,
.header-style-two .search-panel select:focus{
	border-color:#f06529;	
}

.main-header .search-panel .search-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	color:#555555;
	font-size:12px;
	background:none;
	cursor:pointer;
}

.country-dropdown .dropdown-menu{
	border-radius:0px;
	padding:0px;
	width:180px;
	border-top:2px solid #0899B8;	
}

.country-dropdown .dropdown-menu li{
	margin:0px;
	padding:0px;
	border-bottom:1px solid #e0e0e0;	
}

.country-dropdown .dropdown-menu li a{
	position:relative;
	display:block;
	padding:5px 10px 3px;
	line-height:24px;
	margin:0px;
}

.country-dropdown > a{
	border:0px;
	color:#ffffff !important;
	border-radius:0px;
	line-height:inherit !important;
	padding:5px 75px 1px 20px !important;
	background-color:#0899B8;
}

.country-dropdown a .arow-icon{
	position:absolute;
	right:20px;
	line-height:1.5em;
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	position:relative;
	z-index: 10;
}

.main-slider .tp-caption{
	z-index:5;
}

.main-slider .tp-dottedoverlay{
	background-color:rgba(0,0,0,0.60) !important;	
}

.main-slider .blue-overlay .tp-dottedoverlay{
	background-color:rgba(0,0,0,0.70) !important;	
}

.main-slider .big-title{
	font-weight:500;
	line-height:1.6em;
	color:#ffffff;
	font-size:38px;
	text-transform:uppercase;
}

.main-slider .sub-title{
	font-weight:400;
	line-height:1.3em;
	color:#f06529;
	font-size:18px;
	font-style:italic;
}

.main-slider .video-btn-box{
	position:relative;
	width:100%;
	max-width:76px;
	max-height:76px;
	margin:0 auto 40px;
}

.main-slider .video-btn-box a{
	position:relative;
	display:block;
	width:76px;
	height:76px;
	max-width:76px;
	max-height:76px;
	line-height:68px;
	padding-left:5px;
	font-size:20px;
	color:#0899B8;
	border:4px solid #ffffff;
	background:rgba(255,255,255,1);
	border-radius:50%;	
}

.main-slider .video-btn-box a:hover{
	color:#0899B8;
	border-color:#0899B8;
	background:#ffffff;
}

.main-slider .normal-text{
	font-weight:400;
	line-height:1.8em;
	color:#ffffff;
	font-size:20px;
	font-style:italic;
	font-family: 'Hind Guntur', sans-serif;
}

.main-slider .theme-btn{
	border-width: 2px !important;
}

.main-slider .tp-caption .theme-btn.btn-style-one{
	color:#ffffff;
}

.main-slider .tp-caption .theme-btn.btn-style-one:hover{
	color: #0899B8;
}

.main-slider .tp-caption .theme-btn.btn-style-two{
	color:#333333;
}

.main-slider .tp-caption .theme-btn.btn-style-two:hover{
	color: #0899B8;
}

.tp-bullets.preview3 .bullet{
	width:8px !important;
	height:8px !important;
	padding:0px !important;
	background:#d2d2d2 !important;
	border-radius:50px;
	margin:0px 12px;
	border:0px !important;
}

.tp-bullets.preview3 .bullet:before{
	position:absolute;
	content:'';
	left:-3px;
	top:-3px;
	width:14px;
	height:14px;
	border-radius:50%;
	background-color:rgba(255,255,255,0);
}

.tp-bullets.preview3 .bullet:hover::before,
.tp-bullets.preview3 .bullet.selected::before{
	background-color:rgba(8,153,184,0.50);
}

.tp-bullets.preview3 .bullet:after{
	position:absolute;
	content:'';
	width:100%;
	height:1px;
	left:100%;
	padding-right:20px;
	top:4px;
	background-color:rgba(255,255,255,0.50);
}

.tp-bullets.preview3 .bullet.last:after{
	display:none !important;
}

.tp-bullets.preview3 .bullet:hover,
.tp-bullets.preview3 .bullet.selected{
	width:8px !important;
	height:8px !important;
	padding:0px !important;
	border:0px !important;
	background:#0899B8 !important;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3{
	background:none !important;
	width:50px !important;
	overflow:hidden;
	margin-top:-10px !important;
	height:50px !important;
}

.main-slider .tparrows.preview3::after{
	top:0px;
	background:transparent;
	border:2px solid #ffffff;
	color:#ffffff;
	font-size:18px;
	height:50px !important;
	line-height:46px;
	width:50px !important;
	padding:0px;
	border-radius:50%;
}

.main-slider .tparrows.tp-leftarrow.preview3::after{
	content: "\f104";
	font-family: "Flaticon";
}

.main-slider .tparrows.tp-rightarrow.preview3::after{
	content: "\f18b";
	font-family: "Flaticon";
}

.main-slider .tparrows.preview3.tp-leftarrow{
	left:30px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow{
	right:30px !important;
}

.main-slider .tparrows.preview3:hover::after{
	color:#ffffff;
	background:rgba(8,153,184,0.8);
	border-color:rgba(8,153,184,0.8);
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper{
	visibility:hidden;
	opacity:0;
	display:none;	
}

.main-slider .tp-bannertimer{
	display:none !important;	
}


.slider-separeter-line{
	position:relative;
	margin-top:15px;
}

.slider-separeter-line .line-one{
	position:relative;
	height:1px;
	width:28px;
	left:9px;
	margin: auto;
	margin-bottom:1px;
	background-color:#ffffff;
}

.slider-separeter-line .line-one:before{
	position:absolute;
	content:'';
	left:-9px;
	top:0px;
	height:1px;
	width:7px;
	background-color:#ffffff;
}

.slider-separeter-line .line-one:after{
	position:absolute;
	content:'';
	right:-9px;
	top:0px;
	height:1px;
	width:7px;
	background-color:#ffffff;
}

.slider-separeter-line .line-two{
	position:relative;
	height:1px;
	width:28px;
	left:9px;
	margin: auto;
	background-color:#ffffff;
}

.slider-separeter-line .line-two:before{
	position:absolute;
	content:'';
	left:-9px;
	top:0px;
	height:1px;
	width:7px;
	background-color:#ffffff;
}

.slider-separeter-line .line-two:after{
	position:absolute;
	content:'';
	right:-9px;
	top:0px;
	height:1px;
	width:7px;
	background-color:#ffffff;
}

/*** 

====================================================================
	Title Styles
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom: 30px;
}

.sec-title h2{
	font-size:26px;
	color: #333333;
	font-weight: 700;
	line-height: 1.2em;
	text-transform: uppercase;
	padding-bottom:22px;
}

.sec-title .separeter-line{
	position:relative;
}

.sec-title .separeter-line .line-one{
	position:relative;
	height:1px;
	width:28px;
	left:9px;
	margin-bottom:1px;
	background-color:#0899B8;
}

.sec-title .separeter-line .line-one:before{
	position:absolute;
	content:'';
	left:-9px;
	top:0px;
	height:1px;
	width:7px;
	background-color:#0899B8;
}

.sec-title .separeter-line .line-two{
	position:relative;
	height:1px;
	width:28px;
	left:9px;
	background-color:#0899B8;
}

.sec-title .separeter-line .line-two:before{
	position:absolute;
	content:'';
	left:-9px;
	top:0px;
	height:1px;
	width:7px;
	background-color:#0899B8;
}

.sec-title .text{
	position: relative;
	padding-top: 30px;
	font-size:16px;
	color:#777777;
	line-height:1em;
}

/*** 

====================================================================
	Title Styles Two
====================================================================

***/

.sec-title-two{
	position:relative;
	margin-bottom:25px;
}

.sec-title-two h2{
	font-size:20px;
	color: #333333;
	font-weight: 700;
	line-height: 1.2em;
	padding-bottom:15px;
	text-transform: uppercase;
}

.sec-title-two h2 a{
	color: #333333;
	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;
}

.sec-title-two h2 a:hover{
	color:#0899B8;
}

.sec-title-two .text{
	position:relative;
	color:#777777;
	font-size:16px;
	margin-top:30px;
}

.sec-title-two .separeter-line{
	position:relative;
}

.sec-title-two .separeter-line .line-one{
	position:relative;
	height:1px;
	width:28px;
	left:9px;
	margin-bottom:1px;
	background-color:#0899B8;
}

.sec-title-two .separeter-line .line-one:before{
	position:absolute;
	content:'';
	left:-9px;
	top:0px;
	height:1px;
	width:7px;
	background-color:#0899B8;
}

.sec-title-two .separeter-line .line-two{
	position:relative;
	height:1px;
	width:28px;
	left:9px;
	background-color:#0899B8;
}

.sec-title-two .separeter-line .line-two:before{
	position:absolute;
	content:'';
	left:-9px;
	top:0px;
	height:1px;
	width:7px;
	background-color:#0899B8;
}

/*** 

====================================================================
	Title Styles Two
====================================================================

***/

.sec-title-three{
	position:relative;
	margin-bottom:50px;
	text-align:center;
}

.sec-title-three h2{
	font-size:26px;
	color: #333333;
	font-weight: 700;
	line-height: 1.2em;
	padding-bottom:22px;
	text-transform: uppercase;
}

.sec-title-three .separeter-line{
	position:absolute;
	left:50%;
	margin-left:-22px;
}

.sec-title-three .separeter-line .line-one{
	position:relative;
	height:1px;
	width:28px;
	left:8px;
	margin-bottom:1px;
	background-color:#0899B8;
}

.sec-title-three .separeter-line .line-one:before{
	position:absolute;
	content:'';
	left:-8px;
	top:0px;
	height:1px;
	width:7px;
	background-color:#0899B8;
}

.sec-title-three .separeter-line .line-one:after{
	position:absolute;
	content:'';
	right:-8px;
	top:0px;
	height:1px;
	width:7px;
	background-color:#0899B8;
}

.sec-title-three .separeter-line .line-two{
	position:relative;
	height:1px;
	width:28px;
	left:8px;
	background-color:#0899B8;
}

.sec-title-three .separeter-line .line-two:before{
	position:absolute;
	content:'';
	left:-8px;
	top:0px;
	height:1px;
	width:7px;
	background-color:#0899B8;
}

.sec-title-three .separeter-line .line-two:after{
	position:absolute;
	content:'';
	right:-8px;
	top:0px;
	height:1px;
	width:7px;
	background-color:#0899B8;
}

.sec-title-three .text{
	position:relative;
	color:#777777;
	font-size:16px;
	max-width:670px;
	margin:0 auto;
	margin-top:30px;
}

/*** 

====================================================================
	Sidebar Title
====================================================================

***/

.sidebar-title{
	position:relative;
	margin-bottom: 30px;
}

.sidebar-title h2{
	font-size:17px;
	color: #333333;
	font-weight: 700;
	line-height: 1.2em;
	padding-bottom:15px;
	text-transform: uppercase;
}

.sidebar-title .separeter-line{
	position:relative;
}

.sidebar-title .separeter-line .line-one{
	position:relative;
	height:1px;
	width:17px;
	left:9px;
	margin-bottom:1px;
	background-color:#0899B8;
}

.sidebar-title .separeter-line .line-one:before{
	position:absolute;
	content:'';
	left:-9px;
	top:0px;
	height:1px;
	width:7px;
	background-color:#0899B8;
}

.sidebar-title .separeter-line .line-two{
	position:relative;
	height:1px;
	width:17px;
	left:9px;
	background-color:#0899B8;
}

.sidebar-title .separeter-line .line-two:before{
	position:absolute;
	content:'';
	left:-9px;
	top:0px;
	height:1px;
	width:7px;
	background-color:#0899B8;
}

.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:#ffffff !important;
	color:#000000;	
}

.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;	
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	background:#1e1e1e;
	color:#c4c4c4;
}

.main-footer .widgets-section{
	position:relative;
	padding:95px 0px 40px;
	z-index:1;
}

.main-footer .social-links a:hover{
	color:#f06529;	
}
/*
.main-footer .footer-column{
	margin-bottom:50px;	
}*/

.main-footer .footer-widget{
	position:relative;
	margin-bottom:5px;
}

/*Footer Title*/

.main-footer .footer-column .footer-title{
	position:relative;
	margin-bottom:28px;
}

.main-footer .footer-column .footer-title h2{
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	color:#ffffff;
	padding-bottom:20px;
}

.main-footer .footer-title .separeter-line{
	position:relative;
}

.main-footer .separeter-line .line-one{
	position:relative;
	height:1px;
	width:17px;
	left:9px;
	margin-bottom:1px;
	background-color:#0899B8;
}

.main-footer .separeter-line .line-one:before{
	position:absolute;
	content:'';
	left:-9px;
	top:0px;
	height:1px;
	width:7px;
	background-color:#0899B8;
}

.main-footer .separeter-line .line-two{
	position:relative;
	height:1px;
	width:17px;
	left:9px;
	background-color:#0899B8;
}

.main-footer .separeter-line .line-two:before{
	position:absolute;
	content:'';
	left:-9px;
	top:0px;
	height:1px;
	width:7px;
	background-color:#0899B8;
}

.main-footer .work-hours-widget .text{
	margin-bottom:20px;
	line-height:1.8em;
	padding-right:20px;
}

.main-footer .contact-widget .footer-logo{
	position:relative;
	margin:-10px 0px 35px;
}

.main-footer .contact-widget .text{
	margin-bottom:20px;
	font-size:14px;
	line-height:1.7em;
	padding-right:20px;
}

.main-footer .work-hours-widget .hours-info{
	position:relative;
	max-width:300px;
}

.main-footer .work-hours-widget .hours-info li{
	position:relative;
	line-height:24px;
	margin-bottom:15px;
}

.main-footer .work-hours-widget .hours-info li .pull-right{
	color:#f06529;
}

.main-footer .about-widget .logo{
	position:relative;
	margin-top:-27px;
}

.main-footer .about-widget .text{
	margin-bottom:20px;
	line-height:1.8em;
}

.main-footer .gallery-widget{
	padding-left:25px;
}

.main-footer .gallery-widget .images-outer{
	position:relative;
	margin:0px -5px;
}

.main-footer .gallery-widget .image-box{
	position:relative;
	float:left;
	width:33.333%;
	padding:0px 3px;
	margin-bottom:5px;
}

.main-footer .gallery-widget .image-box img{
	position:relative;
	display:block;
	width:100%;
	-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-footer .gallery-widget .image-box img:hover{
	opacity:0.70;	
}

/*List Style*/

.main-footer .links-widget .list li{
	position:relative;
}

.main-footer .links-widget .list li a{
	position:relative;
	display:block;
	line-height:24px;
	color:#c4c4c4;
	font-size:16px;
	text-transform:capitalize;
	padding:4px 0px 4px 22px;
}

.main-footer .links-widget .list li a:before{
	content:'\f138';
	position:absolute;
	left:0px;
	top:1px;
	line-height:24px;
	font-size:12px;
	font-family: 'FontAwesome';
}

.main-footer .links-widget .list li a:hover{
	color:#0899B8;	
}

/*Post Widget*/

.main-footer .posts-widget .post{
	position:relative;
	padding-left:90px;
	min-height:70px;
	margin-bottom:30px;
}

.main-footer .posts-widget .post:last-child{
	margin-bottom:0px;	
}

.main-footer .posts-widget .post .image{
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	border-radius:3px;
}

.main-footer .posts-widget .post .image img{
	position:relative;
	display:block;
	width:70px;
	border-radius:50%;
}

.main-footer .posts-widget .post .text{
	position:relative;
	line-height:22px;
	font-size:15px;
	color:#c5c5c5;
	margin-bottom:10px;
}

.main-footer .posts-widget .post .text a{
	position:relative;
	color:#c4c4c4;
	font-size:15px;
}

.main-footer .posts-widget .post .time{
	position:relative;
	color:#0899B8;
	line-height:20px;
	font-size:14px;
	padding-left:20px;
}

.main-footer .posts-widget .post .time:before{
	position:absolute;
	content:'\f073';
	left:0px;
	top:-2px;
	font-size:14px;
	font-family: 'FontAwesome';
}

/*address widget*/

.main-footer .address-widget .inner-box h2{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
}

.main-footer .address-widget .inner-box .text{
	font-size:16px;
	color:#c4c4c4;
	font-weight:400;
	margin-top:16px;
}

/*time widget*/

.main-footer .time-widget .inner-box{
	text-align:right;
}

.main-footer .time-widget .inner-box h2{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:700;
	display:inline-block;
	text-transform:uppercase;
}

.main-footer .time-widget .inner-box h2 .fa,
.main-footer .address-widget .inner-box h2 .fa{
	font-weight:normal;
	padding-right:5px;
}

.main-footer .time-widget .inner-box .text{
	font-size:16px;
	color:#c4c4c4;
	font-weight:400;
	margin-top:16px;
}


.main-footer .logo-widget{
	margin-top:-20px;
}

/*contact info*/

.main-footer .contact-info{
	position:relative;
	margin-bottom:20px;	
}

.main-footer .contact-info li{
	position:relative;
	line-height:30px;
	padding-left:30px;
	color:#fff;
	font-size:15px;
}

.main-footer .contact-info li .icon{
	position:absolute;
	left:0px;
	top:0px;
	line-height:24px;
	font-size:16px;
	color:#0899B8;
}

.main-footer a{
	-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-footer .footer-bottom{
	position:relative;
	font-size:14px;
	padding:20px 0px;
	color:#c5c5c5;
	z-index:1;
	background-color:#171717;
}

.footer-style-one .copyright-text{
	position:relative;
	text-align:center;
}

/*footer form*/

.footer-form{
	position:relative;
}

.footer-form .form-group{
	position:relative;
	width:100%;
	margin-bottom:20px;
}

.footer-form .form-group .icon{
	position:absolute;
	right:20px;
	top:50%;
	margin-top:-10px;
	line-height:20px;
	font-size:14px;
	color:#999999;
	z-index:1;	
}

.footer-form .form-group input[type="text"],
.footer-form .form-group input[type="tel"],
.footer-form .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:23px;
	padding:10px 20px;
	height:45px;
	font-size:14px;
	background:#303030;
	border:1px solid transparent;
	transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-webkit-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
}

.footer-form .form-group textarea{
	background:#303030;
	height:85px;
	width:100%;
	resize:none;
	padding:10px 20px;
	border:1px solid transparent;
	transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-webkit-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
}

.footer-form .form-group input[type="text"]:focus,
.footer-form .form-group input[type="tel"]:focus,
.footer-form .form-group input[type="email"]:focus,
.footer-form .form-group textarea:focus{
	border-color:#0899B8;
}

/*Footer Style Two*/

.footer-style-two .footer-bottom{
	position:relative;
	background-color:#0899B8;
}

.footer-style-two .footer-bottom .copyright-text{
	float:left;
	color:#ffffff;
	font-size:15px;
    margin-top: 10px;
}

.footer-style-two .footer-bottom .scroll-box{
    text-align: center;
    width: 36px;
    height: 36px;
    color: #1e1e1e;
    font-size: 14px;
    float: right;
    right: 40px;
    border: 30px;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    line-height: 34px;
    background-color: #ffffff;
}

.footer-style-two .footer-bottom .scroll-box span {
	display:block;
	height:36px;
	width:36px;
	border-radius:50%;
}

.footer-style-three .footer-bottom{
	background-color:#1e1e1e;
	border-top:1px solid #333333;
}

.footer-style-three .logo{
	margin-top:-32px;
}

/*** 

====================================================================
	Welcome Section
====================================================================

***/

.welcome-section{
	position:relative;
	padding:70px 0px 0px;
}

.welcome-section .image-column{
	position:relative;
	padding-top:50px;
}

.welcome-section .image-column .image{
	padding-right:50px;
	margin-left:-200px;
}

.welcome-section .image-column .image img{
}

.welcome-section .content-column{
	position:relative;
	padding-top:80px;
	padding-bottom:50px;
}

.welcome-section .content-column .sec-title{
	position:relative;
	margin-bottom:60px;
}

/*services block*/

.services-block{
	position:relative;
	margin-bottom:40px;
}

.services-block .inner-box{
	position:relative;
	padding-left:100px;
}

.services-block .inner-box .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	line-height:1em;
	color:#0686d8;
	font-size:50px;
	margin-bottom:25px;
}

.services-block .inner-box .title-box{
	position:relative;
	margin-bottom:25px;
}

.services-block .inner-box .title-box h2{
	font-size: 17px;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.services-block .inner-box .title-box h2 a{
	color: #333333;
    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;
}

.services-block .inner-box .title-box h2 a:hover{
	color:#0899B8;
}

.services-block .inner-box .title-box .separeter-line{
	position:relative;
}

.services-block .inner-box .title-box .separeter-line .line-one{
    position: relative;
    height: 1px;
    width: 28px;
    left: 9px;
    margin-bottom: 1px;
    background-color: #0899B8;
}

.services-block .inner-box .title-box .separeter-line .line-one:before{
	position: absolute;
    content: '';
    left: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #0899B8;
}

.services-block .inner-box .title-box .separeter-line .line-two{
	position: relative;
    height: 1px;
    width: 28px;
    left: 9px;
    background-color: #0899B8;
}

.services-block .inner-box .title-box .separeter-line .line-two:before{
	position: absolute;
    content: '';
    left: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #0899B8;
}

.services-block .inner-box .inner-text{
	color:#777777;
	font-size:16px;
	line-height:1.8em;
}

/*services section*/

.services-section{
	position:relative;
	padding:145px 0px 120px;
	background-color:#fafafa;
}

.services-block-two{
	position:relative;
	margin-bottom:30px;
}

.services-block-two .inner-box{
	position:relative;
}

.services-block-two .inner-box .image-box{
	position:relative;
}

.services-block-two .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
}

.services-block-two .inner-box{
	position:relative;
	overflow:hidden;
}

.services-block-two .inner-box .lower-box{
	position:relative;
	left:0px;
	bottom:0px;
	width:100%;
	padding:21px 0px 20px 100px;
	background-color:#ffffff;
	border-top:3px solid #0899B8;
	transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-webkit-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
}

.services-block-two .inner-box .lower-box .icon-box{
	position: absolute;
	left:0px;
	top:0px;
    color: #ffffff;
    font-size: 28px;
    padding:19px 21px 15px;
    background-color: #0899B8;
    line-height: 1em;
}

.services-block-two .inner-box .lower-box h3{
	position:relative;
	font-size:17px;
	font-weight:700;
	color:#333333;
	text-transform:uppercase;
}

.services-block-two .inner-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	color:#ffffff;
	opacity:0;
	background-size:cover;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
}

.services-block-two .inner-box .overlay-box .overlay-inner{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 40px;
	text-align:center;
    background: rgba(32,127,211,0.85);
}

.services-block-two .inner-box .overlay-box .overlay-inner .content{
	position: relative;
    display: table-cell;
    vertical-align: middle;
}

.services-block-two .inner-box .overlay-box .content .icon{
	font-size:36px;
	margin-bottom:20px;
}

.services-block-two .inner-box .overlay-box .content h3{
	position:relative;
	font-weight:700;
	font-size:17px;
	text-transform:uppercase;
}

.services-block-two .inner-box .overlay-box .content h3 a{
	color:#ffffff;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-block-two .inner-box .overlay-box .content h3 a:hover{
	color:#0899B8;
}

.services-block-two .inner-box .overlay-box .content .text{
	color:#ffffff;
	font-size:16px;
	font-weight:400;
	margin-top:20px;
	margin-bottom:20px;
}

.services-block-two .inner-box .overlay-box .content .theme-btn:hover{
	color:#ffffff;
	border-color:#ffffff;	
}

.services-block-two .inner-box:hover .lower-box{
	bottom:-100%;
}

.services-block-two .inner-box:hover .overlay-box{
	top: 0px;
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}

/*** 

====================================================================
	Request Section
====================================================================

***/

.request-section{
	position:relative;
	padding:70px 0px 40px;
}

.request-section .content-column{
	position:relative;
	margin-bottom:50px;
}

.request-section .content-column .inner-box{
	position:relative;
}

.request-section .content-column .inner-box .text{
	position:relative;
	color:#777777;
	font-size:16px;
	font-weight:400;
	margin-top:30px;
}

.request-section .content-column .inner-box h3{
	position:relative;
	color:#333333;
	font-size:17px;
	font-weight:700;
	margin-top:32px;
	margin-bottom:20px;
	text-transform:uppercase;
}

.request-section .content-column .inner-box ul{
	position:relative;
}

.request-section .content-column .inner-box ul li{
	position:relative;
	color:#777777;
	font-size:15px;
	margin-bottom:8px;
}

.request-section .content-column .inner-box ul li span{
	color:#0899B8;
	text-transform:uppercase;
}

.request-section .form-column .inner-box{
	position:relative;
	padding:45px 35px 20px;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(204,204,204,0.5);
	-moz-box-shadow: 0px 0px 12px 0px rgba(204,204,204,0.5);
	box-shadow: 0px 0px 12px 0px rgba(204,204,204,0.5);
}

/*** 

====================================================================
	Default Form
====================================================================

***/

.default-form{
	position:relative;
}

.default-form .form-group{
	padding:0px 10px;
	margin-bottom:20px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="number"],
.default-form select,
.default-form textarea{
	display:block;
	width:100%;
	line-height:23px;
	height:45px;
	font-size:14px;
	border:1px solid #ccc;
	padding:10px 15px;	
	background-color:#fafafa;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.default-form textarea{
	height:115px;
	resize:none;
	border:1px solid #ccc;	
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus{
	border-color:#0899B8;
	background-color:#ffffff;	
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error{
	border-color:#ff0000;	
}

.default-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:11px;
	color:#ff0000;
	font-weight:500;	
}

/*** 

====================================================================
	Call To Action
====================================================================

***/

.call-to-action{
	position:relative;
	padding:100px 0px;
	text-align:center;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

.call-to-action:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(32,127,221,0.90);
}

.call-to-action h2{
	position:relative;
	color:#ffffff;
	font-size:26px;
	font-weight:800;
	text-align:center;
	text-transform:uppercase;
}

.call-to-action .theme-btn{
	margin-top:30px;
}

.call-to-action .theme-btn:hover{
	color:#ffffff;
	border-color:#ffffff;	
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section{
	position:relative;
	padding:145px 0px 0px;
}

.news-block{
	position:relative;
	margin-bottom:90px;
}

.news-block .inner-box{
	position:relative;
}

.news-block .inner-box .image-box{
	position:relative;
}

.news-block .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
}

.news-block .inner-box .lower-content{
	position:relative;
	margin-top:25px;
}

.news-block .inner-box .lower-content .upper-box{
	position:relative;
}

.news-block .inner-box .lower-content .upper-box h2{
	font-size:17px;
	font-weight: 700;
	line-height: 1.2em;
	padding-bottom:15px;
	text-transform: uppercase;
}

.news-block .inner-box .lower-content .upper-box h2 a{
	color: #333333;
	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;
}

.news-block .inner-box .lower-content .upper-box h2 a:hover{
	color:#0899B8;
}

.news-block .inner-box .lower-content .separeter-line .line-one{
	position:relative;
	height:1px;
	width:28px;
	left:9px;
	margin-bottom:1px;
	background-color:#0899B8;
}

.news-block .inner-box .lower-content .separeter-line .line-one:before{
	position:absolute;
	content:'';
	left:-9px;
	top:0px;
	height:1px;
	width:7px;
	background-color:#0899B8;
}

.news-block .inner-box .lower-content .separeter-line .line-two{
	position:relative;
	height:1px;
	width:28px;
	left:9px;
	background-color:#0899B8;
}

.news-block .inner-box .lower-content .separeter-line .line-two:before{
	position:absolute;
	content:'';
	left:-9px;
	top:0px;
	height:1px;
	width:7px;
	background-color:#0899B8;
}

.news-block .inner-box .lower-content .text{
	color:#777777;
	font-size:16px;
	font-weight:400;
	margin-top:26px;
}

.news-block .inner-box .lower-content .text p{
	color:#777777;
	font-weight:400;
	line-height:1.5em;
	margin-bottom:25px;
}

/*News Block Two*/

.news-block-two{
	position:relative;
	margin-bottom:40px;
}

.news-block-two .inner-box{
	position:relative;
	padding-left:130px;
	min-height:100px;
}

.news-block-two .inner-box .image-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
}

.news-block-two .inner-box .title-box{
	position:relative;
	margin-bottom:25px;
}

.news-block-two .inner-box .title-box h2{
	font-size: 17px;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.news-block-two .inner-box .title-box h2 a{
	color: #333333;
    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;
}

.news-block-two .inner-box .title-box h2 a:hover{
	color:#0899B8;;
}

.news-block-two .inner-box .title-box .separeter-line{
	position:relative;
}

.news-block-two .inner-box .title-box .separeter-line .line-one{
    position: relative;
    height: 1px;
    width: 28px;
    left: 9px;
    margin-bottom: 1px;
    background-color: #0899B8;
}

.news-block-two .inner-box .title-box .separeter-line .line-one:before{
	position: absolute;
    content: '';
    left: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #0899B8;
}

.news-block-two .inner-box .title-box .separeter-line .line-two{
	position: relative;
    height: 1px;
    width: 28px;
    left: 9px;
    background-color: #0899B8;
}

.news-block-two .inner-box .title-box .separeter-line .line-two:before{
	position: absolute;
    content: '';
    left: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #0899B8;
}

/*** 

====================================================================
	Accordion Box
====================================================================

***/

.accordion-box{
	position:relative;
	margin-bottom:40px;
}

.accordion-box .block{
	position:relative;
	margin-bottom:20px;	
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:14px;
	margin-bottom:0px;
	cursor:pointer;
	background:#f8f8f8;
	line-height:24px;
	text-transform:uppercase;
	font-weight:700;
	padding:13px 20px 11px 84px;
	border:1px solid #dddddd;
	overflow:hidden;
	color:#333333;
	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 .icon-outer{
	position:absolute;
	left:32px;
	top:50%;
	margin-top:-15px;
	width:30px;
	height:30px;
	text-align:center;
	font-size:12px;
	color:#ffffff;
	font-weight:400;
	line-height:30px;
	border-radius:50%;
	background-color:#cccccc;
	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{
	color:#333333;
}

.accordion-box .block .acc-btn.active .icon-outer{
	color:#ffffff;
	background-color:#0899B8;
	-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:15px;
	padding:25px 0px 0px;	
}

.accordion-box .block .content p{
	margin-bottom:15px;
	line-height:1.8em;
	color:#777777;
	font-size:16px;
	font-weight:400;
}

.accordion-box .block .content p:last-child{
	margin-bottom:0px;	
}

.accordion-box.style-two .block .acc-btn{
	background-color:#ffffff;
}

.accordion-box.style-two .block .content p{
	color:#eaeaea;
}

.progress-chart{
	position:relative;
}

.progress-chart .sec-title-two{
	margin-bottom:40px;	
}

.progress-chart .percentage-block{
	position:relative;
	text-align:center;
	margin-bottom:30px;
}

.progress-chart .percentage-block .inner-box .graph-title{
	position:relative;
	font-size:16px;
	color:#333333;
	margin-top:10px;
}

.progress-chart .percentage-block .inner-box .year{
	position:relative;
	color:#333333;
	font-size:18px;
	font-weight:700;
	margin-top:5px;
	font-family: 'Heebo', sans-serif;
}

.progress-chart .text{
	position:relative;
	font-size:16px;
	font-weight:400;
	line-height:1.8em;
}

.progress-chart .bar-outer{
	position:relative;
	width:150px;
	margin:0 auto 20px;	
}

.progress-chart .bar-outer .title{
	position:relative;
	text-align:center;
	width:100%;
	margin-top:20px;
	padding-top:5px;
	color:#444444;
	font-size:16px;
}

.progress-chart .bar-outer .title:before{
	content:'';
	position:absolute;
	left:50%;
	margin-left:-1px;
	height:80px;
	bottom:100%;
	border-left:2px solid #6d6e71;
}

.progress-chart .bar-outer .title:after{
	content:'';
	position:absolute;
	left:50%;
	margin-left:-3px;
	bottom:100%;
	width:5px;
	height:5px;
	border-radius:50%;
	background:#6d6e71;
}

.news-block-two .inner-box .image-box img{
	width:100%;
	display:block;
}

.news-block-two .inner-box .text{
	position:relative;
	font-size:16px;
	color:#777777;
	font-weight:400;
	line-height:1.3em;
}

/*** 

====================================================================
	Client Section
====================================================================

***/

.client-section{
	position:relative;
}

.client-section .clinet-inner{
	position:relative;
	padding:90px 0px 90px;
	border-top:1px solid #ededed;
}

.client-section .title-column{
	position:relative;
	margin-bottom:55px;
}

.client-section .title-column .text{
	position:relative;
	margin-top:30px;
}

.client-section .carousel-column{
	position:relative;
	text-align:center;
	margin-bottom:40px;
}

.client-section .carousel-column .owl-nav{
	display:none !important;
}

.client-section .carousel-column .image-box img{
	display:inline-block;
	width: auto;
    max-width: 100%;
    opacity: 0.8;
    transition: all 0.300s ease;
    -moz-transition: all 0.300s ease;
    -webkit-transition: all 0.300s ease;
    -ms-transition: all 0.300s ease;
    -o-transition: all 0.300s ease;
}

.client-section .carousel-column .image-box img:hover{
	opacity:1;
}

.client-section.style-two{
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	color:#ffffff;
}

.client-section.style-two:before{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	content:'';
	background-color: rgba(32,127,221,0.90);
}

.client-section.style-two .sec-title h2{
	color:#ffffff;
}

.client-section.style-two .sec-title .separeter-line .line-one,
.client-section.style-two .sec-title .separeter-line .line-two,
.client-section.style-two .sec-title .separeter-line .line-one:before,
.client-section.style-two .sec-title .separeter-line .line-two:before{
	background-color:#ffffff;
}

.client-section.style-two .clinet-inner{
	border:0px;
	padding:90px 0px 40px;
}

.client-section.style-two .carousel-column .image-box a img{
	border:1px solid rgba(255,255,255,0.50);
	opacity:1;
}

/*** 

====================================================================
	Blog Section
====================================================================

***/

.blog-section{
	position:relative;
	padding:145px 0px 135px;
}

.blog-section .owl-nav{
	display:none !important;
}

.blog-section .owl-dots{
	position:relative;
	text-align:center;
	margin-top:10px;
}

.blog-section .owl-dots .owl-dot{
	margin:0px 4px;
	padding:0px;
	width:12px;
	height:12px;
	color:#ffffff;
	font-size:14px;
	border-radius:50%;
	background:#d2d2d2;
	display:inline-block;
	border:2px solid transparent;
}

.blog-section .owl-dots [class*="owl-"] span{
	width: 12px !important;
    height: 12px !important;
    position: relative;
    border: 2px solid transparent;
    display: inline-block;
    border-radius: 50%;
    top: -5px;
    left: -2px;
}

.blog-section .owl-dots [class*="owl-"]:hover span,
.blog-section .owl-dots .owl-dot.active span{
	border-color:#0899B8;
	background-color:#ffffff;
}

.blog-section.padding-bottom{
	padding-bottom:50px;
}

/*** 

====================================================================
	News Blog Three
====================================================================

***/

.news-block-three{
	margin-bottom:50px;
}

.news-block-three.style-two .content-column{
	margin-top:30px;
}

.news-block-three .image-column{
	position:relative;
}

.news-block-three .image-column img{
	position:relative;
	width:100%;
	display:block;
}

.news-block-three .content-column{
	position:relative;
}

.news-block-three .content-column .upper-box{
	position:relative;
}

.news-block-three .content-column .upper-box .inner{
	position:relative;
	padding-left:62px;
}

.news-block-three .upper-box .news-title{
	position:relative;
	margin-bottom:25px;
}

.news-block-three .upper-box .news-title h2{
	font-size: 17px;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.news-block-three .upper-box .news-title h2 a{
	color: #333333;
    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;
}

.news-block-three .upper-box .news-title h2 a:hover{
	color:#0899B8;
}

.news-block-three .upper-box .news-title .separeter-line{
	position:relative;
}

.news-block-three .upper-box .news-title .separeter-line .line-one{
    position: relative;
    height: 1px;
    width: 28px;
    left: 9px;
    margin-bottom: 1px;
    background-color: #0899B8;
}

.news-block-three .upper-box .news-title .separeter-line .line-one:before{
	position: absolute;
    content: '';
    left: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #0899B8;
}

.news-block-three .upper-box .news-title .separeter-line .line-two{
	position: relative;
    height: 1px;
    width: 28px;
    left: 9px;
    background-color: #0899B8;
}

.news-block-three .upper-box .news-title .separeter-line .line-two:before{
	position: absolute;
    content: '';
    left: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #0899B8;
}

.blog-section.style-two{
	background-color:#fbfbfb;
}

.news-block-three .content-column .upper-box .inner .date{
	position:absolute;
	width:45px;
	left:0px;
	top:0px;
	color:#ffffff;
	font-size:25px;
	font-weight:700;
	display:block;
	text-align:center;
	padding:15px 0px 5px;
	background-color:#0899B8;
}

.news-block-three .content-column .upper-box .inner .date span{
	position:relative;
	top:-5px;
	font-weight:500;
	font-size:14px;
	line-height:1em;
	font-family: 'Hind Guntur', sans-serif;
}

.news-block-three .content-column .text{
	position:relative;
	color:#777777;
	font-size:16px;
	margin-top:15px;
	line-height:1.8em;
	margin-bottom:20px;
}

.news-block-three .content-column .text p{
	position:relative;
	color:#777777;
	font-size:16px;
	margin-top:15px;
	line-height:1.6em;
	margin-bottom:20px;
	font-weight:400;
}

.news-block-three .content-column .text blockquote{
	border:0px;
	padding:30px 15px 30px 35px;
	background-color:#fafafa;
}

.news-block-three .content-column .text blockquote .blockquote-text{
	border:0px;
	font-size:18px;
	color:#333333;
	font-style:italic;
	font-weight:400;
}

.news-block-three .content-column .text blockquote .blockquote-text .quote-icon{
	font-size:14px;
}

.news-block-three .content-column .post-pager{
	position:relative;
	padding:30px 0px;
	margin-top:40px;
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
}

.news-block-three .content-column .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 #0899B8;
    text-transform: uppercase;
    font-family: 'Merriweather Sans', sans-serif;
}

/*** 

====================================================================
	List Style One
====================================================================

***/

.list-style-one{
	position:relative;
	margin-top:-10px;
}

.list-style-one li{
	position:relative;
	color:#777777;
	font-size:13px;
	font-weight:400;
	margin-right:25px;
	display:inline-block;
}

.list-style-one li:after{
	position:absolute;
	content:'/';
	color:#777777;
	font-size:14px;
	right:-15px;
	top:2px;
}

.list-style-one li:last-child{
	margin-right:0px;
}

.list-style-one li:last-child::after{
	display:none;
}

.list-style-one li .icon{
	position:relative;
	color:#0899B8;
	font-size:14px;
	margin-right:2px;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section{
	position:relative;
	padding:80px 0px;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center center;
}

.testimonial-section:before{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.90);
}

.testimonial-section .owl-nav{
	display:none !important;
}

.testimonial-section .testimonial-thumbs-carousel{
	text-align:center;
	padding:50px 0px 40px 0px;
}

.testimonial-section .testimonial-thumbs-carousel .thumb-item{
	width:62px;
	border-radius:50%;
	cursor:pointer;
}

.testimonial-section .testimonial-thumbs-carousel img {
    display: block;
    width: 100%;
	border-radius:50%;
}

.testimonial-section .testimonial-carousel-outer .testimonial-content-carousel{
	padding-right:20px;
	text-align:center;
	background:url(../images/icons/testimonial-direction.png) right center no-repeat;
}

.testimonial-section .testimonial-carousel-outer .testimonial-content-carousel li .quote-icon{
	font-size:14px;
	margin:0px 6px;
}

.testimonial-section .testimonial-carousel-outer .testimonial-content-carousel li{
	color:#ffffff;
	font-size:18px;
	font-weight:300;
	padding-top:12px;
	padding-right:30px;
	font-style:italic;
	font-family: 'Hind Guntur', sans-serif;
}

.testimonial-section .testimonial-carousel-outer .testimonial-content-carousel li h3{
	color:#ffffff;
	font-size:15px;
	font-weight:500;
	font-style:normal;
	margin-top:35px;
	text-transform:uppercase;
}

.testimonial-section .testimonial-carousel-outer .testimonial-content-carousel li .text{
	font-size:14px;
	font-style:normal;
}

/*** 

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two{
	position:relative;
	padding:70px 0px 40px;
}

.services-block-three{
	position:relative;
	margin-bottom:50px;
}

.services-block-three .inner-box{
	position:relative;
}

.services-block-three .inner-box .image-box{
	position:relative;
}

.services-block-three .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
}

.services-block-three .inner-box .lower-box{
	position:relative;
	padding-top:25px;
}

.services-block-three .inner-box .lower-box .text{
	position:relative;
	color:#777777;
	font-size:16px;
}

.services-block-three .inner-box .lower-box .title-box{
	position:relative;
	margin-bottom:25px;
}

.services-block-three .inner-box .lower-box .title-box h2{
	font-size: 17px;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.services-block-three .inner-box .title-box h2 a{
	color: #333333;
    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;
}

.services-block-three .inner-box .title-box h2 a:hover{
	color:#0899B8;
}

.services-block-three .inner-box .title-box .separeter-line{
	position:relative;
}

.services-block-three .inner-box .title-box .separeter-line .line-one{
    position: relative;
    height: 1px;
    width: 28px;
    left: 9px;
    margin-bottom: 1px;
    background-color: #0899B8;
}

.services-block-three .inner-box .title-box .separeter-line .line-one:before{
	position: absolute;
    content: '';
    left: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #0899B8;
}

.services-block-three .inner-box .title-box .separeter-line .line-two{
	position: relative;
    height: 1px;
    width: 28px;
    left: 9px;
    background-color: #0899B8;
}

.services-block-three .inner-box .title-box .separeter-line .line-two:before{
	position: absolute;
    content: '';
    left: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #0899B8;
}

.services-block-three .inner-box .lower-box .icon-box{
	position:absolute;
	right:0px;
	top:30px;
	font-size:30px;
	color:#0899B8;
}

.services-section-two .services-two-bottom{
	padding-top:50px;
	border-top:1px solid #f5f5f5;
}

/*** 

====================================================================
	Fact Counter style
====================================================================

***/

.fact-counter-column{
	position:relative;
	padding:65px 0px 25px;
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.fact-counter-column:before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(32,127,221,0.90);
}

.fact-counter{
	position:relative;
}

.fact-counter .column{
	position:relative;
	margin-bottom:40px;
    width: 20%;
    float: left;
}

.fact-counter .column .inner{
	position:relative;
	text-align:center;
}

.fact-counter .column .inner .icon-box{
	position:relative;
	color:#ffffff;
	font-size:36px;
	line-height:1em;
	margin-bottom:20px;
}

.fact-counter .count-outer .percentage{
	display:inline-block;
	font-weight:700;
	color:#ffffff;
	font-size:40px;
	line-height:1em;
	font-family: 'Heebo', sans-serif;
}

.fact-counter .count-outer .count-text{
	position:relative;
	font-weight:700;
	color:#ffffff;
	font-size:40px;
	line-height:1em;
	font-family: 'Heebo', sans-serif;
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:16px;
	font-weight:400;
	color:#ffffff;
	margin-top:10px;
	font-family: 'Hind Guntur', sans-serif;
}

/*** 

====================================================================
	Services Section Three
====================================================================

***/

.services-section-three{
	position:relative;
	padding:140px 0px 100px;
}

.services-block-four{
	position:relative;
	margin-bottom:50px;
}

.services-block-four .inner-box{
	position:relative;
	padding:60px 32px;
	text-align:center;
	border:1px solid #eaeaea;
	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;
}

.services-block-four .inner-box:hover{
	border:1px solid transparent;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(234,234,234,1);
	-moz-box-shadow: 0px 0px 12px 0px rgba(234,234,234,1);
	box-shadow: 0px 0px 12px 0px rgba(234,234,234,1);
}

.services-block-four .inner-box .icon-box{
	position:relative;
    line-height: 1em;
    color: #0686d8;
    font-size: 50px;
}

.services-block-four .inner-box .title-box{
	position:relative;
}

.services-block-four .inner-box .title-box h2{
	position:relative;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2em;
	margin-top:25px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.services-block-four .inner-box .title-box h2 a{
    color: #333333;
    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;
}

.services-block-four .inner-box .title-box h2 a:hover{
	color:#0899B8;
}

.services-block-four .inner-box .title-box .separeter-line{
	position:absolute;
	left:50%;
	margin-left:-22px;
}

.services-block-four .inner-box .title-box .separeter-line .line-one{
	position:relative;
	height:1px;
	width:28px;
	left:8px;
	margin-bottom:1px;
	background-color:#0899B8;
}

.services-block-four .inner-box .title-box .separeter-line .line-one:before{
	position:absolute;
	content:'';
	left:-8px;
	top:0px;
	height:1px;
	width:7px;
	background-color:#0899B8;
}

.services-block-four .inner-box .title-box .separeter-line .line-one:after{
	position:absolute;
	content:'';
	right:-8px;
	top:0px;
	height:1px;
	width:7px;
	background-color:#0899B8;
}

.services-block-four .inner-box .title-box .separeter-line .line-two{
	position:relative;
	height:1px;
	width:28px;
	left:8px;
	background-color:#0899B8;
}

.services-block-four .inner-box .title-box .separeter-line .line-two:before{
	position:absolute;
	content:'';
	left:-8px;
	top:0px;
	height:1px;
	width:7px;
	background-color:#0899B8;
}

.services-block-four .inner-box .title-box .separeter-line .line-two:after{
	position:absolute;
	content:'';
	right:-8px;
	top:0px;
	height:1px;
	width:7px;
	background-color:#0899B8;
}

.services-block-four .inner-box .text{
	font-size:16px;
	color:#777777;
	margin-top:25px;
	line-height:1.8em;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position:relative;
	padding:140px 0px 100px;
	background-color:#fbfbfb;
}

.team-member{
	position:relative;
	margin-bottom: 40px;
}

.team-member .inner-box{
	position: relative;
	display:block;
	overflow:hidden;
}

.team-member .inner-box .image-box{
	position: relative;
}

.team-member .inner-box .image-box img{
	width: 100%;
	display: block;
}

.team-member .inner-box .image-box .overlay-box{
	position:absolute;
	left: 0px;
	top: -100%;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
    background-color: rgba(32,127,221,0.90);
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
}

.team-member .inner-box:hover .overlay-box{
	opacity:1;
	top:0px;
}

.team-member .inner-box .image-box .overlay-box .social-icon-one{
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-25px;
	width:100%;
}

.team-member .inner-box .lower-content{
	position: relative;
	text-align: center;
	padding:17px 0px 16px;
	background-color:#ffffff;
}

.team-member .inner-box .lower-content h3{
	position:relative;
	font-size: 17px;
	font-weight: 700;
	text-transform:uppercase;
}

.team-member .inner-box .lower-content h3 a{
	color: #0899B8;
}

.team-member .inner-box .lower-content h3 a{
	color: #0899B8;
	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;
}

.team-member .inner-box .lower-content h3 a:hover{
	color: #333333;
}

.team-member .inner-box .lower-content .designation{
	position: relative;
	color: #777777;
	font-size:14px;
	margin-top:4px;
}

/*** 

====================================================================
	Price Section
====================================================================

***/

.price-section{
	position:relative;
	padding:140px 0px 100px;
}

.price-box{
	position:relative;
	margin-bottom:50px;
}

.price-box .inner-box{
	position:relative;
	border:1px solid #e7e7e7;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.price-box .inner-box .upper-box{
	position:relative;
	padding:25px 0px;
	text-align:center;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	background:#333333 url(../images/background/pattern-1.png) center center no-repeat;
}

.price-box .inner-box .upper-box h4{
	position:relative;
	color:#ffffff;
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
}

.price-box .inner-box .upper-box h3{
	font-size:60px;
	color:#ffffff;
	font-weight:500;
	line-height:1em;
	margin-top:40px;
	margin-bottom:6px;
}

.price-box .inner-box .upper-box .month{
	position:relative;
	color:#0899B8;
	font-size:16px;
	font-weight:400;
	font-family: 'Hind Guntur', sans-serif;
}

.price-box .inner-box:hover .upper-box .month{
	color:#ffffff;	
}

.price-box .inner-box .lower-box{
	position:relative;
	padding:40px 0px;
	text-align:center;
}

.price-box .inner-box .lower-box ul{
	position:relative;
	margin-bottom:30px;
}

.price-box .inner-box .lower-box ul li{
	position:relative;
	color:#777777;
	font-size:16px;
	font-weight:400;
	margin-bottom:14px;
}

.price-box .inner-box .lower-box ul li.mark-list{
	text-decoration:line-through;
	color:#c1c1c1;
}

.price-box .inner-box:hover .upper-box{
	background-color:#0899B8;
}

.price-box .inner-box:hover .btn-style-five{
	background-color:#0899B8;
	border-color:#0899B8;
}

/*** 

====================================================================
	Request Section
====================================================================

***/

.callback-section{
	position:relative;
	padding-bottom:150px;
}

.callback-section .request-inner-box{
	position:relative;
	padding:38px 15px;
	text-align:center;
	border:1px solid #ececec;
}

.callback-section .request-inner-box h3{
	position:relative;
	color:#333333;
	font-size:20px;
	font-weight:800;
	margin-bottom:25px;
	text-transform:uppercase;
}

.callback-section .request-inner-box .note{
	position:relative;
	font-size:15px;
	color:#777777;
	margin-top:22px;
	margin-bottom:24px;
}

.submit-form{
	position:relative;
	max-width:730px;
	margin:0 auto 0px;	
}

.submit-form .form-group{
	position:relative;
	margin-bottom:0px;
	text-align:left;
}

.submit-form .form-group input[type="text"],
.submit-form .form-group input[type="search"],
.submit-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	height:45px;
	line-height:23px;
	padding:10px 15px;
	background:#fafafa;
	border:1px solid #eaeaea;
	-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;	
}

.submit-form .form-group input[type="text"]:focus,
.submit-form .form-group input[type="search"]:focus,
.submit-form .form-group textarea:focus{
	border-color:#0899B8;
}

.submit-form .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	display:block;
	height:45px;
	text-align:center;
	margin:0px;
	padding:10px 45px;
	line-height:24px;
	font-size:13px;
	text-transform:uppercase;
	font-weight:700;
	background:#0899B8;
	color:#ffffff;
	font-family: 'Merriweather Sans', sans-serif;
}


.callback-section-two{
	position:relative;
	z-index:10;
}

.callback-section-two .callback-inner{
	position:relative;
	margin-top:-60px;
	background-color:#ffffff;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0px 12px 0px rgba(204,204,204,1);
	box-shadow: 0px 0px 12px 0px rgba(204,204,204,1);
}

.callback-section-two .callback-inner .image-column{
	position:relative;
}

.callback-section-two .callback-inner .image-column .image img{
	display:block;
	width:100%;
}

.callback-section-two .callback-inner .content-column{
	position:relative;
}

.callback-section-two .callback-inner .content-column .inner-box{
	position:relative;
	padding:55px 40px;
}

.callback-section-two .callback-inner .content-column .default-form .form-group{
	padding:0px 15px;
}

.callback-section-two .callback-inner .content-column .default-form .form-group button{
	padding:7px 38px 6px;
	margin-top:10px;
}

/*counter-column-two*/

.counter-column-two{
	position:relative;
	padding:140px 0px 100px;
}

.counter-column-two .content-column{
	position:relative;
	margin-bottom:40px;
}

.counter-column-two .content-column .inner-box .text p{
	position:relative;
	color:#777777;
	font-size:16px;
	font-weight:400;
	margin-bottom:20px;
}

.counter-column-two .counter-column .column{
	width:50%;
}

.counter-column-two .counter-column .column .inner .icon-box{
	color:#0899B8;
	margin-bottom:10px;
}

.counter-column-two .counter-column .column .inner .count-outer .count-text,
.counter-column-two .counter-column .column .inner .percentage{
	color:#333333;
}

.counter-column-two .counter-column .column .inner .counter-title{
	color:#777777;
}

/*** 

====================================================================
	Why Us Section
====================================================================

***/

.why-us-section{
	position:relative;
	padding:140px 0px 100px;
}

.why-us-section .blocks-column{
	position:relative;
}

.why-us-section .blocks-column .inner-column{
	position:relative;
	padding-right:20px;
}

/*News Block Four*/

.news-block-four{
	position:relative;
	margin-bottom:32px;
}

.news-block-four .inner-box{
	position:relative;
	padding-right:125px;
	min-height:100px;
	text-align:right;
}

.news-block-four .inner-box .image-box{
	position:absolute;
	right:0px;
	top:0px;
	width:100px;
	margin-bottom:20px;
}

.news-block-four .inner-box .title-box{
	position:relative;
	margin-bottom:25px;
}

.news-block-four .inner-box .title-box h2{
	font-size: 17px;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.news-block-four .inner-box .title-box h2 a{
	color: #333333;
    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;
}

.news-block-four .inner-box .title-box h2 a:hover{
	color:#0899B8;
}

.news-block-four .inner-box .title-box .separeter-line{
	position:relative;
	float:right;
	margin-right:10px;
}

.news-block-four .inner-box .title-box .separeter-line .line-one{
    position: relative;
    height: 1px;
    width: 28px;
    left: 9px;
    margin-bottom: 1px;
    background-color: #0899B8;
}

.news-block-four .inner-box .title-box .separeter-line .line-one:before{
	position: absolute;
    content: '';
    left: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #0899B8;
}

.news-block-four .inner-box .title-box .separeter-line .line-two{
	position: relative;
    height: 1px;
    width: 28px;
    left: 9px;
    background-color: #0899B8;
}

.news-block-four .inner-box .title-box .separeter-line .line-two:before{
	position: absolute;
    content: '';
    left: -9px;
    top: 0px;
    height: 1px;
    width: 7px;
    background-color: #0899B8;
}

.news-block-four .inner-box .image-box img{
	width:100%;
	display:block;
}

.news-block-four .inner-box .text{
	position:relative;
	font-size:16px;
	color:#777777;
	font-weight:400;
	line-height:1.3em;
}

/*** 

====================================================================
	Video Box
====================================================================

***/

.video-box{
	position:relative;
	margin-bottom:50px;
}

.video-box .image img{
	position:relative;
	width:100%;
}

.video-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	background-color:rgba(0,0,0,0.50);
	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;
}

.video-box .overlay-box span{
	position: relative;
    width: 54px;
    height: 54px;
    top: 48%;
	padding-left:4px;
    margin-top: -27px;
    display: inline-block;
    color: #ffffff;
    line-height: 48px;
    font-size: 18px;
	border-radius:50%;
    border: 3px solid #ffffff;
    text-align: center;
}

.video-box .overlay-box:hover{
	background-color:rgba(0,0,0,0.60);
}

/*** 

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section{
	position:relative;
	padding:140px 0px 150px;
}

.gallery-section.no-item-padding .gallery-item{
	padding:0px;
}

.gallery-section .styled-pagination{
	margin-top:100px;
}

.gallery-item{
	position:relative;
}

.gallery-item .inner-box{
	position:relative;
	overflow:hidden;
}

.gallery-item .inner-box img{
	position:relative;
	display:block;
	width:100%;
}

.gallery-item .inner-box:hover .overlay-box{
	left:0px;
}

.gallery-item .inner-box .overlay-box{
	position: absolute;
    left: -100%;
    top: 0px;
    width: 100%;
    height: 100%;
	text-align:center;
    background-color: rgba(32,127,221,0.80);
	transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-webkit-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
}

.gallery-item .inner-box .overlay-box .portfolio-links{
	position:absolute;
	text-align:center;
	width: 100%;
    height: 100%;
}

.gallery-item .inner-box .overlay-box .plus-icon{
	position:relative;
	width:48px;
	height:48px;
	margin:0 auto;
	top:48%;
	margin-left:8px;
	margin-top:-15px;
	background-color:#ffffff;
	border-radius:50%;
	text-align:center;
	color:#0899B8;
	line-height:48px;
	display:inline-block;
}

.gallery-section .btn-box{
	margin-top:60px;
}

.gallery-item.masonry-item{
	margin-bottom:30px;
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title{
	position:relative;
	text-align:center;
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center center;
	border-bottom:2px solid #0899B8;
}

.page-title:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.70);
}

.page-title h2{
	position:relative;
	font-size:45px;
	font-weight:700;
	color:#ffffff;
	padding:110px 0px 84px;
	text-transform:uppercase;
}

.page-title .bread-crumb{
	position:relative;
	display:inline-block;
	padding:9px 50px 6px;
	border-radius:50px;
	top:20px;
	z-index:1;
	background-color:#0899B8;
}

.page-title .bread-crumb li{
	position:relative;
	display:inline-block;
	line-height:1em;
	margin-right:35px;
	color:#ffffff;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
}

.page-title .bread-crumb li:after{
	content:'\f192';
	position:absolute;
	right:-29px;
	top:-2px;
	font-weight:400;
	width:20px;
	text-align:center;
	line-height:1em;
	font-family: 'FontAwesome';
}

.page-title .bread-crumb li:last-child{
	margin-right:0px;	
}

.page-title .bread-crumb li:last-child:after{
	display:none;	
}

.page-title .bread-crumb li a{
	color:#ffffff;
	font-weight:700;
	text-transform:uppercase;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:170px 0px 100px;
}

.sidebar-page-container .content-side{
	margin-bottom:50px;
}

.sidebar-page-container .content-side .news-info-section .styled-pagination{
	margin-top:50px;
}

.sidebar-page-container .content-side .news-block{
	margin-bottom:0px;
}

.sidebar .sidebar-widget{
    position: relative;
    margin-bottom: 48px;
}

.sidebar .sidebar-category .list{
	position:relative;
	border:1px solid #e5e5e5;
}

.sidebar .sidebar-category .list li{
	position:relative;
	line-height:24px;
	border-bottom:1px solid #e5e5e5;
}

.sidebar .sidebar-category .list li:last-child{
	border-bottom:0px;
}

.sidebar .sidebar-category .list li a{
	position:relative;
	display:block;
	color:#333333;
	font-size:16px;
	font-weight:400;
	line-height:24px;
	padding:18px 20px 18px 70px;
	background:none;
}

.sidebar .sidebar-category .list li a:before {
    content: "\f18b";
    font-family: "Flaticon";
    font-size: 14px;
    left:40px;
    line-height:20px;
    position: absolute;
}

.sidebar .sidebar-category .list li a:hover{
	color:#0899B8;
}

/*Broucher Widget*/

.sidebar .broucher-widget{
	position:relative;
}

.sidebar .broucher-widget .broucher-inner{
	position:relative;
	padding:25px 30px 0px;
	border:1px solid #e5e5e5;
}

.sidebar .broucher-widget .broucher-inner .broucher-box{
	position:relative;
	margin-bottom:25px;
}

.sidebar .broucher-widget .broucher-inner .broucher-box .inner{
	position:relative;
	text-align:center;
}

.sidebar .broucher-widget .broucher-inner .broucher-box .inner .icon-box{
	position:relative;
	color:#3e90e2;
	font-size:28px;
}

.sidebar .broucher-widget .broucher-inner .broucher-box .inner .file-name{
	position:relative;
	font-size:16px;
	color:#333333;
	margin:8px 0px;
}

.sidebar .broucher-widget .broucher-inner .broucher-box .inner .download-btn{
	position:relative;
	width:40px;
	height:40px;
	color:#acacac;
	line-height:36px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	border:2px solid #e2e2e2;
	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;
}

.sidebar .broucher-widget .broucher-inner .broucher-box .inner:hover .download-btn{
	color:#ffffff;
	border-color:#0899B8;
	background-color:#0899B8;
}

/*** 

====================================================================
	Post Feed
====================================================================

***/

.post-feed{
	position:relative;
	margin-bottom:18px;
}

.post-feed .text a{
	position:relative;
	font-size:15px;
	color:#777777;
}

.post-feed .text a:hover{
	color:#0899B8;
}

.post-feed .posted-date{
	position:relative;
	color:#0899B8;
	font-size:13px;
	padding-left:20px;
	margin-top:6px;
	display:inline-block;
}

.post-feed .posted-date:before{
	position:absolute;
	content: "\f111";
	left:0px;
	top:-2px;
	font-weight:600;
	font-family: "Flaticon";
}

/*** 

====================================================================
	Search Box
====================================================================

***/

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:24px;
	padding:10px 40px 10px 20px;
	border:1px solid #eaeaea;
	background:#f9f9f9;
	color:#222222;
	display:block;
	font-size:14px;
	width:100%;
	height:50px;
	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:#0899B8;	
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:50px;
	width:50px;
	line-height:50px;
	text-align:center;
	display:block;
	font-size:14px;
	color:#b5b5b5;
	background:none;
	font-weight:normal;
}

.sidebar .search-box .form-group input:focus + button,
.sidebar .search-box .form-group button:hover{
	color:#0899B8;
}

/*** 

====================================================================
	Category Widget
====================================================================

***/

.sidebar .list-category{
	position:relative;
}

.sidebar .list-category li{
	position:relative;
	line-height:24px;
}

.sidebar .list-category li:last-child{
	border-bottom:0px;
}

.sidebar .list-category li a{
	position:relative;
	display:block;
	color:#777777;
	font-size:16px;
	font-weight:400;
	line-height:24px;
	padding:7px 10px 7px 25px;
	background:none;
}

.sidebar .list-category li a:before {
    content: "\f18b";
    font-family: "Flaticon";
    font-size: 12px;
    left:0px;
    line-height:20px;
    position: absolute;
}

.sidebar .list-category li a:hover{
	color:#0899B8;
}

/*** 

====================================================================
	Recent Gallery
====================================================================

***/

.sidebar .recent-gallery .image{
	position:relative;
	float:left;
	width:33.333%;
	padding:0px 10px 10px 0px;	
}

.sidebar .recent-gallery .image img{
	position:relative;
	display:block;
	width:100%;	
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination li{
	position:relative;
	display:inline-block;
	margin:0px 5px 7px 0px;
}

.styled-pagination li a{
	position:relative;
	display:block;
	line-height:24px;
	padding:10px 5px;
	font-size:14px;
	min-width:48px;	
	color:#c3c3c3;
	font-weight:500;
	text-align:center;
	border-radius:50%;
	border:2px solid #d1d1d1;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	font-family: 'Heebo', sans-serif;
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#ffffff;
	background:#0899B8;
	border-color:#0899B8;
}

/*** 

====================================================================
	Gallery Detail
====================================================================

***/

.gallery-detail{
	position:relative;
	padding:165px 0px 130px;
}

.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 #0899B8;
	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;
}

/*** 

====================================================================
	List Style Two
====================================================================

***/

.list-style-two{
	position:relative;
	margin-bottom:30px;
}

.list-style-two li{
	position:relative;
	padding-left:30px;
	margin-bottom:15px;
	font-size:16px;
	font-weight:400;
	color:#333333;
	font-style:italic;
}

.list-style-two li:before{
	position:absolute;
	content: '\f18b';
	left:0px;
	top:0px;
	font-style:normal;
	color:#0899B8;
	font-size:14px;
	font-family: "Flaticon";
}

/*** 

====================================================================
	Accorddian Section
====================================================================

***/

.accorddian-section{
	position:relative;
	overflow:hidden;
	background-color:#545359;
}

.accorddian-section .accordion-column{
	padding-top:110px;
}

.accorddian-section .accordion-column .accordion-box.style-two{
	position:relative;
	padding-top:20px;
	padding-bottom:60px;
}

.accorddian-section .accordion-column .sec-title-two h2{
	color:#ffffff;
}

.accorddian-section .image-column{
	position:relative;
}

.accorddian-section .image-column .image{
	position:relative;
}

.accorddian-section .image-column .image img{
	position:relative;
	max-width:none;
}

/*** 

====================================================================
	Comment Form
====================================================================

***/

.comments-area{
	position:relative;
	margin-bottom:32px;
	margin-top:80px;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:20px 0px 25px;
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	padding:0px 0px 0px 110px;
	font-size:14px;
}

.sidebar-page-container .comments-area .comment .comment-inner{
	position:relative;
}

.sidebar-page-container .comments-area .reply-comment{
	padding-left:120px;	
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:82px;
	height:82px;
	overflow:hidden;
	border-radius:50%;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	border-radius:50%;
	width:100%;
	display:block;
}

.sidebar-page-container .comments-area .comment-info{
	color:#3e5773;
	line-height:24px;
	font-size:13px;
}

.sidebar-page-container .comments-area .comment-box h4{
	position:relative;
	float:left;
	font-size:13px;
	font-weight:700;
	color:#333333;
	text-transform:uppercase;
	font-family: 'Merriweather Sans', sans-serif;
}

.sidebar-page-container .comments-area .comment-box .text{
	color:#777777;
	font-size:16px;
	margin-top:18px;
    margin-bottom: 8px;
    line-height: 1.6em;
	display:inline-block;
}

.sidebar-page-container .comments-area .comment-time{
	font-size:14px;
	color:#0899B8;
	font-weight:400;
	float:right;
	line-height:22px;
	height:18px;
	margin-left:20px;
	padding-left:20px;
	display:inline-block;
	border-left:1px solid #0899B8;
}

.sidebar-page-container .comments-area .comment .comment-reply{
	position:relative;
	font-size:14px;
	color:#0899B8;
	font-weight:400;
	float:right;
	line-height:18px;
	text-transform:capitalize;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment .comment-reply:hover{
	color:#0899B8;
}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/
 
.comment-form .sec-title-two{
	margin-bottom:40px;
}

.comment-form .form-group{
	position:relative;
	margin-bottom:30px;
	padding:0px 12px;
}

.comment-form .form-group:last-child{
	margin-bottom:0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:23px;
	padding:10px 20px;
	color:#aaaaaa;
	height:45px;
	font-size:15px;
	background:#fafafa;
	border:1px solid #eaeaea;
	-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:#0899B8;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:10px 20px;
	color:#222222;
	height:115px;
	background:#fafafa;
	resize:none;
	font-size:14px;
	border:1px solid #eaeaea;
	-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 button{
	padding:7px 45px 6px;
}

/*** 

====================================================================
	Contact Form
====================================================================

 ***/

.contact-section{
	position:relative;
	padding:40px 0px 150px;
}

.contact-section .contact-inner{
	position:relative;
	padding:60px 70px 10px;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(204,204,204,0.85);
	-moz-box-shadow: 0px 0px 12px 0px rgba(204,204,204,0.85);
	box-shadow: 0px 0px 12px 0px rgba(204,204,204,0.85);
}

.default-form.contact-form label.error{
	color:#ff0000;
	line-height:20px;
	padding:10px 0px 0px 0px;
	text-transform:capitalize;
	font-weight:400;
	font-size:14px;
}

.contact-form .form-group{
	padding:0px 15px;
	margin-bottom:30px;
}

.contact-form .form-group button{
	padding:7px 50px 6px;
	margin-top:10px;
}

/*** 

====================================================================
	Contact Info Section
====================================================================

 ***/

.contact-info-section{
	position:relative;
	padding:90px 0px 0px;
}

.contact-info-section .info-column{
	position:relative;
	margin-bottom:50px;
}

.contact-info-section .info-column .inner-box{
	position:relative;
}

.contact-info-section .info-column .inner-box .text{
	position:relative;
	font-size:16px;
	color:#545454;
	margin-bottom:30px;
}

/*** 

====================================================================
	List Style Three
====================================================================

***/

.list-style-three{
	position:relative;
}

.list-style-three li{
	position:relative;
	color:#0899B8;
	font-size:18px;
	font-weight:700;
	padding-left:24px;
	margin-bottom:35px;
	text-transform:uppercase;
	font-family: 'Heebo', sans-serif;
}

.list-style-three li:last-child{
	margin-bottom:0px;
}

.list-style-three li .arrow{
	position:absolute;
	left:0px;
	top:0px;
	color:#0899B8;
	font-size:16px;
	margin:0px;
	font-family: 'FontAwesome';
}

.list-style-three li span{
	color:#585858;
	font-size:16px;
	font-weight:400;
	margin-top:15px;
	margin-left:-24px;
	display:inline-block;
	text-transform:capitalize;
	font-family: 'Hind Guntur', sans-serif;
}

/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-section{
	position:relative;
}

.map-section .map-container{
	position:relative;
	z-index:10;	
}

.map-data{
	text-align:center;
	font-size:14px;
	line-height:1.8em;
	font-weight:400;
}

.map-canvas{
	position:relative;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

/*** 

====================================================================
	Service Details Section
====================================================================

***/

.service-details{
	position:relative;
	margin-bottom:90px;
}

.service-details .inner-box{
	position:relative;
}

.service-details .inner-box .image-box{
	position:relative;
}

.service-details .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
}

.service-details .inner-box .lower-content{
	position:relative;
	margin-top:25px;
}

.service-details .inner-box .lower-content .upper-box{
	position:relative;
	margin-bottom:25px;
}

.service-details .inner-box .lower-content .upper-box h2{
	font-size:18px;
	font-weight: 700;
	color: #333333;
	line-height: 1.2em;
	padding-bottom:15px;
	text-transform: uppercase;
}

.service-details .inner-box .lower-content .upper-box h2 a{
	color: #333333;
	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;
}

.service-details .inner-box .lower-content .upper-box h2 a:hover{
	color:#0899B8;
}

.service-details .inner-box .lower-content .separeter-line .line-one{
	position:relative;
	height:1px;
	width:28px;
	left:9px;
	margin-bottom:1px;
	background-color:#0899B8;
}

.service-details .inner-box .lower-content .separeter-line .line-one:before{
	position:absolute;
	content:'';
	left:-9px;
	top:0px;
	height:1px;
	width:7px;
	background-color:#0899B8;
}

.service-details .inner-box .lower-content .separeter-line .line-two{
	position:relative;
	height:1px;
	width:28px;
	left:9px;
	background-color:#0899B8;
}

.service-details .inner-box .lower-content .separeter-line .line-two:before{
	position:absolute;
	content:'';
	left:-9px;
	top:0px;
	height:1px;
	width:7px;
	background-color:#0899B8;
}

.service-details .inner-box .lower-content .text{
	color:#777777;
	font-size:16px;
	font-weight:400;
}

.service-details .inner-box .lower-content .text p{
	color:#777777;
	font-weight:400;
	line-height:1.5em;
	margin-bottom:25px;
}

.featured-block{
	position:relative;
	margin-bottom:50px;
}

.featured-block .inner-box{
	position:relative;
}

.featured-block .inner-box .image-box{
	position:relative;
}

.featured-block .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
}

.featured-block .inner-box .lower-content{
	position:relative;
	margin-top:25px;
}

.featured-block .inner-box .lower-content .text{
	color:#777777;
	font-size:16px;
	font-weight:400;
}

.featured-block .inner-box .lower-content .text p{
	color:#777777;
	font-weight:400;
	line-height:1.5em;
	margin-bottom:25px;
}

.service-details .sec-title-two h2{
	font-size:18px;	
}




