@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&family=Source+Sans+3:wght@200;300;400;500;600;700;800;900&display=swap');
/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/
html,
body {
	height: 100%;
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'Source Sans 3', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222222;
	margin: 0;
	margin-bottom: 10px;
	font-weight: 700;
}

h1 {
	font-size: 60px;
	margin-bottom: 40px;
}

h1 span {
	background: #0c4da2;
	padding: 0 10px;
	color: #ffffff;
	display: inline-block;
}

h2 {
	font-size: 36px;
}

h3 {
	/* font-size: 24px; */
	margin-bottom: 30px;
}

h4 {
	font-size: 15px;
}

p {
	font-size: 18px;
	color: #2a2a2a;
	line-height: 1.6;
	text-align: justify;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*------------------------
  Helper css
--------------------------*/
.sp-title {
	font-size: 42px;
	margin-bottom: 40px;
	font-weight: 900;
}

.sp-title span {
	background: #0c4da2;
	padding: 0 10px;
	color: #ffffff;
	display: inline-block;
}

.pt100 {
	padding-top: 100px;
}

.pb100 {
	padding-bottom: 100px;
}

.pt50 {
	padding-top: 50px;
}

.pb50 {
	padding-bottom: 50px;
}

.mb100 {
	margin-bottom: 100px;
}

.spad {
	padding: 100px 0;
}

.section-title {
	margin-bottom: 75px;
}

.section-title h1,
.section-title h2 {
	display: inline-block;
	/* background: #0c4da2; */
	padding: 0;
	margin-bottom: 0;
	font-size: 42px;
	color: #fff;
}

.set-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 100px 0;
}

/*------------------------
  Common element css
--------------------------*/
/*=== Preloder ===*/
#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
}

.loader {
	width: 30px;
	height: 30px;
	border: 3px solid #000;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	border-left-color: transparent;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
	}

@keyframes loader {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
.site-btn {
	display: inline-block;
	font-weight: 700;
	border: 3px solid;
	min-width: 130px;
	text-align: center;
	padding: 9px 0;
	position: relative;
	background-color: transparent;
	margin-right: 15px;
	z-index: 1;
}

.site-btn:after,
.site-btn:before {
	position: absolute;
	content: "";
	width: 26px;
	height: 3px;
	right: -15px;
}

.site-btn:after {
	bottom: 8px;
}

.site-btn:before {
	bottom: 18px;
}

.site-btn.sb-light {
	color: #fff;
}

.site-btn.sb-light:after,
.site-btn.sb-light:before {
	background: #fff;
}

.site-btn.sb-dark {
	color: #222222;
}

.site-btn.sb-dark:after,
.site-btn.sb-dark:before {
	background: #222222;
}

.site-btn.sb-solid-color {
	background: #0c4da2;
	border-color: #0c4da2;
}

.site-btn.sb-solid-color:after,
.site-btn.sb-solid-color:before {
	background: #222222;
}

.site-btn.sb-solid-dark {
	background: #222;
	border-color: #222;
	color: #0c4da2;
}

.site-btn.sb-solid-dark:after,
.site-btn.sb-solid-dark:before {
	background: #0c4da2;
}

.element {
	margin-bottom: 100px;
}

/*===  Accordion ===*/
.accordion-area .panel {
	margin-bottom: 15px;
}

.accordion-area .panel-header {
	background: #f0f0f0;
	display: block;
	padding: 12px 50px;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	-webkit-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.accordion-area .panel-header.active {
	background: #0c4da2;
}

.accordion-area .panel-header.active .panel-link:after {
	content: "-";
}

.accordion-area .panel-header.active .panel-link.collapsed:after {
	content: "+";
}

.accordion-area .panel-link {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50px;
	background: #0c4da2;
	border: none;
	cursor: pointer;
}

.accordion-area .panel-body p {
	font-size: 14px;
	margin-bottom: 0;
	padding-top: 25px;
}

.accordion-area .panel-body {
	padding: 0 5px;
}

.accordion-area .panel-link:after {
	content: "+";
	position: absolute;
	left: 50%;
	font-size: 16px;
	font-weight: 700;
	top: 50%;
	line-height: 16px;
	margin-top: -8px;
	margin-left: -4px;
}

/*===  Tab  ===*/
.tab-element .nav-tabs {
	border-bottom: none;
	margin-bottom: 35px;
}

.tab-element .nav-tabs .nav-link {
	border: none;
	background: #f0f0f0;
	border-radius: 0;
	margin-right: 5px;
	font-size: 14px;
	font-weight: 500;
	color: #222;
	padding: 15px 30px;
}

.tab-element .nav-tabs .nav-link.active {
	background: #0c4da2;
}

.tab-element .nav-tabs .nav-link.active,
.tab-element .nav-tabs .nav-link:hover {
	border: none;
}

.tab-element .tab-pane h4 {
	font-size: 18px;
	margin: 25px 0 20px;
}

.tab-element .tab-pane p {
	font-size: 14px;
}

/*===  Loader ===*/
.circle-progress {
	text-align: center;
	padding-top: 30px;
	display: inline-block;
}

.circle-progress .prog-circle {
	position: relative;
	margin-bottom: -155px;
}

.circle-progress .prog-circle:after {
	position: absolute;
	content: "";
	width: 177px;
	height: 177px;
	left: 9px;
	top: 9px;
	border-radius: 50%;
	border: 2px solid #fff;
	z-index: 1;
}

.circle-progress canvas {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.circle-progress .progress-info {
	width: 100%;
	border-radius: 150px;
	margin: 0 auto;
	padding-top: 22px;
}

.circle-progress .progress-info h2 {
	font-size: 48px;
}

.circle-progress .prog-title {
	text-align: center;
	margin-top: 100px;
}

.circle-progress .prog-title h3 {
	font-size: 18px;
	color: #727272;
}

.img-popup-warp .mfp-content {
	opacity: 0;
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.img-popup-warp.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

/*----------------------------------------*/
/*  Header CSS
/*----------------------------------------*/
.header-area {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 50;
	background: #fff;
}

.logo-area {
	float: left;
	display: inline-block;
	/* background: #121212; */
	padding: 20px 60px 10px;
}

.phone-number {
	float: right;
	display: inline-block;
	padding: 5px 10px;
	background: #0c4da2;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 30px;
	color: #fff;
	margin-right: 50px;
}

.nav-switch {
	display: none;
}

.nav-menu {
	display: inline-block;
	float: right;
}

.nav-menu ul {
	list-style: none;
}

.nav-menu ul li {
	display: inline;
}

.nav-menu ul li a {
	display: inline-block;
	padding: 6px 10px;
	text-transform: uppercase;
	margin-right: 30px;
	margin-top: 30px;
	font-size: 16px;
	color: #1c1c1c;
	font-weight: 700;
	position: relative;
	transition: all 0.3s;
}
.nav-menu ul li a:hover{background: #0c4da2; transition: all 0.3s; color: #fff;}

/*.nav-menu ul li a:after {
	position: absolute;
	content: "";
	width: 2px;
	height: 0;
	left: 50%;
	margin-left: 1px;
	top: 0;
	background: #0c4da2;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.nav-menu ul li a:hover:after {
	height: 25px;
}*/

.nav-menu ul li.active>a:after {
	height: 25px;
}
.nav-menu ul li.active>a {
	background: #0c4da2; color: #fff;
}

/*---------------------------------------*/
/*  Hero Section CSS
/*----------------------------------------*/
.hero-section {
	height: 750px;
	background: #ededed;
	position: relative;
}

.left-bar {
	position: absolute;
	width: 100px;
	height: 100%;
	/* background: #121212; */
	z-index: 20;
}

.left-bar .left-bar-content {
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
	margin-bottom: 90px;
}

.social-links a {
	display: block;
	color: #f5f5f5;
	margin-bottom: 20px;
	font-size: 20px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.social-links a:hover {
	color: #0062cc;
}

.hero-right-text {
	position: absolute;
	right: 140px;
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
	-webkit-transform-origin: right center;
	    -ms-transform-origin: right center;
	        transform-origin: right center;
	bottom: 60%;
	z-index: 30;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 20px;
}

.hero-slider .hero-slide-item {
	width: 100%;
	height: 750px;
	display: table;
}

.hero-slider .hero-slide-item .slide-inner {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.hero-slider .owl-nav {
	position: absolute;
	display: inline-block;
	left: 350px;
	bottom: 70px;
}

.hero-slider .owl-nav .owl-prev,
.hero-slider .owl-nav .owl-next {
	display: inline-block;
	margin-right: 30px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.hero-slider .owl-nav .owl-prev:hover,
.hero-slider .owl-nav .owl-next:hover {
	color: #0c4da2;
}

.hero-slider .owl-nav .owl-prev i {
	margin-right: 5px;
}

.hero-slider .owl-nav .owl-next {
	margin-right: 0px;
}

.hero-slider .owl-nav .owl-next i {
	margin-left: 5px;
}

.slide-num-holder {
	width: 153px;
	height: 250px;
	position: absolute;
	right: 60px;
	background: rgba(18, 18, 18, 0.95);
	bottom: -40px;
	z-index: 111;
	text-align: right;
	padding-right: 20px;
	padding-top: 60px;
	color: #fff;
	font-weight: 700;
}

.slide-num-holder span {
	font-size: 48px;
	color: #0c4da2;
	position: relative;
	top: -10px;
	right: -10px;
}

.slide-content {
	margin-left: 350px;
	margin-bottom: 50px;
	padding-left: 190px;
	padding-top: 170px;
	padding-bottom: 70px;
	position: relative;
	opacity: 0;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.slide-content:after {
	position: absolute;
	content: "";
	height: calc(100% + 50px);
	width: 330px;
	border-top: 150px solid #0c4da2;
	border-left: 150px solid #0c4da2;
	border-bottom: 90px solid #0c4da2;
	top: 0;
	left: 0;
	opacity: 0.73;
}

.slide-content h2 {
	color: #fff;
	font-size: 80px;
	line-height: 80px;
}

.owl-item.active .slide-content {
	opacity: 1;
}

/*----------------------------------------*/
/*  Intro Section CSS
/*----------------------------------------*/
.intro-text p {
	margin-bottom: 50px;
	font-size: 21px;
}

/*----------------------------------------*/
/*  Service Section CSS
/*----------------------------------------*/
.service-box {
	margin-bottom: 30px;
}

.service-box h3{
	font-size: 24px;
	margin-bottom: 20px;
}

.service-box .sb-icon {
	margin-bottom: 30px;
	width: 100px;
	height: 125px;
	text-align: center;
	position: relative;
	overflow: hidden;
	background-color: #f3f3f3;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.service-box .sb-icon .sb-img-icon {
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.service-box .sb-icon .sb-img-icon img {
	opacity: 0.8;
	max-height: 70px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.service-box .sb-icon::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	left: 25px;
	top: -80px;
	-webkit-transform: rotate(-65deg);
	    -ms-transform: rotate(-65deg);
	        transform: rotate(-65deg);
}

.service-box .readmore {
	font-size: 12px;
	font-weight: 700;
	color: #222222;
	display: inline-block;
	padding: 2px 0;
	background-color: transparent;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.service-box:hover .sb-icon {
	background-color: #c3c3c3;
}

.service-box:hover .sb-icon .sb-img-icon {
	left: 15px;
	margin-bottom: 5px;
}

.service-box:hover .sb-icon .sb-img-icon img {
	opacity: 1;
}

.service-box:hover .readmore {
	background-color: #0c4da2;
	padding: 2px 10px;
}

/*----------------------------------------*/
/*  CTA Section CSS
/*----------------------------------------*/
.cta-section {
	position: relative;
	margin-bottom: 100px;
}

.cta-section:after {
	content: "";
	position: absolute;
	width: 67%;
	height: 100%;
	right: 0;
	top: 0;
	background: #cccccc;
	z-index: 2;
}

.cta-section .cta-image-box {
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	background-image: url("../img/cta-img.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.cta-section .container {
	position: relative;
	z-index: 9;
}

.cta-section .cta-content h2 {
	color: #fff;
}

.cta-section .cta-content p {
	color: #fff;
	margin-bottom: 30px;
}

.cta-section .cta-content .cta-img-icon {
	display: inline-block;
	height: 80px;
	position: relative;
	width: 50px;
	margin-right: 40px;
	margin-bottom: 30px;
}

.cta-section .cta-content .cta-img-icon:last-child {
	margin-right: 0;
}

.cta-section .cta-content .cta-img-icon img {
	position: absolute;
	left: 0;
	bottom: 0;
	max-height: 100%;
}

/*----------------------------------------*/
/*  Milestones Section CSS
/*----------------------------------------*/
.milestone {
	/* min-height: 110px; */
	padding-left: 0;
	padding-top: 0;
	position: relative;
}

.milestone h2 {
	margin-bottom: 0;
	font-size: 50px;
	display: inline-block;
	float: left;
	position: relative;
	z-index: 1;
	background: #efefef;
	text-align: center;
	padding: 10px 18px;
}

.milestone p {
	float: left;
	font-size: 20px;
	margin-top: 10px;
	margin-left: 10px;
	line-height: 1.5;
	position: relative;
	z-index: 1;
	font-weight: 500;
}

.milestone:after {
	position: absolute;
	content: "";
	width: 50%;
	height: 110px;
	left: 0;
	top: 0;
	/* background: #efefef; */
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.milestone:hover:after {
	/* background: #a3a3a3; */
}

/*----------------------------------------*/
/*  Projects Section CSS
/*----------------------------------------*/
.projects-filter-nav {
	list-style: none;
	text-align: right;
	margin-top: 20px;
}

.projects-filter-nav li {
	display: inline-block;
	margin-left: 25px;
	color: #747474;
	font-size: 18px;
	font-weight: 500;
	padding: 0 5px;
	cursor: pointer;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.projects-filter-nav li.btn-active {
	background: #0c4da2;
	color: #222222;
}

.projects-slider {
	padding: 0 10px;
	margin-top: 20px;
	text-align: center;
}

.projects-slider .single-project {
	height: auto;
	width: 99%;
	/*background: #ffffff;*/
	-o-transition: .8s;
	transition: .8s;
	-webkit-transition: .8s;
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transform: translateX(0);
	opacity: 1;
	display: inline-block;
	margin: 0 0px 15px;
	padding: 0px;
	background-size: cover;
}
.pp-img{background: #ffffff; position: relative;}

.projects-slider .single-project .project-content {
	padding: 10px 5px;
	/* background: #2a2a2a; */
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	opacity: 1;
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	/* border: 1px solid #e7e7e761; */
}

.projects-slider .single-project .project-content h2 {
	color: #fff;
	font-weight: 600;
	position: relative;
	top: 10px;
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	font-size: 24px;
}

.projects-slider .single-project .project-content p {
	color: #0c4da2;
	font-weight: 500;
	position: relative;
	top: 40px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.projects-slider .single-project .seemore {
	position: relative;
	/* right: 50px; */
	bottom: 0;
	background: #ffffff;
	font-size: 12px;
	font-weight: 600;
	color: #222;
	display: inline-block;
	padding: 2px 8px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	border-radius: 4px;
}

.projects-slider .single-project .pp-img:hover .project-content {
	opacity: 1;
	bottom: 15%;
	/* background: #0a4a9d; */
}

.projects-slider .single-project .pp-img:before{content:'';position:absolute;background: #fff;opacity: 0;bottom: 0;left:0;width:100%;height:100%;transition:all 0.3s;}
.projects-slider .single-project .pp-img:hover:before{ opacity:0.7; transition:all 0.3s; }

.projects-slider .single-project:hover .project-content h2,
.projects-slider .single-project:hover .project-content p {
	top: 0;
}

.projects-slider .single-project:hover .seemore {
	bottom: 0;
}

.projects-slider .single-project.__loading {
	opacity: 0;
	-ms-transform: translateX(40px);
	    transform: translateX(40px);
	-webkit-transform: translateX(40px);
}

.owl-controls{position: absolute;top: -100px;right: 50px;}
#infra-carousel .owl-controls {
    position: absolute;
    top: -30px;
    right: 50px;
}
.projects-slider .owl-nav {
	text-align: right;
	max-width: 1170px;
	margin: 40px auto 0;
}



.projects-slider .owl-nav .owl-prev,
.projects-slider .owl-nav .owl-next {
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	padding: 0px 5px;
}


#infra-carousel .owl-nav .owl-prev, #infra-carousel .owl-nav .owl-next {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    padding: 0px 5px;
}
#infra-carousel .owl-nav .owl-prev:hover,
#infra-carousel .owl-nav .owl-next:hover {
	background: #1855a5;
	color: #ffffff;
}

.projects-slider .owl-nav .owl-prev:hover,
.projects-slider .owl-nav .owl-next:hover {
	background: #ffffff;
	color: #1855a5;
}

.projects-slider .owl-nav .owl-prev i {
	margin-right: 5px;
}

.projects-slider .owl-nav .owl-next {
	margin-right: 0px;
}

.projects-slider .owl-nav .owl-next i {
	margin-left: 5px;
}

@media (max-width: 767px){
	.projects-slider .single-project {
    height: auto;
    width: 96%;
    background-size: cover;
  }

  .projects-slider .single-project .project-content {
	padding: 50px 5px;
	top: 20%;
}
.projects-slider .single-project:hover .project-content {
	opacity: 1;
	top: 25%;
}

}

/*----------------------------------------*/
/*  Client Section CSS
/*----------------------------------------*/
.client-slider .single-brand {
	display: table;
	height: 80px;
	width: 100%;
}

.client-slider .single-brand a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.client-slider .single-brand a img {
	width: auto;
	margin: 0 auto;
	opacity: 0.2;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.client-slider .single-brand a:hover img {
	opacity: 1;
}

/*----------------------------------------*/
/*  Footer Section CSS
/*----------------------------------------*/
.footer-section {
	padding-top: 110px;
	padding-bottom: 110px;
	border-top: 1px solid #c8c8c8;
	position: relative;
	background: url(../img/footer-bg.jpg) no-repeat center center;
	background-size: cover;
}

.footer-section .copyright {
	position: absolute;
	top: 40%;
	margin-top: -12px;
	left: 60px;
	color: #737373;
	font-size: 18px;
}

.footer-section .footer-social {
	width: 75px;
	text-align: center;
	position: absolute;
	right: 60px;
	top: -55px;
	padding-top: 20px;
	background: #222;
}

.footer-item ul {
	list-style: none;
}

.footer-item ul li {
	display: block;
	margin-bottom: 10px;
}

.footer-item ul li a {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: #222222;
	padding: 0 5px;
	transition: all 0.3s;
}

.footer-item ul li a:hover {
	/* background: #0062cc; */
	color: #a3a3a3;
	margin-left: 5px !important;
	transition: all 0.3s;
}

/*----------------------------------------*/
/*  Other pages CSS
/*----------------------------------------*/
.page-header-section {
	/* height: 445px; */
	padding-top: 200px;
}

.page-header-section .header-title {
	font-size: 82px;
	color: #fff;
	margin: 0 !important;
	overflow: hidden;
}

.page-header-section .header-title span {
	background: none;
	color: #0c4da2;
}

/*----------------------------------------*/
/*  About page CSS
/*----------------------------------------*/
.testimonials-section {
	position: relative;
	margin: 60px 0;
}

.testimonials-section h1 {
	color: #fff;
}

.testimonials-section:after {
	content: "";
	position: absolute;
	width: 67%;
	height: 100%;
	right: 0;
	top: 0;
	background: #cccccc;
	z-index: 2;
}

.testimonials-section .testimonials-image-box {
	position: absolute;
	width: 50%;
	height: calc(100% + 120px);
	left: 0;
	top: -60px;
	background-image: url("../img/cta-img.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.testimonials-section .testimonials-image-box2 {
	position: absolute;
	width: 50%;
	height: calc(100% + 120px);
	left: 0;
	top: -60px;
	background-image: url("../img/abt-img.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.testimonials-section .container {
	position: relative;
	z-index: 9;
}

.testimonials-section .qut {
	color: #0c4da2;
	font-size: 36px;
	margin-bottom: 20px;
}

.ts-item p {
	color: #fff;
	font-style: italic;
	margin-bottom: 50px;
}

.ts-item h4 {
	font-size: 15px;
	font-weight: 400;
	color: #0c4da2;
	margin-bottom: 0;
}

.ts-item span {
	font-size: 12px;
	color: #fff;
}

.team-member {
	padding-right: 67px;
	position: relative;
}

.team-member img {
	min-width: 100%;
}

.team-member .member-info {
	position: absolute;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 230px;
	background: #fff;
	bottom: 37px;
	right: 0;
	-webkit-box-shadow: 6px 7px 20px rgba(114, 114, 114, 0.21);
	        box-shadow: 6px 7px 20px rgba(114, 114, 114, 0.21);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.team-member .member-info h2 {
	font-size: 30px;
	margin-bottom: 0;
}

.team-member .member-info p {
	color: #222222;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 0;
}

.team-member:hover .member-info {
	background: #0c4da2;
	-webkit-box-shadow: 0px 0px 0px rgba(114, 114, 114, 0.21);
	        box-shadow: 0px 0px 0px rgba(114, 114, 114, 0.21);
}

.promo-section {
	padding-top: 90px;
	padding-bottom: 150px;
}

.promo-text h1 {
	margin-bottom: 20px;
}

.promo-text p {
	font-size: 18px;
	font-weight: 400;
	color: #262626;
	margin-bottom: 0;
	line-height: 1.9;
}

.slide-num-holder.test-slider {
	right: auto;
	left: 100%;
	bottom: -160px;
	width: 160px;
	height: 230px;
	padding-right: 30px;
	padding-top: 80px;
}

/*----------------------------------------*/
/*  Service page CSS
/*----------------------------------------*/
.service-slider {
	position: relative;
}

.service-slider .owl-controls {
	position: absolute;
	height: 100%;
	width: 14px;
	left: 0;
	top: 0;
	display: -ms-grid;
	display: grid;
}

.service-slider .owl-dots {
	display: table-cell;
	vertical-align: middle;
}

.service-slider .owl-dots .owl-dot {
	width: 14px;
	height: 13px;
	margin-bottom: 10px;
	background: #e8e8e8;
}

.service-slider .owl-dots .owl-dot.active {
	background: #0c4da2;
}

.service-text h2 {
	font-size: 30px;
	margin-bottom: 30px;
}

.service-text p {
	margin-bottom: 50px;
}

.service-text ol {
	list-style: none;
}

.service-text ol li {
	font-size: 20px;
	font-weight: 700;
	color: #727272;
	margin-bottom: 20px;
}

.solid-service-box {
	text-align: center;
	background: #fff;
	padding: 50px 30px;
	-webkit-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.solid-service-box h2 {
	font-size: 48px;
	color: #727272;
	margin-bottom: 20px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.solid-service-box h3 {
	margin-bottom: 20px;
}

.solid-service-box p {
	font-size: 14px;
	margin-bottom: 20px;
}

.solid-service-box .readmore {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #222;
	opacity: 0;
	visibility: hidden;
	position: relative;
	bottom: -20px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.solid-service-box:hover {
	background: #0c4da2;
}

.solid-service-box:hover h2 {
	color: #222;
}

.solid-service-box:hover .readmore {
	visibility: visible;
	opacity: 1;
	bottom: 0;
}

.promo-box {
	width: 1383px;
	margin: 0 auto;
	padding: 40px 0;
}

.promo-box .promo-text h1,
.promo-box .promo-text p {
	color: #fff;
}

/*----------------------------------------*/
/*  Blog page CSS
/*----------------------------------------*/
.blog-post {
	margin-bottom: 120px;
}

.blog-post .thumb {
	padding: 25px;
	position: relative;
}

.blog-post .thumb:after {
	position: absolute;
	content: "";
	width: 100%;
	height: calc(100% - 100px);
	top: 0;
	left: 0;
	background: #f0f0f0;
	z-index: -1;
	-webkit-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

.blog-post .post-date {
	font-size: 14px;
	font-weight: 700;
	color: #222;
	display: inline-block;
	background: #0c4da2;
	padding: 4px 15px;
	margin-bottom: 20px;
}

.blog-post h2 {
	font-size: 30px;
}

.blog-post h2 a {
	color: #222;
}

.blog-post p {
	margin-bottom: 0;
}

.blog-post .post-meta {
	margin-bottom: 40px;
}

.blog-post .post-meta a {
	color: #727272;
	font-size: 12px;
	margin-right: 10px;
}

.blog-post .post-meta a i {
	font-size: 16px;
	margin-left: 5px;
}

.blog-post:hover .thumb:after {
	background: #0c4da2;
}

.pagination {
	display: inline-block;
	padding: 20px 30px;
	background: #222;
	border-radius: 0;
}

.pagination a {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}

.pagination a.active {
	font-size: 48px;
	color: #0c4da2;
}

.search {
	position: relative;
}

.widget-area {
	margin-bottom: 80px;
}

.widget-area .widget-title {
	font-size: 22px;
	margin-bottom: 40px;
}

.widget-area .search input {
	width: 100%;
	background: #f0f0f0;
	border: none;
	font-size: 12px;
	padding: 10px;
	padding-right: 35px;
	font-style: italic;
}

.widget-area .search button {
	position: absolute;
	right: 0;
	top: 0;
	background: none;
	border: none;
	color: #838383;
	height: 100%;
	width: 40px;
}

.widget-area ul {
	list-style: none;
}

.widget-area ul li a {
	font-size: 15px;
	display: inline-block;
	margin-bottom: 15px;
	font-weight: 500;
	color: #727272;
	padding: 3px 10px;
	padding-left: 25px;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.widget-area ul li a:after {
	position: absolute;
	content: "+";
	color: #838383;
	left: 5px;
	top: 3px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.widget-area ul li a:hover {
	background: #0c4da2;
	color: #222;
}

.widget-area ul li a:hover:after {
	color: #222;
}

.widget-area ul li:last-child a {
	margin-bottom: 0;
}

.widget-area .rp-widget .rp-widget-item {
	margin-bottom: 30px;
	overflow: hidden;
}

.widget-area .rp-widget .rp-widget-item:last-child {
	margin-bottom: 0;
}

.widget-area .rp-widget .thumb {
	width: 68px;
	height: 68px;
	float: left;
	margin-right: 30px;
	background: #ddd;
	display: block;
}

.widget-area .rp-widget .rp-content {
	padding-left: 98px;
}

.widget-area .rp-widget h4 {
	line-height: 1.5;
	margin-bottom: 0;
}

.widget-area .rp-widget p {
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 0;
}

.widget-area .quote-widget span {
	font-size: 47px;
	font-style: italic;
	color: #727272;
}

.widget-area .quote-widget p {
	font-style: italic;
	margin-bottom: 0;
	font-size: 13px;
}

.widget-area .instagram-widget {
	padding-top: 30px;
}

.widget-area .instagram-widget a {
	display: block;
	overflow: hidden;
	width: 33.33333%;
	float: left;
	position: relative;
}

.widget-area .instagram-widget a:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #0c4da2;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.widget-area .instagram-widget a:before {
	position: absolute;
	content: "+";
	color: #fff;
	font-weight: 500;
	text-align: center;
	font-size: 36px;
	line-height: 36px;
	width: 20px;
	top: 50%;
	margin-top: -13px;
	left: 50%;
	margin-left: -10px;
	text-shadow: 0 0 20px #999;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 2;
}

.widget-area .instagram-widget a:hover:after,
.widget-area .instagram-widget a:hover:before {
	opacity: 1;
}

.widget-area .instagram-widget a img {
	min-width: 100%;
}

/*----------------------------------------*/
/*  Contact page CSS
/*----------------------------------------*/
.cf-social {
	margin-top: 50px;
}

.cf-social a {
	color: #222;
	margin-right: 25px;
}

.contact-form {
	padding-top: 10px;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	font-size: 13px;
	border: none;
	background: #f0f0f0;
	padding: 15px 20px;
	margin-bottom: 20px;
}

.contact-form textarea {
	height: 200px;
	margin-bottom: 30px;
}

.contact-form ::-webkit-input-placeholder {
	font-style: italic;
}

.contact-form :-ms-input-placeholder {
	font-style: italic;
}

.contact-form ::-ms-input-placeholder {
	font-style: italic;
}

.contact-form ::placeholder {
	font-style: italic;
}

.map-area {
	height: 685px;
	width: 100%;
	display: block;
	background: #f0f0f0;
	margin-bottom: 2px;
}

/*----------------------------------------*/
/*  Portfolio page CSS
/*----------------------------------------*/
.portfolio-filter {
	list-style: none;
}

.portfolio-filter li {
	display: inline-block;
	margin-right: 40px;
	font-size: 14px;
	color: #222;
	cursor: pointer;
	font-weight: 500;
}

.portfolio-filter li.active {
	text-decoration: underline;
	-webkit-text-decoration-color: #2046f2;
	        text-decoration-color: #2046f2;
}

.portfolio-warp {
	display: block;
	overflow: hidden;
}

.portfolio-warp .grid-item {
	/* width: 20%; */
	background-position: center;
	overflow: hidden;
	position: relative;
}

.portfolio-warp .grid-item:after {
	content: '';
	display: block;
	clear: both;
}

.portfolio-warp .grid-item.grid-wide,
.portfolio-warp .grid-item.grid-long {
	width: 40%;
}

.portfolio-warp .grid-item a {
	width: 100%;
	height: 100%;
	display: block;
	background: #212529c7;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	position: absolute;
	top: 0;
	z-index: 0;
}

.portfolio-warp .grid-item a:after {
	position: absolute;
	content: "+";
	left: 50%;
	top: 60%;
	width: 48px;
	margin-left: -24px;
	margin-top: -24px;
	color: #fff;
	font-size: 48px;
	line-height: 48px;
	text-align: center;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.portfolio-warp .grid-item:hover a {
	opacity: 1;
}

.portfolio-warp .grid-item:hover a:after {
	top: 50%;
}

.portfolio-warp .grid-sizer {
	width: 20%;
}

/* ===========================
  Responsive
==============================*/
@media only screen and (max-width: 1477px) {
	.slide-num-holder.test-slider {
		left: auto;
		right: 0;
	}
}

@media only screen and (max-width: 1400px) {
	.promo-box {
		width: 100%;
	}
}

/* Medium screen : 992px. */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.phone-number {
		margin-right: 30px;
	}
	.nav-menu ul li a {
		margin-right: 20px;
	}
	.slide-content {
		margin-left: 220px;
	}
	.milestone p {
		margin-left: 10px;
		font-size: 17px;
	}
	.milestone h2 {
		font-size: 55px;
	}
	.milestone:after {
		width: 90px;
		height: 90px;
	}
	.slide-num-holder {
		right: 20px;
	}
	.hero-right-text {
		right: 100px;
	}
}

/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.logo-area {
		padding: 20px 40px 30px;
	}
	.slide-content {
		margin-left: 170px;
		margin-bottom: -35px;
		padding-left: 120px;
		padding-top: 120px;
		padding-bottom: 30px;
	}
	.slide-content h2 {
		font-size: 60px;
		line-height: 60px;
	}
	.slide-content:after {
		border-top: 100px solid #0c4da2;
		border-left: 100px solid #0c4da2;
		border-bottom: 60px solid #0c4da2;
	}
	.hero-slider .owl-nav {
		left: 170px;
	}
	.slide-num-holder {
		right: 20px;
	}
	.hero-right-text {
		bottom: 70%;
		right: 100px;
	}
	.nav-menu ul li a {
		margin-right: 5px;
		font-size: 13px;
		padding: 37px 7px 5px;
	}
	.phone-number {
		font-size: 12px;
		margin-right: 10px;
	}
	.team-member {
		margin-bottom: 30px;
	}
	.portfolio-warp .grid-item {
		width: 50%;
	}
	.portfolio-warp .grid-item.grid-wide,
	.portfolio-warp .grid-item.grid-long {
		width: 50%;
	}
	.portfolio-warp .grid-sizer {
		width: 50%;
	}
	.solid-service-box {
		margin-bottom: 30px;
	}
	.cta-section {
		background: #d7d7d7;
		margin-bottom: 0;
	}
	.testimonials-section {
		background: #222;
		margin: 0;
	}
	.testimonials-image-box,
	.testimonials-image-box2,
	.testimonials-section:after,
	.cta-image-box,
	.cta-section:after {
		display: none;
	}
	.hero-section,
	.hero-slider .hero-slide-item {
		height: auto;
	}
	.milestone,
	.solid-service-box {
		margin-bottom: 30px;
	}
	.footer-section .footer-social {
		width: auto;
		top: -25px;
		right: 50%;
		padding: 10px;
		margin-right: -133px;
	}
	.footer-section .social-links a {
		display: inline-block;
		padding: 0 15px;
		margin-bottom: 0;
	}
	.projects-filter-nav {
		text-align: left;
	}
	.projects-filter-nav li {
		margin-left: 0;
		margin-right: 15px;
	}
	.footer-section .copyright {
		position: relative;
		width: 100%;
		max-width: 720px;
		margin: 40px auto 0;
		left: 0;
		top: 0;
		margin-bottom: -50px;
		padding-left: 15px;
	}
}

/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
	h1,
	.sp-title {
		font-size: 36px;
	}

	.owl-controls {
    position: absolute;
    top: -70px;
    right: 20px;
}
	.page-header-section .header-title {
		font-size: 42px;
	}
	.left-bar {
		width: 70px;
	}
	.slide-content:after,
	.hero-right-text,
	.phone-number {
		display: none;
	}
	.nav-switch {
		position: absolute;
		right: 20px;
		font-size: 30px;
		color: #040404;
		top: 20px;
		display: block;
	}
	.nav-menu {
		position: absolute;
		width: calc(100% - 90px);
		left: 80px;
		background: #f3f3f3;
		top: 100%;
		margin-top: 11px;
		display: none;
	}
	.nav-menu ul li a {
		display: block;
		padding: 16px 21px;
		border-bottom: 1px solid #202020;
		margin-right: 0;
	}
	.nav-menu ul li a:after {
		left: 20px;
	}
	.nav-menu ul li.active>a:after,
	.nav-menu ul li a:hover:after {
		height: 10px;
	}
	.hero-section {
		height: auto;
	}
	.hero-slider .hero-slide-item {
		padding: 150px 0 20px;
		height: auto;
	}
	.slide-content h2 {
		font-size: 60px;
		line-height: 60px;
	}
	.hero-slider .owl-nav {
		padding-left: 70px;
		width: 100%;
		text-align: center;
		left: 0;
	}
	.slide-content {
		margin-left: 70px;
		padding: 0;
		text-align: center;
	}
	.slide-num-holder,
	.slide-num-holder.test-slider {
		right: 0;
		height: 75px;
		width: 136px;
		padding-top: 18px;
	}
	.slide-num-holder span,
	.slide-num-holder.test-slider span {
		font-size: 40px;
	}
	.slide-num-holder.test-slider {
		bottom: -135px;
	}
	.team-member {
		margin-bottom: 30px;
	}
	.portfolio-warp .grid-item {
		width: 50%;
	}
	.portfolio-warp .grid-item.grid-wide,
	.portfolio-warp .grid-item.grid-long {
		width: 50%;
	}
	.portfolio-warp .grid-sizer {
		width: 50%;
	}
	.cta-section {
		background: #cccccc;
		margin-bottom: 0;
	}
	.testimonials-section {
		background: #ccc;
		margin: 0;
	}
	.testimonials-image-box,
	.testimonials-image-box2,
	.testimonials-section:after,
	.cta-image-box,
	.cta-section:after {
		display: none;
	}
	.milestone,
	.solid-service-box {
		margin-bottom: 30px;
	}
	.projects-filter-nav {
		text-align: left;
	}
	.footer-section .footer-social {
		width: auto;
		top: -15px;
		right: 50%;
		padding: 10px;
		margin-right: -133px;
	}
	.footer-section .social-links a {
		display: inline-block;
		padding: 0 15px;
		margin-bottom: 0;
	}
	.footer-section .copyright {
		position: relative;
		width: 100%;
		max-width: 720px;
		margin: 40px auto 0;
		left: 0;
		top: 0;
		margin-bottom: -50px;
		padding-left: 15px;
		text-align: center;
	}
	.footer-item {
		margin-bottom: 40px;
	}
}

/* small mobile :320px. */
@media only screen and (max-width: 479px) {
	.logo-area {
		padding: 20px 30px 30px;
	}
	.header-area {
		background: #ffffff;
		padding-right: 66px;
	}
	.nav-menu {
		width: 100%;
		left: 0;
		margin-top: 0;
		border-top: 2px solid;
	}
	.left-bar {
		display: none;
	}
	.hero-slider .owl-nav {
		padding-left: 0;
	}
	.slide-content {
		margin-left: 0;
		padding: 0 15px;
	}
	.slide-content h2 {
		font-size: 35px;
		line-height: 1.5;
	}
	.portfolio-warp .grid-item {
		width: 100%;
	}
	.portfolio-warp .grid-item.grid-wide,
	.portfolio-warp .grid-item.grid-long {
		width: 100%;
	}
	.portfolio-warp .grid-sizer {
		width: 100%;
	}
	.projects-slider {
		padding: 0 15px;
	}
}

.mdl-sec{background: url(../img/slg-bg.jpg) no-repeat center center fixed #0c4da2;padding: 100px 0;}
.slg-cont{}
.slg-cont h2{ color:#fff; font-size:52px; font-weight:300; }
.slg-cont p{color:#fff; font-size: 18px;}

.abt-cont p{font-size: 18px;}


/* ---- Our Wings ---*/
ul{list-style-type:none;}
.socialconnect {
  overflow: hidden;
  background: url(../img/our-wing-bg.jpg)no-repeat center center;
  padding: 100px 0;
  -moz-box-shadow: 0px 2px 6px 0px #BBBBBB;
  -webkit-box-shadow: 0px 2px 6px 0px #BBBBBB;
  box-shadow: 0px 2px 6px 0px #BBBBBB;
  background-size: cover;
  }

  @media (max-width: 767px) {
    .socialconnect {
      padding: 40px 0; } }
  .socialconnect h2 {
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 20px; }
    .socialconnect h2 span {
      color: #ff6c0f;
      display: block; }
  .socialconnect .featurelist {
    padding: 20px 0 30px;
    text-align: center;
    }
    .socialconnect .featurelist > li {
      color: #3f525f;
      line-height: normal;
      font-size: 18px;
      display: inline-grid;
      vertical-align: top;
      background: #0c4da2;
      width: 120px;
      height: 120px;
      border-radius: 100% 100%;
      align-items: center;
      margin: 0 10px;
      transition: all 0.3s;
      }
      @media (max-width: 767px) {
        .socialconnect .featurelist > li {
          font-size: 16px;
          line-height: 26px;
          width: 100px;
          height: 100px;
          } 

          .socialconnect  .carousel-inner .item h3{
          font-size: 22px !important;
          }
        }
      /*.socialconnect .featurelist > li:before {
        content: "\f105";
        font: normal normal normal 14px/1 FontAwesome;
        padding-right: 10px; }*/
      .socialconnect  .carousel-inner .item h3{font-size:42px;text-align:center;font-weight: 900;text-transform: uppercase;}
      .socialconnect .featurelist li:hover{ background:#000; }
      .socialconnect .featurelist li a {
    display: block;
    text-align: center;
    color: #fff;
    line-height: normal;
    padding: 0 10px;
}
  .socialconnect h4 {
    color: #ff6c0f;
    font-size: 18px;
    font-weight: bold;
    margin: 0; }
  .socialconnect list-inline li {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px; }
    
    .map-section {
  background: url("../img/grp-p.png") no-repeat center center;
  background-size: 25%;
  height: 100%;
  min-height: 500px;position: relative;
  }
  .map-section .slider-bullets {
    /* position: relative; */
    /* min-height: 500px; */
    }
    @media (max-width: 767px) {
      .map-section .slider-bullets {
        min-height: auto;
        text-align: center;
        } 
        .map-section {
  background: transparent !important;}
      }
    .map-section .slider-bullets li {
      position: absolute;
      cursor: pointer;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.41s ease-in-out;
      -moz-transition: all 0.41s ease-in-out;
      -ms-transition: all 0.41s ease-in-out;
      -o-transition: all 0.41s ease-in-out;
      transition: all 0.41s ease-in-out;
      background: #ffffff;
      }
      .map-section .slider-bullets li img{max-width: 120px;}
      @media (max-width: 992px) {
        .map-section .slider-bullets li img {
          max-width: 60px; } }
      @media (max-width: 767px) {
        .map-section .slider-bullets li img {
          max-width: 100px;
          } }
      @media (max-width: 767px) {
        .map-section .slider-bullets li {
          position: static;
          display: inline-block;
          margin: 0 2px; } }
      .map-section .slider-bullets li.active {
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -moz-box-shadow: 0px 2px 6px 0px #777;
        -webkit-box-shadow: 0px 2px 6px 0px #777;
        box-shadow: 0px 2px 6px 0px #777; }
        
      .map-section .slider-bullets li:nth-child(1) {
        top: 0%;
        left: 6%;
        }
        @media (max-width: 992px) {
          .map-section .slider-bullets li:nth-child(1) {
            top: 8%;
            } }
      .map-section .slider-bullets li:nth-child(2) {
        top: 0;
        right: 5%;
        }
      .map-section .slider-bullets li:nth-child(3) {
        top: 75%;
        left: 1%;
        }
        @media (max-width: 992px) {
          .map-section .slider-bullets li:nth-child(3) {
            top: 20%; } }
      .map-section .slider-bullets li:nth-child(4) {
        bottom: -3px;
        right: 5%;
        }
        @media (max-width: 992px) {
          .map-section .slider-bullets li:nth-child(4) {
            bottom: 55%; } }
      .map-section .slider-bullets li:nth-child(5) {
        top: 25%;
        right: 12%; }
        @media (max-width: 992px) {
          .map-section .slider-bullets li:nth-child(5) {
            top: 15%; } }

.map-sec{background: url(../img/map2.jpg) no-repeat center right;background-size: cover;}
.mp-ct{ padding: 20px 0 100px; }
.mp-ct h2{padding: 100px 0px;font-size: 62px;font-weight: 700;color: #fff;text-transform: uppercase;}

.img-3 {
  /*background-image: url("../img/projects/1.png");*/
  background-position: center center;
  position: relative;
  box-shadow: none;
}

.info-3-front {
  background-image: url("../img/mf-logo.png");
  background-position: center;
  box-shadow: none;
  background-size: 100%;
  background-repeat: no-repeat;
}

.info-3-front1 {
  background-image: url("../img/new-modern-logo.png");
  background-position: center;
      box-shadow: none;
    background-size: 100%;
    background-repeat: no-repeat;
}

.info-3-front2 {
  background-image: url("../img/cayman-logo.png");
  background-position: center;
      box-shadow: none;
    background-size: 100%;
    background-repeat: no-repeat;
}

.info-3-front3 {
  background-image: url("../img/hobo-logo.png");
  background-position: center;
  box-shadow: none;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 80% !important;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.wrap-3 {
  position: relative;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  perspective: 1000px;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fdfdfd;
  box-shadow: 
		0 0 0 20px rgba(255, 255, 255, 0.2);
}

.info-3 {
	position: absolute;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	transition: all 0.4s ease-in-out;
	transform-style: preserve-3d;
}

.info-3-front, .info-3-back {
	display: block;
	position: absolute;
	width: 75%;
	height: inherit;
	margin: 0 auto;
	left: 0;
	right: 0;
}


.info-3-front1, .info-3-back {
	display: block;
	position: absolute;
	width: 90%;
	height: inherit;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.info-3-front2, .info-3-back {
	display: block;
	position: absolute;
	width: 80%;
	height: inherit;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.info-3-front3, .info-3-back {
	display: block;
	position: absolute;
	width: inherit;
	height: inherit;
	border-radius: 50%;
	-webkit-backface-visibility: hidden;
}

.info-3-back {
	transform: rotate3d(0, 1, 0, 180deg);
	background: rgb(0 0 0 / 97%);
	text-align: center;
}

.info-3-back h3{
    color: #fff;
    padding: 55px 0 0;
    text-transform: uppercase;
}
.info-3-back p{
    text-align: center;
}
.info-3-back p a{
    background: #333;
    padding: 8px 15px;
    border-radius: 50px 50px;
    color: #fff;
}

.info-3-back p a:hover{
    background: #fff;
    color: #000; transition: all 0.3s;
  }

.img-3:hover .wrap-3 {
	box-shadow: 
		0 0 0 0 rgba(255, 255, 255, 0.2);
}

.img-3:hover .info-3 {
	transform: rotate3d(0, 1, 0, -180deg);
}



/* wings new -----*/

.pd1{left: 31%;top: 44px;}
.pd2{
    left: 31%;
    bottom: 44px;
}
.pd3{
    right: 31%;
    top: 44px;
}
.pd4{
    right: 31%;
    bottom: 44px;
}
.pd1 img,.pd2 img,.pd3 img,.pd4 img{}
.pd1,.pd2,.pd3,.pd4{
    width: 120px;
    background: #0c4da2;
    border-radius: 100px 100px;
    position: absolute;
    display: block;
    border: 1px dashed #b4bedb;
    }

 .mf{
    position: absolute;
    left: -150px;
    top: 0;
    opacity: 1; transition: all 1.3s;
}
.pd1:hover .mf{opacity: 1; transition: all 0.3s;}
.pd1:hover .mf li{background: #181818;transition: all 0.3s;}
.pd1:hover .mf li a{color: #fff; transition: all 0.3s;}
.mf li{
    background: #a5a5a5;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    width: 92px;
    transition: all 1.3s;
}
.mf li:nth-child(1){
    top: 111px;
    left: 93px;
}
 .mf li:nth-child(2){
    top: 28px;
    left: 42px;
}
 
 .mf li:nth-child(3){
    top: -65px;
    left: 69px;
}
 .mf li:nth-child(4){
    top: -98px;
    left: 162px;
}
 .mf li:nth-child(5){
    top: -71px;
    left: 257px;
}
 .mf li a{
    color: #141414;
    padding: 0px 6px 0;
    font-size: 12px;
    line-height: normal;
    display: table-cell;
    width: 92px;
    height: 92px;
    vertical-align: middle;
    font-weight: 600;
    transition: all 0.3s;
}
.mf li:hover{background: #0c4da2 !important;}


.new-md{
    position: absolute;
    left: -150px;
    top: 0;
    opacity: 1;transition: all 1.3s;
}
.pd2:hover .new-md{opacity: 1; transition: all 0.3s;}

.pd2:hover .new-md li{background: #181818;transition: all 0.3s;}
.pd2:hover .new-md li a{color: #fff; transition: all 0.3s;}
.new-md li{
     background: #a5a5a5;
     border-radius: 50px 50px;
     text-align: center;
     position: absolute;
     width: 92px;
     transition: all 1.3s;
}
.new-md li:nth-child(1){
    top: 111px;
    left: 93px;
}
 .new-md li:nth-child(2){
    top: 25px;
    left: 42px;
}
 
 .new-md li:nth-child(3){
    top: -65px;
    left: 69px;
}
 .new-md li:nth-child(4){
    top: -98px;
    left: 162px;
}
 .new-md li:nth-child(5){
    top: -71px;
    left: 257px;
}
 .new-md li a{
    color: #333;
    padding: 0px 6px 0;
    font-size: 12px;
    line-height: normal;
    display: table-cell;
    width: 92px;
    height: 92px;
    font-weight: 600;
    vertical-align: middle;
    transition: all 0.3s;
}
.new-md li:hover{background: #0c4da2 !important;}

.cayman{
    position: absolute;
    right: -150px;
    top: 0;
    opacity: 1;transition: all 1.3s;
}
.pd3:hover .cayman{opacity: 1; transition: all 0.3s;}

.pd3:hover .cayman li{background: #181818;transition: all 0.3s;}
.pd3:hover .cayman li a{color: #fff; transition: all 0.3s;}
.cayman li{
    background: #a5a5a5;
    border-radius: 50px 50px;
    text-align: center;
    position: absolute;
    width: 92px;
    transition: all 1.3s;
}
.cayman li:nth-child(1){
    top: -97px;
    right: 141px;
}
 .cayman li:nth-child(2){
    top: -48px;
    right: 54px;
}
 
 .cayman li:nth-child(3){
    top: 49px;
    right: 51px;
}
 .cayman li:nth-child(4){
    top: -98px;
    left: 162px;
}
 .cayman li:nth-child(5){
    top: -71px;
    left: 257px;
}
 .cayman li a{
    color: #333;
    padding: 0px 6px 0;
    font-size: 12px;
    line-height: normal;
    display: table-cell;
    width: 92px;
    height: 92px;
    vertical-align: middle;
    font-weight: 600;
    transition: all 0.3s;
}
.cayman li:hover{background: #0c4da2 !important;}

.hobo{
    position: absolute;
    right: -150px;
    top: 0;
    opacity: 1;transition: all 1.3s;
}
.pd4:hover .hobo{opacity: 1; transition: all 0.3s;}
.pd4:hover .hobo li{background: #181818;transition: all 0.3s;}
.pd4:hover .hobo li a{color: #fff; transition: all 0.3s;}
.hobo li{
    background: #a5a5a5;
    border-radius: 50px 50px;
    text-align: center;
    position: absolute;
    vertical-align: middle;
    width: 92px;
    transition: all 1.3s;
}
.hobo li:nth-child(1){
    top: -92px;
    right: 109px;
}
 .hobo li:nth-child(2){
    top: -17px;
    right: 48px;
}
 
 .hobo li:nth-child(3){
    top: 78px;
    right: 65px;
}
 .hobo li:nth-child(4){
    top: 135px;
    right: 147px;
}
 .hobo li:nth-child(5){
    top: 114px;
    right: 243px;
}
 .hobo li a{
    color: #333;
    padding: 0px 6px 0;
    font-size: 12px;
    line-height: normal;
    display: table-cell;
    width: 92px;
    height: 92px;
    vertical-align: middle;
    font-weight: 600;
    transition: all 0.3s;
}
.hobo li:hover{background: #0c4da2 !important;}
.mob-wing{ display:none; }
@media (max-width: 991px){
	.socialconnect{ display:none; }
.mob-wing{display: block;}
	.mob-wing .map-section{display: inherit !important; background: transparent;}
	.pd1, .pd2, .pd3, .pd4{
    display: block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    border: none;
    border-radius: 0;
    bottom: 0;
}

.pd1 > a, .pd2 > a, .pd3 > a, .pd4 > a{
	width: 100%;
	background: #303030;
	border-radius: 10px 10px;
	position: relative;
	display: block;
	border: 1px dashed #b4bedb;
	height: 82px;
}
.pd1 img, .pd2 img, .pd3 img, .pd4 img{width: 120px;position: relative;top: -20px;}
.mf, .new-md, .cayman, .hobo{
    position: relative;
    left: 20px;
    width: 100%;
    top: 0;
    margin: 20px 0;
    opacity: 1;
}

.mf li, .new-md li, .cayman li, .hobo li{position: relative;left: 0 !important;top: 0 !important;display: inline-block;width: 100px;height: 100px;background: #0c4da2;}

.mf li a, .new-md li a, .cayman li a, .hobo li a{position: relative;left: 0 !important;top: 0 !important;width: 100px;height: 100px;font-size: 14px;color: #fff;}

}

.bg-c1{background: #ef7b29;}
.bg-c2{background: #1c58a3;}
.bg-c3{background: #d33d2d;}
.bg-c4{background: #222222;}
.bg-c5{background: #e59910;}
.bg-c6{background: #1d9532;}
.bg-c7{background: #503b78;}

.sbt-b{padding: 110px 35px 10px;/* background: #e7e7e7; */}
.sbt-b i{
    font-size: 52px;
    width: 100px;
    height: 100px;
    border-radius: 100px 100px;
    border: 1px solid #000;
    padding: 22px 0 0;
    margin: 0 0 15px;
    }
.sbt-b h3{ font-size:20px; text-transform:uppercase; }
.sbt-b p{line-height: 22px; font-size: 14px;}


/*about page effect content */

.ch-item {
	width: 100%;
	height: 460px;
	border-radius: 0;
	position: relative;
	cursor: default;
	-webkit-perspective: 900px;
	-moz-perspective: 900px;
	-o-perspective: 900px;
	-ms-perspective: 900px;
	perspective: 900px;
	overflow: hidden;
}

.inf-b.ch-item{height: 480px;}
.ch-info{
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.ch-info > div {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.ch-info .ch-info-front {
	box-shadow: inset 0 0 0 16px rgb(0 0 0);
	justify-items: center;
	height: 460px;
	background: #ccc;
}

.inf-b .ch-info .ch-info-front{height: 480px;}

.ch-info .ch-info-back {
	-webkit-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-moz-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-o-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-ms-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	background: #0c4da2;
	opacity: 0;
	height: 460px;
}
.inf-b .ch-info .ch-info-back{height: 480px;}

.ch-info-back .sbt-b{padding: 30px 35px 20px;}
.ch-info-back .sbt-b i {
  border: 1px solid #fff;
}

.ch-info h3 {
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 24px;
	margin: 0 15px;
	padding: 10px 0 0 0;
	/* text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3); */
}

.ch-info p {
	color: #fff;
	padding: 15px 0 0;
	/* font-style: italic; */
	margin: 0;
	font-size: 16px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-item:hover .ch-info-front {
	-webkit-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-moz-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-o-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-ms-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	opacity: 0;
}

.ch-item:hover .ch-info-back {
	-webkit-transform: rotate3d(1,0,0,0deg);
	-moz-transform: rotate3d(1,0,0,0deg);
	-o-transform: rotate3d(1,0,0,0deg);
	-ms-transform: rotate3d(1,0,0,0deg);
	transform: rotate3d(1,0,0,0deg);
	opacity: 1;
}

@media (max-width: 767px){
	.ch-info h3 {
    font-size: 18px !important;}
    .ch-item{height: 580px;}
.ch-info .ch-info-front, .ch-info .ch-info-back{height: 580px;}
.ch-info p {
    font-size: 12px !important;
    }
	}

.qul-box{
    padding: 30px 30px;
    background: #f7f7f7;
}
.qul-b{}
.qul-box > i{font-size: 32px;width: 82px;height: 82px;border: 1px solid #0c4da2;border-radius: 50%;text-align: center;padding: 25px 0 0;color: #0c4da2;display: inline-block;}
.qul-box > h3{
    display: inline-block;
    padding: 0 15px 0;
    position: relative;
    top: 10px;
}

.qul-b ul{
    margin: 0;
    padding: 0;
}
.qul-b ul li{
    list-style: none;
    position: relative;
    padding: 30px 50px 30px 98px;
    border: 1px solid #e7e7e7;
    margin: 0 0 10px;
    background: #f7f7f7;
    box-shadow: 0 0 5px #0000000d;
}
.qul-b ul li i{
    position: absolute;
    top: 17px;
    left: 20px;
    font-size: 36px;
    width: 62px;
    height: 62px;
    text-align: center;
    color: #ffffff;
    background: #0c4da2;
    border-radius: 50%;
    padding: 13px 0;
}

.qul-b ul li h3{font-size: 24px;}

@media (max-width: 767px){
	.qul-b ul li i {
   top: 30px;}
 }


.bg-light2 {
    background-color: #cccccc!important;
}

/* Contact Form */
.form-b{
    background: #fff;
    box-shadow: 0 0 40px #e7e7e7;
    padding: 50px;
}
.form-b label{color:#333;font-size: 14px;display: none;}
.form-b input, .form-b textarea {
    border: none;
    border: 1px solid #c1c1c1;
    box-shadow:
    none;
    padding: 10px 15px;
    border-radius: 0;
    /* background: #efefef87; */
    font-size: 14px;
}
.form-b ::placeholder{ color:#999999;}
.form-b .dee{
    padding: 10px 15px;
    background: #262626;
    color: #ebebeb;
    font-weight: 600;
    text-transform: uppercase;
    border: none; cursor: pointer;
}


.form-b .form-control:focus {
    color: #495057;
    /* background-color: #fff; */
    border-color: #c1c1c1;
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid #d4d4d4;
}

table p{text-align: center;}