
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Sora:wght@100..800&display=swap');

*{
	margin: 0;
	padding: 0;
}
body{
	font-family: "Sora", sans-serif;
}
/*ul{
	list-style: none !important;
	padding: 0;
	margin: 0;
}*/
a{
	text-decoration: none !important;
}

.banner-lp{
	background: url(../img/banner.png) no-repeat center;
	background-size: cover;
	height: 100%;
	width: 100%;
}

.header{	
	z-index: 111;
	padding: 25px 0;
	width: 100%;
	position: absolute;
}
.content-banner{
	padding-bottom: 150px;
	padding-top: 250px;
}
.content-banner h1{
	color: #FFF;
	font-family:"Sora", sans-serif;
	font-size: 65px;
	font-style: normal;
	font-weight: 700;
	line-height: 70px;
}
.content-banner P{
	color: #FFF;
	font-family:"Sora", sans-serif;
	font-size: 18px;
	margin: 15px 0;
	font-style: normal;
	font-weight: 400;
	line-height: 31.5px; /* 131.25% */
}
.btn-orange{
		color: #fff;
	border-radius: 8px;
	padding: 12px 24px;
	background: #DF6512;
	font-size: 16px;
	border:1px solid#DF6512;
}
.btn-orange:hover{
	background: transparent;
	transition: 0.3s;
	color: #DF6512;
	border:1px solid#DF6512;
}
.content-banner a{
	display: inline-block;
	margin-top: 20px;
}
.right-btn{

	float: right;
}
.right-btn button{
	color: #fff;
	border-radius: 8px;
	padding: 12px 24px;
	background: #DF6512;
	font-size: 16px;
	border:1px solid#DF6512;
}
.right-btn button:focus{
    color:#DF6512;
    box-shadow:none;
    border:1px solid#DF6512;
	background:transparent;
}
.right-btn button:hover{
	color:#DF6512;
    border:1px solid#DF6512;
	background:transparent;
}

.heading-lp h2{
	color: #06182E;
	padding-bottom: 30px;
	text-align: center;
	font-family: Inter;
	font-size: 55px;
	font-style: normal;
	font-weight: 700;
	line-height: 70px; /* 116.667% */
}

/*about-us*/
.about-us{
	padding: 80px 0;
}
.about-us-head h2{
	color: #06182E;
	padding-bottom: 30px;
	text-align: center;
	font-family: Inter;
	font-size: 55px;
	font-style: normal;
	font-weight: 700;
	line-height: 70px; /* 116.667% */
}
.about-content{
	padding-left: 20px;
}
.about-content a{
	margin-top: 10px;
	display: inline-block;
}
.about-content p{
	color: #6A6A6A;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 200% */
}

/*faq*/

.faq-lp{
	padding: 80px 0;
	    background: #f7f9fa7d;
}
.faq-lp h2{
	color: #484848;
}
.faq-lp .accordion-item{
    margin-bottom: 30px;
    background: #FFEAE0;
    border: none !important;
    color: #353535;
    font-size: 18px;
    border-radius: 20px;
    box-shadow: none !important;
}
.accordion-button h3{
width:80%;
	font-size:20px;
	margin:0;
}
.faq-lp .accordion-button:not(.collapsed){
color: #353535;
background: #FFEAE0;
padding: 20px;
box-shadow: unset !important;
border-radius: 20px;
}
.faq-lp .accordion-button:not(.collapsed) i {
    rotate: 182deg;
}
.accordion-body{
	line-height: 24px;
	color: #7A7A7A;
	font-size: 15px;
	padding: 0 20px 20px 20px;
}
.accordion-button:focus{
	border-color: unset !important;
	box-shadow: unset !important;
}
.accordion-button{
	border-radius: 20px;
}
.accordion-header{
	box-shadow: 0px 0px 7px 0px #ececec;
    position: relative;
    border-radius: 20px;
}
.accordion-button::after{
	width: 40px;
	background: #444;
    height: 40px;
}
.accordion-button::after{
	content: unset !important ;
}
.accordion-button:not(.collapsed)::after{
	content: unset !important ;
	padding: 10px;
}
button.accordion-button{

	justify-content: space-between;
}
.accordion-button i{
    font-size: 14px;
    width: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
    height: 30px;
    text-align: center;
    background: #F16A2E;
}
.accordion-item:first-of-type .accordion-button{
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.accordion-item:last-of-type .accordion-button.collapsed{
	border-bottom-right-radius:20px;
    border-bottom-left-radius: 20px;
}
.about-us-head {
    text-align: center;
}
.faq-lp a{
	margin-top: 20px;
	display: inline-block;
}
.feature-lp{
	padding: 80px 0 160px 0;
	background: #014BA5;
}
.feature-lp h2{
	color: #fff;
}
.feature-1 {
    background: #fff;
    padding: 20px;
	margin-bottom:30px;
    border-radius: 20px;
}
.feature-1 h3{
	margin: 20px 0;
	font-weight: 700;
	font-size: 20px;
	color: #11263F;
}
.feature-1 p{
	line-height: 28px;
	color: #7A7A7A;
	font-size: 16px;
}
.feature-box{
	height: 100%;
	transform: translate(0px, 50px );
}
.feature-box1{
	transform: translate(0px, 0px );
}
.feature-box2{
	transform: translate(0px, 80px );
}
.feature-box3{
	transform: translate(0px, 150px);
}
footer{
	padding: 80px 0 30px 0;
	background: #0A1C2D;
}
.footer-1 ul {
    padding:0;
    margin: 30px 0 0 0;
}
.footer-1 ul li{
    position:relative;
    line-height:30px;
    padding-left:25px;
    list-style:none !important;
}
.footer-1 i{
    top: 7px;
    color:#DF6512;
    position:absolute;
    left:0;
}
.footer-1 ul li a{
    color:#fff;
    font-size:15px;
}
.footer-1 h3{
color: #FFF;
position: relative;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 29px; /* 120.833% */
}
.footer-1 h3:before {
    position: absolute;
    content: '';
    width: 50px;
    background: #DF6512;
    height: 2px;
    right: 45px;
    top: 13px;
}
.footer-form h3{
	color: #FFF;
	margin-bottom: 25px;
	position: relative;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px; /* 120.833% */
}
.footer-form h3:before {
    position: absolute;
    content: '';
    width: 50px;
    background: #DF6512;
    height: 2px;
    right: 45px;
    top: 13px;
}
.footer-form p{
	font-size: 14px;
	color: #fff;
}
.form-c{
	position: relative;
}
.form-c i {
    right: 15px;
    position: absolute;
    top: 15px;
    color: #fff;
}
.form-c input{
	margin: 25px 0;
	border: 1px solid#2E3439;
	color: #757575;
	height: 45px;
	background: transparent;
}
.form-c input:focus{
	box-shadow: none !important;
	border-color: #ffffff;
	background: transparent;
}
.form-c input[ type="submit"] {
    background: #DF6512;
    display: block;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    border: 1px solid#fff;
    border-radius: 5px;
}
.form-c input[ type="button"]:focus{
	
	border-color: #ffffff;
	background: transparent;
}

.why-choose{
	padding: 80px 0;
}
.counter-main{
	height:100%;
	text-align: center;
    margin-bottom: 30px;
    padding: 30px;
	background:#f7fbff;
    box-shadow: 0px 1px 1px 2px #163f7b2e;
}
.counter-main span{
	 font-size: 15px;
    line-height: 21px;
}
.counter-num{
	color: #004BA6;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 35px;
}
.counter-text{
	color: #00407f;
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 35px; /* 291.667% */
}

.counter-ic1:before{
	content: '%';
	  position: absolute;
        right: 129px;
    top: -11px;
    color: #004da2;
    font-weight: 700;
    font-size: 40px;
}
.counter-ic2:after{
	content: 'Cr +';
	position: absolute;
    right: 55px;
    top: -12px;
    color: #004da2;
    font-weight: 700;
    font-size: 40px;
}
.counter-ic3{
	position: relative;
}
.counter-ic3:after{
	content: '+';
	position: absolute;
	right: -37px;
	/* bottom: 116px; */
	top: -64px;
	color: #004da2;
	font-weight: 700;
	font-size: 40px;
}
.sectionClass {
  padding: 20px 0px 50px 0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1){
  background: rgb(16, 31, 46);
}

.projectFactsWrap .item:nth-child(2){
  background: rgb(18, 34, 51);
}

.projectFactsWrap .item:nth-child(3){
  background: rgb(21, 38, 56);
}

.projectFactsWrap .item:nth-child(4){
  background: rgb(23, 44, 66);
}

.projectFactsWrap .item p.number{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: 'Open Sans';
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}

/* AUTHOR LINK */




.about-me-img {
  width: 120px;
  height: 120px;
  left: 10px;
  /* bottom: 30px; */
  position: relative;
  border-radius: 100px;
}


.about-me-img img {
}


.authorWindow{
  width: 600px;
  background: #75439a;
  padding: 22px 20px 22px 20px;
  border-radius: 5px;
  overflow: hidden;
}

.authorWindowWrapper{
  display: none;
  left: 110px;
  top: 0;
  padding-left: 25px;
  position: absolute;
}





.trans{
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.copyright-main {
    padding: 30px 0;
    background: #0A1C2D;
    border-top: 1px solid #666666;
}

.copy-right a{
	color:#DF6512 ;
}
.copy-right p{
	color: #fff;
	margin: 10px 0;
}
@media screen and (max-width: 768px) {
    .authorWindow{
         width: 210px;
    }

    .authorWindowWrapper{
             bottom: -170px;
  margin-bottom: 20px;
    }

  
}

@media only screen and (max-width: 768px){
	.feature-box3{
	  transform: translate(0px, 0px);
	}
	.feature-box2{
	  transform: translate(0px, 0px);
	}
	.feature-box1{
	  transform: translate(0px, 0px);
	}
.content-banner h1{
	font-size: 30px;
	line-height: 40px;
}
.heading-lp h2 {
font-size: 30px;
line-height: 40px;
}
.feature-lp{
	padding: 30px 0;
}
.feature-1 {
    margin: 30px 0;
    display: block;
}

.feature-box {
     margin: 20px 0;
     display: table-cell;
     transform: translate(0px, 0px);
}
.footer-1 h3:before{
	right: 35%;
}
.footer-form h3:before{
	right: 35%;
}
.right-btn{
	        right: 13px;
        top: 80px;
        position: absolute;
}



}

@media (min-width: 1920px) and (max-width: 2560px)  {
  
  .counter-ic1:before{
        right: 160px;
}
.counter-ic2:after{
    right: 87px;
}

.counter-ic3:after{
	right: -29px;
}
}
.modal-backdrop{
    z-index:unset;
}

.popup-input input{
    margin: 0px 0 20px 0;
    border: 1px solid #d7d7d7;
    color: #757575;
    height: 50px;
    font-size:14px;
    background: transparent;
}

.popup-select select{
    margin: 0px 0 20px 0;
    border: 1px solid #d7d7d7;
    color: #757575;
    height: 50px;
    font-size:14px;
}
.popup-select select:focus{
	box-shadow: none !important;
	border-color: #ee602363;
	background: transparent;
}
.popup-input input:focus{
	box-shadow: none !important;
	border-color: #ee602363;
	background: transparent;
}
.popup-btn{
    text-align:center;
}
.popup-btn input {
    background: #DF6512;
    display: block;
    color: #fff;
    padding:10px;
    font-size:14px;
    width:100%;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 5px;
}
.popup-input textarea{
    margin: 0px 0 20px 0;
    border: 1px solid #d7d7d7;
    color: #757575;
    width:100%;
        padding: 12px;
        font-size:14px;
    height: 115px;
    background: transparent;
}
.popup-input textarea:focus{
    box-shadow: none !important;
	border-color: #ee602363;
	background: transparent;
	outline:none;
}
.modal-header{
    padding-bottom:0 !important;
    border:none !important;
}
.modal-title{
    color: #06182E;
    text-align: center;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
}

.btn-close{
    background:url(../img/download.svg) center/1em auto no-repeat !important;
}
.than-you{
    text-align:center;
    padding:80px 0;
}
.than-you h3{
    line-height:35px;
    font-weight: 700;
    color: #06182E;
    font-size:25px;
}
.ctn-text h3{
	font-size:25px;
}
.cta {
    padding: 80px 0;
    background: #ffe9e1;
}
.cta-btn {
    text-align: right;
}
.ctn-text h3 {
    font-size: 35px;
    font-weight: 600;
    color: #031c2c;
}
@media (min-width: 1920px) and (max-width: 2560px)  {
	.counter-main:after{
		width:40%;
		top:-97px;
	}
}
section.navigation {
    background: #013f82;
    padding: 15px 0;
}

.nav-ul ul li{
    padding: 10px 15px;
    list-style:none;
}
.nav-ul ul li a{
    color:#fff;
    font-size: 19px;
    font-weight: 600;
}

.nav-ul ul {
    display: flex;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: center;
    margin: 0;
}
.download button.btn.btn-primary {
    position: fixed;
    z-index: 11111;
    top: 50%;
    transform: rotate(270deg);
    right: -111px;
    background: #DF6512;
    padding: 15px;
    border-color: #DF6512;
    border-radius: 5px 5px 0 0;
}
.download button.btn.btn-primary:focus{
	box-shadow:unset !important;
}
.checkbox-group {
 margin: 0px 0 20px 0;
    border: 1px solid #d7d7d7;
    color: #757575;
    height: 75px;
    font-size: 14px;
    background: transparent;
    padding: 10px;
    border-radius: 6px;
}

.checkbox-group h4 {
	font-size:14px;
    margin: 0 0 10px 0;
}

.checkbox-group .form-check {
    display: flex;
    align-items: center;
    margin-right: 15px; /* Adjust as needed */
}

.checkbox-group .form-check-input {
    margin-right: 5px;
}
.form-check-input{
    width: 1.5em !important;
    height: 1.5em !important;
}
.modal-header .btn-close{
    padding: 9px;
    top: -2%;
    background-color: #dfefff !important;
    border-radius: 50%;
    right: -9px;
	opacity:unset !important;
    position: absolute;
}
.sticky-top{
	z-index: 1 !important;
}
.social-icons ul {
    padding:0;
    margin:0;
	display:flex;
	 flex-wrap: nowrap;
}
.social-icons ul li{
    list-style:none;
	padding: 0 5px;
}
.social-icons {
    float: right;
}

.social-icons i {
    color:#fff;
    width:30px;
    border-radius:50%;
    height:30px;
    background:#ee6023;
    text-align:center;
    line-height:30px;
}