@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

/* font-family: "Inter", sans-serif; */

/* font-family: "IBM Plex Sans", sans-serif; */

/* font-family: "Roboto Condensed", sans-serif; */

html, body{
	height:100%;
}
body{
	font-family: "Inter", sans-serif;
	color:#2a2a2a;	
	background-color:#ffffff;
	/*background-image: url('../images/bg-pattern.png');
	background-repeat: repeat;*/
	font-size:16px;
	line-height: 28px;
	overflow-x:hidden;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Roboto Condensed", sans-serif;
	color: #001231;
}
h1{
	font-size:45px;
}
h2{
	font-size:35px;
}
h3{
	font-size:26px;
}
h2.title{
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 25px;
	font-weight:600;
}
.title3{
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 25px;
	font-weight:600;
}
.pink{
	color: #e1126b;
}
p{
	font-family: "Inter", sans-serif;
	color: #001231;
}
.f-18, .f-18 p{
	font-size: 18px;
}

.f-24{
	font-size: 24px;
}
.f-30{
	font-size: 30px;
	line-height: 45px;
}
.p1{
	font-family: "Roboto Condensed", sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 38px;	
}
.p2 {
  font-size: 21px;
  font-weight: 400;
  line-height: 36px;
}

a, .btn, span, div, img, .navbar-toggler{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
a{
	color:#222222;
	text-decoration: none !important;
}
a:hover{
	color:#97b43b;
}
.btn1{
	min-width: 150px;
	font-size: 16px;
  	color: #fff;
	background: #99b743;
	padding: 10px;
	border-radius: 30px;
}
.btn1:hover{
	color: #fff;
	background: #606060;
}

/*==Header==*/
header{
	background:#fff;
}
.hdr-top{
	font-size:14px;
	padding: 15px 0;
	line-height: 26px;
	z-index: 99;
  	position: relative;
}
.hdr-top .email, .hdr-top .phone{
	padding: 0 10px;
	border-right:1px solid #aaaaaa;
}
.hdr-top .email span, .hdr-top .phone span{ 
	color: #e0126b;
}
.social-links{
  display: inline-block;
  padding: 0 10px;
}
.social-links a {
  height: 15px;
  margin-left: 12px;
  color: #98a8c1;
}
.social-links a svg {
  height: 15px;
}
.social-links a:hover{
	color:#e1126b;
}
/*Nav Bar*/
.navcustom{
	z-index: 98;
	background: #fff;
	padding: 18px 0;
	border-radius: 15px;
	margin-top: -55px;
}
.navbar-sec .close-btn{
	display:none;
}
.hdr-nav {
  display: flex;
  width: 100%;
}
.navcustom .navbar-brand {
	max-width:300px;
	display: inline-block;
}
.rgt-nav-sec{
	display:flex;
	position: relative;
}
.navcustom .navbar-nav{
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
}
.navcustom .navbar-nav .nav-item{
	/*margin: 0 10px;*/
	padding: 0 10px;
	position: relative;
	text-transform: uppercase;
}
.navcustom .navbar-nav .dropdown-menu{
	border-radius: 0;
	border:none;
	border-top: 3px solid #dc1264;
	margin-top: 20px;
	padding: 0;
	min-width:220px;
}
.navcustom .navbar-nav .dropdown-menu li{
	padding: 0 15px;
	font-size:14px;
}
.navcustom .navbar-nav .dropdown-menu li .dropdown-item{
	color:#313131;
	padding: 10px 0;
	background: none;
	border-bottom: 1px solid #eeeeee;
	position: relative;
}
.navcustom .navbar-nav .dropdown-menu li:hover .dropdown-item{
	background: none;
}
.navcustom .navbar-nav .dropdown-menu li .dropdown-item::after{
  content: "";
  background: #1f4687;
  position: absolute;
  width: 0;
  transition: 0.4s;
  height: 1px;
  left: 0;
  bottom: -1px;
}
.navcustom .navbar-nav .dropdown-menu li:hover .dropdown-item::after{
	width: 100%;
}
.navcustom .navbar-nav .dropdown-menu li:last-child  .dropdown-item{
	border-bottom: none;
	}
.navcustom .navbar-nav .dropdown-menu li:last-child .dropdown-item::after{
	display: none;
}
.navcustom .navbar-toggler{
	/*width: 50px;
  	padding: 2px;*/
	
	width: auto;
	padding: 0;
	border: none;
}
.navcustom .navbar-toggler:focus{
	box-shadow: none;
}
.navcustom .navbar-toggler .navbar-toggler-icon{
	background: none;
	position: relative;
}
.navcustom .navbar-toggler .navbar-toggler-icon::before{
	content: "\f0c9";
	font: normal 30px/1 FontAwesome;
	color: #1c4386;
}
/*Banner*/
.banner{
	background: #8f9c57;
	position: relative;
	overflow-x: hidden;
	text-align: center;
}

.banner .container {
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.banner-content .list{
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
}
.banner-content .list li{
	font-family: "Roboto Condensed", sans-serif; 
	font-size: 55px;
	line-height: 65px;
	font-weight: 700;
	color: #fff;
	list-style: none;
}
.banner-content p{
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}
.banner-content p a{
	color: #fff;
	text-decoration: underline !important;
}
.banner-content p a:hover{
	color: #e1126b;
}
.navcustom .navbar-collapse{
	align-items: end;
}
.home-banner .banner-content{
	padding-left:20px;
	text-align: left;
}
.sec1{
	padding: 120px 0;
}
.bg1{
	background: #f4f3f1;
}
.bg2{
	background: #9ab43e;
}

.sec2{
	padding: 60px 0;
}
.bg-img1{
	background: url('../images/where-we-work-bg.jpg') center center no-repeat #001231;

}

/*==Meet the Team==*/
.team-sec{
	max-width: 320px;
	margin: 0 auto;
	border: none;
	border-radius: 0;
}
.team-sec .card-img{
	border:1px solid #efefef;
}
.team-sec .card-body{
	padding: 10px 0;
}
.team-sec .name{
	margin-bottom:0;	
}
.team-sec .designation{
	font-family: "Roboto Condensed", sans-serif; 
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
	color: #828282;
}

/*==The 3 Bricks of Impact==*/
.brick-card{
	
	height: 100%;
	border: 0;
}

.brick-card .card-body{
	background: none;
	text-align: center;
	margin-top: -46px;
}
.brick-card .title{
	min-width: 300px;
    padding: 10px;
    background: #001231;
    border-radius: 30px;
    font-size: 30px;
    color: #fff;
    display: inline-block;
    text-align: center;
}

.brick-card.bc1 .title{
	background: #e1126b;
}
.brick-card.bc2 .title{
	background: #99b743;
}
.brick-card.bc3 .title{
	background: #fdc01e;
}
.brick-card .readmore{
	text-decoration:underline !important;
}
.brick-card.bc1 .readmore{
	color:  #e1126b;	
}
.brick-card.bc2 .readmore{
	color:  #99b743;
}
.brick-card.bc3 .readmore{
	color:  #fdc01e;
}
.brick-card .readmore:hover{
	color: #606060;
}
/*==Footer==*/
footer{
	font-size:15px;
	background: url('../images/footer-bg.jpg') no-repeat #001230 bottom center;
	color:#fff;
}
footer .ftr-top{
	padding:75px 0 65px 0;
	border-bottom:1px solid #ffffff;
}
footer .title, footer a{
	color:#fff;
}
footer .title{
	font-size:20px;
	font-weight:600;
	margin-bottom:20px;
}
footer a{
	display:inline-block;
}
footer .links{
	font-size:14px;
	line-height:33px;
}
footer .links a{
	display: block;
}
footer a:hover{
	color: #b90c5d;
}
footer .ftr-btm{
	padding:20px 0;
}
.contact-info{
	list-style: none;
	padding-left: 0;
}
.contact-info li{
	padding-left: 35px;
	position: relative;
	margin-bottom: 20px;
}
.contact-info li:last-child{
	margin-bottom: 0;
}
.contact-info li::before{
	position: absolute;
	width:24px;
	content: "";
	left: 0;
	top:0;
}
.contact-info li.address::before{
	background: url('../images/location.png') no-repeat top left;
	height: 27px;
}
.contact-info li.phone::before{
	background: url('../images/phone.png') no-repeat top left;
	height: 21px;
}
.contact-info li.mail::before{
	background: url('../images/email.png') no-repeat top left;
	height: 16px;
	top: 8px;
}

.insta-post-sec{
	max-width: 270px;
	display: flex;
	flex-wrap: wrap !important;
  	margin: 0 -5px;
}
.insta-post-sec .post{
	margin: 5px;
}
.insta-post-sec .post a{
	border-radius: 5px;
	overflow: hidden;
	background: #e1126b;
	position: relative;
}
.insta-post-sec .post a:hover img{
	opacity: .5;
}
.insta-post-sec .post a::before{
	transition: all 0.5s;
}
.insta-post-sec .post a:hover::before{
	font:normal 30px/1 FontAwesome;
	content: "\f16d";
	position: absolute;
	color: #fff;
  	z-index: 99;
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}
/*Social Links*/
footer .social-links{
	display:block;
	padding:0;
	border-left: 0;
}
footer .social-links a{
	width:40px;
	height: 40px;
	margin: 0 10px 0 0;
	display: inline-block;
	background: #fff;
	color: #e1126b;
	text-align: center;
	border-radius: 4px;
}
footer .social-links a:hover{
	color:#fff;
	background: #e1126b;
}
footer .social-links a svg{
	height: 25px;
	margin-top: 9px;
}
/*footer .social-links .facebook:hover, footer .social-links .x-twitter:hover, footer .social-links .linkdein:hover, footer .social-links .youtube:hover, footer .social-links.instagram:hover{
	color: #ffffff;
}*/
.note1{
	background: #cbcbcb;
	padding: 10px 15px;
	font-size: 15px;
	line-height: 25px;
	color: #3d3d3d;
}
.befaft-card, .befaft-card1{
	position:relative;
}
.befaft-card .before-bg, .befaft-card .after-bg{
	position: absolute;
	width: 57px;
	top:0;
	bottom: 0;
}

.befaft-card .before-bg{	
	right: 0;
	background: #001231;
background: linear-gradient(0deg,rgba(0, 18, 49, .7) 30%, rgba(0, 18, 49, 0) 100%);
   
}
.befaft-card .after-bg{	
	left: 0;	
	background: #001231;
background: linear-gradient(180deg,rgba(0, 18, 49, .7) 30%, rgba(0, 18, 49, 0) 100%);
}
.befaft-card .before, .befaft-card .after, .befaft-card1 .before, .befaft-card1 .after{
	font-family: "Roboto Condensed", sans-serif;
	font-size: 40px;
	color: #ffffff;
	position: absolute;
	
	width: 120px;
  height: 40px;
  line-height: 45px;
}
.befaft-card .before{
	transform: rotate(-90deg);
	bottom: 55px;
  	right: -30px;
}
.befaft-card .after{
	transform: rotate(90deg);
	top: 55px;
  	left: -30px;
}
.note2{
	background: #96b440;
	font-size: 15px;
	color: #ffffff;
	padding: 2px 15px;
}
.note2 p{
	font-size: 15px;
	color:#fff;
}
.befaft-card1 .before-bg, .befaft-card1 .after-bg{
	position: absolute;
	min-width:350px;
	height: 57px;
	bottom: 0;
}
.befaft-card1 .before-bg{	
	right: 0;
	background: #001231;
background: linear-gradient(-90deg,rgba(0, 18, 49, .7) 30%, rgba(0, 18, 49, 0) 100%);
   
}
.befaft-card1 .after-bg{	
	left: 0;	
	background: #001231;
background: linear-gradient(90deg,rgba(0, 18, 49, .7) 30%, rgba(0, 18, 49, 0) 100%);
}
.befaft-card1 .before{
	transform: rotate(0deg);
  bottom: 10px;
  right: 0;
}
.befaft-card1 .after{
	transform: rotate(0deg);
  top: 8px;
  left: 15px;
}

.form1 .form-control{
	border:1px solid #c0c0c0;
}
.form1 .control-label{
	font-size: 17px;
	line-height: 35px;
}
.mandatory{
	margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
  color: #666;
}
/*==Media Query==*/
@media screen and (max-width:1399px){	
	
}
@media screen and (max-width:1199px){
	.sec1 {
	  padding: 100px 0;
	}
	h2.title {
	  font-size: 55px;
	  line-height: 55px;
	}
	.brick-card .title{
		min-width: 250px;
		font-size: 26px;
	}
}

@media screen and (max-width:991px){
	.navcustom .navbar-brand {
  		max-width: 250px;
	}
	  h2.title {
		font-size: 45px;
		line-height: 50px;
	  }
	.banner-content .list{
		margin-bottom: 15px;
	}
	.banner-content .list li{
		font-size: 45px;
  		line-height: 55px;
	}
	.banner-content p {
	  font-size: 20px;
	  line-height: 25px;
	}
	.home-banner .banner-img{
		height: 350px;
    	width: auto;
    	max-width: none;
		margin-left: 50%;
		transform: translate(-50%, 0);
	}
	 .brick-card .title {
		min-width: 180px;
		font-size: 20px;
	  }
}

@media screen and (max-width:768px){
	.hdr-top{
		display:none;
	}
	.navcustom{
		padding: 13px 0;
		border-radius: 0;
  		margin-top: 0;
	}
	.navcustom .navbar-collapse{
		position: absolute;
	  	top: 123px;
	  	right: 0;
	  	background: #fff;
	  	min-width: 200px;
	}
	.navcustom .navbar-nav .dropdown-menu{
		min-width: auto;
		margin-top: 0;
		border-top: 2px solid #dc1264;
		background: #eee;
	}
	.navcustom .navbar-nav .dropdown-menu li{
		text-align: right;
  		padding: 0;
	}
	.navcustom .navbar-nav .dropdown-menu li .dropdown-item{
		padding: 6px 10px;
	}
	.rgt-nav-sec{
		align-items: end;
	}
	.home-banner{
		background: #212E00;
	}
	.home-banner .banner-img{
		transform: translate(-65%, 0);
		opacity: .5;
	}
	  h2.title {
		font-size: 35px;
		line-height: 40px;
		margin-bottom: 15px;
	  }
	.p1{
		font-size: 25px;
		line-height: 30px;
	}
	.brick-card .title {
		min-width: 220px;
		font-size: 22px;
	  }
	 .sec1 {
		padding: 80px 0;
	  }
}

@media screen and (max-width: 575px) {
	.home-banner .banner-content {
	  padding-left: 0;
	}
	.banner-content .list li {
		font-size: 30px;
		line-height: 40px;
	  }
	.banner-content p {
		font-size: 18px;
		line-height: 23px;
	  }
}
