                                  
:root {
	--font-body:'Quicksand', sans-serif;
    --main-title-font:'Filson Soft', sans-serif;
	--primary-color: #325FFF;

    /* font-color */
	--global-font-color:#3A5881;
    --light-font-color:#CFDDEF;
    --global-font-title:#0C2A41;
    --color-white-text:#fff;

    /* bg-color */

    --light-bg-color: #E8F0F7;
    --dark-bg-color:#0C2A41;
    --white-bg:#fff;
 
}

@font-face {
    font-family: 'Filson Soft';
    src: url('../font/FilsonSoftLight.woff2') format('woff2'),
        url('../font/FilsonSoftLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Soft';
    src: url('../font/FilsonSoftHeavy.woff2') format('woff2'),
        url('../font/FilsonSoftHeavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Soft';
    src: url('../font/FilsonSoftHeavy-Italic.woff2') format('woff2'),
        url('../font/FilsonSoftHeavy-Italic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Soft';
    src: url('../font/FilsonSoftRegular.woff2') format('woff2'),
        url('../font/FilsonSoftRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Soft';
    src: url('../font/FilsonSoftThin.woff2') format('woff2'),
        url('../font/FilsonSoftThin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Soft';
    src: url('../font/FilsonSoftThin-Italic.woff2') format('woff2'),
        url('../font/FilsonSoftThin-Italic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Soft';
    src: url('../font/FilsonSoftRegular-Italic.woff2') format('woff2'),
        url('../font/FilsonSoftRegular-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Soft';
    src: url('../font/FilsonSoftMedium-Italic.woff2') format('woff2'),
        url('../font/FilsonSoftMedium-Italic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Soft';
    src: url('../font/FilsonSoftMedium.woff2') format('woff2'),
        url('../font/FilsonSoftMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Soft';
    src: url('../font/FilsonSoftBlack-Italic.woff2') format('woff2'),
        url('../font/FilsonSoftBlack-Italic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Soft';
    src: url('../font/FilsonSoftLight-Italic.woff2') format('woff2'),
        url('../font/FilsonSoftLight-Italic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Soft';
    src: url('../font/FilsonSoft-Bold.woff2') format('woff2'),
        url('../font/FilsonSoft-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Soft';
    src: url('../font/FilsonSoftBlack.woff2') format('woff2'),
        url('../font/FilsonSoftBlack.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Filson Soft';
    src: url('../font/FilsonSoft-BoldItalic.woff2') format('woff2'),
        url('../font/FilsonSoft-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}


.row, .container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm{
    --bs-gutter-x: 2rem;
}
.sticky-top{
    z-index: 9;
}
.page-template-thank-you-php .text-center>h1{
padding-top: 80px;
font-size: 54px;
margin-bottom: 10px;
}
p.error {
    color: red;
    font-size: 14px !important;
    line-height: 24px !important;
}
h1 {
    color: var(--global-font-title);
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: 85px;  
    margin-bottom: 20px; 
    font-family: var( --main-title-font);
    text-transform: capitalize;
}
h2 { 
    color: var(--global-font-title);
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;  
    margin-bottom: 20px; 
    font-family: var( --main-title-font); 
    text-transform: capitalize;
    word-break: break-word;
}
h3{
    color: var(--global-font-title);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;  
    margin-bottom: 16px; 
    font-family: var( --main-title-font);
    text-transform: capitalize;
}
h4{ 
    color: var(--global-font-title);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;  
    margin-bottom: 16px; 
    font-family: var( --main-title-font); 
    text-transform: capitalize;
}
h5{ 
    color: var(--global-font-title);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;  
    margin-bottom: 16px; 
    font-family: var( --main-title-font); 
    text-transform: capitalize;
}
h6{ 
    color: var(--global-font-title);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;  
    margin-bottom: 16px; 
    font-family: var( --main-title-font); 
    text-transform: capitalize;
}
.dark-desc p{
    color: var(--light-font-color);
}
.dark-desc h1,
.dark-desc h2,
.dark-desc h3,
.dark-desc h4,
.dark-desc h5,
.dark-desc h6{
    color: var(--color-white-text);
}
p{
    color: var(--global-font-color);
    font-family: var(--font-body);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height:29px; 
    margin-bottom: 20px;
    word-break: break-word;

 }

.z-ndex-2{
    z-index: 2;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:after, :before, * {
    box-sizing: border-box;
}

html {
	-ms-overflow-style: scrollbar;
	box-sizing: border-box;
	font-size: 100%;
}

body {
	font-family: var(--font-body);
	color: var(--global-font-color);
	font-size: 16px;
	letter-spacing: 0;
	line-height: 26px;
    background-color: var( --white-bg);
    margin:0;
    padding: 0;
    /* overflow-x: hidden; */
}
a {
	color: var(--color-link);
	text-decoration: none;
	transition: .3s
}
a:visited{
    color: inherit;
}
.post, .page {
    margin: 0 0 0;
}
a:hover { color: var(--primary-color); text-decoration: underline }
p { margin-bottom: 20px; }
a:hover { text-decoration: none; }
a:focus { outline: none; text-decoration: none; }
img { display: block; }
input:focus, textarea:focus { outline: none; box-shadow: none !important; }
img { max-width: 100%; display: block; }
ul, li, ol,.footer-top ul { margin: 0; padding: 0; list-style: none; }
label { font-weight: inherit; }
input:focus, textarea:focus { outline: none; box-shadow: none; }
video, iframe { width: 100% }

ul,ol{
    padding-left: 1.2em;
}
.menu-item{
    list-style: none;
}
.wrap-heading{
    z-index: 1;
    position: relative;
}
 header.site-header{
    background-color: transparent;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    transition: all 0.4s ease-in-out;
    padding: 28px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.page-id-1710 header.site-header{
    background-color: var(--dark-bg-color);
}
.inner-page header.site-header{
    /* border-bottom: 1px solid #E8F0F7; */

}
/* button effect */
a.main-btn ,input[type="submit"] ,.contact-section input[type="submit"],.load-more{
    padding: 18px 40px;
    background-color:var(--primary-color) ;
    color: var(--color-white-text);
    font-size: 15px;
    border-radius: 100px;
    font-weight: 700;
    line-height: 14px;
    flex: none;
    display: inline-block;
    border: 1px solid var(--primary-color);
    transition: all 0.5s ease-in-out;
}
.load-more{
    width: fit-content;
    margin: auto;
    border-color: transparent;
    margin-top: 40px;
    display: flex;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus{
    border: 1px solid var(--primary-color);
}
a.main-btn:hover,input[type="submit"]:hover,.load-more:hover{
    background: #2951DD;
    border-color: #2951DD;
}
.blog-main .container{
    /* text-align: center; */
}

a.main-btn.border-main-btn {
    background: transparent;
    color: var(--primary-color);
}
a.main-btn.border-btn {
    background: transparent;
    color: var(--color-white-text);
    border-color: var(--white-bg);
}


/* slick arrow */
.slick-arrow {
    z-index: 1;
    width: 40px;
    height: 40px;
}
.slick-dots li{
    list-style: none;
}
.slick-prev,.slick-next{
    border-radius: 100%;
    z-index: 1;
    transition: all 0.4s;
}
.slick-next {
    right: -71px;
}
.slick-prev {
    left: -71px;
}
.slick-prev:before {
    content: '';
    background-image: url(../images/left-arrow.png);
    background-size: cover;
    position: absolute;
    bottom: 19px;
    left: 19px;
    max-width: 11px;
    height: 10px;
    width: 100%;
    background-position: center;
}
.slick-next:before {
    content: '';
    background-image: url(../images/right-arrow.png);
    position: absolute;
    bottom: 19px;
    left: 19px;
    max-width: 11px;
    height: 10px;
    width: 100%;
    background-position: center;
    background-size: cover;
}
.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 52px;
    height: 52px;
    margin-top: -10px\9;
    position:absolute;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: 1px solid var(--light-bg-color);
    outline: 0;
    background: 0 0;
    background-color: var(--light-bg-color);
    border-radius: 100%;
}
.slick-next:hover, .slick-prev:hover ,
.slick-next:focus, .slick-prev:focus{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.slick-prev:hover:before,
.slick-next:hover:before ,
.slick-next:focus:before, .slick-prev:focus:before{
    filter: brightness(0) saturate(100%) invert(100%) sepia(15%) saturate(7494%) hue-rotate(170deg) brightness(114%) contrast(122%);
}

ul.slick-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top:10px;
}

ul.slick-dots li button{
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: var(--light-bg-color);
}
ul.slick-dots li.slick-active button{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.explore-blog .blog-item{
    margin: 0 15px;
}
.explore-blog .slick-list{
    margin: 0 -15px ;
}
/* header*/
body.admin-bar header#masthead {
    top: 32px;
}
.home header.site-header,.blog header.site-header,.site-header.fixed,.calculate header.site-header{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    transition: all 0.4s ease-in-out;
    background-color: var(--dark-bg-color);
    padding: 28px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
header .wrap-main-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-logo a >img{
    max-width: 184px;
    width: 100%;
}
.logo-main a img:first-child{
    max-width: 49px;
}
.logo-main a img:last-child,.inner-page .fixed .logo-main a img:last-child{
    max-width: 124px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(125deg) brightness(103%) contrast(103%);
}
.inner-page .logo-main a img:last-child{
    filter: invert(13%) sepia(77%) saturate(524%) hue-rotate(162deg) brightness(95%) contrast(98%);
}
.commercial .logo-main a img:first-child{
    filter: brightness(0) saturate(100%) invert(77%) sepia(24%) saturate(6765%) hue-rotate(329deg) brightness(91%) contrast(89%);
}
.inner-page header .main-link-menu #primary-menu > li > a{
    color: #0C2A41;
}
.inner-page  .fixed .main-link-menu #primary-menu > li > a{
    color:#fff ;
}

.logo-main a{
    gap: 10px;
}
header .main-link-menu ul li a{
    color: var(--color-white-text);
    font-family: var(--main-title-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    /* transition: all 0.3s ease-in-out; */
}

header .main-link-menu ul li .sub-menu li a{
    color: var(--global-font-color);
}
header .main-link-menu ul li a:hover ,header .main-link-menu ul li .sub-menu li a:hover,.inner-page header .main-link-menu #primary-menu > li > a:hover{
    color: var(--primary-color);
}
header .main-link-menu ul.menu.nav-menu > li > a{
    padding: 18px 0;
}
header .main-link-menu ul li{
    margin-right: 24px;
    position: relative;
}
header .main-link-menu ul li.menu-item-has-children {
    padding-right: 18px;
}
header .main-link-menu ul li:last-child{
    margin-right: 0;
}
header .main-link-menu ul li.menu-item-has-children a{
    position: relative;
}
/* .home .main-link-menu,.home .footer-top .col-md-3 .footer-menu,.home header .menubar-btn{
    display: none !important;
} */
/* .home .footer-top  .footer-menu ul li a{pointer-events: none;}   */
.inner-page header .menubar-btn img{
    filter: brightness(0) saturate(100%) invert(13%) sepia(10%) saturate(5450%) hue-rotate(172deg) brightness(92%) contrast(95%);
}
.inner-page header.fixed .menubar-btn img{
    filter: unset;
}
header .menu-main-menu-container ul.sub-menu li.current_page_ancestor > a, header .menu-main-menu-container ul.sub-menu li.current-menu-item > a, header .menu-main-menu-container ul.menu.nav-menu > li.current_page_ancestor > a, header .menu-main-menu-container ul > li.current-menu-item > a,header .menu-main-menu-container ul.menu>li.current-menu-parent>a{
    color: var(--primary-color) !important;
}
@media(min-width:992px){
    .inner-page header .main-link-menu #primary-menu li.menu-item-has-children > a::after{
        filter: brightness(0) saturate(100%) invert(13%) sepia(10%) saturate(5450%) hue-rotate(172deg) brightness(92%) contrast(95%);
    }
    .inner-page header .main-link-menu #primary-menu li.menu-item-has-children > a:hover::after{
        filter: brightness(0) saturate(100%) invert(27%) sepia(100%) saturate(2557%) hue-rotate(222deg) brightness(101%) contrast(101%);
    }
    .inner-page header.fixed .main-link-menu #primary-menu li.menu-item-has-children > a::after{
        filter: unset;
    }
header .main-link-menu #primary-menu li.menu-item-has-children > a::after{
    content: "";
    width: 10px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: -17px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background: url(../images/chevron-down.png);
    background-size: cover;
    transform: translate(0%,-50%);
    /* transition: all 0.3s ease-in-out; */
}
header .main-link-menu #primary-menu li.menu-item-has-children > a:hover:after{
    transform: translate(0, -50%) rotate(-180deg) scaleY(1);
}
header .main-link-menu ul li.menu-item-has-children a:hover:after{
    filter: invert(53%) sepia(83%) saturate(6999%) hue-rotate(223deg) brightness(101%) contrast(102%);

}
}
header ul li .arrow {
    background: url(../images/chevron-down.png);
    height: 18px;
    width: 18px;
    background-repeat: no-repeat;
    position: absolute;
    top: 24px;
    right: 0;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}
header ul li .sub-menu{
    position: absolute;
    min-width: 250px;
    width: 100%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    display: block;
    background: var(--white-bg);
    padding: 10px;
    border-radius: 10px;
    transition: all 0.4s;
    box-shadow: 0 1px 30px 0 rgb(36 38 43/10%);
}
header ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}
/* mobile menu css */
header .menubar-btn {
    height: 44px;
    width: 44px;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    line-height: 44px;
}
.mobile-menu-wp {
    position: fixed;
    z-index: 999;
    height: 100vh;
    top: 0;
    bottom: 0;
    right: 0;
    transform: translateX(108%);
    -webkit-transform: translateX(108%);
    -moz-transform: translateX(108%);
    -o-transform: translateX(108%);
    -ms-transform: translateX(108%);
    -webkit-transition: -webkit-transform 0.8s ease, opacity 6s ease;
    -ms-transition: -ms-transform 0.8s ease, opacity 6s ease;
    transition: transform 0.8s ease, opacity 6s ease;
    opacity: 0;
    height: calc(var(--vh, 1vh) * 100);
}

.mobile-menu-wp.is-open {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform 0.8s ease, opacity 0.3s ease;
    -ms-transition: -ms-transform 0.8s ease, opacity 0.3s ease;
    transition: transform 0.8s ease, opacity 0.3s ease;
    opacity: 1;
}

.mobile-menu-wp .moblile-number a {
    font-size: 24px;
    color: var(--color-white-text);
}

.mobile-menu-wp .wrap-socail-details {
    position: absolute;
    bottom: 100px;
    left: 60px;
}
.mobile-menu-wp ul.menu>li.current-menu-item >a ,
.mobile-menu-wp ul.menu li.current-menu-parent>a ,
.mobile-menu-wp ul.menu li.current-menu-item>a{
    color: var(--primary-color);
}

.mobile-menu-wp .moblile-number {
    position: absolute;
    bottom: 0;
    background: var(--primary-color);
    left: 0;
    right: 0;
    padding: 25px;
    padding-left: 60px;
}

.menu-mobile-menu-container {
    height: calc(100vh - 240px);
    overflow-y: auto;
    padding-right: 10px;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.menu-mobile-menu-container::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
.wrap-mobile-menu {
    max-width: 340px;
    width: 340px;
    padding: 50px 20px 20px 60px;
    background: var(--dark-bg-color);
    height: 100vh;
    overflow-y: auto;
}

.mobile-menu-wp ul li a {
    color: var(--color-white-text);
}

.mobile-menu-wp ul li {
    position: relative;
}

.mobile-menu-wp ul.menu>li>a {
    font-size: 28px;
    font-weight: 600;
}

.mobile-menu-wp ul.menu>li>a {
    padding: 12px 0;
    display: inline-block;
    padding-right: 10px;
    line-height: normal;
}

.mobile-menu-wp .ion-ios-s-down:after {
    content: "";
    position: absolute;
    right: 0;
    background: url(../images/chevron-down.png);
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center;
}

.mobile-menu-wp i.ion-ios-s-down {
    display: inline-block;
    padding: 0 10px;
    width: 26px;
    height: 26px;
}
.mobile-menu-wp .toggledrop.active .ion-ios-s-down:after {
    content: "";
    background: url(../images/chevron-up.png);
    background-repeat: no-repeat;
    background-position: center;
}
.mobile-menu-wp span.toggledrop {
    position: absolute;
    right: 0;
    cursor: pointer;
    top:10px;
}

.mobile-menu-wp ul.sub-menu li a {
    font-size: 20px;
}

.mobile-menu-wp ul.sub-menu {
    margin-left: 0;
}

.mobile-menu-wp ul.sub-menu li a {
    padding: 8px 0;
    display: inline-block;
    padding-right: 22px;
    font-weight: 500;
    line-height: 23px;
}
.mobile-menu-wp ul.sub-menu .sub-menu li a {
    font-size: 16px;
}

.offcanvas-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0 0 0 / 68%);
    height: 100vh;
    top: 0;
    bottom: 0;
    right: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.8s ease, opacity 6s ease;
    -ms-transition: -ms-transform 0.8s ease, opacity 6s ease;
    transition: transform 0.8s ease, opacity 6s ease;
    opacity: 0;
}

.offcanvas-bg.overlay-open {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform 0.8s ease, opacity 0.3s ease;
    -ms-transition: -ms-transform 0.8s ease, opacity 0.3s ease;
    transition: transform 0.8s ease, opacity 0.3s ease;
    opacity: 1;
}


span.menubar-btn-close {
    display: inline-block;
    background: var(--primary-color);
    border-radius: 100%;
    position: absolute;
    top: 24%;
    left: -20px;
}

/* mobile menu css end */

/* footer */
footer.site-footer{
    background-color: var(--dark-bg-color);
    border-radius: 200px 0px 0px 0px;
} 
.footer-bottom .policy-info .policy-link:first-child {
    margin-right: 0;
}
.footer-menu ul li{
    margin-bottom: 16px;
}
.footer-menu ul li a ,.footer-bottom span ,.footer-bottom span a ,.footer-menu ul li  a:not([href]):not([class]){
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: var(--light-font-color);
    font-family: var(--font-body);
    line-height:125%;
}

.footer-menu ul li a:hover ,
.footer-menu ul li a:not([href]):not([class]):hover ,
.footer-bottom span a:hover{
    color: var(--color-white-text);
}
.footer-menu h6 {
    color: var(--color-white-text);
    font-weight: 500;
    font-family: var(--main-title-font);
    font-size: 14px;
    line-height: 18px;
}
.footer-menu ul li:last-child{
    margin-bottom: 0;
}
footer.site-footer .footer-top {
    padding: 115px 0 40px;
}
.footer-middle-wrap {
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
footer .info-contact a ,footer .address a{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    font-family: var(--main-title-font);
    color: var(--color-white-text);
    line-height: 20px;
}
footer .info-contact .number-wrap{
    margin-bottom: 16px;
}
footer .address p{
    line-height: 20px;
}
footer .info-contact a:hover{
    color: var(--primary-color);
}
footer .footer-wrap-main{
    max-width: 280px;
}
.footer-middle .footer-middle-wrap p{
    color: var(--light-font-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
}
.footer-bottom{
    padding: 40px 0;
}
.footer-bottom .policy-info .policy-link{
    margin-right: 30px;
}
.footer-bottom .policy-info .policy-link:first-child{
    margin-right: 0;
}
.footer-bottom span.seo-web a{
font-family: var( --main-title-font);
color: var(--color-white-text);
font-weight: bold;
}
footer .address {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-logo{
    margin-bottom: 40px;
}
.social-media ul li{
    display: inline-block;
    margin-right: 16px;
}
.social-media ul li:last-child{
    margin-right: 0;
}
.social-media ul li a{
    width: 40px;
    height: 40px;
    line-height: 36px;
    background: #507DBB;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
}
.social-media ul li a img{
    display: inline-block;
}
.footer-middle-wrap .col-lg-4 .contant-wrap-dec{
    padding-right: 8px;
}
.footer-middle-wrap .col-lg-4:last-child .contant-wrap-dec{
    padding-right: 0;
}

@media(max-width:479px){
    .r-mortgage .banner-text-wrap 
    a.main-btn{
        padding: 18px !important;
        font-size: 11px !important;
    }
}
/* footer End*/

/* banner section */
.banner-wrap-main{
    position: relative;
}
.banner-text-wrap h1{
    margin-bottom: 0;
}
.banner-text-wrap h5{
    margin: 24px 0;
    font-size: 22px;
    line-height: 35px;
    font-family: var(--font-body);
}
.banner-text-wrap ul li,.banner-text-wrap ul li a,.choose-us ul li,.choose-us ul li a{
    color: var(--light-font-color);
}
.banner-text-wrap ul{
    padding-bottom: 20px;
}
.banner-main{
    background-color: var(--dark-bg-color);
    padding: 109px 0 120px;
    overflow: hidden;
    position: relative;
    border-radius: 0px 0px 200px 0px;
}

.our-mission .title-main {
  word-wrap: break-word;
}
.banner-main .banner-img img{
    display: block;
    max-width: none;
    object-fit: cover;
    object-position: top;
    width: 32.9vw;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.calculate .banner-main .banner-img img{
    top: auto;
    bottom: 0;
}
.calculate #page,.blog #page{
    overflow: hidden;
}
.banner-wrap-main:after {
    content: '';
    background: url(../images/shap-banner.png);
    position: absolute;
    right: 0;
    max-width: 632px;
    height: 708px;
    background-repeat: no-repeat;
    top:20px;
    width: 100%;
    z-index: 0;
}
.banner-text-wrap p{
    max-width: 695px;
    margin-bottom: 40px;
}
@media(min-width:1601px){
    .calculate .banner-wrap-main:after{
        right: -4%;
        max-width: 672px;
        height: 568px;
        top: 5%;
        background-size: contain;
    }
}
@media screen and (min-width:1200px) and (max-width:1600px){
    .calculate .banner-wrap-main:after {
        right: -8%;
        max-width: 672px;
        height: 568px;
        top: 5%;
        background-size: contain;
    }
}
@media(max-width:1199px){
    .calculate .banner-wrap-main:after {
        right: -8%;
        max-width: 442px;
        height: 568px;
        top: 5%;
        background-size: contain;
    }
    .calculate .banner-text-wrap{
        max-width: 550px;
    }
}
@media(min-width:992px){
   
    header .main-link-menu ul.sub-menu li {
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom: 1px solid #E8F0F7;
    }
    header .main-link-menu ul.sub-menu li:last-child{
        padding-bottom: 0;
        border-bottom: 0;
    }
    header .main-link-menu ul.sub-menu{
        padding: 20px;
    }
}

/* our mission */
.title-main{
    margin-bottom: 80px;
}
.title-main.center-title{
    margin-bottom: 80px;
    z-index: 1;
    position: relative;
}
.service-wrap-box{
    padding: 68px 34px;
    background-color: var(--light-bg-color);
    height: 100%;
    border-radius: 60px 60px 60px 0px;
    display: block;
}
.service-wrap-box .service-cta span{
    margin-right: 6px;
}
.service-wrap-box .service-cta img{
    transition: all 0.3s ease-in-out;
}
.service-wrap-box:hover .service-cta img{
    margin-left:5px;
}
.service-wrap-box >img{
    max-height: 42px;
}
.protection .service-wrap-box >img{
    max-height: unset;
}
.service-wrap-box img{
    margin-bottom: 16px;
}
.service-wrap-box .service-cta img{
    margin-bottom: 0;
}
.service-wrap-box h3{
    margin-bottom:16px;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    gap: 6px;
}
.service-wrap-box:hover h3{
    color: #507DBB;
}
.service-wrap-box p{
    margin-bottom: 16px;
}
/* .our-mission-inner .service-wrap-box:hover h3{
    color: var(--global-font-title);
} */
.our-mission-inner .col-lg-4{
    margin-bottom: 30px;
}
 .service-wrap-box h3 .vector-shape{
    position: relative;
}
 .service-wrap-box h3 .vector-shape:after{
    content: "";
    background: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 46%;
    width: 15px;
    height: 13px;
    right: -22px;
    background-size: cover;
    transform: translate(0,-50%);
}
.commercial .service-wrap-box h3 .vector-shape:after{
    filter: brightness(0) saturate(100%) invert(45%) sepia(96%) saturate(2834%) hue-rotate(322deg) brightness(101%) contrast(101%);
}
.service-wrap-box span{
    display: flex;
    gap: 6px;
    align-items: center;
    color: #0C2A41;
    font-family:var(--main-title-font);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; 
    text-transform: capitalize;
}
.service-wrap-box span img{
    transition: all 0.3s ease-in-out;
}
.service-wrap-box:hover span img{
    transform: translateX(3px);
}
a.link-btn {
    font-weight: bold;
    color: var(--global-font-title);
    font-family: var(--main-title-font);
    font-size: 15px;
    position: relative;
    padding-right: 20px;
    display: inline-block;
    line-height: 18px;
}
a.link-btn::after{
    content: "";
    background: url(../images/arrow-line.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 3px;
    width: 11px;
    height: 10px;
    right: 0;
    background-size: cover;
}
.our-mission  .service-main{
    margin-bottom: 30px;
}

/* clien slider */
.client-logo-wrap .logos-main .slick-list{
    margin-right: calc(-100vw / 2 + 1200px / 2);
}
.client-logo-img img{
    padding-right: 72px;
    max-width: 300px;
    max-height: 70px;
}
.client-logo-wrap{
    padding: 120px 0;
    overflow: hidden;
}
 .logos-main .slick-track{
    display: flex;
    align-items: center;
 }
 .slider-testimonial .slick-track{
    display: flex;
    align-items: center;
 }
 .testimonial-wrap .col-lg-6{
    width: 100%;
    position: relative;
 }
 .slider-testimonial.slick-initialized.slick-slider {
    max-width: 592px;
    margin: 0 auto;
    position: unset;
}
.slider-testimonial .slick-next{
    right: 16px;
}
.slider-testimonial .slick-prev {
    left: 16px;
}
/* choose us */
.choose-us{
    padding: 150px 0 120px;
    background-color: var(--dark-bg-color);
    border-radius: 200px 0px;
    position: relative;
}
.choose-us .title-main{
    max-width: 520px;
}
.wrap-choose-item{
    margin-bottom: 40px;
}
.main-img-wrap img{
    display: inline-block;
    width: 520px;
    max-height: 570px;
    object-fit: cover;
    object-position: center 80%;
    border-radius: 140px 0px 140px 140px;
}
.main-img-wrap{
    text-align: right;
}
/* .choose-img {
    display: inline-block;
    border-radius: 140px 0px 140px 140px;
    object-fit: cover;
    max-height: 546px;
    width: 520px;
    height: 570px;
    position: relative;
    overflow: clip;
    margin-left: 12%;
} */
/* .choose-img:after{
    content: "";
    position: absolute;
    background-image: url(../images/ch-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
} */
.shap-choose img{
    position: absolute;
    right: 0;
    top: -34px;
    z-index: 0;
}



/* testimonial */
.testimonial-main{
    padding: 68px 34px;
    background-color: var(--light-bg-color);
    border-radius: 60px 60px 0px 60px;
    margin: 0 10px;
}
.icon-text{
    width: 60px;
    height: 60px;
    font-size: 32px;
    font-weight: 700;
    background-color: #507DBB;
    border-radius: 100%;
    text-align: center;
    line-height: 57px;
    color: var(--white-bg);
    text-transform: uppercase;
}
.testimonial-main .d-flex.align-items-center{
    gap: 20px;
}
.testimonial-wrap .testimonial-main .name-title{
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
}
.testimonial-wrap {
    padding: 120px 0 0;
}
@media(max-width:767px){
    .testimonial-wrap .testimonial-main .name-title{
        line-height: 22px;
        width: calc(100% - 80px);
    }
}

/* process step */

.our-journey .row.sticky-top-main{
    padding-top: 120px;
    padding-bottom: 120px;
    border-top: 1px solid #E8F0F7;
}
.our-journey .title-main{
    margin-bottom: 0;
    max-width: 520px;
    position: sticky;
    top: 180px;
}
.our-journey .title-main p ,.progress-step-wrap .step-item p{
    margin-bottom: 0;
}
.progress-step-wrap .step-item:last-child {
    padding-bottom: 0px;
}
/* .our-journey .col-lg-6.sticky-top-child:after {
    content: "";
    position: absolute;
    background: #fff;
    bottom: 0;
    width: 100%;
    height: 280px;
} */
.step-item {
    padding: 0 55px 80px 55px;
    position: relative;
    margin-left: 18px;
}
.step-item:before {
    content: "";
    background: #507DBB;
    width: 34px;
    height: 34px;
    position: absolute;
    border-radius: 100px;
    left: -16px;
    top: 23px;
}
.step-item h2{
    font-size: 60px;
    line-height:75px ;
    color: #507DBB;
}
.step-item:after {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    background: var(--light-bg-color);
    top: 20px;
    z-index: -1;
}
.progress-step-wrap .step-item:last-child::after{
    display: none;
}

/* accordion_answer */
.faq-section{
    padding: 120px 0 100px;
}
.accordion {
    min-height: 450px;
}
.accordion_answer p:last-child{
    margin-bottom: 0;
}
.faq-section .col-lg-8.text-center{
    margin-bottom: 68px;
}
.accordion_box {
    padding: 40px 60px 40px 0;
    border-bottom: 1px solid var(--light-bg-color);
}
.accordion_box:last-child{
    border: none;
    padding-bottom: 0;
}
ol li{
    list-style: decimal;
}
ul li{
    list-style: disc;
}
p.error {
    margin-top: -17px;
    color: #FF3333;
    margin-bottom: 0;
    display: none;
}

.accordion_question h5 {
    margin: 0;
    color: var(--global-font-title);
    font-size: 20px;
    font-weight:700;
}

.accordion_question {
    position: relative;
    cursor: pointer;
}

.accordion_question:before {
    content: "";
    display: block;
    background-image: url(../images/plush-icon.png);
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    position: absolute;
    right: -50px;
    top: 0px;
    background-size: contain;
    transition: all 0.4s;
}

.accordion_box.active .accordion_question:before {
    transform: rotate(45deg);
    background-position: center;
}

.accordion_answer {
    display: none;
    margin-top: 16px;
}
.accordion_answer p span{
    font-weight: 500 !important;
}
.accordion .accordion_box:first-child .accordion_answer {
    display: block;
}

.accordion_answer a.defualt_btn:hover {
    color: var(--global-font-title);
}
@media(max-width:767px){
    .accordion_question:before{
        width: 20px;
        height: 20px;
    }
    .accordion_question:before{
        right: -30px;
    }
}

/* mmp-section  */
.mmp-section {
    overflow: hidden;
    padding-top: 20px;
}
.single-format-standard .mmp-section .mmp-section-wrap{
    border: none;
}
.mmp-section-wrap {
    padding: 110px 0 120px;
    border-top: 1px solid #E8F0F7;
}
.slider-insta .frame-img {
    padding-right: 32px;
  }
  .slider-insta .frame-img img{
      border-radius: 0px 60px 60px 60px;
      max-height: 420px;
      min-height: 420px;
      object-fit: cover;
      width: 100%;
  } 

.slider-insta .slick-list {
    margin-right: calc(-100vw / 2 + 550px / 2);
}
.slider-insta.four-slides .slick-list{
    margin-right: 0;
}
.slider-insta.four-slides .slick-track{
    width: 100% !important;
    display: flex;
    justify-content: center;
    margin-left: inherit !important;
    margin-right: inherit !important;
}
.slider-insta.four-slides  .slick-slide{
    width: 33.33% !important;
}
.mmp-section-wrap h2{
    padding-bottom: 80px;
}
.slider-insta .slick-prev,.explore-blog .slick-prev{
    left: auto;
    right: 70px;
    top: -127px;
}
.slider-insta .slick-next,.explore-blog .slick-next{
    right: 0;
    top: -127px;
}
.mmp-section .main-btn{
    margin-top: 41px;
}
@media(max-width:480px){
    .slider-insta .frame-img{
        padding-right: 0;
    }
}

/* conatct-form */
.contact-section{
    padding: 120px 0;
    background-color: var(--dark-bg-color);
    border-radius: 200px 0px 200px 0px;
    position: relative;
}
.contact-section .shap-contact img.top {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 0;
}
.contact-section .shap-contact img.bottom {
    position: absolute;
    left:0;
    bottom:-90px;
    z-index: 0;
}
.contact-section input {
    width: 100%;
    display: block;
    height: 52px;
    padding: 5px 34px;
    border-radius: 40px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
    font-family: var(--font-body);
    color: #0C2A41;
}
.contact-section input[type="submit"]{
    color: var(--color-white-text);
    width: auto;
}
.contact-section input::-webkit-input-placeholder, .contact-section ::-webkit-input-placeholder,.contact-section input::placeholder {
    color: #7F92AD;
    font-weight: 500;
    font-family: var(--font-body);
}
.contact-section .wpcf7-response-output,  .contact-section .wpcf7-response-output{
    color: var(--color-white-text);
}
.contact-form .nice-select.cf7-select.wide .current{
    line-height: 29px;
    font-family: var(--font-body);
    color: #0C2A41;
    font-weight: 600;
    font-size: 18px;
}
.contact-section label{
    width: 100%;
    font-weight: 700;
    line-height: 25px;
    text-transform: capitalize;
    color: #fff;
    font-family: var(--main-title-font);
    font-size: 20px;
    line-height: 25px;
}
.nice-select.cf7-select.wide {
    border-radius: 40px;
}
.contact-form span.wpcf7-list-item.first.last {
    margin: 0;
}
.contact-form span.wpcf7-list-item.first.last  input ,
.wpcf7-acceptance input{
    width: auto;
    margin-top: 15px;
    position: absolute;
    bottom: 0;
}

.wpcf7-form .wpcf7-radio input[type=radio] {
    position: relative;
    visibility: hidden;
}

span.wpcf7-list-item.first.last .wpcf7-list-item-label ,.wpcf7-acceptance .wpcf7-list-item-label{
    padding-bottom: 70px;
    display: block;
}

.wpcf7 .wpcf7-list-item {
    display: block;
    margin-bottom: 10px;
}

.contact-form textarea {
    height: 52px;
    max-height: 200px;
    min-height: 52px;
    padding-top: 12px;
    border-radius: 40px;
    padding-left: 34px;
    padding-right: 34px;
}
.contact-form .content-link a {
	color:var(--primary-color);
}
.contact-form .col-lg-6 ,.contact-form .col-lg-12{
    margin-bottom: 20px;
}
.contact-form .col-lg-12:last-child {
    margin: 0;
}
.contact-form .nice-select.cf7-select.wide {
    margin-bottom: 20px;
    margin-top: 16px;
    padding-left: 34px;
    padding-right: 34px;
    min-height: 52px;
    line-height: 52px;
}
.wpcf7-not-valid-tip{
    margin-top: 3px;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    color: var(--color-white-text);
}
.nice-select .option{
    line-height: 29px;
    font-family: var(--font-body);
    color: #0C2A41;
    font-weight: 600;
    font-size: 18px;
    line-height: 40px;
}
.contact-form [data-name="checkbox-668"].wpcf7-form-control-wrap {
    margin-top: 0;
}
  
.wpcf7-form .wpcf7-radio label {
position: relative;
cursor: pointer;
}

.wpcf7-form .wpcf7-radio input[type=radio] {
    position: relative;
visibility: hidden;
}
.wpcf7-form-control-wrap{
    margin-top: 16px;
    display: block;
}
.wpcf7-form .wpcf7-radio input[type=radio] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 18px;
    width: 18px;
    top: 0px;
    border: 2px solid #222;
}

.wpcf7-form .wpcf7-radio input[type=radio] + span:after {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 6px;
    left: 6px;
    visibility: hidden;
}
  /* for check box */
.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:before {
    background: transparent;
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:after {
    background: #507DBB;
    visibility: visible;
}

.wpcf7-form .wpcf7-checkbox label 
 {
    position: relative;
    cursor: pointer;
}
.contact-section .wpcf7-acceptance label{
    cursor: pointer;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox] 
{
position: relative;
 visibility: hidden;
}
.wpcf7-form .wpcf7-acceptance input[type=checkbox]{
    visibility: hidden;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item{
margin: 0;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before ,
.wpcf7-form .wpcf7-acceptance input[type=checkbox] + span:before{
    display: block;
    position: absolute;
    content: '';
    border-radius: 5px;
    height: 52px;
    width: 52px;
    bottom: 0px;
    border: 2px solid var(--color-white-text);
    border-radius: 100%;
    background: var(--white-bg);
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after,
.wpcf7-form .wpcf7-acceptance input[type=checkbox] + span:after  {
    display: block;
    border-radius: 0;
    bottom: 15px;
    left: 20px;
    visibility: hidden;
    color: #507DBB;
    content: "";
    background-color: transparent;
    position: absolute;
    width: 9px;
    border-bottom: 3px solid #507DBB;
    height: 23px;
    border-right: 3px solid #507DBB;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.nice-select:after{
    border-bottom: 2px solid #0C2A41;
    border-right: 2px solid #0C2A41;
    height: 8px;
    width: 8px;
    right: 24px;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:before ,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked + span:before {
    background:var(--white-bg);
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:after,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked + span:after  {
    visibility: visible;
}

.script-checkbox label.label-selected {
    background: red;
}
  /* check box End*/

.map-main ,.map-main iframe{
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 606px;
    max-width: 520px;
}
.map-main{
    border-radius: 60px 0px 60px 60px;
    top: 0;
    left: 0;
    object-fit: cover;
}
.map-main div#map {
    position: static !important;
}
/* jarallax*/
.jarallax{position:relative;z-index:0}
.jarallax>.jarallax-img,picture.jarallax-img img{position:absolute;object-fit:cover;top:0;left:0;width:100%;height:100%;z-index:-1}



.privacy-main {
    padding: 80px 0;
}
.content-block{
    margin-bottom: 40px;
}
.content-link{
    display: inline-block;
    font-weight: 700;
    line-height: 25px;
    text-transform: capitalize;
    color: #fff;
    font-family: var(--main-title-font);
    font-size: 20px;
    line-height: 25px;
}
.privacy-main h3,.privacy-main h2 {
    margin-top: 50px;
}
.privacy-main h3 span ,.privacy-main h2 span {
    font-weight: bold !important;
}
.privacy-main ul li{
    list-style: initial;
    margin-bottom: 10px;
}
.privacy-main ul{
    margin-bottom: 20px;
    padding-left: 20px;
}
.privacy-main .col-lg-12 > h2{
    margin-top: 0;
}
.privacy-main a{
    text-decoration: underline;
    color: var(--primary-color);
}
.privacy-main p,.privacy-main p span{
    font-weight: 500 !important;
}
.privacy-main ul li,.privacy-main ul li span{
    font-weight: bold !important;
}
@media(min-width:1921px){
.banner-wrap-main{
    max-width:100% !important;
}
}
@media (min-width: 1600px){
    .shap-choose img{
        right: 135px;
    }
    .choose-us ,.contact-section{
        max-width: 1920px;
        margin: 0 auto;
    }
    .choose-us .row.sticky-top .col-lg-6:first-child{
        padding-right: 0;
    }
    .banner-wrap-main{
        max-width: 1920px;
        margin: 0 auto;
    }
}
@media (min-width: 1400px){
    .container{
        max-width: 1248px;
    }
}
@media (max-width: 1540px){
    .banner-wrap-main:after{
        max-width: 582px;
    }
    
}
@media (max-width: 1540px){
    .banner-main .banner-img img{
        width: 36.9vw;
        top: 60px;
    }
}
@media (max-width: 1366px){
    h1{
        font-size: 58px;
    }
    .banner-wrap-main:after{
        max-width: 450px;
    }
    .banner-main .banner-img img{
        top: 10%;
    }
}

@media (min-width: 992px){
    .footer-middle .footer-middle-wrap .col-lg-4 p:last-child{
        margin-bottom: 0;
    }

}

@media(max-width: 1399px){
    header a.main-btn{
        padding: 14px 20px;
        font-size: 13px;
    }
    header .main-link-menu ul li {
        margin-right: 10px;
    }
    .contact-section .shap-contact img.bottom ,
    .contact-section .shap-contact img.top{
        width: 180px;
    }
    .shap-choose img{
        width: 250px;
    }
    .service-wrap-box{
        padding: 40px 30px;
    }
    .client-logo-wrap .logos-main .slick-list {
        margin-right: calc(-100vw / 2 + 1108px / 2);
    }
    .contact-section label{
        font-size: 18px;
    }
}

@media(max-width: 1199px){
    .logo-main img{
        max-height: 45px;
    }
    header .main-link-menu ul li a{
        font-size: 12px;
    }
    .slider-insta .frame-img img{
        max-height: 310px;
        min-height: 310px;
    }
    .client-logo-wrap .logos-main .slick-list {
        margin-right: calc(-100vw / 2 + 930px / 2);
    }
}
@media (max-width: 1024px){
    .banner-wrap-main:after{
        max-width: 335px;
    }
    .calendly-inline-widget.calendly-mobile {
        padding: 0 20px 60px;
    }
    .choose-us{
        padding: 80px 0 80px;
        border-radius: 80px 0px;
    }
    .slick-Planner .wrap-choose-item{
        padding: 0 20px;
        margin-bottom: 0;
    }
    .slick-Planner ul.slick-dots{
        margin-bottom: 30px;
    }
    .shap-choose img {
        width: 130px;
    }
    .banner-main .banner-img img{
        top: 19%;
        width: 36.9vw;
    }
    h1{
        font-size: 58px;
        line-height: 68px;
    }
    h2 { 
        font-size: 36px;
        line-height: 46px;  
    }
    h3{
        font-size: 20px;
        line-height:30px;  
    }
    h4{ 
        font-size: 18px;
        line-height: 28px;  
    }
    h5{ 
        font-size: 19px;
        line-height: 26px;  
    }
   
    .contact-section label{
        font-size: 16px;
    }
    .client-logo-img img{
        max-height: 60px;
    }
}
@media screen and(min-width:768px) and (max-width:991px){
    .calculate .banner-main .banner-img img{
        width: 45vw;
    }
    .our-journey .title-main{
        position: static;
    }
}
@media(max-width:1199px){
    body .plan-section .plan-content::after{
        right: 5%;
        bottom: -44%;
        width: 65%;
    }
}
@media(max-width: 991px){
    .footer-middle-wrap{
        padding-bottom: 20px;
    }
   
    .team-popup-content{
        min-height: auto;
        max-height: inherit;
    }
    .single-format-standard .mmp-section .mmp-section-wrap{
        border: none;
    }
    .progress-step-wrap {
        margin-top: 30px;
    }
    .our-mission .row.justify-content-center{
        margin-bottom: 30px;
    }
    .contact-section .container >.row:last-child {
        flex-direction: column-reverse;
    }
    
    h1 {
        font-size: 48px;
        line-height: 65px;
    }
    .client-logo-wrap .logos-main .slick-list {
        margin-right: calc(-100vw / 2 + 690px / 2);
    }
    .slider-insta .frame-img img{
        max-height: 320px;
        min-height: 320px;
    }
    header .main-link-menu {
        display: none;
    }
    .menubar-main{
        margin-left:0px;
    }
    .banner-img{
        text-align: right;
    }
    .banner-wrap-main:after {
        max-width: 448px;
        bottom: 60px;
        top: inherit;
        right: 130px;
    }
    .banner-main .banner-img img {
        top: 19%;
        position: relative;
        display: inline-block;
        width: 79.9vw;
        margin-right: -10%;
    }
   
    .calculate .banner-wrap-main:after {
        max-width: 460px;
        bottom:auto;
        top: 4%;
        background-position: bottom;
        right: -8%;
        background-size: contain;
        height: 100%;
    }

    .service-main{
        margin-bottom: 30px;
    }
    .protection .service-main{
        margin-bottom:50px;
    }
    .service-main:last-child{
        margin-bottom: 0;
    }
    .our-mission, .testimonial-wrap {
        padding-top: 60px;
    }
    .title-main.center-title{
        margin-bottom: 40px;
    }
    .choose-us .title-main {
        max-width: 100%;
    }
    .choose-img{
        margin-left: 0;
        margin-top: 40px;
    }
    .contact-form {
        margin-bottom: 50px;
        z-index: 1;
        position: relative;
    }
    .banner-main ,.choose-us ,.faq-section ,.mmp-section-wrap{ 
        padding: 80px 0 80px;
    }
    .calculate .banner-main{
        padding-bottom: 0;
    }
    .our-mission,.testimonial-wrap {
        padding-top: 60px;
    }
    .client-logo-wrap{
        padding: 80px 0;
    }
   .progress-step-wrap .step-item:last-child {
        padding-bottom: 80px;
    }
    
    .our-journey .row.sticky-top{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .contact-section{
        padding: 80px 0 50px;
    }
    .our-journey .col-lg-6.sticky-top-child:after{
        display: none;
    }
    .slider-insta .slick-prev , .slider-insta .slick-next {
        top: -90px;
    }
    .mmp-section-wrap h2 {
        padding-bottom: 50px;
    }
    footer.site-footer .footer-top {
        padding: 80px 0 40px;
    }
    footer.site-footer {
        border-radius: 80px 0px 0px 0px;
    }
    .contact-section ,.choose-us{
        border-radius: 80px 0px 80px 0px;
    }
    .contact-section .shap-contact img.bottom, .contact-section .shap-contact img.top {
        width: 100px;
    }
    .step-item {
        padding: 0 45px 30px 45px;
    }
    .mmp-story-main .story-img img {
        border-radius: 60px 0 60px 60px !important;
        margin-bottom: 30px;
    }
    .meet-section .title-main{
        margin-bottom: 60px !important;
    }
   
}
@media(max-width: 767px){
    .meet .banner-wrap-main .banner-main{
        padding-bottom: 0;
    }
    .contact-section .shap-contact img.top{
        top: -10px;
    }
    .mmp-policy .coolie-policy-main::after{
        display: none;
    }
   
    .meet .banner-wrap-main:after{
        max-width: 320px;
        height: 400px;
        left: 8%;
        bottom: -9% !important;
    }
    .contact-form ,.meet-section .title-main{
        margin-top: 0;
        margin-bottom: 30px !important;
    }
    .contact-form .d-inline-block p{
        margin-bottom: 0;
    }
    .title-main.center-title{
        margin-bottom: 0;
    }
    .contact-section .row.contact_form_map {
        flex-direction: column-reverse;
    }

    footer.site-footer{
        border-radius: 90px 0px 0px 0px;
    }
    .our-journey .row.sticky-top{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    footer.site-footer .footer-top {
        padding: 80px 0 40px;
    }
    .client-logo-wrap .logos-main .slick-list {
        margin-right: calc(-100vw / 2 + 510px / 2);
    }
    .banner-wrap-main:after {
        max-width: 450px;
        bottom: -130px;
        top: inherit;
        right: 0;
        background-size: contain;
        left: inherit;
    }
    .slider-insta .slick-list {
        margin-right: calc(-100vw / 2 + 510px / 2);
    }
    .mmp-section-wrap h2 {
        padding-bottom: 80px;
    }
    .slider-insta .slick-prev, .slider-insta .slick-next,.explore-blog .slick-prev,.explore-blog .slick-next {
        top: -40px;
    }
    .explore-blog .slick-prev{
        right: 85px;
    }
    .explore-blog .slick-next{
        right: 15px;
    }
    .main-img-wrap img {
        width: 100%;
        max-height: 520px;
        object-position: center 80%;
        border-radius: 60px 0px 60px 60px;
    }
    .client-logo-img img{
        max-height: 60px;
    }
    .meet-section .meet-img img{
        border-radius: 20px 20px 20px 0 !important;
    }
}
@media(max-width: 575px){
    h1{
        font-size: 36px;
        line-height:53px;
    }
    h2{
        font-size: 32px;
        line-height: 48px;
    }
    .contact-section input ,.contact-form .nice-select.cf7-select.wide .current{
        font-size: 15px;
    }
    .nice-select .option{
        font-size: 15px;
    }
    .title-main {
        margin-bottom: 40px;
    }
    .contact-section {
        padding: 60px 0 60px;
    }
    .contact-section, .choose-us {
        border-radius: 40px 0px 40px 0px;
    }
    .client-logo-img img{
        max-height: 55px;
    }
    .testimonial-main {
        padding: 30px 20px;
        border-radius: 30px 30px 0px 30px;
    }
    .service-wrap-box {
        padding: 30px 30px;
        border-radius: 30px 30px 30px 0px;
    }
    .main-img-wrap img {
        width: 100%;
        max-height: 390px;
        object-position: center 80%;
        border-radius: 40px 0px 40px 40px;
    }
    .accordion_box{
        padding: 20px 40px 20px 0;
    }
    .client-logo-wrap .logos-main .slick-list {
        margin-right: calc(-100vw / 2 + 344px / 2);
    }
    .shap-choose img {
        width: 90px;
    }
    .contact-section .shap-contact img.bottom, .contact-section .shap-contact img.top {
        width: 80px;
    }
    .step-item{
        padding:0 25px 30px 25px;
        margin-left: 12px;
    }
    .step-item:before{
        left: -12px;
        width: 25px;
        height: 25px;
    }
    .step-item h2 {
        font-size: 50px;
        line-height: 75px;
        margin: 0;
    }
    .banner-main{
        padding: 60px 0 60px;
        border-radius: 0px 0px 100px 0px;
    }
    .our-mission, .testimonial-wrap {
        padding-top: 60px;
    }
    .our-journey {
        padding-bottom: 40px;
    }
    .progress-step-wrap .step-item:last-child {
        padding-bottom: 0;
    }
    .contact-form .col-lg-6, .contact-form .col-lg-12 {
        margin-bottom: 0;
    }
    .banner-main .banner-img img{
        width: 98.9vw;
    }
    .banner-wrap-main:after {
        max-width: 320px;
        bottom: -360px;
    }
    .banner-text-wrap {
        position: relative;
        z-index: 1;
    }
    footer .footer-wrap-main {
        max-width: 100%;
    }
    footer.site-footer .footer-top {
        padding: 60px 0 40px;
    }
    footer.site-footer {
        border-radius: 40px 0px 0px 0px;
    }
    .slider-insta .slick-list {
        margin-right: 0;
    }
    .slider-insta .frame-img img{
        border-radius: 0px 30px 30px 30px;
        padding: 0;
    }
    .mmp-section-wrap h2 {
        padding-bottom: 70px;
    }
    .banner-main, .choose-us, .faq-section, .mmp-section-wrap {
        padding: 60px 0 60px;
    }
    .contact-section .shap-contact img.bottom, .contact-section .shap-contact img.top {
        width: 80px;
    }
    .contact-section .shap-contact img.bottom{
        bottom: -50px;
    }
    .accordion_question h5{
        font-size: 17px;
    }
    .accordion_answer p{
        font-size: 16px;
    }
    .client-logo-wrap {
        padding: 60px 0;
    }
    .map-main{
        border-radius: 60px 0px 60px 60px;
        min-height: 350px;
        max-width: 100%;
    }
    
    .footer-bottom .policy-info .policy-link{
        display: inline-block;
    }
    .footer-bottom .policy-info .seo-web{
        display: block;
    }
    .page-template-thank-you-php .text-center>h1{
        padding-top: 40px;
        font-size: 40px;
        }
    .privacy-main {
        padding: 60px 0;
    }
}


@media(max-width: 375px){
    h1 {
        font-size: 32px;
        line-height: 49px;
    }
    .logo-main img {
        max-height: 35px;
    }
    header a.main-btn {
        padding: 10px 14px;
        font-size: 13px;
    }
    /* .main-img-wrap img{
        max-height: 300px;
    } */
    .client-logo-wrap .logos-main .slick-list {
        margin-right: calc(-100vw / 2 + 280px / 2);
    }
    .wrap-mobile-menu {
        max-width: 290px;
        width: 290px;
    }
    .contact-section .shap-contact img.bottom, .contact-section .shap-contact img.top {
        width: 80px;
    }
    .contact-section .shap-contact img.bottom {
        bottom: -50px;
    }
    .mobile-menu-wp ul.menu>li>a{
        font-size: 22px;
    }
    .client-logo-img img {
        height: 45px;
    }
    .logo-main a img:last-child, .inner-page .fixed .logo-main a img:last-child{
        max-width: 88px;
    }
    .menubar-main {
        margin-left:0px;
    }
}
/* inner-page */
.banner-wrap-main{
    overflow: hidden;
    padding-bottom: 150px;
}
.banner-wrap-main-inner .banner-main .banner-img img{
    position: relative;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    border-radius: 140px 0 140px 140px;
    top: 0 !important;
    left: 0 !important;
}
/* .banner-wrap-main-inner{
    overflow: hidden;
} */
.inner-page .banner-wrap-main-inner .banner-main {
    background-color: transparent;
    padding-bottom: 0!important;
}
.inner-page .banner-wrap-main-inner .banner-main h1 {
    color: var(--global-font-title)!important;
}
.inner-page .banner-wrap-main-inner .banner-main p {
    color: var(--global-font-color)!important;
}
.meet-team .banner-wrap-main {
    padding-bottom: 0;
}
.banner-wrap-main-inner .banner-main h1{
    margin-bottom: 16px;
    /* margin-right: -4px; */
}
.ownership .banner-wrap-main-inner .banner-main h1{
    margin-right: -4px;
}
.banner-wrap-main-inner .banner-main{
    padding-top: 230px;
}
.banner-wrap-main-inner .banner-main .row{
    align-items: center;
}
.banner-wrap-main-inner:after {
    content: '';
    background: url(../images/residential-mortgages-banner-vector.png);
    position: absolute;
    right: 0;
    max-width: 632px;
    height: 930px;
    background-repeat: no-repeat;
    top:-8px;
    width: 100%;
    z-index: 0;
    background-position: right;
}
.inner-page .banner-wrap-main-inner:after{
    background: url(../images/inner-page-shape.png);
    background-repeat: no-repeat;
    max-width: 51%;
    top: 150px;
}

.banner-text-wrap{
    z-index: 1;
    position: relative;
}
.inner-page .banner-wrap-main-inner .banner-main{
    background-color: transparent;
    padding-bottom: 0 !important;
}
.inner-page .banner-wrap-main-inner .banner-main h1{
    color: var(--global-font-title) !important;
}
@media screen and (min-width:992px) and (max-width:1500px){
    .limited .banner-wrap-main-inner .banner-main h1{
        font-size: 50px;
        line-height: 67px;
    }
}
.inner-page .banner-wrap-main-inner .banner-main p{
    color: var(--global-font-color) !important;
}
.commercial .banner-wrap-main-inner:after,.commercial .contact-section .shap-contact img,.commercial .step-item:before,.commercial .step-item h2,.commercial .shap-choose img{
    filter: invert(55%) sepia(81%) saturate(607%) hue-rotate(333deg) brightness(95%) contrast(82%);
}
.commercial .testimonial-main .icon-text,.commercial .social-media ul li a{
    background-color: #DD7D44;
}
.commercial .slick-arrow:hover::before,.commercial .slick-arrow:focus::before{
    filter: brightness(0) saturate(100%) invert(100%) sepia(15%) saturate(7494%) hue-rotate(170deg) brightness(114%) contrast(122%);
}
.commercial .slick-arrow:before,.commercial .accordion_question:before,.commercial .service-wrap-box h3 img{
filter: invert(44%) sepia(41%) saturate(3645%) hue-rotate(322deg) brightness(101%) contrast(101%);
}
.commercial .slick-arrow:hover,.commercial .slick-arrow:focus,.commercial a.main-btn,.commercial input[type="submit"],.commercial .contact-section input[type="submit"] {
  background-color: #FF4B6C;
  border-color: #FF4B6C;
}
.introduction-text{
    max-width: 800px;
    margin: auto;
    text-align: center;
}
.introduction-text-main{
    padding: 60px 0 40px;
    border-top: 1px solid #E8F0F7;
}
.our-mission .main-btn{
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
}
.our-mission .service-btn{
    padding-bottom: 120px;
    border-bottom: 1px solid rgba(232, 240, 247, 1);
}
.security-main,.mmp-story-main,.meet .mmp-section{
    padding-top: 120px;
}
.mmp-story-main .story-img img{
    border-radius: 140px 0 140px 140px;
}
.mmp-story-main .story-content{
    max-width: 592px;
    margin-left: auto;
}
.cta-btn {
    margin-top: 40px;
}
.security-main .service-main{
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.security-main .service-main ul,.inner-page .our-mission .service-wrap-box ul, .protection .our-mission .service-wrap-box ul{
    padding-bottom: 16px;
}
.security-main .service-main h6{
    font-size: 60px;
    color:rgba(80, 125, 187, 1);
    font-weight: 700;
    line-height: 125%;
    text-transform: capitalize;
}
.security-main .service-main p{
    margin-bottom: 40px;
}
.security-main .shape{
    width: 34px;
    height: 34px;
    background-color: rgba(80, 125, 187, 1);
    border-radius: 50px;
    margin-top:auto;
}
.blog-main,.coolie-policy-main{
    padding: 120px 0 100px;
    background-color: rgba(12, 42, 65, 1);
    border-radius: 0px 0px 200px 0px;
    position: relative;
    overflow: hidden;
}
.coolie-policy-main::after{
    left: -30px !important;
}
.blog-main::after,.coolie-policy-main::after{
    content: '';
    background: url(../images/cont-shap-02.png);
    position: absolute;
    left: 0;
    height: 410px;
    background-repeat: no-repeat;
    top: -20px;
    width: 100%;
    z-index: 0;
    max-width: 262px;
}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button{
    padding:16px 20px !important
  }

.mmp-policy .coolie-policy-main::after{
    top: 40%;
}
.blog-main::before,.coolie-policy-main::before{
    content: '';
    background: url(../images/blog-shape.png);
    position: absolute;
    left: auto;
    right:-10px;
    height: 410px;
    background-repeat: no-repeat;
    top:100px;
    width: 100%;
    z-index: 0;
    max-width: 262px;
}
.commercial-privacy-notice::after{
    content: '';
    background: url(../images/mmp-shape.png);
    position: absolute;
    left: 0;
    height: 250px;
    background-repeat: no-repeat;
    top: 50%;
    width: 100%;
    z-index: 0;
    max-width: 242px;
    transform: translate(0,-50%);
}
.commercial-privacy-notice::before{
    content: '';
    background: url(../images/mmp-shape-01.png);
    position: absolute;
    left: auto;
    right:0;
    height: 372px;
    background-repeat: no-repeat;
    top:-30px;
    width: 100%;
    z-index: 0;
    max-width: 211px;
}


.coolie-policy-main{
    overflow: hidden;
}
.coolie-policy-main::before{
    top: 40px !important;
    right:-40px !important;
}
.post-main,.cookie-policy-content-main,.commercial-privacy-notice{
    padding-top: 120px;
    padding-bottom: 100px;
    position: relative;
}
.commercial-privacy-notice{
    border-radius: 0px 0px 200px 0px;
background: #0C2A41;
}
.blog-main .blog-title,.post-main .post-title,.coolie-policy-main .cookie-policy-title,.commercial-privacy-notice .cookie-policy-title{
    max-width: 800px;
    margin: auto;
    text-align: center;
    margin-bottom:60px;
    z-index: 1;
}
.blog-main .blog-title h1,.coolie-policy-main .cookie-policy-title h1,.coolie-policy-main .cookie-policy-title h2,.commercial-privacy-notice .cookie-policy-title h2{
    color: #fff;
}
.blog-main .blog-title p,.coolie-policy-main .cookie-policy-title p,.commercial-privacy-notice .cookie-policy-title p{
    color: var(--light-font-color);
}
.commercial-privacy-notice .cookie-policy-title{
    margin-bottom: 0 !important;
}
.blog-main .row .col-lg-4{
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
}
.blog-main .featured-img img,.explore-blog .featured-img img{
    border-radius: 60px 60px 60px 0px;
    background: #E8F0F7;
    margin-bottom: 33px;
    width: 100%;
    max-height: 420px;
    min-height: 420px;
    object-fit: cover;
}
.blog-main .post-title h3,.explore-blog .post-title h3{
    color: #fff;
    margin-bottom: 20px;
}
.blog-main .row a{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.calculate .blog-main .row a{
    display:inline-block;
}
.blog-main .post-meta,.explore-blog .post-meta{
    margin-top: auto;
}
.blog-main  .date p,.explore-blog  .date p{
    margin-bottom: 0;
    font-weight: 600;
    line-height: 125%;
    color: #fff;
}
.blog-main  .date,.explore-blog  .date{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog .mmp-section-wrap{
    border-top: none;
    padding-top: 0;
}
.post-main .featured-img img{
    border-radius: 60px 60px 60px 0px;
    background: #E8F0F7;
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    margin-bottom: 80px;
}
.post-main .post-description{
    max-width: 930px;
}
.post-main .post-description hr{
    margin: 80px 0;
    background-color:#E8F0F7;
}.post-main .post-description h2{
    margin-bottom: 16px;
    text-transform: none;
}
.cookie-policy-content  h2{
    margin-bottom: 16px;
}
.cookie-policy-content .content{
    padding-bottom: 40px;
    margin-bottom: 60px;
    border-bottom: 1px solid #E8F0F7;
}
.cookie-policy-content .content:last-child a{
    text-decoration: underline;
}
.cookie-policy-content .content:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.cookie-policy-data{
    padding-bottom: 120px;
    border-bottom: 1px solid #E8F0F7;
}
.mmp-policy .cookie-policy-data{
    border-bottom: 0;
    padding-bottom: 0;
}
.cookie-policy-content .content ul{
    margin-bottom: 20px;
    padding-left: 1.2em;
}
.cookie-policy-content .content ul li{
    color: #3A5881;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    list-style: disc;
}
.post-main .post-share ul li{
    background-color: #507DBB;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    list-style: none;
}
.post-main .post-share ul{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 0;
}
.post-main .post-share{
    max-width: 176px;
    margin-left: auto;
    border-radius: 50px 50px 50px 0px;
    background: #E8F0F7;
    padding: 56px 20px;
    text-align: center;
}
.cookie-policy-content-main .cookie-policy-sidebar{
    border-radius: 50px 50px 50px 0px;
    background: #E8F0F7;
    padding: 56px 30px !important;
    max-width:416px;
    position: sticky;
    top: 100px;

}
body.mmp-policy.blog #page ,
body.mmp-policy-cookie.blog #page{
    overflow: visible;
}
.cookie-policy-sidebar ul{
    padding: 0;
    padding-right: 5px;
}
.cookie-policy-sidebar ul li{
    list-style: none;
}
.cookie-policy-content-main .cookie-policy-sidebar ul li a{
    color: #0C2A41;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    text-transform: capitalize;
    font-family: 'Filson Soft';
    display: block;
    border-radius: 33px;
    width: 100%;
    padding:12px 20px;
}
.cookie-policy-content-main .cookie-policy-sidebar ul li a.active{
    background-color: #CFDDEF;
}
.mmp-policy .site-main .cookie-policy-content-main:nth-child(4) .cookie-policy-sidebar ul li:first-child a{
    text-transform: none;
}
.cookie-policy-content-main .cookie-policy-sidebar ul li:last-child a{
    margin-bottom: 0;
}
.post-main .post-share h4{
    margin-bottom: 24px;
}
.explore-blog{
    padding: 120px 0;
    border-radius: 200px 0;
    background: #0C2A41;
}
.explore-blog .explore-blog-title h2{
    color: #fff;
    text-transform: capitalize;
}
.explore-blog .explore-blog-title{
    margin-bottom: 80px;
}
.inner-page .our-mission .service-wrap-box,.protection .our-mission .service-wrap-box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.inner-page .our-mission .service-wrap-box img,.protection .our-mission .service-wrap-box img{
    order: 3;
    max-height: 54px;
}
.inner-page .our-mission .service-wrap-box p,.protection .our-mission .service-wrap-box p{
    margin-bottom: 20px;
}
.blog .banner-main .banner-img img{
    width:49vw !important;
}
.meet-section .title-main{
    max-width:800px;
    margin: auto;
    margin-bottom: 80px;
}
.meet-section{
    padding: 0  0 90px;
}
.meet-section .meet-img img{
    border-radius: 60px 60px 60px 0px;
background: #E8F0F7;
margin-bottom: 40px;
}
.meet-section .author-name h3{
    font-size:25px;
    margin-bottom: 5px;
}
.meet-section .designation p{
    margin-bottom: 0;
    color: #0C2A41;
    font-weight: 600;
    line-height: 125%; 
    font-family: var(--font-body);
}
.grecaptcha-badge{
    z-index: 9;
}

.blog-post .mmp-section-wrap{
    border-top: 0;
}
.meet-box-main{
    margin-bottom: 30px;
    cursor: pointer;
}
::-webkit-scrollbar-thumb {
    background-color:#0c2a4138;
    border-radius: 8px;
}
::-webkit-scrollbar {
    width: 6px;
    height: 100%;
}


.team-popup-main {
	position:fixed;
	visibility:hidden;
	top:0px;
	z-index:999999;
	min-height:100%;
	transition:all .2s 0s;
    width: 100%;
    background-color:#fff;
    overflow-y: scroll !important;
    height: 100vh;
    overflow: hidden;
    padding-top: 120px ;
}
.team-popup-main::-webkit-scrollbar ,.team-popup-content::-webkit-scrollbar{
    display: none;
}
.team-popup-main .col-lg-12{
    display: flex;
    justify-content: space-between;
}
.team-popup-img{
    width:45%;
}
.team-popup-img img{
    border-radius: 140px 0px 140px 140px;
    max-width: 522px;
    width: 100%;
}
.team-popup-content{
    width:49%;
    min-height: 550px;
    max-height: 550px;
    overflow: auto;
}
.team-popup-content h2{
    margin-bottom: 16px;
}
.team-popup-main .container{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.popup-bottom{
    bottom: 0;
    border-radius: 200px 0px 0px 0px;
    background: #0C2A41;
    left: 0;
    padding: 120px 0;
    width: 100%;
    margin-top: 100px;
}
.bottom-content{
    max-width: 830px;
    margin: auto;
    text-align: center;
    color: #CFDDEF;
    padding: 0 15px;
}
.bottom-content p{
    color: #CFDDEF;
}
.btn-close img{
    filter: brightness(0) saturate(100%) invert(0%) sepia(8%) saturate(7470%) hue-rotate(96deg) brightness(98%) contrast(106%);
}
.et-lb-open {
	visibility:visible!important;
	width:100%;
}
.btn-close{
    position: fixed;
    right: 40px;
    top:20px;
    opacity: 1;
    z-index: 1;
    cursor: pointer;
}
.faq-section h5{
    text-transform: none;
}
 .team-popup-main:not(.et-lb-open) {
	transform:scale(.3);
    opacity:0;
}
.plan-section{
    padding:120px 0;
    background-color: #0C2A41;
    border-radius: 200px 0 200px 0;
}
.plan-section img{
    border-radius: 140px 0px 140px 140px;
    width: 100%;
    max-width: 522px;
    position: relative;
    z-index: 1;
}
.plan-section h2{
    color: #fff;
}
.plan-section p{
    color: #CFDDEF;
}
.plan-section .plan-content{
 padding-top: 30px;
 max-width: 520px;
 margin-left: auto;
 z-index: 1;
}
.plan-section .plan-content::after{
    content: '';
    background: url(../images/plan-shape.png);
    position: absolute;
    right: -35%;
    height: 340px;
    background-repeat: no-repeat;
    bottom: -30%;
    width: 100%;
    z-index: -1;
    background-size: contain;
}
.plan-section .plan-img::after{
    content: '';
    background: url(../images/plan-shape-1.png);
    position: absolute;
    left: -24%;
    height: 700px;
    background-repeat: no-repeat;
    top: -30%;
    width: 100%;
    z-index: 0;
    background-size: contain;
}
.calculator-row{
    max-width: 800px;
    margin: auto;
    position: relative;
    z-index: 1;
}
.calculator-form .form-group{
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px
}
.calculator-form .form-group label{
    color: #FFF;
    font-family:var(--main-title-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    text-transform: capitalize;
}
.calculator-form .form-group input::placeholder{
    color: #0C2A41 !important;
}
.calculator-form .form-group:first-child input{
   text-align: left;
}
.calculator-form .form-group input{
    padding:13px 34px;
    background-color: #fff;
    border-radius: 50px;
    border: none;
    outline: none;
    line-height: 160%;
    font-weight: 600;
    color: #0C2A41 !important;
    width: 100%;
    font-size: 18px;
}
span.percentage {
    position: absolute;
    top: 50%;
    font-family:var(--main-title-font);
    right: 34px;
    transform: translate(0,-34%);
    color: #0C2A41 !important;
    line-height: 160%;
    font-weight:700;
    font-size: 18px;
}
.calculator-form .nice-select{
    border-radius: 50px;
    border: none;
    outline: none;
    padding:6px 34px;
    background-color: #fff;
    height: auto;
    width: 100%;
}
.calculator-form .nice-select span{
    color: #0C2A41 !important;
    border-radius: 50px;
    border: none;
    outline: none;
    line-height: 160%;
    font-weight: 600;
    font-size: 18px;
}
.stamp-duty .form-group input{
    text-align: left;
}
.stamp-duty .form-group input::placeholder,.calculator-form .form-group:first-child input::placeholder{
    color:#7F92AD !important;
}
 .calculator-total{
    max-width: 312px;
    margin-left: auto;
}
.calculator-total h2, .calculator-total h3{
    color: #fff;
}
.calculator-total h3{
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #304A5E;
}
.calculate .blog-main::before{
    top: auto;
    bottom: 0;
}
.calculate.stamp-duty .blog-main::before{
    top: 50%;
    bottom: auto;
    transform: translate(0,-50%);
}
.calculate .mmp-story-main{
    padding-top: 0;
}
.calculate .mmp-story-main .story-content{
    margin-left: 0;
}
.meet-team .banner-wrap-main-inner .banner-main{
    border-radius: 0;
}
.meet-team .contact-section{
    border-radius: 0 0 200px 0;
}
.meet-team .contact-section{
    padding-top: 0;
}
.meet-team .contact-section .row.justify-content-center > *{
    max-width: 800px;
}

.meet-team .contact-section .container .row:last-child .wpcf7  .row{
    flex-direction: unset;
}
.meet-team .contact-section .container .row:last-child .map-main{
 margin-left: auto;
}
.meet-team .contact-section .row.justify-content-center{
    justify-content: flex-start !important;
}
.meet-team .contact-section .row.justify-content-center .title-main.center-title{
    text-align: left !important;
}
.meet-team .shap-contact{
    display: none;
}
.meet-team .banner-wrap-main-inner:after{
    content: none;
}
.meet-team .banner-wrap-main-inner .banner-img{
    position: relative;
}
.meet-team .banner-wrap-main-inner .banner-img::after{
    content: '';
    background: url(../images/team-shape.png);
    position: absolute;
    right: -52%;
    max-width: 502px;
    height: 400px;
    background-repeat: no-repeat;
    top: -10%;
    width: 100%;
    z-index: 0;
}
.meet-team .mmp-section-wrap{
    border-top: 0;
}
.error-404,.archive .site-main{
    padding: 120px 0;
    max-width: 1248px;
    margin: auto;

}
.archive .page-header{
    max-width: 1248px;
    margin: auto;
    text-align: center;
    margin-bottom: 80px;
}
.archive .page-content{
    text-align: center;
}
.archive .site-main article {
    margin-bottom: 60px;
    display: flex;
    flex-direction: row-reverse;
    gap: 30px;
}

.archive .site-main article .post-thumbnail{
    width:35%
}
.archive .site-main article .post-content{
    width: calc(65% - 30px);
}
.archive .site-main article .post-thumbnail img{
    border-radius: 140px 0px 140px 140px;
    width: 100%;
}
.archive .site-main article .post-content .entry-content h2{
    font-size: 30px;
    line-height:40px;
}
.team-popup-content h4{
    font-family: var(--font-body);
    line-height: 160%;
}

/* responsive */
@media(max-width:1299px){
    .blog-main::after, .coolie-policy-main::after ,.blog-main::before, .coolie-policy-main::before {
        max-width: 82px;
        background-size: contain;
}
.commercial-privacy-notice::after,.commercial-privacy-notice::before{
    max-width: 100px;
    background-size: contain;
    top: 0;
    height: 110px;
    background-position: right;
}
.commercial-privacy-notice::after{
    bottom: 0;
    top: auto;
    transform: none;
    height: 110px;
    background-position: left;
}
}
@media(max-width:767px){
    .commercial-privacy-notice{
        border-radius: 0px 0px 100px 0px
    }
    .wpcf7 form .wpcf7-response-output{
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .banner-wrap-main {
        overflow: hidden;
        padding-bottom: 40px;
    }
}
@media(max-width:575px){
    .blog-main, .coolie-policy-main{
        border-radius: 0 0 100px 0;
    }
}

@media(min-width:992px){
    .limited.inner-page .banner-wrap-main-inner:after{
        top: 230px;
    }
    .meet-team .contact-section .container .row:last-child{
        flex-direction: row-reverse;
    }
}
@media(max-width:1499px){
    .error-404,.archive .site-main{
        padding: 120px 10%;
    }
    .blog-main .featured-img img,.explore-blog .featured-img img{
        max-height: 320px;
        min-height: 320px;
    }
    .plan-section .plan-img::after{
        left: -18%;
    }
}
@media(max-width:991px){
    .main-img-wrap{
        text-align: center;
    }
    .banner-wrap-main {
        padding-bottom: 60px;
    }
    .team-popup-content {
        min-height: auto;
        max-height: inherit;
    }
    .wpcf7 form .wpcf7-response-output{
        margin-bottom: 50px;
    }
    .banner-wrap-main{
        margin-bottom: 0;
        overflow: visible;
    }
    .archive .site-main article{
        flex-direction: column-reverse;
        align-items: center;
    }
    .error-404,.archive .site-main{
        padding: 80px 10%;
    }
    .archive .site-main article .post-thumbnail{
        width:100%;
        max-width: 500px;
    }
    .archive .site-main article .post-content{
        width:100%;
    }
    .banner-wrap-main-inner .banner-img,.our-mission .main-btn,.calculator-total,.meet-team .contact-section .container .row:last-child .wpcf7{
        margin-top: 50px;
    }
    .archive .page-header{
        margin-bottom: 40px;
    }
    .calculate .story-img{
        margin-top: 30px;
    }
    .calculate .story-img img{
        margin-bottom: 0;
    }
    .cta-btn{
        margin-top: 0;
    }
    .popup-bottom{
        border-radius:80px 0 0 0;
        margin-top: 60px;
        padding: 80px 0;
    }
    .calculator-total h3 {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .team-popup-main{
        padding-top: 80px;
    }
    .team-popup-main .col-lg-12{
        flex-direction: column;
    }
    .team-popup-img{
        width:100%;
    }
    .archive .site-main article .post-thumbnail img{
        border-radius: 60px 0px 60px 60px;

    }
    .team-popup-img img,.plan-section img{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        border-radius: 60px 0px 60px 60px;
    }
    .plan-section .plan-img::after{
        left: 0%;
        height: 440px;
        top: -24%;
    }
    .plan-section .plan-content,.calculator-total{
        max-width: 100%;
    }
    body .plan-section .plan-content::after {
        right: 5%;
        bottom: -100%;
        width: 38%;
    }
    .team-popup-content{
        width:100%;
    }
    .meet-section{
        padding: 0  0 50px;
    }
    .blog .banner-main .banner-img img{
        width: 100vw !important;
        left: -15vw !important;
    }
    .post-main, .cookie-policy-content-main, .commercial-privacy-notice{
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .post-main .post-share{
        max-width: 100%;
        margin-top: 30px;
}
.post-main .post-share ul{
    flex-direction: row;
}
    .blog-main .blog-title, .post-main .post-title, .coolie-policy-main .cookie-policy-title, .commercial-privacy-notice .cookie-policy-title,.post-main .featured-img img,body  .cookie-policy-content-main .cookie-policy-sidebar{
        margin-bottom: 40px;
    }
    .security-main,.mmp-story-main,.meet .mmp-section{
        padding-top:80px;
    }
    .our-mission .service-btn{
        padding-bottom:80px;
    }
    .banner-wrap-main-inner:after {
            top: 30%;
            right: 0px;
            background-size: contain;
            max-width: 352px;
    }
    .inner-page .banner-wrap-main-inner:after {
        max-width: 87%;
        top: 44%;
        background-size: 100%;
    }
    .banner-wrap-main-inner .banner-main .banner-img{
        text-align: center;
    }
    .banner-wrap-main-inner .banner-main .banner-img img{
        margin-right: 0;
    }
    .banner-wrap-main-inner .banner-main{
        padding-top: 190px;
    }
    .banner-wrap-main-inner .banner-main .banner-img img{
        border-radius: 70px 0 70px 70px;
    }
    .blog-main, .coolie-policy-main{
        padding-bottom: 60px;
    }
    .post-main .post-description hr{
        margin: 60px 0;
    }
    .explore-blog{
        padding:80px 0 80px;
        border-radius: 50px 0;
    }
}
.category-list{
    display: flex;
    margin-bottom: 60px;
    gap: 20px;
    justify-content: center;
}
.category-list>* a{
    padding: 14px 24px;
    border-radius: 50px;
    background-color: #fff;
    font-weight: 600;
}

.category-list>* a.active,.category-list>* a:hover{
    background-color: var(--primary-color);
    color: var(--color-white-text);
}

@media(max-width:767px){
    .banner-wrap-main-inner .banner-main{
        padding-top: 190px;
    }
    .mmp-story-main .story-content{
        left: inherit;
    }
    .cookie-policy-content-main .cookie-policy-sidebar {
   padding: 40px 10px !important;
}
.cookie-policy-content-main .cookie-policy-sidebar ul li a {
    font-size: 20px;
    word-wrap: break-word;
}
.mobile-menu-wp ul.menu>li>a{
    font-size: 20px;
    padding-right: 30px;
}
.mobile-menu-wp ul.sub-menu li a {
 font-size: 18px;
}
.coolie-policy-main::before {
 top: 20px !important;
}
.commercial-privacy-notice{
    border-radius: 0 0 100px 0 !important;
    overflow: hidden;
}
.commercial-privacy-notice::after{
    bottom: -20px;
}
 .commercial-privacy-notice::before {
  top: -50px;
}
    .team-popup-content{
        min-height: 450px;
    max-height: 450px;
    }
    .post-main .post-share ul{
        gap:10px;
    }
    .error-404,.archive .site-main{
        padding: 60px 20px;
    }
    .calculate .faq-section{
        padding-top: 90px;
    }
    .blog-m #primary .client-logo-wrap:nth-child(4){
        padding-top: 100px;
    }
    .our-mission-inner .col-lg-4:first-child p{
        margin-bottom:00px;
    }
    .meet-team .contact-section{
        border-radius: 0 0 100px 0;
    }
    .meet-section{
        padding: 0  0 60px;
    }
    body .plan-section .plan-content::after {
       height: 200px;
       bottom: -50%;
    }
    .plan-section{
        border-radius: 100px 0 100px 0;
    }
    .explore-blog{
        padding: 80px 0 60px;
    }
    .post-main .post-description hr{
        margin: 40px 0;
    }
    .meet-section .meet-img img{
        margin-bottom: 20px;
    }
    .post-main, .cookie-policy-content-main, .commercial-privacy-notice{
        padding-top:60px;
        padding-bottom:60px;
    }
    .blog-main, .coolie-policy-main{
        padding-bottom: 40px;
    }
    .blog-m #page .client-logo-wrap:nth-child(7){
        padding-top: 80px;
    }
    .blog-main::after, .coolie-policy-main::after, .blog-main::before, .coolie-policy-main::before{
        max-width: 100px;
    }
    .blog-main .featured-img img, .explore-blog .featured-img img{
        margin-bottom: 20px;
        border-radius: 20px 20px 20px 0;
    }
    .blog-main .row .col-lg-4,body .cookie-policy-content-main .cookie-policy-sidebar{
        margin-bottom: 30px;
    }
    .blog-main .blog-title, .post-main .post-title, .coolie-policy-main .cookie-policy-title, .commercial-privacy-notice .cookie-policy-title{
        margin-bottom: 30px;
    }
    .security-main,.mmp-story-main,.meet .mmp-section{
        padding-top:60px;
    }
    .our-mission .service-btn{
        padding-bottom: 60px;
    }
}
@media(max-width:575px){
    .banner-wrap-main-inner:after {
    top: 40%;
    max-width: 200px;
}
.calculator-form .nice-select span{
    font-size: 14px;
}
.explore-blog{
    border-radius: 100px 0 0 0 ;
}
.inner-page .banner-wrap-main-inner:after {
    top:69%;
    max-width: 98%;
}
.category-list{
    margin-bottom: 40px;
    gap: 10px;
}
.category-list>* a{
    padding: 10px 16px;
}
}
@media(max-width:375px){
.calculator-form .nice-select span{
    font-size: 12px;
}
.calculator-form .nice-select{
    padding: 6px 20px;
}
}

/* Ascender blocks */
.ascender-inner-banner{
  background-color: var(--dark-bg-color);
  border-radius: 0 0 200px 0;
}
.inner-page  .banner-wrap-main-inner.ascender-inner-banner .banner-main h1 {
  color: var(--color-white-text) !important;
}
.inner-page  .banner-wrap-main-inner.ascender-inner-banner .banner-main h2, .inner-page  .banner-wrap-main-inner.ascender-inner-banner .banner-main p {
  color: var(--color-white-text) !important;
}