:root {
	--max-width: 1400px;
    --max-width-2: 1820px;
}
*, ::after, ::before {
    box-sizing: border-box;
}
html {
	-webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Merriweather';
    font-size: 16px;
    line-height: 1.1;
    font-family: 'Articulat CF';
    visibility: visible;
    background-color: #fff;
    color: #0B4255;
}

body.noscrol {
    overflow: hidden;
    transition: all 400ms ease;
}

header,
.container,
section,
a,
input {
    transition: all 400ms ease;
}

h1,
h2,
h3,
h4 {
    line-height: 1;
    display: inline-block;
}
h1 span {
    /* color: #DF2935; */
}

p,
select,
ul li {
    /* color: #010101; */
    
}

p {}

img {
    max-width: 100%;
    height: auto;
}

a {
    /* color: #2A2A2A; */
    text-decoration: none;
    

}

.section {
    position: relative;
}

.navbar-brand:focus,
.navbar-brand:hover {
    color: #fff;
}

.bodoverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 33%);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.bodoverlay.actve {
    visibility: visible;
    opacity: 1;
    z-index: 6;
}

.modalc {
    /*  margin: 70px auto;*/
    padding: 6rem 0;
    background: #F6F6F6;
    border-radius: 20px;
    width: 40%;
    position: absolute;
    transition: all .2s linear;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.modalc .close {
    position: absolute;
    top: -9px;
    right: 10px;
    transition: all 200ms;
    font-size: 41px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    background-color: unset;
    border: none;
}

.modalc .close:hover {
    color: #CFA33F;
}

.modalc .content {
    max-height: 30%;
    overflow: auto;
}

.modalc .contmsgmo .csmsgm {
    text-align: center;
    padding: 0 1rem;
}

.modalc .contmsgmo .csmsgm iframe {
    width: 100%;
    height: 100%;
}

.modalc .contmsgmo .csmsgm h2 {
    font-size: 23px;
    color: #022031;
    margin-bottom: 1rem;
}
.modalc .contmsgmo .csmsgm h2 span {
    /* color: #0165A0; */
}

.modalc .contmsgmo .csmsgm p {
    color: #022031;
    margin-bottom: 0;
    font-size: 20px;
}


.loadern {
    position: absolute;
    right: 2rem;
    top: 2rem;
    z-index: 3;
}


body {}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
}
.container-fluid {
    max-width: var(--max-width);
}
.container-fluid-m {
    max-width: var(--max-width-2);
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
}
@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
}

/* custom scrollbar */
.scrolcusto::-webkit-scrollbar {
    width: 20px;
}
.scrolcusto::-webkit-scrollbar-track {
    background-color: transparent;
}
.scrolcusto::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}
.scrolcusto::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}

.headn {
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    margin-top: 0;
    background-color: #1F2330;
}

.headn .navbar-expand-lg {
    /* flex-direction: column; */
    /* margin-top: 1.2rem; */
    padding: 1rem 0;
    /* background-color: #022031; */
}
.headn .navbar-expand-lg > div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: flex-start;
    flex-grow: unset;
    position: unset;
    top: -3.1rem;
    z-index: 1;
}
.navbar-expand-lg .navbar-nav {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
}
.navbar>.container-fluid > div {
    /* flex: 1;
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    position: relative; */
}

.navbar-expand-lg .navbar-nav li a {
    color: rgba(36, 36, 36, 0.75);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}
.headn .navbar .container-fluid-m {
    max-width: var(--max-width-2);
}

.headn .navbar-nav .nav-item {
    margin-right: 3rem;
}
.headn .navbar-nav .nav-item:first-child {
    margin-top: -1.5rem;
}
.headn .navbar-nav .nav-item:first-child .svg {
    margin-left: -16px;
    margin-top: 31px;
    transform: rotate(59deg);
    color: #0165A0;
    text-align: center;
    font-size: 28.8px;
    font-style: normal;
    font-weight: 900;
    line-height: 110.922%;
    text-transform: uppercase;
}
.headn .navbar-nav .nav-item:last-child {
    position: unset;
    margin-right: 0;
    /* right: -56.7rem; */
    /* display: none; */
}
.headn .navbar-nav .nav-item a {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 110.922%; /* 19.966px */
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.headn .navbar-nav .nav-item a span {
    margin-top: 3px;
}
.headn .navbar-nav .nav-item a svg {
    margin-right: 10px;
}
.headn .navbar-nav .nav-item.abtn {
    margin-right: 0;
    display: none;
}
.headn .navbar-nav .nav-item.abtn a {
    color: #fff;
    padding: 10px 20px 8px;
}

.headn .navbar-nav .nav-item.abtn a:hover {
    color: #E2EEF3;
}
.headn .abtn {
    /* position: absolute;
    right: 8rem; */
    align-items: stretch;
    
}
.headn .abtn a {
    

}
.headn .abtn a:first-child  {
    margin-right: 1rem;
  
}
.headn .abtn a:first-child .img {
    display: flex;
    margin-right: 0;
    align-items: center;
}
.headn .abtn a:first-child .img > div {
    display: flex;
    flex-direction: column;
}
.headn .abtn a:first-child .img > div svg {
    margin-right: 0;
    margin-bottom: 5px;
}

.headn .abtn a.nobgn {
    
}
.headn .abtn a svg {
    margin-right: 0;
    display: none;
}
.headn .abtn a svg path {
    transition: all 400ms ease;
}
.headn .abtn a:hover svg path {
    
}
.headn .abtn a span {
   
}
.headn .abtn a .dekmn {
    
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    /* justify-content: center; */
}

.abtn {
    display: flex;
    align-items: center;
}

.abtn a {
    transition: all 400ms ease;
    background-color: #EA4803;
    border-radius: 3px;
    color: #E9EBF2;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.36px;
    padding: 14px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.abtn a:hover, .abtn a.nobgn:hover {
    /* background-color: #e089ff99;
    color: #FDFEFD;
    outline: 3px solid #e089ff99; */
}
.abtn a:hover svg path, .abtn a.nobgn:hover svg path {
    /* fill: #FDFEFD; */
    transition: all 400ms ease;
}
.abtn a:first-child {
    margin-right: 1rem;
    background-color: #F05A28;
    /* font-size: 20px; */
}
.abtn a:first-child .img {
    /* display: none; */
}

.abtn a.nobgn {
    background-color: transparent;
    border: 1.5px solid #2D71EF;
}

.abtn a.nobgn:hover {
}
.abtn a.nobgn .img {
    position: absolute;
    left: 0;
}
.abtn a:last-child {}

.abtn a span {
    line-height: normal;
    display: block;
}
.abtn a .img {
    margin-right: 10px;
}
.logo-wrap {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    left: 0;
    /*right: 0;
    text-align: center;*/
}
.logo-wrap .abtn {
}
.logo-wrap a img {
   
}
.logo-wrap a svg:first-child {
    margin-right: -15px;
}

.headn .scbtnwrap {
    display: flex;
    align-items: center;
    gap: 3em;
}
.headn .scbtnwrap .scbtn {
    display: flex;
    align-items: center;
}
.headn .scbtnwrap .scbtn .dblock:first-child {
    border-right: 1px solid #fff;
    margin-right: 8px;
    padding-right: 8px;
}
.headn .scbtnwrap .scbtn span {
    color: #E9EBF2;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.24px;
}
.headn .scbtnwrap .scbtn .dblock:nth-child(2) {
    opacity: .3;
}


.main {
    
}

.banimg picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banimg picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.marque-wrap {
    background-color: #F46036;
    position: relative;
    overflow: hidden;
}

.marque-wrap div {}

.marque-wrap div img {}

.marque-wrap div span {
    color: #E9EBF2;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.4px;
}

#marquel-wrap {
    max-width: 1920px !important;
    margin: 0 auto;
}

.default-content-container {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    min-height: 0;
}

.marquel-wrap {
    width: 100vw;
}

.marquel-wrap>div>div {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
}

.marquee-wrapper {
    display: inline-flex;
    white-space: nowrap;
}

.marqueen {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    position: relative;
    transform: translate3d(0%, 0, 0);
    animation-name: marqueen;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 20s;
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
}

.marqueen div {
    display: inline-flex;
    width: auto;
    margin: 0 2rem;
    padding: 0.6em 0;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-radius: 16px;
    overflow: hidden;
    align-items: center;
}

.marqueen div img {
    /* height: 50px; */
}

@keyframes marqueen {
    0% {
        transform: translate3d(0%, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}


.sec1-wrap {
    padding: 7rem 0 9rem;
    background-color: #1F1F1F;
    z-index: 1;
    overflow: hidden;
}
.sec1-wrap .sec1 {
}
.sec1-wrap .sec1 .container-fluid-m {
    max-width: var(--max-width-2);
}
.sec1-wrap .sec1 .container-fluid .row {
    /* position: relative; */
    /* align-items: flex-end; */
}
.sec1-wrap .sec1 .container-fluid .row > div:nth-child(1) {
    
}
.sec1-wrap .sec1 .container-fluid .row > div:nth-child(2) {
    padding: 0;
}
.sec1-wrap .sec1 .bannner-wrap {
    /* position: relative; */
    z-index: 1;
    /* padding-top: 9rem; */
}

.sec1-wrap .sec1 .bannner-wrap .btxt {
   
}
.sec1-wrap .sec1 .bannner-wrap .btxt > span {
    color: #E9EBF2;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%; /* 28.8px */
    letter-spacing: -0.96px;
}

.sec1-wrap .sec1 .bannner-wrap .btxt h1 {
    color: #E9EBF2;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%; /* 57.6px */
    letter-spacing: -1.92px;
    margin: .8rem 0 2.5rem;
}
.sec1-wrap .sec1 .bannner-wrap .btxt h1 span {
    background-color: #F46036;
}
.sec1-wrap .sec1 .bannner-wrap .btxt > p {
   
}
.sec1-wrap .sec1 .bannner-wrap .btxt .abtn {
    /* justify-content: center; */
}
.sec1-wrap .sec1 .bannner-wrap .btxt .abtn a {
   
}
.sec1-wrap .sec1 .bannner-wrap .btxt .img {
    margin: 1rem 0 2rem;
}
.sec1-wrap .sec1 .bannner-wrap .bqout {
    position: relative;
    display: inline-block;
}
.sec1-wrap .sec1 .bannner-wrap .bqout .text {
    position: absolute;
    top: 66%;
    left: 100%;
    transform: translate(-100%, -66%);
    width: 62%;
}
.sec1-wrap .sec1 .bannner-wrap .bqout a {
    color: #1F2330;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%; /* 25.2px */
    letter-spacing: -0.84px;
}
.sec1-wrap .sec1 .bannner-wrap .bqout a span {
    color: #F46036;
}
.sec1-wrap .sec1 .bannner-wrap .bpimg {

}
.sec1-wrap .sec1 .bannner-wrap .bpimg img {
    position: absolute;
}






.sec2-wrap {
    /* overflow: hidden; */
    padding: 6rem 0;
}
.sec2-wrap .sec2 {
    
}
.sec2-wrap .sec2 .offerwrap {
    
}
.sec2-wrap .sec2 .offerwrap h2 {
    color: #1F2330;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 85%; /* 54.4px */
    letter-spacing: -1.92px;
    display: block;
    margin-bottom: 3rem;
}
.sec2-wrap .sec2 .offerwrap h2 span {
    color: #152F86;
}
.sec2-wrap .sec2 .offerwrap .cta {
    border-radius: 20px;
    background-color: #152F86;
    position: relative;
    overflow: hidden;
    height: 34rem;
}
.sec2-wrap .sec2 .offerwrap .cta .row > div:nth-child(1) {
    padding: 3rem 4.5rem;
}
.sec2-wrap .sec2 .offerwrap .cta .icons {
    margin-bottom: 5rem;
}
.sec2-wrap .sec2 .offerwrap .cta h3 {
    color: #E9EBF2;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%; /* 57.6px */
}
.sec2-wrap .sec2 .offerwrap .cta p {
    margin-bottom: 0;
    color: #F46036;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%; /* 28.8px */
}
.sec2-wrap .sec2 .offerwrap .cta .img {
    text-align: right;
}
.sec2-wrap .sec2 .offerwrap .cta .img img {
    position: absolute;
    right: -7rem;
    top: -15rem;
}
.sec2-wrap .sec2 .offerwrap .cta .feat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4rem;
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
}
.sec2-wrap .sec2 .offerwrap .cta .feat > div {
    display: flex;
    align-items: center;
}
.sec2-wrap .sec2 .offerwrap .cta .feat span {
    color: #E9EBF2;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 20px */
    letter-spacing: -0.4px;
    margin-left: 1.5rem;
}


.glide__arrows {
}
.glide__arrows button {
    border: none;
    box-shadow: none;
    top: 71%;
}



.sec3-wrap {
    padding: 4rem 0;
}
.sec3-wrap .sec3 {

}
.sec3-wrap .sec3 .container-fluid .row {
    justify-content: space-between;
}
.sec3-wrap .sec3 .container-fluid .row > div:nth-child(2) {
    border-radius: 20px;
    background-color: #E9EBF2;
    display: flex;
}
.sec3-wrap .sec3 .cqoute {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 6rem;
}
.sec3-wrap .sec3 .cqoute .svg {
    margin-bottom: 1.5rem;
}
.sec3-wrap .sec3 .cqoute p {
    margin-bottom: 0;
    color: #2D71EF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 90%; /* 36px */
    letter-spacing: -0.8px;
}



.cform {
    width: 92%;
}
.cformwrap {

}
.cformwrap > span {
    color: #1F2330;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%; /* 14.4px */
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
.cformwrap h2 {
    color: #1F2330;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%; /* 57.6px */
    letter-spacing: -1.28px;
    margin: 1.5rem 0 1.5rem;
}
.cformwrap h2 span {
    color: #152F86;
}

.cformwrap form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: .5rem 1rem;
    position: relative;
}
.cformwrap form .formctrl {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    flex: 1 0 41%;
    position: relative;
}
.cformwrap form .formctrl:nth-child(7) {
    flex: 0 49%;
}
.cformwrap form .formctrl:nth-child(8) {
    flex: 0 100%;
    gap: 1.5rem 0;
}
.cformwrap form .formctrl > label {
    color: #1F2330;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 16px */
    letter-spacing: -0.32px;
    margin-bottom: 10px;
}

.cformwrap form .formctrl > div {
    display: flex;
}

.cformwrap form .formctrl input, .cformwrap form .formctrl select, .cformwrap form .formctrl textarea {
    border: 1px solid #1F2330;
    background-color: transparent;
    border-radius: 3px;
    color: #1F2330;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.32px;
    padding: 1rem;
    width: 100%;
}
.cformwrap form .formctrl input.errorfrm {
    border: 1px solid red;
}
.cformwrap form .formctrl .svg {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 2rem 1rem 0;
}
.cformwrap form .formctrl .svg svg {
    color: #ea4803;
}
.cformwrap form .formctrl input::placeholder,
.cformwrap form .formctrl select::placeholder,
.cformwrap form .formctrl textarea::placeholder {
    color: #D9D9D9;
}

.cformwrap form .formctrl select {}

.cformwrap form .formctrl textarea {
    flex: unset;
}
.cformwrap form .formctrl .radwrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0;
}
.cformwrap form .formctrl .radwrap > div {
    display: flex;
    align-items: center;
}
.cformwrap form .formctrl .radwrap > div:first-child {
    margin-right: 2rem;
}
.cformwrap form .formctrl .radwrap > div label input {
    position: absolute;
    left: -9999px;
}
.cformwrap form .formctrl .radwrap > div label span {
    display: flex;
    align-items: center;
    border-radius: 99em;
    transition: 0.25s ease;
    cursor: pointer;
}
.cformwrap form .formctrl .radwrap > div label input:checked {
    
}
.cformwrap form .formctrl .radwrap > div label input:checked+span {
}

.cformwrap form .formctrl .radwrap>div label input:checked+span:before {
    box-shadow: inset 0 0 0 0.5375em #F46036;
}
.cformwrap form .formctrl .radwrap>div label span::before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #E9EBF2;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    margin-right: .5rem;
    transition: 0.25s ease;
    outline: 3px solid #E9EBF2;
    box-shadow: inset 0 0 0 1px #E9EBF2;
}
.cformwrap form .formctrl .imgarrodw {
    position: absolute;
    right: 1rem;
    top: 3rem;
}
.cformwrap form .frmsbtnwrap {
    width: 100%;
    /* text-align: right; */
    position: relative;
    margin-top: 2.5rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
}

.cformwrap form .frmsbtnwrap label {
    display: flex;
}
.cformwrap form .frmsbtnwrap p {
    margin-bottom: 0;
    color: #1F2330;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 14px */
    letter-spacing: -0.28px;
}

.cformwrap form .frmsbtnwrap input, .cformwrap form .frmsbtnwrap span, .cformwrap form .frmsbtnwrap button {
    border-radius: 3px;
    border: unset;
    background-color: #2D71EF;
    color: #E9EBF2;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.36px;
    padding: 1rem 4rem;
    /* display: none; */
    cursor: pointer;
}
.cformwrap form .frmsbtnwrap span.backbtn, .cformwrap form .frmsbtnwrap button.backbtn {
    background-color: transparent;
    color: #EA4803;
    display: none;
}
.cformwrap form .formctrl .radselc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


@media only screen and (max-width:1800px) {
    
}
@media only screen and (max-width:1700px) {
    .headn .navbar-nav .nav-item {
        /* margin-right: 1.5rem; */
    }
    .headn .abtn a {
        /* font-size: 16px; */
    }
   
}

@media only screen and (max-width:1600px) {
    .logo-wrap {
        left: 1rem;
    }
}

@media only screen and (max-width:1500px) {
    .headn .abtn a {
        /* font-size: 24px; */
    }
    .headn .navbar-nav .nav-item a {
        font-size: 16px;
    }
    .menub div {
        width: 36px;
        height: 2px;
        background-color: #fff;
        margin: 9px 0;
        border-radius: 10px;
        transition: all 200ms ease;

    }

    .toggle .menub {
        transform: rotate(4deg);
        position: relative;
        top: 8px;
        z-index: 4;
       
    }

    .toggle .menub div {
        background-color: #fff;
    }

    .toggle .menub div:first-child {
        transform: rotate3d(1, 1, 1, 53deg);
        -webkit-transform: rotate3d(1, 1, 1, 53deg);
        -moz-transform: rotate3d(1, 1, 1, 53deg);
        -ms-transform: rotate3d(1, 1, 1, 53deg);
        -o-transform: rotate3d(1, 1, 1, 53deg);
    }

    .toggle .menub div:last-child {
        opacity: 0;
    }

    .toggle .menub div:nth-child(2) {
        transform:rotate3d(4, 1, 5, 291deg) translate(10px, -10px);
        margin-left: 0px;
        width: 38px;
        -webkit-transform:rotate3d(4, 1, 5, 291deg) translate(10px, -10px);
        -moz-transform:rotate3d(4, 1, 5, 291deg) translate(10px, -10px);
        -ms-transform:rotate3d(4, 1, 5, 291deg) translate(10px, -10px);
        -o-transform:rotate3d(4, 1, 5, 291deg) translate(10px, -10px);
    }

    .navbar-expand-lg .navbar-toggler {
        display: block !important;
        border: none;
    }

    .navbar-expand-lg .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }

    .navbar-expand-lg .navbar-collapse {
        display: block !important;
        transition: all 40ms ease;
        height: 0;
        opacity: 0;
        visibility: hidden;
        position: relative;
    }

    .navbar-expand-lg .navbar-collapse.show {
        display: block !important;
        opacity: 1;
        visibility: visible;
        z-index: 2;
        height: 7rem;
    }
    .headn .navbar-expand-lg {
        /* margin-top: 1.5rem; */
    }
    .headn .navbar-expand-lg .container-fluid, .headn .navbar-expand-lg .container-fluid .hednavbtn {
        /* display: block;
        position: relative;
        margin-top: 0; */
    }

    .navbar-expand-lg .navbar-nav {
        justify-content: center;
        position: relative;
        top: 4.65rem;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        /* background-color: #FF7A19; */
        border-radius: 35px;
        padding: 1rem 0;
    }

    .navbar-expand-lg .navbar-nav li {
        padding: 0 .6rem;
    }
    
    .headn .navbar-nav .nav-item a {
        /* color: #404040; */
    }
    .headn .navbar-nav .nav-item a svg path {
        /* fill: #FF7A19; */
    }
    
    .logo-wrap {
        /* display: flex;
        align-items: center;
        justify-content: space-between; */
        /* position: relative; */
        z-index: 1;
    }
    .logo-wrap a img {
        
    }

    .headn .abtn {
        /* position: absolute; */
        z-index: 2;
        top: 13px;
        right: 1rem;
        align-items: unset;
        margin-right: 0;
    }
    .headn .abtn a {
      
    }
    
    .headn .navbar-nav .nav-item.abtn a {
        padding: 1rem 1.5rem;
        margin-right: 0;
    }
    .headn .abtn {
    }
    .headn .abtn a {
       
    }
    
    .headn .abtn a:first-child {
        /* font-size: 16px; */
    }
    .headn .abtn a:first-child .img > svg {
        width: 50px;
    }
    .headn .abtn a:nth-child(2) {
        
    }
    
    .abtn a .img {
        
    }
    .abtn a:first-child {
        
    }
    .abtn a:first-child .img {
        display: flex;
    }
    .abtn a:nth-child(2) .img svg {
        width: 3.5rem;
    }
    .abtn a span {
        
    }
    .abtn a.nobgn:after {
        content: unset;
    }

   
 
 
    
}
@media only screen and (max-width:1485px) {
   
}
@media only screen and (max-width:1400px) {
   .sec1-wrap .sec1 .bannner-wrap .bqout .text {
        top: 70%;
        transform: translate(-100%, -70%);
   }
   .sec1-wrap .sec1 .bannner-wrap .bqout a {
        font-size: 2vw;
   }
   .sec1-wrap .sec1 .bannner-wrap .btxt > span {
        font-size: 30px;
   }
   .sec1-wrap .sec1 .bannner-wrap .btxt h1 {
        font-size: 60px;
   }
  

}
@media only screen and (max-width:1382px) {
    

}
@media only screen and (max-width:1366px) {
    .sec1-wrap .sec1 .bannner-wrap .bpimg img {
        position: absolute;
        object-fit: cover;
        width: 53rem;
    }
}

@media only screen and (max-width:1300px) {
    .sec2-wrap .sec2 .offerwrap .cta {
        height: 36rem;
    }
    .sec2-wrap .sec2 .offerwrap .cta h3 {
        /* font-size: 55px; */
    }
    .sec2-wrap .sec2 .offerwrap .cta .img img {
        right: -10rem;
    }
    .sec2-wrap .sec2 .offerwrap .cta .feat {
        /* padding: 1rem 4rem 0;
        position: relative; */
        gap: 1rem;
    }
    .sec2-wrap .sec2 .offerwrap .cta .feat span {
        font-size: 16px;
    }
    .sec3-wrap .sec3 .cqoute {
        padding: 0 3rem;
    }

   
    
}

@media only screen and (max-width:1200px) {
    .logo-wrap a img {
        /* width: 24rem; */
    }
    .headn .abtn {
        top: 7px;
    }
    .headn .abtn a {
        /* font-size: 16px; */
    }
    .hsocial div {
        display: inline-flex;
    }
    .hsocial a svg {
        /* width: 2.8rem; */
    }
    .sec2-wrap .sec2 .offerwrap .cta h3 {
        font-size: 55px;
    }
    .sec2-wrap .sec2 .offerwrap .cta .img img {
        right: -7rem;
        object-fit: cover;
        width: 46rem;
        top: -9rem;
    }
   
  
    
   
}
@media only screen and (max-width:1152px) {
    
}
@media only screen and (max-width:1100px) {
    .cformwrap h2 {
        font-size: 45px;
    }
    .sec1-wrap .sec1 .bannner-wrap .bpimg img {
        width: 46rem;
    }
}
@media only screen and (max-width:1079px) {
    
}
@media only screen and (max-width:1024px) {
   
}
@media only screen and (max-width:1007px) {
    
}

@media only screen and (max-width:991px) {
    .headn .abtn a:first-child {
        /* font-size: 12px; */
    }
    .headn .abtn a:first-child .img > svg {
        /* width: 40px; */
    }
    .headn .abtn a:first-child .img > div svg {
        /* width: 89px; */
    }
    .headn .abtn a {
        /* padding: 2px 1rem; */
    }
    .logo-wrap {
        left: 1rem;
    }
    .logo-wrap a img {
        
    }
    .headn .abtn {
        top: 1.5rem;
    }
    .banimg picture, .banimg picture img {
        /* position: unset; */
    }
    .headn .scbtnwrap .scbtn {
        display: none;
    }
    .sec1-wrap {
        padding: 5rem 0;
    }
    .sec1-wrap .sec1 .bannner-wrap .bpimg {
        margin-bottom: 3rem;
    }
    .sec1-wrap .sec1 .bannner-wrap .bpimg img {
        width: auto;
        position: unset;
    }
    .sec1-wrap .sec1 .bannner-wrap .bqout a {
        font-size: 28px;
    }
    .sec1-wrap .sec1 .bannner-wrap .row {
        flex-direction: column-reverse;
    }
    .sec2-wrap .sec2 .offerwrap .cta {
        height: auto;
    }
    .sec2-wrap .sec2 .offerwrap .cta .row > div:nth-child(1) {
        position: relative;
        z-index: 1;
    }
    .sec2-wrap .sec2 .offerwrap .cta h3 {
        font-size: 64px;
    }
    .sec2-wrap .sec2 .offerwrap .cta .img {
        text-align: center;
        margin-top: -14rem;
    }
    .sec2-wrap .sec2 .offerwrap .cta .img img {
        position: unset;
        width: auto;
    }
    .sec2-wrap .sec2 .offerwrap .cta .feat {
        flex-wrap: wrap;
    }
    .sec2-wrap .sec2 .offerwrap .cta .feat > div {
        display: flex;
        flex: 1 0 36%;
        align-items: center;
    }
    .sec3-wrap .sec3 .container-fluid .row > div:nth-child(2) {
        border-radius: unset;
        background-color: transparent;
    }
    .sec3-wrap .sec3 .cqoute {
        border-radius: 20px;
        background-color: #E9EBF2;
        margin-top: 3rem;
        padding: 6rem;
    }
   
}

@media only screen and (max-width:812px) {
    .headn .abtn {
        /* position: relative;
        right: 0;
        top: -0.5rem; */
    }
    .headn .abtn a:first-child {
        /* font-size: 12px;
        position: absolute;
        right: 0;
        top: -4rem;
        margin-right: 0; */
    }
    .headn .abtn a:nth-child(2) {
        /* flex: 1;
        border-radius: unset;
        margin: 15px -6px 0;
        padding: 14px 1rem; */
    }
    
  
}
@media only screen and (max-width:768px) {
  
    
}
@media only screen and (max-width:767px) {
    .logo-wrap a svg {
        /* width: 8rem; */
    }

    .headn .abtn {
    }

    .headn .abtn a {
        /* font-size: 14px; */
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
    }
    .headn .navbar-nav .nav-item:first-child {
        margin-top: 0;
        position: relative;
    }
    .headn .navbar-nav .nav-item:first-child .svg {
        position: absolute;
        right: -13px;
        margin: 0;
        bottom: -15px;
    }
    .navbar-expand-lg .navbar-collapse.show {
        height: 11rem;
    }
   
   
   
   
}
@media only screen and (max-width:740px) {
  
}
@media only screen and (max-width:700px) {
    .headn .abtn {
        /* display: none; */
    }
    .flip-number {
        /* font-size: 93px; */
        padding: 0 .7rem;
    }
   
}

@media only screen and (max-width:600px) {
    .headn {
        /* overflow: hidden; */
    }
    .headn.scroln .navbar-expand-lg {
        /* position: fixed; */
        top: 0;
        left: 0;
        right: 0;
        z-index: 4;

    }
    
    .navbar-expand-lg .navbar-collapse {
        width: 100%;
        /* position: absolute; */
        left: 0;
    }
    .logo-wrap {
        justify-content: space-between;
        right: 0;
        text-align: left;
        z-index: -1;
        top: 0;
    }
    .headn .abtn a:nth-child(2) {
        /* margin: 15px -13px 0; */
    }
    .sec1-wrap {
        padding: 0 0 3rem;
    }
    .sec1-wrap .sec1 .bannner-wrap .bpimg {
        margin-bottom: 1rem;
    }
    .sec2-wrap .sec2 .offerwrap .cta .img {
        text-align: center;
        margin-top: -6rem;
    }
    

}

@media only screen and (max-width:586px) {}

@media only screen and (max-width:575px) {}

@media only screen and (max-width:560px) {}

@media only screen and (max-width:554px) {}

@media only screen and (max-width:540px) {
    .logo-wrap a img {
        /* width: 19rem; */
    }
    .abtn {
        
    }
    .abtn a:first-child {
        /* margin-right: 0;
        margin-left: -1.4rem; */
    }
    .headn .navbar-expand-lg {
        padding: 1.5rem 0;
    }
    .headn .abtn a:first-child {
        margin-left: 0;
    }
    
    .headn {
        /* padding: 2rem 0; */
        margin-top: 0;
    }
    .headn .abtn {
        /* margin-right: 2rem; */
    }
    .headn .abtn a {
        width: auto;
        padding: 6px 9px;
    }
    .headn .hedtop {
        padding: .5rem 0;
    }
    .hsocial {
        position: unset;
        left: 0;
        right: 0;
        top: 6.6rem;
        z-index: 4;
        text-align: center;
    }
    .hsocial div {
        justify-content: center;
        padding: 0 1rem;
        background-color: #fff;
        border-radius: 33.332px;
        filter: drop-shadow(0px 0px 13.1px rgba(0, 0, 0, 0.25));
    }
    .hsocial a svg {
        /* width: 2.5rem; */
    }
    .headn .abtn a:first-child {
        
    }
    .headn .abtn a:first-child .img > svg {

    }
    .logo-wrap {
        top: -8px;
    }
 
   
   

}

@media only screen and (max-width:525px) {}

@media only screen and (max-width:490px) {}

@media only screen and (max-width:483px) {}

@media only screen and (max-width:480px) {}

@media only screen and (max-width:460px) {}

@media only screen and (max-width:452px) {}

@media only screen and (max-width:440px) {}

@media only screen and (max-width:430px) {
    .headn .navbar-expand-lg {
        /* padding: 0.5rem 0; */
        padding: 1.2rem 0;
    }
    .navbar-expand-lg .navbar-nav {
       
    }
    .headn .navbar-nav .nav-item {
    }
    .abtn a {
        /* padding: 10px 0;
        width: 100%; */
    }
    .headn .abtn {
        
    }
    .headn .abtn a {
        font-size: 20px;
        font-size: 3.55vw;
        padding: 9px;
    }
    .headn .abtn a:first-child {
        /* margin-right: 8px;
        margin-bottom: 0; */
        top: -3rem;
        margin-right: 10px;
    }
    .headn .abtn a:first-child span {
        display: none;
    }
    .headn .abtn a:first-child svg {
        display: flex;
    }
    .headn .abtn a:nth-child(2) {
        /* margin: 6px -14px 0; */
        padding: 9px 12px;
    }
    .headn .abtn a:nth-child(2) svg {
        width: 21px;
        margin-right: 5px;
    }
    .logo-wrap {
        /* margin-left: 2rem; */
    }

    .logo-wrap a {}

    .logo-wrap a img {
        width: 4rem;
    }
    .logo-wrap a svg {
        width: 9rem;
    }
    .headn .announcement span {
        display: block;
        width: 81%;
        margin: 0 auto;
        font-size: 15px;
    }
    .headn .hedtop {
        display: none;
    }
    .headn .navbar-nav .nav-item a {
        position: relative;
        font-size: 18px;
    }
    .headn .navbar-nav .nav-item a .svg {
        position: absolute;
    }
    .headn .navbar-nav .nav-item a span {
        /* margin-left: 2.5rem; */
    }
    .headn .hedtop .hsocial-wrap span {
        font-size: 14px;
        margin-right: 0;
        margin-bottom: 1rem;
        top: 0;
    }
    .navbar-expand-lg .navbar-collapse.show {
        height: 13rem;
    }


    .marqueen div {
        margin: 0 1.5rem;
        padding: .5rem 0;
        grid-column-gap: 14px;
    }
    .marque-wrap div span {
        font-size: 16px;
        margin-top: 3px;
        font-size: 3.72vw;
    }
    .sec1-wrap .sec1 .bannner-wrap .btxt > span {
        font-size: 27px;
        font-size: 6.25vw;
    }
    .sec1-wrap .sec1 .bannner-wrap .btxt h1 {
        font-size: 41px;
        font-size: 9.55vw;
    }
    .sec1-wrap .sec1 .bannner-wrap .bqout a {
        font-size: 20px;
        font-size: 4.64vw;
    }
    .sec2-wrap {
        padding: 3rem 0;
    }
    .sec2-wrap .sec2 .offerwrap h2 {
        font-size: 42px;
        font-size: 9.8vw;
        margin-bottom: 2rem;
    }
    .sec2-wrap .sec2 .offerwrap .cta .row > div:nth-child(1) {
        padding: 2rem 2.5rem;
    }
    .sec2-wrap .sec2 .offerwrap .cta .icons {
        margin-bottom: 2.5rem;
    }
    .sec2-wrap .sec2 .offerwrap .cta h3 {
        font-size: 48px;
        font-size: 11.2vw;
    }
    .sec2-wrap .sec2 .offerwrap .cta p {
        font-size: 30px;
        font-size: 7vw;
    }
    .sec2-wrap .sec2 .offerwrap .cta .img {
        margin-top: -4rem;
        margin-bottom: 5rem;
    }
    .sec2-wrap .sec2 .offerwrap .cta .feat {
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0;
    }
    .sec2-wrap .sec2 .offerwrap .cta .feat span {
        font-size: 3.72vw;
    }
    .cform {
        width: auto;
    }
    .cformwrap form .formctrl, .cformwrap form .formctrl:nth-child(7) {
        flex: 1 0 60%;
    }
    .cformwrap form .formctrl .radselc label {
        flex: 1;
    }
    .cformwrap h2 {
        font-size: 42px;
        font-size: 9.75vw;
    }
    .cformwrap > span {
        font-size: 3.25vw;
    }
    .sec3-wrap {
        padding: 0 0;
    }
    .cformwrap form .frmsbtnwrap {
        flex-direction: column;
        align-items: unset;
    }
    .cformwrap form .frmsbtnwrap p {
        text-align: center;
    }
    .cformwrap form .formctrl .radselc {
        gap: 1rem;
    }
    .cformwrap form .frmsbtnwrap input, .cformwrap form .frmsbtnwrap span, .cformwrap form .frmsbtnwrap button {
        flex: 1;
    }
    .sec3-wrap .sec3 .cqoute {
        padding: 6rem 3rem;
    }
    .sec3-wrap .sec3 .cqoute p {
        font-size: 32px;
        font-size: 7.43vw;
    }
    .sec3-wrap .sec3 .cqoute .svg svg {
        width: 75px;
    }
    
        
    
}

@media only screen and (max-width:420px) {}

@media only screen and (max-width:414px) {
    .cformwrap form .formctrl > label, .cformwrap form .formctrl input, .cformwrap form .formctrl select, .cformwrap form .formctrl textarea {
        font-size: 15px;
        font-size: 3.62vw;
    }
}

@media only screen and (max-width:414px) and (min-height:896px) {}

@media only screen and (max-width:412px) {}

@media only screen and (max-width:412px) and (min-height:915px) {}

@media only screen and (max-width:412px) and (min-height:786px) {}

@media only screen and (max-width:393px) {}

@media only screen and (max-width:390px) {
    .logo-wrap a img {
        /* width: 203px; */
    }

    .headn .abtn {
    }

    .headn .abtn a {
        /* padding: 4px 8px; */
    }
    .headn .abtn a:first-child {
        /* top: -2.6rem; */
    }
    .headn .abtn a:nth-child(2) .img svg {
        
    }
    .abtn a {
        font-size: 16px;
    }
 
    
   
}

@media only screen and (max-width:384px) {}

@media only screen and (max-width:375px) {
    .logo-wrap a img {
    }
    
  
}

@media only screen and (max-width:375px) and (max-height:667px) {}

@media only screen and (max-width:360px) {
  
    
}

@media only screen and (max-width:320px) {
    .sec3-wrap .sec3 .cqoute {
        padding: 5rem 2rem;
    }
}

@media only screen and (max-width:280px) {
    .logo-wrap a img {
        width: 97px;
    }
    .logo-wrap a svg {
        width: 7rem;
    }
   
  
 
}
