*{
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	box-sizing:border-box;
	outline: none;
}

::selection {
    color: #fff;
    background: #2c3135;
}

::-moz-selection {
    color: #fff;
    background:#2c3135;
}

body, h1, h2, h3, h4, h5, h6, ul, li{
	margin:0;
	padding:0;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	color:#032e42;
	font-family: "poppins";
}

body{
	font-size:14px;
    font-family: "poppins";
	position:relative;
	color: #032e42;
}

.clearfix::after, .clearfix::before {
    display: block;
    content: "";
    clear: both;
}

h1, h2, h3, h4, h5, h6{
	font-family:"raleway-b";
    font-weight: normal;
}

input, select, textarea{
	font-size:13px;	
	outline:none;
	float:left;
	width:100%;
	padding-left:10px;
	border:#ccc solid thin;
	height: 40px;
	font-family: "poppins";

	
}

input:focus, select:focus, textarea:focus{
	border:#424951 solid thin;	
}

input[type="text"], select{
	height:40px;
	line-height:40px;
}

.cntct-form input[type="text"]{
	height:50px;
	line-height:48px;
}

input[type="file"]{
	height: auto;
	padding: 7px 5px;
}

input[type="checkbox"], input[type="radio"]{
	height: auto;
	padding: 0;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	float: none;
}

textarea{
	resize:none;
	height: 100px;
	padding-top: 10px;
	
}

.btn{
	padding:15px;
	background:none;
	border:none;
	text-transform:uppercase;	
	cursor:pointer;
	font-size:17px;
	font-family:"poppins-sb";
	font-weight: normal;
	height: auto;
	width: auto;
	display:block;
	float:left;
}

.btn-center{
	display:inline-block;
	float:none;
}

.btn-primary{
	color:#fff;
	background: #393186;
	position: relative;
}

.btn-primary:hover{
	background: #032e42;
}

.btn-text{
	color: #393186;
	text-transform: uppercase;
	font-family: "poppins-sb";
}

.btn-text:hover{
	text-decoration: underline;
}

.btn-secondry{
	position: relative;
	font-family: "poppins-sb";
	font-size: 15px;
	padding: 10px 20px;
	color: #fff;
	border-radius: 30px;
	background: #032e42;
}

.btn-icon i{
	float: none;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: auto;
	font-size: 25px;
	line-height: 15px;
	margin-right: 10px;
	position: relative;
	top: -2px;
}

.btn-secondry:hover{
	background: #222021;
}

.btn-groups .btn:not(:last-child){
	margin-right: 15px;
}


.btn-small, .form-group .btn-small{
	font-size:14px;	
	padding:10px;
}

.form-group:not(:last-child){
	margin-bottom:15px
}

.form-group .form-group-inline label{
	width: 100%;
	float: left;
	line-height: 30px;
	font-size: 13px;
	font-family: "poppins";
}

header, footer{
    width: 100%;
    float: left;
    position: relative;
}

header{
	position: relative;
	z-index: 10;
	width:100%;
	
}

.inner-page header{
	position: relative;
}


.inner-page header::before{
	display: none;
}

header.fixed-nav{
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 10px 15px 0 rgba(0,0,0,0.1);
}

.inner-page header{
	box-shadow: 0 10px 15px 0 rgba(0,0,0,0.1);
}

header.fixed-nav::before{
	display: none;
}

#main-content{
	display:block;
	width:100%;
	float:left;
}

.wrapper{
	width:100%;
	margin:auto;
	position:relative;

}

.overflow-hidden{
	overflow:hidden;
    position: relative;
}

.container{
	width:90%;
	max-width:1200px;
	display:block;
	position:relative;
	float:none;
	margin:auto;
}

section{
	width: 100%;
	float: left;
	position: relative;
}

.section-content{
	padding:70px 0; 	
}

.section-content::before, .section-content::after{
	display: block;
    content: "";
    clear: both;
}

img{
	border:0;
	width:100%;
}

p{
	text-align:left;
	font-family: "poppins";

	font-size:13px;
	line-height: 20px;
	margin-top: 0;
	color: #747576;
}

a{
	text-decoration:none;
	color:#333;	
}

.clear{
	clear:both;
}

ul li{
	padding:0;
	margin:0;
}

i{
	width:30px;
	height:30px;
	float:left;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
}

.brand-name{
	position:relative;
	float:left;
	width:180px;
	margin:15px 0;
}

.brand-name a{
	display:block;
}

.fixed-nav .brand-name{
	width: 110px;
}

.fixed-nav nav{
	margin-top: 5px;
}

.cntct-col{
	width: auto;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

.cntct-icon, .cntct-dtl{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}

.cntct-dtl a{
	color: #fff;
}


.cntct-icon{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	border: #fff solid thin;
	border-radius: 50%;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
}

nav{
	width:auto;
	float: right;

}

nav li{
	list-style: none;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

nav li a{
	font-family: "poppins";
	color: #032e42;
	font-size: 15px;
	text-transform: uppercase;
	display: block;
	padding:34px 20px;
	border: transparent solid thin;

	position: relative;
}

nav .main-nav > ul > li a:hover{
	color: #393186;
}

nav li a.current, nav li.active a{
	font-family: "poppins-sb";
	color: #393186;
}

nav li a.current::after{
	position: absolute;
	content: "";
	margin: auto;
	left: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: #393186;
	display: block;
}

nav li a.current::after{
	bottom: 0;
}

.inner-nav{
	display:none;
}

.menu-drop{
	display: none;
}

.inner-drop{
	width: 250px;
	background: #fff;
	position: absolute;
	border-top: #032e42 solid 3px;
	box-shadow: 0 5px 15px 0 rgba(0,0,0,0.3);
	display: none;
	transition: none;
	z-index: 1;
}

.inner-drop li{
	float: left;
	width: 100%;
}

.inner-drop a {
	font-size: 15px;
	text-transform: capitalize;
	padding: 15px 20px;
	border-radius: 0;
	border: none;
	position: relative;
	overflow: hidden;
	opacity: 0.8;
}

.inner-drop a::before{
	font-family: "Ionicons";
	position: absolute;
	left: -5px;
	content: "\f10b";
	transition: all 0.2s ease;
	opacity: 0;
}

.inner-drop a:hover{
	background: #f5f5f5;
	padding-left: 30px;
	opacity: 1;
}

.inner-drop a:hover::before{
	left: 10px;
	opacity: 1;
}

.inner-drop li:not(:last-child) a{
	border-bottom: #ccc solid thin !important;
}

.top-part{
width: 100%;
float: left;
background: rgba(255,255,255,0.2);
padding: 15px;
border-top: #393186 solid thin;
}


.top-left{
	float: left;
	margin-top: 5px;
}

.top-right{
	float: right;
}

.top-cntct{
	float: left;
	font-family:"poppins";
	color: #032e42;
	margin-right: 20px;

}

.top-cntct i{
	width:auto;
	height:auto;
	display:inline-block;
	vertical-align:middle;
	float:none;
	color:#393186;
	margin-right:7px;
	font-size:30px;
}

.top-cntct a{
	color:#032e42;
}


.main-nav{
	position: relative;
	float: left;
}

.nav-icon{
	width:40px;
	height: 40px;
	border: #fff solid thin;
	border-radius: 50%;
	line-height: 38px;
	text-align: center;
	font-size: 26px;
	color: #fff;
	margin-top: 20px;
	cursor: pointer;
}

.nav-icon:hover{
	transform: scale(1.3);
}

.drop-nav{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

.drop-nav li{
	float: none;
	width: 100%;
	text-align: center;
}

.drop-nav li a{
	display: block;
	color: #fff;
}

.hero-section{
	width: 100%;
	float: left;
	position: relative;
}


.slider, .slider .item{
	width: 100%;
	float: left;
	position: relative;
	z-index: 0;
}

.slide-img{
	width:100%;
	float:left;
	position:relative;
}


#home-slider .owl-item{
	overflow:hidden;
}

.slider img{
	width:100%;
	height:auto;
}

.slide-data{
	position: absolute;
	width: auto;
	justify-content: left;
	top:30%;
	left:15%;
}

.slide-data h3{
	color: #393186;
	float: left;
	width: 100%;
	font-family: "poppins";
	margin-bottom: 10px;
}

.slide-data h1{
	font-size: 55px;
	text-transform: uppercase;
	font-family:"raleway";
	color:#032e42;
	text-align:left;
	position:relative;
	width: 100%;
}
.slide-data h1 span{
	display: block;
	width: 100%;
	float: left;
	font-family: "raleway-b";
}

.slide-text-data{
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}



.slide-data .btn-primary{
	margin-top:20px;

}


.slider-section .social{
	float: right;
	background: #fff;
	padding: 15px;
	margin-top: -70px;
	z-index: 1;
	position: relative;
}

.social{
	position: relative;
	float: left;
	text-align: center;
}

.social li {
	display: inline-block;
	vertical-align: middle;
}

.social a{
	font-size: 30px;
	width: 60px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	color: #9b9496;
	display: inline-block;
}

.social a:hover{
	color: #393186;
}

.top-part .social a{
	width: auto;
	padding:10px;
	color: #fff;
	font-size: 20px;
	height: auto;
	line-height: normal;
}

.top-part .social a:hover{
	color: #393186;
}

.hero-section-2{
	position: relative;
	margin-top: -150px;
	z-index: 1;
}

.hero-section-2 .center-element{
	width: 90%;
}

.hero-highlight{
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	transition: all 0.4s ease;
}

.hero-highlight:hover{
	overflow: visible;
	transition: all 0.4s ease;
}

.hero-highlight .display-flex > div{
	padding:40px;
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
	position: relative;
}
.hero-highlight h3{
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 20px;
}
.hero-highlight .display-flex > div:hover{
	z-index: 1;
	transform: scale(1.05);
	background: #393186;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
}

.hero-highlight .display-flex > div:hover p{
	color: #fff;
}

.hero-highlight .display-flex > div:hover h3{
	color: #fff;
}

.experience-section .container{
	padding: 60px 0;
	border-bottom: #ccc solid thin;
}

.experience-section .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.service-exp{
	text-align: center;
	font-size: 25px;
	font-family: "poppins";
	border-right: #ccc solid thin;
	padding: 20px;
	position: relative;
}

.service-exp::before{
	position: absolute;
	top: 0;
	bottom: 0;
	margin:auto;

	width: 50%;
	height:120%;
	content: "";
	background: url(../images/dot-pattern.png) repeat;
	background-size: 7px;
	display: block;
	z-index: -1;
}



.service-exp strong{
	font-family: "poppins-sb";
	font-weight: normal;
	color: #393186;
}



.heading{
	width: 100%;
	float: left;
	margin-bottom: 25px;
}

.heading .small-title{
	color: #393186;
	text-transform: uppercase;
	font-family: "poppins-sb";
	font-size: 18px;
	position: relative;
	margin-bottom: 15px;
	width: 100%;
}




.heading h2{
	font-size: 35px;
	font-family: "raleway-b";
	text-transform: uppercase;
}

.heading h2 span{
	font-family: "raleway";
}

.side-big-img{
	width: 100%;
	float: left;
	position: relative;
}

.abt-img-negative{
	margin-top: -40px;
}

.about-bg{
	background: url(../images/graph-up-down.png) repeat-x bottom left;
	
}

.abt-big-img-bg{
	background:url(../images/abt-big.jpg) top left no-repeat;
	background-size:60%;
}

.vision-mission-value{
	background:#032e42;
	padding:50px;
	text-align:center;
	box-shadow:0 0 30px 0 rgba(0,0,0,0.5);
	position:relative;
}

.vision-mission-value::before{
	position: absolute;
	bottom: -50px;
	left:-200px;
	margin:auto;
	width: 300px;
	height:150px;
	content: "";
	background: url(../images/dot-pattern-1.png) repeat;
	background-size: 7px;
	display: block;
	opacity:0.06;
}

.vision-mission-value h3{
	color:#fff;
	text-transform:uppercase;
	font-size:25px;
	margin-bottom:10px;
}

.vision-mission-value p{
	color:#fff;
	font-family:"poppins-sb";
	text-align:center;
}

.vis-mis-val-icon{
	width:100%;
	text-align:center;
}
.vis-mis-val-icon svg{
	fill:#fff;
	width:50px;
	height:50px;
	margin-bottom:10px;
}

.abt-section-text{
	float:right;
	padding:50px 0;
	padding-right:15%;
	margin-top:100px;
	background:#f5f5f5;
	padding-left:50px;
}

.experience{
	background: #fff;
	padding: 20px 25px;
	position: absolute;
	z-index: 2;
	width: auto;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
	right:0;
	bottom: -20px;
}

.exp-yr, .exp-text{
	display: inline-block;
	vertical-align: middle;
}
.exp-yr{
	color: #393186;
	font-family: "poppins-sb";
	font-size: 50px;
	margin-right: 10px;
}

.exp-text{
	color: #032e42;
	font-family: "poppins";
	font-size: 20px;
	line-height: 20px;
}

.building-type {
	width: 100%;
	float: left;
	margin-top: 40px;
	padding:30px;
	background: url(../images/dot-pattern.png) repeat;
	background-size:8px;
}

.building-col{
	flex:1 0 auto;
	position:relative;
	text-align:center;
}

.build-num {
    font-size: 50px;
    font-family: "poppins-sb";
    opacity: 0.1;
    position: absolute;
    left: 40px;
    z-index: 0;
}

.build-icon{
	width: 60px;
	position: relative;
	display:inline-block;
}

.build-icon svg{
	fill: #393186;
}

.building-col h3{
	font-family: "poppins-sb";
	font-size: 17px;
	margin-top: 10px;
	position: relative;
}

.building-col p{
	text-align:center;
}

.project-section{
	position: relative;
}

.project-slider{
	width: 100%;
	position: relative;
	float: left;
	margin-top: 30px;
}

.project-slider .item{
	padding:15px;
	transform:scale(0.9);
	opacity:0.5;
}

.project-slider .owl-stage-outer .owl-item{
	display:table;
	vertical-align:middle;
}

.project-slider .owl-stage-outer .owl-item .item{
	display:table-cell;
	vertical-align:middle;
}

.project-slider .center .item{
	opacity:1;
	transform:scale(1);
}

.project-col {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.project-col:hover{
	margin-top: -15px;
}

.img-thumb {
    width: 100%;
    float: left;
    line-height: 0;
    clear: both;
}

.overlay-main {
    position: relative;
    overflow: hidden;
}

.overlay-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(21,32,54, 0.7);
    vertical-align: middle;
}

.img-thumb .overlay-effect {
    opacity: 0.4;
}

.img-thumb .overlay-effect.overlay-effect-reverse {
    opacity: 0;
}

.work-dtl {
    width: 100%;
    height: auto;
    padding: 20px;
    position: absolute;
    bottom: 0;
 	text-align: center;
}

.work-dtl::before {
    width: 100%;
    height: 110%;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(3,46,66,1) 10%, rgba(3,46,66,0) 100%);
	-webkit-background: linear-gradient(to top, rgba(3,46,66,1) 10%, rgba(3,46,66,0) 100%);
	-o-background: linear-gradient(to top, rgba(3,46,66,1) 10%, rgba(3,46,66,0) 100%);
	-moz-background: linear-gradient(to top, rgba(3,46,66,1) 10%, rgba(3,46,66,0) 100%);
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
}

.project-col:hover .work-dtl{
	padding:40px 20px;
}

.work-dtl span {
    font-family: "poppins";
    font-size: 13px;
    color: #fff;
    display: block;
    transition-duration: 0.6s;
    transform: translateY(25px);
    margin:6px 0 8px;
    position: relative;
}

.work-dtl .project-title {
    color: #fff;
    font-family: "poppins-sb";
    font-size: 20px;
	transition-duration: 0.2s;
    transform: translateY(25px);
    opacity: 1;
    position: relative;
}

.work-dtl .btn{
	position: relative;
	opacity: 0;
}

.card-col:hover .overlay-effect-reverse {
    opacity: 1;
}

.card-col:hover .btn{
	opacity: 1;
}

.card-col:hover .work-dtl span, .card-col:hover .work-dtl .project-title {
    transform: translateY(-10px);
    opacity: 1;
}

.card-col:hover .work-dtl span, .card-col:hover .work-dtl .project-title {
    transform: translateY(-10px);
    opacity: 1;
}

.project-slider.owl-carousel .owl-stage-outer{
	overflow:visible;
}

.parallax-section{
	position: relative;
	float: left;
	width: 100%;
	background: url(../images/parallax-bg.jpg) no-repeat center fixed;
	background-size: cover;
	padding:60px 0 ;
}

.choose-points h3{
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: -15px;
}

.choose-points p{
	color: #fff;
}

.choose-col{
	margin:20px 0;
	text-align:center;
}

.choose-col p{
	text-align:center;
}

.choose-count{
	font-family: "poppins-sb";
	font-size: 50px;
	color:transparent;
	text-stroke: 1px rgba(255,255,255,0.5);
	-webkit-text-stroke: 1px rgba(255,255,255,0.5);
	-moz-text-stroke: 1px rgba(255,255,255,0.5);
	-o-text-stroke: 1px rgba(255,255,255,0.5);
}

.wcu-section{
	padding-top: 70px;
}

.facts-section{
	width: 100%;
	float: left;

 }

.facts{
	width: 100%;
	margin:auto;
	border-top:rgba(255,255,255,0.2) solid thin;
	margin-top:30px;
	padding: 30px 20px;
	padding-top:40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.facts-col{
	width: auto;	
	flex:1 0 auto;
	text-align:cneter;
}



.facts-num{
	font-size: 30px;
	color: #fff;
	font-family: "poppins-sb";
	text-align:center;
}

.facts-num span{
	font-family: "raleway-b";
	color: #fff;
	font-size:50px;
}

.facts-detail p{
	color: #fff;
	text-align:center;
	text-transform:uppercase;
}

.prdct-slide-main{
	width: 100%;
	float: left;
}


.team-dtl{
	width:100%;
	float:left;
	padding:0 10px;
	position:relative;
	z-index:1;
	margin-top:-20px;
	text-align:center;
}

.team-dtl-inr{
	background:#fff;
	border-top:#393186 solid 2px;
	padding:10px;
}

.team-dtl-inr h3{
	font-family:"poppins-sb";
	margin-bottom:7px;
}

.team-dtl-inr h5{
	font-style:italic;
	color:#393186;
	font-family:"poppins";
}

.employee-social {
	width:100%;
	margin:7px 0;
}

.employee-social a{
	font-size:25px;
	padding:5px 10px;
	color:#aaa;
}

.team-col:hover .team-dtl-inr{
	box-shadow:0 0 20px 0 rgba(0,0,0,0.2);
}

.employee-social a:hover{
	color:#393186;
}

.prdct-img-thumb{
	position: relative;
	float: left;
	padding: 20px;
}

.prdct-img-thumb::before, .prdct-img-thumb::after{
	position: absolute;
	width: 100px;
	height: 100px;
	content: "";
	display: block;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
}

.prdct-img-thumb::before{
	top: 0;
	left: 0;
	background: #55a544;
}

.prdct-img-thumb::after{
	bottom: 0;
	right: 0;
	background: #e76d27; 
}

.prdct-img-thumb:hover .mask-prdct-thumb img{
	opacity: 1;
	transform: scale(1.15) rotate(5deg);
}

.prdct-detail{
	width:100%;
	float: left;
}

.prdct-col{
	text-align: center;
}

.prdct-detail{
	padding: 15px;
}

.prdct-detail .prdct-title{
	font-size: 17px;
	margin-bottom: 10px;
	min-height: 40px;
}

.prdcts-slider .item{
	padding:20px;
}

.prdcts-slider{
	margin: 20px 0;
}

.city-section{
	background:url('../images/building-btm.png') bottom left repeat-x;
	padding-bottom:100px;
	background-size:400px auto;
}

.cities{
	width:100%;
	float:left;		
}

.city-col{
	float:left;
	position:relative;
	width:32%;
}

.city-dtl{
	position:absolute;
	top:10px;
	left:10px;
}

.city-potrait{
	margin-right:2%;
}

.city-land:last-child{
	margin-top:2%;
}

.city-dtl .city-nm{
	color:#fff;
	font-family:"poppins-sb";
	font-size:15px;
}

.city-dtl span{
	color:#fff;
	font-family:"poppins";
	font-size:12px;
	margin-top:7px;
}

.testimonial-section{
	background:url('../images/slant-line.png');
	background-size:5px;
	float:left;
	width:100%;
	
 }
 
 .testi-slider{
	width:100%;
	float:left;
 }

 
 .testi-inner{
	 position:relative;
	 width:100%;
	 float:left;
	background:#fff;
	border-radius:3px;
	padding:20px;
	text-align:center;
 }
 
 .testi-inner::before{
	 position:relative;
	 width:30px;
	 height:25px;
	 content:"";
	 background:url(../images/quote.png) no-repeat center;
	 background-size:30px;
	 display:inline-block;
	 margin-bottom:10px;
	 opacity:0.2;
	 
 }
 
 .testi-user{
	 width:100%;
	 float:left;
	 margin-bottom:15px;
 }
 
 .test-img, .client-name{
	 float:none;
	 display:inline-block;
	 vertical-align:middle;
 }
 
 .test-img{
	width:50px;
	height:50px;
	border-radius:50%;
	position:relative;
	overflow:hidden;
	margin-right:10px;
 }
 
 .client-name{
	 width:100%;
	 font-family:"poppins-sb";
	 font-size:13px;
	 margin-top:5px;
 }
 
  .testi-inner p{
	  font-size:13px;
	  text-align:center;
  }
  
  .client-section{
	  margin-top:50px;
  }
  
  .client-section img{
	  transform:scale(0.8);
	  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  transition:all 0.4s ease;
  }

  .client-section .item:hover img{
	  
	  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(0); /* Chrome 19+ & Safari 6+ */
  }
  
.owl-dots{
	width: 100%;
	float: left;
	text-align: center;
	margin: 10px 0;
}

.owl-dot{
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	border: #ccc solid 2px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	margin: 0 5px;
	border-radius:50%;
}

.owl-dot.active{
	background: #393186;
	border-color:#393186;
}

#home-slider .owl-dots{
	position:absolute;
	width:100%;
	height:auto;
	bottom:150px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

#home-slider .owl-dot{
	float:none;
	margin:5px;
}
	
.owl-nav{
	position: relative;
	width: 100%;
	text-align: center;
}

.owl-prev, .owl-next{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}

.owl-prev i, .owl-next i{
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.owl-prev{
	background: #032e42;
}

.owl-next{
	background: #393186;
}

.project-slider .owl-prev, .project-slider .owl-next{
	float: left;
}

.project-slider .owl-nav{
	position: absolute;
	width: 100%;
	top:0;
	bottom:0;
	height:0;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.inner-heading{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.inner-heading h3{
	color: #393186;
	font-family: "poppins-sb";
	font-size: 16px;
}

.lists{
	width: 100%;
	float: left;
}

.lists li{
	position: relative;
	float: left;
	width: 100%;
	padding: 7px 0 ;
	padding-left: 25px;
	list-style: none;
	text-align: justify;
	font-family: "poppins";
	font-size: 15px;	
	color: #747576;
}

.lists li::before{
	content: '\f375';
	font-family: Ionicons;
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	color: #393186;
	left: 0;
	top: 5px;
	position: absolute;
	display: block;
	width: 20px;
}

.footer{
	background: url(../images/ftr-bg.jpg) fixed center no-repeat;
	background-size: cover;
}

footer{
	margin-top:50px;
}


.peoples {
    width: 100%;
    float: left;
    background: url("../images/btm-peoples.png") no-repeat center bottom;
    padding: 190px 0 40px;
    background-size: 90% auto;
}

.peoples-center {
    width: 100%;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.customer-left, .customer-right{
	font-size: 30px;
	font-family: "raleway";
	width: 60%;
	text-align:center;
}

.customer-left strong{
	font-weight: normal;
	font-family: "raleway-b";
}

.customer-right{
	font-family:"poppins";
	font-size:20px;
	margin-top:25px;
}

.customer-right strong{
	font-family:"poppins-sb";
	font-weight:normal;
}

.cust-srvc-icon{
	position: relative;
	margin: 0 30px;
}

.cust-srvc-icon::before{
	background: #e76d27;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	border-radius: 50%;
	transform: scale(1.5);
	opacity: 0.3;
}

.cust-srvc-icon-inr{
	width: 80px;
	height: 80px;
	text-align: center;
	padding: 0;
	border-radius: 50%;
	line-height: 80px;
	font-size: 50px;
	color: #fff;
	background: #e76d27;
	position: relative;
}

.ftr-1, .ftr-main-2{
	width: 100%;
	float: left;
}



.footer p{
	margin: 0;
	font-size: 14px;
	color: #ccc;
	line-height: 20px;
	text-align: left;
}

.ftr-logo{
	width: 100%;
	float: left;
	margin-bottom: 20px;
	text-align: left;
}
.ftr-logo img{
	width: 180px;
}

.ftr-cntct-row{
	width: 100%;
	float: left;
	padding: 5px 0;
	min-height: 40px;
	position: relative;
	text-align: left;
}

.ftr-cntct-row h4{
	color: #fff;
	margin-bottom:6px;
	font-size: 15px;
}

.ftr-cntct-row p{
	text-align: left;
	width: 100%;
	float: left;
}

.ftr-cntct-row:not(:last-child){
	margin-bottom: 15px;
}

.ftr-cntct-row i{
	color: #55a544;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	font-size: 30px;
	position: absolute;
	top: 4px;
	left: 0;
}


.ftr-sub-heading{
	color: #ccc;
	font-size: 15px;
	font-family: "google-sans-bold";
	margin-bottom: 2px;
}


.footer-info-col{
	width: 100%;
	float: left;
	margin-top: 130px;
}

.footer-heading{
	color: #fff;
	font-family: "poppins-sb";
	font-size: 20px;
	margin-bottom: 30px;
}

.ftr-links{
	width: 100%;
	float:left;
}

.footer .ftr-links a{
	color: #ccc;
	font-family: "poppins";
}
.ftr-cntct-row a{
	color: #ccc;
}

.footer a:hover{
	color: #393186
}

.ftr-links li{
	list-style: none;
}

.ftr-links li a{
	color: #ccc;
	font-size: 14px;
	display: block;
	padding: 7px 0;
	position: relative;
}


.ftr-links li a:hover::before{
	width: 10px;
}

.ftr-main-2{
	padding:10px 0;
	background: rgba(3,46,66,0.6);
	margin-top: 50px;
}

.ftr-nav a{
	position: relative;
	padding-left: 20px !important;
}

.ftr-nav a::before{
	position: absolute;
	left: 0;
	content: '\f10b';
	font-family: "Ionicons";
	display: block;
}

.ftr-copyright{
	padding: 15px 0;
	text-align: center;
	width:auto;
	float: left;
}

.copyright{
	color: #ccc;
}

.copyright span{
	color: #fff;
	font-family: "poppins-sb";
}
footer .social{
	float: right;
}

footer .social a{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #ccc;
	display: block;
	float: left;
	font-size: 20px
}

footer .social a:not(:last-child){
	margin-right: 10px;
}

footer .social a:hover{
	color: #393186;
}



.ftr-form-inr{
	padding:20px 10px;
	width: 100%;
	float: left;
}

.ftr-form-inr .heading h2{
	font-size: 30px;
}

.ftr-form-inr .heading h2 span{
	font-size: 20px;
}

.ftr-col-pdng{
	padding-top: 50px;
}

.pr-3{
	padding-right: 30px;
}

.pl-3{
	padding-left: 30px;
}

/*inner page css*/

.inner-page header{
	position: relative;
}

.inner-header{
	text-align: center;
	padding: 100px 0;
	background: url("../images/inner-header.jpg") no-repeat center top;
	background-size: cover;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.breadcrums{
	text-align: center;
	margin: 20px 0;
}
.breadcrums a{
	color: #fff;
	padding: 7px 10px;
}

.breadcrums a:not(:last-child){
	border-right: #fff dashed thin;
}

.breadcrums a.current{
	color:#fff; 
}

.inner-header h1{
	font-size: 40px;
	text-transform: uppercase;
	color: #fff;
}

.highlight{
	font-weight: normal;
	margin-bottom: 30px;
	font-family: "poppins";
}

.highlight strong{
	text-transform: uppercase;
	font-size: 25px;
	color: #55a544;
}

.inner-page .side-big-img{
	margin-top: 70px;
	position: relative;
}


.vision-section, .mission-section{
	padding: 50px;
	position: relative;
	overflow: hidden;
}

.vision-section h3, .vision-section p,
.mission-section h3, .mission-section p{
	color: #fff;
	position: relative;
	z-index: 2;
}

.vision-section h3, .mission-section h3{
	color:#393186;
	font-size: 30px;
	margin-bottom: 30px;
	
}

.vis-mis-section .row{
	display: flex;
	flex-wrap: wrap;
}

.vis-mis-section .text-stroke{
	text-stroke: 1px #fff;
	-webkit-text-stroke: 1px #fff;
	-moz-text-stroke: 1px #fff;
	-o-text-stroke: 1px #fff;
	color: transparent;
	position: absolute;
	top: 5px;
	left: 5px;
	opacity: 0.1;
	font-size: 80px;
	z-index: 0;
}
.vis-mis-section{
	background: url("../images/parallax-bg.jpg") no-repeat center fixed; 
	background-size: cover;
}
.inner-page .mask-prdct-thumb a{
	line-height: 0;
	height: 100%;
	display: block;
}

.center-element{
	width: 80%;
	margin: auto;
	display: block;
}

.prdct-main-row {
	margin-top: 30px;
	margin-bottom: 30px;
}

.prdct-main-row .row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.prdct-main-row:nth-child(even) .row{
	flex-direction: row-reverse;
}


.cntct-form{
	margin:auto;
	float:none;
	width:600px;
	max-width:100%;
}



.nologo-icon .logo-icon{
	display: none;
}

.cntct-page p, .cntct-page a{
	color: #2c3135;
	text-align: left;
}

.cntct-page h4{
	text-align: left;
	color: #393186;
}

.cntct-page .ftr-social a{
	background: #e5e5e5;
}

.cntct-page .ftr-social a:hover{
	background: #55a544;
}

.map iframe{
	width: 100%;
	float: left;
	height: 450px;
}

.services-row{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;	
}

.services-row:nth-child(even){
	flex-direction: row-reverse;
}



.service-img{
	width: 60%;
	background-position: center;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}

.service-data{
	width: 40%;
	padding: 50px;
}

.service-data p{
	text-align: left;
}

.services-row:nth-child(odd) .service-data{
	padding-right:100px; 
}

.services-row:nth-child(even) .service-data{
	padding-left:100px; 
}

.benefits .row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.benefit-row{
	width: 100%;
	float: left;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 5px 0;
}

.benefit-icon{
	width: 80px;
	text-align: center;
}

.benefit-row h3{
	max-width: 70%;
}

.modal-inner-body{
	width: 100%;
	float: left;
	max-height: 550px;
	position: relative;
	overflow: hidden;
	overflow-y: auto;
}

.preloader{
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	z-index: 10000000;
}

.load-logo{
	width: 150px;
	transition: all 0.4s ease;
	animation: infinite loading 1.0s linear;
}

@keyframes loading{
	0%{
		transform: scale(1.2);
		opacity: 0;
	}

	50%{
		transform: scale(1);
		opacity: 1;
	}
	
	100%{
		transform: scale(1.2);
		opacity: 0;
	}
}

/*margins and paddings*/
.mt-0{
	margin-top:0;
}

.mt-1{
	margin-top:10px;
}

.mt-2{
	margin-top:20px;
}

.mt-3{
	margin-top:30px;
}

.mt-4{
	margin-top:40px;
}

.mt-5{
	margin-top:50px;
}

.mb-0{
	margin-bottom:0;
}
.mb-1{
	margin-bottom:10px;
}

.mb-2{
	margin-bottom:20px;
}

.mb-3{
	margin-bottom:30px;
}

.mb-4{
	margin-bottom:40px;
}

.mb-5{
	margin-bottom:50px;
}

.pb-0{
	padding-bottom:0;
}
.pb-1{
	padding-bottom:10px;
}

.pb-2{
	padding-bottom:20px;
}

.pb-3{
	padding-bottom:30px;
}

.pb-4{
	padding-bottom:40px;
}

.pb-5{
	padding-bottom:50px;
}

.pt-0{
	padding-top:0;
}
.pt-1{
	padding-top:10px;
}

.pt-2{
	padding-top:20px;
}

.pt-3{
	padding-top:30px;
}

.pt-4{
	padding-top:40px;
}

.pt-5{
	padding-top:50px;
}

.pl-0{
	padding-left: 0 !important;
}

.pr-0{
	padding-right: 0 !important;
}

.text-center{
	text-align: center;
}



/* modal-popup */

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  text-align:center;
  background:rgba(66,73,81,0.4);
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
	border-top: 5px solid #55A544;
	margin-top: 30px;
}

.modal-header {

  border-bottom: 1px solid #e5e5e5;
  margin-bottom:15px;
}

.modal-header .heading{
	margin-bottom:0;
	color:#4C5667;	
}

.modal-header .close {
  margin-top: 5px;
}

.modal-dialog
{
    background:#fff;
    padding:15px;
    border-radius:5px;
    float:none;
    display:inline-block;
    text-align:left;
    margin-top:80px; 
	box-shadow:0 0 5px 0 rgba(66,73,81,0.2);   
}

.modal-header{
	width: 100%;
	float: left;
	padding-bottom: 15px;
	border-bottom: #ccc solid thin;
	position: relative;
}

.close.btn{
	border:#ccc solid thin;
	padding: 0;
	box-shadow: none;
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	top: 0;
	right: 0;
	margin: auto;
	border-radius: 50%;
	
}

.close.btn:hover{
	background: #103489;
	border-color: #103489;
	color: #fff;
}

.modal-med
{
    width:60%;
}

.modal-med-small{
	width:800px;	
}

.modal-small
{
    width:600px;
	max-width: 90%;
}

.modal-xtra-small
{
    width:350px;
	max-width: 90%;
}

/* modal css end */

.display-flex{
	display: flex;;
	flex-wrap: wrap;
}

.justify-content-space-between{
	justify-content: space-between;
}

.align-items-center{
	align-items: center;
}

.text-white{
	color: #fff;
}

.grid{
	width: 100%;
	float: left;
}

.grid-sizer, .grid-item{
	width: 33.33%;
}
.grid-item{
	padding:10px;
}
.grid-item-2{
	width: 66.66%;
}

.grid-col-4 .grid-sizer, .grid-col-4 .grid-item{
	width: 25%;
}

.button-group{
	width: 100%;
	float:left;
	text-align: center;
	margin-bottom: 30px;
}
.button-group button{
	display: inline-block;
	vertical-align: middle;
	font-family: "poppins";
	font-size: 14px;
	color: #666;
	text-transform: capitalize;
	border:none;
	padding:20px;
	background: #f5f5f5;
	border-bottom: #ccc solid 3px;
	cursor: pointer;
}

.button-group button:hover{
	color: #393186;
	border-color: #393186;
}

.button-group button.is-checked{
	background: #393186;
	color: #fff;
	border-color: #79972c;
}

.proj-inner-header{
	background: none;
	padding:30px 0;
}

.proj-inner-header img{
	width: 300px;
	max-width: 100%;
}

.proj-inner-header::after {
	display: none;
}

.proj-inner-header::before{
	width: 300px;
	height: 120%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin:auto;
	background: url(../images/dot-pattern.png) repeat;
	content: "";
	display: block;
}

.project-row{
	width: 100%;
	float: left;
}

.project-row:not(:last-child){
	margin-bottom: 20px;
}

.project-row h4{
	font-size: 16px;
	margin-bottom: 7px;
}

.project-row i{
	width: auto;
	height: auto;
	margin-right: 5px;
	float: none;
	display: inline-block;
}

.text-left{
	text-align: left !important;
}

.fancybox-overlay, .fancybox-overlay div{
	transition: none;
}

.proj-pics{
	width: 100%;
	float: left;
	background: #000;
	position: relative;;
	overflow: hidden;
	line-height: 0;
}

.proj-pics img{
	line-height: 0;
}

.proj-pics a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 0;
	background: rgba(0,0,0,0.5) url(../images/plus-icon.png) center no-repeat;
	transform: scale(0.8);
	opacity: 0;
	cursor: pointer;
}

.proj-pics:hover a{
	opacity: 1;
	transform: scale(1);
}

.tab-design{
	width: 100%;
	float: left;
}

.nav-tabs{
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 25px;
	list-style: none;
}

.nav-tabs li{
	display: inline-block;
	vertical-align: middle;
}

.nav-tabs li a{
	display: block;
	padding:10px 15px;
	font-family: "poppins";
	color: #666;
	border:#ccc solid thin;
	border-radius: 30px;
}

.nav-tabs li a:hover{
	color: #393186;
	border-color: #393186;
}

.nav-tabs li.active a{
	background: #393186;
	color: #fff;
	border-color: #393186;
}

.inner-heading{
	width: 100%;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: #ccc solid thin;
}

 .inner-heading h2{
 	color: #032e42
 }

 .tab-content, .awards-name-row {
 	width: 100%;
 	float: left;

 }

 .display-flex{
 	display: flex;
 	flex-wrap: wrap;
 }

 .align-items-center{
 	align-items: center;
 }

 .align-content-center{
 	align-content: center;
 
}

.justify-content-center{
	justify-content: center;
}
 .awards-col{
 	padding:10px 80px;
 	text-align: center;
 	margin:25px 0;
 	min-height: 80px;
 	display: table;
 }

 .awards-col::before,  .awards-col::after{
 	position: absolute;
 	display: block;
 	content: "";
 	top: 0;
 	bottom: 0;
 	margin-top: auto;
 	width: 30px;
 	background: url(../images/award-leaves.png) no-repeat center;
 	background-size: 100% 100%;
 }

 .awards-col::before{
  	left: 25px;
  }

.awards-col::after{
  	right: 25px;
  	transform: scaleX(-1);
  }

  .awards-col h3{
  	color: #383435;
  	font-size: 14px;
  }

    .awards-col span{
    	color: #393186;
    	display: block;
    	margin-top: 10px;
    }
.awards-col .award-inr-col{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

 .tab-pane{
 	display: none;
 	width: 100%;
 	float: left;
 }

 .tab-pane.active{
 	display: block;
 }

 .photos-videos{
 	width: 100%;
 	float: left;
 	margin-top: 30px;
 }

 .all-videos .video-col{
 	width: 100%;
 	float: left;
 	margin-bottom: 30px;
 }

  .all-videos iframe{
  	width: 100%;
  	border:none;
  	float: left;
  	height: 300px;
  }

  .team-members-row{
  	width: 100%;
  	float: left;
  }

  .user-detail{
  	width: 100%;
  	float: left;
  	padding:15px;
  	border-bottom: #aaa solid thin;
  }

  .user-detail h3{
  	font-size: 17px;
  	margin-bottom: 7px;

  }

    .user-detail h5{
    	font-family: "poppins";
    	font-style: italic;
    	color: #393186;
    	margin-bottom: 20px;
    }

    .team-col{
    	margin-bottom: 30px;

    }
	
	.all-services .work-dtl::before{
		display:none;
	}
	
	.all-services .work-dtl {
		position:relative;
		bottom:auto;
		width:100%;
		float:left;
	}
	
	.all-services .work-dtl .project-title{
		color:#032e42;
	}
	
	.all-services .work-dtl .project-title{
		transform:translateY(0) !important;
	}
	
	.all-services .project-col:hover {
		margin-top: 0;
		box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
	}
	
	.all-services .project-col:hover .work-dtl {
		padding: 20px;
	}
	
	.all-services  .work-dtl .project-title{
		font-size:17px;
		margin-bottom:15px;
	}
	
	.all-services .item{
		margin-bottom:25px;
	}
	
	.sidebar-box, .side-links, .side-heading{
		width:100%;
		float:left;
	}
	
	
	.side-heading{
		padding:15px 10px;
		background:#e5e5e5;
		border-left: #393186 solid 3px;
		
		margin-bottom:10px;
	}
	
	.side-heading h2{
			font-family:"poppins-sb";
			color: #393186;
	}
	
	.side-links ul,.side-links li{
		margin:0;
		padding:0;
		list-style:none;
	}
	
	.side-links li{
		width:100%;
		float:left;
		display:block;
	}
	
	.side-links li:not(:last-child){
		border-bottom:#ccc solid thin;
	}
	
	.side-links li a{
		display:block;
		padding:20px 10px ;
	}
	
	.side-links li a:hover{
		color:#393186;
	}
	
	.side-links li a.current{
		background:#f5f5f5;
		color:#393186;
		font-family:"poppins-sb";
	}
	
	.main-service-details .service-main-img{
		width:100%;
		float:left;
		margin-bottom:20px;
	}
	
	.team-col p{
		text-align:center;
		margin:10px 0;
		font-size:11px;
	}
	
	.client-col{
		padding:20px;
		margin-bottom:15px;
	}

	.parallax-section .heading .small-title{
		color: #fff;
	}