/*
	Theme Name: Nextline Skelton
	Theme URI: https://www.nextline.in
	Description: Html 5 responsive theme
	Version: 6.1
	Author: Haris
	Author URI: https://harisk.me
*/
@charset "UTF-8";
/*************************************************************************************************
													RESET
***************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:700}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;-moz-appearance:button;appearance:button;}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;-moz-appearance: textfield;appearance: textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}* {margin: 0;padding: 0;list-style-type: none;}
/* outfit-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/outfit-v15-latin-300.woff2') format('woff2');
}
/* outfit-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/outfit-v15-latin-regular.woff2') format('woff2');
}
/* outfit-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/outfit-v15-latin-500.woff2') format('woff2');
}
/* outfit-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/outfit-v15-latin-600.woff2') format('woff2');
}
/* outfit-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/outfit-v15-latin-700.woff2') format('woff2');
}
/*************************************************************************************************
													COMMON
***************************************************************************************************/
html {scroll-behavior: smooth;}
body{--wp-dark-mode-scale: 1}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}
body{margin:0;padding:0;width:100%;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff;font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;}
.container {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 1281px) {
    .container {
        max-width: 100%;
        padding-left: 60px;
        padding-right: 60px;
    }
}
.container-fluid{width:100%;padding:0 20px}
.row-e, .col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}
.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}
.row>*{padding-left:15px;padding-right:15px;-webkit-box-sizing:border-box;box-sizing:border-box}
[class*=col-]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:100%;width: 100%;}
.col-100 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; }
.col-90  { -ms-flex-preferred-size: 90%; flex-basis: 90%;  max-width: 90%; }
.col-80  { -ms-flex-preferred-size: 80%; flex-basis: 80%;  max-width: 80%; }
.col-70  { -ms-flex-preferred-size: 70%; flex-basis: 70%;  max-width: 70%; }
.col-66  { -ms-flex-preferred-size: 66.6666%; flex-basis: 66.6666%; max-width: 66.6666%; }
.col-60  { -ms-flex-preferred-size: 60%; flex-basis: 60%;  max-width: 60%; }
.col-50  { -ms-flex-preferred-size: 50%; flex-basis: 50%;  max-width: 50%; }
.col-40  { -ms-flex-preferred-size: 40%; flex-basis: 40%;  max-width: 40%; }
.col-33  { -ms-flex-preferred-size: 33.3333%; flex-basis: 33.3333%; max-width: 33.3333%; }
.col-30  { -ms-flex-preferred-size: 30%; flex-basis: 30%;  max-width: 30%; }
.col-25  { -ms-flex-preferred-size: 25%; flex-basis: 25%;  max-width: 25%; }
.col-20  { -ms-flex-preferred-size: 20%; flex-basis: 20%;  max-width: 20%; }
.col-10  { -ms-flex-preferred-size: 10%; flex-basis: 10%;  max-width: 10%; }
@media (min-width: 768px) {
    .col-md-100 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; }
    .col-md-90  { -ms-flex-preferred-size: 90%; flex-basis: 90%;  max-width: 90%; }
    .col-md-80  { -ms-flex-preferred-size: 80%; flex-basis: 80%;  max-width: 80%; }
    .col-md-70  { -ms-flex-preferred-size: 70%; flex-basis: 70%;  max-width: 70%; }
    .col-md-66  { -ms-flex-preferred-size: 66.6666%; flex-basis: 66.6666%; max-width: 66.6666%; }
    .col-md-60  { -ms-flex-preferred-size: 60%; flex-basis: 60%;  max-width: 60%; }
    .col-md-50  { -ms-flex-preferred-size: 50%; flex-basis: 50%;  max-width: 50%; }
    .col-md-40  { -ms-flex-preferred-size: 40%; flex-basis: 40%;  max-width: 40%; }
    .col-md-33  { -ms-flex-preferred-size: 33.3333%; flex-basis: 33.3333%; max-width: 33.3333%; }
    .col-md-30  { -ms-flex-preferred-size: 30%; flex-basis: 30%;  max-width: 30%; }
    .col-md-25  { -ms-flex-preferred-size: 25%; flex-basis: 25%;  max-width: 25%; }
    .col-md-20  { -ms-flex-preferred-size: 20%; flex-basis: 20%;  max-width: 20%; }
    .col-md-10  { -ms-flex-preferred-size: 10%; flex-basis: 10%;  max-width: 10%; }
}
@media (min-width: 1024px) {
    .col-lg-100 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; }
    .col-lg-90  { -ms-flex-preferred-size: 90%; flex-basis: 90%;  max-width: 90%; }
    .col-lg-80  { -ms-flex-preferred-size: 80%; flex-basis: 80%;  max-width: 80%; }
    .col-lg-70  { -ms-flex-preferred-size: 70%; flex-basis: 70%;  max-width: 70%; }
    .col-lg-66  { -ms-flex-preferred-size: 66.6666%; flex-basis: 66.6666%; max-width: 66.6666%; }
    .col-lg-60  { -ms-flex-preferred-size: 60%; flex-basis: 60%;  max-width: 60%; }
    .col-lg-50  { -ms-flex-preferred-size: 50%; flex-basis: 50%;  max-width: 50%; }
    .col-lg-40  { -ms-flex-preferred-size: 40%; flex-basis: 40%;  max-width: 40%; }
    .col-lg-33  { -ms-flex-preferred-size: 33.3333%; flex-basis: 33.3333%; max-width: 33.3333%; }
    .col-lg-30  { -ms-flex-preferred-size: 30%; flex-basis: 30%;  max-width: 30%; }
    .col-lg-25  { -ms-flex-preferred-size: 25%; flex-basis: 25%;  max-width: 25%; }
    .col-lg-20  { -ms-flex-preferred-size: 20%; flex-basis: 20%;  max-width: 20%; }
    .col-lg-10  { -ms-flex-preferred-size: 10%; flex-basis: 10%;  max-width: 10%; }
}
.row-e,.row-full,.row-eighty,.row-five,.row-four,.row-fourty,.row-half,.row-ninety,.row-seventy,.row-sixty,.row-ten,.row-thirty,.row-three{position:relative;width:100%;min-height:1px}
.p-0{padding:0!important}.p-5{padding:5px}.p-10{padding:10px}.p-15{padding:15px}.p-20{padding:20px}.p-30{padding:30px}.pt-0{padding-top:0!important}.pt-5{padding-top:5px}.pt-10{padding-top:10px}.pt-15{padding-top:15px}.pt-20{padding-top:20px}.pt-30{padding-top:30px}.pb-0{padding-bottom:0!important}.pb-5{padding-bottom:5px}.pb-10{padding-bottom:10px}.pb-15{padding-bottom:15px}.pb-20{padding-bottom:20px}.pb-30{padding-bottom:30px}.pl-0{padding-left:0!important}.pl-5{padding-left:5px}.pl-10{padding-left:10px}.pl-15{padding-left:15px}.pl-20{padding-left:20px}.pl-30{padding-left:30px}.pr-0{padding-right:0!important}.pr-5{padding-right:5px}.pr-10{padding-right:10px}.pr-15{padding-right:15px}.pr-20{padding-right:20px}.pr-30{padding-right:30px}.m-0{margin:0!important}.m-5{margin:5px}.m-10{margin:10px}.m-15{margin:15px}.m-20{margin:20px}.m-30{margin:30px}.mt-0{margin-top:0!important}.mt-5{margin-top:5px}.mt-10{margin-top:10px}.mt-15{margin-top:15px}.mt-20{margin-top:20px}.mt-30{margin-top:30px}.mb-0{margin-bottom:0!important}.mb-5{margin-bottom:5px}.mb-10{margin-bottom:10px}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.mb-30{margin-bottom:30px}.ml-0{margin-left:0!important}.ml-5{margin-left:5px}.ml-10{margin-left:10px}.ml-15{margin-left:15px}.ml-20{margin-left:20px}.ml-30{margin-left:30px}.mr-0{margin-right:0!important}.mr-5{margin-right:5px}.mr-10{margin-right:10px}.mr-15{margin-right:15px}.mr-20{margin-right:20px}.mr-30{margin-right:30px}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.mx-auto{margin-right:auto;margin-left:auto}.w-100{width:100%!important}.h-100{height:100%!important}
@media (min-width: 768px) {
    .p-md-0{padding:0!important}.p-md-5{padding:5px}.p-md-10{padding:10px}.p-md-15{padding:15px}.p-md-20{padding:20px}.p-md-30{padding:30px}.pt-md-0{padding-top:0!important}.pt-md-5{padding-top:5px}.pt-md-10{padding-top:10px}.pt-md-15{padding-top:15px}.pt-md-20{padding-top:20px}.pt-md-30{padding-top:30px}.pb-md-0{padding-bottom:0!important}.pb-md-5{padding-bottom:5px}.pb-md-10{padding-bottom:10px}.pb-md-15{padding-bottom:15px}.pb-md-20{padding-bottom:20px}.pb-md-30{padding-bottom:30px}.pl-md-0{padding-left:0!important}.pl-md-5{padding-left:5px}.pl-md-10{padding-left:10px}.pl-md-15{padding-left:15px}.pl-md-20{padding-left:20px}.pl-md-30{padding-left:30px}.pr-md-0{padding-right:0!important}.pr-md-5{padding-right:5px}.pr-md-10{padding-right:10px}.pr-md-15{padding-right:15px}.pr-md-20{padding-right:20px}.pr-md-30{padding-right:30px}.m-md-0{margin:0!important}.m-md-5{margin:5px}.m-md-10{margin:10px}.m-md-15{margin:15px}.m-md-20{margin:20px}.m-md-30{margin:30px}.mt-md-0{margin-top:0!important}.mt-md-5{margin-top:5px}.mt-md-10{margin-top:10px}.mt-md-15{margin-top:15px}.mt-md-20{margin-top:20px}.mt-md-30{margin-top:30px}.mb-md-0{margin-bottom:0!important}.mb-md-5{margin-bottom:5px}.mb-md-10{margin-bottom:10px}.mb-md-15{margin-bottom:15px}.mb-md-20{margin-bottom:20px}.mb-md-30{margin-bottom:30px}.ml-md-0{margin-left:0!important}.ml-md-5{margin-left:5px}.ml-md-10{margin-left:10px}.ml-md-15{margin-left:15px}.ml-md-20{margin-left:20px}.ml-md-30{margin-left:30px}.mr-md-0{margin-right:0!important}.mr-md-5{margin-right:5px}.mr-md-10{margin-right:10px}.mr-md-15{margin-right:15px}.mr-md-20{margin-right:20px}.mr-md-30{margin-right:30px}
}
.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}
.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}
.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}
.d-flex,.flex, .is-layout-flex{display:-webkit-box;display:-ms-flexbox;display:flex}
.is-layout-flex > div.wp-block-column{padding-right: 15px;padding-left: 15px;-ms-flex-preferred-size: 0;flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1;}
.d-inline-flex{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}
.d-inline{display:-moz-inline-stack;display:inline-block;zoom:1;}
.d-block{display:block}
.d-none{display: none;}
.d-inline-block{display:inline-block}
.align-items-center,.flex_align_center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.align-items-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}
.align-items-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.flex_jsb,.justify-content-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.justify-content-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
.justify-content-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}
.justify-content-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.flex-wrap,.wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}
.flex-no-wrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}
.flex-column {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
header ul li{list-style-type: none;}
header ul{margin-left: 0;}
ul, ol{margin-left: 20px;margin-top: 0;}
ul li{list-style-type:disc}
ol li{list-style-type:decimal}
.no-list li{list-style-type: none !important;position: relative;}
.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}
table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent;border-collapse:collapse}
table td,table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}
table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}
.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}
.embed-container, .wp-block-embed is-type-video .wp-block-embed__wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed, .wp-block-embed is-type-video .wp-block-embed__wrapper iframe, .wp-block-embed is-type-video .wp-block-embed__wrapper object, .wp-block-embed is-type-video .wp-block-embed__wrapper embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.relative, .position-relative{position:relative;}
.position-fixed{position: fixed;}
.position-absolute{position: absolute;}
.position-static{position: static;}
.position-sticky{position:-webkit-sticky;position:-moz-sticky;position:-ms-sticky;position:-o-sticky;position:sticky;top:10px}
.text-capital{text-transform:capitalize;}
.text-uppercase{text-transform:uppercase;}
.text-center{text-align:center;}
.text-left{text-align:left}
.text-right{text-align: right;}
.text-justify{text-align: justify;}
p, ul, ol{margin-bottom: 20px;}
p, li{font-weight: 400;font-size: 16px;}
.shadow{-webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);}
/* clear floats */
.container:after, .container:before{display: table;content: " ";clear: both;}
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } 
.clearfix { display:block; } 
.clear , .cb{ clear: both; }
.float-left{float:left;}
.float-right{float:right;}
img{max-width:100%;height:auto;vertical-align:bottom; }
a, a:hover{text-decoration:none;-webkit-transition:all .4s ease-in-out;-o-transition:all .2s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}
*, *:after, *:before { -webkit-box-sizing:border-box; box-sizing:border-box; -webkit-font-smoothing:antialiased; font-smooth:antialiased; text-rendering:optimizeLegibility; } 
input:focus { outline:0; border:1px solid #04A4CC; } 
/*Core*/
.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin:5px auto}.alignright{float:right;margin:5px 0 20px 20px}.alignleft{float:left;margin:5px 20px 20px 0}a img.alignright{float:right;margin:5px 0 20px 20px}a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left;margin:5px 20px 20px 0}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#fff;border:1px solid #f0f0f0;max-width:96%;padding:5px 3px 10px;text-align:center}.wp-caption.alignleft,.wp-caption.alignnone{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#eee;clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000} p .alignnone{margin-bottom: 0;}
::-moz-selection { background:#04A4CC; color:#FFF; text-shadow:none; } 
::selection { background:#04A4CC; color:#FFF; text-shadow:none; } ::-webkit-selection { background:#04A4CC; color:#FFF; text-shadow:none; } ::-moz-selection { background:#04A4CC; color:#FFF; text-shadow:none; } 
.parallax{background-size: cover;background-repeat: no-repeat;background-attachment: fixed;background-position: top center;}
.abs-center{position: absolute; margin-left: auto; margin-right: auto; left: 0; right: 0;}
.abs-exact{ margin: 0 auto; left: 50%; top:50%; position: absolute; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.overlay {position: relative; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .6); padding: 60px 0; } 
.overlay.position-absolute{top:0;left:0;position: absolute;}
.o-hidden, .overflow-hidden{overflow:hidden;}
.com60, .CommonPadding{padding:60px 0;}
.com80{padding:80px 0;}
.com80x60{padding:80px 0 60px 0;}
.com100x60{padding:100px 0 60px 0;}
*:focus { outline:none}
.nextline-logo{width:85px;}
.dummy{padding: 0 !important;border:0 !important;margin: 0 !important;-webkit-box-shadow: none !important;box-shadow: none !important;width: 0 !important;height: 0 !important;}
.text-second-line{word-spacing: 9999999px;}
.imgAbsolute{
    position: absolute;
    left:0;
    top:0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
button{
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    font-family: inherit;
}
:root{
    --b1: #0F2765;
    --b2: #3AADE1;
    --b3: #FCFAF4;
    --Body: #000;
    --Border: #D9D9D9;
    --BoxShadow1: 0px 8px 24px 0px rgba(149, 157, 165, 20%);
    --BoxShadow2: 0px 7.90000057220459px 23.700000762939453px 0px rgba(149, 157, 165, 20%);
    --Black: #000;
    --White: #fff;
    --F1: 65px;
    --F2: 38px;
    --F3: 24px;
    --F4: 18px;
    --F5: 16px;
    --F6: 14px;
    --F7: 12px;
    --F8: 15px;
    --Bold1: 600;
    --Bold2: 500;
    --Bold3: 400;
    --Bold4: 300;
    --Bold5: 200;
    --br1:5px;
    --br2:10px;
    --br3:15px;
}
.GlassBg{
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.hover-Colour {
    transition: color .3s ease,
    background-color .3s ease;
}
.dark-overlay{
    background: linear-gradient(
        90deg,
        rgba(8, 16, 40, 0.88) 0%,
        rgba(10, 18, 45, 0.78) 35%,
        rgba(10, 18, 45, 0.45) 60%,
        rgba(10, 18, 45, 0.10) 100%
    );;
}
.medium-overlay{
    background: linear-gradient(90deg, rgb(16 32 72) 0%, rgb(16 32 72 / 10%) 100%);;
}
.light-overlay {
    background: rgba(0, 0, 0, 0.55);;
}
a{
    color: #000;
}
a:hover{
    color: var(--b2);
}
/*************************************************************************************************
													Header
***************************************************************************************************/
.Br15{
    border-radius: 15px;
}
header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    font-size: 15px;
    box-shadow: 0 4px 19px rgb(2 47 255 / 3%);
}
header.top .Top-Header{
    display: none;
}
header.top {
    position: fixed;
    background-color: #fff;
    -webkit-animation: stickyNavbar 0.5s linear;
    animation: stickyNavbar 0.5s linear;
    box-shadow: 0 10px 20px 0 rgb(46 56 220 / .05);
}
@keyframes stickyNavbar{
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
.Top-Header a:hover{
    color: var(--b2);
}
.Top-Header {
    background: var(--b1);
    color: #fff;
    padding: 10px;
    font-size: var(--F6);
    font-weight: var(--Bold4);
}
.Top-Header .line{
    width: 1px;
    height: 18px;
    background: rgba(255,255,255,0.35);
    margin: 0 20px;
}
.Top-Header a{
    color: #fff;
    font-size: var(--F6);
    font-weight: var(--Bold4);
}
.Bottom-Header{
    padding: 15px 0;
}
.Bottom-Header .BorderBtn{
    border: 1.5px solid #0F2765;
    padding: 10px 26px;
    color: var(--b1);
}
.BorderBtn:hover{
    transition: color .3s ease,
    background-color .3s ease;
    background-color: var(--b1);
    color: #fff;
}
.main-menu .current-menu-item > a,
.main-menu > .current-menu-parent > a,
.main-menu > .current-menu-ancestor > a {
    color: var(--b2);
}
.main-menu>li {
    position: relative;
}
.main-menu > li > .sub-menu{
    -webkit-box-shadow: 0 10px 60px 0 rgb(0 0 0 / .07);
    box-shadow: 0 10px 60px 0 rgb(0 0 0 / .07);
}
.main-menu>li:not(.mega-menu)>.sub-menu {
    position: absolute;
    top: 120%;
    left: 0;
    min-width: 255px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    z-index: 99;
    padding: 20px 7px 20px 20px;
}
.main-menu>li.menu-item-235{
    position: static;
}
.main-menu>li.menu-item-235 > .sub-menu {
    min-width: calc(100% + 100px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main-menu>li.menu-item-235 > .sub-menu>li{
    width: 25%;
}
.mobContent .main-menu>li.menu-item-235 > .sub-menu>li{
    width: 100%;
}
.main-menu>li.menu-item-235 > .sub-menu > li > a{
    font-weight: 600;
}
.main-menu{
    position: relative;
}
.main-menu>li:not(.mega-menu):hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.main-menu > li.menu-item-has-children > a::after {
    border-color: currentColor;
    border-style: solid;
    border-width: 0 2px 2px 0;
    content: "";
    display: inline-block;
    height: 8px;
    margin-left: 5px;
    transform: rotate(45deg) translateY(-3px);
    width: 8px;
}
.sub-menu li{
    padding: 5px 0;
}
.main-menu li a {
    font-size: 15px;
    padding: 0 13px;
    display: block;
}
.bgImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    z-index: -2;
}
.HomeTopSection{
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    min-height: 100vh;
    height: auto;
}
.overlay{
    position: absolute;
    z-index: -1;
    top: 0;
}
h1 {
    font-size: var(--F1);
    line-height: 1.1;
    margin: 10px 0;
    font-weight: var(--Bold1);
}
.BlueText{
    color: var(--b2);
}
.HomeTopSection .PreHeading {
    width: fit-content;
    font-size: 13px;
    font-weight: var(--Bold5);
    padding: 5px 12px;
    border-radius: 50px;
}
.cmnBtn {
    padding: 10px 20px;
    border-radius: var(--br1);
    width: fit-content;
    display: inline-flex;
    cursor: pointer;
}
.BlueBtn{
    background-color: var(--b1);
    color: #fff;
    border:1px solid var(--b1);
}
.BlueBtn:hover{
    transition: color .3s ease,
    background-color .3s ease;
    background-color: var(--White);
    color: var(--b1);
}
.BlueBtn:hover svg path{
    fill: var(--b1);
    transition: color .3s ease,
    background-color .3s ease;
}
.cmnBtn.GlassBg {
    background: rgb(255 255 255 / 24%);
    color: #fff;
    border: 2px solid var(--Border);
    box-shadow: none;
    font-size: var(--F8);
}
.cmnBtn.GlassBg:hover{
    transition: color .3s ease,
    background-color .3s ease;
    background-color: var(--b1);
    color: var(--White);
    border-color: var(--b1);
}
.br-10{
    border-radius: 10px;
}
.HomeTopSection .smText, .ContactUsSection .smText {
    font-size: 16px;
    font-weight: 400;
}
.tpTop{
    margin: 0 10px;
}
.hoverAshow a{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #fff;
}
.hoverAshow:hover span span{
    opacity: 0;
}
.hoverAshow:hover a{
    opacity: 1;
}
.HomeTopSection h1{
    margin: 15px 0;
}
.PreHeading{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.BlueHead {
    color: var(--b1);
}
.bodyColor{
    color: var(--Body);
}
.bgClr {
    background-color: var(--b1);
    color: #fff;
}
.cmnh2{
    font-size: var(--F2);
    font-weight: var(--Bold1);
    line-height: 1.1;
}
.cmnh3{
    font-size: 20px;
    line-height: 1.1;
    font-weight: var(--Bold2);
}
.HomeServiceSection .cardIn {
    border: 2px solid var(--Border);
    padding: 30px;
    border-radius: 15px;
    cursor: pointer;
    height: 100%;
}
.HomeServiceSection .line {
    border-bottom: 1px solid var(--Border);
    margin: 20px 0;
}
.page-id-236 .HomeServiceSection .col-md-25{
    flex-basis: 33.333%;
    max-width: 33.3333%;
    margin-bottom: 20px;
}
.HomeServiceSection .cardIn:hover{
    background-color: var(--b1);
    color: #fff;
    border-color: var(--b1);
}
.HomeServiceSection .cardIn:hover a{
    color: #fff;
}
.lineBtn{
    text-decoration: underline;
    font-size: var(--F5);
    font-weight: var(--Bold1);
    text-underline-offset: 2px;
    cursor: pointer;
}
.HomeServiceSection .lineBtn {
    color: #000;
}
.HomeServiceSection .cardIn:hover .bodyColor{
    color: #fff;
}
.HomeServiceSection .cardIn:hover .lineBtn {
    color: #fff;
    text-decoration: underline;
    font-size: var(--F5);
    font-weight: var(--Bold1);
}
.HomeServiceSection .cardIn:hover img{
    filter: drop-shadow(0 1000px 0 var(--White));
    transform: translateY(-1000px);
}
.WhyChooseSection{
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}
.WhyChooseSection .cmnh3{
    font-size: 20px;
    font-weight: var(--Bold2);
}
.svgRound{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: var(--b1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.WhyChooseSection .cardIn{
    padding: 20px;
    height: 100%;
    border-radius: 15px;
}
.WhyChooseSection .cardIn p{
    font-weight: var(--Bold4);
}
.whiteBtn{
    background-color: #fff;
    color: var(--b1);
    font-weight: var(--Bold2);
}
.whiteBtn:hover{
    transition: color .3s ease,
    background-color .3s ease;
    background-color: var(--b1);
    color: #fff;
}
.whiteBtn:hover svg path{
    fill: var(--White);
    transition: color .3s ease,
    background-color .3s ease;
}
.WhoWeAreSection.com60{
    padding: 90px 0 120px 0;
}
.WhoWeAreSection .imgTop {
    border: 13px solid #fff;
    background-color: #fff;
    width: fit-content;
    position: absolute;
    top: -32px;
    left: 0;
    border-radius: 10px;
}
.WhoWeAreSection .imgTop img{
    border-radius: 10px;
}
.WhoWeAreSection .cardOut {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    margin-top: 20px;
}
.WhoWeAreSection .cardOut .col-md-30 {
    text-align: center;
    position: relative;
    padding-right: 20px;
}
.WhoWeAreSection .cardOut .col-md-30::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 75px;
    background: var(--b1);
}
.WhoWeAreSection .lgText {
    font-size: 56px;
    line-height: 1;
    font-weight: 700;
    color: var(--b1);
}
.HowItWorksSection {
    background-color: var(--b1);
    color: #fff;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 90px;
}
.HowItWorksSection .lineBtn{
    color: #fff;
}
.lineBtn:hover{
    color: var(--b2);
    text-decoration: underline;
    font-size: var(--F5);
    font-weight: var(--Bold1);
    transition: color .3s ease,
    background-color .3s ease;
}
.HowItWorksSection .lineBtn:hover svg path{
    fill: var(--b2);
    transition: color .3s ease,
    background-color .3s ease;
}
.HowItWorksSection .bground{
    width: 40px;
    height: 40px;
    background: var(--White);
    color: var(--b1);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--F4);
    font-weight: var(--Bold1);
}
.HowItWorksSection .line {
    border-bottom: 2px solid #ffffff2b;
    margin-bottom: 40px;
}
.Count .contentTxt{
    font-size: var(--F4);
}
.counter {
    font-variant-numeric: tabular-nums;
    display: inline-block;
}
.HowItWorksSection .lgText {
    font-size: 60px;
    font-weight: var(--Bold1);
}
.HowItWorksSection .imgdiv img {
    width: 100%;
    border-radius: var(--br2);
}
.HowItWorksSection .imgdiv {
    position: relative;
    top: 60px;
    border-radius: 10px;
}
.small-Round{
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}
.accordionItem {
    background-color: #F8F6F2;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    border: none;
    padding: 0;
}
.accHeader {
    font-weight: 500;
    cursor: pointer;
    font-size: 18px;
    padding: 18px 25px;
    transition: 0.3s;
}
.accContent {
    display: none;
    padding: 20px 25px;
    background-color: var(--b1);
    color: #fff;
}
.faqIn {
    max-width: calc(100% - 10px);
}
.openAc, .open .closeAc {
    display: none;
}
.open .openAc {
    display: block;
}
.accHeader.open {
    background-color: var(--b1);
    color: #fff;
    border-bottom: 1px solid #ffffff54;
}
.accHeader.open svg path {
    fill: #fff;
}
.stickySide {
    position: sticky;
    top: 25%;
}
.ContactUsSection{
    position: relative;
    color: #fff;
}
.ContactUsSection .cardIn {
    width: fit-content;
    padding: 30px 80px 30px 20px;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.ContactUsSection .cardIn .line{
    margin: 15px -55px 15px 0;
}
.ContactUsSection .cmnh4, .ContactUsSection a{
    color: #fff;
    font-size: var(--F4);
}
.ContactUsSection a:hover{
    color: var(--b2);
}
.line{
    border-bottom: 1px solid #a8a8a830;
}
.ContactUsSection .line {
    margin: 15px 0 15px 0;
}
.bg-mutedlight{
    background-color: #F8F6F2;
}
.bg-white{
    background-color: #fff;
    color: #7A7A7A;
}
.bg-dark{
    background-color:#fff;
    box-shadow: 0 10px 30px rgb(0 0 0 / .08);
    color: #000;
}
.ContactUsSection .bg-white, .ComplaintFormSection .bg-white {
    padding: 40px;
    border-radius: 10px;
}
.ContactUsSection .bgCard p{
    margin-bottom: 0;
}
.ContactUsSection .bgCard .line{
    margin: 25px 0;
}
.ContactUsSection label{
    font-size: 14px;
    font-weight: 400;
        color: #000;
}
.color-black{
    color: #000;
}
.ContactUsSection textarea, .CareerContactSection textarea, .ComplaintFormSection textarea{
    height: 90px;
}
.ContactUsSection .cmnBtn br, .CareerContactSection .cmnBtn br, .ComplaintFormSection .cmnBtn br{
    display: none;
}
.ContactUsSection .cmnBtn, .CareerContactSection .cmnBtn, .ComplaintFormSection .cmnBtn{
    padding: 15px 20px;
}
.ComplaintFormSection textarea{
    margin-bottom: 0;
}
.ComplaintFormSection .bg-dark{
    padding: 40px;
    border-radius: var(--br3);
}
.ComplaintFormSection input::placeholder,
.ComplaintFormSection textarea::placeholder {
  color: #fff;
  opacity: 1;
}
.ContactUsSection .cmnh3 {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
}
.TestimonialSection{
    background-color: var(--b3);
}
.TestimonialSection .col-md-50 p{
    color: var(--Body);
}
.TestimonialSection .slick-list{
    padding-bottom: 30px;
}
.TestimonialSlider .imground {
    width: 65px;
    height: 65px;
    border-radius: 50px;
}
.TestimonialSlider .cardIn {
    background: #fff;
    padding: 40px;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 20%);
    border-radius: 10px;
    height: 100%;
}
.calculatorSection .card{
    background: #fff;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 20%);
    height: 100%;
}
.TestimonialSlider p{
    font-size: var(--F4);
}
.reviewTxt {
    color: var(--b2);
    font-size: 17px;
    font-weight: 500;
}
.feedback .imground {
    width: 35px;
    height: 35px;
    border-radius: 50px;
}
.feedback .svgRound{
    width: 35px;
    height: 35px;
    position: absolute;
    left: 22px;
}
.footer.com60{
    background-color: #04143E;
    color: #fff;
    padding-bottom: 15px;
}
.footer .cardIn {
    background: #fff;
    color: #000;
    padding: 40px;
    border-radius: var(--br2);
    height: 100%;
}
.textIn {
    overflow: hidden;
    transition: height 0.3s ease;
}
.textIn.is-truncated {
    height: 140px;
    margin-bottom: 0;
}
.read-more-btn {
    display: inline-block;
    margin-top: 8px;
    cursor: pointer;
    color: var(--b1);
    font-weight: 500;
}
.header .svgIcon{
    width: 20px;
    height: 20px;
    padding: 2px;
}
.svgIcon{
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.svgIcon:hover{
    background-color: var(--b2);
    transition: color .3s ease,
    background-color .3s ease;
}
.svgIcon:hover svg {
    fill: #fff;
    transition: color .3s ease,
}
.footer .col-md-30 span{
    font-size: var(--F4);
    font-weight: var(--Bold2);
}
.footer li .smText, .copyright .smText {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
}
.footer li{
    margin-bottom: 15px;
}
.footer li .smText:hover{
    color: var(--b2);
    transition: color .3s ease,
    background-color .3s ease;
}
.footer .line {
    border-bottom: 1px solid #ffffff4a;
    margin: 30px 0 10px 0;
}
.serviceInnerSection .wp-block-lazyblock-home-service-section:last-child .com60{
    padding-top: 0;
}
.breadCrumbsin {
    padding: 40px 0;
    color: var(--b1);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f6ff;
}
.breadCrumbsinDiv a {
    color: var(--b2);
}
.CommonImageSection img{
    width: 100%;
    border-radius: var(--br2);
}
.CustomerCareSection{
    background-color: var(--b1);
    color: #fff;
}
.page-id-599 .HomeServiceSection .col-md-20{
    display: none;
}
.page-id-599 .HomeServiceSection .col-md-25{
    margin-bottom: 20px;
    flex-basis: 33%;
    max-width: 33%;
}
.width-full{
    width: 100%;
}
.point-list{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    list-style: none;
}
.point-list span{
    flex: 1;
}
.CommonFaqSection2{
    background-color: var(--b1);
    color: #fff;
}
.CustomerCareSection .description p{
    margin-bottom: 0;
}
.ServiceInnerSection1 .lgText{
    font-size: 50px;
    font-weight: 500;
}
.ServiceInnerSection1 .Count {
    padding: 30px;
    text-align: center;
    background-color: var(--b1);
    color: #fff;
    border-radius: 15px;
}
.ServiceInnerSlider .card {
    border: 2px solid var(--Border);
    padding: 30px;
    border-radius: 15px;
    cursor: pointer;
    height: 100%;
    background-color: #fff;
}
.ServiceInnerSlider .card:hover{
    background-color: var(--b1);
    border-color: var(--b1);
    color: #fff;
}
.ServiceInnerSlider .slick-track{
    display: flex !important;
}
.ServiceInnerSlider .slick-slide{
    height: inherit !important;
}
.ServiceInnerSlider .slideIn{
    height: 100%;
    display: flex;
}
.page-id-474 .HowItWorksSection {
    margin-bottom: 0;
}
.CalculatorCard{
    position: relative;
    background: #fff;
    border: 1px solid #dbe7ff;
    border-radius: 15px;
    padding: 40px;
    height: 100%;
    overflow: hidden;
    transition: 0.35s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
}
.CalculatorCard:hover{
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(19,41,104,0.10);
}
.CalculatorCard p{
    color: #5f6b85;
    line-height: 1.8;
    font-size: 17px;
}
.ImgDiv{
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background: linear-gradient(135deg,#edf4ff,#dbeafe);
    box-shadow:
      0 15px 35px rgba(59,130,246,0.15),
      inset 0 2px 10px rgba(255,255,255,0.7);
}
.ImgDiv::before{
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    background: rgba(59,130,246,0.15);
    filter: blur(40px);
    border-radius: 50%;
    z-index: 0;
}
.ImgDiv img{
    position: relative;
    z-index: 2;
    width: 55px;
    object-fit: contain;
    transition: 0.35s ease;
}
.CalculatorCard:hover .ImgDiv img{
    transform: scale(1.08);
}
.CalculatorCard li::marker{
   color: var(--b1);
}
.ample-calc-btn:hover {
    transition: color .3s ease,
    background-color .3s ease;
    background-color: var(--White) !important;
    color: var(--b1) !important;
    border: 1px solid var(--b1) !important;
}
.OurTeamSection .cardIn{
    padding: 15px;
    text-align: center;
}
.OurTeamSection .cardOut {
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    height: 100%;
    background-color: #fff;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 20%);
    border-radius: 10px;
}
.OurTeamSection .cardOut img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}
.OurTeamSection .cardOut:hover {
    -webkit-box-shadow: 0 .625rem 2.5rem 0 rgb(0 0 0 / .1);
    box-shadow: 0 .625rem 2.5rem 0 rgb(0 0 0 / .1);
    -webkit-transform: translateY(-.625rem);
    -ms-transform: translateY(-.625rem);
    transform: translateY(-.625rem);
}
.social-mediaIcons{
    position: absolute;
    top: 25px;
    right: 15px;
}
.OurTeamSection .cmnh3 {
    font-size: 22px;
    font-weight: 600;
    color: var(--b1);
}
.page-id-782 .wp-block-quote  {
    padding: 20px;
    border: 1px solid var(--Border);
    width: fit-content;
    border-radius: 12px;
    border-left: 4px solid var(--b1);
    margin-bottom: 20px;
}
.page-id-782 .wp-block-quote .is-layout-flex {
    margin-bottom: 0;
}
.page-id-782 .wp-block-quote .wp-block-paragraph{
    margin-bottom: 0;
}
.quote-modal {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 9999;
    overflow-y: auto;
    padding: 50px 20px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
}
.quote-modal.show {
    opacity: 1;
    visibility: visible;
}
.quote-modal-content {
    background: #fff;
    width: 90%;
    max-width: 600px;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    transform: scale(.85);
    opacity: 0;
    transition:
        transform .3s cubic-bezier(.2,.8,.2,1),
        opacity .25s ease;
}
.quote-modal.show .quote-modal-content {
    transform: scale(1);
    opacity: 1;
}
.close-modal{
    position:absolute;
    right:20px;
    top:15px;
    font-size:32px;
    cursor:pointer;
}
.page-id-810 .lazyblock-home-how-it-works-section-ZrASyv .HowItWorksSection.com60{
    margin-bottom: 0;
}
.TimelineWrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 90px 0 60px 0;
    padding: 120px 0;
}
.TimelineWrap::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    background: #d8d8d8;
    transform: translateY(-50%);
}
.TimelineItem{
    width: 16.66%;
    position: relative;
    text-align: center;
}
.TimelineItem::before{
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #8f8f8f;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.TimelineContent{
    position: relative;
}
.TimelineIcon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--b1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: absolute;
    left: 60px;
    top: -130px;
    font-size: 22px;
    font-weight: 600;
    color: var(--White);
}
.TimelineIcon img{
    width: 40px;
}
.TimelineContent h3{
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.2;
}
.TimelineContent p{
    font-size: 15px;
    line-height: 1.6;
}
.TimelineItem.top .TimelineContent {
    position: absolute;
    bottom: -205px;
    min-height: 160px;
}
.TimelineItem.top .TimelineContent::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 2px;
    height: 60px;
    background: #d8d8d8;
    top: -75px;
    transform: translateX(-50%);
}
.TimelineWrap .TimelineItem:nth-child(even) .TimelineIcon {
    top: 45px;
}
.TimelineWrap .TimelineItem:nth-child(even) .TimelineContent {
    top: -160px;
    bottom: auto;
}
.TimelineWrap .TimelineItem:nth-child(even) .TimelineContent::before {
    top: auto;
    bottom: -29px;
}
.schema-faq-section {
    margin-bottom: 20px;
}
.schema-faq-question {
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 10px;
    position: relative;
}
.schema-faq-question.active::before {
    content: "-";
}
.schema-faq-question::before {
    content: "+";
    position: absolute;
    right: 0;
    font-size: 20px;
    top: 0;
}
.schema-faq-section p {
    margin-bottom: 0;
}
.schema-faq.wp-block-yoast-faq-block, .YoastFAQ .wp-block-heading{
    padding: 0 15px;
}
.mobileMenu{
    display: none;
}
.lazyblock-common-faq-section1-11Rjhg .com60{
    padding-top: 0;
}
address{
    font-style: normal;
}
.LocationMap iframe {
    border-radius: 10px;
    width: 100%;
}
.expertisePoints ul {
    list-style: none !important;
    padding-left: 0 !important;
}
.expertisePoints li {
    list-style: none !important;
    position: relative;
    padding-left: 20px;
}
.expertisePoints li::before {
    content: "" !important;
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: var(--b1) !important;
    border-radius: 50% !important;
}
/* Pagination*/
.iv-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.iv-pagenavi .pages {
    display: inline-flex;
    align-items: center;
    height: 42px;
    padding: 0 18px;
    border: 1px solid var(--b1);
    border-radius: 4px;
    color: var(--b1);
    background: #fff;
    font-size: 14px;
}
.iv-pagenavi .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border: 1px solid var(--b1);
    border-radius: 4px;
    background: #fff;
    color: var(--b1);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}
.iv-pagenavi .prev {
    padding: 0 20px;
}
.iv-pagenavi a.page-numbers:hover {
    background: var(--b1);
    border-color: var(--b1);
    color: #fff;
}
.iv-pagenavi .page-numbers.current {
    background: var(--b1);
    border-color: var(--b1);
    color: #fff;
    font-weight: 600;
}
@media (max-width: 575px) {
    .iv-pagenavi {
        gap: 5px;
        margin: 35px 0;
    }
    .iv-pagenavi .pages,
    .iv-pagenavi .page-numbers {
        height: 38px;
        min-width: 38px;
        padding: 0 10px;
        font-size: 13px;
    }
    .iv-pagenavi .prev {
        padding: 0 14px;
    }
}
/* Pagination*/
.blogRow img{
    border-radius: 10px;
    height: 220px;
    object-fit: cover;
}
.single-post h1 {
    font-size: 36px;
    margin: 30px 0 10px 0;
}
.ReadMoreBtn{
    color: var(--b1);
}
.imgFull img{
    width: 100%;
    border-radius: 10px;
}
.AllServicesSection
.cards-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
}
.cards-wrapper .card {
    grid-column: span 2;
    border: 2px solid var(--Border);
    border-radius: 20px;
    cursor: pointer;
    height: 100%;
    padding: 30px;
}
.cards-wrapper .card:hover{
    background-color: var(--b1);
    color: #fff;
    border-color: var(--b1);
}
.cards-wrapper .card:hover img{
    filter: drop-shadow(0 1000px 0 var(--White));
    transform: translateY(-1000px);
}
.cards-wrapper .card:hover a{
    color: #fff;
}
.cards-wrapper .card:nth-child(4),
.cards-wrapper .card:nth-child(5) {
    grid-column: span 3 !important;
}
@media (max-width: 991px) {
    .cards-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .cards-wrapper .card,
    .cards-wrapper .card:nth-child(4),
    .cards-wrapper .card:nth-child(5) {
        grid-column: span 1;
    }
}
@media (max-width: 575px) {
    .cards-wrapper {
        grid-template-columns: 1fr;
    }
}
.HomeServicesSlider.less-than-four .slick-track {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.advisor-profile__contact a{
    word-break: break-all;
}
.wp-block-embed-youtube {
    width: 100%;
}
.wp-block-embed-youtube .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}
.wp-block-embed-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.wp-block-gallery.has-nested-images{
    gap:0.5rem;
}
.OurTeamTopSection2 .svgIcon{
    margin-right: 10px;
}
.YoastFAQ{
    max-width: 900px;
}
/*************************************************************************************************
													Location 
***************************************************************************************************/
.regionalSection, .mortgageResidentsSection{
    background-color: #E9F3FB;
}
.mortgageProtectionSection .card {
    border-radius: 8px;
    padding: 18px 25px;
    background: #E9F3FB;
    height: 100%;
}
.regionalSection .col-md-50:last-child{
    padding-left: 40px;
}
.regionalSection img {
    border-right: 1px solid #80808057;
}
.mortgageResidentsSection .card {
    background: #fff;
    padding: 25px 30px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 15px;
    box-shadow: none;
}
.mortgageResidentsSection .iconDiv {
    width: 90px;
    height: 90px;
    padding: 20px;
    border-radius: 50%;
    background: #edf6fd;
}
.mortgageResidentsSection .iconDiv img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.mortgageResidentsSection .ResidentText, .mortgageResidentsSection .ResidentText ~ p {
    font-size: 18px !important;
}
.mortgageResidentsSection .ResidentText ~ p strong {
    font-size: 20px !important;
}
.mortgageResidentsSection .ResidentContents {
    border-bottom: 1px solid #e1e7eb;
    padding: 20px 0;
}
.mortgageResidentsSection .ResidentContents:last-child {
    border-bottom: none;
}
.mortgageResidentsSection .txtDiv {
    width: calc(100% - 90px);
}
.galleryItem h3 {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff0), color-stop(75%, rgb(72 76 97 / .8)));
    background: -o-linear-gradient(top,#fff0 0%,rgb(72 76 97 / .8) 75%);
    background: linear-gradient(to bottom, #fff0 0%, rgb(72 76 97 / .8) 75%);
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 100px 20px 20px 20px;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.galleryItem img{
    border-radius: 10px;
}
.galleryItem{
    margin-bottom: 30px;
}
.galleryItem:last-child, .galleryItem:nth-last-child(2), .galleryItem:nth-last-child(3){
    margin-bottom: 0;
}
.wp-block-gallery .glightbox::before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(images/zoom.png);
    background-size: 70%;
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #ffffff8a;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.6;
}
/*************************************************************************************************
													Floating Slider
***************************************************************************************************/
.btn-whatsapp-pulse {
    background: #25d366;
    color: #fff;
    position: fixed;
    font-size: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    will-change: box-shadow;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    border-radius: 50%;
    -webkit-animation-name: pulse2;
    animation-name: pulse2;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    bottom: 30px;
    right: 30px;
    z-index: 99;
}
.btn-whatsapp-pulse-border:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: .75;
    will-change: padding,opacity;
    -webkit-animation-name: pulse-border2;
    animation-name: pulse-border2;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@keyframes pulse-border2{
    0%{padding:25px;opacity:.75}
    75%{padding:50px;opacity:0}
    100%{opacity:0}
}
@-webkit-keyframes pulse-border2{
    0%{padding:25px;opacity:.75}
    75%{padding:50px;opacity:0}
    100%{opacity:0}
}
@keyframes pulse-border{
    0%{padding:25px;opacity:.75}
    75%{padding:50px;opacity:0}
    100%{opacity:0}
}
@keyframes pulse-border{
    0%{padding:25px;opacity:.75}
    75%{padding:50px;opacity:0}
    100%{opacity:0}
}
.locationSectiondiv{
    background-color:#E7EAF9;
    padding: 40px;
    border-radius: 20px;
}
.ForPhone.btn-whatsapp-pulse {
    bottom: 100px;
    width: 50px;
    height: 50px;
    background: var(--b1);;
    animation: none !important;
    box-shadow: 0 4px 12px rgba(0,0,0,.2);
}
.ForPhone.btn-whatsapp-pulse svg{
    fill: #fff;
    width: 30px;
}
.btn-whatsapp-pulse-border.ForPhone:before{
    animation: none !important;
    border: 0;
}
@keyframes pulse-border2{0%{padding:25px;opacity:.75}75%{padding:50px;opacity:0}100%{opacity:0}}@keyframes pulse-border{0%{padding:25px;opacity:.75}75%{padding:50px;opacity:0}100%{opacity:0}}
@-webkit-keyframes pulse-border2{0%{padding:25px;opacity:.75}75%{padding:50px;opacity:0}100%{opacity:0}}@keyframes pulse-border{0%{padding:25px;opacity:.75}75%{padding:50px;opacity:0}100%{opacity:0}}
@keyframes pulse2{0%{-webkit-box-shadow:0 0 0 0 rgba(37,211,102,.5);box-shadow:0 0 0 0 rgba(37,211,102,.5)}80%{-webkit-box-shadow:0 0 0 14px rgba(37,211,102,0);box-shadow:0 0 0 14px rgba(37,211,102,0)}}@keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(37,211,102,.5);box-shadow:0 0 0 0 rgba(37,211,102,.5)}80%{-webkit-box-shadow:0 0 0 14px rgba(37,211,102,0);box-shadow:0 0 0 14px rgba(37,211,102,0)}}
@-webkit-keyframes pulse2{0%{-webkit-box-shadow:0 0 0 0 rgba(37,211,102,.5);box-shadow:0 0 0 0 rgba(37,211,102,.5)}80%{-webkit-box-shadow:0 0 0 14px rgba(37,211,102,0);box-shadow:0 0 0 14px rgba(37,211,102,0)}}@keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(37,211,102,.5);box-shadow:0 0 0 0 rgba(37,211,102,.5)}80%{-webkit-box-shadow:0 0 0 14px rgba(37,211,102,0);box-shadow:0 0 0 14px rgba(37,211,102,0)}}
.OurTeamTopSection .IconDiv {
    height: 35px;
    width: 35px;
    background: var(--b1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-right: 10px;
}  
.container.small, .MainContent.small{
    max-width: 1000px;
}
.MainContent.small{
    margin: 0 auto;
}
.expertisePoints .ekit-stylish-list-content ul{
    margin-left: 0;
}
.sticky-btn{
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,.2);
}
.sticky-btn.faq {
    bottom: 230px;
    right: 30px;
    background-color: #000;
    color: #fff;
}
.sticky-btn.quote {
    bottom: 165px;
    right: 30px;
    background-color: dodgerblue;
    color: #fff;
    cursor: pointer;
}
.quote span{
        font-size: 13px;
    line-height: 1;
    text-align: center;
    font-weight: 600;
}
figure.wp-block-gallery.has-nested-images {
    flex-wrap: wrap;
}
.wp-block-heading, .wp-block-gallery{
    margin-bottom: 20px;
}
.advisor-profile__expertice{
    text-transform: capitalize;
    font-weight: 400 !important;
}
.clssss90{fill:#00b67a}.clss90{fill:#fff}
/*************************************************************************************************
													Slick Slider
***************************************************************************************************/
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.Arrows .slick-list{
   margin: 0 -15px;
}
.Arrows .slick-track{
   display: flex;
}
.Arrows .slick-slide{
    margin: 0 15px;
    height: auto;
}
.Arrows{
    position: relative;
}
.Arrows .slick-prev, .Arrows  .slick-next {
    position: absolute;
    top: 40%;
    cursor: pointer;
    z-index: 99;
}
.Arrows .slick-prev {
    right: -25px;
}
.Arrows .slick-next{
    left: -25px;
}
.Dots .slick-dots li button:before {
    content: none !important;
}
.Dots .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    padding: 0;
    margin-left: 0;
}
.Dots .slick-dots li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.Dots .slick-dots li button {
    width: 12px;
    height: 12px;
    border: 1px solid var(--b1);
    border-radius: 50%;
    /* border: none; */
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    font-size: 0;
}
.Dots .slick-dots li.slick-active button {
    background-color: var(--b1);
}
.post-team-author img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
}
.post-team-author-details a{
    font-weight: 600;
    text-decoration: underline;
}
.post-team-author-details span {
    font-size: 14px;
}
.PostTags ul{
    display: flex;
    flex-wrap: wrap;
}
.PostTags ul li a {
    display: block;
    margin: 0 8px 8px 0;
    font-size: 14px;
    border-bottom: 1px solid var(--b1);
}
.PostTags ul li a::before{
    content: "#";
    margin-right: 5px;
    color: var(--b1);
}
.ssSocial .svgIcon{
    background-color: var(--b1);
}
.ssSocial .svgIcon svg path{
    fill:#fff;
}
.ftLogo{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.page-id-40 .sticky-btn{
    display: none;
}
/*************************************************************************************************
													Back To Top
***************************************************************************************************/
.dew-top.dew-is-visible, .dew-top.dew-fade-out, .no-touch .dew-top:hover { -webkit-transition: opacity .3s 0s, visibility 0s 0s; -o-transition: opacity .3s 0s, visibility 0s 0s; transition: opacity .3s 0s, visibility 0s 0s; } 
.dew-top.dew-is-visible { visibility: visible; opacity: 1; } 
.dew-top { display: inline-block; height: 40px; width: 40px; position: fixed; bottom: 35px; left: 35px; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); overflow: hidden; text-indent: 100%; white-space: nowrap; background: rgb(31, 31, 31) url(images/top-arrow.svg) no-repeat center 50%;visibility: hidden; opacity: 0; -webkit-transition: opacity .3s 0s, visibility 0s .3s; -o-transition: opacity .3s 0s, visibility 0s .3s; transition: opacity .3s 0s, visibility 0s .3s; cursor: pointer;} 
/*************************************************************************************************
													Page Nav
***************************************************************************************************
.iv-pagenavi span.pages {margin-right: 10px;}
.iv-pagenavi span, .iv-pagenavi a {display: inline-block; background-color: #d33649; color: #fff; margin-right: 5px; padding: 5px 8px; font-size: 14px; } 
.iv-pagenavi span.current{background-color:#80101e}
/*************************************************************************************************
													Forms
***************************************************************************************************/
input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], textarea, select{
    background: transparent;
    border: 1px solid var(--b1);
    color: #666666;
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
    padding: 15px;
    width: 100%;
    border-radius: 5px;
} 
input[type="submit"]{  background: none repeat scroll 0 0 rgba(0, 0, 0, 0); border: 1px solid #3078C0; cursor: pointer; display: inline-block; font-size: 15px; font-weight: 300; margin-bottom: 0; padding: 8px 25px; transition: all 0.3s linear 0s; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; width: auto; border-radius: 0; color: #3078C0; margin: 10px 0; -webkit-box-shadow: none; box-shadow: none;} 
input[type="submit"]:hover{background-color:#3078C0;color:#fff;}
textarea{
    height: 100px;
}
/*************************************************************************************************
													RESPONSIVE
***************************************************************************************************/
@media only screen and ( max-width: 1220px ){
    .main-menu>li.menu-item-48, .main-menu>li.menu-item-1749, .main-menu>li.menu-item-47{
       display:none;
    }
}
@media only screen and (max-width: 820px), only screen and (max-device-width: 1024px) and (min-device-width: 768px), only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait){
    .menuContent, .Top-Header, .mobHide{
        display: none;
    }
    body.menu-is-open {
        overflow: hidden;
    }
    .tpTop{
        width: 120px;
    }
    .mobShow{
        display: block !important;
    }
    .Bottom-Header {
        padding: 8px 0;
    }
    .header .menuMob {
        display: block;
        margin-left: 25px;
        margin-right: 5px;
    }
    .menuMob {
        width: 30px;
        height: 22px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
        z-index: 2001;
    }
    .menuMob .menu_part {
        height: 3px;
        background: #000;
        border-radius: 2px;
        transition: all 0.3s ease;
        margin-bottom: 5px;
    }
    .menu-is-open .mobileMenu {
        left: 0;
    }
    .mobileMenu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 350px;
        max-width: calc(100% - 60px);
        height: 100%;
        z-index: 9999;
        background: #fff;
        -webkit-transition: all 799ms cubic-bezier(.74,.215,.125,1);
        -webkit-transition: all 799ms cubic-bezier(.74,.215,.125,1.02);
        -o-transition: all 799ms cubic-bezier(.74,.215,.125,1.02);
        transition: all 799ms cubic-bezier(.74,.215,.125,1.02);
        -webkit-transition-timing-function: cubic-bezier(.74,.215,.125,1);
        -webkit-transition-timing-function: cubic-bezier(.74,.215,.125,1.02);
        -o-transition-timing-function: cubic-bezier(.74,.215,.125,1.02);
        transition-timing-function: cubic-bezier(.74,.215,.125,1.02);
        overflow: hidden;
    }
    .wp-block-image{
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: calc(50% - 15px);
    }
    .mobileMenu {
        display: block;
        background-color: var(--b1);
    }
    .mobileMenu .Top-Header{
        padding: 11px;
    }
    .menu-is-open .menuMob .menu_part:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    .menu-is-open .menuMob .menu_part:nth-child(2) {
        opacity: 0;
    }
    .menu-is-open .menuMob .menu_part:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }
    .menuHeader {
        background: var(--b1);
        color: #fff;
        padding: 10px 20px;
        border-bottom: 1px solid #505c7a;
    }
    .menuHeader .BlueBtn{
        transition: color .3s ease,
        background-color .3s ease;
        background-color: var(--White);
        color: var(--b1);
    }
    .mobContent {
        height: calc(100% - 200px);
        padding: 30px 30px 20px 20px;
        background: #0f2765;
        overflow-y: auto;
    }
    .mobContent ul{
        margin-left: 0;
        display: block;
    }
    .mobContent ul li {
        list-style-type: none;
        margin-bottom: 15px;
    }
    .mobContent ul li a {
        color: #fff;
        padding: 4px 0;
    }
    .mobContent ul li a:hover{
        color: var(--b2);
    }
    .main-menu>li.menu-item-235 > .sub-menu > li > a {
        font-weight: 400;
    }
    #Mobmenu li a {
        font-size: 17px;
        font-weight: 500;
        display: inline-block;
        margin-bottom: 15px;
    }
    .menuHeader .Icons{
        padding: 0 5px;
    }
    .menu-footer {
        position: absolute;
        background-color: var(--b1);
        width: 100%;
        padding: 20px;
        bottom: 0;
        color: #fff;
        font-size: var(--F6);
        font-weight: var(--Bold4);
        border-top: 1px solid #505c7a;
    }
    .menu-footer a{
        color: #fff;
        text-decoration: underline;
    }
    .menu-footer a:hover{
        color: var(--b2);
    }
    .svgIcon {
        width: 30px;
        height: 30px;
    }
    .mobileMenu .sub-menu{
        color: var(--b1);
        display: none;
    }
    .sub-menu li {
        padding: 0;
    }
    .sub-menu li a:hover{
        color: var(--b2);
    }
    .header .Top-Header .line{
        display: none;
    }
    .headerMail, .headerAddress, .header .cmnBtn{
        display: none;
    }
    .mobileMenu .Bottom-Header .BorderBtn {
        padding: 7px 15px;
        font-size: 13px;
    }
    .mobileMenu .main-menu {
        display: block !important;
    }
    .mobileMenu .main-menu > li {
        display: block;
        width: 100%;
        position: relative;
    }
    .mobileMenu .main-menu > li > .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        min-width: 100%;
        display: none;
        padding: 10px 0 0 20px;
        box-shadow: none;
        filter: none;
        background-color: transparent;
    }
    .main-menu>li:not(.mega-menu)>.sub-menu {
        transition: none;
    }
    .mobileMenu .line {
        border-bottom: 1px solid var(--Border);
    }
    .mobileMenu .logo{
        width: 120px;
    }
    .mobileMenu .menu-item-has-children > a{
        display:flex;
        justify-content:space-between;
        align-items:center;
    }
    .mobileMenu .menu-item-has-children > a::after{
        border-color: currentColor;
        border-style: solid;
        border-width: 0 2px 2px 0;
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        transform: rotate(45deg);
        transition: .3s;
        margin-left: auto;
    }
    .mobileMenu .sub-menu .sub-menu{
        display: none;
    }
    .mobileMenu .sub-menu .sub-menu {
        padding-top: 12px;
        padding-left: 20px;
    }
    .mobileMenu .menu-item-has-children.active > a::after{
        transform: rotate(225deg);
    }
    h1{
        font-size: 45px;
    }
    .HomeServiceSection .justify-content-end{
        justify-content: start;
    }
    .md-position-unset{
        position: unset !important;
    }
    .WhoWeAreSection .imgTop img{
        width: 100%;
    }
    .WhoWeAreSection .cardOut .col-md-30::after {
    display: none;
    }
    .WhoWeAreSection .cardOut {
        width: 100%;
    }
    .WhoWeAreSection.com60 {
        padding: 60px 0;
    }
    .cmnh2 {
        font-size: 30px;
    }
    .HowItWorksSection {
        margin-bottom: 60px;
    }
    .HowItWorksSection .lgText {
        font-size: 40px;
    }
    .HowItWorksSection .Count:nth-last-child(-n+2) {
        margin-bottom: 0 !important;
    }
    .HowItWorksSection .imgdiv img {
        max-width: 100%;
    }
    .HowItWorksSection .Count{
        max-width: 50%;
    }
    .Count .contentTxt {
        font-size: 14px;
    }
    .page-id-599 .HomeServiceSection .col-md-25 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .spaceIn {
        position: unset;
        padding: 0;
    }
    .ContactUsSection textarea, .CareerContactSection textarea, .ComplaintFormSection textarea {
        margin-bottom: 0;
    }
    .TestimonialSlider .imground {
        left: 58px;
    }
    .feedback{
        flex-wrap: wrap;
        text-align: center;
    }
    .footer .line {
        border-bottom: 1px solid #ffffff4a;
        margin: 10px 0 15px 0;
    }
    .page-id-177 .WhoWeAreSection.com60{
        padding-bottom: 0;
    }
    .page-id-177 .WhoWeAreSection .col-md-50.position-relative, .page-id-179 .CommonImageSection .Imgorder, .page-id-181 .CommonImageSection .Imgorder {
        order: 2;
        margin-top: 20px;
    }
    .page-id-236 .HomeServiceSection .col-md-25 {
        max-width: 100%;
        flex: 0 0 auto;
    }
    .ComplaintFormSection .bg-dark{
        order: 2;
    }
    .ample-calc-outputs {
        padding-bottom: 0 !important;
    }
    .page-id-466 .ample-calculator h3{
        display: none;
    }
    .ampleCTA .cmnBtn {
        margin: 10px 0 30px 0 !important;
    }
    .TimelineWrap {
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0;
        gap: 30px;
    }
    .TimelineWrap::before {
        left: 25px;
        top: 0;
        width: 2px;
        height: 100%;
        transform: none;
    }
    .TimelineItem {
        width: 100%;
        padding-left: 70px;
        text-align: left;
        position: relative;
    }
    .TimelineItem::before {
        display: none;
    }
    .TimelineIcon {
        position: absolute;
        left: 0;
        top: 0 !important;
        width: 50px;
        height: 50px;
        font-size: 18px;
        margin: 0;
    }
    .TimelineContent,
    .TimelineItem.top .TimelineContent,
    .TimelineWrap .TimelineItem:nth-child(even) .TimelineContent {
        position: static;
        top: auto;
        bottom: auto;
        min-height: auto;
        text-align: left;
    }
    .TimelineContent::before,
    .TimelineItem.top .TimelineContent::before,
    .TimelineWrap .TimelineItem:nth-child(even) .TimelineContent::before {
        display: none;
    }
    .TimelineContent h3 {
        font-size: 22px;
        margin-bottom: 8px;
    }
    .TimelineContent p {
        font-size: 15px;
        line-height: 1.6;
    }
    .advisor-profile__intro h1 {
        font-size: clamp(30px, 5vw, 56px) !important;
    }
    .schema-faq.wp-block-yoast-faq-block, .YoastFAQ .wp-block-heading{
        padding: 0 20px;
    }
    .ContactUsSection .cardIn {
        position: unset;
        width: 100%;
    }
    .galleryItem:last-child, .galleryItem:nth-last-child(2), .galleryItem:nth-last-child(3){
        margin-bottom: 30px;
    }
    .HomeTopSection{
        min-height: auto;
    }
    .AllServicesSection .cards-wrapper{
        display: block;
    }
    .AllServicesSection .cards-wrapper .card{
        margin-bottom: 30px;
    }
    .AllServicesSection .cards-wrapper .card:last-child{
        margin-bottom: 0;
    }
    .dew-top {
        height: 35px;
        width: 35px;
        bottom: 50px;
        left: 30px;
    }


@media only screen and (max-width: 920px){
}
@media only screen and (max-width: 767px){
}
@media all and (max-width: 680px){
    .sticky-btn.faq, .sticky-btn.quote {
        bottom: 0;
        right: auto;
        left: 0;
        width: 50%;
        border-radius: 0;
        box-shadow: none !important;
        height: 40px;
    }
    .sticky-btn.quote{
        left: auto;
        right: 0;
    }
    .btn-whatsapp-pulse{
        bottom: 50px;
    }
    .ForPhone.btn-whatsapp-pulse {
        bottom: 105px;
    }
    .btn-whatsapp-pulse, .ForPhone.btn-whatsapp-pulse{
        width: 40px;
        height: 40px;
    }
    @keyframes pulse-border2{
        0%{padding:15px;opacity:.75}
        75%{padding:25px;opacity:0}
        100%{opacity:0}
    }
    @-webkit-keyframes pulse-border2{
        0%{padding:15px;opacity:.75}
        75%{padding:25px;opacity:0}
        100%{opacity:0}
    }
    .HomeTopSection .bgImg{
        display: none;
    }
    .HomeTopSection .bgImg.mobImg{
        display: block ! important;
    }
        
}
@media all and (max-width: 520px){
}
@media all and (max-width: 480px){
}
