/*
Theme Name: Sterling Hawthorne
Theme URI: https://criterionb.com
Author: Team Criterionb
Author URI: https://criterionb.com
Description: Gutenberg Compatible theme for First National
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
template: criterionb

*/

@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:wght@400;600;700&family=Playfair+Display:wght@400;700&display=swap');


html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body{
    overflow-x: hidden;
    color: #4E4E4E;
    font-family: 'Albert Sans', sans-serif !important;
}

p{
    font-family: 'Albert Sans', sans-serif;
    font-size: 1.063rem;
    line-height: 1.5;
}
p:empty {
    display: none;
}
h1, h2, .testimonials-slider .slick-slider .slick-track .slide-description p, .single-dir-post h4.single-post-title{
    font-family: 'Playfair Display', serif;
}
h4.hero_subtitle,
h3.block-subtitle,
.testimonials-slider h2.hero-slider-title,
.testimonials-slider h3.hero-slider-subtitle,
.hero-frame .cta-block-content h3.hero_subtitle,
.price-wrap h4.tile-title,
.price-wrap h5.tile-subtitle,
.price-wrap h5.tile-subtitle span,
.forminator-button-submit,
h2.hero_subtitle,
h4.section-tagline,
h4.single-post-title,
.single-related-posts h3,
.job-title,
ul.footer-links a,
.price-wrap .widget-form h4,
.price-wrap .widget-form h5,
ul.dropdown li a,
.footer-social h4.title,
body.single-post h2.widget-title{
    font-family: 'Albert Sans', sans-serif;
    text-transform: capitalize;
}
.buttons-wrapper a.btn,
body .single-post,
.form-section .block-paragraphs h4,
.mobile-menu-wrapper ul.menu > li a{
    font-family: 'Albert Sans', sans-serif;
}
h2.block-title, h1.block-title{
    text-transform: capitalize;
    margin: 0px 0 30px;
}
h2.block-title {
    font-size: 2.5rem;
    color: #0075AE;
    line-height: 1.2;
}
h3.block-subtitle{
    font-size: 1.25rem;
    font-weight: 400;
    margin: 0px 0 40px;
    color: #003B57;
}

.ptb-0{
    padding: 0;
}
.pt-0{
    padding-top: 0px;
}
.pb-0{
    padding-bottom: 0px;
}
.ptb-l{
    padding: 150px 0;
}
.pt-l{
    padding-top: 150px;
}
.pb-l{
    padding-bottom: 150px;
}
.ptb-m{
    padding: 100px 0;
}
.pt-m{
    padding-top: 100px;
}
.pb-m{
    padding-bottom: 100px;
}
.ptb-s{
    padding: 50px 0;
}
.pt-s{
    padding-top: 50px;
}
.pb-s{
    padding-bottom: 50px;
}

.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.center-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

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

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

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

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

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

form input[type=text],
form input[type=email],
form input[type=number],
form select,
form textarea {
    border-bottom: 1px solid;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
mark {
    background-color: transparent;
    color: inherit;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
input, select, textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
*/
a{
    text-decoration: none;
}
a:focus {
    outline: 1px solid blue!important;
}


p {
    line-height: 1.8;
    margin: 0 0 20px;
    font-weight: 400;
}

a{
    cursor: pointer;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
}

body a.btn{
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    padding: 22px 40px;
}

.container:after, .flex-box:after, .container-full:after{
    display: none;
}

/* ========== PRIMARY COLOR  (Dark Blue Color)  ========= */
/* --- BG COLOR --- */
button, .bg-primary{
    background-color: #005D8B;
}


/* --- TEXT COLOR --- */
h2, .primary-text-color{
    color: #005D8B;
}
h3.block-subtitle{
    text-transform: uppercase;
}

.form-section-wrap, body.single-post .forminator-ui#forminator-module-1139.forminator-design--default .forminator-button-submit:hover{
    border-color: #005D8B;
}


/* ========== SECONDARY COLOR (Light Blue Color) ========= */
/* --- BG COLOR --- */
.home-intro, .multifamily .container, .underline-4:after, .content-block.slider-wrap .slick-dots li, .package .container,
.bg-secondary{
    background-color: .latest-posts-carousel h2.rp-title;
}

/* --- TEXT COLOR --- */
.middle-bg-pattern{
    color: #003B57;
}

/* --- BORDER COLOR --- */
.home-tabs{
    border-color: #003B57;  
}


/* ========== ACCENT COLOR (Green Color) ========= */
/* --- BG COLOR --- */
.accent-color.bg-accent{
    background-color: #E8E8E8;
}

/* --- TEXT COLOR --- */
.home-tabber .tabs-nav li.tab-active a,
.home-tabber .tabs-nav li.tab-active a h4{
    color: #E8E8E8;
}

a.btn{
    border-radius: 20px;
}
a.btn.btn-accent {
    color: #0075AE;
}


.block-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


/* ========== HEADER AND FOOTER ========== */
body{
    position: relative;
}
header{
    min-height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 0;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.24693627450980393) 0%, rgba(255,255,255,0) 100%);
}
body.home header:not(.fixed){
    background-color: transparent !important;
}
header .container{
    align-items: center;
    max-width: 1626px;
}
header.fixed{
    transition: all 0.3s ease; 
}
.header-menu ul > li{
    text-transform: uppercase;
    font-weight: 400;
    padding: 42px 40px;
    letter-spacing: 1.6px;
    position: relative;
}
a.main-logo img{
    max-height: 70px;
}
.home header a.main-logo img.sticky-logo, 
.home header.fixed a.main-logo img.logo, 
body:not(.home) header a.main-logo img.logo {
    display: none;
}
.header-logo{
    padding: 10px 0;
}
.home header.fixed a.main-logo img.sticky-logo {
    display: block;
}
header.fixed .header-menu .menu-primary-menu-container {
    z-index: 10;
}
body:not(.home) header{
    background: #EDEDED;
}
body:not(.home) header .header-menu ul > li{
    color: #000;
}
body:not(.home) header .header-menu ul > li:hover{
    color: #003B57;
}
body:not(.home) .page-container{
    padding-top: 94px;
}
body.home .header-menu ul > li a{
    color: #fff;
}
.header-menu ul > li a{
    position: relative;
    padding: 0;
    font-size: 1.125rem;
    color: #003B57;
    text-transform: capitalize;
}
header.fixed .header-menu ul > li a{
    color: #003B57;
}
.header-menu ul > li:after{
    content: "";
    width: 0;
    position: absolute;
    height: 0;
    left: 0;
    bottom: 0px;
    transition: all 0.5s ease 0s;
    border-bottom: 3px solid #0075AE;
}
.header-menu ul > li:hover:after{
    width: 100%;
}
.header-menu ul > li ul.sub-menu{
    background-color: #EDEDED;
    padding: 10px 0;
    transition: all 0.5s ease;
    height: auto;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    left: 0px;
    overflow: visible;
}
.header-menu ul > li ul.sub-menu:before {
    content: "";
    height: 0;
    width: 100%;
    position: absolute;
    top: -3px;
    left: 0;
    border-top: 3px solid #0075AE;
}
.header-menu ul > li ul.sub-menu li{
    text-align: left;
    padding: 0 10px;
    display: block;
    transition: all 0.5s ease;
}
.header-menu ul > li ul.sub-menu li a{
    display: block;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #003B57;
}
.header-menu ul > li ul.sub-menu li:after{
    display: none;
}
.header-menu ul > li:hover ul.sub-menu{
    opacity: 1;
    visibility: visible; 
}
.header-menu ul > li.mega-menu ul.sub-menu {
    width: 400px;
}

.header-menu ul > li.header-cta a,
header.fixed .header-menu ul > .header-cta a,
.mobile-menu-wrapper ul.menu > li.header-cta a{
    background-color: #0075AE;
    color: #fff;
    padding: 20px 40px;
    border-radius: 40px;
    text-transform: uppercase;
}
.header-menu ul > li.header-cta a{
    font-weight: 600;
}
.header-menu ul > li.header-cta:hover:after{
    display: none;
}

.mobile-menu-wrapper .menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.mobile-menu-wrapper .menu ul li {
    padding: 7px 10px;
}

.mobile-menu-wrapper{
    background-color: #EDEDED;
}

.mobile-menu {
    float: right;
    margin-left: 25px;
    margin-top: 0px;
    width: 42px;
    height: 20px;
    cursor: pointer;
    right: 50px;
    margin-top: -10px;
    text-align: right;
    display: none;
    line-height: 0;
}

.mobile-menu span {
    position: relative;
    width: 100%;
    height: 5px;
    margin-bottom: 7px;
    display: block;
    background-color: #fff;
}
body:not(.home) header .mobile-menu span,
header.fixed .mobile-menu span{
    background-color: #0075AE;
}
.mobile-menu-wrapper {
    display: block;
    position: fixed;
    height: 100%;
    overflow: auto;
    top: 0;
    left: 100%;
    width: 100%;
    z-index: 999;
    padding: 80px 30px 30px;
    transition: all 0.5s ease 0s;
}

.mobile-menu-wrapper.active {
    left: 0;
}

.mobile-menu-wrapper .menu-close {
    position: absolute;
    font-size: 75px;
    top: 0px;
    right: 25px;
    line-height: 1;
    cursor: pointer;
    transform: rotate(45deg);
    color: #0075AE;
}

.mobile-menu-wrapper ul.menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.mobile-menu-wrapper ul.menu > li {
    padding: 10px 0;
    position: relative;
    border: 0;
}

.mobile-menu-wrapper ul.menu > li a {
    padding: 5px 0;
    display: block;
    text-align: center;
    color: #003B57;
    font-size: 2.125rem;
}
.mobile-menu-wrapper img.logo-footer {
    max-width: 150px;
    margin: 0;
    width: auto;
    height: 55px;
    position: absolute;
    top: 10px;
}
.mobile-menu-wrapper .modile-menu {
    padding-top: 50px;
}
ul.sub-menu { 
    opacity: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    padding: 10px 20px;
    width: 100%;
    min-width: 200px;
    transition: all 0.5s ease 0s;
    list-style-type: none;
}

/*
span.sub-menu-trigger {
    position: absolute;
    display: block;
    height: 60px;
    top: 0;
    right: 0;
    width: 100%;
    line-height: 50px;
    text-align: right;
    font-size: 30px;
    z-index: 99;
    cursor: pointer;
    transition: all .5s ease 0s;
    padding-right: 30px;
    display: none;
}
*/

.mobile-menu-wrapper ul.menu > li ul.sub-menu {
    opacity: 1;
    position: relative;
    padding: 0;
}

.mobile-menu-wrapper ul.menu > li a {
    padding: 5px 0;
    display: block;
    font-weight: 700;
}

span.sub-menu-trigger {
    position: absolute;
    color: #003B57;
    width: 16px;
    height: 16px;
    top: 26px;
    right: 0;
    text-align: right;
    font-size: 24px;
    line-height: 43px;
    z-index: 99;
    cursor: pointer;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    margin-left: 15px;
    transition: all .5s ease 0s;
}
span.sub-menu-trigger i.fa{
    display: none;
}
.mobile-menu-wrapper ul.menu > li.menu-item-has-children > a:after {
    content: "";
    width: 11px;
    height: 11px;
    position: relative;
    border-top: 2px solid;
    border-right: 2px solid;
    display: inline-block;
    transform: rotate(45deg);
    margin-left: 15px;
    transition: all .5s ease 0s;
    top: -2px;
}

.menu-item-has-children i.fa {
    transition: all 0.5s ease 0s;
}

.submenu-active i.fa {
    transform: rotate(90deg);
}

.mobile-menu-wrapper ul.menu > li ul.sub-menu {
    opacity: 1;
    position: relative;
    padding: 0 20px;
}

.mobile-menu-wrapper ul.menu > li.submenu-active ul.sub-menu {
    height: auto;
    margin-left: 0px;
}
.mobile-menu-wrapper .menu-address {
    padding: 30px 0;
    margin-top: 20px;
}
.mobile-menu-wrapper ul.menu > li.header-cta a{
    display: inline-block;
}
.mobile-menu-wrapper ul.menu > li.header-cta{
    margin-top: 60px;
}
.mobile-menu-wrapper ul.menu > li.submenu-active ul.sub-menu a {
    font-weight: 400;
    font-size: 1.5rem;
}
.mobile-menu-wrapper .menu-address .footer-social a{
    color: #003B57;
    font-size: 0.813rem;
}
.footer-social h4.title{
    color: #003B57;
    display: block;
    margin-bottom: 20px;
    text-align: center;
}
.footer-social a{
    font-size: 1.8rem;
}


/* ========== Footer Styling ========== */
footer {
    padding: 0;
    overflow: hidden;
}
.footer-top{
    padding: 80px 0 90px;
}
.footer-wrap {
    display: flex;
    flex-wrap: wrap;
}
.footer-wrap .footer-left {
    width: 30%;
}
.footer-wrap .footer-left .footer-logo img.logo-footer{
    margin: 0 auto 0 0;
    max-height: 86px;
}
.footer-wrap .footer-left .footer-address,
.footer-wrap .footer-left .footer-social{
    text-align: left;
}
.footer-wrap .footer-left .footer-address{
    margin: 30px 0;
}
.footer-wrap .footer-left .footer-social{
    margin: 20px 0;
}
.footer-left .footer-address span.street,
.footer-left .footer-address span.phone_number{
    display: block;
}
.footer-left .footer-address span.phone_number a{
    display: block;
    color: #fff;
}
.footer-wrap .footer-left .footer-address span.street{
    margin-bottom: 10px;
}
.footer-left .footer-address span.phone_number {
    margin-top: 10px;
}
.footer-wrap .footer-left .footer-address span {
    font-weight: 400;
}
.footer-wrap .footer-right {
    width: 70%;
    position: relative;
}
.footer-wrap .footer-right:before{
    content: "";
    width: 50vw;
    height: 50vw;
    position: absolute;
    left: 20%;
    top: 10%;
    background: url(/wp-content/uploads/2023/02/white-circle.svg) no-repeat;
    background-size: contain;
    opacity: 0.03;
    z-index: 1;
}
.footer-wrap .footer-right .footer-links .menu ul {
    padding: 20px 0;
    column-count: 2;
    column-gap: 0px;
}
.footer-bottom{
    width: 100%;
    background-color: #0075AE;
    padding: 20px 0;
    position: relative;
    z-index: 10;
}
.footer-bottom .copyright-section {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.footer-bottom .copyright-section .footer-links-wrap ul.footer-links {
    width: 100%;
    padding: 0;
    margin: 6px 0;
    display: flex;
    flex-flow: wrap;
}
.footer-bottom .copyright-section .footer-links-wrap ul.footer-links li {
    padding: 0 20px;
    border-left: 2px solid rgba(255, 255, 255, 0.5);
}
.footer-bottom .copyright-section .footer-links-wrap ul.footer-links li:first-child{
    border: 0;
}
.footer-wrap .footer-links ul.menu {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.footer-wrap .footer-links ul.menu li{
    text-align: left;
    font-weight: 700;
    flex: 1;
}
.footer-wrap .footer-links ul.menu > li{
    padding: 0 0 0 20px;
}
.footer-wrap .footer-links ul.menu li ul.sub-menu{
    opacity: 1;
    height: auto;
    width: auto;
    min-width: auto;
    padding: 30px 0;
    column-count: 1;
    column-gap: 0px;
}
.footer-wrap .footer-links ul.menu li a {
    font-size: 1.25rem;
}
.footer-wrap .footer-links ul.menu li ul.sub-menu li{
    font-weight: 400;
    margin-bottom: 15px;
}
.footer-wrap .footer-left .footer-address,
.footer-wrap .footer-links ul.menu li ul.sub-menu li a,
.footer-bottom .copyright-section p,
ul.footer-links a{
    font-size: 1.063rem;
}
.footer-bottom .copyright-section p,
ul.footer-links a{
    margin-bottom: 0;
}
.footer-wrap .footer-right .footer-links {
    position: relative;
    z-index: 15;
}
.footer-wrap .footer-links ul.menu li.header-cta {
    display: none;
}


/* ========== Home Page Styling ========== */
.page-container {
    overflow: hidden;
    position: relative;
}
.content-block.hero-banner{
    width: 100%;
    min-height: 700px;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    clip-path: circle(160% at 50% -80vw);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -400px;
    z-index: 10;
    padding-bottom: 150px;
}
.hero-banner .block-overlay {
    background: rgb(0,93,139);
    background: linear-gradient(0deg, rgba(0,93,139,0.99) 0%, rgba(0,93,139,0.99) 20%, rgba(0,0,0,0.5) 100%);
}
.hero-banner .block-overlay:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 25vw;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0,117,174,1) 0%, transparent 100%);
}
.content-block.hero-banner img{
    width: 100%;
    display: inline-block;
}
.hero-banner .landing-hero-content h1.hero_title{
    font-size: 1.688rem;
}
.hero-banner .landing-hero-content{
    width: 50%;
}
.hero-banner .landing-hero-content h1.hero_title{
    font-size: 3.2rem;
    color: #fff;
    margin-bottom: 20px;
}
.hero-banner .landing-hero-content .hero-paragraphs p {
    color: #fff;
}
.hero-banner a.btn {
    font-size: 1.125rem;
}
.price-block h2.block-title, .price-block h1.block-title{
    line-height: 1.5;
}


.price-wrapper{
    justify-content: center;
}
.price-wrapper.container {
    max-width: 1170px;
}
.tiles-wrapper.container {
    max-width: 1280px;
}

/* --- Home Services Section --- */
.content-block.services-wrap{
    position: relative;
    overflow: visible;
    z-index: 2;
    padding-top: 0;
    padding-bottom: 250px;
}
.services-wrap:before{
    content: "";
    width: 200%;
    height: 100%;
    background-color: #ecf1f3;
    position: absolute;
    right: -60%;
    top: -190px;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.services-wrap:after{
    content: "";
    width: 100%;
    height: 250px;
    background: url(/wp-content/uploads/2023/02/bottom-curve.svg) no-repeat;
    background-size: 120%;
    background-position: center;
    position: absolute;
    left: 0;
    bottom: -200px;
    z-index: 1;
}
.services-wrap .tiles-wrapper{
    justify-content: center;
}
.services-wrap .single-tile .single-tile-wrapper{
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-flow: column;
}
.services-wrap .single-tile .single-tile-wrapper .tile-icon-wrap {
    display: inline-block;
    width: 100%;
    height: 258px;
    clip-path: ellipse(100% 70% at 15% 29%);
}
.services-wrap .single-tile .single-tile-wrapper .tile-icon-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services-wrap .single-tile .single-tile-wrapper a.btn {
    font-size: 0;
    width: 60px;
    height: 60px;
    display: inline-block;
    min-width: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    margin: auto 20px 0 0;
    position: relative;
}
.services-wrap .single-tile .single-tile-wrapper a.btn:before{
    content: "";
    background-image: url(/wp-content/uploads/2023/02/arrow-icon.svg);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
}
.services-wrap .single-tile .single-tile-wrapper a.btn:hover{
    background-color: #FFFFFF;
}
.services-wrap .single-tile .single-tile-wrapper .tile-content {
    text-align: left;
    padding: 0 30px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.services-wrap .single-tile h4.tile-title{
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 0;
    text-align: left;
    color: #0075AE;
}
.services-wrap .single-tile .tile-description p{
    padding: 10px 0 20px;
    margin: 10px 0;
    font-size: 1.063rem;
}
.services-wrap .single-tile{
    padding: 0 20px;
}
.content-block.services-wrap .title-container {
    margin-bottom: 80px;
}

/* --- Home Sterling Intro Section --- */
.content-block.sterling-intro {
    padding-top: 200px;
    padding-bottom: 22vw;
    position: relative;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: 150%;
    background-position: center;
}
.content-block.sterling-intro .block-overlay{
    opacity: 0.95 !important;
}
.content-block.sterling-intro h3.block-subtitle {
    color: #003B57;
}
.content-block.sterling-intro.inner-intro h3.block-subtitle{
    color: #fff;
}
.sterling-intro .img-text-block-img{
    position: relative;
}
.content-block.sterling-intro.bg-top-curve {
    -webkit-clip-path: ellipse(150% 93% at 30% 100%);
    clip-path: ellipse(150% 93% at 30% 100%);
}
.sterling-intro .img-outer-wrapper{
    overflow: hidden;
    position: relative;
    width: 38vw;
    height: 38vw;
    left: -3vw;
    -webkit-box-shadow: 25px 10px 0px 20px rgba(0, 117, 174, 0.1);
    -moz-box-shadow: 25px 10px 0px 20px rgba(0, 117, 174, 0.1);
    box-shadow: 25px 10px 0px 20px rgba(0, 117, 174, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 20px;
}
.sterling-intro .container {
    max-width: 1626px;
}

.sterling-intro .container .mac-intro-content {
    padding-right: 10vw;
}

.block-type-image-text .image-size-container img.mac-site-img{
    -webkit-box-shadow: -18px 8px 30px -30px rgba(0,0,0,0.75);
    -moz-box-shadow: -18px 8px 30px -30px rgba(0,0,0,0.75);
    box-shadow: -18px 8px 30px -30px rgba(0,0,0,0.75);
}
.sterling-intro .image-size-container img.mac-site-img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.sterling-intro .img-outer-wrapper:after {
    content: "";
    position: absolute;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    left: 20px;
    top: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset -25px -10px 0px 10px rgb(235 248 255 / 15%);
    -moz-box-shadow: inset -25px -10px 0px 20px rgba(235, 248, 255, 0.15);
    box-shadow: inset -25px -10px 0px 10px rgb(235 248 255 / 15%);
}

.sterling-intro.right-img-shape .img-outer-wrapper{
    -webkit-box-shadow: -25px 10px 0px 10px rgba(0 117 174 / 10%);
    -moz-box-shadow: -25px 10px 0px 10px rgba(0, 117, 174, 0.1);
    box-shadow: -25px 10px 0px 10px rgba(0 117 174 / 10%);
}
.sterling-intro.right-img-shape .img-outer-wrapper:after{
    -webkit-box-shadow: inset 25px 0px 0px 20px rgb(252 252 252 / 15%);
    -moz-box-shadow: inset 25px 0px 0px 20px rgba(252, 252, 252, 0.15);
    box-shadow: inset 25px 0px 0px 20px rgb(252 252 252 / 15%);
}



/* --- Home Testimonials Slider --- */
.content-block.testimonials-slider {
    padding: 32vw 0 24vw;
    margin-top: -30vw;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 4;
}
.testimonials-slider .block-overlay {
    background: rgb(0,93,139);
    background: linear-gradient(0deg, rgba(0,93,139,1) 0%, rgba(0,59,87,1) 50%, rgba(0,59,87,1) 100%);
    opacity: 0.97 !important;
}
.testimonials-slider .block-carousel{
    width: 80%;
    max-width: 1280px;
    margin: 0 auto;
}
.testimonials-slider .slick-slider{
    position: relative;
}
.testimonials-slider .slick-slider:before{
    content: "";
    background-image: url(/wp-content/uploads/2023/02/quotes.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 80px;
    height: 50px;
    display: block;
    position: absolute;
    left: 0;
    top: -80px;
}
.testimonials-slider .block-carousel .slick-prev:before,
.testimonials-slider .block-carousel .slick-next:before{
    content: "";
    background-image: url(/wp-content/uploads/2023/02/arrow-icon-1.svg);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    display: block;
}
.testimonials-slider .block-carousel .slick-prev,
.testimonials-slider .block-carousel .slick-next{
    width: 60px;
    height: 60px;
}
.testimonials-slider .block-carousel .slick-prev{
    transform: translateY(-50%) rotate(180deg);
    left: -100px;
}
.testimonials-slider .block-carousel .slick-next{
    right: -100px;
}
.testimonials-slider .slick-slider .slick-track .slide-content h2.hero-slider-title,
.testimonials-slider .slick-slider .slick-track .slide-content h3.hero-slider-subtitle,
.testimonials-slider .slick-slider .slick-track .slide-description p{
    color: #fff;
}
.testimonials-slider .slick-slider .slick-track .slide-description p{
    font-size: 2.5rem;
    line-height: 1.5;
}
.testimonials-slider .slick-slider .slick-track .slide-content h2.hero-slider-title{
    font-size: 2.063rem;
}
.testimonials-slider .slick-slider .slick-track .slide-content h3.hero-slider-subtitle{
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 1.25rem;
}
.testimonials-slider .slick-dots li button:before,
.testimonials-slider .slick-dots li.slick-active button:before{
    font-size: 18px;
    color: #fff;
}
.testimonials-slider .slick-slider .slick-track .slick-slide .slide-content{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.testimonials-slider .slick-slider .slick-list{
    padding-bottom: 30px;
}







.form-wrap,
.form-wrap .frame-img{
    background-size: contain;
    background-repeat: no-repeat;
}
.hero-frame .cta-block-left{
    width: 50%;
}
.hero-frame .cta-block-content{
    padding: 150px 0;
    width: 50%;
}
.hero-frame .cta-block-content h2.block-title {
    color: #fff;
    text-transform: capitalize;
}
.hero-frame .cta-block-content h3.block-subtitle{
    color: #fff;
}
.hero-frame .landing-hero-content{
    width: 60%;
}
.hero-frame .landing-hero-content .hero-paragraphs {
    max-width: 70%;
}
.form-wrap .frame-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -250px;
}
.form-wrap{
    -webkit-clip-path: ellipse(150vw 100vw at 50vw 100vw);
    clip-path: ellipse(150vw 100vw at 50vw 100vw);
    margin-top: -16vw;
    position: relative;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0075AE;
    background-position: -250px;
}
.form-wrap:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/02/white-circle.svg);
    background-repeat: no-repeat;
    width: 80%;
    height: 80%;
    display: block;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 8vw;
    z-index: 1;
    opacity: 0.1;
}


.forminator-design--default select{
  background-image: url(../images/arrow-down.svg) !important;
  background-size: 20px 20px !important;
  background-position: 98% center !important;
  background-repeat: no-repeat !important;
}
.form-wrap .forminator-ui.forminator-custom-form[data-design=default] .forminator-label{
    display: none;
}
.form-wrap .forminator-ui#forminator-module-61.forminator-design--default .forminator-input, 
.form-wrap .forminator-ui#forminator-module-61.forminator-design--default .forminator-input:hover, 
.form-wrap .forminator-ui#forminator-module-61.forminator-design--default .forminator-input:focus, 
.form-wrap .forminator-ui#forminator-module-61.forminator-design--default .forminator-input:active,
.form-wrap .forminator-ui#forminator-module-61.forminator-design--default .forminator-textarea, 
.form-wrap .forminator-ui#forminator-module-61.forminator-design--default .forminator-textarea:hover, 
.form-wrap .forminator-ui#forminator-module-61.forminator-design--default .forminator-textarea:focus, 
.form-wrap .forminator-ui#forminator-module-61.forminator-design--default .forminator-textarea:active,
.form-wrap .forminator-ui#forminator-module-61.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"],
.form-wrap .forminator-ui#forminator-module-61.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] .select2-selection__rendered{
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 1rem;
    padding: 10px 0;
}
.form-wrap .forminator-ui#forminator-module-61.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"]:hover .select2-selection__rendered,
.form-wrap .forminator-ui#forminator-module-61.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"],
.form-wrap .forminator-ui#forminator-module-61.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] .select2-selection__rendered,
.form-wrap .forminator-ui#forminator-module-61.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"]:hover,
.form-wrap .forminator-ui#forminator-module-61.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] .select2-selection__rendered:hover{
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    padding-left: 0;
    padding-right: 0;
}
.form-wrap .select2-selection aria-expanded="true"{
    transform: none;
    transition: none;
}
.contact-address .form-wrap .forminator-ui#forminator-module-61.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] .select2-selection__rendered{
    border: 0;
    color: #909090;
}
.form-wrap .forminator-ui#forminator-module-61.forminator-design--default .forminator-select2 + .forminator-select.select2-container--open .selection .select2-selection--single[role="combobox"],
.form-wrap .forminator-ui#forminator-module-61.forminator-design--default .forminator-select2 + .forminator-select.select2-container--open .selection .select2-selection--single[role="combobox"] .select2-selection__rendered{
    background-color: transparent;
    color: #fff;
}
body .forminator-ui.forminator-custom-form[data-design=default] select.forminator-select2+.forminator-select .selection span[role=combobox].select2-selection--single[aria-expanded=true] .select2-selection__arrow [class*=forminator-icon-] {
    -webkit-transform: none;
    transform: none;
}
.form-wrap .forminator-ui#forminator-module-61.forminator-design--default .forminator-button-submit{
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    box-shadow: none;
    border-radius: 30px;
    text-transform: uppercase;
    padding: 10px 40px;
}
.form-wrap .forminator-select-dropdown-container--open .forminator-custom-form-61.forminator-dropdown--default{
    background-color: #fff;
}
.form-wrap .hero-frame .cta-block-content {
    padding-left: 5vw;
    padding-right: 5vw;
}

.form-wrap .forminator-field input.forminator-input::placeholder, 
.form-wrap .forminator-select select::placeholder, 
.form-wrap .forminator-field textarea::placeholder,
body.single-post .post-sidebar .forminator-input::placeholder{
    color: #fff !important;
    opacity: 1 !important;
}
.form-wrap .forminator-field input.forminator-input::-webkit-input-placeholder,
body.single-post .post-sidebar .forminator-input::-webkit-input-placeholder{
    color: #fff;
}

.form-wrap .forminator-field input.forminator-input::-moz-placeholder,
body.single-post .post-sidebar .forminator-input::-moz-placeholder{
    color: #fff;
}

.form-wrap .forminator-field input.forminator-input::-ms-placeholder,
body.single-post .post-sidebar .forminator-input::-ms-placeholder{
    color: #fff;
}

body .forminator-field input.forminator-input::placeholder,
body.single-post .post-sidebar .forminator-input::-ms-placeholder{
    color: #fff;
}


/* --- Home Testimonials Slider --- */
.price-wrap {
    position: relative;
    padding: 22vw 0 100px;
    background-size: 100%;
    width: 100%;
}
.price-wrap.home-prices{
    padding-bottom: 20vw;
    position: relative;
}
.price-wrap.home-prices:before{
    content: "";
    width: 250%;
    height: 100vw;
    background-color: #fff;
    position: absolute;
    left: -130%;
    top: 34%;
    z-index: 1;
    -webkit-clip-path: ellipse(50% 35%);
    clip-path: ellipse(50% 35%);
}
.price-wrap.home-prices .title-container{
    position: relative;
}
.price-wrap.home-prices .title-container:before{
    content: "";
    width: 0;
    height: 20vw;
    max-height: 400px;
    position: absolute;
    left: 60px;
    top: -17vw;
    border-left: 2px solid #fff;
}
.price-wrap .block-overlay {
    background: rgb(0,59,87);
    background: linear-gradient(0deg, rgba(0,59,87,0.95) 0%, rgba(0,93,139,0.85) 60%, rgba(0,93,139,0.9) 50%, rgba(0,93,139,0.99) 100%);
    opacity: 1 !important;
}

.price-wrap .price-title-wrap{
    margin-bottom: 80px;
}
.price-wrap .price-title-wrap h2.block-title,
.price-wrap .price-title-wrap h3.block-subtitle{
    color: #fff;
}
.price-wrap .single-tile{
    padding: 0 16px;
}
.price-wrap .single-tile .single-tile-wrapper {
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 3px 20px #00000015;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
    z-index: 5;
}
.price-wrap .single-tile .single-tile-wrapper .blur-wrapper{
    z-index: 2;
}
.price-wrap .single-tile .single-tile-wrapper .tile-content {
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
/*
.price-wrap .single-tile .single-tile-wrapper .tile-content .tile-description {
    margin: 0 auto;
}
*/
.price-wrap.home-prices .single-tile .single-tile-wrapper .tile-content{
    padding: 30px 3vw;
}

.price-wrap .single-tile .price-title{
    position: relative;
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.price-wrap .single-tile .price-title:before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 130px;
    -webkit-clip-path: ellipse(100% 70% at 20% 30%);
    clip-path: ellipse(100% 70% at 20% 30%);
    background-color: #E8E8E8;
    font-size: 1.25rem;
    position: absolute;
    left: 0;
    top: 0;
    
}
.price-wrap .single-tile:nth-child(3) .price-title:before{
    background-color: #003B57;
}
.price-wrap .single-tile .price-title h4.tile-title{
    margin: 0 auto;
    position: relative;
    font-weight: 400;
    font-size: 1.75rem;
    text-transform: uppercase;
}
.price-wrap .single-tile:nth-child(3) .price-title  h4.tile-title{
    color: #fff;
}
.price-wrap .single-tile .single-tile-wrapper .tile-content h5.tile-subtitle{
    color: #0075AE;
    font-size: 3rem;
    margin: 10px auto 30px;
}
.price-wrap .single-tile .single-tile-wrapper .tile-content h5.tile-subtitle span{
    font-size: 1.875rem;
}
.price-wrap .single-tile .single-tile-wrapper .tile-content a.btn{
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    max-width: 170px;
}
.price-wrap .single-tile .single-tile-wrapper .tile-content .tile-description ul{
    text-align: left;
}
.price-wrap .single-tile .single-tile-wrapper .tile-content .tile-description ul li{
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 1.5;
}
.price-wrap .single-tile .single-tile-wrapper .tile-content .tile-description ul li:before{
    content: "";
    width: 17px;
    height: 17px;
    background: url(/wp-content/uploads/2023/02/bullet-point.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 5px;
}
.price-wrap.home-prices .button-wrap{
    text-align: center;
}
.price-wrap.home-prices .button-wrap .buttons-wrapper a.btn {
    color: #003B57;
    border-bottom: 1px solid;
    border-radius: 0;
    padding: 10px 0 4px;
    margin-right: 0;
    min-width: auto;
}

.inner-banner.center-text h1.hero_title,
.inner-banner.center-text h2.hero_subtitle{
    text-align: center;
}

span.additional-clip-border {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    background: #003B57;
    clip-path: ellipse(120% 85% at 57% 100%);
    margin-top: -38px;
    opacity: 0.3;
}

.content-block.price-wrap-intro {
    padding-top: 50px;
    position: relative;
    padding-bottom: 14vw;
    overflow: visible;
}
.content-block.price-wrap-intro:before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ecf1f3;
    position: absolute;
    top: -8vw;
    left: 0;
    clip-path: ellipse(130vw 100vw at 50vw 100vw);
}
.content-block.price-wrap-intro .price-block {
    margin-top: -18vw;
    margin-bottom: 150px;
}
.content-block.pricing-banner .hero-content:before{
    display: none;
}

.price-wrap .widget-form {
    text-align: left;
    font-size: 1rem;
    border-top: 1px solid #ddd;
    letter-spacing: 0.8px;
}
.price-wrap .widget-form .form-group {
    display: flex;
    margin-bottom: 15px;
}
.price-wrap .widget-form h4 {
    font-size: 1rem;
    text-transform: uppercase;
    margin-top: 40px;
}
.price-wrap .widget-form .form-group input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border: 1px solid;
    border-radius: 4px;
    margin-right: 10px;
    margin-top: 4px;
}
.price-wrap .widget-form .form-group label {
    width: calc(100% - 28px);
    line-height: 1.5;
}


/* ========== Inner Banner Styling ========== */
.content-block.inner-banner {
    height: auto;
    padding: 10vw 0 15vw;
    min-height: 40vw;
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: relative;
    background-position: center;
}

.content-block.inner-banner .hero-content{
    position: relative;
    max-width: 1440px;
    padding: 0;
}
.content-block.inner-banner .hero-content:before{
    content: "";
    width: 0;
    height: 200px;
    position: absolute;
    left: 10px;
    bottom: -350px;
    border-left: 2px solid #fff;
}

.content-block.inner-banner .block-overlay{
    background: #0075AE;
    background: linear-gradient(0deg, #0070ae 0%, #0075AE 20%, #00000098 100%);
}
.content-block.inner-banner h1.hero_title,
.content-block.inner-banner h2.hero_subtitle{
    color: #fff;
}

.content-block.inner-banner h1.hero_title{
    margin-bottom: 30px;
}

.content-block.inner-banner h2.hero_subtitle{
    font-size: 1.563rem;
    font-weight: 400;
    text-transform: uppercase;
}

.content-block.inner-intro{
    padding-top: 24vw;
    position: relative;
    z-index: 1;
    clip-path: ellipse(120% 85% at 57% 100%);
    margin-top: -24vw;
    background-size: cover;
    background-position: center;
}
.content-block.inner-intro .block-overlay{
    background: rgb(0,93,139);
    background: linear-gradient(0deg, #000000 0%, #015985 30%, #017bbf 100%);
}
.bottom-curve{
    position: relative;
    padding: 200px 0;
}
.bottom-curve:after{
    content: "";
    width: 250%;
    height: 150%;
    background-color: #fff;
    position: absolute;
    left: -130%;
    top: 50%;
    z-index: 1;
    -webkit-clip-path: ellipse(50% 35%);
    clip-path: ellipse(50% 35%);
}

.inner-intro .mac-intro-content,
.inner-intro .mac-intro-content h2{
    color: #fff;
}
.inner-intro .mac-intro-content h3{
    text-transform: uppercase;
}
.sterling-intro.inner-intro .img-outer-wrapper{
    width: 45vw;
    height: 45vw;
    left: -15vw;
    top: auto;
    bottom: -10vw;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: -25px -20px 0px 20px rgb(252 252 252 / 15%);
    -moz-box-shadow: -25px -20px 0px 20px rgb(252 252 252 / 15%);
    box-shadow: -25px -20px 0px 20px rgb(252 252 252 / 15%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 20px;
}
.inner-intro{
    position: relative;
}
.inner-intro:before{
    content: "";
    background: url(/wp-content/uploads/2023/02/curve-2.svg) no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 24vw;
    z-index: 20;
    background-size: cover;
}



.flex-container {
    display: flex;
    flex-flow: wrap;
}

.team-members .team-block h2.block-title {
    text-align: center;
}
.members-title-wrap {
    margin-bottom: 50px;
}
.team-member-wrap{
    padding: 100px 0;
    position: relative;
}
.team-member-wrap:after{
    content: "";
    width: 100%;
    height: calc(100% - 220px);
    min-height: 550px;
    background-color: #F4F4F4;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-clip-path: ellipse(100% 85% at 65% 100%);
    clip-path: ellipse(100% 78% at 35% 100%);
}
.team-member-outer .member-headshot {
    width: 40%;
    background-size: cover;
}
.team-member-outer .member-headshot .member-img-wrap{
    display: block;
    width: 30vw;
    height: 30vw;
    left: 0vw;
    top: 0;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: -25px 10px 0px 20px rgb(0 117 174 / 10%);
    -moz-box-shadow: -25px 10px 0px 20px rgba(0, 117, 174, 0.1);
    box-shadow: -25px 10px 0px 20px rgb(0 117 174 / 10%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 20px;
}
.team-member-outer .member-headshot .member-img {
    position: relative;
    background-color: #F4F4F4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0px 3px 20px #00000015;
}
.team-member-outer .member-headshot .member-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.team-member-outer .member-headshot .member-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow:inset 25px -10px 0px 20px rgb(0 117 174 / 10%);
    -moz-box-shadow:inset 25px -10px 0px 20px rgba(0, 117, 174, 0.1);
    box-shadow: inset 25px -10px 0px 20px rgb(0 117 174 / 10%);
    z-index: 1;
}
.team-member-outer .team-member-content {
    width: 60%;
    padding: 40px 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.team-member-outer .team-member-content h2.section-title {
    text-align: left;
    font-size: 3.125rem;
    margin-bottom: 0;
}
.team-member-outer .team-member-content h4.section-tagline {
    font-size: 1.25rem;
    font-weight: 400;
    margin: 30px 0 40px;
    text-transform: uppercase;
}

.team-member-content a.back-btn {
    position: relative;
    padding-left: 25px;
    text-transform: uppercase;
    font-size: 1.25rem;
    margin-bottom: 40px;
    display: block;
}
.team-member-content a.back-btn:after {
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: rotate(-45deg);
    top: 5px;
    left: 0;
}
.team-member-content h2.member-name {
    color: #0075AE;
    font-size: 3.125rem;
    margin-bottom: 20px;
}
.team-member-content .job-title {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 2px;
}
.team-member-content .members-social {
    margin: 30px 0;
}
.team-member-content .members-social a.social-icon {
    margin-right: 20px;
    font-size: 1.125rem;
    text-transform: uppercase;
    color: #003B57;
}



/* ========== Careers Page Styling ========== */
.bg-top-curve{
    position: relative;
    padding-top: 14vw;
    z-index: 1;
    margin-top: -14vw;
    -webkit-clip-path: ellipse(100% 85% at 62% 100%);
    clip-path: ellipse(100% 85% at 62% 100%);
}
.bg-top-curve-left{
    -webkit-clip-path: ellipse(100% 85% at 38% 100%);
    clip-path: ellipse(100% 85% at 38% 100%);
}

.top-curve{
    position: relative;
    padding-top: 10vw;
    z-index: 1;
    margin-top: -10vw;
}
.top-curve:before{
    content: "";
    width: 100%;
    height: 25vw;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-clip-path: ellipse(100% 85% at 62% 100%);
    clip-path: ellipse(100% 85% at 62% 100%);
    background: #fff;
}

.image-shape{
    overflow: hidden;
    position: relative;
    width: 34vw;
    height: 34vw;
    -webkit-box-shadow: 25px 10px 0px 20px rgba(0, 117, 174, 0.1);
    -moz-box-shadow: 25px 10px 0px 20px rgba(0, 117, 174, 0.1);
    box-shadow: 25px 10px 0px 20px rgba(0, 117, 174, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 20px;
}
.image-shape .post-featured-image,
.image-shape .img-outer-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
}

.image-shape .post-featured-image:after,
.image-shape .img-outer-wrapper:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset -25px -10px 0px 20px rgba(0, 117, 174, 0.1);
    -moz-box-shadow: inset -25px -10px 0px 20px rgba(0, 117, 174, 0.1);
    box-shadow: inset -25px -10px 0px 20px rgba(0, 117, 174, 0.1);
}

.image-shape .post-featured-image img,
.image-shape .img-outer-wrapper img{
    display: block;
    margin: 0 auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.image-shape-right{
    -webkit-box-shadow: -25px 10px 0px 20px rgba(0, 117, 174, 0.1);
    -moz-box-shadow: -25px 10px 0px 20px rgba(0, 117, 174, 0.1);
    box-shadow: -25px 10px 0px 20px rgba(0, 117, 174, 0.1);
}
.image-shape.image-shape-right .post-featured-image:after,
.image-shape.image-shape-right .img-outer-wrapper:after{
    -webkit-box-shadow: inset 25px -10px 0px 20px rgba(0, 117, 174, 0.1);
    -moz-box-shadow: inset 25px -10px 0px 20px rgba(0, 117, 174, 0.1);
    box-shadow: inset 25px -10px 0px 20px rgba(0, 117, 174, 0.1);
}




.content-block.it-image-section{
    position: relative;
    clip-path: ellipse(130vw 100vw at 55vw 100vw);
    margin-top: -10vw;
}
.content-block.it-image-section:before{
    content: "";
    position: absolute;
    width: 30vw;
    height: calc(100% + 140px);
    right: -3vw;
    top: -70px;
    background: url(/wp-content/uploads/2023/02/bg-shape-grey.svg) no-repeat;
    z-index: 0;
}
.it-image-section .img-text-block-img{
/*    overflow: hidden;*/
    position: relative;
    width: 27vw;
    height: 27vw;
    -webkit-box-shadow: 20px 0px 0px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 20px 0px 0px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 20px 0px 0px 10px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 15px;
}
.it-image-section .img-outer-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
}
.it-image-section .img-outer-wrapper:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset -25px 0px 0px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset -25px 0px 0px 10px rgba(0, 0, 0, 0.05);
    box-shadow: inset -25px 0px 0px 10px rgba(0, 0, 0, 0.05);
}
.it-image-section .img-text-block-img img{
    display: block;
    margin: 0 auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.it-image-section .image-position-left .mac-intro-content {
    padding-left: 7vw;
    padding-right: 3vw;
}
.it-image-section .image-position-right .mac-intro-content {
    padding-left: 3vw;
    padding-right: 7vw;
}
.content-block.it-image-section-right{
    clip-path: ellipse(130vw 100vw at 35vw 100vw);
}
.content-block.it-image-section-right:before{
    right: auto;
    left: -3vw;
    transform: rotateY(180deg);
}
.it-image-section .mac-intro-section {
    justify-content: space-evenly;
}
.it-image-section.dark-section,
.it-image-section.dark-section h2.block-title,
.it-image-section.dark-section h3.block-subtitle{
    color: #fff;
}

.content-block.img-text-block-img{
    -webkit-box-shadow: inset 25px -10px 0px 20px rgba(0, 117, 174, 0.1);
    -moz-box-shadow: inset 25px -10px 0px 20px rgba(0, 117, 174, 0.1);
    box-shadow: inset 25px -10px 0px 20px rgba(0, 117, 174, 0.1);
}
.content-block.it-image-section-right:after{
    -webkit-box-shadow: inset -25px -10px 0px 20px rgba(0, 117, 174, 0.1);
    -moz-box-shadow: inset -25px -10px 0px 20px rgba(0, 117, 174, 0.1);
    box-shadow: inset -25px -10px 0px 20px rgba(0, 117, 174, 0.1);
}
.it-image-section.it-image-section-right .img-text-block-img{
    -webkit-box-shadow: -25px 10px 0px 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -25px 10px 0px 20px rgba(0, 0, 0, 0.05);
    box-shadow: -25px 10px 0px 20px rgba(0, 0, 0, 0.05);
}
.it-image-section.it-image-section-right .img-outer-wrapper:after{
    -webkit-box-shadow: inset 25px -10px 0px 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 25px -10px 0px 20px rgba(0, 0, 0, 0.05);
    box-shadow: inset 25px -10px 0px 20px rgba(0, 0, 0, 0.05);
}
.it-image-section.it-section-pb{
    padding-bottom: calc(10vw + 120px);
}
.it-image-section .buttons-wrapper a.btn.btn-link {
    color: #0075AE;
    padding: 0 20px 10px 0;
    min-width: auto;
    border-bottom: 1px solid;
    border-radius: 0;
}
.it-image-section.dark-section .buttons-wrapper a.btn.btn-link{
    color: #fff;
    position: relative;
}
.it-image-section .buttons-wrapper a.btn.btn-link:after{
    content: "";
    background-image: url(/wp-content/uploads/2023/02/arrow-icon.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top:-5px;
    right: -4px;
}
.it-image-section.dark-section .buttons-wrapper a.btn.btn-link:after{
    background-image: url(/wp-content/uploads/2023/02/arrow-icon-white.svg);
}
body.single-services .it-image-section.it-section-pb{
    padding-bottom: calc(14vw + 120px);
}
body.single-services .it-image-section .img-text-block-img{
    width: 37vw;
    height: 37vw;
    -webkit-box-shadow: -20px -10px 0px 10px rgb(0 117 174 / 10%);
    -moz-box-shadow: -20px -10px 0px 10px rgba(0, 117, 174, 0.1);
    box-shadow: -20px -10px 0px 10px rgb(0 117 174 / 10%);
}
body.single-services .it-image-section .img-outer-wrapper:after {
    -webkit-box-shadow: inset 20px -10px 0px 10px rgb(0 117 174 / 10%);
    -moz-box-shadow: inset 20px -10px 0px 10px rgba(0, 117, 174, 0.1);
    box-shadow: inset 20px -10px 0px 10px rgb(0 117 174 / 10%);
}
body.single-services  .content-block.it-image-section:before{
    display: none;
}


/* Single post details */
.content-block.blog-hero{
    background-color: #003B57;
}
body.single-post .hero-area-small {
    height: auto;
}   
body.single-post span.post-cat{
    display: inline-block;
    margin-top: 20px;
}
body.single-post span.single-post-cat{
    display: block;
    text-align: center;
    color: #000;
    font-size: 24px;
    margin-bottom: 20px;
}
body.single-post h1.hero_title{
    max-width: 100%;
    margin: 0 auto;
    font-size: 3.125rem;
    margin-bottom: 50px;
}
body.single-post span.single-post-date, body.single-post .careers-hero-content span.single-post-author{
    display: block;
    text-align: left;
    margin: 20px 0 60px;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
}
body.single-post .careers-hero-content span.single-post-author{
    font-weight: 700;
}
body.single-post .post-featured-image > img{
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
body.single-post .container.post-featured-image{
    max-width: 1620px;
}
body.single-post .container.post-featured-image .featured-overlay{
    display: none;
}
.social-share{
    position: absolute;
    top: 60px;
    transition: all 0.5s ease 0s;
    padding-top: 60px;
}
.social-share.fixed-pos{
    position: fixed;
}
.mobile-only {
    display: none;
}
.social-share a{
    display: block;
    margin-bottom: 20px;
    background: url(assets/images/hexagon-dark.png);
    width: 55px;
    height: 64px;
    background-size: contain;
    text-align: center;
    line-height: 64px;
    font-size: 24px;
}
body.single-post .container-inner{
    display: block;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
body.single-post .post-content-inner{
    display: flex;
    flex-flow: wrap;
    padding-left: 100px;
}

body.single-post .block-paragraphs{
    width: 100%;
    margin: 0 auto;
}
body.single-post .post-content-inner .block-paragraphs{
    width: 70%;
    padding-top: 50px;
}
body.single-post .post-sidebar{
    width: 30%;
    padding-left: 50px;
}
body.single-post .post-content .hero-vertical-lines{
    display: none;
}

body.single-post .posts-slider.flexslider{
    padding: 0 60px;
}
.posts-slider.flexslider .flex-control-nav{
    left: 0;
}
body.single-post h2.widget-title{
    margin: 0 0 25px;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #797979;
    color: #003B57;
    font-size: 1.875rem;
}
body.single-post .category-widget{
    margin-top: 50px;
}

body.single-post .category-widget li.cat-item{
    font-weight: 700;
    line-height: 1.5;
    list-style-type: none;
    margin-bottom: 20px;
}
body.single-post .category-widget li.cat-item a {
    color: #0075AE;
    text-transform: uppercase;
    font-weight: 700;
}
body.single-post .related-widget{
    margin-top: 60px;
/*     display: none; */
}
body.single-post .single-related-posts{
    margin-bottom: 40px;
	display: flex;
    flex-flow: column;
    border: 1px solid #E3E3E3;
    border-radius: 20px;
    overflow: hidden;
}
body.single-post img.related-post-img{
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    -webkit-clip-path: ellipse(100% 70% at 20% 30%);
    clip-path: ellipse(100% 70% at 20% 30%);
}
body.single-post .latest-related-posts{
        background-color: #fff;
}
body.single-post .single-related-posts .related-post-content,
body.single-post .latest-related-posts .latest-post-content{
    width: 100%;
    padding: 20px 30px;
}
body.single-post .single-related-posts h3,
body.single-post .latest-related-posts h3{
    font-size: 1.875rem;
    line-height: 1.3;
    margin: 0 0 20px;
    color: #0075AE;
}
body.single-post .single-related-posts a.read-more-link,
body.single-post .latest-related-posts a.read-more-link{
    font-size: 1rem;
}
body.single-post .rp-group-wrapper{
    padding: 0;
    display: flex;
    flex-flow: wrap;
    margin-left: -35px;
    margin-right: -35px;
}
body.single-post .rp-group-wrapper .single-related-posts{
    width: calc(50% - 70px);
    margin: 0 35px;
}
body.single-post .single-related-posts span.single-post-cat{
    font-size: 1rem;
    display: block;
    margin-top: 20px;
    text-align: left;
    margin-bottom: 15px;
}
body.single-post .single-related-posts .post-excerpt p{
    color: #818285;
    line-height: 1.5;
}
.container{
    max-width: 1620px;
}
body.single-post .post-content,
body.single-news .post-content{
    padding-bottom: 100px;
    margin-top: -15vw;
}
body.single-post .content-block.blog-hero .hero-content.container{
    height: 100%;
    margin: 20px auto;
    justify-content: left;
    padding: 150px 0 100px;
}
body.single-post .content-block.blog-hero .hero-content.container h1.hero_title{
    color: #fff;
    font-size: 3.125rem;
    position: relative;
    width: 80%;
    margin: 0 0 20px;
}
body.single-post .content-block.blog-hero .hero-content.container h1.hero_title span.underline-1:after{
    width: 100%;
}
body.single-post .content-block.blog-hero{
    position: relative;
}
body.single-post .post-sidebar .blog-subscription{
    padding: 30px 15px;
}
body.single-post .post-sidebar .blog-subscription h4.blog-subscribe-heading{
    letter-spacing: 3px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 50px;
}

body.single-post .forminator-ui#forminator-module-1139.forminator-design--default .forminator-input, 
body.single-post .forminator-ui#forminator-module-1139.forminator-design--default .forminator-input:hover, 
body.single-post .forminator-ui#forminator-module-1139.forminator-design--default .forminator-input:focus, 
body.single-post .forminator-ui#forminator-module-1139.forminator-design--default .forminator-input:active{
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}
body.single-post .forminator-ui#forminator-module-1139.forminator-design--default .forminator-button-submit{
    background-color: transparent;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-weight: 600;
    border:1px solid #fff;
}
body.single-post .social-share a.social-share__link{
    width: 60px;
    height: 60px;
    line-height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.5s ease;
    background-color: #003B57;
    color: #fff;
}
body.single-post .post-content-inner .content-block{
    padding-top: 10px;
    padding-bottom: 10px;
}
body.single-post .forminator-row.forminator-row-last{
    margin-top: 50px;
}
body.single-post .content-block.blog-hero .date-wrap{
    margin-bottom: 60px;
}
body.single-post .content-block.blog-hero .date-wrap .single-post-date,
body.single-post .content-block.blog-hero .date-wrap .single-post-author{
    font-size: 0.938rem;
    margin-bottom: 0;
}
body.single-post .content-block.blog-hero .date-wrap span{
    border-right: 1px solid #fff;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 400;
}
body.single-post .content-block.blog-hero .date-wrap span:last-child{
    border: 0;
}
.blog-hero .hero-content {
    display: flex;
    flex-flow: row;
}
.blog-hero-left {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding-left: 6vw;
    width: 50%;
}
.blog-hero-right {
    width: 50%;
}
.blog-hero-right .image-shape-right {
    float: right;
}
.single-post-date{
    display: block;
    margin-bottom: 20px;
    font-size: 1.125rem;
    font-weight: 700;
    color: #0075AE;
}

body .form-section form.forminator-ui.forminator-design--default label.forminator-label{
    display: none;
}
body .form-section form.forminator-ui.forminator-design--default .forminator-input, 
body .form-section form.forminator-ui.forminator-design--default .forminator-input:hover, 
body .form-section form.forminator-ui.forminator-design--default .forminator-input:focus, 
body .form-section form.forminator-ui.forminator-design--default .forminator-input:active,
body .form-section form.forminator-ui.forminator-design--default .forminator-textarea, 
body .form-section form.forminator-ui.forminator-design--default .forminator-textarea:hover, 
body .form-section form.forminator-ui.forminator-design--default .forminator-textarea:focus, 
body .form-section form.forminator-ui.forminator-design--default .forminator-textarea:active,
body .form-section form.forminator-ui.forminator-design--default .browse label.forminator-label{
    background-color: transparent !important;
    color: #848484 !important;
    border: 0;
    border-bottom: 1px solid #848484;
    padding: 10px 0;
    font-size: 1rem;
    letter-spacing: 2.1px;
}
body .form-section .et-db #et-boc .et_pb_module form.forminator-ui.forminator-custom-form[data-design=default] .forminator-file-upload, 
body .form-section form.forminator-ui.forminator-custom-form[data-design=default] .forminator-file-upload{
    border-bottom: 1px solid #848484;
}
body .form-section form.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row .browse {
    display: flex;
    flex-direction: column;
}
body .form-section form.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row .browse .forminator-file-upload {
    flex: 100%;
    width: 100%;
}
body .form-section form.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row .browse .forminator-file-upload button.forminator-button-upload {
    order: 2;
}
body .form-section form.forminator-ui.forminator-design--default label.forminator-label{
    display: none;
}
body .form-section form.forminator-ui.forminator-design--default .browse label.forminator-label {
    display: block;
    width: calc(100% - 120px);
}
body .form-section form.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row .browse .forminator-field {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
body .form-section form.forminator-ui.forminator-design--default .browse label.forminator-label {
    display: block;
    width: calc(100% - 300px);
    border-bottom: 1px solid #848484;
    padding: 10px 0;
    font-size: 21px;
    font-weight: 600;
    color: #848484;
    letter-spacing: 2.1px;
}
body .form-section form.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row .browse .forminator-file-upload {
    flex: 300px;
    width: 300px;
}
body .form-section form.forminator-ui.forminator-design--default .forminator-button-upload,
body .form-section form.forminator-ui.forminator-design--default .forminator-button-upload:hover,
body .form-section form.forminator-ui.forminator-design--default .forminator-button-upload:focus{
    background-color: transparent !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    width: 200px;
    position: relative;
    box-shadow: none;
    color: #213769;
    box-shadow: none;
}
body .form-section form.forminator-ui.forminator-design--default .forminator-button-upload:before{
    content: "\f093";
    font-family: FontAwesome;
    width: 40px;
    height: 40px;
    line-height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: 4px;
    padding: 1px 3px 1px 5px;
    font-size: 24px;
}
body .form-section form.forminator-ui.forminator-design--default button.forminator-button-submit {
    letter-spacing: 0.6px;
    font-weight: 700;
    min-width: 200px;
    padding: 17px 40px;
    border-radius: 30px;
    background-color: #003B57 !important;
    color: #fff;
    text-transform: uppercase;
}

body .form-section form.forminator-ui.forminator-design--default button.forminator-button-submit:hover{
    background-color: #0075AE !important;
    box-shadow: none;
}
.form-section .forminator-ui#forminator-module-161.forminator-design--default .forminator-button-upload,
.form-section .forminator-ui#forminator-module-161.forminator-design--default .forminator-button-upload:hover{
    color: #818181;
    font-family: 'Albert Sans', sans-serif;
    text-transform: capitalize;
    width: 100%;
    text-align: left;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 400;
}
.form-section .forminator-ui#forminator-module-161.forminator-design--default .forminator-file-upload > span{
    display: none;
}


.form-section .text-column {
    padding-right: 130px;
}
.form-section .block-paragraphs{
    height: 100%;
}
.form-section .block-paragraphs .map-wrapper {
    overflow: hidden;
    position: relative;
    width: 40vw;
    height: 40vw;
    max-width: 800px;
    max-height: 800px;
    padding: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: -3vw;
    -webkit-box-shadow: -23px 0px 0px 20px rgb(0 117 174 / 10%);
    -moz-box-shadow: -23px 0px 0px 20px rgb(0 117 174 / 10%);
    box-shadow: -23px 0px 0px 20px rgb(0 117 174 / 10%);
}
.form-section .block-paragraphs .map-wrapper div#js-map{
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: -18px 8px 30px -30px rgb(0 0 0 / 50%);
    -moz-box-shadow: -18px 8px 30px -30px rgb(0 0 0 / 50%);
    box-shadow: -18px 8px 30px -30px rgb(0 0 0 / 50%);
    z-index: 9;
}
/*
.form-section .block-paragraphs .map-wrapper div#js-map:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 23px 0px 0px 20px rgb(0 117 174 / 10%);
    -moz-box-shadow: inset 23px 0px 0px 20px rgb(0 117 174 / 10%);
    box-shadow: inset 23px 0px 0px 20px rgb(0 117 174 / 10%);
}
*/
.form-section .block-paragraphs h3{
    font-size: 2.5rem;
    color: #0075AE;
}
.form-section .block-paragraphs {
    padding: 0 2.5vw;
}
.form-section .block-paragraphs h4{
    font-weight: 700;
    color: #005D8B;
}
.form-section .block-paragraphs ul li{
    position: relative;
    color: #737373;
    padding-left: 25px;
    margin-bottom: 10px;
    line-height: 1.8;
}
.form-section .block-paragraphs ul li:before{
    content: "";
    width: 8px;
    height: 8px;
    background-color: #737373;
    position: absolute;
    left: 0;
    top: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.form-section .forminator-ui#forminator-module-247.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"]{
    border: 0;
    border-bottom: 1px solid;
    border-color: #777771;
    background-color: #ffffff;
}
.form-section .forminator-ui#forminator-module-247.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"]:hover {
    background-color: #ffffff;
    border-bottom: 1px solid;
}
.forminator-ui#forminator-module-247.forminator-design--default select.forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] .select2-selection__rendered{
    padding: 0;
    color: #909090;
}
.form-section .block-paragraphs ul {
    margin-bottom: 40px;
}

.et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=default] select.forminator-select2+.forminator-select, .forminator-ui.forminator-custom-form[data-design=default] c.forminator-select2+.forminator-select{
    position: relative;
    -webkit-appearance: none;
}
.et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=default] selectforminator-select:before, 
.forminator-ui.forminator-custom-form[data-design=default] select .forminator-select:before{
    content: "\f063";
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 20px;
    color: #fff;
}
.content-block.inner-banner.blog-banner{
    clip-path: ellipse(100% 100% at 50% 0);
}
.content-block.inner-banner.blog-banner:before{
    display: none;
}
/*
.forminator-icon-chevron-down:before{
    display: none;
}
*/


.blogs-listing, .news-listing{
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0 0;
}
.blogs-listing .single-post h4.single-post-title{
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 1.2;
}
.blogs-listing .single-featured-image{
    height: 300px;
    -webkit-clip-path: ellipse(100% 70% at 20% 30%);
    clip-path: ellipse(100% 70% at 20% 30%);
}
.blogs-listing .single-featured-image img.wp-post-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogs-listing .single-post.single-dir-post{
    padding: 0 24px 80px;
    width: 33.33%;
    z-index: 3;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}
.blogs-listing .single-post.single-dir-post .post-detail{
    position: relative;
    display: flex;
    flex-direction: column;
}
.blogs-listing .single-post.single-dir-post .post-details .blog-post-date{
    color: #003B57;
    padding: 10px 0;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 1.5px;
}
.blogs-listing .dir-desc{
    flex: 1 0 auto;
}
.blogs-listing .post-link-wrap{
    display: block;
    padding: 20px 0;
}
.blogs-listing .post-link-wrap a.post-link,
body.single-post .single-related-posts a.read-more-link,
body.single-post .latest-related-posts a.read-more-link{
    color: #003B57;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    font-weight: 600;
    border-bottom: 1px solid;
    overflow: hidden;
}
.blogs-listing .dir-desc{
    flex: 1 0 auto;
}
.blogs-listing .post-link-wrap a.post-link:hover:after,
.single-related-posts a.read-more-link:hover:after{
    width: calc(100% - 50px);
}
.content-block.blog-list{
    padding-top: 160px;
    padding-bottom: 100px;
    position: relative;
    overflow: visible;
}

.content-block.blog-list.pattern-4:before{
    z-index: 2;
}
.content-block.blog-list .container{
    max-width: 1550px;
}
.content-block.blog-list .container{
    margin-bottom: 80px;
}
.content-block.blog-list .container .blogs-listing{
    margin: 0 -14px;
    padding-top: 30px;
    margin-bottom: 0px;
}
.content-block.blog-list .container a.load-more{
    display: block;
    width: 170px;
    margin: 0 auto;
    font-weight: 700;
    background-color: #0075AE;
}
.blogs-listing .single-post.single-dir-post .post-details{
    border: 1px solid #E3E3E3;
    border-radius: 27px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.blogs-listing .single-post h4.single-post-title{
    color: #0075AE;
    margin-bottom: 20px;
}
.blogs-listing .single-post.single-dir-post .post-details .post-details-wrap {
    padding: 20px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}



.dropdown-toggle {
    padding: 10px;
    background: #fff;
}
ul.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 5px;
    padding: 10px;
    background: #fff;
    width: 100%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

ul.dropdown li {
    list-style-type: none;
}

ul.dropdown li a {
    text-decoration: none;
    padding: 10px;
    display: block;
}

.blog-posts-filters .search-form,
.post-sidebar .search-form {
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    line-height: 1;
    float: right;
    width: 400px;
}
.blog-posts-filters .search-form i, .post-sidebar .search-form i {
    position: absolute;
    top: 15px;
    font-size: 25px;
    opacity: 0.5;
    left: 20px;
    z-index: 0;
}
.post-sidebar .search-form {
    width: 100%;
    float: none;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important;
}
.blog-posts-filters .category-option span.current-category{
    font-size: 15px;
    text-transform: uppercase;
    padding: 15px 20px;
    font-weight: 700;
    display: block;
    background: #fff;
    line-height: 1;
    cursor: pointer;
    border-radius: 30px;
    border: 2px solid #909090;
}
.blog-posts-filters .category-option span.current-category:after{
    content: "";
    position: absolute;
    right: 0;
    top: 50px;
    width: 30px;
    height: 30px;
    background-image: url(../wp-content/uploads/2023/02/select-icon.svg);
    background-repeat: no-repeat;
    background-position: right 10px top 14px;
    background-size: 30px;
}
.blog-posts-filters input#s, .post-sidebar input#s {
    width: 100%;
    border: 0;
    font-size: 15px;
    line-height: 1.5;
    padding: 17px 17px 17px 40px;
    font-weight: 700;
    border: 2px solid #909090;
    border-radius: 30px;
    letter-spacing: 1.5px;
    color: #363636;
}
.blog-posts-filters input#searchsubmit, .post-sidebar input#searchsubmit {
    position: absolute;
    top: 12px;
    font-size: 25px;
    opacity: 0;
    left: 8px;
    cursor: pointer;
    z-index: 9;
    width: 35px;
}
.blog-cats-nav {
    position: relative;
    min-width: 250px;
    width: 100%;
    max-width: 410px;
}
.blog-cats-nav .dropdown-toggle{
    background: #fff;
    color: #858585;
    cursor: pointer;
    position: relative;
    width: 100%;
    font-size: 15px;
    line-height: 1.5;
    padding: 17px 17px 17px 40px;
    border: 2px solid #909090;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.blog-cats-nav .dropdown-toggle:after{
    content: "";
    position: absolute;
    right: 15px;
    top: 20px;
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/uploads/2023/02/select-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;  
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.filters-container {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}
.posts-carousel {
    position: relative;
    z-index: 1;
}

.inner-banner.contact-banner.center-text {
    background-position: top;
    background-size: cover;
}
.form-section.top-curve.contact-address {
    padding-top: 150px;
    padding-bottom: 100px;
}
.content-block.inner-banner.contact-banner .hero-content:before {
    left: 50%;
    bottom: -14vw;
}
.form-section.top-curve.contact-address:before{
    -webkit-clip-path: ellipse(170vw 120vw at 50vw 120vw);
    clip-path: ellipse(170vw 120vw at 50vw 120vw);
}
.contact-address .text-column:nth-child(2) .block-paragraphs {
    padding: 0 5vw;
}
.price-block.price-columns-3 {
    position: relative;
    z-index: 10;
}
.extra-code p{
    text-align: center;
    color: #7C7C7C;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
}
.careers-listing-wrap.container,
.careers-info .container{
    max-width: 1440px;
}

.content-block.careers-info {
    padding-bottom: 100px;
}

.job-listing-filters select, .formmangr-field select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.formmangr-field .formmangr-form-dd {
    position: relative;
}
.job-listing-filters select.minimal, .formmangr-field .formmangr-form-dd {
    background-image: url(/wp-content/uploads/2023/02/select-icon.svg);
    background-repeat: no-repeat;
    background-position: right 10px top 14px;
    background-size: 30px;
}
/*
.pricing-banner .inner-hero-content{
    margin-bottom: 50px;
}
*/
.price-columns-3 .single-tile{
    position: relative;
}
.price-columns-3 .single-tile .top-text {
    font-size: 1rem;
    background-color: #fff;
    border-radius: 20px;
    display: inline-block;
    padding: 5px 30px;
    margin-bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    text-transform: uppercase;
    color: #0075AE;
    position: absolute;
}

body .careers-hero-content .job-post-date{
    margin-bottom: 20px;
}
body .wrok-type .careers-working-hours{
    padding: 0;
    margin: 0;
}
.content-block.careers-info .block-paragraphs{
    padding: 0 4vw;
}
.content-block.inner-banner.services-banner {
    background-position: center 15%;
}

.et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=default] select.forminator-select2+.forminator-select .selection span[role=combobox].select2-selection--single .select2-selection__arrow [class*=forminator-icon-]:before, .forminator-ui.forminator-custom-form[data-design=default] select.forminator-select2+.forminator-select .selection span[role=combobox].select2-selection--single .select2-selection__arrow [class*=forminator-icon-]:before{
    display: none;
}

select{
    appearance: none;
    -webkit-appearance: none;
}
.forminator-col.select-options .forminator-field select{
    position: relative;
    z-index: 0;
}
body .et-db #et-boc .et_pb_module .forminator-ui .forminator-icon-chevron-down:before, 
body .forminator-ui .forminator-icon-chevron-down:before{
    display: none !important;
}

body .et-db #et-boc .et_pb_module .forminator-ui .forminator-icon-chevron-down:after, 
body .forminator-ui .forminator-icon-chevron-down:after{
    content: "";
    width: 24px;
    height: 24px;
    background: url(/wp-content/uploads/2023/02/select-icon.svg) no-repeat;
    position: absolute;
    top: 2px;
    right: 0px;
    z-index: 1;
}
.form-wrap .et-db #et-boc .et_pb_module .forminator-ui .forminator-icon-chevron-down:after, 
.form-wrap .forminator-ui .forminator-icon-chevron-down:after{
    background: url(/wp-content/uploads/2023/02/arrow-icon-white.svg) no-repeat;
    transform: rotate(90deg) translateX(-10px);
    top: 15px;
}

.forminator-ui#forminator-module-247.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"]:hover{
    background-color: transparent;
    border-bottom: 0;
}

.et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=default] .forminator-input, .forminator-ui.forminator-custom-form[data-design=default] .forminator-input{
    padding: 9px 0;
}

.forminator-ui#forminator-module-61.forminator-design--default select.forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] .select2-selection__rendered{
    border: 0 !important;
}

.latest-posts-list {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.latest-posts-carousel h2.rp-title{
    text-align: center;
    color: #003B57;  
    margin-bottom: 75px;
}
body.single-post .latest-related-posts {
    margin:0 30px;
    display: flex;
    flex-flow: column;
    border: 1px solid #E3E3E3;
    border-radius: 20px;
    overflow: hidden;
    width: calc(50% - 60px);
}
body.single-post .latest-related-posts h3 {
    font-size: 1.875rem;
    line-height: 1.3;
    margin: 0 0 20px;
    color: #0075AE;
}
.latest-post-content-wrap {
    padding: 30px 3vw;
}
body.single-post .latest-related-posts .latest-post-content{
    padding: 0;
}
.latest-post-content-wrap {
    padding: 30px 3vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
body.single-post img.latest-post-img {
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    -webkit-clip-path: ellipse(100% 70% at 20% 30%);
    clip-path: ellipse(100% 70% at 20% 30%);
}
body.single-post .latest-posts-carousel{
    background-color: #f7f7f7;
    clip-path: ellipse(130vw 100vw at 50vw 100vw);
    padding: 100px 0 150px;
}
body.single-post .latest-posts-carousel .slick-dots{
    bottom: -75px;
}
body.single-post .latest-posts-carousel .slick-dots li.slick-active button:before{
    color: #909090;
    opacity: 1;
}
body.single-post .latest-posts-carousel .slick-dots li button:before{
    font-size: 16px;
}
body.single-post .latest-posts-carousel .slick-slider .slick-arrow{
    background-color: #0075AE;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
body.single-post .latest-posts-carousel .slick-slider .slick-prev{
    left: -50px;
}
body.single-post .latest-posts-carousel .slick-slider .slick-next{
    right: -50px;
}
body.single-post .latest-posts-carousel .slick-slider .slick-prev:before,
body.single-post .latest-posts-carousel .slick-slider .slick-next:before{
    content: "";
    width: 34px;
    height: 34px;
    background: url(/wp-content/uploads/2023/02/arrow-icon-white.svg) no-repeat;
    position: absolute;
    transform: translate(-50%, -50%);
}
body.single-post .latest-posts-carousel .slick-slider .slick-prev:before{
    transform: translate(-50%, -50%) rotate(180deg);
}
span.current-category {
    display: none;
}
.cat-list > li.categories {
    font-size: 0;
}
.cat-list > li ul {
    display: block;
    font-size: 0.938rem;
    font-weight: 700;
}
.post-listing-wrap {
    margin-top: 50px;
}
.content-block.team-members {
    padding-top: 0px;
}