body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 17px;
    line-height: 28px;
    background: #f4ede4
}

html,
body {
    height: 100%;
}

.main-wrapper {
    position: relative;
    overflow: hidden
}

img {
    height: auto;
}

ul,
ol,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    color: #1A2050;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: 0.2px;
}

a:hover {
    text-decoration: none;
    color: #4e4e4e;
}

a:focus,
input:focus,
button:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
    display: block
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #04184a;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 15px
}

h1,
.h1 {
    font-size: 55px;
    line-height: 125%;
}

h2,
.h2 {
    font-size: 34px;
    line-height: 130%;
}

h3,
.h3 {
    font-size: 36px;
    line-height: 45px;
}

h4,
.h4 {
    font-size: 30px;
    line-height: 35px
}

h5,
.h5 {
    font-size: 25px;
    line-height: 30px;
}


h6,
.h6 {
    font-size: 22px;
    line-height: 26px
}

p {
    margin-bottom: 20px;
}



p:last-child {
    margin-bottom: 0 !important;
}

button {
    border: none;
    transition: all 0.4s ease 0s
}

.font_lexend {
    font-family: 'Poppins', sans-serif;
}

.semi_bold {
    font-weight: 600
}

.section,
section {
    padding: 80px 0
}

.container.wide {
    max-width: 1270px
}

.container.smalls {
    max-width: 1000px
}

.container {
    max-width: 1230px
}

.header {
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;

}

@keyframes slide-out--up {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-100%)
    }
}

@keyframes slide-out--up {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-100%)
    }
}


@keyframes slide-in--down {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

.header.is-fixed {
    background-color: transparent;
    position: fixed;
    border-bottom: none;
    box-shadow: none;
    animation: slide-in--down 420ms cubic-bezier(.165, .84, .44, 1);
    padding: 5px
}

.header.is-fixed .header-inn {
    background: #fff;
    border-radius: 100px;
    padding: 10px 30px;
    box-shadow: 0 4px 40px rgba(0, 0, 0, .08)
}

.scrollLogo {
    display: none
}

.header.is-fixed .scrollLogo {
    display: block;
    width: 90px
}
.darklogo{
	display:none
}
.header.is-fixed .whitelogo {
   display:none
}
.header.is-fixed .darklogo{
	display:block
}
.header.is-fixed .mainmenu ul li a {
    color: #04184a
}

.header.is-fixed .header-btn {
    background: #0b3f58;
    color: #fff
}

.header.is-fixed .header-btn:hover {
    background: #ffb100;
    color: #000;
    border-color: #ffb100;
}

.site-logo {
    width: 110px;
    margin-right: 50px;
}

.header-btn {
    display: inline-block;
    padding: 12px 15px;
    background: #fff;
    color: #0b3f58;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 5px;
    line-height: normal;
}

.header-btn:hover {
    background: #ffb100;
    color: #04184a
}

.cta-btn {
    display: inline-block;
    padding: 13px 30px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid transparent;
    border-radius: 5px
}

.btn_white {
    background: #fff;
    color: #0b3f58;
    border-color: #fff
}

.btn_white:hover {
    background: #ffb100;
    color: #04184a;
    border-color: #ffb100
}

.mainmenu li {
    display: inline-block;
    margin-right: 20px
}

.mainmenu li:last-child {
    margin-right: 0
}

.mainmenu li a {
    font-size: 14px;
    color: #fff;
    position: relative;
	text-transform:uppercase
}

.footer-menu ul li a {
    position: relative;
	text-transform:uppercase
}

.mainmenu li a::after,
.footer-menu ul li a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s;
}

.footer-menu ul li a::after {
    background-color: #1A2050
}

.mainmenu li a:hover::after,
.footer-menu ul li a:hover::after {
    transform-origin: bottom left;
    transform: scaleX(1);
}

.hero-area {
    background: #0b3f58;
    padding: 70px 0;
    padding-top: 150px
}

.hero-text .h1 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 70px;
}

.hero-text .h1 span {
    color: #ffb100
}

.hero-text p {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.hero-image video {
    max-width: 650px;
    max-height: 700px
}

.hero-text .cta-btn {
    margin-top: 5px;
    margin-bottom: 15px
}

.partner-logo {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.partner-logo li {
    margin: 10px;
}

.partner_heading {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.5px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px
}

.content-img video {
    max-width: 100%
}

.ps_5 {
    padding-left: 80px
}

.pe_5 {
    padding-right: 80px
}

.link_text {
    font-weight: 600;
    color: #0b3f58;
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 16px
}

.link_text em {
    margin-left: 10px
}

.link_text::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1.8px;
    bottom: 0;
    left: 0;
    background-color: #0b3f58;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s;
}

.link_text:hover::after {
    transform-origin: bottom left;
    transform: scaleX(1);
}

.link_text:hover {
    color: #0b3f58
}

.bg_whtie {
    background: #fff
}

.btn_default {
    background: #ffb100;
    color: #000;
    border-color: #ffb100
}

.btn_default:hover {
    background: #0b3f58;
    color: #fff;
    border-color: #0b3f58
}

.btn_border_default {
    border-color: #ffb100;
    background: transparent;
    color: #000
}

.btn_border_default:hover {
    background: #0b3f58;
    color: #fff;
    border-color: #0b3f58
}

.group_btn .cta-btn {
    margin: 0 5px
}

.group_btn {
    margin-top: 30px
}

.count_box {
    text-align: center
}

.count_box .title {
    font-size: 60px;
    color: #04184a;
    line-height: normal;
    margin-bottom: 15px
}

.count-area .container {
    max-width: 1100px
}

.cta-inner {
    position: relative
}

.cta-inner .c_shape {
    position: absolute
}

.shape_1 {
    left: 20px;
    top: -30px;
}

.shape_3 {
    bottom: -30px;
    left: 80px;
}

.shape_2 {
    top: 100px;
    left: -100px;
}

.shape_4 {
    right: 0;
    top: 100px;
}

.shape_6 {
    bottom: -60px;
    right: -100px;
}

.shape_5 {
    right: -50px;
}

.quote_text {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    font-style: italic;
    color: #000
}

.quote_video video {
    border-radius: 0;
    clip-path: inset(25px 0 25px 0 round 0 500px 500px 0);
}

.quote_meta {
    margin-top: 20px;
    margin-bottom: 20px
}

.quote_meta .title {
    font-weight: 600;
    color: #04184a;
    font-family: "Poppins", sans-serif;
    font-size: 14px
}

.quote_meta p {
    font-weight: 600;
    color: #000;
    font-size: 12px;
    line-height: 20px;
}

.quote_note p {
    font-size: 11px
}

.quote_note {
    margin-top: 30px;
    padding-bottom: 30px
}

.quote_video {
    position: relative;
    width: 700px;
    float: right;
}

.quote_video .play_btn {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 90px;
    height: 52px;
    border-radius: 7px;
    background: #0b3f58;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.text_white {
    color: #fff
}

.cta-area {
    background: #0b3f58;
    border: none;
    clip-path: ellipse(75% 100% at center top);
    height: auto;
    min-height: 300px;
    display: flex;
    align-items: center
}

.cta-inner.style2 .h3 {
    font-weight: 600
}

.cta-inner.style2 .btn_border_default {
    color: #ffb100
}

.btn_white_border {
    border-color: #fff;
    color: #fff
}

.btn_white_border:hover {
    background: #fff;
    color: #0b3f58
}

.text_yellow {
    color: #ffb100
}

.footer {
    padding: 60px 0;
    text-align: center
}

.footer-menu ul li {
    display: inline-block;
    margin: 0 15px
}

.footer-menu ul li a {
    font-size: 13px;
    font-weight: 600
}

.footerlogo {
    width: 130px;
    margin: 0 auto 20px;
    display: block
}

.copyright {
    font-size: 13px;
    margin-top: 20px;
    color: #1A2050;
    font-family: "Poppins", sans-serif
}

.header-toggle {
    display: none;
}

.header-toggle {
    height: 46px;
    width: 46px;
    text-align: center;
    margin-left: 10px;
}

.header-toggle span {
    height: 2px;
    width: 100%;
    background: #fff;
    display: block;
    margin-top: 5px;
    position: relative;
    transition: all 0.2s ease 0s;
    border-radius: 5px;
    margin-right: auto;
    margin-left: 0;
}

.header-toggle span:nth-child(1) {
    top: 4px;
}

.header-toggle span:nth-child(2) {
    top: 6px;
    width: 100%;
}

.header-toggle span:nth-child(3) {
    top: 8px;
}

#menu-toggle {
    width: 42px;
    height: 42px;
    display: block;
    position: relative;
    background: transparent;
    padding: 4px 12px;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
}

.mobile-quote-btn {
    display: none
}

.process-number {
    display: block;
    height: 100%;
    font-size: 80px;
    font-weight: 700;
    color: #ffb100;
    line-height: 100%;
    opacity: 0.7;
}
.innerprocess {
    padding-top: 80px;
}
.process_heading, .contact_heading {
    font-size: 44px;
}

.innerprocess ul{
    padding-left: 35px;
    counter-reset: item; 
}
.innerprocess ul li{
    list-style-type: none; /* Remove default list style */
            counter-increment: item; /* Increment the counter */
            position: relative; /* Position for pseudo-element */
            margin-bottom: 0.5rem; /* Space between list items */
}
.innerprocess ul li::before {
    content: counter(item, lower-alpha);
    color: #000;
    position: absolute;
    left: -40px;
    width: 30px;
    text-align: center;
    background: #ffb100;
    border-radius: 50%;
    font-size: 14px;
    margin-right: 10px;
    height: 30px;
}
.process_heading span, .contact_heading span, .cta-inner.style2 .h3 span{
    color:#ffb100
}
hr.wp-block-separator {
    border-width: 1px;
    margin: auto;
    border-color: #a29788;
}
.gform_required_legend{
    display: none;
}
.c_form {
    padding: 50px;
    background: #f4ede4;
    border-radius: 10px;
}
.c_form input[type="text"], .c_form textarea, .c_form select {
    border: none !important;
    box-shadow: none !important;
    height: 55px !important;
    padding: 10px 20px !important;
}
#input_1_9 {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
}
.c_form input[type="checkbox"]{
    border:none !important
}
.c_form textarea{
    min-height:160px !important
}
.gform_footer input[type="submit"] {
    display: inline-block !important;
    padding: 15px 25px !important;
    background: #fff !important;
    color: #0b3f58 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    border-radius: 5px !important;
    line-height: normal !important;
    background: #0b3f58 !important;
    color: #fff!important;
    border-color: #0b3f58 !important;
    box-shadow: none !important;
    transition: all 0.4s;
}
.gform_footer input[type="submit"]:hover{
    background: #ffb100 !important;
    color: #000 !important;
    border-color: #ffb100 !important
}
.gform_confirmation_message{
    text-align: center !important;
}
.partner-logo li {
    margin: 10px;
    text-align: center;
}
.partner-logo img, .partner-logo-slider img {
    height: 100px;
}
.henkaimg {
    width: 100%;
}
/*.henkaimg.leftborder {
    border-radius: 300px 0px 0px 300px;
}
.henkaimg.rightborder {
    border-radius: 0px 300px 300px 0px;
}*/
.hero-area img{
    border-radius: 20px;
}

/*Responsive*/

@media(max-width:1200px){
    h1, .h1 {
    font-size: 44px;
    line-height: 125%;
}
    .cta-inner .c_shape{
        display: none
    }
}
@media(max-width:991px) {
    .mobile-quote-btn {
        display: block
    }

    .header-action .header-btn {
        display: none
    }

    .mobile-quote-btn .header-btn {
        display: block;
        padding: 18px;
        text-align: center;
        justify-content: center;
        margin-top: 20px;
        background: #0b3f58;
        color: #fff;
        font-size: 14px
    }

    .banner-logos li img {
        height: 35px;
    }

    nav#menu {
        position: absolute;
        top: 99%;
        left: 0;
        width: 100%;
        display: block;
        z-index: 999;
        min-height: calc(100vh - 71px);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all;
    }

    nav#menu.active {
        opacity: 1;
        visibility: visible;
        transition: 0.3s all;
    }

    .mainmenu ul {
        text-align: left;
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: hidden;
        max-height: 0;
        background: #fff;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: auto;
        padding: 50px 20px;
    }

    nav#menu > ul > li {
        display: block !important;
        margin: 0 !important;
        padding: 0
    }

    nav#menu ul ul,
    nav#menu ul ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        padding: 0
    }

    nav#menu > ul > li > span {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 16px;
        z-index: 2;
    }

    nav#menu ul ul.sub-menu.active {
        visibility: visible;
        opacity: 1;
        max-height: 55em;
    }

    nav#menu > ul > li > a {
        display: block;
        position: relative;
        padding: 15px 0px;
        border-bottom: 1px solid rgba(26, 32, 80, 0.18);
        font-size: 16px;
        opacity: 1
    }

    nav#menu > ul > li:last-child > a {
        border: none
    }

    .mainmenu ul li > ul {
        border: none
    }

    nav#menu li.has-submenu > a:after {
        border: none;
        content: '+';
        position: absolute;
        top: 10px;
        right: 9px;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
        height: auto;
        font-size: 30px;
        font-weight: 400
    }

    .sub-menu::before {
        height: 90% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .sub-menu::after {
        display: none
    }

    nav#menu li.has-submenu > a.active:after {
        content: "-";
        font-size: 20px
    }

    nav#menu ul ul > li a {
        padding: 13px 0px;
        line-height: normal;
        color: #fff;
        font-size: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06)
    }

    ul.sub-menu {
        padding-left: 20px;
    }

    .header-toggle .active span:nth-child(2) {
        opacity: 0
    }

    .header-toggle .active span:nth-child(1) {
        top: 14px;
        transform: rotate(45deg);
    }

    .header-toggle .active span:nth-child(3) {
        top: 0px;
        transform: rotate(-45deg);
    }

    .header-toggle {
        display: block;
    }

    nav#menu > ul ul {
        background: transparent;
        box-shadow: none;
        width: 100%;
        padding-left: 15px
    }

    .header-action {
        display: none
    }


    section,
    .section {
        padding: 50px 0
    }

    .container {
        padding: 0 20px
    }

    .mainmenu #menu {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .header {
        padding: 10px 0
    }

    .header.active {
        background: #fff
    }

    .header.active .scrollLogo {
        display: block
    }


    .header.active .header-toggle span,
    .header.is-fixed .header-toggle span {
        background: #0b3f58
    }

    nav#menu > ul > li > a,
    .mainmenu li a {
        color: #1A2050
    }
    
    .header.is-fixed {
        background-color: #fff;
        box-shadow: 0 4px 40px rgba(0, 0, 0, .08);
        padding: 10px 0
    }

    .header.is-fixed .header-inn {
        padding: 0;
        box-shadow: none;

    }

    .header.is-fixed .scrollLogo {
        width: 100%
    }
    .mainmenu li {
        display: block;
        margin-right: 0;
        margin: 10px 0;
    }

    h1,
    .h1 {
        font-size: 32px;
        line-height: 125%;
    }

    body {
        font-size: 15px
    }

    .hero-text p {
        font-size: 15px
    }

    .quote_note p {
        font-size: 11px;
        line-height: 15px;
    }

    .footer-menu ul li {
        margin: 0 8px
    }

    .footer-menu ul li a {
        font-size: 12px
    }

    .hero-image video {
        max-width: 100%;
    }

    .ps_5 {
        padding-left: 30px;
    }

    .pe_5 {
        padding-right: 30px;
    }

    h2,
    .h2 {
        font-size: 28px;
        line-height: 130%;
    }
    .link_text{
        font-size: 14px;
        line-height: 22px
    }
    .shape_1 {
    left: -30px;
    top: -30px;
}
    .shape_3{
        left: 0
    }
    .count_box .title{
        font-size: 40px
    }
    .quote_video{
        width: 500px
    }

    .quote_text {
        font-size: 18px
    }
    .hero-text .h1{
        font-size: 34px;
    }
    .process-number{
        font-size: 140px;
    }
    .process-number {
        margin-bottom: 10px;
        font-size: 50px;
        text-align: left;
        justify-content: flex-start;
    }
    .innerprocess ul li::before {
        width: 24px;
        font-size: 12px;
        height: 24px;
    }

}

@media(max-width:767px) {
    body {
        font-size: 14px;
        line-height: 24px;
    }

    .hero-text p {
        font-size: 14px;
        line-height: 24px;
    }

    .ps_5,
    .pe_5 {
        padding: 0
    }

    .link_text {
        font-size: 14px
    }

    .count_box {
        margin: 15px 0
    }

    .count_box .title {
        font-size: 40px;
        margin-bottom: 5px;
    }

    .quote_text {
        font-size: 16px;
        line-height: 28px;
    }

    h1,
    .h1 {
        font-size: 26px;
        line-height: 125%;
    }

    .hero-image video {
        max-width: 100%
    }

    .hero-area {
        padding-top: 120px;
        padding-bottom: 50px
    }

    .partner-logo {
        width: 75%;
        margin: auto
    }

    .partner_heading {
        letter-spacing: 0;
        font-size: 14px;
    }

    h2,
    .h2 {
        font-size: 26px;
        line-height: 130%;
    }

    h3,
    .h3 {
        font-size: 24px;
        line-height: 35px;
    }

    .cta-inner .c_shape {
        display: none
    }

    .quote_video {
        width: 100%;
        margin-left: -20px;
        float: none;
    }
    .cta-btn{
        padding: 13px 15px;
    }
   
   
}

@media(max-width:575px) {
    .partner-logo {
        width: 100%
    }

    h1,
    .h1 {
        font-size: 34px;
        line-height: 125%;
    }



    .hero-area {
        padding-top: 100px;
        padding-bottom: 0;
    }

    .hero-image {
        margin-bottom: 20px;
    }
    .hero-image img{
        border-radius: 20px;
    }

    video,
    .hero-image video {
        max-width: 100%;
        max-height: 400px
    }
.hero-area{
    text-align: center;
}
    .hero-area br{
        display: none;
    }

    .content-video {
        margin-left: -20px
    }

    .content-img {
        margin-bottom: 30px
    }

    .order-sm-2 .content-video {
        margin-left: 0;
        margin-right: -20px
    }



    .group_btn .cta-btn {
        width: 100%;
        display: block;
        text-align: center;
        margin: 0;
        margin-top: 10px
    }


    .cta-area {
        display: block
    }
    .hero-area {
        padding-top: 100px;
        padding-bottom: 30px;
    }
    .innerprocess {
        text-align: left;
        padding-top: 50px;
    }
  
    .c_form{
        padding: 30px;
    }
    .gfield_checkbox {
        flex-direction: column !important;
    }
    .henkaimg.leftborder {
        border-radius: 20px;
    }
    .henkaimg.rightborder {
        border-radius: 20px;
    }
    br{
        display: none;
    }
}

.icon-section .icons {
    width: 190px;
}
.c_card {
    background: #0b3f58;
    padding: 30px;
    margin-top: 30px;
    text-align: center;
    border-radius: 30px;
    color: #ffffffb8;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 26px;
    transition: all 0.4s;
    height: calc(100% - 30px);
}
.c_card:hover{
	transform:translatey(-10px)
}
.c_card .title {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 12px;
    font-size: 22px;
}
.content-area.icon-teaser-area {
    background: #0b3f58;
    color: #fff;
}
.icon-teaser-box .title {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 11px;
}
.icon-teaser-box {
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: flex-start;
    margin-top: 45px;
}
.icon-teaser-box .icon {
    min-width: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 20px;
    height: 50px;
    min-height: 50px;
    background: #e5a105;
    border-radius: 8px;
}
.icon-section{
	    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #afaaaa;
}
.icon-section:last-child{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:0
}
.list_m {
    margin-top: 40px;
}
.list_m li{
	margin-bottom:15px;
	position:relative;
	padding-left:20px;
}
.list_m li::before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ffb100;
    content: "";
}
@media(max-width:767px){
	.icon-section .icons {
    width: 180px;
    margin-bottom: 20px;
}
}
img.headinglogo {
    border-radius: 0;
    width: 350px;
    margin-bottom: 30px;
}
@media(max-width:575px){
	img.headinglogo {
    width: 220px;
    margin: 20px auto;
}
}