/* Start Common Css */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* body{
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100% !important;
    font-family: 'Poppins', sans-serif;
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
} */
a {
    text-decoration: none !important;
}
a:hover{
	color:auto;
}
p{
    margin-bottom: 0 !important;
}
ul {
    padding: 0 !important;
    margin: 0;
}

ul li {
    list-style: none;
}
img:focus-visible {
    outline: none;
}
img:focus {
    outline: none;
}
a:focus-visible {
    outline: none;
}
a:focus {
    outline: none;
}
/* Scrollbar-Css */
.scrollbar {
    background-color: #000;
    width: 6px;
    height: 10%;
}

.scrollbar-track {
    background-color: #D9D9D9
}

.scrollbar-thumb {
    background-color: #000;
    border-radius: 16px;
    border: 0px solid #D9D9D9;
}

::-webkit-scrollbar {
    background-color: #A4BFCB;
    width: 4px;
    height: 10%;
}

::-webkit-scrollbar-track {
    background-color: #cae4f0;
}

::-webkit-scrollbar-thumb {
    background-color: #A4BFCB;
    border-radius: 16px;
    border: 0px solid #D9D9D9;
}

::-moz-scrollbar {
    background-color: #000;
    width: 5px;
    height: 5%;
}

::-moz-scrollbar-track {
    background-color: #000
}

::-moz-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 0px solid #fff;
}

/* End Scrollbar Css */
/* End Common Css 
/* Start Header Css */
header {
    /* min-height: 80px; */
    width: 100%;
    background: rgb(41,120,143);
    padding: 0;
    position: sticky;
    z-index: 99;
    top: 0;
    width: 100%;
}
.navbar-nav {
    margin: 0 0 0;
    align-items: center;
}
.navbar-nav .nav_links.active{
    background: #FFFFFF;
    color: #053847 !important;
    font-weight: 600;
    padding: 20px 4px;
}
.nav_links {
    color: #FFFFFF !important;
    font-size: 14px;
    font-weight: 300;
    margin: 0 15px;
}

.contactBtn {
    background: #FF456B;
    border-radius: 9px;
    padding: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #fff !important;
    border: 1px solid #FF456B;
    display: inline-block;
    font-weight: 600;
}
textarea{
    resize: none !important;
}
.navbar-brand{
    padding: 4px 0;
}
/* End Header Css */
/*Start Home Section  */
.root {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100vh !important;
}
.home{
    background: url(../images/homeBg.png)no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}
.heading{
    font-size: 50px;
    font-weight: bold;
    color: #FFFFFF;
}
.text_{
    font-size: 18px;
    color: rgb(255 255 255 / 50%);
}
.right_side{
    padding: 15px 0 100px 0;
}
.playStore {
    position: relative;
    top: 100px;
}
/*End Home Section */
/* Start listen Section */
.listen{
        background: url(../images/listen.svg)no-repeat;
        background-position: top;
        background-size: 100%;
        height: 100%;
        padding: 150px 0  0;
        position: relative;
}
.listenLeft::before{
    content: '';
    background: url(../images/leftCommon.png) no-repeat;
}
.listenRight .heading{
    color: #053847;
}
.appLeft .heading{
    color: #053847;
}
.appLeft .text_{
    color: rgb(5 56 71 / 50%);
    line-height: 27px;
}
.listenRight .text_{
    color: rgb(5 56 71 / 50%);
    line-height: 27px;
}
.listenRight {
    width: 100%;
    max-width: 520px;
}
/* .listenLeft{
    padding-top: 44px;
} */
.appLeft{
    width: 100%;
    max-width: 490px;
    margin-left: auto;
    /* margin-top: 150px; */
}
.building_img{
    margin-top: 150px;
}
.listenBg {
    position: absolute;
    left: -33px;
    bottom: -123px;
    z-index: -1;
}

/* End listen Section */
/* Start App Section */
.app {
    position: relative;
    overflow: hidden;
}
.appRightBg{
    position: absolute;
    top:50%;
    right:0;
}
.appRightBg {
    position: absolute;
    top: 32%;
    right: -95px;
    z-index: -1;
}
/* End App Section */
/* Start Contact Section  */
.contact{
    margin:80px 0;
}
.contact .heading{
    color: #053847;
}
.contact .text_{
    color: rgb(5 56 71 / 50%);
    }
.contactList {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 25px 0;
}
.contactList li span:last-child {
    color: #053847;
    font-weight: 400;
}
.form-group{
    position: relative;
}
.icon_ {
    position: absolute;
    bottom: 12px;
    left: 26px;
}
.form-group input{
    background-color: #E5F2F6 !important;
    border:none;
    padding: 10px 0 10px 45px !important;
    
}
.form-control:not(select):focus {
    background-color: #E5F2F6 !important;
    box-shadow: none !important;
    /* border-color: #E2E2E2 !important; */
}
.form-label {
    font-size: 14px;
    color: #053847;
    font-weight: 500 !important;
}
textarea{
    border:none !important;
    background-color: #E5F2F6 !important;
    width: 100%!important;
    padding: 14px;
    border-radius: 7px;
}
textarea:focus-visible{
    border:none !important;
    outline:none!important
}
textarea::placeholder{
    font-size: 14px;
    color: rgb(5 56 71 / 50%);
}
.customLabel{
    font-size: 14px;
    color: #053847;
    font-weight: 500 !important;
}
.submitBtn{
    background: transparent linear-gradient(288deg, #053847 0%, #007FA4 100%);
    border-radius: 11px;
    color: #FFFFFF !important;
    font-weight: 600;
    padding: 13px 30px;
}
.contactList li{
    list-style: none;
    background: #FFFFFF 0% 0%;
    box-shadow: 0px 10px 15px #0000000d;
    border-radius: 20px;
    padding: 3px 20px 3px 5px;
}
.contactFoot {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 20px 50px #0000000D;
    padding: 60px 70px;
    margin-top:50px;
}
/* End Contact Section  */
/* Start Faq Section */
.faq {
    background: #E5F2F6 0% 0% no-repeat padding-box;
    padding: 55px 0;
    margin-bottom: 30px;
}
.faq .heading{
    color:#053847;
}
.accordianSection .accordion-button::after {
    content: "+";
    font-size: 25px;
    background-image: none;
    font-weight: 300;
    color: #FFFFFF;
    transform: translateY(-4px);
    /* border: 2px solid #E63C2F; */
    background: rgb(5,56,71);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 25px;
}
.accordianSection .accordion-button:not(.collapsed)::after {
    width: auto;
    height: auto;
    content: "×";
    font-size: 25px;
    background-image: none;
    font-weight: 300;
    color: #FFFFFF;
    transform: translateY(-4px);
    /* border: 2px solid #667085cc; */
    background: rgb(5,56,71);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 25px;
}
.accordianSection .accordion-button{
    color: #053847;
    font-size: 20px;
    font-weight: 600;
    box-shadow: none;
    background-color: #e5f2f6 !important;
}
.accordianSection .accordion-body p{
    color: #053847;
    font-size: 14px;
}
.accordianSection .accordion-body {
    background-color: #e5f2f6 !important;
    padding-top:0;
}
.accordianSection .accordion-item{
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1.5px solid rgb(5 56 71 / 20%);
}
.caseTabs {
    background-color: #FFFFFF !important;
    border: 1px solid #819BA2!important;
    border-radius: 17px!important;
    display: inline-block!important;
    padding: 5px !important;
    margin: 10px 0 20px;
}
.caseTabsContainer {
    text-align: center;
}
.caseTabs li {
    display: inline-block;
}
.nav_link {
    padding: 15px 19px;
    font-size: 14px;
    transition: all 150ms ease;
    color: #053847 !important;
}
.nav_link.active {
    background: #053847 0% 0% no-repeat padding-box;
    border-radius: 8px;
    color: #fff!important;
    padding: 15px 19px;
    font-size: 14px;
}
/* End Faq Section */
/* Start Downlaod App Section */
.downlaodSection{
    background: url(../images/downloadBg.svg)no-repeat;
    background-position: center;
    background-size: 100%;
    height: 100%;
    /* position: relative; */
    padding: 125px 0px;
}
.downloadApp{
    padding: 160px 0;
    position: relative;
}
.downloadApp .text_{
    font-size: 16px !important;
}
.downloadLeft{
    position: absolute;
    top: 5%;
    left: 17%;
}
.appleStore{
    position: absolute;
    bottom: 127px;
}
.appleStore img{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.downloadRight{
    padding-right: 27px;
}
.downloadApp .bannerHeading{
    color:#FFFFFF;
}
/* End Downlaod App Section */
/* Start Register Section */
.register {
    background: #E5F2F6;
    padding: 60px 0 0px;
}
.register .heading{
    color:#053847;
    text-align: center;
}
.customCard {
    box-shadow: 0px 30px 30px #0000000d;
    border-radius: 30px;
    background: #003064;
    padding: 35px 46px;
    margin-bottom: 25px;
}
.cardHeading{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
}
.cardText{
    color: rgb(255 255 255 / 50%);
    font-size: 14px;
}
.cardFoot {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 19px;
}
.cardFoot a{
    color: #FFFFFF !important;
    font-size: 14px;
}
.customCard.second{
    background: #FFFFFF;
}
.customCard.second .cardHeading{
    color:#053847;
}
.customCard.second .cardText{
    color: rgb(5 56 71 / 50%);
}
.customCard.second .cardFoot a{
    color:#053847 !important;
}
.customCard.third{
    background: #1D1D1B !important;
}
.ourPurposes {
    text-align: right;
    color: #053847;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    padding-top: 40px;
}
.here{
    color: #FF456B;
    font-weight: 700;
    cursor: pointer;
}
/* Start Modal  */
#staticBackdrop{
    background: rgb(125,125,125) !important;
}
#staticBackdrop .modal-content{
    border-radius: 20px;
    background: #f8f8f8;
    border: none;
}
#staticBackdrop .modal-body{
    padding: 42px !important;
    background: url(../images/modalBg.svg)no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 19px;
}
.modalImage{
    width: 200px;
}
.downloadIconModal{
    margin-top:10px;
}
.downloadIconModal i{
    font-size: 23px;
    color:#000;
}
.modal-dialog{
    max-width: 761px !important;
    height: 411px;
    border-radius: 35px;
}
.modal-content .appleStore {
    position: static !important; 
    display: flex;
    margin-top: 21px;
}
.btn-close{
    background: transparent url(images/crossIcon.svg);
    position: absolute;
    right: 24px;
    top: 18px;
    width: 20px;
    height: 20px;
    opacity: 1 !important;
}
.btn-close:focus{
    box-shadow: none;
}
/* End Modal */
#more {display: none;}
#myBtn {
    border: none;
    background: no-repeat;
    color: #fff;
    padding: 0;
    position: absolute;
    font-size: 14px;
}
/* End Register Section */
/* Start Opportunities Css */
.opp {
    padding:30px 0;
}
.oppHeading{
    font-size: 20px;
    color: #053847;
    font-weight: 700;
    margin-bottom: 12px;
}
.opp .heading{
    font-size: 50px;
    color:#053847;
    text-align: center;
    padding-bottom: 45px;
}
.opp .text_{
    color: rgb(5 56 71 / 50%);
    font-size: 14px;
}
.oppCard {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #B8CDD3;
    padding: 29px;
    min-height: 910px;
}
/* End Opportunities Css */
/* Start Terms Page Css */
.banner{
    background: url('../images/banner.png')no-repeat;
    background-size: 100%;
    height: 100vh;
}
.bannerHead{
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10rem;
}
.bannerText{
    font-size: 18px;
    color: #FFFFFF;
}
.bannerHeading{
    font-size: 30px;
    font-weight: 600;
    color: #053847;
}
.bannerText_{
    color: rgb(5 56 71 / 50%);
    font-size: 16px;
}
.developing {
    padding: 50px 0;
}
.borderLeft {
    border-left: 3px solid #053847;
    margin-left: 12px;
}
.borderLeft b{
    color: #053847;
}
b{
    color: #053847;
}
.developingImg{
    height: 260px;
    width: 100%;
}
.devRightImg{
    width: 100%;
    height: 100%;
    max-height: 505px;
}
.developingLeft .bannerText_{
    padding-right: 34px;
}
.trustRight{
    max-width: 531px;
    width: 100%;
}
.ourClient {
    background: #E5F2F6;
    padding: 85px;
}
.ourClientFoot {
    background: transparent linear-gradient(0deg, #053847 0%, #007FA4 100%);
    display: flex;
    padding: 30px;
    width: 100%;
    margin-top: -68px;
}
.clientInner {
    font-size: 14px;
    color: #FFFFFF;
    border-right: 1px solid;
    margin-right: 35px;
    padding-right: 41px;
}
.ourClientFoot .clientInner:last-child{
    margin-right: 0;
    border-right: none;
}
.architect{
    padding:85px 0;
}
.engineer{
    background: url(../images/arctect.png)no-repeat;
    background-size: 100%;
    height: 100%;
    padding:85px 0; 
}
.engineer .bannerHeading{
    color:#FFFFFF;
}
.engineer .bannerText_{
    color: rgb(255 255 255 / 50%);
}
.engineerLeft {
    max-width: 500px;
    width: 100%;
}
.survayor {
    background: #E5F2F6 0% 0% no-repeat padding-box;
    padding: 85px;
    margin:85px 0;
}
.survayor ul li{
    display: inline;
    border-right:1px solid #74949D ;
    padding-right: 15px;
    margin-right: 15px;
}
.survayor ul li:last-child{
    border-right:none;
    padding-right: 0;
    margin-right: 0;
}
.survaiorRight {
    max-width: 500px;
    width: 100%;
}
.design .devRightImg {
    width: 100%;
    height: 100%;
    max-height: 568px;
}
.conclusionInner{
    background: url('../images/consl.png')no-repeat ,#E5F2F6;
    background-size: 100% 100%;
    height: 100%;
    padding: 65px 0;
}
.conclusion .bannerHeading{
    color:#FFFFFF;
}
.conclusion .bannerText_{
    color: rgb(255 255 255 / 50%);
}
.conclusion .engineerLeft {
    max-width: 679px;
    width: 100%;
    margin-left: auto;
}
.layerInner{
    height: 100%;
    position: relative;
}

.layerItem {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 20px 50px #0000000D;
    max-width: 500px;
    width: 100%;
    padding: 25px 25px;
    margin-bottom: 25px;
    position: relative;
}
.layerImg{
    position: absolute;
    height: 78%;
    width: 97%;
}
.layerInner li:nth-child(2){
    margin-left: 150px;
}
.layerInner li:nth-child(4){
    margin-left: 150px;
}
.layerInner li:nth-child(6){
    margin-left: 150px;
}
.layer{
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}
.layer h6{
    color: #053847;
}
.number{
    background: #053847;
    color: #ffffff;
    border-radius: 50%;
    font-weight: 500;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.one{
    position: absolute;
    right: -220px;
    top: -10px;
}
.two {
    position: absolute;
    left: -106px;
    bottom: 23px;
}
.three {
    position: absolute;
    right: -214px;
    top: 134px;
}
.four {
    position: absolute;
    left: -113px;
    bottom: 49px;
}
.five {
    position: absolute;
    right: -205px;
    top: 141px;
}
.six {
    position: absolute;
    left: -113px;
    top: 97px;
}
.contentList{
    margin-left: 20px;
}
.contentList li{
list-style-type: disc;
}
.countingList{
    margin-left: 20px;
}
.countingList li{
    list-style: decimal-leading-zero;
}
.contentAbc{
    margin-left: 20px;
}
.contentAbc li{
    list-style: lower-alpha;
}
.colorRed{
    font-size: 18px;
    color:red;
    font-weight: 500;
}
/* End Terms Page Css */
/* Start Blog Css */
.blog{
    background: url("../images/blogBg.png")no-repeat;
    background-size: 100%;
    height: 100%;
    padding: 90px 0 0px 0;
}
.blog .bannerHead {
    text-align: start;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    padding: 10rem 0;
}
/* End Blog Css */
/* Start About Css */
.about{
    background: url('../images/about.png')no-repeat;
    background-size: 100%;
    height: 100%;
    padding: 90px 0 0px 0;
}
.aboutCon{
    display: flex;
    justify-content: end;
}
.aboutHead{
    padding: 15rem 10rem 7rem 0;
}
.ourApp {
    background: url('../images/ourApp.svg')no-repeat;
    background-size: cover;
    height: 100%;
    padding: 12% 0 14%;
    background-position: top;
}
/* End About Css */
/* Start Faq Page Css */
.faqPage{
    padding:80px 0 0 0;
}
.faqHead{
    text-align: center;
}
.faqHead .heading{
    color: #053847 !important;
}
.faqPage .accordianSection {
    background: #E5F2F6;
    border-radius: 5px;
    padding: 30px;
}
.faqImageTop{
    margin-bottom: 50px;
}
/* End Faq Page Css */
/* Start Terms Page Css */
.terms .heading{
    color:#053847;
    text-align: center;
    margin-bottom: 33px;
}
.terms {
    padding: 55px 0;
}
.contentWithImg{
    display: flex;
    align-items: start;
    margin-bottom: 25px;
}
.contentWithImg img{
    margin-right: 20px;
    margin-top: 5px;
}
.headingSm{
    font-size: 16px;
    color:#053847;
    font-weight: 500;
    margin:10px 0;
}
.headingMd{
    font-size: 20px;
    color:#053847;
    font-weight: 500;
    margin:10px 0;
}
/* End Terms Page Css */
/*Start Footer Section  */
footer{
    background: url(../images/footerBg.svg)no-repeat;
    background-size: 100%;
    height: 100%;
    padding: 90px 0 0px 0;
}
.footerHeading{
    color: #FF456B;
    font-size: 27px;
    font-weight: 400;
}
.footerContent .text_{
    font-size: 12px;
}
.footerSection {
    display: flex;
    align-items: center;
}
.footerText span{
    color: rgb(255 255 255 / 50%);
    font-size: 12px;
}
.footerText p{
    color: #FFFFFF;
    font-size: 12px;
}
.footerImg {
    margin-right: 11px;
}
.copyright{
    padding: 33px 0 10px 0;
    display: flex;
    justify-content: space-between;
}
.copyright p{
    font-size: 12px;
    color:#FFFFFF;
}
.footerLink li {
    display: inline-block;
    padding-right: 19px;
    color: #FFFFFF;
}
.footerLink li a{
    color: #FFFFFF;
    font-size: 14px;
}
/*End Footer Section  */