* {
    padding: 0;
    margin: 0;
    font-family: 'Poppins';
}

:root {
    --primary-color: #0092E4;
}

.headerSec {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}

.custmNav {
    gap: 10px;
}

.custmNav li a {
    color: #fff;
    padding: 6px 20px !important;
}

.cstmBtnGroup {
    background-color: var(--primary-color);
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid #fff;
}

.cstmTabButton {
    border: 0;
    outline: 0;
    padding: 7px 12px;
    background-color: transparent;
    color: #fff;
    width: 100px;
    border-radius: 20px;

}

.cstmTabButton.activeBtn {
    background-color: #fff;
    color: var(--primary-color)
}



/* banner section css  start ================== */


.banner-sect {
    background-image: url('../images/banner-bg.png');
    min-height: 100vh;
    align-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.badges_baner {
    border-left: 3px solid #97D9FF;
    background-color: #44b9fb30;
    color: #fff;
    font-size: 12px;
    padding: 8px 12px;
    border-radius: 0 6px 6px 0;
    width: fit-content;
}

.banner-head {
    font-size: 64px;
    font-weight: bold;
    color: #fff;
    line-height: 130%;
}

.banner-pera {
    font-size: 16px;
    font-weight: 500;
    line-height: 151.5%;
    color: #fff;
    width: calc(100% - 12%);
}

.btn.theme-banner-btn {
    background-color: #fff;
    color: var(--primary-color);
    padding: 10px 8px 10px 24px;
    display: flex;
    gap: 26px;
    border: 1px solid var(--primary-color);
    border-radius: 40px;
    align-items: center;
    font-weight: 500;
}

.right-arrrow {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 50%;
}


/* about section css start =============== */
.about-sect {
    padding: 70px 0;
}

.abut-head {
    font-size: 36px;
    font-weight: 700;
    color: #1C1F35;
    margin-bottom: 24px;
}

.abut-head .blueSpan {
    color: var(--primary-color);
}

.abt-pera {
    color: #0000007d;
    font-size: 16px;
    line-height: 150%;
}



/* WHY CHOOSE SECTION CSS START ================== */

.whyChoose-sect {
    position: relative;
    padding: 70px 0;
    z-index: 1;
}

.whyChoose-sect::before {
    content: '';
    position: absolute;
    isolation: isolate;
    inset: 0;
    z-index: -1;
    background-image: url('../images/banner-who-chose.png');
    background-repeat: no-repeat;
    background-size: 100% auto;

}

.custmCard-chose {
    padding: 80px 50px 40px;
}

.wh-pera {
    color: #666C89;
    font-size: 15px;
    font-weight: 500;
}

.icon_box-img {
    min-width: 60px;
}

.heading-wch {
    color: #1C1F35;
    font-size: 20px;
    font-weight: 600;
}

.wch-pera {
    font-size: 14px;
    color: #000000ab;
}

/* get int touch section css start ====================================== */

section.get-touch {
    padding: 20px 0 80px;
}

.gt-head {
    margin-bottom: 40px;
}

.gt-heading {
    font-size: 30px;
    color: #141414;
    font-weight: 600;
    margin-bottom: 15px;
}

.gt-para {
    font-size: 14px;
    font-weight: 500;
    color: #00000060;
    margin: 0;
}

.addressInfo-box {}

.addresinfo-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.addresinfo-list li {
    display: flex;
    gap: 12px;
}

.gt-iconBox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #00314C;
}

.gt-info-label {
    color: #141414;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 135.023%;
    display: block;
}

.gt-info-value {
    color: #141414;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135.023%;
}

.form-floating.get-floattextarea>.form-control {
    height: 150px;
}

.btn.theme-form-btn {
    background: #0092E4;
    padding: 16px 30px;
    border-radius: 40px;
    color: #fff;
}

/* message info banner section css start =========================== */
.ads-banr-sect{
    padding: 120px 0 120px;
    background-image: url('../images/bg-baner-ads.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.ads-heading{
    font-size: 60px;
    margin: 0;
    text-align: center;
    color: #fff;
}

/* footer section css ====================================== */

.ftr-sect{
    padding: 12px 0 12px;
    background-color: #191919;
}
.ftr-copyright{
    color: #fff;
    font-size: 16px;
}
.ftr-copyright span{
font-weight: 600;
}
.social-icon-list{
    display: flex;
    gap: 30px;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.social-icon-list a{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    text-decoration: none;
    color: inherit;
}