/*=======================
 01. Global CSS
=========================*/   
*{
	padding:0;
	margin:0;
} 
html,body {
	height: 100%;
	margin: 0;
}
.container-fluid {
   
    background-color: #15424C !important;
}

body { 
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
	font-size: 14px;
    line-height: 24px;
	color:#353535;
	background:#fff;
	position:relative;
}
h1,h2,h3,h4,h5,h6 {
    text-transform: capitalize;
	font-weight:700;
	margin:0;
}
p {
	margin:0;
	color:#555;
}
a,button {
    text-decoration: none;
    transition: all 0.4s ease;
}
img{
    max-width: 100%;
	display:block;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
button,a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    border: none;
    outline: none;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.btn:hover,
.btn:focus,
.btn:active{
	color:#fff;
	box-shadow:none;
	outline: none;
}
.btn {
	display: inline-block;
	background: #353535;
	color: #fff;
	padding: 14px 35px;
	text-transform: uppercase;
	font-size: 14px;
	border: 0px solid;
	font-weight: 500;
	position: relative;
	border-radius:3px;
}
.btn.primary:hover {
	background:#353535;
}
.btn.transparent{
	background:transparent;
	color:#353535;
	border:1px solid #ddd;
}
.btn.transparent:hover{
	background:#353535;
	border-color:transparent;
	color:#fff;
}
.btn.radius{
	border-radius:30px;
}
.btn:hover{
	-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
select:focus,
select:active {
    box-shadow: 0;
    border: 0;
    outline: 0
}
ul,
ul li {
    margin: 0;
    padding: 0;
	list-style:none;
}
.table {
	display: table;
	width: 100%;
	height: 100%;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.navbar {
    margin-bottom: 0;
    border: 0;
}
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
    text-decoration: none;
}
.section {
    padding:80px 0;
	background-image: linear-gradient(to top right,#123E4A, #3A736A, #3A736A, #123E4A) !important;
}
.section-title {
	margin-bottom: 30px;
	text-align: center;
	text-align: center;
	padding: 0 230px;
}
/*.newclass{
    margin-right: -44px;
}*/
.section-title h1 {
	font-size: 28px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 15px;
	display: inline-block;
	letter-spacing: 1px;
	padding-bottom: 15px;
	color: #fff !important;
}
.section-title h1::before {
	position: absolute;
	content: "";
	z-index: 1;
	width: 90px;
	height: 2px;
	bottom: 0;
	left: 50%;
	margin-left: -45px;
}
.section-title h1::after {
	position: absolute;
	content: "";
	z-index: 1;
	width: 60px;
	height: 2px;
	bottom: -4px;
	left: 50%;
	margin-left: -30px;
}
.nav-area{
	position:relative;
}
.header.style2 .nav li a:active{
color:#009000 !important;
}
.mobile-nav{
	display:none;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
input,
input:focus,
input:active {
	border:none;
    outline: none;
	font-family: 'Open Sans', sans-serif;
}
select{
    -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
textarea:focus {
    outline: none !important;
    box-shadow: none !important
}
/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
/*Remove bootstrap tab css*/
.nav-tabs > li > a {
    border: 0
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border: 0;
    outline: 0
}
.nav-tabs {
    border: 0
}

.nav-tabs > li > a:hover {
    border: 0
}
.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
	position: relative;
	border-top: 0px solid;
	box-shadow: none;
}
/* Extra Margin & Padding */
.shortcode-margin-top{
	margin-top:80px
}
.shortcode-margin-bottom{
	margin-top:80px
}
.padding-top{
	padding-top:80px
}
.padding-bottom{
	padding-bottom:80px
}
.shortcode{
	padding:50px 0;
	text-align:center;
}
.shortcode .shortcode-title h1{
	font-size:28px;
	text-transform:uppercase;
}
#myMap {
	height: 400px;
	width: 100%;
}
/*Bread Crumbs */
.breadcrumbs {
	position: relative;
	text-align: center;
	background-image: linear-gradient(#123E4A, #3A736A, #3A736A, #123E4A);
}
.breadcrumbs::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	background: #000;
	opacity: 0.3;
}
.breadcrumbs .bread-inner{
	z-index:22;
}
.breadcrumbs h2 {
	color: #fff;
	text-transform: capitalize;
	font-size: 32px;
	padding: 10px 0;
}
.breadcrumbs .bread-list {
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.20);
	display: inline-block;
	padding: 10px 200px;
}
.breadcrumbs ul li {
	display: inline-block;
	position: relative;
}
.breadcrumbs ul li a {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
}
.breadcrumbs ul li.active a{
	font-weight:400;
}
.breadcrumbs ul li i{
	margin-left:5px;
}
#scrollUp {
	right: 10px;
	bottom: 12px;
	color: #fff;
	font-size: 22px;
	opacity: 1;
	border-radius: 100%;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
#scrollUp:hover {
	background:#353535;
}
.box-bg{
	background-repeat: repeat;
	background-attachment: inherit;
	background-size: inherit;
}
.header-inner .row{
 margin-left: -26px;   
}
.boxed-layout{
	position: relative;
	max-width: 1240px;
	background: #fff;
	margin: 0 auto;
	overflow: hidden;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
.boxed-layout .header.onepage.sticky .header-inner{
	max-width:1240px;
	top:0;
	left:auto;
	right:auto;
}
.boxed-layout .blog-main .owl-controls .owl-nav .owl-prev {
	left: -50px;
}
.boxed-layout .blog-main .owl-controls .owl-nav .owl-next {
	right: -50px;
}

.boxed-layout .testimonials .owl-controls .owl-nav .owl-prev {
	left: -50px;
}
.boxed-layout .testimonials .owl-controls .owl-nav .owl-next {
	right: -50px;
}


/*=======================
  02. Header CSS
=========================*/ 
.header{
	background:#fff;
}
/* Topbar */
.header .topbar-inner {
	background: #353535;
	position: relative;
	padding: 10px 35px;
}
.header .topbar-inner:before{
	background: #353535;
	content: "";
	height: 71px;
	left: -25px;
	position: absolute;
	top: -25px;
	-webkit-transform: rotate(-38deg);
	-moz-transform: rotate(-38deg);
	-ms-transform: rotate(-38deg);
	-o-transform: rotate(-38deg);
	transform: rotate(-38deg);
	width: 29px;
	z-index: 3;
}
.header .topbar-inner:after{
	background: #353535;
	content: "";
	height: 71px;
	right: -25px;
	position: absolute;
	top: -25px;
	-webkit-transform: rotate(-38deg);
	-moz-transform: rotate(-38deg);
	-ms-transform: rotate(-38deg);
	-o-transform: rotate(-38deg);
	transform: rotate(38deg);
	width: 29px;
	z-index: 3;
}
.header .topbar .contact {
	float: left;
}
.header .topbar .contact li {
	color: #fff;
	display: inline-block;
	margin-right: 20px;
}
.header .topbar .contact li:last-child{
	margin-right:0px;
}
.header .topbar .contact li i {
	margin-right: 5px;
	color: #fff;
	border-radius: 100%;
	text-align: center;
	font-size: 15px;
}
.header .topbar .contact li a{
	color: #fff;
}

/* Social */
.header .topbar .social {
	top: 0px;
	position: relative;
	text-align: right;
}
/* Logo */
.header .logo {
	/*padding-top: 35px;*/
}
/* Header Widget */
.header .header-widget {
	float: right;
	padding: 30px 0;
}
.header .single-widget {
	float: left;
	position: relative;
	padding-left: 40px;
	margin-right: 30px;
}
.single-widget p{
    color: #fff;
}
.header .single-widget:last-child{
	    margin: 0;
    border-color: 2px solid;
    border: 2px solid #fff;
    padding: 10px;
}
.header .single-widget i {
	position: absolute;
	top: 8px;
	left: 0px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 25px;
}
.header .single-widget h4 {
	margin-bottom: 2px;
	font-size: 14px;
	text-transform: initial;
	color: #fff;
	font-weight: 500;
        text-align: center;
}
.header .single-widget a{
	color: #fff;
}

/* Main Menu */
.header .header-inner {
	background: #353535;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header .mainmenu {
	float: left;
	width: 100%;
}
.header .nav li {
	position: relative;
	margin-right: 5px;
}
.header .nav li:last-child{
	margin:0;
}
.header .nav li a {
	color: #009000;
	text-transform: uppercase;
	font-size: 13px;
	padding: 22px 15px;
	position: relative;
	font-weight: 500;
	display: block;
        font-weight: bold;
}
.header .mainmenu .nav .active{
	border-bottom: 5px solid #3A736A;
    color: #3A736A !important;
	
}
.header .mainmenu .nav .active a{
/*	color: #009000 !important;*/
}
.header .nav li:hover a, 
.header .nav li.active a {
	color: #3A736A;
}
.header .nav li a i {
	margin-left: 8px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header .nav li:hover a i,
.header .nav li.active a i{
	opacity:1;
	visibility:visible;
	-webkit-transform:translateX(0%);
	-moz-transform:translateX(0%);
	transform:translateX(0%);
}
.header .nav li a::before {
	position: absolute;
	top: 0px;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
	content: "";
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 6px solid #fff;
	left: 50%;
	margin-left: -8px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header .nav li.active a::before, 
.header .nav li:hover a::before {
	-webkit-transform:translateY(0%);
	-moz-transform:translateY(0%);
	transform:translateY(0%);
	opacity:1;
	visibility:visible;
}
.header .nav .drop-down {
    position: absolute;
    left: 0;
    z-index: 8;
    width: 280px;
    top: 100%;
    opacity: 0;
    background: #fff;
    visibility: hidden;
    border-top: 3px solid;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 999;
    -webkit-box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.40);
    box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.40);
     padding: 5px 0;
    background-color: #3A736A !important;
}
.header .nav li:hover .drop-down{
	opacity:1;
	visibility:visible;
}
.header .nav .drop-down li {
	margin: 0;
}
.header .mainmenu .nav .drop-down li a {
	color: #353535;
	text-align: left;
	border-radius: 0px;
	background: transparent;
	text-transform: capitalize;
	padding: 10px 15px;
	font-weight: 400;
}
.header .nav .drop-down li a:before{
	display:none;
}
.header .nav .drop-down li:hover a{
	color:#fff;
}
.header .nav .drop-down a i {
	margin-top: 5px;
	float: right;
	transform:translateX(0%);
	transition:none;
}
.header .nav li .drop-down.sub-menu{
	left:110%;
	top:0;
	-webkit-box-shadow:0px 7px 9px rgba(0, 0, 0, 0.40);
	-moz-box-shadow:0px 7px 9px rgba(0, 0, 0, 0.40);
	box-shadow:0px 7px 9px rgba(0, 0, 0, 0.40);
	opacity:0;
	visibility:hidden;
}
.header .drop-down li:hover .drop-down.sub-menu{
	opacity:1;
	left:100%;
	visibility:visible;
}
.header .nav .drop-down li:hover .sub-menu li a{
	background:transparent;
	color:#353535;
}
.header .nav .drop-down li .sub-menu li:hover a{
	color:#fff;
}


/* Social */
.header .social {
	position: absolute;
	right: 0;
	top: 35px !important;
}
.header .social li {
	display: inline-block;
	margin-right: 8px;
}
.header .social li:last-child{
	margin:0;
}
.header .social a {
	display: block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 0px;
	color: #3A736A;
	border-radius: 100%;
    background-color: #fff;
}
.header .social li.active a,
.header .social li:hover a{
	
	background: #000;
}

/* Header Style 2 */
.header.style2 {
	background: #fff;
}
.header.style2 .logo {
	/*padding-top: 25px;*/
}
.header.style2 .header-inner{
	background:transparent;
}
.header.style2 .navbar-nav {
	float: right;
	margin-right: -16px;
}

.header.style2 .nav li a {
    color: #fff;
    padding: 30px 15px;
}


.header.style2 .nav li:hover a, 
.header.style2 .nav li.active a{
	
	color: #3A736A !important;
}
.header.style2 .nav li:hover ul li a{
	color:#353535;
}
.header.style2 .nav li a::before {
	display: none;
}
.header.style2 .nav li ul li:hover a{
	color:#fff;
}
.header.style2 .nav li ul .list-menu li a{
	color:#555;
	background:transparent;
	padding:0px 0 20px 0;
}
.header.style2 .nav .drop-down li a{
	padding:10px 15px;
}
.header.style2 .form {
	position: relative;
	background: #fff;	
}
.header.style2 .form input {
	width: 100%;
	height: 50px;
	text-align: left;
	padding: 0 53px 0 15px;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	float: right;
	border: 1px solid #eee;
}
.header.style2 .form button {
	border: 0px solid;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	background: transparent;
	width: 57px;
	height: 50px;
	color: #fff;
}
.header.style2 .form button:hover{
	background:#353535;
}
.header.style2 .topbar .form button i {
	top: 0;
	left: 0;
	width: 40px;
	height: 45px;
	text-align: center;
	line-height: 44px;
	position: absolute;
	cursor: pointer;
	font-size: 16px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.topbar{
    background-image: linear-gradient(#123E4A, #3A736A, #3A736A, #123E4A);
}
.header.style2 .form button i{
	position:relative;
}
.header.style2 .search {
	position: absolute;
	right: 0;
	top: 27px;
}
.header.style2 .search li a {
	width: 25px;
	display: block;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header.style2 .search.active a i:after{
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header.style2 .search.active a i:before{
	content:"\f00d";
}
.header.style2 .search-form {
	width: 400px;
	right: 0;
	z-index: 4;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: absolute;
	right: 0;
	opacity: 0;
	visibility: hidden;
	top: 100%;
}
.header.style2 .search-form.active{
	opacity:1;
	visibility:visible;
}


/* Header Sticky */
.header.onepage.sticky .header-inner{
	position: fixed;
	z-index: 455;
	width: 100%;
	border-radius: 0;
	top: 0;
	left:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	animation: fadeInDown 1s both 0.2s;
}
.header.style2.onepage.sticky .header-inner{
	background:#fff;
	-webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.38);
	-moz-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.38);
	box-shadow:0px 0px 5px rgba(0, 0, 0, 0.38);
}
.header.style3.onepage.sticky .header-inner{
	height:65px;
}

.owl-prev .fa{
padding-top:6px;
}
/*=======================
  End Header CSS
=========================*/ 


/*=======================
  05. services CSS
=========================*/ 
.services{
	background:#f6f6f6;
}
.services .single-services {
	background: #fff;
	padding: 40px 20px 40px 72px;
	position: relative;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.30);
	margin-top: 30px;
	text-align: left;
	overflow: hidden;
}
.services .single-services:before{
	position:absolute;
	left:0;
	top:0;
	content:"";
	width:0%;
	height:3px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.services .single-services:hover:before{
	width:100%;
}
.services .single-services .icon i {
	font-size: 32px;
	position: absolute;
	left: 20px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	border: 1px solid transparent;
	top: 48px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.services .single-services:hover .icon i{
	-webkit-transform:translateX(-200%);
	-moz-transform:translateX(-200%);
	transform:translateX(-200%);
}
.services .single-services .icon.two i{
	opacity:0;
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	transform:scale(0.5);
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.services .single-services:hover .icon.two i{
	-webkit-transform:scale(1.0);
	-moz-transform:scale(1.0);
	transform:scale(1.0);
	opacity:1;
}
.services .single-services h2 {
	font-size: 18px;
	margin: 0 0 15px;
}
.services .single-services h2 a{
	color:#353535;
}

/* Services Sidebar */
.services .single-sidebar {
	background: #fff;
	padding: 15px;
	margin-top: 30px;
}
.services .single-sidebar h2 {
	text-transform: capitalize;
	font-size: 18px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	display: inline-block;
	position: relative;
}
.services .single-sidebar h2::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 2px;
	content: "";
	border-radius: 0px;
}
.services .single-sidebar ul li {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 500;
	padding: 10px;
}
.services .single-sidebar ul li:last-child {
	margin: 0;
	padding-bottom: 0px;
}
.services .single-sidebar ul li:before{
	display:none;
}
.services .single-sidebar ul li i{
	margin-right:10px;
}
.services .single-sidebar ul li.active a,
.services .single-sidebar ul li.active:hover a{
	color:#fff;
}
.services .single-sidebar ul li.active a i{
	color:#fff;
}
.services .single-sidebar ul li a {
	color: #353535;
}
.services .single-sidebar.service img {
	display: inline-block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	width: 100%;
}
.services .single-sidebar.service .single-service {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.services .single-sidebar.service .single-service:last-child {
	margin:0px;
}
.services .single-sidebar.service .single-service:hover img{
	-webkit-transform:scale(1.5);
	-moz-transform:scale(1.5);
	transform:scale(1.5);
}
.services .single-sidebar.service .caption {
	text-align: center;
	padding: 8px;
	position: absolute;
	width: 100%;
	bottom: -100px;
	opacity:0;
	visibility:hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	color:#fff;
}
.services .single-sidebar.service .single-service:hover .caption{
	opacity:1;
	visibility:visible;
	bottom:0;
}
.services .single-sidebar.service .single-service .caption a{
	color:#fff;
}

/* Services Single */
.services.single{
	padding:50px 0 80px;
}
.services.single .services-slider .owl-dots {
	position: absolute;
	margin-top: -10px;
	left: 50%;
	margin-left: -15px;
	bottom: 30px;
}
.services.single .services-slider .owl-nav div {
	position: absolute;
	top: 50%;
	background: transparent;
	color: #fff;
	border: 0px solid;
	width: 46px;
	height: 46px;
	line-height: 46px;
	padding: 0;
	border-radius: 0px;
	opacity: 1;
	font-size: 32px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: -23px 0 0;
}
.services.single .services-slider .owl-nav div:hover{
	color:#fff;
}
.services.single .services-slider .owl-nav .owl-prev {
	left:0;
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	transform-origin: left;
	-webkit-transform: perspective(600px) rotateY(90deg);
	-moz-transform: perspective(600px) rotateY(90deg);
	transform: perspective(600px) rotateY(90deg);
}
.services.single .services-slider:hover .owl-nav .owl-prev{
	-webkit-transform: perspective(600px) rotateY(0deg);
	-moz-transform: perspective(600px) rotateY(0deg);
	transform: perspective(600px) rotateY(0deg);
}
.services.single .services-slider .owl-nav .owl-next{
	right:0;
	-webkit-transform-origin: right;
	-moz-transform-origin: right;
	transform-origin: right;
	-webkit-transform: perspective(600px) rotateY(-90deg);
	-moz-transform: perspective(600px) rotateY(-90deg);
	transform: perspective(600px) rotateY(-90deg);
}
.services.single .services-slider:hover .owl-nav .owl-next{
	-webkit-transform: perspective(600px) rotateY(0deg);
	-moz-transform: perspective(600px) rotateY(0deg);
	transform: perspective(600px) rotateY(0deg);
}
.services.single .services-main{
	background:#fff;
	padding:15px;
	margin-top: 30px;
}
.services.single .services-content h2 {
	color: #353535;
	text-transform: uppercase;
	font-size: 25px;
	margin-top: 20px;
}
.services.single .services-content p {
	margin-top: 15px;
}
.services.single .img-right {
	overflow: hidden;
	margin-top: 15px;
}
.services.single .img-right .text{
	float:left;
	width:50%;
}
.services.single .img-right .text h4 {
	margin-bottom: 10px;
	font-size: 18px;
	text-transform: capitalize;
}
.services.single ul li {
	margin-right: 5px;
	position: relative;
	padding-left: 15px;
}
.services.single ul li::before {
	position: absolute;
	top: 9px;
	left: 0;
	width: 7px;
	height: 7px;
	line-height: 9px;
	content: "";
	border-radius: 100%;
}
.services.single .img-right img {
	float: left;
	width: 50%;
	border: 5px solid #f6f6f6;
}
.services.single.full .img-right .text{
	width:100%;
}
/*=======================
  End services CSS
=========================*/

/*=======================
  06. Why Choose Us
=========================*/ 
.why-choose {
	position: relative;
	background:#353535;
	padding: 0;
	overflow: hidden;
}
.why-choose .fix{
	padding:0;
	margin:0;
}
.why-choose .working-process {
	width: 100%;
	height: 460px;
	padding: 121px 40px;
}
.why-choose .working-process h2 {
	color: #fff;
	margin-bottom: 20px;
	font-size: 28px;
}
.why-choose .working-process p{
	color:#fff;
}
.why-choose .working-process .btn {
	background: #fff;
	color: #353535;
	margin-top: 20px;
}
.why-choose .working-process .btn:hover{
	background:#353535;
	color:#fff;
}
.why-choose .choose-main {
	padding: 71px 40px;
}
.why-choose .single-choose {
	position: relative;
	margin-bottom: 30px;
	border-radius: 5px;
	text-align: left;
	padding: 0 0px 0px 85px;
}
.why-choose .single-choose:last-child{
	margin:0;
}
.why-choose .single-choose i {
	color: #fff;
	text-align: center;
	font-size: 22px;
	margin: 0;
	width: 52px;
	height: 52px;
	line-height: 52px;
	border-radius: 100%;
	background:#fff;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: absolute;
	left: 0;
}
.why-choose .single-choose i::after {
	position: absolute;
	right: -5px;
	content: "";
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 8px solid #fff;
	top: 14px;
}
.why-choose .single-choose h4 {
	margin: 0 0 10px;
	font-size: 18px;
	color: #fff;
}
.why-choose .single-choose p{
	color:#bbb;
}
.why-choose .photo img{
	width: 100%;
	height: 460px;
	padding: 0px;
	margin: 0px;
}
/*=======================
  End Why Choose Us
=========================*/

/*=======================
  08. Statics CSS
=========================*/ 
.counter {
	position: relative;
	background-color: #ffffff !important;
}

.counter .counter-single {
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}
.counter .counter-single .icon {
	float: left;
}
.counter .counter-single i {
	font-size: 32px;
	text-align: center;
	border-radius: 3px;
	width: 70px;
	height: 90px;
	background: #fff;
	line-height: 90px;
}
.counter .s-info {
	padding-top: 15px;
}
.counter .counter-single span {
	display: block;
	font-size: 30px;
	color: #fff;
	margin: 0 0 15px;
	font-weight: 700;
}
.counter .counter-single p {
	color: #eee;
	font-size: 18px;
}
.counter.bg-none{
	background:#353535;
}
.counter .counter-single .progress-text h5{
	color: #fff;
	font-size: 14px;
	padding-top: 10px;
}
/*=======================
  End Statics CSS
=========================*/ 

/*=======================
  09. Team CSS
=========================*/ 
.team {
	background: #fff;
	position: relative;
}
.team .single-team {
	background: #fff;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.30);
	margin-top:30px;
}
.team .t-head{
	position:relative;
	overflow:hidden;
}
.team .t-head::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity:0;
	visibility:hidden;
	content: "";
	z-index: 2;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.team .single-team:hover .t-head::before{
	visibility:visible;
	opacity:0.3;
}
.team .t-head img{
	width:100%;
	position:relative;
}
.team .t-social {
	background: #fff;
	width: 40px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	z-index: 33;
	padding: 10px 0;
	opacity:0;
	visibility:hidden;
	-webkit-transform-origin: right;
	-moz-transform-origin: right;
	transform-origin: right;
	-webkit-transform: perspective(600px) rotateY(90deg);
	-moz-transform: perspective(600px) rotateY(90deg);
	transform: perspective(600px) rotateY(90deg);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.team .single-team:hover .t-social {
	opacity:1;
	visibility:visible;
	-webkit-transform: perspective(600px) rotateY(0deg);
	-moz-transform: perspective(600px) rotateY(0deg);
	transform: perspective(600px) rotateY(0deg);
}
.team .t-social li a {
	display: block;
	color: #353535;
	text-align: center;
}
.team .t-social li {
	display: block;
	margin-bottom: 10px;
}
.team .t-social li:last-child{
	margin:0;
}
.team .t-bottom {
	text-align: center;
    background-image: linear-gradient(#123E4A, #3A736A, #3A736A, #123E4A);
    bottom: 5%;
    padding: 10px 0px;
    color: #ffffff !important;
}
.team .t-bottom h2{
	color: #ffffff !important;
}
.team .t-bottom p{
	color: #ffffff !important;
}
.team .t-icon a {
	position: absolute;
	left: 0;
	top: -14px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	opacity: 0;
	visibility:hidden;
	font-weight:400;
	text-align: center;
	color: #fff;
	border-radius: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 99;
}
.team .single-team:hover .t-icon a {
	opacity:1;
	visibility:visible;
}
.team .t-icon a:hover{
	background:#353535;
}
.team .t-bottom .t-name {
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 5px;
}
.team .t-bottom .what {
	color: #353535;
}


/*=======================
  End Team CSS
=========================*/ 

/*=======================
  11. Testimonials CSS
=========================*/
.testimonials {
	background: #fff;
	position: relative;
}
.testimonials .testimonial-carousel{
	position:relative;
}
.testimonials .single-testimonial {
	opacity: 0.9;
	transition: all 0.3s ease;
	padding: 0 20px;
	text-align: center;
}
.testimonials .testimonial-content {
	position: relative;
	text-align: center;
	padding: 0 10px;
}
.testimonials .testimonial-content i {
	font-size: 40px;
}
.testimonials .testimonial-content p {
	margin: 15px 0;
	color: #fff;
}
.testimonials .testimonial-info {
	position: relative;
	padding-top: 12px;
}
.testimonials .testimonial-info .arrow::before {
	position: absolute;
	content: "";
	border-top: 15px solid transparent;
	border-left: 25px solid;
	left: 49%;
	top: 0px;
}
.testimonials .testimonial-info img {
	width: 80px !important;
	height: 80px;
	text-align: center !important;
	border: 3px solid;
	vertical-align: middle;
	position: relative;
	display: inline-block !important;
	-webkit-transition: -webkit-transform 10s cubic-bezier(0.250, 0.250, 0.750, 0.750), border-color .35s ease;
	transition: transform 10s cubic-bezier(0.250, 0.250, 0.750, 0.750), border-color .35s ease;
	border-radius: 100%;
}
.testimonials .testimonial-info img:hover {
	-webkit-transform: rotate(1800deg);
	transform: rotate(1800deg);
	-webkit-transition: -webkit-transform 10000ms cubic-bezier(0.250, 0.250, 0.750, 0.750), border-color .35s ease;
	-moz-transition: transform 10000ms cubic-bezier(0.250, 0.250, 0.750, 0.750), border-color .35s ease;
	-o-transition: transform 10000ms cubic-bezier(0.250, 0.250, 0.750, 0.750), border-color .35s ease;
	transition: transform 10000ms cubic-bezier(0.250, 0.250, 0.750, 0.750), border-color .35s ease;
}
.testimonials .testimonial-info h6 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 10px;
}
.testimonials .testimonial-info h6:before{
	position:absolute;
	left:0;
	content:"";
}
.testimonials .testimonial-info h6 span {
	color: #fff;
	font-weight: 400;
	position: relative;
	display: block;
	text-transform: capitalize;
	font-size: 14px;
	margin-top: 5px;
}

/* Testimonial Nav */
.testimonials .owl-controls  .owl-nav div {
	position: absolute;
	top: 50%;
	background: transparent;
	border: 0px solid;
	width: 46px;
	height: 46px;
	line-height: 46px;
	padding: 0;
	border-radius: 0px;
	opacity: 1;
	font-size: 32px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: -23px 0 0;
}
.testimonials .owl-controls  .owl-nav div:hover{
	color:#fff;
}
.testimonials .owl-controls .owl-nav .owl-prev {
	left:-60px;
}
.testimonials .owl-controls .owl-nav .owl-next{
	right:-60px;
}
/*=======================
  End Testimonials CSS
=========================*/

/*=======================
  12. Newslatter CSS
=========================*/
.newslatter {
	padding: 60px 0;
	text-align: center;
	position: relative;
}
.newslatter::before {
	position: absolute;
	content: "";
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	opacity: 0.85;
}
.newslatter .checkbox {
	text-align: center;
	margin: 0;
}
.newslatter .checkbox label {
	color: #fff;
	position: relative;
	font-size: 16px;
}
.newslatter .checkbox label input{
	display:none;
}
.newslatter .checkbox label::before {
	position: absolute;
	color: #fff;
	content: "";
	left: -4px;
	top: 5px;
	width: 15px;
	height: 15px;
	border: 1px solid #fff;
	border-radius: 30px;
}
.newslatter .checkbox label::after {
	position: absolute;
	color: #fff;
	content: "\f00c";
	left: -2px;
	top: 13px;
	font-family: "fontawesome";
	font-size: 12px;
	line-height: 0;
	display:none;
}
.newslatter .checkbox label.checked::after{
	display:block;
}
.newslatter .form {
	position: relative;
	margin: 20px 0 10px;
}
.newslatter .form input {
	width: 100%;
	height: 55px;
	text-transform: capitalize;
	border: none;
	border-radius: 5px;
	background: #fff;
	color: #353535;
	padding: 0 53px 0 30px;
}
.newslatter .form button {
	position: absolute;
	right: 30px;
	padding: 0;
	box-shadow: none;
	top: 3px;
	line-height: 50px;
	border-radius: 30px;
	background: transparent;
	font-size: 24px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.newslatter .form button:hover{
	background:transparent;
}
.newslatter .form:hover button{
	-webkit-transform:rotate(34deg);
	-moz-transform:rotate(34deg);
	transform:rotate(34deg)
}
.newslatter p {
	color: #fff;
	font-size: 15px;
}
/*=======================
  End Newslatter
=========================*/

/*=======================
  13. Clients CSS
=========================*/
.clients{
	background-image: linear-gradient(#123E4A, #3A736A, #3A736A, #123E4A);
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.clients .clients-slider{
	margin-top:30px;
}
.clients .single-clients a{
	display:inline-block;
}
.clients .single-clients img{
	cursor: pointer;
	width: 100%;
	border: 1px solid #ddd;
	opacity:0.6;
}
.clients .single-clients:hover img{
	opacity:1;
}
.clients .single-clients img {
	cursor: move;
}

/*=======================
  End Clients
=========================*/

/*=======================
  14. Blog CSS
=========================*/
.blog-main {
	background-image: linear-gradient(#123E4A, #3A736A, #3A736A, #123E4A);
}
/* Blog Sticky */
.blog-main .single-blog.sticky {
	background: transparent;
	padding: 0;
}
.blog-main .single-blog.sticky .blog-head {
	width: 55%;
	background: #fff;
	padding: 10px;
	position: relative;
}
.blog-main .single-blog.sticky .blog-head:before{
	display:none;
}
.blog-main .single-blog.sticky .blog-info {
	width: 50%;
	position: absolute;
	right: 0;
	background: #fff;
	padding: 15px;
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
	z-index: 33;
	top: 80px;
}
.blog-main .single-blog.sticky .blog-info h2 {
	text-transform: capitalize;
	font-size: 20px;
	line-height:initial;
}

/* Latest Blog */
.blog-main .single-blog {
	margin-top: 30px;
	background: #fff;
	padding: 10px;
}
.blog-main .single-blog .blog-head{
	position: relative;
	overflow: hidden;
	z-index: 5;
}
.blog-main .single-blog .blog-head img{
	width:100%;
	height: 380px !important;
}
.blog-main .single-blog .blog-head::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0;
	z-index: 33;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.blog-main .single-blog:hover .blog-head:before{
	opacity:0.9;
	visibility:visible;
}
.blog-main .single-blog .link {
	position: absolute;
	top: 50%;
	color: #fff;
	font-size: 32px;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	left: 50%;
	margin: -18px 0 0 -16px;
	transform: scale(1.5);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display:inline-block;
}
.blog-main .single-blog:hover .link {
	opacity:1;
	visibility:visible;
	-webkit-transform:scale(1.0);
	-moz-transform:scale(1.0);
	transform:scale(1.0);
}
.blog-main .single-blog .link:hover{
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
}
.blog-main .blog-info {
	box-shadow: none;
	padding: 15px 0px 0;
}
.blog-main .blog-info h2 {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 700;
	line-height: 26px;
}
.blog-main .blog-info h2 a {
	color: #353535;
}

.blog-main .blog-info .meta{
	margin:5px 0;
}
.blog-main .blog-info .meta span {
	display: inline-block;
	color: #353535;
	margin-right: 5px;
}
.blog-main .blog-info .meta span i {
	margin-right: 5px;
	font-size: 13px;
}
.blog-main .blog-info .meta span a{
	color:#353535;
}
.blog-main .owl-controls  .owl-dots {
	position: absolute;
	margin-top: -10px;
	left: 50%;
	margin-left: -15px;
	bottom: 30px;
}
.blog-main .owl-controls .owl-dots .owl-dot {
	display: inline-block;
	margin-bottom: 10px;
}
.blog-main .owl-controls .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	display: block;
	border-radius: 100%;
}
.blog-main .owl-controls .owl-dots .owl-dot:hover span{
	border-color:transparent;
} 
.blog-main .owl-controls .owl-dots .owl-dot.active span {
	border-color: transparent;
	width: 25px;
	border-radius: 5px;
}
.blog-main .owl-controls .owl-nav div {
	position: absolute;
	top: 50%;
	background: transparent;
	border: 0px solid;
	width: 46px;
	height: 46px;
	line-height: 46px;
	padding: 0;
	border-radius: 0px;
	opacity: 1;
	font-size: 32px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: -23px 0 0;
}
.blog-main .owl-controls .owl-nav div:hover{
	color:#fff;
}
.blog-main .owl-controls .owl-nav .owl-prev {
	left: -60px;
}
.blog-main .owl-controls .owl-nav .owl-next{
	right:-60px;
}
/* Blog Archive */
.blog-main.archive.section {
	padding: 50px 0 80px;
}
.blog-main.archive .single-blog.slider .blog-head:before{
	display:none;
}
.blog-main.archive .single-blog.slider .owl-nav{
	margin:0;
}
.blog-main.archive .single-blog.slider .owl-nav div {
	position: absolute;
	top: 50%;
	color: #fff;
	border: 0px solid;
	width: 46px;
	height: 46px;
	line-height: 46px;
	padding: 0;
	border-radius: 0px;
	opacity: 1;
	font-size: 32px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: -23px 0 0;
	z-index:99;
}
.blog-main.archive .single-blog.slider .owl-nav div:hover{
	background: #fff;
	color:#353535;
}
.blog-main.archive .single-blog.slider .owl-nav .owl-prev {
	left:0;
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	transform-origin: left;
	-webkit-transform: perspective(600px) rotateY(90deg);
	-moz-transform: perspective(600px) rotateY(90deg);
	transform: perspective(600px) rotateY(90deg);
	
}
.blog-main.archive .single-blog.slider:hover .owl-nav .owl-prev{
	-webkit-transform: perspective(600px) rotateY(0deg);
	-moz-transform: perspective(600px) rotateY(0deg);
	transform: perspective(600px) rotateY(0deg);
}
.blog-main.archive .single-blog.slider .owl-nav .owl-next{
	right:0;
	-webkit-transform-origin: right;
	-moz-transform-origin: right;
	transform-origin: right;
	-webkit-transform: perspective(600px) rotateY(-90deg);
	-moz-transform: perspective(600px) rotateY(-90deg);
	transform: perspective(600px) rotateY(-90deg);
}
.blog-main.archive .single-blog.slider:hover .owl-nav .owl-next{
	-webkit-transform: perspective(600px) rotateY(0deg);
	-moz-transform: perspective(600px) rotateY(0deg);
	transform: perspective(600px) rotateY(0deg);
}
.blog-main .single-blog.iframe .blog-head:before{
	display:none;
}
.blog-main.archive .pagination-main{
	text-align:center;
}
.blog-main.archive .pagination {
	display: block;
	padding-left: 0;
	margin: 50px 0 0;
	border-radius: 4px;
	text-align: center;
	display:inline-block;
}
.blog-main.archive .pagination li a {
	background: #fff;
	padding: 12px 25px;
	border: none;
}
.blog-main.archive .pagination li:hover a, 
.blog-main.archive .pagination li.active a {
	color: #fff;
}
.blog-main.archive .pagination li.prev a {
	background: transparent;
	border: none;
	font-size: 20px;
	padding: 5px 20px;
}
.blog-main.archive .pagination li.next a {
	background: transparent;
	border: none;
	font-size: 20px;
	padding: 5px 20px;
}
.blog-main.archive .pagination li.prev:hover a,
.blog-main.archive .pagination li.next:hover a{
	background:transparent;
	color:#353535;
}
.blog-main.archive.grid .iframe .embed-responsive {
	height: 227px;
}

/* Blog Single*/
.blog-main.archive.single .blog-head:before{
	display:none;
}
.blog-main.archive.single .blog-info p{
	margin-bottom:20px;
}
.blog-main.archive.single .blog-info blockquote {
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: 500;
	border-left: 4px solid;
}
.blog-main.archive.single .blog-info h2 {
	font-size: 25px;
	text-transform: uppercase;
}
.blog-main.archive.single .blog-info ul li {
	margin-right: 5px;
	position: relative;
	padding-left: 15px;
}
.blog-main.archive.single .blog-info ul li::before {
	position: absolute;
	top: 9px;
	left: 0;
	width: 7px;
	height: 7px;
	line-height: 9px;
	content: "";
	border-radius: 100%;
}
.blog-main.archive.single .img-right {
	overflow: hidden;
	margin-bottom: 20px;
}
.blog-main.archive.single .img-right .text{
	float:left;
	width:50%;
}
.blog-main.archive.single .img-right .text h4{
	margin-bottom:10px;
	font-size:20px;
}
.blog-main.archive.single .img-right img {
	float: left;
	width: 50%;
	border: 5px solid #f6f6f6;
}

/* Blog Sidebar */
.blog-main .blog-sidebar {
	margin-top: 30px;
}
.blog-main .single-sidebar {
	margin-bottom: 30px;
	background: #fff;
	padding: 15px;
}
.blog-main .single-sidebar:last-child{
	margin:0px;
	border:none;
}
.blog-main .single-sidebar h2 {
	text-transform: capitalize;
	font-size: 18px;
	margin-bottom: 15px;
	display: block;
	position: relative;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.blog-main .single-sidebar ul li a {
	color: #353535;
}
.blog-main .post-tab .nav {
	margin-bottom: 20px;
	border-bottom: 4px solid;
}
.blog-main .post-tab .nav li {
	margin: 0;
}
.blog-main .post-tab .nav li a {
	position: relative;
	background: #353535;
	color: #fff;
	border-radius: 0px;
	font-weight: 700;
	padding: 10px 20px;
	text-transform: capitalize;
	margin: 0;
	font-size: 15px;
}
.blog-main .post-tab .nav li:hover a,
.blog-main .post-tab .nav li.active a{
	color:#fff;
}
.blog-main .post-tab .nav li a::before {
	position: absolute;
	left: 50%;
	border-bottom: 8px solid #fff;
	content: "";
	bottom: -4px;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	margin-left: -8px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.blog-main .post-tab .nav li:hover a:before,
.blog-main .post-tab .nav li.active a:before{
	opacity:1;
	visibility:visible;
}


.blog-main .post-tab .single-post {
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    background: linear-gradient(to top right,#123E4A, #3A736A, #3A736A, #123E4A) !important;
}



.blog-main .post-tab .single-post:last-child {
	margin-bottom: 0px;
	border: none;
	padding: 0;
}
.blog-main .post-tab .single-post .post-img{
	float:left;
	margin-right:10px;
}
.blog-main .post-tab .single-post img {
	width: 65px;
	height: 65px;
	border-radius: 0px;
}
.blog-main .post-tab .post-info {
	float: left;
	overflow: hidden;
	margin-top: 6px;
}
.blog-main .post-tab .post-info h4 {
	font-size: 15px;
	font-weight: 500;
	margin: 0;
}
.blog-main .post-tab .post-info a {
color: #fff;
font-size: 12px;
}

.blog-main .post-tab .post-info a:hover {
color: #fff;
font-size: 14px !important;
}
/*.single-post .post-info .blogclass  a:hover {
	background: white;
   	display: block !important;
	color: #3A736A !important;

}
*/


.blog-main .post-tab .post-info p {
	margin: 0;
	font-size: 13px;
}
.blog-main .post-tab .post-info p i{
	margin-right:5px;
	font-size:13px;
}
.blog-main .category ul li {
	font-size: 15px;
	margin-bottom: 15px;
}
.blog-main .category ul li span {
	width: 24px;
	height: 24px;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	font-size: 13px;
	margin-left: 5px;
	border: 1px solid;
	line-height: 24px;
	float: right;
}
.blog-main .category ul li:last-child{
	margin-bottom:0px;
	padding-bottom: 0px;
}
.blog-main .tags h2{
	margin-bottom:5px;
}
.blog-main .tags ul li {
	display: inline-block;
	margin-right:10px;
	margin-top:10px;
}
.blog-main .tags ul li.medium a {
	font-size: 18px;
}
.blog-main .tags ul li.big a{
	font-size:22px;
}
.blog-main.archive.section .single-blog{
	padding:15px;
}
.blog-main .subscribe form{
	position:relative;
}
.blog-main .subscribe input {
	background: #f6f6f6;
	border: 0px;
	display: block;
	width: 100%;
	padding: 12px;
	color: #555;
	margin: 15px 0 0;
	font-weight: 500;
}
.blog-main .subscribe  input::-webkit-input-placeholder {
    opacity: 1;
    color: #555 !important;
}
.blog-main .subscribe  input::-moz-placeholder {
    opacity: 1;
    color: #555 !important;
}
.blog-main .subscribe  input::-ms-input-placeholder {
    opacity: 1;
    color: #555 !important;
}
.blog-main .subscribe button {
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	padding: 12px;
}

/* Blog Single */
.blog-main.archive.single .blog-bottom{
	overflow:hidden;
}
.blog-main.archive.single .blog-bottom li:before{
	display:none;
}
.blog-main.archive.single .blog-bottom .share  li {
	position: relative;
	padding-left: 0px;
	margin-right:10px;
	display: inline-block;
}
.blog-main.archive.single .blog-bottom .share{
	float:left;
}
.blog-main.archive.single .blog-bottom .share li a {
	padding: 5px 15px;
	color: #fff;
	background: #353535;
	position: relative;
	display: block;
}
.blog-main.archive.single .blog-bottom .share li a i {
	margin-right: 10px;
}
.blog-main.archive.single .blog-bottom  .prev-next{
	float:right;
}
.blog-main.archive.single .blog-bottom .prev-next li {
	display: inline-block;
	padding: 0;
}
.blog-main.archive.single .blog-bottom .prev-next li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 17px;
	color: #fff;
}
/* Blog Comments */
.blog-main .blog-comments {
	margin-top: 30px;
	background: #fff;
	padding: 15px;
}
.blog-main .blog-comments h2 {
	text-align: left;
	text-transform: uppercase;
	font-size: 18px;
	color: #353535;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom:1px solid #e2e2e2;
}
.blog-main .blog-comments h4 span{
	float:right;
}
.blog-main .single-comments {
	overflow: hidden;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.blog-main .single-comments:last-child{
	border-bottom:0px solid;
	padding:0px;
	margin:0;
}
.blog-main .single-comments .main {
	overflow: hidden;
}
.blog-main .single-comments .head {
	float: left;
	margin-right: 20px;
	text-align: center;
	width: 12%;
}
.blog-main .single-comments .head img {
	width: 80px;
	height: 80px;
	line-height: 80px;
}
.blog-main .single-comments .body {
	float: left;
	width: 85%;
}
.blog-main .single-comments .comment-list {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e2e2e2;
	overflow: hidden;
}
.blog-main .single-comments .comment-list .body {
	width: 78%;
}
.blog-main .single-comments h4 {
	margin: 0 0 10px;
	font-size: 18px;
	text-align: left;
	font-weight: 600;
	color: #353535;
}
.blog-main .single-comments .meta {
	font-size: 13px;
	margin: 0;
	color: #666;
	font-weight: 400;
}
.blog-main .single-comments p {
	font-size: 13px;
}
.blog-main .single-comments a {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	margin-left: 5px;
}
.blog-main .single-comments a i{
	margin-right:5px;
}
.blog-main .comment-list {
	padding-left:50px;
}
.blog-main .single-comments.login{
	text-align:center;
}
.blog-main .single-comments.login i{
	font-size:20px;
}
.blog-main .single-comments.login a{
	text-align:center;
}
.blog-main .single-comments.login a:hover{
	color:#353535;
}
.blog-main .comments-form {
	background: #fff;
	margin-top: 30px;
	padding: 20px;
}
.blog-main .comments-form h2 {
	text-align: left;
	text-transform: uppercase;
	font-size: 18px;
	color: #353535;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
}
.blog-main .form {
	margin-top: 30px;
}
.blog-main .form-group {
	position: relative;
	display: block;
	margin: 0 0 25px;
}
.blog-main .form-group i {
	position: absolute;
	font-size: 16px;
	padding: 15px 12px;
}
.blog-main .form-group input {
	width: 100%;
	height: 50px;
	border: 1px solid #ddd;
	padding-left: 10px;
	border-radius: 5px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
	border-radius: 0px;
	padding-left: 32px;
}
.blog-main .form-group textarea {
	border: 1px solid #ddd;
	padding: 10px;
	width: 100%;
	padding-left: 10px;
	resize: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: none;
	border-radius: 0px;
	padding-left: 32px;
}
.blog-main .form-group input:hover,
.blog-main .form-group input:focus,
.blog-main .form-group textarea:hover{
	outline:none;
}
.blog-main .form-group .button {
	padding: 10px 30px;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	border: 0px solid;
	color: #fff;
	border-radius: 5px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	width: 100%;
}
.blog-main .form-group .button:hover {
	background: #353535;
}
.blog-main .form-group .button i{
	position:relative;
	display:inline-block;
	color:#fff;
	margin-right:10px;
	padding:0px;
}
.blog-main .form-group.button {
	margin: 0;
	text-align: center;
}
/*=======================
  End Blog CSS
=========================*/

/*=======================
  16 About US CSS
=========================*/ 
.about-us{
	background:#f6f6f6;
}
.about-us .section-title{
	margin-bottom:60px;
}
.about-us .tabs-main {
	position: relative;
	border-radius: 10px;
	background: #fff;
	padding: 0 20px 30px 20px;
	margin-top: 35px;
}
.about-us  img{
	width:100%;
}
/* Tab Navigation */
.about-us .tabs-main .nav-main{
	text-align:center;
}
.about-us .tabs-main .nav-tabs {
	border: 0px solid;
	display: inline-block;
	position: relative;
	top: -35px;
	background: #fff;
	border-radius: 10px;
	border-bottom: 3px solid;
	margin-bottom: -35px;
	-webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.51);
	-moz-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.51);
	box-shadow:0px 0px 5px rgba(0, 0, 0, 0.51);
}
.about-us .tabs-main .nav-tabs li {
	float: left;
	margin: 0;
	position: relative;
}
.about-us .tabs-main .nav-tabs li a {
	border: 0px;
	margin: 0;
	background: transparent;
	color: #353535;
	text-align: center;
	padding: 20px 50px;
	border-radius: 0px;
	font-weight: 500;
	border-radius: 3px;
	position:relative;
	display: block;
}
.about-us .tabs-main .nav-tabs li a::before {
	position: absolute;
	right: 0;
	content: "";
	width: 1px;
	height: 24px;
}
.about-us .tabs-main .nav-tabs li:last-child a::before{
	display:none;
}
.about-us .tabs-main .nav-tabs li a i {
	margin-right: 10px;
}
.about-us .tabs-main .nav-tabs li.active a,
.about-us .tabs-main .nav-tabs li:hover a{
	border:0px;
}
/* Tab Content */
.about-us .tabs-main .tab-pane {
	transition: all 0.4s ease;
	width:100%;
}
.about-us .tabs-main .tab-title {
	position: relative;
	display: inline-block;
	font-size: 20px;
	text-transform: capitalize;
	margin: 0 0 10px;
}
.about-us .tabs-main .tab-title:before{
	position: absolute;
	bottom: -1px;
	content: "";
	left: 0%;
	width: 70%;
	height: 2px;
	border-radius: 100%;
}
.about-us .tabs-main .text{
	margin-bottom:20px;
}
.about-us .tabs-main .text:last-child{
	margin:0;
}
/* About Tab */
.about-us .tabs-main .about-inner .single-image{
	position:relative;
	overflow:hidden;
}
.about-us .tabs-main .about-inner .single-image::before {
	position: absolute;
	content: '';
	background: #000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 33;
	opacity: 0.5;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.about-us .tabs-main .about-inner .single-image:hover:before{
	opacity:0;
} 
.about-us .tabs-main .about-inner .single-image:hover img{
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	transform:scale(1.2);
}
.about-us .tabs-main .about-inner .single-image a {
	font-size: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: block;
	position: absolute;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
	left: 50%;
	text-align: center;
	color: #fff;
	border-radius: 100%;
	z-index: 99;
}
.about-us .tabs-main .about-inner .single-image a:hover {
	background: #fff;
	color: #353535;
}
.about-us .tabs-main .about-inner .single-image {
	position: relative;
	margin-top: 30px;
}
.about-us .tabs-main .about-inner .single-image img{
	width:100%;
}
.about-us .tabs-main .about-inner .social {
	width: 100%;
	text-align: left;
	margin-top: 20px;
}
.about-us .tabs-main .about-inner .social ul li {
	display: inline-block;
	margin-right: 5px;
}
.about-us .tabs-main .about-inner .social ul li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	color: #353535;
	display: block;
	border-radius: 100%;
	text-align: center;
	color: #fff;
}
.about-us .tabs-main .about-inner .social ul li:hover a{
	background:#000;
	color:#353535;
}
.about-us .tabs-main .about-inner .about-text .content p {
	margin-bottom: 20px;
	font-weight: 300;
}
.about-us .tabs-main .about-inner .about-text p:last-child{
	margin:0;
}
.about-us .tabs-main .about-inner .single-skill {
	margin-top: 15px;
}
.about-us .tabs-main .about-inner .skill-info{
	overflow:hidden;
}
.about-us .tabs-main .about-inner .skill-info h4 {
	float: left;
	font-size: 14px;
	margin-bottom: 12px;
	color: #444;
	font-weight: 700;
	text-transform: uppercase;
}
/* Gallery Tab */
.about-us .tabs-main .photo-gallery{
	margin-top:30px;
}
.about-us .tabs-main .photo-gallery .single-gallery {
	background: #fff;
	position: relative;
	overflow: hidden;
}
.about-us .tabs-main .photo-gallery .single-gallery:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:"";
	background:#000;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.about-us .tabs-main .photo-gallery .single-gallery:hover:before{
	opacity:0.5;
	visibility:visible;
}
.about-us .tabs-main .photo-gallery .single-gallery a {
	position: absolute;
	z-index: 3;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	color:#fff;
	left: 50%;
	text-align: center;
	font-size: 13px;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
	opacity: 0;
	visibility: hidden;
	z-index: 11;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.about-us .tabs-main .photo-gallery .single-gallery a:hover{
	background: #fff;
	color: #353535;
}
.about-us .tabs-main .photo-gallery .single-gallery:hover a{
	transform:scale(1.0);
	opacity:1;
	visibility:visible;
}
.about-us .tabs-main .photo-gallery .single-gallery img{}
.about-us .tabs-main .photo-gallery .fix{
	padding:0;
	margin:0;
}
.about-us .tabs-main .photo-gallery .caption {
	text-align: center;
	padding: 8px;
	position: absolute;
	width: 100%;
	bottom: -100px;
	transition: all 0.4s ease;
}
.about-us .tabs-main .photo-gallery .caption p{
	color:#fff;
}
.about-us .tabs-main .photo-gallery .single-gallery:hover .caption{
	bottom:0;
}
.about-us .tab-section.style1 .tabs-main.center-nav .nav-main {
	position: relative;
	bottom: -7px;
	text-align: center;
}
.about-us .tab-section.style1 .tabs-main.center-nav .nav-tabs{
	display:inline-block;
}
.about-us .tab-section.style1 .tabs-main.right-nav .nav-main{
	text-align: left;
	position: relative;
	bottom: -5px;
}
.about-us .tab-section.style1 .tabs-main.right-nav .nav-tabs{
	display:inline-block;
}
.about-us .tab-section.style1 .vertical-nav .nav-tabs{
	border: 0px solid;
	width: 170px;
	position: absolute;
	left: 25px;
	top: 17px;
}
.about-us .tab-section.style1 .vertical-nav .tab-content{
	padding: 0 25px 25px 220px;
}
.about-us .tab-section.style1 .vertical-nav .nav-tabs li{
	float:none;
	margin-bottom:10px;
}
.about-us .tab-section.style1 .vertical-nav .nav-tabs li a{
	text-align:left;
}
.about-us .tab-section.style1 .vertical-nav .nav-tabs li:last-child{
	margin:0;
}
.about-us .tab-section.style1 .vertical-nav.right .nav-tabs{
	left:auto;
	right: 25px;
}
.about-us .tab-section.style1 .vertical-nav.right .tab-content{
	padding: 0 220px 25px 25px;
}
.about-us .tabs-main .content{
	margin-top:30px;
}
/*=======================
  End About Us CSS
=========================*/ 


/*=======================
  18. Faq CSS
=========================*/
.faq .panel-group{
	margin:30px 0 0;
}
.faq .panel {
	border: 0px solid;
	border-radius: 0px;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: 0 0 15px;
}
.faq .panel-heading{
	background:none;
}
.faq .faq-title a {
	position: relative;
	color: #009000;
	width: 100%;
	display: block;
}
.faq .faq-title a::after {
	content: "\f068";
	font-family: 'FontAwesome';
	top: -4px;
	right: 0;
	position: absolute;
	width: 22px;
	height: 22px;
	line-height: 22px;
	color: #fff;
	border-radius: 100%;
	text-align: center;
	font-size: 13px;
}
.faq .faq-title a.collapsed::after {
	content: "\f067";
	color: #fff;
	background:#009000;
	border-color:transparent;
}
.faq .faq-body {
	padding-top: 15px;
	font-size: 13px;
}
.faq .faq-image{
	margin-top:30px;
}
.faq .faq-image img {
	border-bottom: 2px solid #eee;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}
/*=======================
  End Faq CSS
=========================*/

/*=======================
  20. 404 Error CSS
=========================*/
.error-page {
	text-align: center;
}
.error-page .error-inner {
	display: inline-block;
}
.error-page .error-inner h1 {
	font-size: 150px;
}
.error-page .error-inner h1 span {
	display: block;
	font-size: 50px;
	color: #009000;
}
.error-page .error-inner p {
	padding: 20px 15px;
}
.error-page .error-inner .btn:hover {
	background: #353535;
}
.error-page .error-inner .btn i{
	margin-right:10px;
}
/*=======================
  End 404 Error CSS
=========================*/

/*=======================
  21. Contact CSS
=========================*/
.contact-us {
	position: relative;
	z-index: 43;
}
.contact-us .form {
	margin-top:30px;
}
.contact-us .form-group {
	position: relative;
	display: block;
	margin: 0 0 25px;
}
.contact-us .form-group i {
	position: absolute;
	font-size: 16px;
	padding: 15px 12px;
}
.contact-us .form-group input {
	width: 100%;
	height: 50px;
	border: 1px solid #009000;
	padding-left: 10px;
	border-radius: 5px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
	border-radius: 0px;
}
.contact-us .form-group select {
	width: 100%;
	height: 50px;
	border: 1px solid #009000;
	padding-left: 10px;
	border-radius: 5px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
	border-radius: 0px;
}
.contact-us .form-group textarea {
	border: 1px solid #009000;
	padding: 10px;
	width: 100%;
	padding-left: 10px;
	resize: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: none;
	border-radius: 0px;
}
.contact-us .form-group input:hover,
.contact-us .form-group input:focus,
.contact-us .form-group textarea:hover{
	outline:none;
}
.contact-us .form-group .btn {
}
.contact-us .form-group .btn:hover{
	background:#353535;
	color:#fff;
}
.contact-us .form-group.button {
	margin: 0;
	text-align: left;
}
.contact-us .contact {
	margin-top: 30px;
}
.contact-us .contact h2{
	font-size:18px;
	margin-bottom:15px;
	color: #fff;
}
.contact-us .single-address {
	position: relative;
	margin-top: 20px;
	color: #fff;
}
.contact-us .single-address span{
	font-weight:500;
}
.contact-us .single-address:last-child{
	margin-bottom:0;
}
.contact-us .single-address i {
	font-weight: 500;
	text-align: center;
	font-size: 15px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	float: left;
	margin-right: 10px;
	border-radius: 100%;
	margin-top: 7px;
}
.contact-us .single-address p{
	color:#fff;
	text-transform:capitalize;
}
.contact-us .single-address p span{
	font-weight:700;
}
.contact-us .single-address p a{
	color:#fff;
}
.contact-us .social{
	overflow:hidden;
}
.contact-us .social li {
	float: left;
	width: 28%;
	margin-top: 20px;
}
.contact-us .social li a{
	color:#252525;
}
.contact-us .social li a i {
	color: #fff;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 100%;
	margin-right: 10px;
	border: 1px solid;
	background: transparent;
	font-size: 13px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.contact-us .social li a:hover i{
	border-color:transparent;
	color:#fff;
}
/*=======================
  End Contact
=========================*/

/*=======================
  23. Footer CSS
=========================*/ 
.footer .footer-top {
	padding: 40px 0 70px;
	background-color: #fff !important;
	background-image: url("images/footer-bg.png");
	background-repeat: repeat !important;
	background-attachment: scroll !important;
	background-clip: border-box !important;
	background-origin: padding-box !important;
	background-position: 0% 0% !important;
	background-size: auto auto !important;
}
.footer .footer-top .single-widget{
	margin-top:30px;
}
.footer .footer-top h2 {
	color: #353535;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
	position: relative;
}
.footer .footer-top li {
	color: #555;
	position: relative;
	margin-bottom: 10px;
}
.footer .footer-top .list li:last-child{
	margin-bottom:0px;
}
.footer .footer-top li a{
	color:#555;
}
.footer .footer-top .address p {
	margin-bottom: 10px;
}
.footer .footer-top .address .list li {
	padding-left: 25px;
}
.footer .footer-top .address .list li i {
	position: absolute;
	left: 0;
	top: 7px;
}
.footer .footer-top .address .list li a{
	color:#555;
}
.footer .footer-top .social {
	margin-top:15px;
}
.footer .footer-top .social li {
	display: inline-block;
	margin-right: 5px;
	color: #bbb;
	font-weight: 500;
}
.footer .footer-top .social li:last-child{
	margin:0;
}
.footer .footer-top .social a {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
}
.footer .footer-top .social a i{
	color:#fff;
}
.footer .footer-top .social li:hover a{
	background:#353535;
}
.footer .footer-top .links li i{
	margin-right:5px;
}
.footer .footer-top .photo-gallery h2{
	margin-bottom:10px;
}
.footer .footer-top .single-widget.photo-gallery ul {
	margin-left: -10px;
	overflow: hidden;
}
.footer .footer-top .single-widget.photo-gallery ul li {
	float: left;
	margin: 10px 0 0 10px;
	padding: 0;
}
.footer .footer-top .single-widget.photo-gallery ul li:last-child{
	margin-right:0px;
}
.footer .footer-top .single-widget.photo-gallery ul li img {
	width: 80px;
	height: 65px;
}
.footer .footer-top .single-tweet {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}
.footer .footer-top .single-tweet:last-child{
	margin:0;
}
.footer .footer-top .single-tweet i {
	position: absolute;
	left: 0;
	font-size: 22px;
	top: 5px;
}
.footer .footer-top .single-tweet p a {
	color: #555;
	font-weight: 500;
}
.footer .footer-top .single-tweet span {
	color: #555;
	font-weight: 500;
	font-size: 13px;
}
.footer .footer-bottom {
	background: #1e1e1e;
	padding: 15px 0;
	text-align: center;
}
.footer .copyright p {
	color: #ddd;
	margin: 0;
	text-transform: capitalize;
}
.footer .copyright p a {
	color: #ddd;
}
.footer .copyright span{
	margin:0px 5px;
}

/* Dark Style */
.footer.dark .footer-top{
	background-color: #1e1e1e !important;
	background-image:none;
}
.footer.dark h2{
	color:#fff;
}
.footer.dark .address p {
	margin-bottom: 10px;
	color: #ddd;
}
.footer.dark li{
	color:#ddd;
}
.footer.dark li{
	color:#ddd;
}
.footer.dark li a{
	color:#ddd;
}
.footer.dark .single-tweet p{
	color:#ddd;
}
.footer.dark .single-tweet span{
	color:#ddd;
}
.footer.dark .address .list li a{
	color:#ddd;
}
.footer.dark .footer-top .single-tweet p a{
	color:#fff;
}
.footer.dark .footer-bottom{
	border-top:1px solid rgba(204, 204, 204, 0.35);
}
/*=======================
  End Footer CSS
=========================*/ 


/*Color */

.section-title h1::before,.section-title h1::after,.header .nav li:hover a,.header .nav .drop-down li:hover a,.header .nav .drop-down li .sub-menu li:hover a,.header .nav li.active a,.features,.features .features-single,.services .single-services:before,.btn:hover,.btn.primary,.btn.radius:hover,.header .nav .mega-menu .mega-widget .btn,.header.style2 .nav li ul li:hover a,.header.style2 .form button,.header.style3 .nav-main,.hero-area .owl-controls .owl-dots .owl-dot.active span,.hero-area .owl-controls .owl-dots .owl-dot span,.hero-area .owl-controls .owl-nav div,.hero-area.creative .slide-btn .btn.primary,.hero-area.animate-text .single-slider .slide-text .btn:hover,.header.style3.onepage.sticky .header-inner,.hero-area.animate-text .single-slider .slide-text .btn.primary,.services .single-sidebar h2::before,.services .single-sidebar ul li.active,.services .single-sidebar.service .caption,.services.single .services-slider .owl-nav div,.services.single .services-slider .owl-nav div:hover,.services.single ul li::before,.why-choose .working-process,.why-choose .why-video .video a,.projects .project-nav ul li.active,.projects .project-nav ul li:hover,.projects .project-head:before,.projects .button .btn:hover,.projects.single .project-content .btn,.projects.single .brochure a,.team .t-icon a,.team .team-details .t-social li  a,.team .single-skill .progress .progress-bar,.pricing-table .single-table .title,.testimonials .owl-controls  .owl-nav div:hover,.newslatter::before,.blog-main .single-blog .blog-head::before,.blog-main .owl-controls .owl-nav div:hover,.blog-main.archive .single-blog.slider .owl-controls .owl-nav div,.blog-main.archive .pagination li:hover a,.blog-main.archive .pagination li.active a,.blog-main.archive.single .blog-info ul li::before,.blog-main .post-tab .nav li:hover a,.blog-main .post-tab .nav li.active a,.blog-main .blog-main button,.blog-main.archive.single .blog-bottom .share li:hover a,.blog-main.archive.single .blog-bottom .prev-next li a,.blog-main .form-group .button,.call-to-action,.about-us .tabs-main .nav-tabs li a::before,.about-us .tab-section .section-title h2::before,.about-us .tabs-main .about-inner .single-image a,.about-us .tabs-main .about-inner .social ul li a,.about-us .tabs-main .skill-tab .progress .progress-bar,.about-us .tabs-main .single-team .t-social li a:hover,.about-us .tabs-main .single-team .t-bottom,.about-us .tabs-main .photo-gallery .caption,.about-us .tabs-main .contact .form-group .button:hover,.call-to-action.dark .btn:hover,.about-us .tab-section.style5 .nav-tabs li a,.our-skill .progress .progress-bar,.faq .faq-title a::after,.coming-soon .subscription-form .cross,.contact .social li a:hover i,.footer .social a,.counter.primary:before,.call-to-action.background:before,.call-to-action.dark .btn:hover,.btn.radius:hover,.about-us .tabs-main .photo-gallery .single-gallery a,.hero-area .slide-text h1:before,#scrollUp,.header .slicknav_btn,.header.onepage .slicknav_btn,.tromas-option .icon,.header.onepage .slicknav_nav a:hover,.header.onepage .slicknav_nav a:hover,.header .slicknav_nav a:hover{background-image: linear-gradient(#123E4A, #3A736A, #3A736A, #123E4A);}

.header .topbar .contact li a i,.header .single-widget i,.services .single-services .icon i,.services .single-services:hover .ico-bg, 
.services .single-services.active .ico-bg,.testimonials .testimonial-content i,.header .nav .mega-menu .single-menu h4,.header .nav .mega-menu .list-menu li:hover a,.header .social li.active a,.header .social li:hover a,.header.style2 .nav li:hover a,.header.style2 .nav li.active a,.header.style2 .nav li:hover a, .header.style2 .nav li.active a,.header.style2 .topbar .form button i,.header.style2 .search li a,.header.style3 .nav li ul li:hover a,.header.style3 .nav li ul li:hover a,.header.style3 .nav li ul.sub-menu li:hover a,.hero-area.creative .slide-text h1 span,.services .single-services:hover h2 a,.services.single .img-right .text h4,.why-choose .single-choose i,.why-choose .why-video .video a:hover,.projects .button .btn,.project.single .project-content h2,.counter .counter-single i,.team .t-social li a:hover,.team .t-bottom .t-name,.team .team-details .cross,.team .team-details .t-social li:hover a,.pricing-table .single-table:hover .bg-icon i,.pricing-table .single-table .amount,.testimonials .testimonial-info h6,.testimonials .owl-controls .owl-nav div,.coming-soon .cdown p,.newslatter .form button,.blog-main .single-blog.sticky .blog-info h4 a,.blog-main .blog-info h2:hover a,.blog-main .single-blog.sticky .blog-info h2 a,.blog-main .blog-info .meta span i,.blog-main .owl-controls .owl-nav div,.blog-main.archive .pagination li a,.blog-main.archive.single .blog-info blockquote,.blog-main.archive.single .img-right .text h4,.blog-main .single-sidebar h2,.blog .single-sidebar ul li:hover a,.blog-main .single-sidebar ul li:hover a,.header.style3 .nav li ul .list-menu li:hover a,.blog-main .post-tab .post-info h4:hover a,.blog-main .post-tab .post-info p,.blog-main .category ul li span,.blog-main .blog-comments h2 span,.blog-main .blog-comments h4,.blog-main .single-comments a,.blog-main .form-group i,.call-to-action .btn,.about-us .tabs-main .nav-tabs li.active a,.about-us .tabs-main .nav-tabs li:hover a,.about-us .tabs-main .tab-title,.about-us .tabs-main .about-us .single-image a:hover,.about-us .tabs-main .contact .single-address i,.faq .panel.active .faq-title a,.faq .faq-title h4:hover a,.coming-soon .subscription-form button,.error-page .error-inner h1,.contact .single-address i,.contact .social li a i,.footer li:hover a,.footer li i,.footer .single-tweet i,.footer .footer-top .single-tweet p a:hover,.success .mail h2 span{
	color:#fff !important;
}
.header .nav li .drop-down,.testimonials .testimonial-info img,.clients .single-clients:hover img,.contact .social li a i{
	background-color: #3A736A;
}
.testimonials .testimonial-info .arrow::before,.projects.single .projects-content blockquote,.blog.archive.single .blog-info blockquote,#faq .panel.active{
	border-left-color:#fff;
}
.team .single-skill .progress .progress-bar span::before,.blog-main .post-tab .nav,.about-us .tabs-main .nav-tabs,.about-us .tabs-main .skill-tab .progress .progress-bar span::before,.our-skill .progress .progress-bar span::before{
	border-bottom-color:#3A736A;
}

/*=======================
  04. Features CSS
=========================*/
.features .features-single {
	padding: 40px 32px;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.features .features-single.active {
	background: rgba(9, 6, 6, 0.1);
}
.features .features-single.active:hover{
	background:transparent;
}
.features .features-single i{
	color:#fff;
	text-align:center;
	font-size:40px;
}
.features .features-single h2 {
	color: #fff;
	margin: 15px 0;
	font-size: 20px;
	text-transform: uppercase;
}
.features .features-single p{
	color:#fff;
}
/*=======================
  End Features CSS
=========================*/ 


/*Slider Panel*/


/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/*

Slider CSS

*/

/*--------- 3. Slider style ---------*/
.slider-height-1 {
    height: 844px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-height-1 {
        height: 600px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height-1 {
        height: 600px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height-1 {
        height: 500px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-height-1 {
        height: 500px;
    }
}

.slider-active {
    position: relative;
}

.slider-active .slider-single-img {
    width: 504px;
    position: absolute;
    right: 256px;
    bottom: 0;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .slider-active .slider-single-img {
        width: 430px;
        right: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-active .slider-single-img {
        width: 380px;
        right: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-active .slider-single-img {
        width: 350px;
        right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-active .slider-single-img {
        width: 250px;
        right: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-active .slider-single-img {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-content {
        padding-top: 150px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content {
        padding-top: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content {
        padding-top: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-content {
        padding-top: 100px;
    }
}

.slider-content h1 {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-content h1 {
        font-size: 65px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content h1 {
        font-size: 55px;
    }
	.slider-content-3{
		margin-top: 0px !important; 
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content h1 {
        font-size: 28px;
    }
}

.slider-content p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    width: 90%;
    margin: 25px 0 47px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-content p {
        width: 84%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content p {
        width: 78%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content p {
        width: 100%;
        margin: 15px 0 27px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content p {
        width: 100%;
        margin: 25px 0 30px;
    }
}

.slider-content .slider-btn a {
    margin-right: 27px;
}

.slider-content .slider-btn a:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 767px) {
    .slider-content .slider-btn a {
        padding: 12px 16px 12px;
        font-size: 14px;
        margin-right: 10px;
    }
}

.slider-content .slider-btn a.btn-green-color {
    background-color: #00a651;
    color: #fff;
    border: 1px solid #00a651;
}

.slider-content .slider-btn a.btn-green-color:hover {
    background-color: #fff;
    border: 1px solid transparent;
    color: #00a651;
}

.slider-content .slider-btn a.btn-white-color {
    background-color: #fff;
    color: #00a651;
    border: 1px solid #77d0a2;
}

.slider-content .slider-btn a.btn-white-color:hover {
    background-color: #00a651;
    border: 1px solid transparent;
    color: #fff;
}

.owl-item .slider-content * {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-item.active .slider-animated-1 h1 {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-1 p {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-1 a {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-1.slider-single-img img {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.owl-item.active .slider-animated-2.slider-single-img2 img {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-2 h1 {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-2 p {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-2 a {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* slider style 2 home2*/
.slider-content.slider-content-2 {
    padding-top: 0px;
}

.slider-content.slider-content-2 p {
    width: 70%;
    margin: 25px auto 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content.slider-content-2 p {
        width: 78%;
        margin: 25px auto 35px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content.slider-content-2 p {
        width: 100%;
        margin: 20px auto 30px;
    }
}

.slider-overlay2-1.default-overlay::before {
    opacity: .39;
    background-color: #000;
}

.slider-overlay2-2.default-overlay::before {
    opacity: .43;
    background-color: #000;
}

.slider-overlay2-3.default-overlay::before {
    opacity: .70;
    background-color: #000;
}

.slider-height-2 {
    height: 800px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .slider-height-2 {
        height: 600px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-height-2 {
        height: 550px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height-2 {
        height: 550px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height-2 {
        height: 480px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-height-2 {
        height: 480px;
    }
}

/*----------------- home 3 ----------------*/
.slider-height-3 {
    height: 800px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .slider-height-3 {
        height: 600px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-height-3 {
        height: 550px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height-3 {
        height: 550px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height-3 {
        height: 430px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-height-3 {
        height: 450px;
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .slider-height-3.pt-170 {
        padding-top: 80px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-height-3.pt-170 {
        padding-top: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height-3.pt-170 {
        padding-top: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height-3.pt-170 {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-height-3.pt-170 {
        padding-top: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-height-3.pt-170 {
        padding-top: 50px;
    }

}

.slider-single-img2 {
    margin: 0 85px 0 15px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .slider-single-img2 {
        width: 390px;
    }

    .slider-content-3.pt-115 {
        padding-top: 100px;
        margin-top: 0px !important;
        margin-left: 20px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-single-img2 {
        margin: 0;
        width: 350px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-single-img2 {
        margin: 0;
    }
}

.slider-content-3.ml-55 {
    margin-left: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-content-3.pt-115 {
        padding-top: 100px;
        margin-top: 0px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content-3.pt-115 {
        
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-3.pt-115 {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-3.pt-115 {
        padding-top: 50px;
    }
}

.slider-content-3 h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: bold;
    margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content-3 h1 {
        font-size: 50px;
    }
	.agileinfo_services_grid{
		width: 50% !important;
		margin-top: 5px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content-3 h1 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content-3 h1 {
        font-size: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-content-3 h1 {
        font-size: 32px;
    }
}

.pt-115 {
    padding-top: 115px;
}

.slider-content-3 p {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff !important;
    margin: 38px 0 36px;
}

@media only screen and (max-width: 767px) {
    .slider-content-3 p {
        margin: 15px 0 20px;
        font-size: 17px;
    }
}

.nav-style-2.owl-carousel {
    position: relative;
}

.nav-style-2.owl-carousel .owl-nav div {
    background-color: #161616;
    color: #fff;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100%;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-box-shadow: 0px 6px 12px 0.8px rgba(177, 177, 177, 0.38);
    box-shadow: 0px 6px 12px 0.8px rgba(177, 177, 177, 0.38);
    left: 117px;
    opacity: 0;
    visibility: hidden;
}

.nav-style-2.owl-carousel .owl-nav div:hover {
    background-color: #205156;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .nav-style-2.owl-carousel .owl-nav div {
        width: 50px;
        height: 50px;
        line-height: 50px;
        left: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-2.owl-carousel .owl-nav div {
        width: 50px;
        height: 50px;
        line-height: 50px;
        left: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-2.owl-carousel .owl-nav div {
        width: 50px;
        height: 50px;
        line-height: 50px;
        left: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-2.owl-carousel .owl-nav div {
        width: 50px;
        height: 50px;
        line-height: 50px;
        left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .nav-style-2.owl-carousel .owl-nav div {
        width: 40px;
        height: 40px;
        line-height: 38px;
        left: 15px;
    }
}

.nav-style-2.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: 117px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .nav-style-2.owl-carousel .owl-nav div.owl-next {
        right: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-2.owl-carousel .owl-nav div.owl-next {
        right: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-2.owl-carousel .owl-nav div.owl-next {
        right: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-2.owl-carousel .owl-nav div.owl-next {
        right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .nav-style-2.owl-carousel .owl-nav div.owl-next {
        right: 15px;
    }
}

.nav-style-2.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}

.slider-content-3 {
    margin-top: 190px;
}

.slider-btn {
    background-color: #3A736A;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 16px 8px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 1;
    letter-spacing: .5px;
    border-radius: 3px;
}

.slider-btn:hover {
	color: black;
}

.slider-area .owl-dot{
	display: none !important;
}

/* Progress Bar */

.progress{
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 15px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 79px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{
    right: 0;
}
.progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 84px;
    border-bottom-left-radius: 89px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progress .progress-value{
    width: 85%;
    height: 85%;
    border-radius: 50%;
    border: 2px solid #ebebeb;
    font-size: 32px;
    line-height: 125px;
    text-align: center;
    position: absolute;
    top: 7.5%;
    left: 7.5%;
}
.progress.blue .progress-bar{
    border-color: #000;
}
.progress.blue .progress-value{
    color: #fff;
}
.progress.blue .progress-left .progress-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
}


@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
}

/*Footer Facebook and Youtube Widget*/

.facebook-widget-main .widget-title{
	font-size: 20px; 
	padding-bottom: 20px;
	color: #fff;
}

/* Blog Page */

/* Service section */

/*--inner services --*/
.agileinfo_services_grid1{
	padding:2em;
	border:1px solid #999;
	text-align:center;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.agileinfo_services_grid1:after, .agileinfo_services_grid1:before {
    z-index: 2;
    width: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}
.agileinfo_services_grid1:before {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #0177b5;
    border-right: 1px solid #0177b5;
}
.agileinfo_services_grid1:after {
    top: 0;
    left: 0;
    border-top: 1px solid #0177b5;
    border-left: 1px solid #0177b5;
}
.agileinfo_services_grid1:hover {
    cursor: default;
	border: 1px solid #fff;
}
.agileinfo_services_grid1:hover:after, .agileinfo_services_grid1:hover:before {
    width: 100%;
    height: 100%;
    visibility: visible;
}
.agileinfo_services_grid1 i {
    font-size: 3.5em;
    color: #fff;
    top: 0;
}
.agileinfo_services_grid .agileinfo_services_grid1 a {
	cursor: pointer !important;
	color: #fff;
}
.agileinfo_services_grid1:hover i {
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
    text-shadow: 2px 2px #4f565a;
	-webkit-text-shadow: 2px 2px #4f565a;
	-moz-text-shadow: 2px 2px #4f565a;
	-o-text-shadow: 2px 2px #4f565a;
	-ms-text-shadow: 2px 2px #4f565a;
}
.agileinfo_services_grid1 h4{
	text-transform: capitalize;
    font-size: 1.3em;
    line-height: 1.5em;
    margin: 1em 0;
    color:#fff;
}
.agileinfo_services_grid1 p{
	color:#fff;
	line-height:2em;
}
.agileinfo_services_grid1:hover p{
	color:#000;
	line-height:2em;
}
.agileinfo_services_grid:nth-child(7),.agileinfo_services_grid:nth-child(5),.agileinfo_services_grid:nth-child(6){
	margin:2em 0 0;
}
.services-bottom{
	background:url(../images/5.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:400px;
}
.w3agile_services_bottom_grid{
	text-align:right;
	padding:5.5em 0 2em;
}
.w3agile_services_bottom_grid h3{
	font-size: 1.4em;
    line-height: 1.5em;
    color:#f8b239;
    text-transform: capitalize;
}
.w3agile_services_bottom_grid p{
	color:#fff;
	line-height:2em;
	margin:2em 0;
}
.more a{
	padding:8px 50px;
	border:1px solid #fff;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
}
.more a:hover{
	color:#212121;
}
.btn-more-service {
    background-image: linear-gradient(to left top, #123E4A, #3A736A, #3A736A, #123E4A);
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 16px 10px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 1;
    letter-spacing: .5px;
    border-radius: 3px;
    margin-top: 40px;
}

.btn-more-service:hover {
    background-color: #009000;
    color: #fff;
}

/*--//inner services --*/



/*=======================
  07. Projects CSS
=========================*/
.projects {
	background: #f6f6f6;
}
.projects .project-nav {
	margin: 20px 0 50px 0;
	text-align: center;
}
.projects .project-nav .project-menu {
	display: inline-block;
	margin: 0;
}
.projects .projects-nav ul li {
	display: inline-block;
	margin-right: 5px;
	position: relative;
	padding: 5px 15px;
	border-radius: 0px;
	font-size: 14px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	text-transform: capitalize;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0 10px 0 0;
	background: #fff;
	color: #353535;
	font-family: 'Roboto', sans-serif;
	background: transparent;
	border: none;
}
.projects .project-nav ul li {
	display: inline-block;
	margin-right: 5px;
	position: relative;
	padding: 8px 15px;
	border-radius: 0px;
	font-size: 14px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	cursor: pointer;
	text-transform: capitalize;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0 5px 0 0;
	background: #fff;
	color: #353535;
	font-family: 'Roboto', sans-serif;
	background: transparent;
	border: none;
}
.projects .project-nav ul li:last-child{
	margin:0;
}
.projects .project-nav ul li.active, 
.projects .project-nav ul li:hover {
	color: #fff;
}
.projects .project-nav .cbp-filter-counter{
	font-size:14px;
	margin-left:5px;
}
.projects .project-single {
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: #fff;
	padding: 10px;
}
.projects .project-inner{
	position:relative;
	overflow:hidden;
}
.projects .project-head {
	position: relative;
	text-align: center;
}
.projects .project-head:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0;
	z-index: 33;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.projects .project-single:hover .project-head:before{
	opacity:0.9;
}
.projects .project-head img{
	width:100%;
	z-index:2;
}
.projects .project-bottom {
	text-align: center;
	padding: 10px 0 0;
	position: absolute;
	width: 100%;
	text-align: left;
	z-index: 333;
	text-align: center;
	top: 50%;
	margin-top: -23.5px;
}
.projects .project-bottom h4 {
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.projects .project-bottom h4:before{
	position:absolute;
	left:0;
	bottom:0;
	content:"";
}
.projects .project-single:hover .project-bottom h4{
	opacity:1;
	visibility:visible;
}
.projects .project-bottom h4 a{
	color:#fff;
}
.projects .project-bottom h4 span {
	display: block;
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
	font-weight: 400;
}
.projects .button {
	position: absolute;
	text-align: right;
	bottom: 0;
	right: 0;
	z-index: 33;
	background: rgba(255, 255, 255, 0.38);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
	opacity:0;
	visibility:hidden;
	padding: 8px 25px;
	border-radius: 30px 0 0 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.projects .project-single:hover .button{
	opacity:1;
	visibility:visible;
	-webkit-transform:translateX(0%);
	-moz-transform:translateX(0%);
	transform:translateX(0%);
}
.projects .button .btn {
	display: inline-block;
	color: #009000;
	box-shadow: none;
	padding: 0;
	margin-right: 12px;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	z-index: 99;
}
.projects .button .btn:hover{
	color:#fff;
}
.projects .button .btn:last-child{
	margin:0;
}
.projects .load-button {
	margin-top: 50px;
}
.projects .load-button .btn {
	padding: 14px 30px;
	color: #fff;
	font-weight: 500;
	border: none;
	transition: all 0.4s ease;
	margin: 0;
}
.projects .load-button .btn:hover{
	background:#353535;
}

/*=======================
  End Projects CSS
=========================*/

div.login-control{
	display: none !important;
}
