@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');


@font-face {
    font-family: 'helvetica-now-display';
    src: url('../fonts/helvetica-now-display.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helveticanowtext-bold-demo';
    src: url('../fonts/helveticanowtext-bold-demo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helvetica-now-text-medium';
    src: url('../fonts/helvetica-now-text-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helvetica-now-text-regular';
    src: url('../fonts/helvetica-now-text-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helvetica-now-text-light';
    src: url('../fonts/helvetica-now-text-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'helvetica-now-display';
}

h1, h2, h4, h5, h6 {
    font-family: 'helveticanowtext-bold-demo';
    margin: 0;
    padding: 0;
}

p {
    font-family: 'helvetica-now-text-regular';
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: #323232;
    line-height: 22px;
}

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

img {
    max-width: 100%;
    border: none;
}

a {
    text-decoration: none;
    outline: none !important;
}

html {
    scroll-behavior: smooth;
    font-size: 100%;
}

.p-80 {
    padding: 80px 0;
}

.bannertext h1 {
    font-family: 'helvetica-now-text-medium';
    font-size: 58px;
    color: #161F33;
    line-height: 64px;
    margin-bottom: 15px;
}

.bannertext h1 span {
    color: #174FA4;
    font-weight: 600;
}

.headertext h3 {
    font-family: 'helvetica-now-text-medium';
    font-size: 48px;
    color: #161F33;
    margin: 0 0 10px;
    position: relative;
}

.headertext h3 span {
    color: #174FA4;
}

.small_title h4 {
    font-family: 'helvetica-now-text-medium';
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
}

.btn1 {
    font-family: 'helvetica-now-text-regular';
    background-color: #C3A261;
    font-size: 16px;
    padding: 12px 25px;
    transition: all .5s ease-in-out;
    display: inline-flex;
    align-items: center;
    margin-top: 25px;
    justify-content: center;
    gap: 10px;
    color: #000;
    line-height: normal;
    font-weight: 500;
    text-align: center;
    border-radius: 50px;
    transition: 0.6s;
}

.btn1:hover {
    background-color: #161f33;
    color: #fff;
    transform: translateY(-4px);
}

.btn1 .fa-arrow-right {
    transform: rotate(-45deg);
    transition: 0.6s;
}

.btn1:hover .fa-arrow-right{
    transform: rotate(0deg);
}


/*// backToTop //*/
#backToTop { position: fixed; bottom: 30px; right: 30px; width: 45px; height: 45px; padding: 10px; background-color: #C3A261; border: none; border-radius: 50%; cursor: pointer; display: none; align-items: center; justify-content: center; z-index: 1000; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); border: 1px solid rgb(255 255 255 / 89%); transition: 0.6s; }
#backToTop .fa-arrow-up { font-size: 18px; color: #fff; top: -1px; position: relative; }
#backToTop:hover { background-color: rgb(203 172 110 / 66%); transform: scale(1.1); }
#backToTop:hover svg { transform: translateY(-3px); }
/*// backToTop //*/


/* ======================================================================= */
    /* header start */
/* ======================================================================= */

.headerarea {
    box-shadow: none;
    padding: 8px 0;
    position: relative;
}
/*
.headerarea::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    max-width: 250px;
    height: 250px;
    z-index: -1;
    background-color: rgb(195 162 97 / 28%);
    border-radius: 100%;
    filter: blur(100px);
    -webkit-filter: blur(100px);
}

.headerarea::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    width: 100%;
    max-width: 250px;
    height: 250px;
    z-index: -1;
    background-color: rgb(195 162 97 / 28%);
    border-radius: 100%;
    filter: blur(100px);
    -webkit-filter: blur(100px);
}
*/
.headerarea .logo {
    width: 100%;
    max-width: 165px;
    position: relative;
    display: inline-block;
    /*background-color: #fff;
    padding: 10px;
    border-radius: 0 0 10px 10px;*/
}

.headerarea .logo img {
    width: 100%;
    object-fit: cover;
    position: relative;
}
img.twentytwenty-after {
    filter: grayscale(1);
}

.headerarea.fix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
    background-color: #fff;
    /*padding: 5px 100px;*/
    z-index: 3333;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.headerarea.fix .header-body {
    border: none;
    margin-top: 0;
}

.headerarea.fix .menu ul li a {
    color: #000;
}

.headerarea.fix .menu {
    margin-top: 0px;
    margin-right: 0;
}

.headerarea.fix .menu ul li a:hover, .headerarea.fix .menu ul li.active a {
    color: #174FA4;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-right .header-contact .btn {
    margin-right: 10px;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
/*menu CSS
--------------------------------------------------------------------------------------------------*/
.menu {
    margin-top: 0px;
    margin-right: 0;
}
.menu ul{margin:0;padding:0;font-size:0;}
.menu ul li{display:inline-block;padding:0;list-style-type:none;position:relative;vertical-align:middle;}
.menu ul li.active { position: relative; }
.menu ul li.active::before {content: '';position: absolute;top: -5px;left: 0;width: 100%;max-width: 50px;height: 50px;background-repeat: no-repeat;background-size: contain;background-position: center;background-image: url(../images/menu-active-shape.svg);}
.menu ul li span { position: absolute; top: 45%; right: 10px; }
.menu ul li span::after { content: '\2b'; color: #000000; font-family: FontAwesome; font-size: 10px; }
.menu ul li:hover span::after { color: #f7c624; }
.headarea.innerheader .menu ul li a { color: #000; }
.menu ul li a { color: #3c3c3c; font-size: 17px; font-weight: 400; display: block; padding: 15px 0px; margin: 0 15px; position: relative; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; }
.menu ul li a:hover, .menu ul li.active a { color: #174FA4; }
.menu ul li.active a::after { width: 100%; }
.menu ul li a span { display: inline-block; vertical-align: 0px; margin-left: 6px; font-size: 10px; }
.menu ul li:hover ul li a:hover { color: #000; background-color: #f7c624; }
.menu ul li ul { width: 240px; position: absolute; top: calc(100% + 30px); left: 0; z-index: 2; background-color: #ffffff; text-align: left; transition: 0.3s; opacity: 0; visibility: hidden; box-shadow: 0 4px 15px rgb(0 0 0 / 3%); }
.menu ul ul li:first-child:before{display:none;}
.menu ul ul li:after{display:none;}
.menu ul li:last-child ul{width:220px;position:absolute;top:100%;left:auto;right:0;z-index:2;background-color:#ffffff;box-shadow:0px 5px 14px rgb(0 0 0 / 2%);text-align:left;}
.menu ul li ul li a { font-size: 14px; text-transform: none; padding: 12px 15px; color: #000; line-height: 20px; font-weight: 500; transition: all ease-in-out 0.5s; -moz-transition: all ease-in-out 0.5s; -webkit-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; -khtml-transition: all ease-in-out 0.5s; display: block; margin: 0; }
.menu ul li ul li ul{top:10px;left:149px;}
.menu ul li ul li span{right:7px;top:12px;}
.menu ul li a:hover.menu ul li ul{display:block;}
.menu ul li ul li{display:block;padding:0;border-bottom:solid 1px rgb(255 255 255 / 7%);border-right:none;}
.menu ul li ul li:last-child{border:none;}
.menuButton{width:40px;height:35px;padding:5px;float:right;display:none;}
.menuButton span { width: 100%; height: 2px; background: #000; margin-bottom: 6px; float: left; transition: all 0.3s ease-in-out 0s; }
.menuButton span:last-child{margin-bottom:0;}
@media (min-width:991.98px) {
    .menu ul {
        display: block!important;
    }

    .menu ul li:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
}
@media (max-width:991.98px){.menuButton{display:block;margin-left:15px;cursor:pointer;}
 .menu ul li span{background:url(../images/menu_arrow.png) center center no-repeat;cursor:pointer;width:15px;height:15px;position:absolute;right:15px;top:20px;z-index:99;}
 .menu ul li:hover span{background:url(../images/menu_arrow_hover.png) center center no-repeat;}
 .arrow_change span:nth-child(2){display:none;}
 .arrow_change span:first-child{position:relative;top:9px;transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
 .arrow_change span:last-child{position:relative;top:1px;transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);}
 .menuBar{padding:15px 0;}
 .menu{padding:5px 0;}
 .menu ul{display:none;background-color:#fff;position:absolute;top:100%;left:0;width:100%;z-index:99;}
 .menu ul li a{color:#071731;display:block;width:100%;font-size:15px;}
 .menu ul li ul{display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;padding:0;visibility: initial;opacity: 1;}
 .menu ul li:last-child ul{display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;}
 .menu ul li{display:block;padding:10px 15px 10px 15px;border-top:1px solid #cccccc54;text-align:left;position:relative;}
 .menu ul li span{position:absolute;right:30px;z-index:99;cursor:pointer;top:12px;text-align:center;}
 .menu ul li ul li ul{top:0;left:0;}
 .menu ul li ul li a{font-size: 12px;text-transform: none; background-color: #e1e1e1; padding: 8px 12px;color: #000;}
}

.headerarea .menu .active>a {
    color: #174FA4;
    background: transparent;
}

/*-- header area stop --*/

.callus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.callus h6 {
    font-family: 'helvetica-now-text-medium';
    font-size: 20px;
    color: #161F33;
}

.callus img {
    max-width: 26px;
}

.header-body {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #f3f3f38c;
    border-radius: 15px;
    margin-top: 10px;
}


/* ======================================================================= */
    /* banner_sec start */
/* ======================================================================= */
.banner_sec {
    width: 100%;
    position: relative;
}

.banner_sec_right {
    width: 100%;
    position: relative;
}

.banner_secPic {
    width: 100%;
    height: 330px;
    position: relative;
    display: flex;
    border-radius: 35px;
    overflow: hidden;
}

.banner_secPic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.banner_secPic:hover img {
    transform: scale(1.1);
}

.call_circle {
    width: 155px;
    height: 155px;
    border-radius: 50%;
    border: 15px solid #fff;
    background-color: #161F33;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-15%, -50%);
    transition: 0.6s;
    font-family: 'helvetica-now-text-medium';
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
}

.call_circle:hover {
    background-color: #C3A261;
    color: #000;
}

.banner_sec p {
    margin-bottom: 10px;
}

/* ======================================================================= */
    /* choose_us start */
/* ======================================================================= */
.choose_us {
    width: 100%;
}

.choose_us .headertext p {
    width: 48%;
    margin: 0 auto;
}

.choose_usin, .our_finance_in, .our_process_in, .we_support_in, .trust_secin {
    width: 100%;
    margin-top: 40px;
    display: inline-block;
}

.choose_card {
    background-color: rgb(242,242,242);
    border: 1px solid #f0f0f0;
    padding: 40px 25px;
    border-radius: 30px;
    transition: 0.6s;
    min-height: 325px;
    width: 100%;
    transition: 0.6s;
}

.choose_card:hover {
    background-color: #fff;
}

.choose_card_iconbox {
    width: 80px;
    height: 80px;
    border: 1px solid #BFBFBF;
    border-radius: 18px;
    padding: 12px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: 0.6s;
}

.choose_card_iconbox img {
    filter: brightness(0) invert(0);
    transition: 0.6s;
}

.choose_card .small_title h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.choose_card .small_title p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.choose-carousel .owl-nav button.owl-prev, .choose-carousel .owl-nav button.owl-next { width: 40px; height: 40px; border: 1px solid #878787; border-radius: 50%; color: #345C7E; font-size: 30px;}
.choose-carousel .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.choose-carousel .owl-nav button.owl-prev span::after { content: '\f060'; color: #878787 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.choose-carousel .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #000 !important; }
.choose-carousel .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.choose-carousel .owl-nav button.owl-next span::before { content: '\f061'; color: #878787 !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.choose-carousel .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #000 !important; }
.choose-carousel .owl-nav button.owl-prev { left: 0px; position: relative;}
.choose-carousel .owl-nav button.owl-next { right: 0px; position: relative;}
.choose-carousel .owl-nav { position: absolute; bottom: -70px; display: inline-flex; left: 0; justify-content: center; width: 100%;}
.choose-carousel .owl-nav button.owl-prev:hover, .choose-carousel .owl-nav button.owl-next:hover { background: #F6BC1A; border: 1px solid #F6BC1A; color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
.owl-carousel .choose-carousel .owl-dots.disabled, .owl-carousel .choose-carousel .owl-nav.disabled {
    display: block !important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 25px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #C3A261;
    width: 30px;
}

/* ======================================================================= */
    /* our_finance start */
/* ======================================================================= */
.our_finance {
    width: 100%;
    background-color: #161F33;
    border-radius: 35px;
    padding-bottom: 120px !important;
}

.our_finance .headertext h3, .our_finance .headertext p {
    color: #fff;
}

.our_finance_card {
    width: 95% !important;
    margin: 11px;
    background-color: rgb(37,46,67);
    border-radius: 25px;
    padding: 45px;
    text-align: center;
    transition: 0.6s;
    min-height: 300px;
}

.our_finance_card:hover {
    background-color: #C3A261;
}

.our_finance_card img {
    max-width: 70px;
    min-height: 70px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: 0.6s;
    margin: 0 auto;
}

.our_finance_card:hover img {
    filter: brightness(0) invert(0);
}

.our_finance_card .small_title h4, .our_finance_card .small_title p {
    color: #fff;
}

.our_finance_card .small_title {
    margin-top: 30px;
}

.our_finance_card .small_title p {
    overflow: hidden;
    
}

.ourindustries-carousel .slick-arrow {
    width: 42px;
    height: 42px;
    border: 1px solid #C3A261;
    border-radius: 50%;
    background-color: #C3A261;
    font-size: 0px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -70px;
    margin: 0 auto;
}

.ourindustries-carousel .slick-arrow:hover {
    background-color: #C3A261;
    border-color: #C3A261;
}

.ourindustries-carousel .slick-prev:hover:after {
    color: #000 !important;
}

.ourindustries-carousel .slick-next:after {
    content: "\f061";
    position: absolute;
    font-family: "FontAwesome";
    font-size: 16px;
    left: 13px;
    top: 8px;
    color: #000;
}

.ourindustries-carousel .slick-prev:after {
    content: "\f060";
    position: absolute;
    font-family: "FontAwesome";
    font-size: 16px;
    left: 13px;
    top: 8px;
    color: #000;
}

.ourindustries-carousel .slick-next {
    right: -60px;
}

.ourindustries-carousel .slick-prev {
    right: 50px;
    background-color: #C3A261;
    z-index: 11;
}










/* ======================================================================= */
    /* our_process start */
/* ======================================================================= */
.our_process {
    width: 100%;
}

.nav-link h5 {
    font-family: 'helvetica-now-text-regular';
    font-size: 20px;
    color: #000;
}

.tabMenu {
    width: 100%;
    padding-left: 20px;
    position: relative;
    display: inline-block;
}

.nav-link {
    height: 85px;
}

.tabMenu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 56px;
    width: 1px;
    height: 100%;
    background-color: #D5D8DE;
    z-index: -1;
}

.tabMenu_card {
    width: 100%;
}

.tabMenu_card h5 {
    font-family: 'helvetica-now-text-medium';
    font-size: 20px;
    color: #000;
    margin-bottom: 5px;
}

.tab_circle {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'helvetica-now-text-medium';
    font-size: 17px;
    color: #000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.nav-pills .nav-link.active .tab_circle {
    background-color: #C3A261;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: transparent;
    /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/;
}

.tab-pane {
    width: 100%;
}

.tab-panepic {
    width: 100%;
    height: 520px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.tab-panepic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ======================================================================= */
    /* we_support start */
/* ======================================================================= */
.we_support {
    width: 100%;
}

.we_support .different_colour:nth-child(1) .choose_card {
    background-color: #f2f2f2;
    min-height: auto;
}

.we_support .different_colour:nth-child(2) .choose_card {
    background-color: #E8EEFB;
    min-height: auto;
}

.we_support .different_colour:nth-child(3) .choose_card {
    background-color: #FFF2D8;
    min-height: auto;
}

.we_support .different_colour:nth-child(4) .choose_card {
    background-color: #FFF3F3;
    min-height: auto;
}

.we_support .row.g-3 > .col-lg-5 .choose_card {
    background-color: #fefac6; 
}

.we_support .choose_card:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.card_phone {
    width: 250px;
    height: 250px;
    position: relative;
    display: flex;
    overflow: hidden;
    margin: 35px auto 0;
}

.card_phone img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ======================================================================= */
    /* trust_sec start */
/* ======================================================================= */
.trust_sec {
    width: 100%;
    background-color: #F9EDD6;
}

.trust_sec_right {
    width: 100%;
    position: relative;
    display: inline-block;
}

.trust_sec_right:before {
    content: "";
    position: absolute;
    left: 130px;
    top: 0;
    background-image: url(../images/shape.png);
    width: 500px;
    height: 620px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.trust_sec_right:after {
    content: "";
    position: absolute;
    left: 280px;
    top: -20px;
    background-image: url(../images/vector.png);
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.trust_sec_rightpic {
    width: 100%;
    height: 550px;
    display: flex;
    overflow: hidden;
    position: relative;
}

.trust_sec_rightpic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.trust_sec_left {
    width: 100%;
    padding-right: 35px;
}

.trust_sec_card {
    width: 100%;
    border: 1px solid #A1A0A0;
    padding: 15px;
    border-radius: 15px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    transition: 0.6s;
}

.trust_circle {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
    flex-shrink: 0;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
}

.trust_circle img {
    max-width: 30px;
}

.trust_sec_card:hover {
    background-color: #fff;
    border-color: #fff;
}

.trust_sec_card:hover .trust_circle {
    background-color: #F9EDD6;
    border-color: #ecd3a2;
}

/* ======================================================================= */
    /* whychoose_us start */
/* ======================================================================= */
.whychoose_us {
    width: 100%;
}

.whychoose_us_in {
    width: 70%;
    margin: 40px auto 0;
}

.whychoose_us_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

.whychoose_us_grid_card {
    width: 100%;
    border: 1px solid #A1A0A0;
    padding: 15px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    transition: 0.6s;
}

.whychoose_us_grid_card:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.grid_circle {
    width: 45px;
    height: 45px;
    flex-basis: 45px;
    flex-shrink: 0;
    background-color: #f4ede1;
    border: 1px solid #f4ede1;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
}

.grid_circle .fa-check {
    font-size: 24px;
    color: #C3A261;
}

/* ======================================================================= */
    /* footer_sec start */
/* ======================================================================= */
.footer_sec {
    width: 100%;
    background-color: #161F33;
    border-radius: 35px;
    position: relative;
    z-index: 1;
}

.footer_sec_left {
    width: 90%;
}

.footer_sec .headertext h3, .footer_sec .headertext p {
    color: #fff;
}

.footer_sec .headertext {
    width: 75%;
}

.footer_sec .btn1:hover {
    background-color: #fff;
    color: #161F33;
}

.calArea {
    border-top: 1px solid #334670;
    margin-top: 45px;
    padding-top: 45px;
    width: 100%;
}

.col_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

.col_grid_card {
    width: 100%;
}

.calArea h6 {
    font-family: 'helvetica-now-text-regular';
    font-size: 15px;
    color: #fff;
    margin: 0 0 5px;
}

.calArea h5 {
    font-family: 'helvetica-now-text-medium';
    font-size: 24px;
    color: #C3A261;
    margin: 0;
}

.footer_form {
    width: 85%;
    background-color: #fff;
    padding: 50px 45px;
    display: inline-block;
    position: relative;
    border-radius: 30px;
}

.footer_form:before {
    content: "";
    position: absolute;
    top: -15px;
    right: -15px;
    width: 85%;
    height: 94%;
    border: 1px solid #C3A261;
    border-radius: 30px;
    z-index: -1;
}

.footer_sec .form-control, .footer_sec .form-select {
    height: 45px;
    color: #595c5f;
    border-radius: 0px;
    background: transparent;
    border-bottom: 1px solid #00000069 !important;
    margin-bottom: 15px;
    position: relative;
    border: none;
    font-size: 15px;
}

.form-control:focus, .form-select:focus {
    box-shadow: none;
}

.footer_sec textarea {
    min-height: 100px;
}

.footer_form .btn1 {
    border: none;
}

.footer_form .btn1:hover {
    background-color: #161F33;
    color: #fff;
}

.copyright {
    width: 100%;
    padding: 40px 0;
}

.copyright p {
    margin: 0;
}

.copyright .container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright .logo img {
    max-width: 230px;
    object-fit: cover;
    position: relative;
}

.footer-social {
    display: flex;
    justify-content: right;
    margin-bottom: 15px;
}

.footer-social li {
    margin: 0px 5px;
}

.footer-social li a {
    width: 100%;
    min-width: 42px;
    max-width: 42px;
    height: 42px;
    border-radius: 7px;
    background-color: #fff;
    border: 1px solid #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #000;
    transition: 0.5s;
    text-decoration: none;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
}

.footer-social li a:hover {
    background-color: #C3A261;
    border: 1px solid #C3A261;
    color: #fff;
}

address {
    margin-bottom: 0;
}

.wpcf7-spinner{ display:none;}
wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #000;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #c2a160;
}
