﻿/*
@File: Jibdara Template Styles

/*
======================================
Default Area CSS
======================================
*/
@import url('1658dc341f9a459abae681be5996763a.css');
body {
	font-family: 'Open Sans', sans-serif;
	padding: 0;
	margin: 0;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
    font-size: 15px;
}
p {
    font-size: 15px;
    color: #333;
    line-height: 1.7;
    margin: 0;
}
a {
	color: #333;
    font-size: 15px;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
}
a:hover, a:focus {
	color: #000;
	text-decoration: none;
}
:focus {
	box-shadow: unset;
	outline: 0;
}
button:focus {
    outline: 0;
}
.d-table {
    display: table;
	width: 100%;
	height: 100%;
}
.d-table-cell {
    display: table-cell;
	vertical-align: middle;
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.ptb-top-40 {padding-top: 40px;}
.ptb-bottom-40 {padding-bottom: 40px;}
.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.pb-110 {
	padding-bottom: 110px;
}
.bg {background: #4e5b6b;border-top:4px solid #09a223}
img {
    max-width: 100%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin: 0;
    color: #333;
	line-height: 1;
}
.list-unstyled li {
	color: #d9534f;
}
/* Owl Carousel BTN */
.owl-theme .owl-nav [class*="owl-"] {
	position: absolute;
	left: 40px;
	top: 50%;
	margin-top: -20px;
	background: rgba(0,0,0,0.33);
	width: 60px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	font-size: 30px;
	color: #fff;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
}
.owl-theme .owl-nav .owl-next {
	left: auto;
	right: 40px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: #4e5b6b;
}
.owl-controls .owl-dot {
	background: #848484;
	width: 30px;
	height: 6px;
	margin: 0 0 0 10px;
	display: inline-block;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	border-radius: 0;
}
/* BTN Primary */
.btn-primary {
	color: #fff;
}
.btn {
	font-weight: 700;
	padding: 10px 35px;
	font-size: 16px;
	line-height: 1.6;
	border-radius: 5px;
    -ms-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.btn-primary.btn-color {
	background: #273272;
	border-color: #273272;
}
.btn-primary:hover {
	color: #fff;
	background-color: #273272;
	border-color: #273272;
}
.btn-primary.btn-color:hover, .btn-primary.btn-color:focus {
    color: #fff;
}
.btn-primary.focus, .btn-primary:focus {
	box-shadow: none;
}
.btn-primary.focus, .btn-primary:focus {
	box-shadow: none;
	color: #fff;
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	opacity: 1;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: unset;
}
.btn-primary.disabled:hover {
	background: #273272;
	border-color: #273272;
}
/* Section Title */
.section-title {
    text-align: center;
    margin-bottom: 40px;
}
.section-title h3 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 55px;
	position: relative;
}
.section-title h3::before, .section-title h3::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	background: #273272;
	width: 110px;
	height: 3px;
	margin: 0 auto;
	bottom: -37px;
    -ms-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.section-title h3::after {
	bottom: -25px;
	width: 60px;
}
.section-title:hover h3::before {
	width: 60px;
}
.section-title:hover h3::after {
	background: #273272;
	width: 110px;
}
/* Form Control */
.form-control {
	padding: 10px;
	border: none;
	border-radius: 0;
	height: 45px;
}
#message.form-control {
	height: auto;
}
.form-control:focus {
	border-color: transparent;
	box-shadow: unset;
}

/* Read More Btn */
.read-more-btn {
	font-weight: 600;
	position: relative;
	padding-left: 18px;
    display: inline-block;
}
.read-more-btn:hover {
	padding-left: 0;
}
.read-more-btn .left {
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
	position: absolute;
	left: 0;
	top: 0;
}
.read-more-btn:hover .left {
	opacity: 0;
	visibility: hidden;
}
.read-more-btn .right {
	opacity: 0;
	visibility: hidden;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
}
.read-more-btn:hover .right {
	opacity: 1;
	visibility: visible;
}
/*
======================================
Prealoader Area CSS
======================================
*/
.preloader-area {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 99999;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.preloader {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation: rotatePreloader 2s infinite ease-in;
}
@keyframes rotatePreloader {
    0% {
        transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
    }
    100% {
        transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
    }
}
.preloader div {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.preloader div:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 10%;
    height: 10%;
    transform: translateX(-50%);
    border-radius: 50%;
}
.preloader div:nth-child(1) {
    transform: rotateZ(0deg);
    animation: rotateCircle1 2s infinite linear;
    z-index: 9;
}
@keyframes rotateCircle1 {
    0% {
        opacity: 0;
    }
    0% {
        opacity: 1;
        transform: rotateZ(36deg);
    }
    7% {
        transform: rotateZ(0deg);
    }
    57% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(2) {
    transform: rotateZ(36deg);
    animation: rotateCircle2 2s infinite linear;
    z-index: 8;
}
@keyframes rotateCircle2 {
    5% {
        opacity: 0;
    }
    5.0001% {
        opacity: 1;
        transform: rotateZ(0deg);
    }
    12% {
        transform: rotateZ(-36deg);
    }
    62% {
        transform: rotateZ(-36deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(3) {
    transform: rotateZ(72deg);
    animation: rotateCircle3 2s infinite linear;
    z-index: 7;
}
@keyframes rotateCircle3 {
    10% {
        opacity: 0;
    }
    10.0002% {
        opacity: 1;
        transform: rotateZ(-36deg);
    }
    17% {
        transform: rotateZ(-72deg);
    }
    67% {
        transform: rotateZ(-72deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(4) {
    transform: rotateZ(108deg);
    animation: rotateCircle4 2s infinite linear;
    z-index: 6;
}
@keyframes rotateCircle4 {
    15% {
        opacity: 0;
    }
    15.0003% {
        opacity: 1;
        transform: rotateZ(-72deg);
    }
    22% {
        transform: rotateZ(-108deg);
    }
    72% {
        transform: rotateZ(-108deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(5) {
    transform: rotateZ(144deg);
    animation: rotateCircle5 2s infinite linear;
    z-index: 5;
}

@keyframes rotateCircle5 {
    20% {
        opacity: 0;
    }
    20.0004% {
        opacity: 1;
        transform: rotateZ(-108deg);
    }
    27% {
        transform: rotateZ(-144deg);
    }
    77% {
        transform: rotateZ(-144deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(6) {
    transform: rotateZ(180deg);
    animation: rotateCircle6 2s infinite linear;
    z-index: 4;
}
@keyframes rotateCircle6 {
    25% {
        opacity: 0;
    }
    25.0005% {
        opacity: 1;
        transform: rotateZ(-144deg);
    }
    32% {
        transform: rotateZ(-180deg);
    }
    82% {
        transform: rotateZ(-180deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(7) {
    transform: rotateZ(216deg);
    animation: rotateCircle7 2s infinite linear;
    z-index: 3;
}
@keyframes rotateCircle7 {
    30% {
        opacity: 0;
    }
    30.0006% {
        opacity: 1;
        transform: rotateZ(-180deg);
    }
    37% {
        transform: rotateZ(-216deg);
    }
    87% {
        transform: rotateZ(-216deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(8) {
    transform: rotateZ(252deg);
    animation: rotateCircle8 2s infinite linear;
    z-index: 2;
}
@keyframes rotateCircle8 {
    35% {
        opacity: 0;
    }
    35.0007% {
        opacity: 1;
        transform: rotateZ(-216deg);
    }
    42% {
        transform: rotateZ(-252deg);
    }
    92% {
        transform: rotateZ(-252deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(9) {
    transform: rotateZ(288deg);
    animation: rotateCircle9 2s infinite linear;
    z-index: 1;
}
@keyframes rotateCircle9 {
    40% {
        opacity: 0;
    }
    40.0008% {
        opacity: 1;
        transform: rotateZ(-252deg);
    }
    47% {
        transform: rotateZ(-288deg);
    }
    97% {
        transform: rotateZ(-288deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(10) {
    transform: rotateZ(324deg);
    animation: rotateCircle10 2s infinite linear;
    z-index: 0;
}
@keyframes rotateCircle10 {
    45% {
        opacity: 0;
    }
    45.0009% {
        opacity: 1;
        transform: rotateZ(-288deg);
    }
    52% {
        transform: rotateZ(-324deg);
    }
    102% {
        transform: rotateZ(-324deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
/*
======================================
Header Top Area CSS
======================================
*/
.header {position: relative;}
.header-top {background: #f3f3f3;padding: 6px 0;}
.header-top p {font-weight: 700;font-size:14px;}
.header-top p i {margin-right: 4px;}
.header-top-social {text-align: right;}
.header-top-social li {display: inline-block;margin-left: 10px;}
.header-top-social li a {font-size: 18px;}
/*
======================================
Header Middle Area CSS
======================================
*/
.header-middle {
    padding: 15px 0;
}
.header-middle .middle-right {
    text-align: right;
}
.header-middle .middle-right li {
	display: inline-block;
	margin-left: 40px;
	position: relative;margin-top:12px;
}
.header-middle .middle-right li:first-child {
	margin-left: 0;
}
.header-middle .middle-right .icon {
	position: absolute;
	left: -10px;
	top: 6px;
}
.header-middle .middle-right .location {
	left: 0;
}
.header-middle .middle-right .phone {
	left: 0;
}
.header-middle .middle-right .text {
	text-align: left;
	padding-left: 50px;
}
.header-middle .middle-right .text span {
	font-size: 14px;
	font-weight: 700;
	color: #273272;
}
.header-middle .middle-right .text p {
	line-height: 1;
	font-size: ;
	margin-top: 5px;
}
.header-middle-two {
	padding-bottom: 60px;
}
@media only screen and (max-width: 991px) {
	.header-middle-two {
		padding-bottom: 25px;
	}
}
/*
======================================
Main Menu Area CSS
======================================
*/
.header-sticky.is-sticky {
	
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
@media only screen and (max-width: 991px) {
	.header-sticky.is-sticky {
		height: 62px;
	}
}
.main-header-area {
	width: 100%;
	position: relative;
	z-index: 9999;
	-o-transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-header-area {
		height: 70px;
	}
}
@media only screen and (max-width: 991px) {
	.main-header-area {
		height: 64px;
	}
}
.main-header-area .classy-nav-container {
	background-color: transparent;
}
.main-header-area .classy-navbar {
	height: auto;
	padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-header-area .classy-navbar {
		height: 60px;
	}
}
@media only screen and (max-width: 767px) {
	.main-header-area .classy-navbar {
		height: 64px;
		padding: 0.5em 0;
	}
    
}
.main-header-area .classynav ul li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	padding: 14px 21px;
	height: auto;
}
@media only screen and (max-width: 991px) {
    .main-header-area .classynav ul li a {
        color: #fff;
    }
	.main-header-area .classynav ul li a {
		padding: 4px 20px 1px;
		font-size: 15px;
        text-align: left;
	}
}
.main-header-area .nav-brand {
	line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-header-area .nav-brand {
		margin-right: 0;
	}
}
.main-header-area .classynav ul {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}
.is-sticky .main-header-area {
	width: 100%;
	z-index: 10000 !important;
	height: 90px;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
	background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.is-sticky .main-header-area {
		height: 70px;
	}
	.light .classynav ul li .dropdown, .light .classynav ul li .megamenu, .light.breakpoint-on .classynav > ul > li > a, .light.breakpoint-on .classy-navbar .classy-menu {
		background-color: #000000;
	}
}
.main-header-area .light .classynav ul li .dropdown li .dropdown .active a {
	color: #fff;
}
@media only screen and (max-width: 767px) {
	.is-sticky .main-header-area {
		height: 70px;
	}
	.light .classynav ul li .dropdown, .light .classynav ul li .megamenu, .light.breakpoint-on .classynav > ul > li > a, .light.breakpoint-on .classy-navbar .classy-menu {
		background-color: #000000;
	}
}
.main-header-area .classynav ul li a.active, .main-header-area .classynav ul li a:hover {
	color: #fff;
	background: #028618;
}
.main-header-area .classynav .dropdown li a.active, .main-header-area .classynav .dropdown li a:hover {
	color: #fff;
	background: #028618;
}
.main-header-area .light .classynav ul li .dropdown li .dropdown li a:hover {
	color: #fff;
}
.main-header-area .classynav .text-right {
	width: 22%;
}
@media only screen and (max-width: 991px) {
	.main-header-area .classynav .text-right {
		width: 100%;
		text-align: left !important;
	}
}
.main-header-two {
	background: transparent;
	position: absolute;
	width: 100%;
	height: 62px;
	bottom: -30px;
	left: 0;
	right: 0;
}
@media only screen and (max-width: 991px) {
	.main-header-two {
		background: #ff6600 !important;
		position: relative;
		width: 100%;
		height: auto;
		bottom: 0;
		left: 0;
		right: 0;
	}
}
@media only screen and (max-width: 991px) {
	.light .classynav ul li .dropdown, .light.classy-nav-container {
		background-color: transparent !important;
	}
}
/* 
=========================================
Search Popup Area CSS
=========================================
*/
#search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}
#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: white;
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 50px;
	margin-left: -45px;
}
#search .close {
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: #fff;
	border-color: #fff;
	opacity: 1;
	font-size: 25px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
}
#search .close:hover, #search .close:focus {
	color: #fff;
}
#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}
.main-header-area .classynav ul li a.search-btn {
	color: #fff;
	margin-left: 0;
	display: inline-block;
}
/* 
=========================================
Home Slides Area CSS
=========================================
*/
.main-banner {
	height: 560px;
	background: #ddd;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.main-banner::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	opacity: .5;
}
.item-bg-one {
    background-image: url(../images/banner3.jpg);
}
.item-bg-two {
    background-image: url(../images/banner1.jpg);
}
.item-bg-three {
    background-image: url(../images/banner2.jpg);
}
.main-banner-text h1,.main-banner-text h2 {
	font-size: 40px;
	font-weight: 700;
	margin: 20px 0 25px;text-transform: capitalize;
}
.main-banner-text h4 {
	font-size: 26px;
	font-weight: 500;
}
.main-banner-text p {
	font-size: 20px;
	margin-bottom: 35px;
}
.main-banner-text .read-more {
	padding: 10px 20px;
	color: #273272;
	font-size: 16px;
	font-weight: 700;
    display: inline-block;
}
.main-banner-text .read-more i {
    margin-right: 4px;    
}
.main-banner-text .read-more:hover {
	background: #273272;
	color: #fff;
}
/*
======================================
Welcome Area CSS
======================================
*/
.welcome-text span {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
.welcome-text h4 {
    font-size: 25px;
    font-weight: bold;
    margin: 10px 0 25px;
    line-height: 35px;
    text-transform: uppercase;
}
.welcome-text img{float:right;margin-left:15px;}
.gq-au-btn {
    margin-top: 30px;
}
.gq-au-btn .mr-20 {
    margin-right: 20px;
}
.welcome-text p {
	margin-bottom: 10px;
	line-height: 1.9;
}
.welcome-video {
    position: relative;
    background-image: url(../images/about1.jpg);
    height: 510px;
    background-repeat: no-repeat;
    background-size: cover;
}
.welcome-video:before {
   
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .2;
}
.welcome-video a.popup-youtube {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 0;
	right: 0;
	max-width: 85px;
	margin-left: auto;
	margin-right: auto;
	-webkit-transform: scale(.9);
	transform: scale(.9);
}
.welcome-video:hover a.popup-youtube {
	transform: scale(1.1);
}
/*
======================================
About Area CSS
======================================
*/
.single-about {
	background: #fff;
	text-align: center;
	border-radius: 5px;
	padding: 40px 30px;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.single-about:hover {
	box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
	border-radius: 0;
}
.single-about h3 {
	font-size: 25px;
	font-weight: 700;
	margin: 30px 0 20px;
}
.single-about p {
	margin-bottom: 20px;
}
/*
======================================
Why Choose Us Area CSS
======================================
*/
.why-choose-area {
	position: relative;
	padding-bottom: 50px;
}
.why-choose-area::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 42%;
	height: 100%;
	background-image: url(../images/why-choose-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.why-choose .section-title {
	text-align: left;
}
.why-choose .section-title h3::before, .why-choose .section-title h3::after {
	margin: 0;
}
.why-choose-box {
	margin-bottom: 30px;
}
.why-choose-box .icon {
	float: left;
}
.why-choose-box .content {
	padding-left: 70px;
}
.why-choose-box .content h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
}
.why-choose-box .content p {
    font-size: 15px;
}
/*
======================================
Services Area CSS
======================================
*/
.services-box {
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 250px;
}
.services-box::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .66;
}
.services-box.mt-30 {
	margin-top: 30px;
}
.services-bg1 {
	background-image: url(../images/services-img1.jpg);
	height: 530px;
}
.services-bg2 {
	background-image: url(../images/services-img2.jpg);
}
.services-bg3 {
	background-image: url(../images/services-img3.jpg);
}
.services-bg4 {
	background-image: url(../images/services-img4.jpg);
}
.services-bg5 {
	background-image: url(../images/services-img5.jpg);
}
.services-bg1 .services-content {
	margin-top: -87px;
}
.services-content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0 10px;
	text-align: center;
	margin-top: -50px;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.services-box:hover .services-content {
	transform: translateY(-21px);
}
.services-content img {
	height: 65px;
}
.services-content h4 {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-top: 20px;
}
.services-content p {
	color: #fff;
	margin-top: 20px;
}
.services-content a {
	margin-top: 20px;
	color: #fff;
	font-weight: 700;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0;
	visibility: hidden;
    display: inline-block;
}
.services-box:hover .services-content a {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.view-all {
	text-align: center;
	margin-top: 40px;
}
/*
======================================
Services Style Two Area CSS
======================================
*/
.servicesBox {
	height: 400px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.servicesBox::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .66;
}
.servicesBox.services-bg1 {
	height: 400px;
}
.servicesBox.services-bg1 .services-content {
	margin-top: -85px;
}
.servicesBox .services-content {
	margin-top: -85px;
}
.servicesBox:hover .services-content {
	transform: translateY(-30px);
}
.servicesBox:hover .services-content a {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.single-services {
	margin-bottom: 30px;
}
.single-services .img {
    overflow: hidden;
}
.single-services .img img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
    width: 100%;
}
.single-services .img-pc img{height:202px}
.single-services:hover .img img {
	transform: scale(1.3);
}
.single-services .content {
	padding: 25px 15px;
	box-shadow: 0 0 10px 0 rgba(67, 67, 67, 0.15);
}
.single-services .content h3 a {
	font-size: 18px;
	font-weight: 700;
}
.single-services .content h3 i {
	font-size: 24px;
	margin-right: 5px;
}
.single-services .content p {
	margin: 25px 0 20px;
}
/*
======================================
Services Details Area CSS
======================================
*/
.services-list ul li {
	margin-bottom: 10px;
}
.services-list ul li:last-child {
	margin-bottom: 0;
}
.services-list ul li a {
	font-weight: 700;
	background: #fff;
	padding: 10px 15px;
	display: block;
	position: relative;
}
.services-list ul li a:hover {
	padding-left: 25px;
	color: #fff;
}
.services-list ul li a span i {
	font-size: 20px;
}
.services-list ul li a .left, .services-list ul li a .right {
	position: absolute;
	left: 10px;
	top: 11px;
	opacity: 0;
	visibility: hidden;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
}
.services-list ul li a:hover .left {
	opacity: 1;
	visibility: visible;
	left: 15px;
}
.services-list ul li a .right {
	left: auto;
	right: 15px;
	opacity: 1;
	visibility: visible;
}
.services-list ul li a:hover .right {
	opacity: 0;
	visibility: hidden;
	right: 10px;
}
.services-details-img.mt-30 {
	margin-top: 30px;
}
.services-details-img img {
    width: 100%;
}
.services-details-content {
	margin-top: 25px;
}
.services-details-content .title {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.2;
}
.services-details-features {
	margin-top: 25px;
	margin-bottom: 30px;
	padding: 15px 25px;
	border: 10px solid #fff3f3;
}
.services-details-features ul li {
	font-size: 16px;
	color: #273272;
	margin-bottom: 10px;
}
.services-details-features ul li:last-child {
	margin-bottom: 0;
}
.services-details-features ul li i {
	font-size: 20px;
	margin-right: 5px;
}
.services-details-content .our-mission {
	margin-bottom: 30px;
}
.services-details-faq {
	margin-top: 50px;
}
.card {
	background-color: transparent;
	border-radius: 0;
	margin-bottom: 10px;
	border: none;
}
.card-header:first-child {
	border-radius: 0;
}
.card-header {
	padding: 0;
	margin-bottom: 0;
	border: none;
	background: transparent;
}
.card-header a {
	display: block;
}
.card-header a h5 {
	font-size: 16px;
	overflow: hidden;
	padding: 10px 10px;
	color: #fff;
	line-height: 16px;
}
.card-header a.collapsed h5 {
	color: #273272;
	background: #fff3f3;
}
.card-header i {
	float: right;
	font-size: 16px;
}
.card-header a.collapsed .fa.fa-plus::before {
    content: "\f067";
}
.card-header a .fa.fa-plus::before {
	content: "\f068";
}
.card-body {
	line-height: 1.7;
	color: #273272;
}
/*
======================================
CTR Area CSS
======================================
*/
.ctr-area {
	position: relative;
	background-image: url(../images/ctr-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 120px;
	padding-bottom: 120px;
	background-attachment: fixed;
}
.ctr-area.item-bg {
	background-image: url(../images/ctr-bg2.jpg);
}
.ctr-area::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #273272;
	opacity: .66;
}
.ctr-area h3 {
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 35px;
}
.ctr-area p {
	font-size: 20px;
	color: #fff;
	margin-bottom: 40px;
}
/*
======================================
Testimonial Area CSS
======================================
*/
.client-img {
	position: relative;
	padding: 7px 0 7px 7px;
}
.client-img::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 140px;
	z-index: -1;
}
.client-feedback {
	padding: 30px 30px 0;
}
.single-feedback {
    border: 1px solid #ebebeb;
}
.testimonial-slider.owl-carousel .owl-item img {
	max-width: 100%;
	width: 100%;
}
.client-feedback h3 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 25px;line-height:1.3;
}
.client-feedback p {
    font-size: 17px;
    margin-bottom: 25px;
    color: #848484;
    font-style: italic;
}
.client-feedback span {
	position: relative;
	padding-left: 35px;
	font-size: 15px;
	color: #3e477f;
	text-transform: uppercase;
}
.client-feedback span::before {
	content: '';
	background: #848484;
	height: 3px;
	width: 25px;
	position: absolute;
	left: 0;
	top: 9px;
}
.testimonial-slider .owl-controls {
	position: absolute;
	left: -16%;
	right: 0;
	text-align: center;
	bottom: 10px;
}
/*
======================================
Partner Area CSS
======================================
*/
.partner-area {
    text-align: center;
}
.partner-slider .owl-item .item {
    background-color: #fff;
    padding: 4px;
    border: 1px solid #ebebeb;
}
.partner-slider .item a {
    display: block;
}
/*
======================================
Case Studies Area CSS
======================================
*/
.case-studies-area {
	position: relative;
	overflow: hidden;
}
.case-studies-box {
	background: #fff;
    border: 1px solid #ebebeb;
}
.case-studies-img {
    overflow: hidden;
}
.case-studies-img img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
	height:226px;
}
.case-studies-box:hover .case-studies-img img {
    transform: scale(1.3);
}
.case-studies-content {
	padding: 40px 25px;
}
.case-studies-content h3 a {
	font-size: 18px;
	font-weight: 500;
    display: inline-block;
}
.case-studies-content h3 {
	line-height: 1.35;height:120px;overflow:hidden
}
.case-studies-content p {
	margin: 15px 0 20px;
}
.case-studies-area .pagination-area {
	margin-top: 65px;
}
.animation-shape div {
	position: absolute;
	left: 0;
	top: 0;
}
.animation-shape .shape1 {
	top: -60px;
	animation: movebounce 3s linear infinite;
}
.animation-shape .shape2 {
	left: auto;
	right: 0;
	top: -60px;
	animation: movebounce 4s linear infinite;
}
.animation-shape .shape3 {
	top: auto;
	bottom: -60px;
	animation: movebounce 5s linear infinite;
}
.animation-shape .shape4 {
	left: auto;
	right: 0;
    top: auto;
	bottom: -60px;
	animation: movebounce 6s linear infinite;
}
.animation-shape .shape5 {
	animation: movebounce 3s linear infinite;
	top: 20%;
	left: 150px;
}
.animation-shape .shape6 {
	animation: movebounce 4s linear infinite;
	left: auto;
	right: 150px;
	top: 20%;
}
.animation-shape .shape7 {
	animation: movebounce 5s linear infinite;
	left: 150px;
	top: auto;
	bottom: 20%;
}
.animation-shape .shape8 {
	animation: movebounce 6s linear infinite;
	left: auto;
	top: auto;
	right: 125px;
	bottom: 20%;
}
.animation-shape .shape9 {
	animation: movebounce 6s linear infinite;
	top: 50%;
	left: 200px;
}
.animation-shape .shape10 {
	animation: movebounce 5s linear infinite;
	left: auto;
	right: 20%;
	top: 14%;
}
.animation-shape .shape11 {
	animation: movebounce 4s linear infinite;
	left: 230px;
	top: auto;
	bottom: 7%;
}
.animation-shape .shape12 {
	animation: movebounce 3s linear infinite;
	left: auto;
	top: auto;
	right: 170px;
	bottom: 46%;
}
.animation-shape .shape13 {
	animation: movebounce 6s linear infinite;
	top: 15%;
	left: 20%;
}
.animation-shape .shape14 {
	animation: movebounce 3s linear infinite;
	left: auto;
	top: auto;
	bottom: 20%;
	right: 20%;
}
@keyframes movebounce {
    0% {
        transform: translateY(0px); 
    }
    50% {
        transform: translateY(20px); 
    }
    100% {
        transform: translateY(0px); 
    } 
}
@keyframes moveleftbounce {
    0% {
        transform: translateX(0px); 
    }
    50% {
        transform: translateX(20px); 
    }
    100% {
        transform: translateX(0px); 
    } 
}
/*
======================================
Case Details Area CSS
======================================
*/
.case-details-img.mt-30 {
	margin-top: 30px;
}
.case-details-content {
	margin-top: 30px;
}
.case-details-content .title {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.2;
}
.case-details-content p {
	margin-top: 10px;
}
.brief-case {
	margin-top: 30px;
}
.brief-case-box {
	margin-bottom: 8px;
	padding: 9px 15px;
	background: #fff3f3;
}
.brief-case-box p {
	margin: 0;
	font-weight: 700;
}
.brief-case-box p span {
	font-weight: 400;
}
.case-details-box {
	margin-top: 40px;
}
.case-details-box .card-header a h5 {
	padding: 20px 15px;
	font-weight: 700;
}
.case-details-box .card-header a.collapsed h5 {
	color: #273272;
	border: 2px solid #273272;
	background: transparent;
}
.case-details-box .card-body {
	background: #fff3f3;
}
.case-details-box .card-body p {
	margin-top: 0;
}
.case-details-box .card-body ul {
	margin-top: 25px;
}
.case-details-box .card-body ul li {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-left: 20px;
	position: relative;
}
.case-details-box .card-body ul li:last-child {
	margin-bottom: 0;
}
.case-details-box .card-body ul li p {
	font-weight: 500;
	margin-top: 10px;
}
.case-details-box .card-body ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 11px;
	width: 8px;
	height: 8px;
}
.border {
	border-color: #fff3f3 !important;
}
/*
======================================
Quick Query and Fun Fact Area CSS
======================================
*/
.query-contact {
	background: #4e5b6b;
	padding: 25px 40px 60px;
	position: relative;
}
.query-contact::before {
	content: '';
	position: absolute;
	left: 0;
	top: -28px;
	width: 100%;
	height: 30px;
	background: #4e5b6b;
}
.query-border::before, .query-border::after {
	content: '';
	position: absolute;
	left: -31px;
	top: -14px;
	border-left: 46px solid #3a4450;
	height: 20px;
	transform: rotate(-50deg);
	z-index: -1;
}
.query-border::after {
	left: auto;
	right: -31px;
	transform: rotate(50deg);
}
.query-contact h4 {
	font-size: 30px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 30px;
}
.query-contact .btn.btn-primary {
	margin-top: 20px;
}
.query-contact .btn-primary:hover {
	border-color: #fff;
}
.fun-facts {
	text-align: center;
	padding: 70px 0 0;
}
.funFact {
	margin-bottom: 35px;
}
.funFact img {
	height: 80px;
}
.funFact h2 {
	font-size: 30px;
	color: #ffffff;
	font-weight: 700;
	margin: 25px 0 8px;
}
.funFact p {
	font-size: 20px;
	color: #ffffff;
	font-weight: 300;
}
.funFacts-area {background: url(../images/about4.jpg) no-repeat center;}
.funFacts-area .funFact {
	margin-bottom: 0;
    text-align: center;
}
/*
======================================
Blog Area CSS
======================================
*/
.blog-area {
    position: relative;
    overflow: hidden;
}
.single-blog-post .post-img {
	overflow: hidden;
}
.single-blog-post .post-img img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
    width: 100%;
}
.single-blog-post .post-img:hover img {
	transform: scale(1.3);
}
.post-content {}
.post-content ul li {
	display: inline-block;
	margin-right: 20px;
	color: #848484;
}
.post-content ul li:last-child {
	margin-right: 0;
}
.post-content ul li i {
    margin-right: 4px;
}
.post-content h3 {
	margin: 20px 0 0;
	line-height: 1.6;
}
.post-content h3 a {
	font-size: 20px;
	font-weight: 700;
    display: inline-block;
}
.post-content p {
	margin: 18px 0 20px;
}
.blog-content.post-content {
	padding: 24px 0 0;
}
.blog-content.post-content h3 {
	margin: 12px 0 0;
}
.blog-content.post-content h3 a {
	font-size: 16px;
    display: inline-block;
}
.border {
	margin: 18px 0;
}
.see-all-post {

}
.see-all-post a {
	font-weight: 700;
	text-decoration: underline;
}
.blog-section .single-blog-post {
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
	padding-bottom: 26px;
}
/*
======================================
Blog Details Area CSS
======================================
*/

.blog-details .title-text-box .title {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 25px;
	line-height: 1.4;
}
.blog-details .title-text-box ul li {
	display: inline-block;
	margin-right: 18px;
}
.blog-details .title-text-box ul li:last-child {
	margin-right: 0;
}
.blog-details .title-text-box ul a i {
	margin-right: 4px;
}
.blog-details-content {
	margin-top: 30px;
}
.blog-details-content h4 {
	font-size: 22px;
	font-weight: 700;
	margin-top: 25px;
	margin-bottom: 25px;
}
.blog-details-content .list-style {
	margin-top: 20px;
	margin-bottom: 20px;
}
.blog-details-content .list-style li {
	margin-bottom: 10px;
	color: #778793;
	font-size: 16px;
}
.blog-details-content .list-style li:last-child {
	margin-bottom: 0;
}
.blog-details-content .list-style li i {
	margin-right: 3px;
	font-size: 20px;
}
.blog-details-content .social-share li {
	display: inline-block;
}
.blog-details-content .social-share {
	margin-top: 30px;
	margin-bottom: 40px;
}
.blog-details-content .social-share li:first-child {
	font-size: 16px;
	font-weight: 700;
	margin-right: 10px;
}
.blog-details-content .social-share li a {
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background: #778793;
	color: #fff;
	border-radius: 50%;
}
.pre-next-post-link {
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
	padding: 25px 20px;margin-top:30px
}
.pre-next-post-link .pre-post-link {
	position: relative;
	padding-left: 40px;
}
.pre-post-link h5 i {
	position: absolute;
	left: 0;
	top: 10px;
	font-size: 25px;
}
.pre-post-link a:hover h5 i,.next-post-link  a:hover h5 i,.pre-post-link a:hover,.next-post-link a:hover{color:#09a223}
.pre-next-post-link .next-post-link {
	position: relative;
	padding-right: 40px;
}
.next-post-link h5 i {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 25px;
}
.pre-next-post-link h5 {
	font-weight: 600;
	margin-bottom: 2px;
	font-size: 18px;
}
.pre-next-post-link span {
	font-size: 14px;
}
.blog-details-content .comments {
    margin-top: 40px;
}
.blog-details-content .comments h4 {
	margin-bottom: 35px;
}
.blog-details-content .single-comments {
	position: relative;
	overflow: hidden;
    padding-left: 95px;
}
.blog-details-content .single-comments.left-mr {
	margin-left: 45px;
	margin-top: 30px;
}
.blog-details-content .single-comments .img {
    position: absolute;
    left: 0;
    top: 0;
}
.blog-details-content .single-comments .content h5 {
	font-weight: 700;
}
.blog-details-content .single-comments .content span {
	display: block;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.blog-details-content .single-comments .content a {
	position: absolute;
	right: 0;
	top: 0;
}
.blog-details-content .leave-a-comment {
	margin-top: 30px;
}
.blog-details-content .leave-a-comment .form-control {
	border: 1px solid #eee;
}
/*
======================================
Page Title Area CSS
======================================
*/
.page-title {
    height: 120px;
    text-align: center;
    overflow: hidden;
    position: relative;
    background: #f3f3f3;
}
.page-title h3 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 15px;
}
.page-title ul li {
	display: inline-block;
	font-size: 14px;
	margin: 0 1px;
	color: #273272;
}
.page-title ul li.active {
	color: #848484;
}
.page-title ul li a {
	font-weight: 600;
}
.page-title .animation-shape .shape5 {
	top: 6%;
}
.page-title .animation-shape .shape7 {
	bottom: -25px;
}
.page-title .animation-shape .shape11 {
	left: 22%;
	bottom: 20%;
}
.page-title .animation-shape .shape6 {
	top: 5%;
}
.page-title .animation-shape .shape8 {
	bottom: -40px;
}
/*
======================================
What We Do Area CSS
======================================
*/
.what-we-do {padding-bottom: 50px;}
.what-we-do .section-title{margin-bottom:80px;}
.what-we-do h3,.what-we-do p{color:#ccc}
.what-we-do-box {margin: 30px 0px;}
.what-we-do-box h3 {
	font-size: 20px;
	font-weight: 700;
	margin: 20px 0 15px;
}
.what-we-do-img {
	position: relative;
}
.what-we-do-img img {
    width: 100%;
}
.what-we-do-img::before, .what-we-do-img::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 160px;
	width: 160px;
}
.what-we-do-img::after {
	left: auto;
	right: 0;
	bottom: auto;
	top: 0;
	border-left: none !important;
	border-bottom: none !important;
}
/*
======================================
Pricing Area CSS
======================================
*/
.pricing-table {
	text-align: center;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.pricing-table:hover {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2);
}
.pricing-table-header {

	padding: 20px 10px;
    position: relative;
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}
.pricing-table:hover .pricing-table-header {
	background: #4e5b6b;
}

.pricing-table:hover .pricing-table-header::before, .pricing-table:hover .pricing-table-header::after {
	background: #4e5b6b;
}
.pricing-table-header::after {
	left: auto;
	right: 0;
}
.pricing-table-header .title {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;height:40px

}
.pricing-table-header .price-value {
	color: #fff;
	font-size: 25px;
	font-weight: 300;
}
.pricing-table-header .price-value .month {
	font-size: 20px;
}
.pricing-content {}
.pricing-content li {
	font-size: 18px;
	color: #273272;
	font-weight: 400;
	margin-top: 15px;
}
.pricing-content li:first-child {
	margin-top: 0;
}
.pricing-table:hover .btn-primary {
	color: #fff;
	background: #4e5b6b;
	border-color: #4e5b6b;
}
/*
======================================
Team Area CSS
======================================
*/
.team-area {
	padding-bottom: 50px;
}
.our-team {
	text-align: center;
	margin-bottom: 30px;
}
.our-team .team-img {
	overflow: hidden;
	position: relative;
}
.our-team .social {
	width: 100%;
	height: 30%;
	position: absolute;
	top: 50%;
	left: 0;
	opacity: 0;
	transform: translateY(100%) rotate(0);
	-o-transition: .4s;
	-ms-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.our-team:hover .social {
	height: 100%;
	opacity: 1;
	transform: translateY(-50%) rotate(0deg);
}
.our-team .social ul {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
}
.our-team .social ul li{
    display: inline-block;
}
.our-team .social ul li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	color: #fff;
	background: #273272;
	font-size: 13px;
}
.our-team .social ul li a:hover {
	background: #fff;
}
.our-team .team-content {
	padding: 25px 0 0;
}
.our-team .title {
	margin: 0 0 10px;
}
.our-team .title a {
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
}
.our-team .post {
	font-size: 16px;
	color: #848484;
	font-weight: 400;
}
/*
======================================
Team Details Area CSS
======================================
*/
.team-details-area .social {
    text-align: center;
    margin-top: 30px;
}
.team-details-area .social li {
	display: inline-block;
}
.team-details-area .social li a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #273272;
	color: #fff;
	border-radius: 50%;
}
.team-details h3 {
	font-size: 25px;
	font-weight: 700;
}
.team-details span {
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
}
.team-details .blockquote {
	padding: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
	background: #fff3f3;
}
.team-details .blockquote-footer {
	margin-top: 10px;
	font-weight: 600;
}
.team-contact-info .box {
	margin-bottom: 30px;
	text-align: center;
	background: #f3f3f3;
	padding: 20px 12px;
}
.team-contact-info .box i {
	font-size: 35px;
	margin-bottom: 20px;
}
.team-contact-info .box h6 {
	line-height: 1.5;
}
.team-details .quick-contact,.mess {
	margin-top: 30px;
}
.team-details .quick-contact h4 ,.mess h4{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 25px;
}
.mess{float:left;margin-bottom:30px;}
.mess h4{margin-top:40px}
.team-details .quick-contact .form-control,.mess .form-control {
	border: 1px solid #eee;
}
.team-details-img {
    text-align: center;
}
/*
======================================
Portfolio Area CSS
======================================
*/
.shorting-menu {
	text-align: center;
	margin-bottom: 30px;
}
.shorting-menu .filter {
    border: 1px solid #ebebeb;
    background: transparent;
    padding: 7px 20px;
    text-transform: capitalize;
    font-size: 15px;
    cursor: pointer;
    -o-transition: .4s;
    -ms-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    border-radius: 30px;
    font-weight: 700;
    color: #273272;
    margin-bottom: 10px;
}
.shorting-menu .filter.active {
	box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.2);
	color: #fff;
}
.shorting-menu .filter:hover {
	box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.2);
	color: #fff;
}
.shorting .mix {
    display: none;
}
.single-portfolio {
	text-align: center;
	margin-bottom: 30px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.single-portfolio figure {
	margin: 0;
	position: relative;
	overflow: hidden;
}
.single-portfolio figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
}
.single-portfolio:hover figure img {
	transform: scale(1.3);
}
.single-portfolio figure .list-overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #273272;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
}
.single-portfolio:hover figure .list-overlay {
	opacity: .66;
	visibility: visible;
}
.single-portfolio .link-view {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
	visibility: hidden;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
}
.single-portfolio:hover .link-view {
    transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.single-portfolio .link-view a {
	width: 40px;
	height: 40px;
	color: #fff;
	line-height: 40px;
	border-radius: 50%;
    display: inline-block;
}
.single-portfolio .link-view a:hover {
	background: #fff;
}
.portfolio-content {
	background: transparent;
	padding: 10px;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
}
.portfolio-content h3{height:50px;overflow:hidden;line-height:18px;}
.single-portfolio:hover .portfolio-content {
    background: #e8ecec;
}
.portfolio-content h3 a {
	font-size: 16px;

}
.portfolio-content h3 i {
	font-size: 24px;
    margin-right: 4px;
}
.portfolio-content p {
	margin-top: 20px;
}
.modal-dialog {
	max-width: 1200px;
	margin: 50px auto;
}
.modal-content {
	text-align: center;
}
.modal-body {
	padding: 35px;
}
.modal-body h3 {font-size: 22px;margin-bottom: 25px;}
.modal-other p {margin-top: 25px;font-size:20px;}
.modal-other p a{font-size:20px;color:#09a223;font-weight:700}
.modal button.close {
    position: absolute;
    right: 25px;
    height: 30px;
    width: 30px;
    z-index: 5;
    color: #333;
    font-weight: normal;
    opacity: 1;
}
.modal button.close:hover {

    color: #666;
    opacity: 1;
}
/*
======================================
Portfolio Details Area CSS
======================================
*/
.portfolio-details-content {margin-top: 25px;}
.portfolio-details-content .title {font-size: 20px;font-weight: 700;margin: 10px 0px;line-height: 1.2;float:left;width:100%}
.portfolio-details-content p {margin: 6px 0px;float:left;width:100%;color:#666}
.portfolio-details-content table{width:100%;float:left;margin: 20px 0px 0px;overflow:auto;display:block}
.portfolio-details-content td{border:1px solid #ddd;padding:0px 10px 15px 10px}
.portfolio-details-content table p{margin:10px 0px 0px !important}
.portfolio-details-content .tr1{background:#09a223;}
.portfolio-details-content .tr1 td p{color:#fff}
.portfolio-details-content ul {
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 20px 25px;
	background: #fff3f3;
	border-left: 4px solid;
}
.portfolio-details-content ul li {
	margin-bottom: 10px;
	font-weight: 700;
	padding-left: 20px;
    position: relative;
}
.portfolio-details-content ul li:last-child {
	margin-bottom: 0;
}
.portfolio-details-content ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
.related-project {margin-top: 20px;float:left;width:100%}
.related-project .title{margin-bottom:20px;font-size:20px;font-weight:700}
.related-project .title a{float:right;font-size:14px;color:#09a223;margin-top:5px}
.related-project .title a:hover{color:#333}
.related-project .single-portfolio {
	margin-bottom: 0;
}
.related-project .single-portfolio:hover .portfolio-content {
	background: transparent;
}
.side-bar .project-info ul li {
	margin-bottom: 10px;
	font-weight: 700;
}
.side-bar .project-info ul li:last-child {
	margin-bottom: 0;
}
.side-bar .project-info ul li span {
	font-weight: 400;
}
p.mt-10 {
    margin-top: 10px;
}
/*
======================================
Contact Area CSS
======================================
*/
.map-box {
	position: relative;
    margin-bottom: 80px;
}
#map {
	height: 400px;
	width: 100%;
}
.contact-area .contact-info {
	position: absolute;
	left: 20px;
	background: #fff;
	padding: 30px 30px;
}
.contact-info .info-box {
	overflow: hidden;
	margin-bottom: 25px;
}
.contact-info .info-box .icon {
	float: left;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 41px;
	font-size: 25px;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
}
.contact-info .info-box:hover .icon {
    color: #fff;
}
.contact-info .info-box .content {
	padding-left: 70px;
}
.contact-info .info-box .content h5 {
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 18px;
}
.contact-info .info-box .content p span {
	display: block;
}
.get-in-touch .title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 25px;
}
.get-in-touch .text span {
	display: block;
	margin-top: 15px;
}
.get-in-touch .stay-connected {
	margin-top: 25px;
}
.get-in-touch .stay-connected li {
	margin-bottom: 10px;
}
.get-in-touch .stay-connected li:last-child {
	margin-bottom: 0;
}
.get-in-touch .stay-connected li a {
	font-weight: 700;
}
.get-in-touch .stay-connected li a i {
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	border: 1px solid;
	font-size: 20px;
	border-radius: 50%;
	margin-right: 10px;
}
.list-unstyled li {
	color: #d9534f;
}
.get-in-touch .form-control {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}
.get-in-touch .btn {
	margin-top: 15px;
}
/*
======================================
Pagination Area CSS
======================================
*/
.pagination-area {
	margin-top: 30px;
}
.page-link {
	width: 45px;
	height: 45px;
	padding: 0;
	margin: 0 5px;
	color: #848484;
	background-color: #fff;
	border-radius: 50% !important;
	text-align: center;
	line-height: 45px;
	font-size: 15px;
	box-shadow: 0 2px 10px 0 #d8dde6;
	border: none;
}
.page-link:hover, .page-link:focus {
	color: #fff;
}
.page-link:focus {
	box-shadow: none;
}
/*
======================================
Side Bar Area CSS
======================================
*/
.side-bar {padding: 30px 20px;background: #f3f3f3;}
.side-bar .widget {margin-bottom: 25px;}
.side-bar .widget .title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 40px;
	position: relative;
}
.side-bar .widget .title::before {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 90px;
	height: 4px;
}
.sidebar-testimonials .feedback {
	background: #fff;
	text-align: center;
	padding: 20px 10px 50px;
}
.sidebar-testimonials .feedback img {display: inline-block;height:210px;}
.sidebar-testimonials .feedback span {
	display: block;
	color: #fff;
	margin: 10px 0 15px;
	font-size: 25px;
}
.sidebar-testimonials .feedback p {color: #333;font-size: 16px;margin-top:10px;height:56px;overflow:hidden}
.sidebar-testimonials .owl-theme .owl-nav [class*="owl-"] {
	background: transparent;
	left: -40px;
	right: 0;
	margin: 0 auto 0 auto;
	top: auto;
	bottom: 15px;
	font-size: 20px;
	width: auto;
	height: auto;
	line-height: 1;
}
.sidebar-testimonials .owl-theme .owl-nav .owl-next {
	right: -55px;
}
.brochure .btn {
	display: block;
	border-radius: 0;
	text-align: left;
	padding: 10px 15px;
	position: relative;
}
.brochure .btn i {
	position: absolute;
	right: 15px;
	top: 15px;
}
.brochure .btn-primary:hover, .brochure .btn-primary:focus {
	border-top: 1px solid #fff;
}
.side-bar .quick-contact {
	background: #fff;
	padding: 20px;
}
.side-bar .quick-contact h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}
.side-bar .quick-contact p {
	margin-bottom: 15px;
}
.search-box form {
	position: relative;
}
.search-box .btn {
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0;
	height: 45px;
	width: 60px;
	padding: 0;
}
.side-bar .latest-post .single-post {
	overflow: hidden;
    position: relative;
    padding-left: 130px;
	margin-bottom: 30px;
}
.side-bar .single-post .img {
    width: 115px;
    position: absolute;
    left: 0;
    top: 0;
}
.side-bar .single-post .content ul li {
	display: inline-block;
	font-size: 15px;
	color: #848484;
	margin-right: 10px;
}
.side-bar .single-post .content ul li:last-child {
	margin-right: 0;
}
.side-bar .single-post .content ul li a {
	font-size: 14px;
}
.side-bar .single-post .content h4 {
	margin-top: 5px;
	line-height: 1.5;
}
.side-bar .single-post .content h4 a {
	font-size: 15px;
	font-weight: 700;
    display: inline-block;
}
.side-bar .categories ul li {
	margin-bottom: 12px;height:25px;overflow:hidden
}
.side-bar .categories ul li:last-child {
	margin-bottom: 0;
}

.side-bar .popular-tags ul li {
	display: inline-block;
	margin-top: 5px;
}
.side-bar .popular-tags ul li a {
	border-bottom: 4px solid #273272;
	font-weight: 600;
	padding: 6px 14px;
    display: inline-block;
}
.side-bar .popular-tags ul li a:hover {
	color: #fff;
}
.side-bar .share-links ul li {
	display: inline-block;
}
.side-bar .share-links ul li a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #273272;
	color: #fff;
	font-size: 17px;
}
/*
======================================
Error Area CSS
======================================
*/
.error-area {
    position: relative;
    overflow: hidden;
    height: 100vh;
}
.error {
	text-align: center;
}
.error h2 {
	font-size: 100px;
	font-weight: 700;
}
.error h4 {
	font-size: 30px;
	font-weight: 700;
	margin-top: 35px;
	margin-bottom: 15px;
}
.error p {
	margin-bottom: 25px;
}
/*
======================================
FAQ Area CSS
======================================
*/
.single-questions {margin-bottom: 30px;}
.single-questions h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.faq-contact {
	text-align: center;
	margin-top: 40px;
	padding: 40px 30px;
	background-image: url(../images/home-bg1.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.faq-contact::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .66;
}
.faq-contact h3 {
	font-size: 25px;
	margin-bottom: 35px;
	text-transform: capitalize;
	font-weight: 700;
	color: #fff;
	position: relative;
}
.faq-contact .btn {
	margin-top: 20px;
}
/*
======================================
Get Qoute Area CSS
======================================
*/
.get-quote-area h3 {
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 30px;
}
.get-quote-area .form-control {
	border: 1px solid #eee;
}
.get-quote-area .btn {
    margin-top: 20px;
}
.get-qoute-img {
	margin-top: -52px;
	position: relative;
	overflow: hidden;
}
.get-qoute-img .animation-shape div img {
	height: 55px;
}
.get-qoute-img .animation-shape .shape5 {
	top: 29%;
	left: 0;
}
.get-qoute-img .animation-shape .shape6 {
	right: 0;
}
.get-qoute-img .animation-shape .shape7 {
	left: 0;
}
.get-qoute-img .animation-shape .shape8 {
	right: 0;
}
.get-qoute-img .animation-shape .shape9 {
	left: 0;
}
.get-qoute-img .animation-shape .shape11 {
	left: 50px;
	bottom: 0;
}
.get-qoute-img .animation-shape .shape12 {
	right: 0;
}
.get-qoute-img .animation-shape .shape13 {
	top: 11%;
}
.get-qoute-img .animation-shape .shape14 {
	bottom: 0;
	right: 0;
}


/*
======================================
Footer Area CSS
======================================
*/
.footer-area {
    padding-bottom: 0;
}
.footer-area .logo {
	margin-top: 13px;
}
.footer-area .contact-info {
	text-align: right;padding-bottom:20px
}
.footer-area .contact-info ul li {
	display: inline-block;
	text-align: left;
	position: relative;
	margin-left: 15px;
	background: #fff;
	padding: 10px 20px;
}
.footer-area .contact-info ul li:first-child {
	margin-left: 0;
}
.footer-area .contact-info ul li .icon {
	position: absolute;
	left: 20px;
	top: 18px;
}
.footer-area .contact-info ul li .text {
	text-align: left;
	padding-left: 45px;
}
.footer-area .contact-info .icon img {
	height: 35px;
}
.footer-area .contact-info ul .text span {
	font-size: 14px;
	font-weight: 700;
	color: #273272;
}
.footer-area .contact-info .text p a {
	font-size: 17px;
	font-weight: 700;
}
.footer-area .contact-info li:last-child .text span {color: #fff;}
.footer-area .contact-info li:last-child .text p a {color: #fff;}
.footer-area .contact-info ul li:last-child .text {
	padding-left: 58px;
}
.footer-area .border {
	border-color: #777 !important;
	margin: 30px 0;
}
.single-footer .title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;color:#fff
}
.single-footer ul li {margin-top: 10px;}
.single-footer ul li:first-child { margin-top: 0;}
.single-footer ul li a {font-size: 16px;color:#f5f5f5}
.single-footer ul li a:hover{color:#fff}
.single-footer .pull-left {margin-right: 40px;}
.single-footer .single-post {
	margin-bottom: 20px;
	overflow: hidden;
}
.single-footer .single-post .img {float: left;width:80px}
.single-footer .single-post .content {padding-left: 95px;}
.single-footer .single-post .content h3 {line-height: 1.4;}
.single-footer .single-post .content h3 a {display: inline-block;color:#f5f5f5}
.single-footer .single-post .content span {font-size: 14px;color: #f7f7f7;font-weight: 400;}
.single-footer p{color:#f5f5f5;margin-top:10px}
.copy{color:#f5f5f5;margin-top:18px;}
.newsletter {
	text-align: center;
	margin: 50px auto 0;
	max-width: 630px;
}
.newsletter h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
}
.newsletter form {
	position: relative;
}
.newsletter form .form-control {
	border-radius: 30px;
	height: 50px;
}
.newsletter form .btn {
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 30px;
	height: 50px;
}
.copyright-area {
	padding: 30px 0;
	margin-top: 80px;
	background: #273272;
}
.copyright-area p {
	color: #fff;
	font-size: 18px;
}
.copyright-area p a {
	color: #fff;
}
.copyright-area ul {
	text-align: right;
}
.copyright-area ul li {
	display: inline-block;
	margin-left: 10px;
}
.copyright-area ul li:first-child {
	margin-left: 0;
}
.copyright-area ul li a {
	color: #fff;
	font-size: 20px;
}
/*
======================================
Go Top CSS
======================================
*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 30px;
	right: 20px;
	font-size: 25px;
	color: #fff;
	background-color: #000;
	z-index: 1;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 35px;
	border-radius: 50%;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
.go-top:hover {color: #fff;}

.wok{padding-top:30px;width:100%}
.sbg{background:#f3f3f3 !important}
.services-area{background:#FFF}
.services-area .content{background:#fff;text-align:center}
.services-area .col-md-12{margin-bottom:10px;}

.ban{ width:630px; height:550px; position:relative; overflow:hidden;margin:20px auto 40px auto;}
.ban2{ width:630px; height:450px; position:relative; overflow:hidden;}
.ban2 ul{ position:absolute; left:0; top:0;padding:0px}
.ban2 ul li{ width:630px; height:450px;list-style:none}
.ban2 ul li img{width:610px;height:450px}
.prev{ float:left; cursor:pointer;}
.num{ height:82px;overflow:hidden; width:540px; position:relative;float:left;}
.min_pic{ padding-top:10px; width:620px;}
.num ul{ position:absolute; left:0; top:0;padding:0px}
.num ul li{ width:100px; height:82px; margin-right:5px; padding:1px;list-style:none}
.num ul li img{width:100px;height:80px;}
.num ul li.on{ border:1px solid #09a223; padding:0;}
.prev_btn1{ width:16px; text-align:center; height:18px; margin-top:30px; margin-right:20px; cursor:pointer; float:left;}
.next_btn1{  width:16px; text-align:center; height:18px; margin-top:30px;cursor:pointer;float:right;margin-right:10px}
.prev1{ position:absolute; top:190px; left:20px; width:28px; height:51px;z-index:9;cursor:pointer;}
.next1{ position:absolute; top:190px; right:40px; width:28px; height:51px;z-index:9;cursor:pointer;}

@media(max-width:414px){
.ban{ width:400px;margin:20px auto;height:400px }
.ban2{ width:400px; height:300px}
.ban2 ul li{ width:400px;}
.ban2 ul li img{width:380px;height:280px}	
.num{ height:72px; width:340px;}
.min_pic{ width:400px;}	
.num ul li{ width:80px;}
.num ul li img{width:80px;height:70px}
.next1,.prev1{top:110px}
.prev_btn1,.next_btn1{margin-top:30px;}
.portfolio-details-content .title {font-size: 18px !important; }
}
@media(max-width:375px){
.ban{ width:350px;margin:0px auto;height:350px }
.ban2{ width:350px; height:260px}
.ban2 ul li{ width:350px;}
.ban2 ul li img{width:340px;height:260px}	
.num{width:280px;}
.min_pic{ width:340px;}	
.num ul li{ width:65px;height:57px}
.num ul li img{width:65px;height:55px}
.next1,.prev1{top:130px}
.prev_btn1,.next_btn1{margin-top:20px;}
.btb-button {padding: .52em 0.6em;}
.con-tit h1{font-size:20px !important;line-height:30px !important}
}
@media (max-width: 360px){
.ban{ width:340px;margin:0px auto;height:310px }
.ban2{ width:340px; height:260px}
.ban2 ul li{ width:340px;}
.ban2 ul li img {width: 330px;height: 260px;}
}



.con-tit{padding-left:0px !important}
.con-tit h1{font-size:24px;line-height: 35px;margin-bottom: 15px;margin-top: 5px;color:#333;font-weight:700;text-transform:capitalize}
.pimg-p {border-bottom: 1px solid #ddd;color: #666;padding-bottom: 5px;font-size:14px;}
.pimg-p a{color:#09a223}
.pcon{margin-top:15px;color:#666;font-size:16px;}
.p-mail {color: #09a223;font-weight: 700; font-size: 20px;margin:16px;line-height:40px;}

.btnwrp{margin-top:20px}
.btnwrp a{font-size:16px}
.btb-button.dark {background: #252525; border-color: #252525; color: #fff;}
.btb-button.dark:hover {background:#09a223;border-color:#09a223;color:#fff}
.btb-button {font-weight: 500;margin: 10px; display: inline-block; padding: .72em 2.1em;background: #09a223;border: 2px solid #09a223;color: #fff;letter-spacing: .08em;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}
.btb-button:hover{background:#252525;border-color:#252525;color:#fff}
.parm{background:#f3f3f3;padding:15px;color:#666;margin-top:15px;margin-bottom:20px;}
.parm span{font-weight:700}

.ap .content h3{height:50px;}
.ap .col-lg-3{padding-left:10px !important;padding-right:10px !important;}
.apro h3{background:url(../images/right.png) no-repeat left;font-size:22px;font-weight:700;text-indent:36px;padding:10px;margin-bottom:16px;}
.apro p{padding-left:15px;line-height:28px;}
.apro p a:hover{color:#09a223}
.apmore{margin-top:20px}
.apmore a{background:#09a223;color:#fff !important;padding:10px 25px;}
.apmore a:hover{background:#333}

.plist{margin:20px 0px 30px 0px}
.plist .cl3{padding-left:5px !important;padding-right:5px !important;}
.pricing-table-btn a{width:50%;border-radius:0px !important}
.bmore{float:left;background:#333;color:#fff;padding:10px 10px;}
.bmore:hover{color:#fff}

.pl-tit p{float:left;width:100%;font-size:15px;border-bottom:1px solid #ddd;padding-bottom:5px;margin:10px 0px 5px 0px;}
.pl-tit p a { float: right; color: #1c2a38; height:40px;margin-top:-35px}
.pl-tit p a:after { content: '...'; font-size: 40px; -webkit-transition: all .2s ease 0s; transition: all .2s ease 0s; }
.pl-tit p a:hover:after { color: #09a223; }
.plist .content{padding:5px 10px 10px;background:#f3f3f3;box-shadow:0 2px 6px 0 rgba(67, 67, 67, 0.15) !important }
.plist .content h3{line-height:20px;height:55px;overflow:hidden;text-align:center}
.plist .content h3 a{font-size:16px;font-weight:500 !important}
.plist .btn{font-weight:500 !important}

.pl-nav{margin-bottom:60px;padding-bottom:10px}
.pl-nav a{width:16.3%;text-align:center;font-weight:700;}
.pl-nav a img{border:1px solid #ddd;padding:5px;border-radius:50%;background:#f3f3f3;-webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;}
.pl-nav a:hover img{border:1px solid #09a223}
.pl-nav a p{line-height:18px;margin-top:10px;color:#666}

.pl-line{border:1px solid #ddd;padding:15px 0px;border-left:0px;border-right:0px}
@media (max-width:768px){.hidden-xs{display:none}}

.cont p{margin:10px 0px}
.cont img{margin:15px auto;text-align:center;display:auto}

.pages-a{-webkit-box-pack: center;}
.pages-a a{padding: 0px 18px; margin: 0 5px; color: #848484;background: #fff;text-align: center;line-height: 40px;font-size: 15px;box-shadow: 0 2px 10px 0 #d8dde6;border: none;display:block;float:left}
.pages-a b{float:left;background:#09a223;color:#fff;padding: 0px 18px; margin: 0 5px;text-align: center;line-height: 40px;font-size: 15px;}
.pages-a a:hover,.pages-a a.active{background:#09a223;color:#fff}
.blog-details-img{text-align:center}
.cont a{color:#09a223;font-weight:700;}

.page-bg{background:url(../images/pban1.webp) no-repeat center;height:400px !important;color:#fff !important}
.page-bg ul{text-align:left;}
.page-bg ul a,.page-bg ul li{color:#fff}
.page-bg ul li.active {color: #fff;}
.page-bg h3,.page-bg h1{color:#fff;font-size:40px;font-weight:700}
.page-bg p{font-size:20px;color:#fff;margin-top:40px;}
.area-btn a.hover-slide{display: block; width: 150px; height: 46px; font-size: 16px; line-height: 46px; color: #fff; margin: 0 auto; border-radius: 23px;
    background: #f45c43;
    background: -moz-linear-gradient(left,  #f45c43 0%, #eb3349 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f45c43), color-stop(100%,#eb3349));
    background: -webkit-linear-gradient(left,  #f45c43 0%,#eb3349 100%);
    background: -o-linear-gradient(left,  #f45c43 0%,#eb3349 100%);
    background: -ms-linear-gradient(left,  #f45c43 0%,#eb3349 100%);
    background: linear-gradient(to right,  #f45c43 0%,#eb3349 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f45c43', endColorstr='#eb3349',GradientType=1 );}
.area-btn:hover{color: #fff;}
.hover-slide{ position: relative; overflow: hidden;}
.hover-slide::before{ position: absolute; content: " "; top: 0; right: 100%; width: 300%; height: 100%; border-radius: 23px ; background: rgba(255,255,255,.3); transition: all .5s;}
.hover-slide:hover::before{  right: -300%;}

.compound {margin:30px 0px}
.compound h3{text-align:center;margin:25px 0px;font-weight:700;font-size:29px}

.area-program-list-bg {position: relative;}
.area-program-list-bg img {width: 100%;}
.img-res, .img-responsive {display: block;height: auto;}
.img-responsive {max-width: 100%;}
.area-program-list-bg::after {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    opacity: 0.5;
    transition: all .5s;
}
.area-program-list-desc {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
}


.area-program-list-til {font-size: 19px;line-height: 28px;padding:40px 25px;}
.area-program-list-text {padding: 10px;font-size: 16px;line-height: 32px;margin-bottom: 10px;}
.area-program-list-btn {display: none;}
.area-program-list-btn a {
    display: inline-block;
    width: 150px;
    height: 46px;
    font-size: 16px;
    line-height: 46px;
    color: #fff;
    margin: 0px auto;
    border-radius: 23px;
    background: #f45c43;
    background: -moz-linear-gradient(left, #f45c43 0%, #eb3349 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f45c43), color-stop(100%,#eb3349));
    background: -webkit-linear-gradient(left, #f45c43 0%,#eb3349 100%);
    background: -o-linear-gradient(left, #f45c43 0%,#eb3349 100%);
    background: -ms-linear-gradient(left, #f45c43 0%,#eb3349 100%);
    background: linear-gradient(to right, #f45c43 0%,#eb3349 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f45c43', endColorstr='#eb3349',GradientType=1 );

}
.area-img{text-align:center;}
.area-img p{color:#fff}
.area-img:hover .area-program-list-btn{ display: block;}
.area-img:hover .area-program-list-bg::after{ opacity: 0.5;}


.area-prot-main {background: #dee5f1;overflow: hidden;display: flex;}

.area-prot-img a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    display: none;
    width: 150px;
    height: 46px;
    text-align: center;
    font-size: 16px;
    line-height: 46px;
    color: #fff;
    margin-left: -75px;
    border-radius: 23px;
    background: #f45c43;
    background: -moz-linear-gradient(left, #f45c43 0%, #eb3349 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f45c43), color-stop(100%,#eb3349));
    background: -webkit-linear-gradient(left, #f45c43 0%,#eb3349 100%);
    background: -o-linear-gradient(left, #f45c43 0%,#eb3349 100%);
    background: -ms-linear-gradient(left, #f45c43 0%,#eb3349 100%);
    background: linear-gradient(to right, #f45c43 0%,#eb3349 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f45c43', endColorstr='#eb3349',GradientType=1 );
}



.area-prot-img{ padding: 0; width: 47%; position: relative;}
.area-prot-img img{ width: 100%;}
.area-prot-img a{position: absolute; bottom: 20px; left: 50%; display: none; width: 150px; height: 46px; text-align: center; font-size: 16px; line-height: 46px; color: #fff; margin-left: -75px; border-radius: 23px;
    background: #f45c43;
    background: -moz-linear-gradient(left,  #f45c43 0%, #eb3349 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f45c43), color-stop(100%,#eb3349));
    background: -webkit-linear-gradient(left,  #f45c43 0%,#eb3349 100%);
    background: -o-linear-gradient(left,  #f45c43 0%,#eb3349 100%);
    background: -ms-linear-gradient(left,  #f45c43 0%,#eb3349 100%);
    background: linear-gradient(to right,  #f45c43 0%,#eb3349 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f45c43', endColorstr='#eb3349',GradientType=1 );}
.area-prot-img:hover a{ display: block;}
.area-prot-desc{ padding: 20px 15px; width: 53%;}
.area-prot-desc a:hover p{color:#eb3349}
.area-prot-til{ font-size: 20px; font-weight: bold; line-height: 26px; padding: 15px 0 25px 0px;}
.area-prot-btn span{display: inline-block;  height: 25px; line-height: 25px; text-align: left; color: #555; position: relative; margin-right: 15px; padding: 0px 3px; border-radius: 5px;font-size:14px;}
.area-prot-btn a span{ position: relative; transition: all .3s;}
.area-prot-btn a::before{ position: absolute; content: " "; display: block; top: -1px; left: -1px; right: -1px; bottom: -1px; border-radius: 5px; opacity: 0;transition: all .3s; background: #f45c43;
    background: -moz-linear-gradient(left,  #f45c43 0%, #eb3349 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f45c43), color-stop(100%,#eb3349));
    background: -webkit-linear-gradient(left,  #f45c43 0%,#eb3349 100%);
    background: -o-linear-gradient(left,  #f45c43 0%,#eb3349 100%);
    background: -ms-linear-gradient(left,  #f45c43 0%,#eb3349 100%);
    background: linear-gradient(to right,  #f45c43 0%,#eb3349 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f45c43', endColorstr='#eb3349',GradientType=1 );}
.area-prot-btn a:hover span{ color: #fff;}
.area-prot-btn a:hover::before{ opacity: 1;}
.area-prot-hot-btn{ text-align: center;}
.area-prot-hot-btn a{ margin: 0 15px;}
.area-prot-main dd{margin:0px !important}

.area-ctn{margin:20px auto;text-align:center}
.area-ctn a{display: inline-block !important;}
.area-ctn a.hover-slide{width:auto;padding-left:25px;padding-right:25px;}
.area-ctn a.a-mail{margin-left:30px;}
.area-ctn a.a-mail:hover{color:#fff}

.portfolio-contents{background:#f4f5f7;padding:10px}
.portfolio-contents h3 {height: 50px;overflow: hidden;line-height: 18px;}
.portfolio-contents h3 a{font-size:16px;font-weight:700}

.compound p{font-size:16px;line-height:1.5;margin-bottom:10px;color:#666}

.com-project .col-md-8{padding-right:0px}
.com-project .col-md-6{padding-left:12px;padding-right:12px;float:left}


.area-case-main{ position: relative; display: block; margin-bottom: 30px;}
.area-case-main:hover .area-case-list-til,.area-case-main:hover .area-case-list-text{text-decoration:underline}
.area-case-list-img img{ width: 100%;}

.area-case-list-edsc{ position: absolute; top: 0; left: 0; width: 100%; height: 100%;padding: 45px 25px 0;}
.area-case-list-til{ font-size: 18px; font-weight: bold; line-height:1.5;margin-bottom: 15px;color: #fff;}
.area-case-list-tex{ font-size: 16px;color: #fff;}
.area-case-list-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 10px 10px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 0)), color-stop(100%,rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 0, 0, 0)', endColorstr='rgba(0, 0, 0, 0.9)',GradientType=0 );
}
.span-b{color:#fff;text-align:center;width: 150px; height: 40px; font-size: 14px; line-height: 40px; margin-top:50px; border-radius: 5px;
    background: #f45c43;
    background: -moz-linear-gradient(left,  #f45c43 0%, #eb3349 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f45c43), color-stop(100%,#eb3349));
    background: -webkit-linear-gradient(left,  #f45c43 0%,#eb3349 100%);
    background: -o-linear-gradient(left,  #f45c43 0%,#eb3349 100%);
    background: -ms-linear-gradient(left,  #f45c43 0%,#eb3349 100%);
    background: linear-gradient(to right,  #f45c43 0%,#eb3349 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f45c43', endColorstr='#eb3349',GradientType=1 );}

.modal-table table{width:100%;margin-bottom:20px}
.modal-table table td{border:1px solid #ddd;padding:10px 8px;font-size:14px}
.modal-table table th{background:#09a223;color:#fff;padding:10px;border:1px solid #ddd;font-size:16px}
.modal-table .form-control{border:1px solid #ddd}

.cttp p{margin-top:8px !important;text-align:left;}
.cttp p a{font-size:16px}
.ctt-form{margin-top:20px}
.ctt-form .form-control{font-size:14px !important}

.area-approve{ margin-top: 50px; margin-bottom: 50px; height: 321px; background: #5860d0;
    background: -moz-linear-gradient(top,  #5860d0 0%, #3e3687 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5860d0), color-stop(100%,#3e3687));
    background: -webkit-linear-gradient(top,  #5860d0 0%,#3e3687 100%);
    background: -o-linear-gradient(top,  #5860d0 0%,#3e3687 100%);
    background: -ms-linear-gradient(top,  #5860d0 0%,#3e3687 100%);
    background: linear-gradient(to bottom,  #5860d0 0%,#3e3687 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5860d0', endColorstr='#3e3687',GradientType=0 );}
.area-approve-lf{ width: 55%; float: left; height: 321px; position: relative; background: url(../images/area-approvebg.webp)  no-repeat right bottom / cover;}
.area-approve-lf .area-approve-lf-img{ position: absolute; padding-right: 60px; right: 0; bottom: 0; max-width: 100%;}
.area-approve-lf .area-approve-lf-img img{ max-width: 100%;}
.area-approve-rt{ width: 45%; float: left; padding-top: 50px; }
.area-approve-rt-main{ margin-left: -50px;}
.area-approve-til h3{ font-size: 22px; text-transform:capitalize;font-weight: bold; float: left; line-height: 46px; margin-right: 60px;color: #fff;}
.area-approve-btn{display: inline-block; width: 150px; height: 46px; text-align: center; font-size: 16px; line-height: 46px; color: #fff; margin: 0 auto; border-radius: 23px;
    background: #f45c43;
    background: -moz-linear-gradient(left,  #f45c43 0%, #eb3349 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f45c43), color-stop(100%,#eb3349));
    background: -webkit-linear-gradient(left,  #f45c43 0%,#eb3349 100%);
    background: -o-linear-gradient(left,  #f45c43 0%,#eb3349 100%);
    background: -ms-linear-gradient(left,  #f45c43 0%,#eb3349 100%);
    background: linear-gradient(to right,  #f45c43 0%,#eb3349 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f45c43', endColorstr='#eb3349',GradientType=1 );}
.area-approve-sign{ padding-top: 30px; padding-left: 40px;}
.area-approve-sign p {display: inline-block; margin: 0 5px 10px; font-size: 12px;color:#fff}
.area-approve-sign p i{display: block; width: 50px; height: 50px; margin: 0 auto; background: url(../images/area-strength.png) no-repeat;}
.area-approve-sign p i.ico01{width: 62px; background-position: 0px 0;}
.area-approve-sign p i.ico02{width: 55px; background-position: -65px 0;}
.area-approve-sign p i.ico03{width: 50px; background-position: -128px 0;}
.area-approve-sign p i.ico04{width: 50px; background-position: -182px 0;}
.area-approve-sign p i.ico05{width: 46px; background-position: -237px 0;}
.area-approve-sign p i.ico06{width: 42px; background-position: -288px 0;}
.area-approve-text{ padding-left: 20px;margin-top:10px;}
.area-approve-text p{ padding: 6px 20px; font-size: 14px; display: inline-block; vertical-align: top;color:#ccc}
.area-approve-til .area-program-list-btn{display:block}

.cop-h3 h3{font-size:22px !important}
.cop-h3 p{font-size:15px;color:#666}

.wel-com{background:#f4f5f7;margin:80px 0px}
.com-ct .content p a{font-size:18px;}
.btn-com{border:2px solid #09a223;margin-bottom:25px}
.btn-com:hover{background:#09a223;color:#fff}
.btn-com i{font-size:22px;margin-right:10px;color:#09a223}
.btn-com:hover i{color:#fff}

.com-cat{background:url(../images/com-cat.jpg) no-repeat center;}
.hidden-lg{display:none}
@media only screen and (max-width: 767px){
 .area-prot-til {font-size: 15px;font-weight:normal;line-height:20px;padding:  0px;margin-bottom:10px}
 .area-prot-btn span{margin:0px;padding:0px;line-height:20px}
 .area-prot-desc{padding:10px}
 .portfolio-contents h3{height:36px;font-size:16px;}
 .area-approve-lf{width:100%;height:320px}
 .area-approve-lf .area-approve-lf-img{padding:0px}
 .area-approve{margin:0px}
 .go-top{bottom:80px !important}
 .hidden-lg{display:block;font-size:22px;color:#fff;text-align:center;line-height:30px;font-weight:700}
 .hleft{padding:20px 10px 0px 10px;}
 .header-middle{padding:0px !important}
 .logos{padding:0px 3px;}
 .ptle{height:120px !important; }
 .page-title h3,.page-title h1 {font-size: 26px; margin-bottom: 10px;line-height:35px;}
 .page-bg p{font-size:16px;}
.con-tit{padding-left:15px !important;}
.light .classynav ul li .dropdown li a{line-height:26px;height:auto}
.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0px 5px;
}
.col-md-6 .single-portfolio .portfolio-content h3 a { font-size: 16px;}
.btb-button{padding: .52em 1.1em;}
.single-services .content h3{line-height:12px;height:30px;}
.single-services .content h3 a{font-size:14px;}
.section-title h3{font-size:24px !important; }
.main-banner-text h2{font-size:30px;}
.main-banner-text h4{font-size:22px !important;}
.case-studies-img img{height:160px;}
.case-studies-content h3 a{font-size:14px;}
.case-studies-content h3{height:75px;}
.post-content h3 a{font-size:16px;}
.post-content p{font-size:14px !important}
.pcon{font-size:14px;}
.funFact p{font-size:16px;}
.btnwrp a{font-size:14px}
.single-services .img-pc img{height:auto;}
.single-equ h3{height:38px !important}
.sh3{font-size:20px !important;line-height:20px}
}

.mfoot {margin-top:90px}
.mfoot .container{padding:0px !important}
.mnavs{max-width:640px;height:80px;margin:0px auto;background:#fff;padding:10px 0px 6px 0px;box-shadow: 3px 0px 6px #ddd;}
.mnavs a{float:left;width:20%;text-align:center;color:#333;font-weight:normal}
.mnavs a.a1 p{margin-top:5px}
.mnavs a.a2 p{margin-top:3px}
.mnavs a.a1 img{max-width:40% !important;height:auto}
.mnavs a.a2 img{margin-top:-49px;width:auto}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}