@charset "utf-8";
/* CSS Document */
/*
* Copyright (c) 2019 ITAcumens
*/ 
@import url(bootstrap.css);
@import url(font-awesome.min.css);
@import url(bs-slider.css);
@import url(owl.carousel.css);
@import url(owl.theme.css);
@import url(animate.css);
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script&display=swap');
*{margin:0px; padding:0px; outline:none !important;}
body{
	font-family: 'Titillium Web', sans-serif !important;
	font-size:normal;
	font-weight:normal;
	overflow-x:hidden;
}
p{
	color:#273051;
	font-size:16px;
	text-align: justify;
	margin: 0;
	line-height: 25px;
}
ul{margin-bottom:0;}
ul li:last-child{
	padding-bottom:0;
	margin-bottom: 0;
}
a, a:hover, a:focus{text-decoration:none;}

/*#milestone{
	background-position: center;
	background-size: cover !important;
	position: relative;
	padding: 50px 0;
}*/
#area {
	background-position: center;
	background-size: cover !important;
	position: relative;
	padding: 50px 0;
}
.carousel-3d-slide:before,
#area:before, #milestone:before,
#sub-banner:before{
	position: absolute;
	content: '';
	top:0;
	bottom:0;
	right:0;
	left:0;
}
#sub-banner .container,
#slider .container{
	position:absolute;
	top:0;
	left:0;
	right: 0;
	margin: 0 auto;
	height: 100%;
}
.abt-lst li:before, 
.ft-cnt li:before,
.area-lst li:before{
	position: absolute;
	left: 0;
}
.preloader {
width: 100%;
height: 100%;
top: 0px;
position: fixed;
z-index: 99999;
background: #fff;
overflow-x: hidden;
}

.pre_loader {
display: flex;
width: 100%;
height: 100vh;
justify-content: center;
align-items: center;
flex-direction: column;
}

.prog_load1 {
padding-top: 20px;
}
.prog_load1 h4 {
font-size: 20px;
display: inline;
}

.prog_load1 span {
transition: all 500ms ease;
background: #4A72DA;
height: 5px;
width: 5px;
display: inline-block;
border-radius: 10px;
animation: wave 2s ease infinite;
}

.prog_load1 span:nth-child(1) {
animation-delay: 0;
}

.prog_load1 span:nth-child(2) {
animation-delay: 100ms;
}

.prog_load1 span:nth-child(3) {
animation-delay: 200ms;
}

.prog_load1 span:nth-child(4) {
animation-delay: 300ms;
}

.prog_load1 span:nth-child(5) {
animation-delay: 400ms;
}

.prog_load1 span:nth-child(6) {
animation-delay: 500ms;
}

.prog_load1 span:nth-child(7) {
animation-delay: 600ms;
}

.prog_load1 span:nth-child(8) {
animation-delay: 700ms;
}

@keyframes wave {
0%,
40%,
100% {
transform: translate(0, 0);
background-color: #4A72DA;
}
10% {
transform: translate(0, -15px);
background-color: red;
}
}



/*header*/
header{
    width: 100%;
	background: #fff;
	padding: 7px 0;
	position:absolute;
	z-index:3;
	top:30px;
}
header .row{
	display: flex;
	align-items: center;
}
/*menu*/
header .navbar{
	margin-bottom:0;
	border:0;
	min-height: 20px;
}
header .navbar-nav>li{
	padding: 5px 20px;
}
header .navbar-nav>li>a{
	padding:0 5px 5px;
	font-size:18px;
	font-weight:600;
	color:#273051;
	transition:all .5s ease;
	border-bottom:1px solid transparent;
}
header .navbar-nav li:last-child a{padding-right:0;}
header .navbar-nav>li.active a, header .navbar-nav>li>a:hover,  header .navbar-nav>li>a:focus{
	color:#1433b5;
	background: none;
	border-bottom:1px solid #1433b5;
}

/*slider*/
#slider{
	position:relative;
}

#slider .container{
    width: 1170px;
}
#slider .slide-txt{
	display: flex;
	 height: 100% !important;
	justify-content: center;
	flex-direction: column;
}
.slide-txt h2{
	color:#fff;
	font-weight: 900;
	font-size: 69px;
	padding-bottom: 5px;
	margin: 0 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.slide-txt h2 span{
	color:#fff;
	font-weight: 400;
	display: block;
	font-size:48px;
}
.slide-txt p{
	margin-bottom:20px;
}
.slide-txt .rd-mre a{
	background:#ffffff;
	color:#273051;
}
.grn-txt{color:#fff !important;}
.wht{color:#fff;}
/*End Slider*/


/*Home Page*/
/*Section1*/
.hm-title span, .ser-det h4{
	color:#273051;
}
.ser-det, .ser-det svg, .ser-det h4{
	transition: all .5s ease;
}
#hm-services{padding:50px 0;}
.hm-title, .title{
	color:#1433b5;
	font-weight: 900;
	font-size:42px;
	margin: 0;
	text-align: center;
}
.hm-title span{
	font-size:16px;
	display: block;
	font-weight: 400;
	letter-spacing: 8px;
}
.sub-tit{
	width:60%;
	margin: 20px auto 40px;
	text-align: center;
}
.ser-det svg{
	fill:#1433b5;
}
.ser-det{
	border:1px solid rgba(204, 204, 204, 0.70);
	text-align: center;
	padding: 25px 0;
	margin-bottom: 30px;
	min-height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ser-det h4{
	font-size:22px;
	font-weight: 700;
	margin: 20px 0 0;
}
.ser-det:hover{
	background:#1433b5;
}
.ser-det:hover svg{
	fill:#fff;
}
.ser-det:hover h4{
	color:#fff;
}
/*EndSection1*/
/*Section 2*/

#area{
	background: url(../images/area-bg.jpg) no-repeat;
	margin-bottom: 60px;
}

#area:before{background: rgba(25, 44, 59, 0.9);}
#area .hm-title{
	margin: 0 0 50px;
	color:#fff;
}
#area span, #milestone .hm-title{color:#fff;}

/*3D SLIDER ROTATOR*/
#carousel3d .carousel-3d-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: none;
	  border:none;;
  
  -webkit-transition: all .4s;
  transition: all .4s;
	
}
.carousel-3d-slide img{
	width:100%;
	height:100%;
	
}
.carousel-3d-slide:before{
	background: rgba(35, 31, 32, 0.6);
	transition: all .5s ease;
}
#carousel3d .carousel-3d-slide.current:before{
	display:none;
}
#carousel3d .carousel-3d-slide span{
	text-transform: uppercase;
	transition: all .5s ease;
	display: none;
	padding: 15px 0;
	margin: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+0,000000+100,000000+100&0.92+0,0.36+100,0.36+100,0+100,0+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.92) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.92) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.92) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
#carousel3d .carousel-3d-slide.current{background:none;}
#milestone span,
#carousel3d .carousel-3d-slide.current span{
	 color:#fff;
}
#carousel3d .carousel-3d-slide.current span {
  font-size: 24px;
  font-weight: 700;
 
	display: block;
}

/*End Section 2*/


/*Section3*/
#hm-who {position:relative;padding:50px 0}
#hm-who .col-md-4{
	width:38%;
	background: #fff;
}
#hm-who .col-md-8{
	width:62%;
}
#hm-who .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.lft-cnt, .rt-cnt{
	height:452px;
}
#hm-who .col-md-4 .dream-cnt{
	height:502px;
}
.rt-cnt{
	background: url(../images/dream.jpg) no-repeat;
	background-size:cover;
	background-position: center;
	right:0;
}
.dream-cnt .hm-title{
	margin: 0 0 40px;
}
.dream-cnt p{margin-bottom:25px;}
.dream-cnt .rd-mre{text-align:center;}
.rd-mre a{
	background: #1433b5;
	color:#fff;
	font-size:16px;
	padding: 7px 20px;
	display: inline-block;
	margin-top: 10px;
}
.dream{
	background: #1433b5;
	position: absolute;
    left: 25px;
    padding: 50px 30px 65px;
}
.dream:after{
	position: absolute;
	content: url(../images/drm-icn.svg);
	width: 135px;
	right:0;
	bottom:0;
}
.dream .title{
	color:#fff;
	margin: 0 0 35px;
}
.dream img{
	margin-left:-75px;
	margin-top: -25px;
}
.dream p{
	color:#fff;
	text-indent: 75px;
	line-height: 28px;
	font-family: 'Kaushan Script', cursive;
}
/*End Section3*/
/*Section 4 -Milestone*/
/*#milestone{
	background:url(../images/milestone.jpg) no-repeat;
}*/
#sub-banner:before{
	background:rgba(25, 44, 59, 0.8);
}
#milestone{
	background:#273051;
}
#milestone .title span{color:#02a7ed}

#milestone .row{
	display:flex;
	align-items: center;
}
.milestone-img img{width:100%;}
.milestone-tit{
	position:relative;
}
.milestone-tit:before{
	position:absolute;
	content:'';
	border-top: 18px solid transparent;
    border-right: 25px solid #273051;
    border-bottom: 16px solid transparent;
    left: -24px;
    top: 23%;
}
/*End Milestone*/

/*Section 5*/
#hm-clients{
	background: #e6e7e8;
	padding:50px 0;
}
#hm-clients .item img{
	-webkit-box-shadow: 0px 0px 6px 0px rgba(184,184,184,0.5);
-moz-box-shadow: 0px 0px 6px 0px rgba(184,184,184,0.5);
box-shadow: 0px 0px 6px 0px rgba(184,184,184,0.5);
	margin: 5px 0;
}
.hm-client .owl-controls{
	margin: 0;
    position: absolute;
    width: 100%;
    top: 33%;
}
.hm-client .owl-prev{
	left:-4%;
	position: absolute;
}
.hm-client .owl-next{
	right:-4%;
	position: absolute;
}
.hm-client .owl-controls .owl-buttons div{
	border:none;
	color:#58595b;
	font-size:35px;
}
/*End Section 5*/
/*Footer*/
footer{
	background:#1433b5;
	padding:50px 0 0;
	font-size:16px;
}
footer, footer p, footer li, footer a{color:#fff;transition: all .5s ease;}
footer h3{
	font-size:30px;
	margin: 0 0 30px;
	font-weight: 700;
}
footer a:hover, footer a:focus{color:#273051;}
.scl, .qck-lnk{margin-top:40px;}
.scl li, .qck-lnk li{display:inline-block;}
.scl li a{padding:0 5px;}
.scl li:first-child a{padding-left:0;}
.scl li a{font-size:25px;}
.qck-lnk{text-align:right;}
.qck-lnk li a{padding:0 10px;}
.qck-lnk li:last-child a{padding-right:0;}
.ft-cnt li{
	padding-bottom:15px;
	padding-left:25px;
	position: relative;
}

.ft-cnt li:before{
	width: 14px;
}
.ft-cnt li:nth-child(1):before{
	content: url(../images/ph.svg);
}
.ft-cnt li:nth-child(2):before{
	content: url(../images/mail.svg);
}
.copy{
	display:block;
	border-top:2px solid rgba(255,255,255,0.4);
	margin: 30px 0 0;
	padding:15px 0; 
}
/*End Footer*/
/*End Home Page*/

/*Sub pages*/
/*About Us*/
#sub-banner, .abt-lst li{
	position:relative;
}
#sub-banner img{
	width:100%;
}
#sub-banner .container{
	display:flex;
    justify-content: flex-end;
    flex-direction: column;
}
#sub-banner h2 span{font-weight:400;}
#sub-banner h2{
	font-size:42px;
	color:#fff;
	margin: 0;
	font-weight: 900;
	position: relative;
}
#sub-banner h2:after{
	position: absolute;
	left: 0;
	border-bottom:2px solid rgba(245, 245, 245, 0.51);
	width: 185px;
	content: '';
	bottom:-5px;
}
#sub-banner .breadcrumb{
	background: none;
	padding:20px 0;
	margin-bottom: 25px;
}
#sub-banner .breadcrumb li.active{
	color:#fff;	
}
#sub-banner .breadcrumb li, #sub-banner .breadcrumb li a{
	font-size:18px;
	color:#fff;
}
#abt-us{padding:50px 0 0;}
.abt-det{margin-bottom:50px;}
.abt-det p{
	color:#404041;
	margin-bottom: 20px;
}
.abt-det p:last-child{
	text-align:center;
	margin:20px 0  0;
}
.grn-bg{
	background: #1433b5;
	border-radius: 12px;
	padding: 20px;
}
.grn-bg .col-md-4{
	display:flex;
	justify-content: space-around;
	padding: 40px 0;
}
.grn-bg .col-md-4:nth-child(2){
	border-right:1px solid rgba(255, 255, 255, 0.4);
	border-left:1px solid rgba(255, 255, 255, 0.4);
}
.abt-lst li{
	padding-left:25px;
	padding-bottom:10px;
	color:#fff;
	font-size:22px;
	font-weight: 700;
}
.abt-lst li:before, 
.area-lst li:before{
	content: '\f101';
	font-family:'FontAwesome';
}

.abt-lst li:before{
	color:#fff;
	font-size:18px;
	top:3px;
	font-weight: 400;
}
.abt-vision{
	background:#f1f1f2;
	padding:90px 0 50px;
}
.vsn{
	background:#273051;
	position: relative;
}
.vsn .row{
	display:flex;
	justify-content: center;
	align-items: center;
}
.vsn.v-odd{
	margin-bottom:80px;
}
.vsn.v-odd p{padding-left:30px;}
.vsn.v-even p{
	padding-right:30px;
}
.vsn h2{
	font-size:36px;
	font-weight: 900;
	margin: 0;
	padding:10px 30px;
	color:#fff;
	position: absolute;
    top: -128px;
    background: #1433b5;
}
.v-even h2{
	right: 15px;
}
.v-odd h2{
	left: 15px;
	top:-88px;
}
.vsn.v-odd h2:after{
	position:absolute;
	content:'';
	width: 0;
    height: 0;
    border-bottom: 60px solid #1433b5;
    border-right: 35px solid transparent;
    top: -1px;
    right: -34px;
}
.v-even h2:after{
	position:absolute;
	content:'';
	width: 0;
    height: 0;
    border-bottom: 60px solid #1433b5;
    border-left: 35px solid transparent;
    top: -1px;
    left: -35px;
}
.vsn h2 span{
	font-weight:400;
}
/*EndAout Us*/

/*Services page*/
#services{
	padding:50px 0 0px;
}
.service-det{position:relative;overflow: hidden;margin-bottom: 50px;}
.overlay h3, .btm-txt{
	text-align: center;
	color:#fff;
	font-weight: 700;
	font-size: 20px;
	margin: 0;
}
.btm-txt{
	position:absolute;
	bottom:0;
	background: #1433b5;
	padding:15px 10px;
	width: 90%;
	transition: all .3s linear;
}
.c-over, .overlay{
	position: absolute;
	top:0;
	bottom:0;
	
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: all .3s linear;
}
.overlay{
	width: 90%;
	left: -100%;
	padding: 0 30px;
	background: rgba(20, 51, 181, 0.8);
}
.service-det:hover .btm-txt, .area-img:hover .btm-txt{
	opacity:0;
	visibility: hidden;
}
.service-det:hover .overlay, .area-img:hover .overlay{
	opacity: 1;
	visibility: visible;
	left: 0;
}
/*End Services Page*/
/*Clients*/
#clients{
	padding:50px 0 20px;
}
.client-img .col-md-3 img{
	display:block;
	margin: 0 auto;
}
.client-img{
	margin-bottom:30px;
	/*position: relative;*/
	border:1px solid rgba(204, 204, 204, 0.5);
	padding: 30px;
}
.client-img h5{
	font-size: 18px;
    font-weight: 700;
    color: #1433b5;
	margin:0;
}
.client-img p{margin-top:15px;}
#clients .table td{border-top:0;padding:0;}
.pagination-container{text-align:center;}
.pagination>li>a, .pagination>li>a:hover,
.pagination>li>a:focus{
	border:none;
	background:none;
    border-radius: 100%;
    margin: 0 10px;
	color:#273051;
}

.pagination>li:first-child,
.pagination>li:last-child{
	display:none;
}
.pagination>li.prev.disabled a,
.pagination>li.next.disabled a{
	background: #273051 !important;
}
.pagination>li.prev a,
.pagination>li.next a{
	border-radius:0 !important;
	padding: 6px 15px;
	background: #1433b5;
	color:#fff;
}
.page.active a, .page.active a:hover, .page.active a:focus,
.pagination>li.prev a:hover, .pagination>li.prev a:focus,
.pagination>li.next a:hover, .pagination>li.next a:focus{
	background: #1433b5 !important;
	color: #fff;
}

/*.client-img:hover .c-over{
	opacity: 1;
	visibility: visible;
}*/
/*.c-over{width:100%;background: rgba(11, 199, 180, 0.9);}
.c-over h4{
	font-size:24px;
	text-transform: uppercase;
	color:#fff;
	margin: 0;
	font-weight: 700;
	text-align: center;
}
.c-over h4 span{
	display:block;
	font-size:12px;
	font-weight: 700;
	padding-top: 5px;
}*/
/*End Clients*/
/*Concentrated Areas*/
#area-pg{
	padding:50px 0 0;
}
.area-img{margin-bottom:50px;}
.area-lst li{
	padding-left:25px;
	position:relative;
	font-size:16px;
}
.lst1{
	margin-top:45px;
	background: #1433b5;
	padding: 0 15px 15px;
	font-weight: 600;
}
.area-cnt p, .acheive p{
	color:#404041;
}
.lst1 li{
	color:#fff;
	padding-bottom: 20px;padding:10px 0 10px 20px;
	border-bottom:1px solid rgba(255, 255, 255, 0.5);
}
.lst1 li:last-child{border-bottom:0;}
.lst1 li:before{
	color:#fff;
}

.lst2 li{
	padding:10px 15px 10px 40px;
	background: #273051;
	margin-bottom:10px;
	transition: all .5s ease;
}
.lst2 li:last-child{margin-bottom:0;}

.lst2 li:before{
	left:20px;
}
.lst2 li, .lst2 li:before{
	color:#fff;
}
.lst2 li:hover{color:#1433b5;}
.area-img{position:relative;overflow: hidden;}
.area-img .btm-txt{width:100%;font-size:22px;}
.area-img:hover .overlay{
	width: 100%;
}
.acheive{
	background: #e6e7e8;
	padding:50px 0;
}
.acheive-cnt{
	background: #1433b5;
    padding: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mt{
	margin-bottom:30px;
}
.acheive-cnt p{
	color:#fff;
	text-indent: 55px;
	line-height: 28px;
}
.quote1{margin-left:-55px;margin-top:-10px;margin-right: 20px;}
.quote2{margin-left:20px;}
/*End Concentrated Areas*/
/*Contact page*/
#contact{padding:50px 0 0;}
#contact .title{
	color:#1433b5;
	margin: 0 0 50px;
}
#contact .title span{font-weight:400;}
.c-addr{margin-bottom: 100px;}
.n-mb{margin-bottom:0;}
.c-addr h5 span{display:block;padding-bottom: 10px;}
.c-addr h5, .c-addr span{
	font-size:16px;
	font-weight: 700;
	color:#1433b5;
	margin: 0 0 15px;
}
.c-addr span{display:block;margin:10px 0px 0px;}
.c-addr a{margin-bottom:10px;}
.c-addr .scl{margin:0 0 10px;}
.c-addr p, .c-addr a{color:#404041;}
.cnt-frm{
	border: 1px solid rgba(204, 204, 204, 0.6);
    padding: 30px;
}
.cnt-frm .form-control{
	border-top: 0;
    border-bottom: 1px solid rgba(204, 204, 204, 0.6);
    border-right: 0;
    border-left: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 6px 0;
    height: 38px;
	
}
.cnt-frm .form-control, .cnt-frm label{
	color:#6d6e70;
	font-size:14px;
}
.cnt-frm .title{margin:0 0 30px !important;}
.cnt-frm label{
	font-weight: 400;
	margin: 10px 0;
}
.cnt-frm textarea{
	height:90px !important;
	resize:none;
	border:1px solid rgba(204, 204, 204, 0.6) !important;
	margin-bottom: 25px;
}
.cnt-frm .btn{
	background: #1433b5;
    border: 1px solid #1433b5;
    border-radius: 0;
    padding: 8px 40px;
	margin-top: 10px;
}
.map{
	margin-top:50px;
}
.map iframe {
    height:300px;
    width:100%;
    border:0;
    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 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
  }
.cnt-frm  ::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #6d6e70;font-size:14px;
}
.cnt-frm ::-moz-placeholder{ /* Chrome/Opera/Safari */
  color: #6d6e70;font-size:14px;
}
.cnt-frm :-ms-input-placeholder{ /* Chrome/Opera/Safari */
  color: #6d6e70;font-size:14px;
}
.cnt-frm :-moz-placeholder { /* Chrome/Opera/Safari */
  color: #6d6e70;font-size:14px;
}
 
/*End Contact Page*/
/*End Sub Pages*/


@media(min-width:1024px){
	.ft-rgt{float:right;}
	.dream-cnt{
		padding-right:30px;
	}
	.ft-cnt{padding-left:65px;}
	.kv{padding-right:70px;}
	.ft-addr{
		width:60%;
		margin: 0 auto;
	}
	.flx{
		display: flex;
		align-items: center;
	}
	.slide-txt h2{width:93%;}
	.vsn.v-odd .col-md-7{
		order:2;
	}
	.acheive .col-md-9{padding-right:0;} 
	.acheive .col-md-3{padding-left:0;}
	.acheive-cnt, .lst2{min-height:354px !important;}
	.c-addr{min-height:150px;}
	#milestone .col-md-9, #milestone .col-md-3{padding:0;}
}