@charset "utf-8";

/*----------intial declartaion of css----------*/

*{ /*appearance:none; -moz-appearance:none;-webkit-appearance:none;*/}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,select,input,option,textarea{margin:0;padding:0;border:0;outline:0;font-size:100%;/* list-style:none;*/box-sizing:border-box;}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;}

audio,canvas,video{ display:inline-block;}

audio:not([controls]){display:none;height:0;}

pre { white-space:pre; white-space:pre-wrap; word-wrap:break-word; }

q { quotes:none; }

q:before,q:after{ content:''; content:none; }

small { font-size:80%; }

sub,sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline; }

sup { top:-0.5em; }

sub { bottom:-0.25em, }

nav ul,nav ol { list-style:none; list-style-image:none; }

button,input,select,textarea { font-size:100% ;margin:0; vertical-align:baseline; }

textarea { overflow:auto; vertical-align:top; }

table { border-collapse:collapse; border-spacing:0; }

button,html input[type="button"],input[type="reset"],input[type="submit"],textarea {-webkit-appearance:none;border-radius:0}

/* remember to define focus styles! */
:focus { outline:0; }

/* tables still need 'cellspacing="0"' in the markup */

table { border-collapse:separate; border-spacing:0; }

caption,th,td { text-align:left; font-weight:normal; }

a { text-decoration:none; }

a:focus {
    outline: none !important;
}

blockquote:before,blockquote:after,q:before,q:after { content:""; }

blockquote,q { quotes:"" ""; }

table { border:0 none; border-collapse:collapse; border-spacing:0; }

td { vertical-align:top; }

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

a { outline:none; cursor:pointer; }



/* End Clearfix */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section { display:block; }

.clear { clear:both; }

img { max-width:100%; }

/* For modern browsers */

.d-flex {display:flex; flex-wrap:wrap; }

.align-center { align-items:center; }

.justify-content-space { justify-content:space-between; }

.justify-content-center { justify-content:center; }

.text-left { text-align:left; }

.text-right { text-align:right; }

strong { font-family: 'Metropolis'; font-weight:700; }

a { text-decoration:none; transition:all 0.5s ease-in-out 0s; -moz-transition:all 0.5s ease-in-out 0s; -ms-transition:all 0.5s ease-in-out 0s; -o-transition:all 0.5s ease-in-out 0s; -webkit-transition:all 0.5s ease-in-out 0s; color:#002248; display: inline-block; }

a:hover{color:#004C94;}

/*
a:-webkit-any-link:focus-visible{outline-offset:1px;}

:focus-visible{outline:-webkit-focus-ring-color auto 1px;}

a:focus-visible { outline:black auto 0px;}

:focus-visible { outline:black auto 0px;}

:focus { outline:black auto 0px;}
*/



body { font-size:21px; line-height: 31px; -webkit-font-smoothing:antialiased;-webkit-text-size-adjust:none;color:#e6e6e6; font-family: 'Metropolis'; font-weight:400; background-color: #002248; }

p { font-size:21px;line-height:25px;color:#e6e6e6;font-family: 'Metropolis';letter-spacing:0;font-weight:400; margin-bottom: 20px;}

h1 { font-size:74px; line-height:74px; margin-bottom:20px;  font-family: 'Orpheus Pro'; color:#e6e6e6; font-weight:700; text-transform: uppercase; letter-spacing: 29px;}

h2,.h2 { font-size:29px; line-height:39px;  font-family: 'Metropolis'; margin-bottom:20px; color:#ffd797; font-weight: 700; letter-spacing: 10px; text-transform: uppercase; }

h3,.h3 { font-size:25px; line-height:32px;  font-family: 'Metropolis Semi'; margin-bottom:20px; color:#ffd797; font-weight: 600; position: relative; text-transform: uppercase; letter-spacing: 10px; }

h4,.h4 { font-size:20px; line-height:30px;  font-family: 'Metropolis'; margin-bottom:20px; color:#ffd797; font-weight: 700; letter-spacing: 10px; }

h5,.h5 { font-size:18px; line-height:22px;  font-family: 'Metropolis'; margin-bottom:20px; color:#ffd797; }

table { border-collapse:collapse;width:100%; }

td { border:2px solid #000; text-align:left; padding:15px 9px; font-size:25px; color:#ffd797; font-family: 'Metropolis'; font-weight:500; }

td strong { display:block; }

ul li { list-style: none; position: relative; padding-left: 50px; font-weight: 400; }
ul li:before { content: ""; position: absolute; left: 0; top: 2px; background-image: url(../../assets/images/listing-dots.svg); width: 22px; height: 22px; background-repeat: no-repeat; }
ul li:after { content: ""; position: absolute; left: 10px; top: 8px; height: 100%; width: 1px; background-color: #ffd797; }
ul li:last-child:after { display: none; }

.listing-circle ul li:before { background-image: url(../../assets/images/listing-circle.svg); width: 11px; height: 11px; left:29px; top: 10px; }
.listing-circle ul li:after { left: 34px; top: 15px; }


.heading-gray { color: #e6e6e6; }
.heading-caramel { color: #ffd797; }

.font-weight-normal { font-weight: 400 !important; }
.font-weight-medium { font-weight: 500 !important; }
.font-weight-semi-bold { font-weight: 600 !important; }
.font-weight-bold { font-weight: 700 !important; }

.text-center { text-align: center; }
.text-left { text-align: left; }

.heading-gray h2 { color: #e6e6e6; }
.heading-gray h3 { color: #e6e6e6; }
.heading-gray h4 { color: #e6e6e6; }
.heading-gray h5 { color: #e6e6e6; }

.heading-caramel h2 { color: #ffd797; }
.heading-caramel h3 { color: #ffd797; }
.heading-caramel h4 { color: #ffd797; }
.heading-caramel h5 { color: #ffd797; }

.font-weight-normal h2 { font-weight: 400 !important; }
.font-weight-normal h3 { font-weight: 400 !important; }
.font-weight-normal h4 { font-weight: 400 !important; }
.font-weight-normal h5 { font-weight: 400 !important; }

.font-weight-medium h2 { font-weight: 500 !important; }
.font-weight-medium h3 { font-weight: 500 !important; }
.font-weight-medium h4 { font-weight: 500 !important; }
.font-weight-medium h5 { font-weight: 500 !important; }

.font-weight-semi-bold h2 { font-weight: 600 !important; font-family: 'Metropolis Semi'; }
.font-weight-semi-bold h3 { font-weight: 600 !important; font-family: 'Metropolis Semi'; }
.font-weight-semi-bold h4 { font-weight: 600 !important; font-family: 'Metropolis Semi'; }
.font-weight-semi-bold h5 { font-weight: 600 !important; font-family: 'Metropolis Semi'; }

.font-weight-bold h2 { font-weight: 700 !important; }
.font-weight-bold h3 { font-weight: 700 !important; }
.font-weight-bold h4 { font-weight: 700 !important; }
.font-weight-bold h5 { font-weight: 700 !important; }


/*
ul { margin-bottom: 30px; }
ul li { font-size: 16px; line-height: 24px; color: #000; font-family: 'Metropolis'; letter-spacing: 0; font-weight: 400; margin-bottom: 10px; list-style:none; position: relative; padding-left: 15px; }
ul li:before { content: ""; position: absolute; left: 0; top: 10px; background: #272727; width: 4px; height: 4px; border-radius: 50%; }
*/

ol li { font-size: 16px; line-height: 24px; color: #000;font-family: 'Metropolis'; letter-spacing: 0; font-weight: 400; margin-bottom: 5px; }

ol { padding-left: 20px; margin-bottom: 20px; }

figure { margin: 0 !important; }

#dynamic-video-container { height: 100%; width: 100%; -o-object-fit: cover; object-fit: cover; }
.list-style-none ul li:before { display: none; }
.list-style-none ul li:after { display: none; }
.list-style-none ul { margin: 0; padding: 0; }
.list-style-none ul li { margin: 0; padding: 0; list-style: none; }


.container { max-width:1050px; margin: 0 auto; padding:0 30px; position: relative; z-index: 111; }
.container-fluid { padding: 0 30px; }
.inner-container { max-width: 791px; margin: 0 auto; }

.deep-navy-blue { background-color: #002248; }
.dark-indigo-blue { background-color: #001C3E; }

.text-center { text-align: center; }
.text-left { text-align: left; }

.btn { background-color: #e6e6e6; font-family: 'Orpheus Pro'; font-weight: 700 !important;     font-size: 18px; line-height: 24px; letter-spacing: -0.1px; position: relative; padding: 5px 19px 4px 19px; transition: all 0.5s ease-in-out; border-radius: 200px; }

.arrow-triangle-button:after { content: ""; position: absolute; width: 0; height: 0; border-top: 10px solid #e6e6e6; border-right: 15px solid transparent; top: 100%; left: 30px; transition: all 0.5s ease-in-out; }
.arrow-triangle-button:hover:after { left: 50%; }

.btn span { z-index: 111; position: relative; color: #002248 !important; }

a.zoom-button.btn { background: transparent; }
a.zoom-button.btn:after { background-color: #e6e6e6; content: ""; position: absolute; left: 0; right: 0; top: 0; width: 100%; height: 100%; border-radius: 200px; transition: all 0.5s ease-in-out; }
a.zoom-button.btn:hover:after { transform: scale(1.1); }

/*a.scale-button.btn { background: transparent; }*/
a.scale-button.btn:hover { padding: 5px 25px 4px 25px; }

.right-arrow-button { padding: 8px 60px 4px 20px; font-size: 25px; line-height: 35px; }
.right-arrow-button:after { content: ""; position: absolute; background-image: url(../../assets/images/btn-right-arrow.svg); background-repeat: no-repeat; background-position: right center; width: 40px; height: 40px; top: 50%; transform: translateY(-50%); right: 5px; }
.right-arrow-button:hover { padding: 8px 70px 4px 20px; }

.down-arrow-button { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; text-decoration: none; overflow: hidden; color: #002248 !important; font-family: 'Orpheus Pro'; font-weight: 700 !important; }
.down-arrow-button .arrow { opacity: 0; transform: translateX(-10px); transition: all 0.3s ease; width: 40px; height: 40px; position: absolute; right: 5px; }
.down-arrow-button:hover .arrow { opacity: 1; transform: translateX(0) rotate(90deg); width: 40px; }
.down-arrow-button.btn:hover { padding: 10px 58px 10px 20px; }
.down-arrow-button .arrow img { width: 40px; height: 40px; }

.text-link { color: #004C94; text-decoration: none; font-size: 18px; line-height: 29px; font-weight: 600; font-family: 'Metropolis'; position: relative; }
.text-link:after { content: ""; position: relative; right: 0; top: 15px; background-image: url(../image/link-arrow-rt.svg); background-repeat: no-repeat; width: 42px; height: 42px; display: inline-block; margin: 0 0 0 10px; transition: all 0.5s ease-in-out; }
.text-link:hover:after { margin: 0 0 0 20px; }

.hide-section section { opacity: 0 }
.hide-section header { opacity: 0 }

.line-section { width: 100%; height: 1px; background-color: #ffd797; margin: 90px 0 140px 0; position: relative; }
.line-section:after{ content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); right: 0; margin:0 auto; width: 41px; height: 6px; background-color: #ffd797; }

.pattern-bottom-right:after { content: ""; position: absolute; bottom: 40px; right: calc((100% - 1060px) / 2); background-image: url(../../assets/images/pattern-dot.svg); background-repeat: no-repeat; width: 154px; height: 66px; }

.sidebar-logo { position: absolute; right: 0; top: 185px; width: 140px; }

/* header css start here */
header { background: #001c3e; position: fixed; left: 0; top: 0; z-index: 9999; width: 100%; }
header .header-logo figure { padding: 0; margin: 0; display: flex; align-items: center; }
header .header-wrap { display: flex; align-items: center; justify-content:center; padding: 30px 0; }
header .header-logo { width: 280px; }
header .header-logo img { width: 100%; }

.menu-trigger { display: block; cursor: pointer; color: #fff; text-transform: uppercase; text-align: center; font-weight: bold; line-height: 33px; font-size: 22px; padding: 10px 0; }
.menu-trigger .menu-box { width: 57px; height: 25px; margin-right: 0px; padding: 0; position: absolute; right:102px; top: 50px; z-index: 999; }
.menu-trigger .menu-box span:last-child { margin-bottom: 0; }
.menu-trigger .menu-box span { width: 100%; height: 1px; margin-bottom: 10px; background: #FFD797; display: block; border-radius: 2px; transition: all 0.5s; -webkit-transition: all 0.5s; }
.menu-trigger.active span:nth-child(1) {
  transform: rotate(45deg) translateY(8px) translateX(6px);
  -webkit-transform: rotate(45deg) translateY(8px) translateX(6px);
}
.menu-trigger.active span:nth-child(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-9px) translateX(9px);
  -webkit-transform: rotate(-45deg) translateY(-9px) translateX(9px);
}
.menu-toggle .caret { color: #fff; margin-left: 7px; }
.menu-toggle { padding: 0px; list-style: none; display: inline-block; }
.menu-toggle > li { float: left; vertical-align: top; margin-right: 0px !important; position: relative; }
.menu-toggle > li:last-child { margin-right: 0 !important;  }
.menu-toggle li a { font-family: 'Metropolis'; font-weight: bold; font-size: 10px; line-height: 12px; color: #E6E6E6; padding: 42px 8px; text-align: center; display: flex; height: 100%; align-items: center; justify-content: center; letter-spacing: 2px; text-transform: uppercase; position: relative; transition: all 0.5s ease-in-out; }
.menu-toggle li a:hover { background: #FFD797; color: #001C3E; font-size: 12px; }
.menu-toggle li:last-child a:after { display: none; }
.menu-toggle li a:after { content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 40px; background-color: #FFD797; }
/* @media (min-width: 767px) { .menu-toggle > li ul { display: none; } } */
.menu-toggle ul li { width: 100%; margin: 0; list-style: none; position: relative; }
.menu-toggle.desk ul { top: 100%; z-index: 999; list-style: none; left: 0px; background: #e6e6e6; position: absolute; min-width: 150px; }
/*Sub menu styles*/
.menu.submenu-ul-level1 li a { background: rgba(31, 26, 107, 0.8); color: #fff; padding-left: 90px; }
.menu-toggle.desk li:hover > ul { display: block; opacity: 1; }
.menu-toggle.desk .sb-menu .sb-menu { left: 100%; top: 0; }
.menu-toggle.desk ul li a { padding: 10px 10px; display: block; color: #fff; font-size: 16px; text-align: center; }
.menu-toggle.desk ul li:hover > a { background: #FFDA30; color: #fff; }
.menu-toggle .arrow { position: absolute; right: 10px; top: 5px; width: 30px; height: 30px; background: url(../images/plus.png) no-repeat center center; cursor: pointer; z-index: 999; }
.menu-toggle .arrow.up { background: url(../images/minus.png) no-repeat center center; }
.menu-toggle { /* display: none; */ max-height: 0; overflow: hidden; transition: all 0.5s ease-out; position: absolute; background: #00132d; max-height: inherit !important; top: 100px; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; }
.menu-toggle > li ul { max-height: 0; overflow: hidden; transition: all 0.5s ease-out; }
.menu-block { height: auto; }
.menu-trigger { display: block; }
.menu-toggle > li { width: 100px; height: 108px; margin: 0px; padding: 0px; }
.menu-toggle { width: 100%; }
.menu-toggle > li ul { background: #d1d1d1; }
.menu-toggle > li ul a { text-align: center; display:block; text-align:center; color: #000; padding: 5px 0; }
header .menu-toggle > li.current-menu-item a { font-size: 12px; background: #FFD797; color: #00132d; }
/* Push Menu */
  body.menuslide_push { position: relative; }
  body.menuslide_push.slidemenuLeft { left: 0; transition: left 0.5s; -webkit-transition: left 0.5s; -moz-transition: left 0.5s; -ms-transition: left 0.5s; -o-transition: left 0.5s; }
  body.menuslide_push.slidemenuRight { right: 0; transition: right 0.5s; -webkit-transition: right 0.5s; -moz-transition: right 0.5s; -ms-transition: right 0.5s; -o-transition: right 0.5s; }
  body.slidemenuRight .menu-toggle { right: -290px; }
  body.slidemenuRight.menu-open .menu-toggle { right: 0; }
  body.slidemenuLeft .menu-toggle { left: 0px; }
  body.slidemenuLeft.menu-open .menu-toggle { left: 0; top: 100%; opacity: 1; visibility: visible; }
  body.menuslide_push.slidemenuLeft.menu-open { left: 290px; overflow: hidden; }
  body.menuslide_push.slidemenuRight.menu-open { right: 290px; }
  body.menuslide_push .menu-toggle,
  body.menuOverlap .menu-toggle { background: #e6e6e6 none repeat scroll 0 0; display: block; height: 100%; max-height: 100%; width: 100%; overflow: auto; position: fixed; transition: all 0.5s ease 0s; max-width: 290px; top: 0; }

/* header css end here */

/*button css start here*/

/*border-with-bg css start*/
a.border-with-bg { display: inline-block; font-family: 'Orpheus Pro'; font-weight: 700; font-size: 18px; line-height: 24px; letter-spacing: -0.1px; position: relative; padding: 5px 19px 4px 19px; transition: all 0.5s ease-in-out; background-color: transparent; }
a.border-with-bg:after { content: ""; position: absolute; left: 50%; border: 1px solid #e6e6e6; height: 145%; display: inline-block; top: 50%; width: 108%; border-radius: 200px; transform: translateX(-50%) translateY(-50%); transition: all 0.5s ease-in-out; }
a.border-with-bg:before { content: ""; position: absolute; left: 0; right: 0; margin: 0 auto; width: 100%; height: 100%; background-color: #e6e6e6; z-index: -1; border-radius: 200px; top: 50%; transform: translateY(-50%); padding: 2px 14px 0px 14px; transition: all 0.5s ease-in-out; }
a.border-with-bg:hover:before {transform: translateY(-50%) scale(1.05);}
a.border-with-bg:hover:after { transform: translateX(-50%) translateY(-50%) scale(1.05); }

/*zoom-icon-button css start*/
a.zoom-icon-button { background-color: #e6e6e6; font-family: 'Orpheus Pro'; font-weight: 700 !important; font-size: 16px; text-align: center; padding:6px 42px 4px 12px !important; letter-spacing: 0.8px; position: relative; border-radius: 200px; display: inline-block; transition: all 0.5s ease-in-out; line-height: 22px; }
a.zoom-icon-button:before { content: ""; position: absolute; top: 0; left: 0; background-color: #e6e6e6; width: 100%; height: 100%; border-radius: 200px !important; transition: all 0.5s ease-in-out;}
a.zoom-icon-button span { color: #002248; transition: all 0.5s ease-in-out; position: relative; z-index: 11; }
a.zoom-icon-button:after { content: ""; position: absolute; right: 6px; top: 4px; background-repeat: no-repeat; background-image: url(../../assets/images/location-icon.svg); width: 25px; height: 25px;  transition: all 0.5s ease-in-out;}
a.zoom-icon-button:hover:before { transform: scale(1.1); }
a.zoom-icon-button:hover:after { right: -1px; }

/*arrow triangle button css start*/

/*button css start here*/

.banner-social-icon ul { padding: 0; margin: 0; } 
.banner-social-icon ul li { padding: 0; margin: 0 0 18px 0; } 
.banner-social-icon ul li:after { display: none; } 
.banner-social-icon ul li:before { display: none; } 
.banner-social-icon { display: inline-block; position: absolute; left: calc((100% - 943px) / 2); top: 210px; z-index: 1111; } 
.banner-social-icon ul li a { width: 28px; height: 28px; border-radius: 100%; background-color: #ffd797; display: flex; align-items: center; justify-content: center; font-size: 16px; transition: all 0.5s ease-in-out; }
.banner-social-icon ul li a:hover { background-color: #fff; color: #002248; }

/*banner css start here*/
.heading-underline { border-bottom: 1px solid #ffd797; margin-bottom: 40px;}
.section-heading { position: relative; padding-bottom: 25px; }
.section-line .section-heading:before { content: ""; position: absolute; left: calc((100% - 936px) / 2); top: 0px; background-image: url(../../assets/images/listing-dots.svg); width: 22px; height: 22px; background-repeat: no-repeat; }
section { position: relative; }
.section-line:before { content: ""; position: absolute; left: calc((100% - 915px) / 2); top: 0; width: 1px; height: 100%; background-color: #ffd797; z-index: 11;}

.hero-banner { background-size: cover; background-repeat: no-repeat; background-position: center center; padding: 200px 0 150px; position: relative; }
.hero-banner-wrap { text-align: center; }
.hero-banner-wrap .heading-text { position: relative; }
.hero-banner-wrap .heading-title { margin-bottom: 15px; display: inline-block; width: 100%; }
.hero-banner-wrap .hero-banner-content { margin-bottom: 92px; position: relative; }
.page-id-11 .hero-banner-wrap .hero-banner-content span { min-width: 375px; }
.page-id-11 .hero-banner-wrap .heading-text h1:before { width: calc(100% - 350px); min-width: 400px; }
.heading-text h1 { position: relative; }

.hero-banner-wrap h1 {display: inline-block; background: linear-gradient(to right, rgba(0, 28, 62, 1) 0%, rgba(0, 28, 62, 0.98) 1%, rgba(41, 137, 216, 0) 50%, rgba(0, 28, 62, 1) 100%); border-radius: 200px; padding: 11px 0px 0px 28px; margin-bottom: 0; }
.hero-banner-wrap .hero-banner-content span { display: inline-block; color: #ffd797; font-size: 30px; text-transform: uppercase; font-family: 'Metropolis'; font-weight: 400; background: linear-gradient(to right, rgba(0, 28, 62, 1) 0%, rgba(0, 28, 62, 0.98) 1%, rgba(41, 137, 216, 0) 50%, rgba(0, 28, 62, 1) 100%); width: auto; padding: 6px 5px 2px 13px; letter-spacing: 9px; margin-bottom: 0px; min-width: 520px; }

.hero-banner-wrap .top-text { display: inline-block; width: 100%; padding-bottom: 17px;  }
.hero-banner-wrap .bottom-text { display: inline-block; width: 100%; padding-top: 17px; }

.hero-banner-wrap .top-text span { position: relative; }
.hero-banner-wrap .bottom-text span { position: relative; }

.hero-banner-wrap .top-text span:before { content: ""; width: 97px; height: 46px; background-image: url(../../assets/images/top-text-before-border.svg); background-repeat: no-repeat; display: inline-block; position: absolute; left: -97px; top: 20px; z-index: -1; }

.hero-banner-wrap .top-text span:after { content: ""; width: 103px; height: 47px; background-image: url(../../assets/images/top-text-after-border.svg); background-repeat: no-repeat; display: inline-block; position: absolute; top: 20px; right: -100px; z-index: -1; }

.hero-banner-wrap .bottom-text span:before { content: ""; width: 97px; height: 46px; background-image: url(../../assets/images/bottom-text-before-border.svg); background-repeat: no-repeat; display: inline-block; position: absolute; left: -97px; bottom: 10px; }

.hero-banner-wrap .bottom-text span:after {content: "";width: 103px;height: 47px;background-image: url(../../assets/images/bottom-text-after-border.svg);background-repeat: no-repeat;display: inline-block;position: absolute;bottom: 9px;right: -97px;z-index: -1; }

.hero-banner-wrap .heading-text h1:before { content: ""; width: calc(100% - 200px); height: 100%; background-image: url(../../assets/images/heading-text-before-pattern.svg); background-repeat: no-repeat; display: inline-block; position: absolute; left: 0; min-width: 450px; z-index: -1; right: 0; margin: 0 auto; bottom: 0; top: -100%; background-position: bottom; }
.page-id-31 .hero-banner-wrap .heading-text h1:before { width: calc(100% - 170px); }

.hero-banner-wrap .heading-text h1:after { content: ""; width: calc(100% - 200px); height: 100%; background-image: url(../../assets/images/heading-text-after-pattern.svg); background-repeat: no-repeat; display: inline-block; position: absolute; left: 0; top: 100%; min-width: 450px; z-index: -1; right: 0; margin: 0 auto; }
.top-text + .heading-text h1:after { display: none; }
.top-text + .heading-text h1:before { display: none; }

.page-id-27 .hero-banner-wrap .hero-banner-content span { min-width: 410px; }
.page-id-357 .hero-banner-wrap .bottom-text span:after { width: 38px; height: 40px; background-size: cover; background-position: right center; right: -38px; bottom: 17px; }
.page-id-357 .hero-banner-wrap .bottom-text span:before { width: 32px; height: 40px; background-size: cover; background-position: left center; left: -32px; bottom: 17px; }
.page-id-440 .hero-banner-wrap .hero-banner-content span { min-width: 220px; }


.center-logo { padding:85px 0 20px; position: relative; }
.center-logo .center-logo-wrap figure { max-width: 126px; margin: 0 auto !important; position: relative; }
.center-logo .center-logo-wrap { text-align: center; position: relative; min-height: 140px; }
.center-logo.left-pattern .center-logo-wrap:before { content: ""; background-image: url(../../assets/images/pattern-dot.svg); background-repeat: no-repeat; width: 154px; height: 66px; left: -38px; position: absolute; top: 50%; transform: translateY(-50%); }
.center-logo .center-logo-wrap figure:before { content: ""; background-image: url(../../assets/images/center-logo-before-line.svg); background-repeat: no-repeat; width: 260px; height: 8px; left: -275px; position: absolute; top: 50%; transform: translateY(-50%); }
.center-logo .center-logo-wrap figure:after { content: ""; background-image: url(../../assets/images/center-logo-after-line.svg); background-repeat: no-repeat; width: 260px; height: 8px; right: -275px; position: absolute; top: 50%; transform: translateY(-50%); }
.center-logo.center-line .center-logo-wrap:after { content: ""; position: absolute; left: 0; right: 0; margin: 0 auto; width: calc(100% - 300px); height: 1px; background-color: #ffd797; top: 50%; }
.center-logo.center-line .container:after { content: ""; position: absolute; width: 41px; height: 7px; left: 0; right: 0; margin: 0 auto; background: #ffd797; top: 50%; transform: translateY(-50%); }
.page-id-21 .center-logo .center-logo-wrap { min-height: 50px; }


footer{ background-color: #001c3e; padding: 40px 0; }
footer .footer-wrap { display: flex; flex-wrap: wrap; align-items: center; border-bottom: 1px solid #e6e6e6; padding-bottom: 20px; margin-bottom: 30px; }
footer .footer-wrap .footer-logo { width: 15%; }
footer .footer-wrap .footer-menu { width:50%; }
footer .footer-wrap .footer-add { width: 35%; display: flex; }
footer .footer-wrap .footer-add .footer-item-inner { width: 50%; margin-bottom: 25px; padding-right: 20px; line-height: normal; }
footer .footer-wrap .footer-menu ul { display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 0; }
footer .footer-wrap .footer-logo figure { max-width: 160px; }
footer .footer-wrap .footer-menu ul li:before { display: none; }
footer .footer-wrap .footer-menu ul li { padding-left: 0; margin-bottom: 0; padding-right: 24px; position: relative; }
footer .footer-wrap .footer-menu ul li:after { content: ""; position: absolute; right: 14px; top: 13px; width: 1px; height: 10px; background-color: #e6e6e6; left: auto; }
footer .footer-wrap .footer-menu ul li:last-child:after { display: none; }
footer .footer-wrap .footer-menu ul li:last-child { padding-right: 0px }
footer .footer-wrap .footer-menu ul li a { color: #e6e6e6; font-size: 12px; line-height: 22px; font-weight: 500; letter-spacing: 5px; text-transform: uppercase; }
footer .footer-wrap .footer-menu ul li a:hover { color: #FFD797; }
footer .footer-wrap .footer-add .footer-item-inner a { color: #e6e6e6; font-size: 12px; line-height: 22px; display: inline-block; font-weight: 500; }
footer .footer-wrap .footer-add .footer-item-inner a:hover { color: #FFD797; }
footer .footer-wrap .footer-add .footer-item-inner p { color: #e6e6e6; font-size: 12px; line-height: 22px; display: inline-block; width: 100%; }
footer .footer-wrap .footer-add .footer-item-inner h4 { font-weight: 500; color:#e6e6e6; margin-bottom: 5px; letter-spacing: 0; }
footer .footer-btm-desc span { text-transform: uppercase; font-size: 8px; letter-spacing: 3.6px; line-height: 16px; display: inline-block; font-family: 'Metropolis'; width: 100%; font-weight: 500; }
footer .footer-btm-desc strong { text-transform: uppercase; font-size: 11px; line-height: 20px; letter-spacing: 1.1px; display: inline-block; font-family: 'Metropolis'; width: 100%; font-weight: 500; }
footer .footer-btm-desc { font-size: 0; line-height: normal; width: 50%; }
footer .footer-btn { display: flex; margin-top: 10px; }
footer .footer-btm-social { display: flex; align-items: center; width: 50%; justify-content: flex-end;  }
footer .footer-btm-social span { text-transform: uppercase; font-size: 8px; letter-spacing: 3.6px; line-height: 16px; display: inline-block; font-family: 'Metropolis'; width: 100%; font-weight: 500; }
footer .footer-btm-social ul { margin-bottom: 0; }
footer .footer-btm-social ul li { padding: 0; margin:0 42px 0 0; font-size: 14px; }
footer .footer-btm-social ul li:last-child { margin-right: 0; }
footer .footer-btm-social ul li:before { display: none; }
footer .footer-wrap .footer-add .footer-item-inner a.zoom-icon-button { width: auto; font-size: 16px; padding: 6px 42px 4px 12px !important; }
footer .footer-btm-social span { display: inline-block; width: auto; margin: 0; padding: 0; line-height: normal; margin-right: 10px;}
footer .footer-btm-social ul { display: flex; align-items: center; }
footer .footer-btm-social ul li a { width: 25px; height: 25px; background-color:#e6e6e6; border-radius: 50%; color: #001c3e; display: flex; align-items: center; justify-content: center; }
footer .footer-btm-social ul li a:hover { background-color: #FFD797; }
footer .footer-btm-social ul li:after { display: none; }
.page-id-403 footer { margin-top: 80px !important; }


.simple-content { padding:60px 0; }
.simple-content .section-heading.heading-underline { padding-bottom: 25px; }
.section-line.simple-content .simple-content-wrap { max-width: 791px; margin: 0 auto; position: relative; }
.simple-content .simple-content-wrap { max-width: 891px; margin: 0 auto; position: relative; }
.simple-content .simple-content-wrap h3 { font-family: 'Metropolis'; }
.simple-content .button-wrap { text-align: center; margin-top: 55px; margin-bottom: 0px;}
.simple-content .simple-content-wrap .button-container { text-align: center; }
.simple-content .simple-content-wrap p { font-size: 21px; line-height: 26px; text-align: justify; }
.simple-content .simple-content-wrap p strong { color: #ffd797; }
.simple-content .simple-content-wrap p span { color: #ffd797; }
.simple-content .simple-content-wrap ul li { padding:0 0 18px 50px; }
.simple-content .simple-content-wrap ul { padding: 60px 0 20px; margin: 0; }
.simple-content .simple-content-wrap ul li h3 { font-weight: 700; font-family: 'Orpheus Pro'; letter-spacing: 5px; margin-bottom: 10px; }
.simple-content .simple-content-wrap ul li p { font-size: 19px; line-height: 22px; font-weight: 500; text-align: justify; }
.simple-content .simple-content-wrap ul li p span { color: #ffd797; }
.simple-content .simple-content-wrap ul li a { margin: 0; display: inline-block; color: #ffd797; font-weight: 500; }
.simple-content .simple-content-wrap a { margin: 0 auto; display: table; margin-top: 40px; }
.bottom-right-pattern.simple-content .container:after { content: ""; position: absolute; background-image: url(../../assets/images/pattern-dot.svg); background-repeat: no-repeat; width: 154px; height: 66px; right:15px; bottom: -70px; }
a.scale-button.btn { font-size: 25px; line-height: 30px; padding: 12px 25px 7px 25px; }
a.scale-button.btn:hover { padding: 12px 40px 7px 40px; }
.page-id-9 .simple-content a.right-arrow-button.btn { background-color: #ffd797; }
.page-id-9 .simple-content a.right-arrow-button.btn:after { background-image: url(../../assets/images/caramel-arrow-btn.svg); }
/*.simple-content .section-heading {  padding-bottom: 0; }*/


.our-core-values { padding: 20px 0; }
.our-core-values-item { position: relative; margin-bottom: 40px; padding: 50px 20px; min-height: 295px; display: table; width: 100%; height: 100%; }
.our-core-values .our-core-values-wrap .section-heading { padding-bottom: 42px; border-bottom: 1px solid #ffd797; margin-bottom: 38px; }
.our-core-values .our-core-values-wrap .section-heading h2 { font-size: 25px; line-height: 32px; font-family: 'Metropolis Semi'; margin-bottom: 20px; color: #ffd797; font-weight: 600; position: relative; text-transform: uppercase; letter-spacing: 10px; }
.our-core-values .our-core-values-wrap .section-content p { font-size: 21px; line-height: 25px; }
.our-core-values .our-core-values-wrap { padding-bottom: 20px; }
.our-core-values-item figure img { width: 100%; }
.our-core-values-bg { position: absolute; left: 0; width: 100%; height: 100%; background-size: cover; background-position: right center; background-repeat: no-repeat; top: 0; }
.our-core-values-item .item-content h3 { font-family: 'Orpheus Pro'; font-weight: 700; letter-spacing: 5px; margin-bottom: 7px; }
.our-core-values-item .item-content ul li { padding-bottom: 20px; line-height: 29px; }
.our-core-values-item .item-content { padding: 0; }
.our-core-values-item .item-content ul li:last-child { padding-bottom: 0; }
.our-core-values .button-wrap { margin: 40px 0; }
.our-core-values-item-inner { display: table-cell; vertical-align: middle; }

.how-our-process-works { padding:0px 0 80px 0; }
.how-our-process-works .section-heading h2 { text-transform: uppercase; letter-spacing: 10px; font-weight: 600; font-size: 25px; line-height: 30px; font-family: 'Metropolis Semi';  }
.how-our-process-works .section-heading.text-center { padding-bottom: 40px; }
.how-our-process-works .section-heading.text-center { padding-bottom: 42px; border-bottom: 1px solid #ffd797; margin-bottom: 40px; }
.how-our-process-works .section-content p { font-size: 21px; line-height: 25px; }
.how-our-process-works .section-content { padding-bottom: 80px; }
.how-our-process-works-wrap .button-wrap { text-align: center; }
 .how-our-process-works .section-heading:before { content: ""; position: absolute; left: calc((100% - 936px) / 2); top: 0px; background-image: url(../../assets/images/listing-dots.svg); width: 22px; height: 22px; background-repeat: no-repeat; }


.client-success-stories-wrap { padding-bottom: 80px; text-align: center; }
.client-success-stories { padding: 40px 0; }
.client-success-stories .client-success-stories-wrap h2 { text-align: center; letter-spacing: 10px; text-transform: uppercase; font-size: 25px; font-family: 'Metropolis Semi'; }
.client-success-stories .button-wrap { text-align: center; padding-top: 110px; }
.client-success-stories-slider { background-color: #001c3e; padding: 45px 0 55px; }
.client-success-stories-slider .slider-item p { color: #fff; font-family: 'Orpheus Pro'; font-weight: 400; letter-spacing: 4px; text-align: justify; font-size: 20px; margin-bottom: 10px;}
.client-success-stories-slider-inner { max-width: 840px; margin:0 auto; }
.client-success-stories-slider-inner .slider-item { padding:0 15px; margin-bottom: 8px; }
.client-success-stories-slider .slider-item span { display: inline-block; width: 100%; text-align: right; font-size: 14px; color: #ffd797; text-transform: uppercase;font-weight: 300; line-height: 24px; margin-top: 0px; letter-spacing: 2.3px; }
.client-success-stories-wrap { padding-bottom: 80px; }

ul.slick-dots { display: flex; align-items: center; justify-content: center; }
ul.slick-dots li { margin: 0; padding: 0; }
ul.slick-dots li:after { display: none; }
ul.slick-dots li:before { display: none; }
ul.slick-dots button { background-color: #2b445b; font-size: 0; width: 14px; height: 14px; border: none; border-radius: 100%; cursor: pointer; }
ul.slick-dots li { line-height: normal; padding: 0 23px; }
ul.slick-dots li.slick-active:after { background-color: transparent; background-image: url(../../assets/images/slider-dots.svg); width: 25px; height: 25px; background-repeat: no-repeat; background-position: center center; position: absolute; left: 0; right: 0; margin: 0 auto; top: 5px; display: inline-block; }
ul.slick-dots button:focus { outline: none; }

.simple-center-content { padding: 64px 0; }
.min-width .simple-center-content { padding-top: 25px; }
.simple-center-content-heading { text-align: center; max-width: 845px; margin:0 auto; }
.simple-center-content-heading h2 {letter-spacing: 10px; text-transform: uppercase; font-size: 25px; font-family: 'Metropolis Semi'; margin-bottom: 50px;}
.simple-center-content-heading p { text-align: justify; font-size: 21px; line-height: 26px; font-weight: 400; }
.simple-center-content-heading ul { padding: 0; margin:0 0 50px 0; display: flex; flex-wrap: wrap; justify-content: center;}
.simple-center-content-heading ul li { padding:0 20px 0 0; margin: 0; position: relative; }
/*.simple-center-content-heading ul li:after { background-color: #ffd797; width: 1px; height: 15px; position: absolute; right: 10px; left: auto; }*/
.simple-center-content-heading ul li:after { background-color: #ffd797; width: 1px; height: 15px; position: relative; display: inline-block; top: 0; }
.simple-center-content-heading ul li:last-child:after { display: none; }
.simple-center-content-heading ul li:before { display: none;}
.simple-center-content-heading ul li a { color: #e6e6e6; font-size: 21px; line-height: 26px; font-weight: 400;}
.page-id-27 .simple-center-content-heading h2 { letter-spacing: 12px; text-transform: uppercase; font-size: 29px; font-family: 'Metropolis Semi'; margin-bottom: 37px; font-weight: 700; }
.page-id-27 .simple-center-content-heading { max-width: 850px; }
.page-id-27 .simple-center-content-heading p { margin-bottom: 40px; }
.page-id-27 .simple-center-content-heading p:last-child { margin-bottom: 0px; }
.simple-center-content-heading ul li a:hover { color: #ffd797; }
.page-id-27 .simple-center-content-heading ul { margin-bottom: 0; }
.simple-center-content-heading iframe { height: 660px; }

.process-works-step h2 { font-size: 60px; line-height: 60px; font-family: 'Orpheus Pro'; letter-spacing: 12px; margin-bottom: 0px; }
.process-works-step h3 { text-transform: uppercase; color: #e6e6e6; font-family: 'Orpheus Pro'; font-weight: 700; letter-spacing: 5px;margin-bottom: 8px; position: relative; }
.process-works-step h3:after { content: ""; position: absolute; bottom: 0; left: 0;  width: 305px; height: 1px; background-color: #ffd797; }
.process-works-step p { font-size: 19px; line-height: 22px; text-align: justify; }
.process-works-step-wrap .process-works-step { width: 100%; position: relative; }
.process-works-step-wrap .process-works-step:after { content: ""; position: absolute; left: 0; right:0; width: 1px; height: 100%; background-color: #ffd797; margin: 0 auto; top: 0; }
.process-works-step-wrap { position: relative;display: flex; flex-wrap: wrap; max-width: 990px; margin: 0 auto; padding-bottom: 100px; }
.process-works-step-wrap:before { content: ""; position: absolute; left: 0; right: 0; background-color: #ffd797; width: 38px; height: 1px; margin: 0 auto; }
.process-works-step-inner { max-width: 410px; position: relative; }
.process-works-step-inner:after { content: ""; position: absolute; background-image: url(../../assets/images/dots-line.svg); background-repeat: no-repeat; height: 2px; width: 110px; top: 70px; right: calc((100% - 540px)/2); left: auto; }
.process-works-step-wrap .process-works-step:nth-child(2n) .process-works-step-inner { margin-left: auto; }
.process-works-step-wrap .process-works-step:nth-child(2n) .process-works-step-inner { margin-left: auto; text-align: right; }
.process-works-step-wrap .process-works-step:nth-child(2n) .process-works-step-inner h3 { margin-left: auto; }
.process-works-step-wrap .process-works-step:nth-child(2n) .process-works-step-inner p { text-align: justify; }
.process-works-step-wrap .process-works-step:nth-child(2n) h3:after { left: auto; right: 0; }
.process-works-step p:last-child { margin-bottom: 0; }
.process-works-step-wrap .process-works-step:before { content: ""; position: absolute; left: 0; right:0; top: 60px; margin: 0 auto; background-image: url(../../assets/images/listing-dots.svg); width: 24px; height: 24px; background-repeat: no-repeat; }
.process-works-step-wrap .process-works-step:nth-child(2n) .process-works-step-inner:after { left: calc((100% - 540px)/2); right: auto; }
.process-works-step-wrap .process-works-step:last-child:after { height: 48%; }
.process-works-step-inner figure { position: absolute; right: 100px; top: -15px;z-index: -1; }
.process-works-step-inner figure img { width: 100%; height: 135px; }
.process-works-step-wrap .process-works-step:nth-child(2n) .process-works-step-inner figure { right: 150px; top: -40px; }

/*inner banner css start here*/
.inner-banner { padding: 240px 0; background-repeat: no-repeat; background-size: cover; background-position: center center; position: relative; }
.page-id-27 .inner-banner { background-position: bottom center;}
.inner-banner .hero-banner-wrap h1 { min-width: 690px; }

.inner-banner .banner-social-icon { top: auto; bottom: 33px; left: auto; right: 0; width: 100%; } 
.inner-banner .banner-social-icon ul { display: flex; align-items: center; justify-content: end; margin-right: 25px; } 
.inner-banner .banner-social-icon ul li { margin: 0 20px 0 0; } 
.inner-banner .banner-social-icon:after { content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); background-color: #ffd797; width: 100%; height: 1px; z-index: -1; }
.inner-banner.gradient-overlay:after { content: ""; position: absolute; top: 0; left: 0;: 0; width: 100%; height: 100%; background: linear-gradient(to bottom,  rgba(0,34,72,1) 0%,rgba(0,34,72,0.2) 100%);  }
.hero-banner.gradient-overlay:after { content: ""; position: absolute; top: 0; left: 0;: 0; width: 100%; height: 100%; background: linear-gradient(to bottom,  rgba(0,34,72,1) 0%,rgba(0,34,72,0.2) 100%);  }

/*out story css start here*/
.out-story { padding: 60px 0; }
.out-story .section-content p { font-size: 21px; line-height: 25px; text-align: justify; }

/*meet our leadership team css start here*/
.meet-our-leadership-team { padding:40px 0 0; overflow: hidden;}
.meet-our-leadership-team-wrap h3 { text-align: center; letter-spacing: 5px; }
.meet-our-leadership-team-wrap .subhead h3 { color: #e6e6e6; font-weight: 700; font-family: 'Orpheus Pro'; display: inline-block;  position: relative; padding: 0 30px; }
.meet-our-leadership-team-wrap .subhead { padding-bottom: 32px; position: relative; }
.meet-our-leadership-team-wrap .section-heading { max-width: 670px; margin: 0 auto; padding-bottom: 70px;}
.meet-our-leadership-team-wrap .section-heading h2 { letter-spacing: 11.5px; }
.meet-our-leadership-team-pattern { text-align: right; position: relative; right: 80px; padding-bottom: 110px; max-width: 1200px; margin: 0 auto; }
.meet-our-leadership-team-pattern img { width: 152px; }

/* before line */
.meet-our-leadership-team-wrap .subhead h3:before,
.meet-our-leadership-team-wrap .subhead h3:after { content: ""; position: absolute; top: 50%; }
.meet-our-leadership-team-wrap .subhead h3:before { left: 0; transform: translate(-100%, -50%); background-image: url(../../assets/images/subhead-before-lines.svg); background-repeat: no-repeat; background-position: right center; width: 1280px; height: 32px; background-size: cover; }
/* right line */
.meet-our-leadership-team-wrap .subhead h3:after { right: 0; transform: translate(100%, -50%); background-image: url(../../assets/images/subhead-after-lines.svg); background-repeat: no-repeat; background-position: left center; width: 1280px; height:32px; background-size: cover; }
.moretext { display: none; }
.meet-our-leadership-team-inner { display: flex; padding-left: calc((100% - 791px) / 2); padding-right: 60px; margin-bottom: 80px; flex-wrap: wrap; }
.meet-our-leadership-team-inner-wrap { display: flex; width: 100%; }
.meet-our-leadership-team-inner .meet-our-leadership-team-content { width: 60%; padding-right: 60px; padding-bottom: 90px; position: relative; }
.meet-our-leadership-team-inner .meet-our-leadership-team-img { width: 40%; position: relative; height:600px; }
.meet-our-leadership-team-inner .meet-our-leadership-team-img figure {  background-color: #ffd797; height: 600px; }
.meet-our-leadership-team-inner .meet-our-leadership-team-content span { display: inline-block; line-height: 30px; font-size: 25px; font-weight: 700; font-family: 'Orpheus Pro'; letter-spacing: 5px; margin-bottom: 10px; text-transform: uppercase; }
.meet-our-leadership-team-wrap { margin-bottom: 75px; }
.meet-our-leadership-team-inner .meet-our-leadership-team-content h3 { letter-spacing: 5px; margin-bottom: 40px; text-transform: uppercase; }
.meet-our-leadership-article p { font-size: 21px; line-height: 26px; text-align: justify; }
.meet-our-leadership-article { padding-right: 0px; min-height: 200px; }
a.moreless-button.arrow-active { background-color: #ffd797; }
a.moreless-button { font-size: 25px; font-weight: 700; font-family: 'Orpheus Pro'; background-color: #e6e6e6; border-radius: 200px; padding: 10px 20px 5px 20px;width: 98px; text-align: center; color: #002248;     position: absolute; right: 60px; bottom:30px; }
.moreless-button-wrap { text-align: right; padding-right: 0px; position: relative; }
.meet-our-leadership-team-inner .meet-our-leadership-team-content:after { content: ""; position: absolute; width:calc(100% - 60px); height: 1px; background-color: #ffd797; left: 0; bottom: 0px; }
.meet-our-leadership-team-inner .meet-our-leadership-team-img figure img { height: 100%; width: 100%; object-fit: cover; object-position: top center; }

.meet-our-leadership-team-inner .meet-our-leadership-team-img ul { display: flex; justify-content: end; position: absolute; right: 27px; bottom: 27px; }
.meet-our-leadership-team-inner .meet-our-leadership-team-img ul li:after { display: none; }
.meet-our-leadership-team-inner .meet-our-leadership-team-img ul li:before { display: none; }
.meet-our-leadership-team-inner .meet-our-leadership-team-img ul li { padding: 0; margin-left: 10px; }
.meet-our-leadership-team-inner .meet-our-leadership-team-img ul li a { color: #ffd797; background-color: #002248; border-radius: 5px; font-size: 15px; width: 27px; height: 27px; display: flex; align-items: center; justify-content: center; font-weight: 400; }
.meet-our-leadership-team-inner .section-heading h2 { font-size: 25px; letter-spacing: 5px; font-family: 'Metropolis Semi'; font-weight: 600; margin-bottom: 0px; }
.section-line .meet-our-leadership-team-inner .section-heading:before { left: -72px; top: 8px; }
.meet-our-leadership-team-inner .section-heading { width: 100%; }


.recent-success-stories { padding: 0 0 200px 0; }
.table-cell:nth-child(2n) { font-size: 20px; color: #e6e6e6; }
.table-cell:nth-child(3n) { font-size: 17px; color: #e6e6e6; }
.success-stories-container { width: 100%; max-width: 835px; position: relative; left: 20px;}
.browser-window { border: 1px solid #e6e6e6; border-radius: 35px; padding: 0; position: relative; }
.browser-controls { position: absolute; top: 30px; right: 18px; display: flex; z-index: 10; }
.control-dot { width: 20px; height: 20px; border-radius: 50%; background-color: #e6e6e6; display: block; margin-right: 26px; }
.control-dot:last-child { margin-right: 0; }
.success-stories-header { padding: 85px 20px 4px 22px; }
.success-stories-header h2 { color: #e6e6e6; font-size: 25px; font-weight: 700; text-transform: uppercase; margin: 0; letter-spacing: 10px; }
.success-stories-table { display: flex; flex-direction: column; padding: 0; border: 1px solid #ffd797; border-radius: 20px; margin: 20px; }
.table-row { display: grid; grid-template-columns: 1fr 1fr 1fr; border-bottom: 1px solid #ffd797; }
.table-row:last-child { border-bottom: none; }
.table-cell { padding: 15px 10px; color: #ffd797; font-size: 21px; line-height: 22px; font-family: 'Orpheus Pro'; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; border-right: 1px solid #ffd797; display: flex; align-items: center; justify-content: center; text-align: center; }
.table-cell:last-child { border-right: none; }
.section-line .section-heading.success-stories-header:before { left: calc((100% - 976px) / 2); top: 95px; }

.financial-services-container { padding: 100px 0 0 0; }
.financial-services-pattern { width: 115px; margin-left: 80px; }
.financial-content-wrapper { padding: 30px 0 0 0; }
.financial-services-container .main-content-box {  margin: 0 auto; position: relative;  }
.financial-services-container .main-content-box:after { content: ""; position: absolute; border: 2px solid #ffd797; width: 100%; height: calc(100% - 30px); border-radius: 60px; top: 15px; z-index: -1; }
.financial-services-container .button-container { text-align: center; margin: 20px 0; }
.financial-services-container .financial-text-content p { text-align: justify; font-size: 21px; line-height: 28px;}
.financial-services-container .financial-text-content p span { color: #ffd797; }
.financial-services-container .financial-text-content p strong { color: #ffd797; font-weight: 500; }
.financial-services-container .financial-text-content { padding: 40px 57px 20px 57px; position: relative; z-index: 111;}
.financial-services-container .button-container a:before { content: ""; position: absolute; right: -60px; top: 12px; background-color: #002248; width: 350px; height: 9px; border-radius: 0; }

.general-content-with-img { padding:50px 0 0; }
.general-content-with-img .general-content-wrap { 
/*    max-width: 580px; */
    margin: 0 auto; position: relative; border-top: 1px solid #ffd797; padding-top: 40px; }
.general-content-with-img .general-content-wrap h2 { font-size:21px; letter-spacing: 7px;  line-height: 26px; color: #e6e6e6; }
.general-content-with-img .button-wrap { text-align: center; margin-top: 25px; margin-bottom: 30px;}
.general-content-with-img .general-content-wrap p { font-size: 18px; line-height: 26px; text-align: justify; }
.general-content-with-img .general-content-wrap p strong { color: #ffd797; }
.general-content-with-img .general-content-wrap ul li { padding:0 0 15px 40px; }
.general-content-with-img .general-content-wrap ul { padding: 15px 0 0px; margin: 0; }
.general-content-with-img .general-content-wrap ul li h3 { font-weight: 700; font-family: 'Orpheus Pro'; letter-spacing: 5px; margin-bottom: 10px; font-size: 18px; line-height: 22px; }
.general-content-with-img .general-content-wrap ul li:before { width: 16px; height: 16px; left: 3px; }
.general-content-with-img .general-content-wrap ul li p { font-size: 18px; line-height: 28px; font-weight: 500; text-align: justify;  margin-bottom: 8px;}
.general-content-with-img .general-content-wrap .section-heading { margin-bottom: 0; padding-bottom: 10px; }
.general-content-with-img .general-content-wrap h5 { font-family: 'Orpheus Pro'; text-transform: uppercase; letter-spacing: 3px; font-size: 18px; font-weight: 400; }
.general-content-with-img .general-content-wrap .button-container { text-align: center; margin: 34px 0 55px; }

.images-column figure:only-child { height: 370px; }
.images-column { display: flex; align-items: center; margin: 0 -25px; padding: 10px 0 0px; }
.images-column figure { width: 100%; padding: 0 25px; position: relative; height: 250px; }
.images-column figure:after { content: ""; position: absolute; width: 1px; height: 110px; top: 50%; transform: translateY(-50%); right: 0; background-color: #ffd797; }
.images-column figure:last-child:after { display: none; }
.images-column figure img { width: 100%; height: 100%; object-fit: cover; }
.images-column:has(> figure:nth-child(2):nth-last-child(1)) figure { height: 275px; margin-bottom: 35px !important; }
.images-column:has(> figure:nth-child(3):nth-last-child(1)) figure { margin-bottom: 30px !important; }

.title-with-button { padding: 30px 0 5px 0; }
.title-with-button h5 { letter-spacing: 7.5px; font-family: 'Metropolis Semi'; display: inline-block; margin: 0; background-color: #002248; position: relative; z-index: 11; text-transform: uppercase; font-size: 24px; }
.title-with-button h5:after { content: ""; position: absolute; right: -28px; top: 5px; background-color: #002248; width: 30px; height: 9px; border-radius: 0; }
.title-with-button h5:before { content: ""; position: absolute; left: -28px; top: 5px; background-color: #002248; width: 30px; height: 9px; border-radius: 0; }
.title-with-button .button-container { text-align: center; display: inline-block; position: relative; }
.title-with-button .button-container:before { content: ""; position: absolute; left: -30px; top: 12px; background-color: #002248; width: 30px; height: 9px; border-radius: 0; z-index: 11; }
.title-with-button .button-container:after { content: ""; position: absolute; right: -30px; top: 12px; background-color: #002248; width: 30px; height: 9px; border-radius: 0; z-index: 11; }
.title-with-button-head { margin-bottom: 0px; }
.title-with-button-wrap { position: relative; 
/*    max-width: 600px; */
    margin: 0 auto; }
.title-with-button-wrap:after { content: ""; position: absolute; top: 15px; left: 0; margin:0 auto;width: 100%; height: calc(100% - 30px); border: 1px solid #ffd797; border-radius: 250px; z-index: -1; opacity: 0; }
.title-with-button .button-container a { position: relative; z-index: 111; }
.title-with-button .button-container a:after { background-color: #ffd797; }

.market-benchmarks .market-benchmarks { display: flex; flex-wrap: wrap; max-width: 590px; margin: 0 auto; justify-content: center; border-top: 1px solid #ffd797; padding-top: 40px; } 
.market-benchmarks .market-benchmarks-content { width: 73%; padding-right: 32px; } 
.market-benchmarks .market-benchmarks-image { width: 27%; }
.market-benchmarks .market-benchmarks-image img { width: 100%; }
.market-benchmarks-content h2 { color: #e6e6e6; font-size: 18px; line-height: 22px; font-weight: 700; letter-spacing: 7.7px; margin-bottom: 30px; }
.market-benchmarks-content p { text-align: justify; font-size: 15px; line-height: 18px; }
.market-benchmarks .market-benchmarks-content .button-container { padding-top: 20px; }

.placement-services { padding: 40px 0; }
.placement-services-wrap { 
/*    max-width: 606px; */
    margin:0 auto;}
.placement-services-wrap > span { display: inline-block; width: 100%; text-align: center; color: #ffd797; font-size: 24px; line-height: 28px; font-family: 'Metropolis Semi'; letter-spacing: 7.5px;     border-bottom: 1px solid #ffd797; padding-bottom: 35px; margin-bottom: 30px; }
.placement-services-wrap h2 { color: #e6e6e6; font-size: 21px; line-height:26px; letter-spacing: 7.5px; margin-bottom: 37px;}
.placement-services-wrap p { color: #e6e6e6; font-size:19px; line-height: 25px;  text-align: justify; letter-spacing: 0.2px; }
.placement-services-wrap p:last-child { margin-bottom: 30px; }
.placement-services-wrap h3 { font-family: 'Orpheus Pro'; text-transform: uppercase; letter-spacing: 4px; font-size: 18px; line-height: 22px; font-weight: 700;  }

.placement-services-wrap ul li { padding:0 0 11px 40px; font-size: 18px; line-height: 25px; font-weight: 500;  margin-bottom: 8px; letter-spacing: 0.4px; }
.placement-services-wrap ul { padding: 15px 0 5px; margin: 0; }
.placement-services-wrap ul li:before { width: 16px; height: 16px; left: 3px; top:0;}
.placement-services-wrap ul li:after { width: 1px; }
.placement-services-wrap ul li p { font-size: 19px; line-height: 22px; font-weight: 500; text-align: justify; font-size: 14px; line-height: 17px; margin-bottom: 8px; }
.listing-with-icon { position: relative; padding-right: 50px; max-width: 700px; }
.listing-with-icon .icon-list { position: absolute; width: 110px; right: 0; top:0px; }
.general-content-with-img + section.placement-services:has(+ section.general-content-with-img) { padding-bottom: 0 !important; }
.general-content-with-img + section.placement-services:has(+ section.general-content-with-img) .listing-with-icon:last-child ul li:last-child { margin-bottom: 0; padding-bottom: 0; }

.our-strategic-approach .our-strategic-approach-wrap { display: flex; align-items: flex-start; margin-bottom: 12px; }
.our-strategic-approach .our-strategic-approach-main { 
/*    max-width: 606px; */
    margin: 0 auto; position: relative;}
.our-strategic-approach .our-strategic-approach-content { width: 60%; padding-right:18px; padding-top:0px; }
.our-strategic-approach .mour-strategic-approach-image { width: 40%; position: relative; top: 0px; }
.our-strategic-approach .mour-strategic-approach-image figure { text-align: right; height: 400px; }
.our-strategic-approach .mour-strategic-approach-image img { width: 100%; height: 100%; object-fit: cover;}
.our-strategic-approach.has-top-line { padding: 50px 0 0; }
.our-strategic-approach.has-top-line .our-strategic-approach-main { border-top: 1px solid #ffd797; padding: 30px 0 0 0; }
.our-strategic-approach .our-strategic-approach-main .button-container.btn-center { text-align: center; }
.our-strategic-approach { padding: 20px 0 0 0; }

.our-strategic-approach-main .section-heading h2 { color: #e6e6e6; font-size:24px; line-height: 28px; letter-spacing: 7.5px; text-align: justify; margin-bottom: 5px; }
.our-strategic-approach .our-strategic-approach-content p { font-size: 19px; line-height: 26px; text-align: justify; }
.our-strategic-approach .our-strategic-approach-content h3 { font-family: 'Orpheus Pro'; text-transform: uppercase; letter-spacing: 4px; font-size: 18px; line-height: 22px; font-weight: 700; }
.our-strategic-approach .our-strategic-approach-inner h5 { font-family: 'Orpheus Pro'; text-transform: uppercase; letter-spacing: 4px; font-size: 18px; line-height: 22px; font-weight: 700; }

.our-strategic-approach .our-strategic-approach-inner ul li { padding: 0 0 18px 40px; font-size: 18px; line-height: 25px; font-weight: 500;margin-bottom: 8px; letter-spacing:0.4px; }
.our-strategic-approach-inner .button-container { text-align: center; margin: 40px 0 0 0; }
.our-strategic-approach .our-strategic-approach-inner ul li:before { width: 16px; }
.placement-services-wrap .button-container { text-align: center;margin-bottom: 50px;  }
.placement-services-wrap img { margin: 0 0 55px 0; width: 100%; }



/* Section */
.kfp-section { padding: 100px 20px 30px; display: flex; justify-content: center; }
.kfp-section .kfp-sec-head { text-align: center; margin-bottom: 70px;}
.kfp-box { position: relative; width: 100%; border: 1px solid #ffd797; border-radius: 120px; padding: 210px 60px 110px 70px; color: #fff; margin: 100px 0 0 0; }
.kfp-logo { position: absolute; top: -140px; left: 50%; transform: translateX(-50%); background: #002248; padding:0 35px; }
.kfp-logo img { width: 270px; }
.kfp-sec-head h3 { font-size: 25px; line-height: 30px; letter-spacing: 10px; font-weight: 700; color: #e6e6e6; margin-bottom: 27px;}
.kfp-sec-head h4 { font-size: 21px; line-height: 25px; font-family: 'Orpheus Pro';font-weight: 700; letter-spacing: 4px;}
.kfp-section .kfp-content h4 { font-size: 21px; line-height: 25px; color: #e6e6e6; font-weight: 500; letter-spacing: 8.5px; margin-bottom: 42px; position: relative; padding-left: 50px; text-transform: uppercase; }
.kfp-section .kfp-content h4:before { content: ""; position: absolute; left: 0; top: 2px; background-image: url(../../assets/images/listing-dots.svg); width: 26px; height: 26px; background-repeat: no-repeat; }
.kfp-section .kfp-content p { color: #e6e6e6; font-size: 21px; line-height: 25px; font-weight: 400; text-align: justify; }
.kfp-section .kfp-item { padding-bottom: 22px; }


.key-features { padding: 0 0 40px 0; }
.key-features-listing ul li { padding: 0 0 27px 50px; }
.key-features-wrap { max-width: 791px; margin: 0 auto; }
.key-features-listing ul li h3 { font-weight: 700; font-family: 'Orpheus Pro'; letter-spacing: 5px; margin-bottom: 10px; }
.key-features-listing ul li p { font-size: 19px; line-height: 22px; font-weight: 500; text-align: justify; }
.key-features-wrap .button-container { text-align: center; padding: 30px 0 0 0; }
.key-features-wrap .button-container a { font-size: 25px; padding:8px 30px 8px 30px; line-height: 35px; }
.key-features-wrap .button-container a:after { width: 111%; height: 150%; }
.key-features-listing { position: relative; }
.key-featu-img { position: absolute; width: 100%; top: 50px; right: -140px; text-align: right; z-index: -1; }
.key-featu-img img { width: 360px; }

.loans-available { background-color: #001c3e; padding: 27px 0; }
.loans-available .loans-available-wrap { text-align: center; }
.loans-available .loans-available-wrap h4 { color: #e6e6e6; font-size: 21px; line-height: 25px; font-weight: 700; letter-spacing: 0; margin-bottom: 37px;}
.loans-available .loans-available-wrap ul { padding: 0; margin:0 0 25px 0; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.loans-available .loans-available-wrap ul li { padding:0 15px; margin: 0; font-size: 21px; line-height: 25px; font-weight: 500; color: #e6e6e6; letter-spacing: 2px; position: relative; }
.loans-available .loans-available-wrap ul li:after { content: ""; background-color: #ffd797; width: 2px; height: 15px; position: absolute; right: 0; left: auto; top: 5px; }
.loans-available .loans-available-wrap ul li:before { display: none; }
.loans-available .loans-available-wrap a.zoom-button.btn { font-size: 25px; line-height: 35px; padding: 8px 20px 8px 20px; }


.cta-section { padding: 25px 0 100px 0; }
.cta-section .cta-box { position: relative; }
.cta-section .cta-box:after { position: absolute; content: ""; top: 55px; left: 0; width: 100%; height: 100%; border: 1px solid #ffd797; border-radius: 100px; z-index: -111; }
.cta-section .cta-heading h2 { letter-spacing: 6px; position: relative; }
.cta-section .cta-box:before { content: ""; position: absolute; left: 0; right: 0; margin: 0 auto; background-color: #002248; width: calc(100% - 390px); height: 10px; top:50px; z-index: -1; }
.cta-section .cta-content p { font-size: 21px; line-height: 25px; text-align: justify; }
.cta-section .cta-content { text-align: center; padding: 55px 110px 20px 94px; }
.cta-section .cta-heading { text-align: center; position: relative; }
.cta-section .cta-heading:after { content: ""; position: absolute; left: 0; right: 0; bottom: -45px; background-color: #ffd797; width: calc(100% - 195px); height: 1px; margin: 0 auto; }
.cta-section .cta-content a.zoom-button.btn { font-size: 25px; line-height: 35px; padding: 8px 20px 8px 20px; margin: 12px 0 35px; }
.cta-section .cta-content p span { color: #ffd797; }

.request-form-wrap { background-color: #001c3e; padding: 64px 52px; border-radius: 40px; max-width: 751px; margin: 0 auto; margin-bottom: 40px; }
.request-form { padding: 40px 0; }
.request-form-heading { text-align: center; padding: 0 15px 20px 15px; }
.page-id-19 .request-form-heading p { text-align: center; }
.request-form-heading p { text-align: justify; font-size: 20px; line-height: 24px; font-weight: 100; }
.request-form-heading h2 { font-weight: 500; font-size: 25px; line-height: 30px; color: #e6e6e6; margin-bottom: 37px; }

.get-free-quote { padding: 40px 0; }
.get-free-quote .get-free-quote-wrap { max-width: 801px; margin: 0 auto; }
.get-free-quote .get-free-quote-heading { text-align: center; }
.get-free-quote .get-free-quote-heading p { text-align: justify; font-size: 21px; line-height: 25px; }
.get-free-quote .get-free-quote-heading h2 { margin-bottom: 75px; letter-spacing: 12px; }


.referral-partner-program { overflow: hidden; padding: 118px 0 20px; }
.referral-partner-program-wrap { max-width: 808px; margin: 0 auto; }
.referral-partner-program-wrap .section-heading { max-width: 830px; margin: 0 auto; border-bottom: 1px solid #ffd797; margin-bottom: 50px; padding-bottom: 30px; }
.referral-partner-program-wrap .subhead { padding-bottom: 77px; position: relative; }
.referral-partner-program-wrap .subhead > h3 { color: #e6e6e6; font-weight: 700; font-family: 'Orpheus Pro'; display: inline-block; position: relative; padding: 0 30px; letter-spacing: 5px; text-transform: uppercase; }
.referral-partner-program-wrap .subhead > h3:before { content: ""; position: absolute; top: 50%; left: 0; transform: translate(-100%, -50%); background-image: url(../../assets/images/subhead-before-lines.svg); background-repeat: no-repeat; background-position: right center; width: 1280px; height: 32px; background-size: cover; }
.referral-partner-program-wrap .subhead > h3:after { content: ""; position: absolute; top: 50%; right: 0; transform: translate(100%, -50%); background-image: url(../../assets/images/subhead-after-lines.svg); background-repeat: no-repeat; background-position: left center; width: 1280px; height: 32px; background-size: cover; } 
.referral-partner-program-wrap .section-heading h2 { font-size: 25px; line-height: 30px; font-family: 'Metropolis Semi'; letter-spacing: 5px; }
.referral-partner-program-wrap p { font-size: 21px; line-height: 25px; text-align: justify; }
.referral-partner-program-wrap h3 { font-size: 25px; line-height: 30px; font-weight: 700; font-family: 'Orpheus Pro'; text-transform: inherit; letter-spacing: 2.5px; text-align: center; }
.referral-partner-program-wrap a.arrow-triangle-button.btn { font-size: 25px; padding: 8px 30px 8px 30px; line-height: 35px; margin: 22px 0; }
.referral-partner-program-pattern { width: 155px; position: relative; left: -40px; margin-bottom: 70px;}



.ideal-referral-partners { padding: 0 0 40px 0; }
.ideal-referral-partners-listing ul li { padding: 0 0 24px 50px; }
.ideal-referral-partners-wrap { max-width: 791px; margin: 0 auto; }
.page-id-19 .ideal-referral-partners-wrap { max-width: 891px; margin: 0 auto; }
.ideal-referral-partners-wrap .section-heading h3 { color: #e6e6e6; letter-spacing: 5px; }
.ideal-referral-partners-listing ul li h3 { font-weight: 700; font-family: 'Orpheus Pro'; letter-spacing: 5px; margin-bottom: 10px; }
.ideal-referral-partners-listing ul li h3 span { font-weight: 500; font-size: 19px; line-height: 22px; font-family: 'Metropolis'; color: #e6e7e8; text-transform: initial; letter-spacing: 0; }
.ideal-referral-partners-listing ul li p { font-size: 19px; line-height: 22px; font-weight: 500; text-align: justify; }
.ideal-referral-partners-wrap .button-container { text-align: center; padding: 30px 0 0 0; }
/*
.ideal-referral-partners-wrap .button-container a { font-size: 25px; padding:8px 30px 8px 30px; line-height: 35px; }
.ideal-referral-partners-wrap .button-container a:after { width: 111%; height: 150%; }
*/
.ideal-referral-partners-listing { position: relative; }
.ideal-referral-partners-img { position: absolute; width: 100%; top: 65px; right: -160px; text-align: right; z-index: -1; }
.ideal-referral-partners-img img { width: 500px; }
.page-id-440 .ideal-referral-partners-img img { width: 360px; }
.ideal-referral-partners-wrap p { font-size: 19px; line-height: 22px; margin-bottom: 50px; }


.our-partnership-process { padding: 40px 0; }
.our-partnership-process-listing ol { list-style: none; margin-left: 0; padding-left: 0; counter-reset: li; }
.our-partnership-process-listing ol > li { position: relative; margin-bottom: 40px; }
.our-partnership-process-listing ol > li:before { position: absolute; left:0px; display: inline-block; color: #ffd797; counter-increment: li; content: counter(li, decimal-leading-zero); font-size: 60px; line-height: 70px; font-family: 'Orpheus Pro'; font-weight: 700; letter-spacing: 10px; }
.our-partnership-process-listing ol li h3 { font-family: 'Orpheus Pro'; font-weight: 700; color: #e6e6e6; padding-left: 93px; letter-spacing: 5px; padding-top: 18px; margin-bottom: 12px;}
.our-partnership-process-listing ol li p { font-size: 21px; line-height: 25px; font-weight: 400; padding: 0 0 0 21px; margin-bottom: 15px; position: relative; }
.our-partnership-process-listing ol li p:before { content: ""; position: absolute; left: -30px; top: 0px; background-image: url(../../assets/images/listing-dots.svg); width: 24px; height: 24px; background-repeat: no-repeat; }
.our-partnership-process-listing ol { padding: 0 0 40px 0; margin-bottom: 0; }
.our-partnership-process-wrap { max-width: 791px; margin: 0 auto; } 
.our-partnership-process-wrap .section-heading h2 { letter-spacing: 9px; } 
.our-partnership-process-wrap .section-heading { margin-bottom: 72px; padding-bottom: 20px; } 
.our-partnership-process-listing { padding: 0 0 0 30px; }
.our-partnership-process-listing .button-container { padding: 0px 0; }


.simple-content-wrap ol { list-style: none; margin-left: 0; padding-left: 0; counter-reset: li; }
.simple-content-wrap ol > li { position: relative; margin-bottom: 40px; }
.simple-content-wrap ol > li:before { position: absolute; left:0px; display: inline-block; color: #ffd797; counter-increment: li; content: counter(li, decimal-leading-zero); font-size: 60px; line-height: 70px; font-family: 'Orpheus Pro'; font-weight: 700; letter-spacing: 10px; }
.simple-content-wrap ol li h3 { font-family: 'Orpheus Pro'; font-weight: 700; color: #e6e6e6; padding-left: 93px; letter-spacing: 5px; padding-top: 18px; margin-bottom: 12px;}
.simple-content-wrap ol li p { font-size: 21px; line-height: 25px; font-weight: 400; padding: 0 0 0 21px; margin-bottom: 15px; position: relative; }
.simple-content-wrap ol li p:before { content: ""; position: absolute; left: -30px; top: 0px; background-image: url(../../assets/images/listing-dots.svg); width: 24px; height: 24px; background-repeat: no-repeat; }
.simple-content-wrap ol { padding: 0 0 0px 30px; margin-bottom: 0; }

.funding-partners-advantage { padding: 20px 0 0; }
.funding-partners-advantage-wrap { max-width: 891px; margin: 0 auto; position: relative; }
.funding-partners-advantage-wrap .section-heading h3 { color: #e6e6e6; letter-spacing: 5px; padding: 0 40px; }
.funding-partners-advantage-wrap p { text-align: center; font-size:19px; line-height:22px; font-weight: 500; }
.funding-partners-advantage-wrap ul li { font-size: 21px; line-height: 30px; padding-bottom: 27px; }
.funding-partners-advantage-wrap ul { padding: 33px 0; }
.funding-partners-advantage .partners-advantage-logo { position: absolute; width: 65%; height: 100%; z-index: -1; top: -80px; right: 55px; }
.funding-partners-advantage-wrap .section-heading { padding-bottom: 0px; margin-bottom: 20px; }


.fee-structure-general-content { padding: 40px 0; }
.fee-structure-general-content .fee-structure-general-content-wrap { max-width:808px; margin: 0 auto; }
.fee-structure-general-content .fee-structure-general-content-wrap p { font-size: 21px; line-height: 25px; text-align: justify; margin-bottom: 27px;}
.fee-structure-general-content .fee-structure-general-content-wrap img {  width: 100%; margin-bottom: 30px; }
.fee-structure-general-content .fee-structure-general-content-wrap .section-heading h3 {letter-spacing: 5px; margin-bottom: 20px; padding-bottom: 0; border-bottom: none; color: #ffd797; }
.fee-structure-general-content .fee-structure-general-content-wrap .section-heading h2 { color: #ffd797; }
.fee-structure-general-content .fee-structure-general-content-wrap .section-heading { margin-bottom: 22px; padding-bottom: 3px; }
.fee-structure-general-content .fee-structure-general-content-wrap h3 { color: #e6e6e6; border-bottom: 1px solid #ffd797; padding-bottom: 22px; margin-bottom: 25px; letter-spacing: 5px; position: relative; }
.fee-structure-general-content .fee-structure-general-content-wrap h3:before { content: ""; position: absolute; left: calc((100% - 936px) / 2); top: 0px; background-image: url(../../assets/images/listing-dots.svg); width: 22px; height: 22px; background-repeat: no-repeat; }
.fee-structure-general-content .fee-structure-general-content-wrap a { margin: 0 auto; display: table; margin-top: 50px; margin-bottom: 50px; }
.fee-structure-general-content .fee-structure-general-content-wrap ul li { font-size: 24px; line-height: 28px; padding-bottom: 30px; font-weight: 700; font-family: 'Orpheus Pro'; letter-spacing: 2.3px; }
.fee-structure-general-content .fee-structure-general-content-wrap ul { margin: 50px 0; }
.fee-structure-general-content .fee-structure-general-content-wrap ul li:last-child { padding-bottom: 0; }
.fee-structure-general-content .fee-structure-general-content-wrap ul li { font-size: 21px; line-height: 25px; font-family: 'Metropolis'; font-weight: 500; letter-spacing: 0; }
.fee-structure-general-content .fee-structure-general-content-wrap ul li span { color: #ffd797; }
.page-id-357 .fee-structure-general-content.section-line.border-hide:before { height: calc(100% - 320px); }
.fee-structure-general-content .fee-structure-general-content-wrap ul li:before { top: 0; }
/*.fee-structure-general-content.button-spacing a.zoom-button.btn { margin-bottom: 30px; }*/
/*.fee-structure-general-content .fee-structure-general-content-wrap ul li { font-size: 25px; line-height: 25px; font-family: 'Orpheus Pro'; font-weight: 700; letter-spacing: 2px; }*/


.two-column-content-with-img { padding:0 0 40px 0; }
.two-column-content-with-img-inner { max-width: 791px; margin: 0 auto; }
.two-column-content-with-img-inner .section-heading { border-bottom: 1px solid #ffd797; padding-bottom: 0; margin-bottom: 40px; }
.two-column-content-with-img-wrap { display: flex; } 
.two-column-content-with-img-wrap .two-column-desc-sec { width: 64%; padding-right: 30px; } 
.two-column-content-with-img-wrap .two-column-content-with-images { width: 36%; } 
.two-column-content-with-img-wrap .two-column-content-with-images img { width: 100%; } 
.two-column-content-with-img-wrap .two-column-desc-sec p { font-size: 21px; line-height: 25px; text-align: justify; margin-bottom: 26px; } 
.two-column-content-with-img-inner .section-heading h3 { color: #e6e6e6; letter-spacing: 5px; }
.two-column-content-with-img .button-container { max-width: 791px; margin: 0 auto; position: relative; }
.two-column-content-with-img .button-container:after { content: ""; position: absolute; width:calc(100% - 270px); height: 1px; right: 0; top: 50%; transform: translateY(-50%); background-color: #ffd797;}
.two-column-content-with-img .button-container:not(:has(.zoom-button))::after { width: 100%; top: 15px; }


.faq-section { padding: 20px 0 50px; }
.faq-section .accordion__item { background-color: #001c3e; margin-bottom: 35px; }
.faq-section .accordion__item:last-child { margin-bottom: 0; }
.faq-section .accordion__item .accordion__title { display: block; padding: 22px 90px 22px 33px; cursor: pointer; position: relative; }
.faq-section .accordion__item .accordion__title:after { content: ""; position: absolute; right: 30px; top: 35px; background-image: url(../../assets/images/faq-arrow.svg); background-repeat: no-repeat; width: 20px; height: 10px; }
.accordion__title.accordion-active:after { transform: rotate(180deg); }
.faq-section .accordion__item .accordion__title:before { content: ""; position: absolute; right: 82px; width: 1px; height: 44px; background:rgb(255 215 151 / 50%); top: 17px; }
.faq-section .accordion__item .accordion__content {display: none; padding: 20px 30px 20px 33px; position: relative; }
.faq-section .accordion__title span.accordion__title-text { font-family: 'Orpheus Pro'; font-size: 21px; line-height: 25px; display: inline-block; letter-spacing: 2px; }
.faq-section-wrap { max-width: 861px; margin: 0 auto; }
.faq-section .accordion__item .accordion__content p { font-size: 21px; line-height: 25px; }
.faq-section .accordion__item .accordion__content:after { content: ""; position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; background-color: rgb(255 215 151 / 50%); width: calc(100% - 60px); height: 1px; }
.faq-section-wrap .section-heading h2 { letter-spacing: 11px; }
.faq-section-wrap .section-heading { margin-bottom: 50px; }
.faq-section .accordion__item .accordion__content ul li { padding-bottom: 20px; }
.faq-section .accordion__item .accordion__content h3 { letter-spacing: 0; text-transform: inherit; color: #e6e6e6; }
.faq-section .accordion__item .accordion__content h2 { letter-spacing: 0; text-transform: inherit; color: #e6e6e6; }


.content-with-logo .content-with-logo-wrap { max-width: 791px; margin: 0 auto; }
.content-with-logo { padding: 60px 0; }
.content-with-logo .logo-listing { display: flex; flex-wrap: wrap; justify-content: center; padding: 10px 0; }
.content-with-logo .logo-listing .logo-item img { width: 100%; }
.content-with-logo .section-heading { margin-bottom: 80px; padding-bottom: 0; }
.content-with-logo .section-heading h3 { padding: 0 120px; }
.content-with-logo .content-with-logo-wrap p { font-size: 21px; line-height: 25px; text-align: justify; }
.content-with-logo-wrap-inner { max-width: 740px; margin: 0 auto; }
.content-with-logo .logo-listing .logo-item { width: 33.33%; padding: 0 35px; }

.testimonials { padding: 60px 0; }
.testimonials .testimonials-wrap { max-width: 791px; margin: 0 auto; }
.testimonials .testimonials-slick { max-width: 851px; margin: 0 auto; }
.testimonials .testimonials-slider { background-color: #001c3e; padding:70px 0; text-align: center; }
.testimonials .section-heading { padding-bottom: 5px; max-width: 791px; margin: 0 auto; margin-bottom: 80px; }
.testimonials .testimonials-item h3 { font-family: 'Orpheus Pro'; font-weight: 700; letter-spacing: 0;     text-transform: inherit;}
.testimonials .testimonials-item h4 { font-family: 'Orpheus Pro'; font-weight: 400;  color: #e6e6e6; text-transform: inherit; letter-spacing: 0; }
.testimonials .testimonials-item p { font-size: 21px; line-height: 25px; text-align: justify; }
.testimonials .testimonials-slick ul.slick-dots button { width: 25px; height: 25px; background-repeat: no-repeat; background-position: center center; position: absolute; left: 0; right: 0; display: inline-block; margin: 0 auto; top: 5px; }
.testimonials .testimonials-slick ul.slick-dots li { margin: 0 15px; }
.testimonials-slick .testimonials-item { margin-bottom: 70px; padding: 0 30px; }
.testimonials .testimonials-slick ul.slick-dots li:after { background-color: transparent; width: 25px; height: 25px; background-repeat: no-repeat; background-position: center center; position: absolute; left: 0; right: 0; margin: 0 auto; top: 5px; display: inline-block; cursor: pointer;}


.our-community-partners { padding: 40px 0 0; }
.our-community-partners-wrap {max-width: 791px; margin: 0 auto; padding-bottom: 15px; }
.our-community-partners-logo-wrap { display: flex; align-items: end; justify-content: space-between; border-bottom: 1px solid #ffd797; margin-bottom: 23px; padding-bottom: 18px; }
.our-community-partners-logo-wrap .our-community-partners-logo { width: 70%; }
.our-community-partners-logo-wrap .our-community-partners-button { width: 30%; text-align: right; }
.our-community-partners-wrap .section-heading h3 { letter-spacing: 5px; margin-bottom: 5px; }
.our-community-partners-logo-wrap .our-community-partners-logo figure { max-width: 255px; margin-top: 50px !important; }
.our-community-partners-logo-wrap .our-community-partners-button a { font-size: 25px; line-height: 35px; padding: 7px 16px; }
.our-community-partners-wrap p { text-align: justify; }
.our-community-partners-inner {max-width: 791px; margin: 0 auto; }
.our-community-partners-listing { background-color: #001c3e; padding: 36px 20px 22px 20px; }
.our-community-partners-inner ul li h3 {font-family: 'Orpheus Pro'; font-weight: 500; letter-spacing: 0; text-transform: inherit; color: #e6e6e6; margin: 0 0 11px 0; }
.better-business-bureau-inner .better-business-bureau-head h4 { font-size: 25px; line-height: 30px; font-family: 'Orpheus Pro'; font-weight: 400; color: #e6e6e6; letter-spacing: 0px;}
.better-business-bureau-inner .better-business-bureau-head h4 span { color: #ffd797; }
.better-business-bureau-inner { display: flex; align-items: center; }
.better-business-bureau-head { width: 77%; padding-right: 20px; }
.better-business-bureau-img { width: 23%; }
.our-community-partners-inner ul li:before { width: 25px; height: 25px; left: 7px; top: 3px; }
.better-business-bureau-head p { font-size: 25px; text-align: initial !important; letter-spacing: 0; line-height: 30px; font-family: 'Orpheus Pro'; }
.better-business-bureau-head p span { color: #ffd797; }

.form-section { padding:0 0 20px 0; }
.form-section-wrap { max-width: 791px; margin: 0 auto; }
.form-section .section-heading { text-align: center; padding-bottom: 10px; } 
.form-section .section-heading h2 { color: #e6e6e6; font-size: 21px; line-height: 25px; text-transform: uppercase; font-weight: 500; letter-spacing: 5px; }
.form-section .form-sec-inner .gform_validation_errors { display: none; }
.form-section .form-sec-inner .gform-theme--foundation .gform_fields { -moz-column-gap: 0; column-gap: 0;}
.form-section .form-sec-inner .gform-theme--foundation .gform_fields {row-gap:0; }
.form-section .form-sec-inner .gform-theme--foundation .gform-grid-col {padding-inline:0; padding: 0 15px;}
.form-section .form-sec-inner form .gform_fields legend { color: #fff !important; font-size: 14px; line-height: 17px; font-family: 'Orpheus Pro' !important; display: inline-block; font-weight: 700 !important; margin-left: 30px; letter-spacing: 2.5px; text-transform: uppercase;}
.form-section .form-sec-inner form .gform_fields label { color: #fff !important; font-size: 14px; line-height: 17px; font-family: 'Orpheus Pro' !important; display: inline-block; font-weight: 700 !important; margin-left: 20px; letter-spacing: 2.5px; text-transform: uppercase; }
.form-section .form-sec-inner form .gform_fields input:focus { box-shadow: none; }
.form-section .form-sec-inner form .gform_fields select:focus { box-shadow: none; }
.form-section .form-sec-inner form .gform_fields textarea:focus { box-shadow: none; }
.form-section .form-sec-inner form .gform_fields input { background-color: #f1f2f2; color: #6e7d89 !important; font-size: 14px; font-family: 'Orpheus Pro' !important; display: inline-block; font-weight: 700 !important; padding: 14px 17px; line-height: normal !important; height: auto; border: none; border-radius: 10px; letter-spacing: 0.5px; }
.form-section .form-sec-inner form .gform_fields select { background-color: #f1f2f2; color: #6e7d89 !important; font-size: 14px; font-family: 'Orpheus Pro' !important; display: inline-block; font-weight: 700 !important; padding: 14px 17px; line-height: normal !important; height: auto; border: none; border-radius: 10px; letter-spacing: 0.5px; }
.form-section .form-sec-inner form .gform_fields textarea {background-color: #f1f2f2;  color: #6e7d89 !important; font-size: 14px; font-family: 'Orpheus Pro' !important; display: inline-block; font-weight: 700 !important; padding: 14px 17px; line-height: normal !important; height: auto; border: none; border-radius: 10px; letter-spacing: 0.5px; }
.gform-theme--foundation .gfield textarea.large { min-block-size: 168px !important; }
.form-section .form-sec-inner form .gfield { margin-bottom: 25px !important; padding: 0 15px; }
.form-section .form-sec-inner form fieldset.gfield { margin: 0 -10px; }
span.gfield_required.gfield_required_text { display: none; }
input[type=file] { max-width: 100% !important; color: #002248 !important; background: transparent !important; border-radius: 200px !important; font-family: 'Orpheus Pro'; font-weight: 700; }
input[type=file]::file-selector-button { margin-right: 20px !important; border: none !important; color: #002248 !important; background: #e6e6e6 !important; padding: 10px 20px !important; border-radius: 200px !important; color: #002248 !important; cursor: pointer !important; transition: background .2s ease-in-out !important;  font-family: 'Orpheus Pro'; font-weight: 700; font-size: 25px !important; line-height: 30px !important; }
.gfield_description.gform_fileupload_rules { margin: 0 0 0 20px; color: #e6e6e6 !important; font-size: 12px; letter-spacing: 2px; }
.form-section .form-sec-inner form .gform_fields .gfield--input-type-fileupload input { color:#e6e6e6 !important; font-size: 12px !important; }
.form-section .form-sec-inner form .gform_footer { justify-content: center; }
.form-section .form-sec-inner form .gform_footer { justify-content: center; }
.form-section .form-sec-inner form .gform_footer .gform_button { justify-content: center; margin: 0; }
.form-section .form-sec-inner form .gform_footer .gform_button { background-color: #ffd797 !important; font-size: 25px !important; line-height: 30px !important; border: none !important; border-radius: 200px !important; color: #002248 !important; font-family: 'Orpheus Pro' !important; font-weight: 700 !important; padding: 10px 25px 9px 25px !important; }
.form-sec-inner form .gform_footer .gform_button:focus { box-shadow: none !important; outline: none !important; }
.form-section.section-line:before { display: none; }
.hero-banner-content:has(.bottom-text) .heading-text h1:after { display: none; }
.hero-banner-content:not(:has(.top-text)) .bottom-text span::before { width: 40px; background-size: 95px; background-position: top left; left: -40px; }
.hero-banner-content:not(:has(.top-text)) .bottom-text span::after { width: 42px; background-size: 110px; background-position: top right; right: -40px; }

.sbSelector a { color: #001c3e !important; font-size: 14px; font-family: 'Orpheus Pro' !important; display: inline-block; font-weight: 700 !important; padding: 19px 27px; line-height: normal !important; height: auto; border: none; border-radius: 10px; letter-spacing: 0.5px; width: 100%; background-color: #f1f2f2; }
.sbOptions { background-color: #f1f2f2 !important;  border-radius: 0 0 15px 15px !important; }
.sbOptions li a { padding: 15px 28px; display: inline-block; width: 100%; font-size: 14px; font-family: 'Orpheus Pro' !important; color: #001c3e; font-weight: 700; border-top: 1px solid rgb(0 0 0 / 10%); transition: all 0.5s ease-in-out; }
.sbOptions li a:hover { color: #fff; background-color: #001c3e !important;  }
.sbToggle.sbToggleOpen ~ .sbSelector a { border-radius: 10px 15px 0 0 !important; }
.sbToggle:after { background-color: #e6e6e6; width: 80px; height: 52px; content: ""; right: 0; top: 0; position: absolute; border-radius: 0 10px 10px 0; }
.sbOptions li:before { display: none; }
.sbOptions li:after { display: none; }


.request-form .form-sec-inner .gform_validation_errors { display: none; }
.request-form .form-sec-inner .gform-theme--foundation .gform_fields { -moz-column-gap: 0; column-gap: 0;}
.request-form .form-sec-inner .gform-theme--foundation .gform_fields {row-gap:0; }
.request-form .form-sec-inner .gform-theme--foundation .gform-grid-col {padding-inline:0; padding: 0 10px;}
.request-form .form-sec-inner form .gform_fields legend { color: #fff !important; font-size: 14px; line-height: 17px; font-family: 'Orpheus Pro' !important; display: inline-block; font-weight: 700 !important; margin-left: 30px; letter-spacing: 2.5px; text-transform: uppercase;}
.request-form .form-sec-inner form .gform_fields label { color: #fff !important; font-size: 14px; line-height: 17px; font-family: 'Orpheus Pro' !important; display: inline-block; font-weight: 700 !important; margin-left: 20px; letter-spacing: 2.5px; text-transform: uppercase; }
.request-form .form-sec-inner form .gform_fields input:focus { box-shadow: none; }
.request-form .form-sec-inner form .gform_fields select:focus { box-shadow: none; }
.request-form .form-sec-inner form .gform_fields textarea:focus { box-shadow: none; }
.request-form .form-sec-inner form .gform_fields input { background-color: #f1f2f2; color: #6e7d89 !important; font-size: 14px; font-family: 'Orpheus Pro' !important; display: inline-block; font-weight: 700 !important; padding: 20px 28px; line-height: normal !important; height: auto; border: none; border-radius: 10px; letter-spacing: 0.5px; }
.request-form .form-sec-inner form .gform_fields select { color: #6e7d89 !important; font-size: 14px; font-family: 'Orpheus Pro' !important; display: inline-block; font-weight: 700 !important; padding: 20px 28px; line-height: normal !important; height: auto; border: none; border-radius: 10px; letter-spacing: 0.5px; }
.request-form .form-sec-inner form .gform_fields select {background-color: #f1f2f2; color: #6e7d89 !important; font-size: 14px; font-family: 'Orpheus Pro' !important; display: inline-block; font-weight: 700 !important; padding: 20px 28; line-height: normal !important; height: auto; border: none; border-radius: 10px; letter-spacing: 0.5px; }
.request-form .form-sec-inner form .gform_fields textarea { background-color: #f1f2f2; color: #6e7d89 !important; font-size: 14px; font-family: 'Orpheus Pro' !important; display: inline-block; font-weight: 700 !important; padding: 24px 28px; line-height: normal !important; height: 155px; border: none; border-radius: 10px; letter-spacing: 0.5px; min-block-size: auto !important; }
.request-form .form-sec-inner form .gfield { margin-bottom: 18px !important; padding: 0 10px; }
.request-form .form-sec-inner form fieldset.gfield { margin: 0 -5px; }
span.gfield_required.gfield_required_text { display: none; }
input[type=file] { max-width: 100% !important; color: #002248 !important; background: transparent !important; border-radius: 200px !important; font-family: 'Orpheus Pro'; font-weight: 700; }
input[type=file]::file-selector-button { margin-right: 20px !important; border: none !important; color: #002248 !important; background: #e6e6e6 !important; padding: 10px 20px !important; border-radius: 200px !important; color: #002248 !important; cursor: pointer !important; transition: background .2s ease-in-out !important;  font-family: 'Orpheus Pro'; font-weight: 700; font-size: 25px !important; line-height: 30px !important; }
.gfield_description.gform_fileupload_rules { margin: 0 0 0 20px; color: #e6e6e6 !important; font-size: 12px; letter-spacing: 2px; }
.request-form .form-sec-inner form .gform_fields .gfield--input-type-fileupload input { color:#e6e6e6 !important; font-size: 12px !important; }
.form-sec-inner form .gform_footer { max-width:200px; margin: 0 auto !important; margin-top: 10px !important; position: relative; }
.form-sec-inner form .gform-loader { position: absolute !important; right: 0; }
.request-form .form-sec-inner form .gform_footer { justify-content: center; }
.request-form .form-sec-inner form .gform_footer { justify-content: center; margin: 10px 0 0 0; }
.request-form .form-sec-inner form .gform_footer .gform_button { justify-content: center; margin: 0; }
.request-form .form-sec-inner form .gform_footer .gform_button { background-color: #ffd797 !important; font-size: 25px !important; line-height: 30px !important; border: none !important; border-radius: 200px !important; color: #002248 !important; font-family: 'Orpheus Pro' !important; font-weight: 700 !important; padding:12px 25px 7px 25px !important; }
.request-form .form-sec-inner iframe { height: 500px; }
.page-id-440 .request-form .form-sec-inner iframe { height: 580px; }
.page-id-19 .request-form .form-sec-inner iframe { height: 580px; }

.request-form .form-sec-inner form .gform_footer .gform_button:hover { transform: scale(1.05); }
.sbToggle { position: relative !important; cursor: pointer !important; }
.sbToggle:before { content: ""; position: absolute; right: 25px; top: 20px; background-image: url(../../assets/images/form-down-arrow.svg); width: 22px; height: 12px; background-repeat: no-repeat; z-index: 11; }
.sbToggle.sbToggleOpen:before { transform: rotate(180deg); top: 18px; }

.page-id-19 .hero-banner-wrap .hero-banner-content span { min-width: 240px; }
.min-width .simple-content .simple-content-wrap { max-width: 791px; }
.min-width .ideal-referral-partners-listing ul li p { margin-bottom: 20px; font-size: 21px; text-align: inherit; letter-spacing: 2px; }
.page-id-21 .center-logo ~ .simple-content .container:after { content: ""; position: absolute; width: calc(100% - 380px); height: 1px; background-color:rgb(255 215 151 / 60%); bottom: -60px; left: 0; right: 0; margin: 0 auto; }
.page-id-21 .request-form ~ .simple-content .container:after { display: none; }
.error404 .hero-banner-wrap .heading-text h1:before { width: calc(100% - 90px); }
.our-strategic-approach ~ .general-content-with-img .general-content-wrap { border-top: none; }
.our-strategic-approach.has-top-line ~ .general-content-with-img .general-content-wrap { border-top: 1px solid #ffd797; }

#page { overflow: hidden; width: 100%; position: relative; }
.contact-side a { color: #fff; font-weight: 700; }
.sidebar-contact { position: absolute; top:30px; right: -200px;  width: 200px; height: auto; padding: 20px; background: transparent; box-sizing: border-box; transition: 0.5s; z-index: 999; border: 1px solid #FFD797; border-left: none; border-right: none; height: 94px; display: flex; align-items: center; }
.sidebar-contact .toggle img { height: 94px; }
.sidebar-contact.active{ right:0; }
.sidebar-contact .toggle { position: absolute; text-align: center; cursor: pointer; top: -1px; left: -140px;  }

@media (max-width:1400px) { 
    h1 { font-size: 62px; line-height: 72px; }
    h2, .h2 { font-size: 25px; line-height: 35px; letter-spacing: 8px; }
    footer .footer-wrap .footer-logo { width: 14%; }
    footer .footer-wrap .footer-menu { width: 51%; padding-left: 15px; }
    footer .footer-wrap .footer-add { width: 35%; padding-left: 15px;}
    .hero-banner-wrap .hero-banner-content span { font-size: 25px; letter-spacing: 6px; min-width: 400px; }
    .simple-content .simple-content-wrap ul { padding: 40px 0 20px; }
    .how-our-process-works .section-heading.text-center { padding-bottom: 10px; margin-bottom: 30px; }
    .how-our-process-works .section-content { padding-bottom: 60px; }
    .client-success-stories-wrap { padding-bottom: 40px; }
    .client-success-stories .button-wrap { padding-top: 60px; }
    .client-success-stories-slider { padding: 40px 0; }
    .how-our-process-works { padding: 0px 0 40px 0; }
    .simple-center-content-heading h2 { margin-bottom: 50px; }
    .simple-center-content { padding: 40px 0 20px; }
    .hero-banner-content:not(:has(.top-text)) .bottom-text span::before { width: 67px; left: -67px; }
    .hero-banner-content:not(:has(.top-text)) .bottom-text span::after { width: 70px; right: -70px; }
    .bottom-right-pattern.simple-content .container:after { right: 20px; }
    .meet-our-leadership-team-pattern { padding-bottom: 50px; right: 40px; }
    .meet-our-leadership-team-wrap .section-heading { padding-bottom: 40px; }
    .faq-section .accordion__item { margin-bottom: 25px; }
    .request-form-wrap { padding: 50px 30px; }
    .faq-section-wrap .section-heading { margin-bottom: 30px; }
    .faq-section .accordion__item .accordion__content { font-size: 19px; }
    .faq-section-wrap .section-heading h2 { letter-spacing: 8px; }
    .page-id-27 .hero-banner-wrap .hero-banner-content span { min-width: 350px; }
    .content-with-logo .section-heading { margin-bottom: 40px; }
    .content-with-logo { padding: 40px 0; }
    .testimonials { padding: 40px 0; }
    .testimonials .testimonials-slider { padding: 45px 0 70px 0; }
    .page-id-357 .hero-banner-wrap .bottom-text span:before { width: 42px; left: -42px; }
    .page-id-357 .hero-banner-wrap .bottom-text span:after { width: 42px; right: -42px; }
    .referral-partner-program { padding: 80px 0 20px; }
    .referral-partner-program-pattern { width: 145px; position: relative; left: 0px; margin-bottom: 40px; }
    .referral-partner-program-wrap .section-heading { margin-bottom: 40px; padding-bottom: 15px; }
    .referral-partner-program-wrap .subhead { padding-bottom: 40px; }
    .referral-partner-program-wrap a.arrow-triangle-button.btn { margin: 12px 0; }
    .heading-underline { margin-bottom: 25px; }
    .simple-content .button-wrap { margin-top: 40px; }
    .ideal-referral-partners-img { right: -80px; }
    .ideal-referral-partners-img img {width: 380px; }
    .kfp-logo img { width: 200px; }
    .kfp-logo { top: -100px; }
    .kfp-section { padding: 40px 0px 10px; }
    .kfp-box { padding: 160px 60px 50px 60px; }
    .kfp-section .kfp-sec-head { margin-bottom: 40px; }
    .kfp-sec-head h3 { margin-bottom: 18px; }
    .kfp-section .kfp-content h4 { margin-bottom: 30px; }
    .kfp-section .kfp-content h4:before { top: 0; }
    .loans-available .loans-available-wrap h4 { font-size: 20px; line-height: 23px; margin-bottom: 25px; }
    .loans-available .loans-available-wrap ul li { font-size: 19px; }
    .cta-section .cta-content { padding: 55px 80px 20px 80px; }
    .cta-section .cta-content a.zoom-button.btn { font-size: 22px; line-height: 32px; }
    a.scale-button.btn { font-size: 22px; line-height: 27px; }
/*    .ideal-referral-partners-wrap .button-container a { font-size: 22px; padding: 9px 25px 8px 25px; line-height: 32px; }*/
    .right-arrow-button { padding: 8px 60px 4px 20px; font-size: 22px; line-height: 33px; }
    .cta-section { padding: 25px 0 60px 0; }
    .min-width .simple-center-content { padding-top: 0; }
    .page-id-11 .hero-banner-wrap .hero-banner-content span { min-width: 260px; }
    .financial-services-container { padding: 60px 0 0 0; }
    .financial-content-wrapper { padding: 20px 0 0 0; }
    .financial-services-container .financial-text-content { padding: 30px 40px 20px 40px; }
    .placement-services-wrap img { margin: 0 0 30px 0; }
    .error404 .hero-banner-wrap .heading-text h1:before { width: calc(100% - 150px); }
    .min-width .ideal-referral-partners-listing ul li p { font-size: 19px; line-height: 25px; }
}
@media (max-width:1199px) {
    h1 { font-size: 58px; line-height: 68px; letter-spacing: 25px; }
    h2, .h2 { font-size: 24px; line-height: 34px; letter-spacing: 6px; }
    h3, .h3 { font-size: 22px; line-height: 30px; letter-spacing: 6px; }
    h4, .h4 { font-size: 18px; line-height: 28px; }
    .menu-trigger .menu-box { right: 100px; }
    .menu-toggle li a { font-size: 9px; }
    .menu-toggle li a { padding: 35px 4px; }
    footer .footer-wrap .footer-menu ul li a { letter-spacing: 2px; }
    footer .footer-wrap .footer-logo { width: 15%; }
    footer .footer-wrap .footer-menu { width: 40%; }
    footer .footer-wrap .footer-add { width: 45%; }
    footer .footer-wrap .footer-menu ul { justify-content: center; }
    footer .footer-wrap .footer-menu ul li { padding-right: 10px; }
    footer .footer-wrap .footer-menu ul li:after { right: 5px; }
    footer .footer-btm-social ul li { margin: 0 20px 0 0; }
    .hero-banner-wrap .hero-banner-content span { min-width: 380px; }
    .center-logo .center-logo-wrap figure:before { width: 200px; left: -215px; }
    .center-logo .center-logo-wrap figure:after { width: 200px; right: -215px; }
    .center-logo.left-pattern .center-logo-wrap:before { left: 10px; width: 120px; height: 46px; }
    .section-heading { padding-bottom: 10px; }
    .simple-content .section-heading.heading-underline { padding-bottom: 10px; }
    .heading-underline { margin-bottom: 30px; }
    .simple-content .button-wrap { margin-top: 40px; }
    .simple-content .simple-content-wrap p { font-size: 20px; line-height: 25px; }
    .simple-content .simple-content-wrap ul li p { font-size: 18px; line-height: 20px; }
    .simple-content .simple-content-wrap ul li { padding: 0 0 15px 35px; }
    .our-core-values .our-core-values-wrap .section-heading { padding-bottom: 20px; margin-bottom: 25px; }
    .our-core-values-item .item-content ul li { padding-left: 30px; }
    .listing-circle ul li:before { left: 4px; top: 8px; }
    .listing-circle ul li:after { left: 9px; }
    .our-core-values-item { margin-bottom: 20px; }
    .process-works-step-inner:after { width: 80px; right: calc((100% - 540px)/2); }
    .process-works-step-wrap .process-works-step:nth-child(2n) .process-works-step-inner:after { left: calc((100% - 540px) / 2); }
    .how-our-process-works .section-heading h2 { letter-spacing: 6px; }
    .how-our-process-works .section-content p { font-size: 19px; line-height: 24px; }
    .our-core-values .our-core-values-wrap .section-heading h2 { font-size: 22px; line-height: 30px; letter-spacing: 5px; }
    .our-core-values-bg:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgb(0 34 72 / 60%); }
    .sidebar-logo { top: 150px;  }
    .client-success-stories-wrap { padding-bottom: 20px; }
    .client-success-stories .button-wrap { padding-top: 40px; }
    .client-success-stories .client-success-stories-wrap h2 { letter-spacing: 5px; font-size: 22px; line-height: 32px; }
    .simple-center-content-heading h2 { letter-spacing: 5px; font-size: 22px; line-height: 32px; }
    .simple-center-content-heading p { font-size: 19px; line-height: 24px; }
    .simple-center-content-heading ul li { font-size: 19px; line-height: 24px; }
    .simple-center-content-heading ul li a { font-size: 19px; line-height: 24px; }
    .simple-center-content-heading ul li:after { top: 2px; }
    .simple-center-content-heading ul { margin: 0 0 30px 0; }
    .hero-banner-content:not(:has(.top-text)) .heading-text h1::before { min-width: 690px; }
    .hero-banner-content:not(:has(.top-text)):not(:has(.bottom-text)) .heading-text h1:before { min-width: 450px; }
    .meet-our-leadership-team-inner .meet-our-leadership-team-content { padding-right: 40px; }
    .meet-our-leadership-team-inner { margin-bottom: 50px; }
    .recent-success-stories { padding: 0 0 100px 0; }
    .section-line .meet-our-leadership-team-inner .section-heading:before { top: 6px; }
    .meet-our-leadership-team-wrap .section-heading h2 { letter-spacing: 8px; }
    .meet-our-leadership-team-wrap .section-heading { padding-bottom: 20px; }
    .meet-our-leadership-team-wrap .subhead { padding-bottom: 20px; }
    .meet-our-leadership-team-wrap { margin-bottom: 60px; }
    .meet-our-leadership-article p { font-size: 20px; line-height: 25px; }
    .success-stories-header h2 { font-size: 22px; letter-spacing: 6px; }
    .inner-banner { padding: 200px 0; }
    .meet-our-leadership-article { min-height: 300px; }
    .page-id-31 .hero-banner-wrap .heading-text h1:before { width: calc(100% - 170px); min-width: 520px !important; }
    .page-id-31 .hero-banner-wrap .hero-banner-content span { min-width: 385px; }
    .faq-section-wrap .section-heading h2 { letter-spacing: 6px; }
    .faq-section-wrap .section-heading { margin-bottom: 20px; }
    .page-id-27 .hero-banner-content:not(:has(.top-text)) .heading-text h1::before { min-width: 480px; }
    .testimonials-slick .testimonials-item { margin-bottom: 40px; }
    .testimonials .section-heading { margin-bottom: 60px; }
    .page-id-27 .simple-center-content-heading p { margin-bottom: 30px; }
    .content-with-logo .content-with-logo-wrap p { font-size: 19px; }
    .fee-structure-general-content .fee-structure-general-content-wrap a { margin-top: 40px; margin-bottom: 40px; }
    .fee-structure-general-content .fee-structure-general-content-wrap ul li { font-size: 19px; line-height: 25px; }
    .fee-structure-general-content .fee-structure-general-content-wrap p { font-size: 19px; }
    .fee-structure-general-content .fee-structure-general-content-wrap h3 { letter-spacing: 3px; }
    .fee-structure-general-content .fee-structure-general-content-wrap ul { margin: 30px 0; }
    .ideal-referral-partners-img img { width: 320px; }
    .ideal-referral-partners-img { right: -40px; }
    .simple-content-wrap ol > li:before { font-size: 50px; letter-spacing: 5px; }
    .simple-content-wrap ol li h3 { padding-left: 80px; }
    .funding-partners-advantage-wrap ul li { font-size: 19px; }
    .funding-partners-advantage-wrap ul li { padding-left: 35px; }
    .referral-partner-program-wrap .section-heading h2 { font-size: 22px; }
    .funding-partners-advantage .partners-advantage-logo { width: 55%; height: 100%; top:-50px; right:90px; }
    .kfp-box { padding: 160px 40px 50px 40px; }
    .kfp-section .kfp-content h4 { font-size: 20px; letter-spacing: 6px; }
    .kfp-sec-head h3 { letter-spacing: 6px; }
    .kfp-logo img { width: 170px; }
    .kfp-logo { top: -85px; }
    .kfp-box { padding: 140px 30px 50px 30px; border-radius: 80px; }
    .kfp-section .kfp-content h4 { margin-bottom: 20px; }
    .kfp-section .kfp-content p { font-size: 19px; }
    .loans-available .loans-available-wrap a.zoom-button.btn { font-size: 22px; line-height: 33px; padding: 6px 20px 5px 20px; }
    .cta-section .cta-content { padding: 55px 40px 0px 40px; }
    .cta-section .cta-content p { font-size: 19px; }
    .cta-section { padding: 25px 0 50px 0; }
    .page-id-440 .ideal-referral-partners-img img { width: 300px; }
    .page-id-357 .fee-structure-general-content.section-line.border-hide:before { height:calc(100% - 300px); }
    .better-business-bureau-head p { font-size: 22px; }
    .page-id-11 .hero-banner-content:not(:has(.top-text)) .heading-text h1::before { min-width: 320px; width: calc(100% - 290px); }
    .general-content-with-img { padding: 35px 0 0; }
    .general-content-with-img .general-content-wrap  { padding-top: 30px; }
    .images-column { padding: 10px 0 0px; }
    .general-content-with-img .general-content-wrap .button-container { text-align: center; margin: 20px 0 35px; }
    .placement-services { padding: 40px 0 0px; }
    .our-strategic-approach-main .section-heading h2 { letter-spacing: 6px; margin-bottom: 10px; }
    .images-column:has(> figure:nth-child(3):nth-last-child(1)) figure { margin-bottom: 15px !important; }
    .error404 .hero-banner-content:not(:has(.top-text)) .heading-text h1::before { min-width: 490px; width: calc(100% - 175px); }
    .financial-services-container .financial-text-content p { font-size: 19px; line-height: 26px; }
}
@media (max-width:1024px) { 
  .process-works-step-inner { max-width: 50%; padding-right: 100px; }  
    .process-works-step-inner:after { right: 20px; }
    .process-works-step-wrap .process-works-step:nth-child(2n) .process-works-step-inner { padding-right: 0; padding-left: 100px; }
    .process-works-step-wrap .process-works-step:nth-child(2n) .process-works-step-inner:after { left: 20px; }
    .process-works-step-inner figure img { height: 85px; }
    .process-works-step-inner figure { right: 200px; top: 0; }
    .content-with-logo .section-heading { margin-bottom: 30px; }
    .testimonials .section-heading { margin-bottom: 40px; }
    .testimonials .testimonials-slick ul.slick-dots li { margin: 0 15px; }
    .page-id-27 .simple-center-content-heading ul { margin-bottom: 0; }
    .page-id-27 .simple-center-content-heading h2 { letter-spacing: 10px; font-size: 26px; margin-bottom: 30px; }
    .referral-partner-program-wrap p { font-size: 19px; }
    .cta-section .cta-heading { max-width: 580px; margin: 0 auto; }
    .cta-section .cta-box:before { width: calc(100% - 280px); }
    .cta-section .cta-heading:after { width: calc(100% - 65px) }
}
@media (max-width:991px) {
    .section-line:before { left: 20px; }
    h1 { font-size: 50px; line-height: 60px; }
    h2, .h2 { font-size: 22px; line-height: 32px; letter-spacing: 5px; }
    h3, .h3 { font-size: 20px; line-height:28px; letter-spacing: 4px; }
    p { font-size: 19px; line-height: 24px; }
    .hero-banner-wrap .hero-banner-content span { font-size: 20px; letter-spacing: 4px; }
    header .header-wrap { padding: 20px 0; }
    header .header-wrap { justify-content: space-between; }
    .menu-toggle { padding: 20px 0 150px !important; overflow: auto; }
    .menu-trigger .menu-box { right: 30px; top: 45px; }
    .menu-toggle { flex-wrap: wrap; position: fixed; height: 100vh; display: inline-block !important; top: 100px; }
    .menu-toggle > li { width: 100%; height: auto; }
    .menu-toggle li a { padding: 15px 30px; text-align: left; justify-content:flex-start; }
    .menu-toggle li a:after { display: none; }
    body.slidemenuLeft.menu-open .menu-toggle { top: 100px; }
    .menu-toggle li a { font-size: 12px; }
    footer .footer-wrap .footer-logo { width: 100%; margin-bottom: 30px; }
    footer .footer-wrap .footer-menu { width: 100%; padding: 0; margin-bottom: 30px; }
    footer .footer-wrap .footer-add { width: 100%; padding: 0; }
    footer .footer-wrap .footer-menu ul { justify-content: start; }
    footer .footer-wrap .footer-add .footer-item-inner { margin-bottom: 15px; }
    .section-line.simple-content { padding: 40px 0px 40px 20px; }
    .simple-content { padding: 40px 0; }
    .section-line .section-heading:before { left: -40px; }
    .section-line.simple-content .simple-content-wrap { max-width: 100%; }
    .simple-content .simple-content-wrap { max-width: 100%; }
    .banner-social-icon { left: 7px; }
    .our-core-values { padding: 20px 20px; }
    .hero-banner-wrap .hero-banner-content span { min-width: 295px; }
    .hero-banner-wrap .hero-banner-content { margin-bottom: 51px; }
    .hero-banner { padding: 120px 0; }
    .simple-content .simple-content-wrap p { font-size: 18px; line-height: 23px; }
    .center-logo.left-pattern .center-logo-wrap:before { width: 84px; height: 38px; }
    .center-logo .center-logo-wrap figure { max-width: 100px; }
    .center-logo .center-logo-wrap figure:before { width: 150px; left: -165px; }
    .center-logo .center-logo-wrap figure:after { width: 150px; right: -165px; }
    .center-logo .center-logo-wrap { min-height: 100px; }
    .center-logo { padding: 30px 0 20px; }
    .inner-container { max-width: 100%; }
    .our-core-values-item .item-content ul li { font-size: 18px; line-height: 28px; }
    .our-core-values-item { min-height: auto; }
    .process-works-step-inner { max-width: 50%; }
    .process-works-step p { font-size: 18px; line-height: 22px; }
    .process-works-step h3 { letter-spacing: 2px; }
    .process-works-step-wrap .process-works-step:nth-child(2n) .process-works-step-inner { padding-left: 50px;}
    .process-works-step-inner { padding-right: 50px; }
    .process-works-step-inner:after { width: 56px; }
    .how-our-process-works .section-heading h2 { font-size: 22px; line-height: 26px; }
    .how-our-process-works .section-content p { font-size: 18px; line-height: 24px; }
    .how-our-process-works .section-content { padding-bottom: 40px; }
    .how-our-process-works .section-heading.text-center { padding-bottom: 0px; margin-bottom: 20px; }
    .our-core-values .our-core-values-wrap .section-heading { padding-bottom: 0px; margin-bottom: 25px; }
    .how-our-process-works .section-heading:before { left: -20px; }
    .client-success-stories .client-success-stories-wrap h2 { margin-bottom: 10px; }
    .simple-center-content-heading h2 { margin-bottom: 20px; }
    .client-success-stories-slider .slider-item p { font-size: 18px;}
    .client-success-stories .button-wrap { padding-top: 30px; }
    .client-success-stories-wrap { padding-bottom: 10px; }
    .simple-center-content-heading p { font-size: 18px; line-height: 24px; }
    .simple-center-content-heading ul li { font-size: 18px; line-height: 24px; }
    .simple-center-content-heading ul li a { font-size: 18px; line-height: 24px; }
    .form-section-wrap { max-width: 100%; padding: 0 20px;}
    .form-section .section-heading:before { left: -40px; }
    .hero-banner-content:not(:has(.top-text)) .heading-text h1::before { min-width: 565px; }
    .simple-content .simple-content-wrap .section-heading h2 { margin-bottom: 10px; }
    .meet-our-leadership-team-wrap { padding: 0 0px 0 20px; }
    .meet-our-leadership-team-wrap .section-heading { max-width: 100%; }
    .meet-our-leadership-team-inner { padding-left: 0; padding-right: 0; }
    .meet-our-leadership-team-block { padding: 0 30px 0 50px; }
    .section-line .meet-our-leadership-team-inner .section-heading:before { left: -40px; top: 4px; }
    .meet-our-leadership-team-inner { margin-bottom: 30px; }
    .meet-our-leadership-team-inner .meet-our-leadership-team-content h3 { letter-spacing: 4px; margin-bottom: 30px; }
    .meet-our-leadership-team-wrap .section-heading h2 { letter-spacing: 6px; }
    .section-line .section-heading.success-stories-header:before { left: -40px; top: 90px; }
    .meet-our-leadership-article p { font-size: 18px; line-height: 26px; }
    .meet-our-leadership-team-inner .meet-our-leadership-team-content span { font-size: 22px; letter-spacing: 4px; }
    .inner-banner { padding: 180px 0; }
    .success-stories-container { padding-right: 20px; }
    .recent-success-stories { padding: 0 0 50px 0; }
    .faq-section-wrap .section-heading h2 { letter-spacing: 4px; }
    .faq-section .accordion__item { margin-bottom: 15px; }
    .request-form-heading h2 { font-size: 22px; line-height: 26px; margin-bottom: 25px; }
    .request-form-wrap { padding: 50px 15px; }
    .faq-section { padding: 40px 0; }
    .our-community-partners-wrap { max-width: 100%; padding: 0 0px 25px 20px; }
    .our-community-partners-wrap .our-community-partners-logo-wrap { padding-bottom: 20px; }
    .our-community-partners-inner { max-width: 100%; padding: 0 30px; }
    .our-community-partners-wrap .our-community-partners-logo-wrap.section-heading:before { top: 3px; }
    .page-id-27 .hero-banner-content:not(:has(.top-text)) .heading-text h1::before { min-width: 470px; }
    .testimonials .testimonials-item p { font-size: 18px; }
    .testimonials-slick .testimonials-item { margin-bottom: 30px; }
    .request-form-heading p { font-size: 18px; }
    .page-id-357 .hero-banner-wrap .bottom-text span:before { width: 57px; left: -57px; }
    .page-id-357 .hero-banner-wrap .bottom-text span:after { width: 62px; right: -62px; }
    .fee-structure-general-content .fee-structure-general-content-wrap h3:before { left: -40px; }
    .fee-structure-general-content .fee-structure-general-content-wrap { max-width: 100%; padding: 0 0px 0 20px; }
    .two-column-content-with-img-inner { max-width: 100%; padding: 0 20px; }
    .two-column-content-with-img .button-container { max-width: 100%; padding: 0 20px; }
    .two-column-content-with-img .button-container:after { width: calc(100% - 300px); }
    .fee-structure-general-content .fee-structure-general-content-wrap a { margin-bottom:30px; }
    .two-column-content-with-img-wrap .two-column-desc-sec p { font-size: 18px; line-height: 25px; }
    .inner-banner .hero-banner-wrap h1 { min-width: 550px; }
    .referral-partner-program-wrap { max-width: 100%; }
    .simple-content-wrap ol li p:before { width: 21px; height: 21px; }
    .simple-content-wrap ol li p { padding:0 0 0 10px; }
    .simple-content-wrap ol > li { margin-bottom: 30px; }
    .ideal-referral-partners-wrap { max-width: 100%; }
    .funding-partners-advantage-wrap { max-width: 100%; }
    .ideal-referral-partners-img { right: 0; }
    .funding-partners-advantage .partners-advantage-logo { width: 50%; }
    .simple-content-wrap ol li h3 { letter-spacing: 3px; }
    .referral-partner-program-wrap a.arrow-triangle-button.btn { font-size:22px; padding: 7px 25px 6px 25px; }
    .funding-partners-advantage-wrap ul li { font-size: 18px; line-height: 28px; padding-bottom: 20px; }
    .referral-partner-program { padding: 50px 0 20px; }
    .referral-partner-program-wrap h3 { font-size: 21px; }
    .simple-content .button-wrap { margin-top: 20px; }
    .ideal-referral-partners-wrap p { font-size: 18px; line-height: 22px; margin-bottom: 30px; }
    .ideal-referral-partners-wrap .section-heading { padding-bottom: 0; }
    .referral-partner-program-wrap p { font-size: 18px; }
    .min-width .simple-content .simple-content-wrap { max-width: 100%; }
    .kfp-section .kfp-content h4 { font-size: 18px; letter-spacing: 4px; }
    .kfp-section .kfp-content h4:before { width: 22px; height: 22px; }
    .kfp-section .kfp-content h4 { padding-left: 40px; margin-bottom: 15px;}
    .kfp-box { padding: 140px 30px 20px 30px; }
    .kfp-section { padding: 20px 0px 10px; }
    .kfp-sec-head h3 { font-size: 22px; }
    .cta-section .cta-content p { font-size: 18px; }
    .cta-section .cta-heading { max-width: 550px; }
    .page-id-357 .fee-structure-general-content.section-line.border-hide:before { height:calc(100% - 290px); }
    .page-id-21 .center-logo ~ .simple-content .container:after { width: calc(100% - 65px); bottom: -50px; }
    .page-id-11 .hero-banner-content:not(:has(.top-text)) .heading-text h1::before { min-width: 400px; }
    .financial-services-container .financial-text-content { padding: 15px 25px 5px 25px; }
    .placement-services-wrap h2 { letter-spacing: 5px; margin-bottom: 25px; }
    .placement-services-wrap > span {letter-spacing: 4px; padding-bottom: 20px; margin-bottom: 25px; }
    .general-content-with-img .general-content-wrap h2 { letter-spacing: 6px; }
    .error404 .hero-banner-content:not(:has(.top-text)) .heading-text h1::before { min-width: 430px; }
     .financial-services-container .financial-text-content p { font-size: 18px; line-height: 28px; }
    .general-content-with-img .general-content-wrap h2 { font-size: 20px; line-height: 25px; }
    .our-strategic-approach .our-strategic-approach-content p { font-size: 18px; line-height: 24px; }
    .placement-services-wrap p { font-size: 18px; line-height: 24px; }
    .min-width .ideal-referral-partners-listing ul li p { font-size: 18px; line-height: 25px; }
    .meet-our-leadership-team-inner .meet-our-leadership-team-img { height:500px; }
    .meet-our-leadership-team-inner .meet-our-leadership-team-img figure { height: 500px; }
    .sidebar-contact { transform: scale(0.7); }
    .sidebar-contact.active { right: -30px; }
    .sidebar-contact { top: 20px; }
}
@media (max-width:767px) {
    h1 { font-size: 40px; line-height: 50px; letter-spacing: 15px; }
    p { font-size: 18px; line-height: 24px; }
    header .header-logo { width: 220px; }
    .center-logo.left-pattern .center-logo-wrap:before { display: none; }
    .menu-trigger .menu-box { right: 20px; top: 35px; }
    footer .footer-wrap .footer-logo { margin-bottom: 20px; }
    footer .footer-wrap .footer-menu { margin-bottom: 20px; }
    footer .footer-btn { flex-wrap: wrap; }
    footer .footer-btm-desc { width: 100%; margin-bottom: 20px; }
    footer .footer-btm-social { width: 100%; justify-content: flex-start; }
    footer .footer-btm-desc span { letter-spacing: 2px; }
    footer .footer-wrap .footer-add .footer-item-inner { padding-right: 10px; }
    .hero-banner-wrap .hero-banner-content span { font-size: 18px; letter-spacing: 2px; }
    .hero-banner-wrap .hero-banner-content span { min-width: 255px; }
    .section-line .hero-banner-wrap { padding:0 20px; }
    .hero-banner-wrap h1 { padding: 9px 10px 0px 20px; letter-spacing: 12px; }
    .hero-banner-wrap .top-text span:before { width: 57px; height: 46px; left: -57px; background-size: 95px; }
    .hero-banner-wrap .top-text span:after { width: 57px; height: 47px; right: -57px; background-size: 105px; background-position: top right; }
    .hero-banner-wrap .bottom-text span:after { width: 57px; height: 47px; right: -57px; background-size: 105px; background-position: top right; }
    .hero-banner-wrap .bottom-text span:before { width: 57px; height: 46px; left: -57px; background-size: 95px; }
    .simple-content .simple-content-wrap ul li p { font-size: 16px; line-height: 20px; margin-bottom: 15px;}
    .simple-content .simple-content-wrap ul li h3 { letter-spacing: 3px; }
    .process-works-step-inner { padding-right: 0; max-width: 100%; padding-bottom: 60px !important; }
    .process-works-step-inner:after { width: 56px; left: 0; right: 0; margin: 0 auto; display: none; }
    .process-works-step-wrap .process-works-step:nth-child(2n) .process-works-step-inner { padding-left: 0; }
    .process-works-step p:last-child { margin-bottom: 15px; }
    .process-works-step-wrap .process-works-step:after { display: none; }
    .process-works-step-wrap .process-works-step:before { display: none; }
    .process-works-step-wrap:before { display: none; }
    .process-works-step-inner figure { right: auto; top: 30px; left: 120px; }
    .process-works-step-wrap .process-works-step:nth-child(2n) .process-works-step-inner figure { right: 120px; top: 0; width: auto; }
    .process-works-step-inner figure img { width: auto; }
    .process-works-step-wrap { padding-bottom: 20px;}
    .how-our-process-works .section-heading h2 { letter-spacing: 4px; }
    .how-our-process-works .section-heading.text-center { padding:0 20px; }
    .client-success-stories-slick { margin: 0 -20px; }
    .client-success-stories .client-success-stories-wrap h2 { letter-spacing: 4px; }
    .simple-center-content-heading h2 { letter-spacing: 4px; }
    .client-success-stories-slider .slider-item p { letter-spacing: 2px; }
    .right-arrow-button { padding: 6px 60px 4px 20px; font-size: 18px; line-height: 33px; }
    .right-arrow-button:after { right: 3px; }
    .center-logo .center-logo-wrap figure:after { width: 100%; right: -110%; }
    .center-logo .center-logo-wrap figure:before { width: 100%; left: -110%; }
    .center-logo.center-line .center-logo-wrap:after { width: 100%; }
    .hero-banner-content:not(:has(.top-text)) .heading-text h1 { min-width: 100%; }
    .hero-banner-content:not(:has(.top-text)) .heading-text h1::before { min-width: 485px; }
    input[type=file]::file-selector-button { font-size: 20px !important; }
    .bottom-right-pattern.simple-content .container:after { width: 95px; }
    .meet-our-leadership-team-wrap .section-heading h2 { letter-spacing: 4px; }
    .meet-our-leadership-team-wrap h3 { letter-spacing: 3px; }
    .meet-our-leadership-team-wrap .section-heading { padding-bottom: 10px; }
    .meet-our-leadership-team-wrap .subhead { padding-bottom: 10px; }
    .meet-our-leadership-team-wrap { margin-bottom: 50px; }
    .meet-our-leadership-team-inner-wrap { flex-wrap: wrap; }
    .meet-our-leadership-team-inner .meet-our-leadership-team-content { padding-right: 0; width: 100%; order: 2; }
    .meet-our-leadership-team-inner .meet-our-leadership-team-img { width: 100%; height: auto; order: 1; margin-bottom: 25px;}
    a.moreless-button { right: 0; }
    .meet-our-leadership-team-inner .meet-our-leadership-team-content:after { width: 100%; }
    .meet-our-leadership-article { min-height: auto; }
    .meet-our-leadership-team-inner .meet-our-leadership-team-content h3 { margin-bottom: 20px; }
    .table-cell { font-size: 18px; }
    .table-cell:nth-child(2n) { font-size: 16px; }
    .table-cell:nth-child(3n) { font-size: 15px; }
    .success-stories-header h2 { font-size: 20px; letter-spacing: 4px; }
    .meet-our-leadership-team-inner .section-heading h2 { font-size: 22px; }
    .meet-our-leadership-team-wrap { margin-bottom: 30px; }
    .faq-section .accordion__item .accordion__title { padding: 22px 65px 22px 20px; }
    .faq-section .accordion__item .accordion__title:after { right: 20px; }
    .faq-section .accordion__item .accordion__title:before { right: 57px; }
    .faq-section .accordion__item .accordion__content { padding: 20px 20px 20px 20px; }
    .faq-section .accordion__item .accordion__content:after { width: calc(100% - 40px); }
    .faq-section-wrap .section-heading { margin-bottom: 0; }
    .our-community-partners-logo-wrap .our-community-partners-button a { font-size: 20px; }
    .our-community-partners-logo-wrap .our-community-partners-logo { width: 100%; }
    .our-community-partners-logo-wrap { flex-wrap: wrap; }
    .our-community-partners-logo-wrap .our-community-partners-button { width: 100%; text-align: left; margin: 10px 0; }
    .our-community-partners-logo-wrap .our-community-partners-logo figure { margin:30px 0 !important; }
    .our-community-partners-wrap .section-heading h3 { margin-bottom: 10px; }
    .request-form.section-line { padding-left: 20px; padding-right:0px; }
    .page-id-27 .hero-banner-content:not(:has(.top-text)) .heading-text h1::before { min-width: 485px; }
    .page-id-27 .simple-center-content-heading h2 { letter-spacing: 6px; font-size: 23px; }
    .request-form .form-sec-inner form .gform_footer .gform_button { font-size: 22px !important; line-height: 29px !important; }
    .page-id-357 .hero-banner-wrap .hero-banner-content span { min-width: 322px; }
    .page-id-357 .inner-banner .hero-banner-wrap h1 { min-width: auto; }
    .fee-structure-general-content .fee-structure-general-content-wrap ul li { font-size: 18px; line-height: 25px; padding: 0 0 20px 35px; }
    .fee-structure-general-content .fee-structure-general-content-wrap img { margin-bottom: 10px; }
    .two-column-content-with-img-inner .section-heading h3 { letter-spacing: 4px; }
    .simple-content-wrap ol > li:before { font-size: 40px; }
    .simple-content-wrap ol li h3 { padding-left: 70px; }
    .ideal-referral-partners-listing ul li { padding: 0 0 15px 40px; }
    .simple-content-wrap ol > li { margin-bottom: 20px; }
    .referral-partner-program-wrap .subhead { padding-bottom: 10px; }
    .referral-partner-program-wrap h3 { font-size: 19px; }
    .funding-partners-advantage-wrap p { font-size: 18px; }
    .funding-partners-advantage-wrap p br { display: none; }
    .sidebar-logo { top: 120px; }
    .faq-section .accordion__title span.accordion__title-text { font-size: 19px; }
    .faq-section .accordion__item .accordion__content { font-size: 18px; line-height: 28px; }
    .kfp-sec-head h3 { letter-spacing: 4px; }
    .kfp-logo img { width: 120px; }
    .kfp-logo { top: -60px; padding: 0 25px; }
    .kfp-box { padding: 100px 20px 20px 20px; }
    .kfp-box { margin: 70px 0 0 0; }
    .kfp-sec-head h3 { margin-bottom: 15px; }
    .kfp-section .kfp-content p { font-size: 18px; }
    .kfp-section .kfp-item { padding-bottom: 15px; }
    .kfp-section .kfp-sec-head { margin-bottom: 30px; }
    .ideal-referral-partners-listing ul li p { font-size: 18px; }
    .min-width .ideal-referral-partners-listing ul li p { margin-bottom: 10px; }
/*
    .ideal-referral-partners-wrap .button-container a { font-size: 18px; padding: 6px 25px 5px 25px; line-height: 28px; }
    .ideal-referral-partners-wrap .button-container a:after { width: 108%; height: 146%; }
*/
    .loans-available .loans-available-wrap a.zoom-button.btn { font-size: 18px; line-height: 30px; padding: 6px 20px 5px 20px; }
    .loans-available .loans-available-wrap ul li { font-size: 16px; }
    .loans-available .loans-available-wrap ul { margin: 0 0 18px 0; }
    .loans-available .loans-available-wrap h4 { margin-bottom: 18px; }
    .cta-section .cta-box:after { top: 0; border-radius:50px; }
    .cta-section .cta-box:before { display: none; }
    .cta-section .cta-content { padding: 0; }
    .cta-section .cta-box { padding: 40px 20px 30px 20px; }
    .cta-section .cta-heading:after { bottom: 0; }
    .cta-section .cta-heading h2 { letter-spacing: 5px; padding-bottom: 15px; }
    a.scale-button.btn { font-size: 18px; line-height: 24px; padding: 8px 25px 7px 25px; }
    .cta-section .cta-content a.zoom-button.btn { font-size: 18px; line-height: 26px; padding: 8px 25px 7px 25px; }
    .content-with-logo .section-heading h3 { padding: 0; }
    .page-id-440 .ideal-referral-partners-img img { width: 250px; }
    .page-id-357 .fee-structure-general-content.section-line.border-hide:before { height: 85%; }
    .financial-services-container { padding: 40px 0 0 0; }
    .listing-with-icon .icon-list { width: 70px; }
    .placement-services-wrap img { margin: 0 0 0px 0; }
    .placement-services-wrap h3 { margin-bottom: 15px; }
    .placement-services-wrap h2 { letter-spacing: 4px; margin-bottom: 20px; }
    .general-content-with-img .general-content-wrap h2 { letter-spacing: 4px; }
    .error404 .hero-banner-content:not(:has(.top-text)) .heading-text h1::before { min-width: 390px; width: calc(100% - 295px); }
    .images-column:has(> figure:nth-child(2):nth-last-child(1)) figure { height: 160px; }
    .min-width .ideal-referral-partners-listing ul li p { font-size: 16px; line-height: 24px; }
}
@media (max-width:640px) {
    .hero-banner-content:not(:has(.top-text)) .bottom-text span::before { width: 17px; left: -17px; }
    .hero-banner-content:not(:has(.top-text)) .bottom-text span::after { width: 20px; right: -18px; }
    .hero-banner-content:not(:has(.top-text)) .heading-text h1::before { min-width: 385px;  }  
    .gform-theme--foundation .gform-grid-row { row-gap: 0px !important; }
    .form-section .form-sec-inner .gform-theme--foundation .gform-grid-col { margin-bottom: 25px; padding: 0 0px; }
    .form-section .form-sec-inner form .gfield { padding: 0; margin: 0 -15px; }
    .form-section .form-sec-inner .gform-theme--foundation .gform-grid-col:last-child { margin-bottom: 0; }
    .form-section .form-sec-inner form .gform_fields legend { margin-left: 0; }
    .form-section .form-sec-inner form .gform_fields label { margin-left: 8px; }
    .table-row { grid-template-columns: initial; }
    .success-stories-header { padding: 75px 10px 0px 10px; text-align: center; }
    .meet-our-leadership-team-inner .section-heading h2 { letter-spacing: 4px; }
    .meet-our-leadership-team-inner .meet-our-leadership-team-content { padding-bottom: 80px; }
    .table-cell { border-right: none; }
    .page-id-31 .hero-banner-wrap .heading-text h1:before { min-width: 420px !important; }
    .request-form .form-sec-inner .gform-theme--foundation .gform-grid-col { margin-bottom: 18px; }
    .request-form .form-sec-inner .gform-theme--foundation .gform-grid-col:last-child { margin-bottom: 0px; }
    .request-form .form-sec-inner form .gform_fields input { padding: 16px 20px; }
    .request-form .form-sec-inner form .gform_fields select { padding: 16px 20px; }
    .request-form .form-sec-inner form .gform_fields textarea { padding: 16px 20px; }
    .better-business-bureau-inner { flex-wrap: wrap; }
    .better-business-bureau-head { width: 100%; padding-right: 0px; margin-bottom: 10px; }
    .better-business-bureau-img { width: 100%; }
    .better-business-bureau-img figure { max-width: 200px; }
    .request-form-wrap { border-radius: 20px; }
    .page-id-27 .hero-banner-content:not(:has(.top-text)) .heading-text h1::before { min-width: 385px; }
    .testimonials .testimonials-slick ul.slick-dots li { margin: 0 10px; }
    .two-column-content-with-img-wrap { flex-wrap: wrap; }
    .two-column-content-with-img-wrap .two-column-desc-sec { width: 100%; padding-right:0px; order:2; }
    .two-column-content-with-img-wrap .two-column-content-with-images { width: 100%; order: 1; margin-bottom: 30px; }
    .two-column-content-with-img-wrap .two-column-content-with-images img { width: 100%; height: 100%; object-fit: cover; }
    .two-column-content-with-img-wrap .two-column-content-with-images figure { height: 350px; }
    .two-column-content-with-img-wrap .two-column-desc-sec p { margin-bottom: 20px; }
    .page-id-19 .inner-banner .hero-banner-wrap h1 { min-width: 500px; }
    .ideal-referral-partners-img img { width: 120px; }
    .sbSelector a { padding: 16px 20px; }
    .sbOptions li a { padding: 15px 20px; }
    .sbToggle:before { top: 18px; }
    .page-id-440 .inner-banner .hero-banner-wrap h1 { min-width: 480px; }
    .kfp-sec-head h4 { font-size: 20px; }
    a.scale-button.btn { font-size: 18px; line-height: 27px; padding: 8px 25px 5px 25px; }
    .cta-section { padding: 10px 0 20px 0; }
    .sbToggle:after { height: 46px; }
    .financial-services-container .button-container a { font-size: 16px; padding: 5px 11px 4px 11px; width: 210px; }
    .financial-services-container .button-container a:before { width: 280px; }
    .financial-services-container .button-container a:before { opacity: 0; }
    .financial-services-container .button-container { margin: 10px 0;  }
    .financial-services-container .financial-text-content { padding: 15px 15px 5px 15px; text-align: center;}
    .financial-services-pattern { margin-left: 0; }
    .title-with-button h5 { background-color: transparent; letter-spacing: 5px; }
    .title-with-button-wrap:after { height: 100%; top: 0; border-radius: 40px; }
    .title-with-button .button-container:after { display: none; }
    .title-with-button .button-container:before { display: none; }
    .title-with-button-head { margin-bottom: 20px; }
    .title-with-button-wrap { padding: 30px 15px; }
    .title-with-button h5:after { display: none; }
    .title-with-button h5:before { display: none; }
    .images-column figure:only-child { height: 150px; }
    .listing-with-icon .icon-list { top: 0; }
    .our-strategic-approach .our-strategic-approach-wrap { flex-wrap: wrap; }
    .our-strategic-approach .our-strategic-approach-content { width: 100%; padding-right: 0; }
    .our-strategic-approach .mour-strategic-approach-image { width: 100%; margin-bottom: 20px; }
    .our-strategic-approach .mour-strategic-approach-image figure { height: 250px; }
    .our-strategic-approach .mour-strategic-approach-image figure img { height: 100%; width: 100%; object-fit: cover; }
    .our-strategic-approach-main .section-heading h2 { letter-spacing: 4px; }
     .error404 .hero-banner-content:not(:has(.top-text)) .heading-text h1::before { min-width: 290px; }
    .our-strategic-approach .mour-strategic-approach-image { top: 0; }
    .our-strategic-approach .our-strategic-approach-inner ul li { font-size: 16px; }
}
@media (max-width:575px) {
    h1 { font-size: 30px; line-height: 40px; letter-spacing: 7px; }
    .hero-banner-wrap h1 { padding: 8px 10px 0px 15px; }
    p { text-align: inherit !important; }
    h2 { text-align: inherit !important; }
    h3 { text-align: inherit !important; }
    h4 { text-align: inherit !important; }
    h5 { text-align: inherit !important; }
    h6 { text-align: inherit !important; }
  .container-fluid { padding: 0 20px; }   
  .container{ padding: 0 20px; }
    .menu-trigger .menu-box { right: 20px; top: 40px; }
    .menu-toggle li a { padding: 15px 20px; }
    footer .footer-wrap .footer-logo figure { max-width: 110px; }
    .section-line .section-heading:before { left: -30px; }
    .hero-banner-wrap h1 { letter-spacing: 5px; }
    .hero-banner-wrap .hero-banner-content span { font-size: 16px; min-width: 210px; }
    .hero-banner-wrap .top-text span:before { display: none; }
    .hero-banner-wrap .top-text span:after { display: none; }
    .hero-banner-wrap .bottom-text span:after { display: none; }
    .hero-banner-wrap .bottom-text span:before { display: none; }
    .hero-banner-wrap .top-text { padding-bottom: 35px; }
    .hero-banner-wrap .bottom-text { padding-top: 35px; }
    .hero-banner-wrap .heading-text:before { content: ""; position: absolute; top: -30px; left: 0; right: 0; margin: 0 auto; width: 1px; height: 25px; background-color: #ffd797; }
    .hero-banner-wrap .heading-text:after { content: ""; position: absolute; bottom: -30px; left: 0; right: 0; margin: 0 auto; width: 1px; height: 25px; background-color: #ffd797; }
    .how-our-process-works .section-heading:before { left: -10px; }
    .hero-banner-content:not(:has(.top-text)) .heading-text h1::before { display: none; }
    .hero-banner-content:not(:has(.top-text)) .heading-text:before { display: none; }
    .hero-banner-content:not(:has(.top-text)):not(:has(.bottom-text)) .heading-text h1:after { display:none; }
    .hero-banner-content:not(:has(.top-text)):not(:has(.bottom-text)) .heading-text:after { display:none; }
    .center-logo .center-logo-wrap { min-height: 80px; }
    .bottom-right-pattern.simple-content .container:after { right: 10px; width: 75px; bottom: -60px; }
    .meet-our-leadership-team-wrap .subhead h3:before { left: 20px; }
    .meet-our-leadership-team-wrap .subhead h3:after { right: 20px; }
    .section-line .section-heading.success-stories-header:before { left: -32px; top: 80px; }
    .meet-our-leadership-team-wrap h3 { text-align: center !important; }
    .center-logo.center-line .center-logo-wrap:after { width: 95%; }
    .page-id-31 .hero-banner-wrap .hero-banner-content span { min-width: auto; }
    .our-community-partners-inner { padding:0 0 0 20px; }
    .our-community-partners-inner ul li { padding-left: 45px; }
    .our-community-partners-listing { padding: 25px 0px 10px 20px; }
    .request-form-wrap { padding: 40px 0px; }
    .page-id-27 .hero-banner-wrap .hero-banner-content span { min-width: auto; }
    .content-with-logo .logo-listing .logo-item { width: 50%; padding: 0 25px; }
    .fee-structure-general-content .fee-structure-general-content-wrap h3:before { left: -30px; }
    .page-id-19 .inner-banner .hero-banner-wrap h1 { min-width: 350px; }
    .inner-banner { padding: 150px 0; }
    .referral-partner-program-wrap .subhead > h3 { padding:0 40px; }
    .referral-partner-program-wrap .subhead > h3:after { right: 35px; }
    .referral-partner-program-wrap .subhead > h3:before { left: 35px; }
    .funding-partners-advantage-wrap .section-heading h3 { letter-spacing: 4px; }
    .ideal-referral-partners-listing ul li h3 { letter-spacing: 3px; }
    .simple-content-wrap ol li h3 { letter-spacing: 1px; }
    .simple-content-wrap ol li h3 { padding-left: 65px; }
    .faq-section .accordion__item .accordion__title:before {right: 57px;width: 1px;height: 60px; top: 50%; transform: translateY(-50%); }
    .faq-section .accordion__item .accordion__title:after { top: 50%; transform: translateY(-50%); }
    .kfp-box { margin: 60px 0 0 0; border-radius: 50px; }
    .kfp-logo { top: -55px; }
    .page-id-440 .inner-banner .hero-banner-wrap h1 { min-width: auto; }
    .cta-section .cta-content a.zoom-button.btn { font-size: 16px; line-height: 24px; }
    .page-id-21 .center-logo { padding: 30px 0 0px; }
    .images-column figure { padding: 0 10px; height: 100px; }
    .images-column { margin:0 -10px; }
    .images-column figure:after { height: 100px; }
    .our-strategic-approach .mour-strategic-approach-image figure { height: 200px; }
    .our-strategic-approach .our-strategic-approach-inner ul li:before { top: 4px; }
}


