@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; }

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; }

.mb-0 {
    margin-bottom: 0 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
        text-transform: uppercase;
}
/* 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: 'Gotham'; font-weight:600; }

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:#0f3153; }

a:hover{color:#b3152e;}

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;}
body.admin-bar {
    padding-top: 50px !important;
}

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

body { font-size:18px; line-height: 29px; -webkit-font-smoothing:antialiased;-webkit-text-size-adjust:none;color:#113252; font-family: 'Avenir'; font-weight:400; letter-spacing: 0.5px; }

.btn { outline:none!important;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;text-decoration:none;color:#fff; font-size: 15px; font-weight: 700; font-family: 'Gotham';  background-color:#B3152E; text-decoration: none; color: #fff; padding:10px 15px 8px 15px; border-radius: 200px; letter-spacing:0px; text-transform: uppercase; display: inline-block; }
.btn:hover { color: #fff; background-color: #0C4782; }

.btn-cardinal { background-color: #B3152E; color: #fff; padding: 15px 85px 13px 25px; position: relative; }
.btn-cardinal:after { content: ""; position: absolute; right: 14px; top: 18px; background-image: url(../../assets/images/button-arrow.svg); background-repeat: no-repeat; background-position: right center; width: 18px; height: 15px; transition: all 0.5s ease-in-out; }
.btn-cardinal:hover:after { right:25px; }
.btn-cardinal:hover { background-color: #0C4782; }

.btn-white { background-color: #fff; color: #B3152E !important; padding: 10px 74px 8px 25px; position: relative; font-weight: 700 !important; width: auto !important; font-family: 'Gotham'; letter-spacing: -0.7px !important; text-transform: uppercase; }
.btn-white:hover { background-color: #B3152E; color: #fff !important;  }
.btn-white:hover:after { background-image: url(../../assets/images/button-arrow.svg); right: 32px; }
.btn-white:after { content: ""; position: absolute; right: 28px; top: 15px; background-image: url(../../assets/images/white-btn-arrow.svg); background-repeat: no-repeat; background-position: right center; width: 18px; height: 15px; transition: all 0.5s ease-in-out;background-size: cover; }

.btn-light { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; text-align: center;}
.btn-block { display: block; width: 100%; }

.btn-darkblue { background-color: #0f3153; border: 1px solid #0f3153; color: #fff; }
.btn-darkblue:hover, .btn-darkblue:active { background-color: #fff; border-color: #0f3153; color: #0f3153; }

.btn-primary { background: #03a9f4; border-color: #03a9f4; color: #fff; }
.btn-primary:hover { color: #fff; background-color: #0062cc; border-color: #005cbf; }

p { font-size:20px;line-height:30px;color:#113252;font-family: 'Avenir'; letter-spacing:0;font-weight:400; margin-bottom: 16px;}
p a { text-decoration: underline; }

h1 { font-size:40px; line-height:50px; margin-bottom:15px;      font-family: 'Gotham'; color:#0f3153; font-weight:900; }

h2,.h2 { font-size:32px; line-height:42px;      font-family: 'Gotham'; margin-bottom:15px; color:#0f3153; font-weight: 700;  }

h3,.h3 { font-size:28px; line-height:38px;   font-family: 'Gotham'; margin-bottom:10px; color:#0f3153; font-weight: 700; position: relative; }

h4,.h4 { font-size:24px; line-height:34px;   font-family: 'Gotham'; margin-bottom:10px; color:#0f3153;}

h5,.h5 { font-size:20px; line-height:30px;   font-family: 'Gotham'; margin-bottom:10px; color:#0f3153; }

h6,.h6 { font-size:16px; line-height:26px;   font-family: 'Gotham'; margin-bottom:10px; color:#0f3153; }

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

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

td strong { display:block; }

ul { margin-bottom: 30px; }
ul li { font-size: 16px; line-height: 26px; color: #0f3153;  font-family: 'Gotham'; letter-spacing: 0; font-weight: 300; margin-bottom: 10px; list-style:none; position: relative; padding-left: 20px; }

ol li { font-size: 16px; line-height: 26px; color: #0f3153; font-family: 'Gotham'; letter-spacing: 0; font-weight: 300; margin-bottom: 5px; }

ul li:before { content: ""; position: absolute; left: 0; top: 10px; background: #0f3153; width: 5px; height: 5px; border-radius: 50%; }

ol { padding-left: 20px; margin-bottom: 20px; }
ol li ul li { list-style: circle; padding: 0; }
ol li ul li:before { display: none; }

#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 { margin: 0; padding: 0; }
.list-style-none ul li { margin: 0; padding: 0; list-style: none; }

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

.main { padding-top: 40px; padding-bottom: 40px; }

.text-link { color: #0f3153; text-decoration: none; font-size: 18px; line-height: 29px; font-weight: 600;  font-family: 'Gotham'; 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 }
.hide-section footer { opacity: 0 }
.hide-section .pattern-image { opacity: 0 }

.bg-red { background-color: #b3152e !important; }
.bg-darkblue { background-color: #0f3153 !important; }
.bg-darkerblue{ background-color:#0B243D !important;}
.bg-light { background-color: #eff4fb !important; }

.red-dash { position: relative; padding-top: 10px; margin-bottom: 20px; }
.red-dash::after { content: ""; width: 10%; height: 2px; background: #b3152e; margin: 0 auto; position: absolute; bottom: -10px; left: 0; right: 0; }

.mh-100 { max-height: 100% !important; }
.w-100 { width: 100% !important; }
.d-flex { display: -ms-flexbox!important; display: flex !important; }
.align-items-start { -ms-flex-align: start!important; align-items: flex-start!important }
.align-items-end { -ms-flex-align: end!important; align-items: flex-end!important }
.align-items-center { -ms-flex-align: center!important; align-items: center!important }
.home .pattern-image .img2 { display: none; }
.home .pattern-image .img1 { display: block; top: 0; }
.pattern-image .img1 { display: none; }
.pattern-image .img2 { top: 150px; }
.home .footer-img1 { display: block; }
.footer-img1 { display: none; }


/* header css start here */
.home header .header-social-icon ul li a { color: #fff; }
.home header .inner-header-logo { display: none; }
header .inner-header-logo { display: inline-block; }
body.home { padding: 0 !important; }
.home header a.main-header-logo { display: block!important; }
 header a.main-header-logo { display: none !important; }
.home header .menu-icon .menu-box span { background-color: #fff; }
.home header { background: transparent; /*position: absolute;*/ }
.home header .enumenu_ul > li > a { color: #fff; }
.menu-open header .enumenu_ul:before { opacity: 1; }
header .enumenu_ul:before { content: ""; width: 100%; height: 100px; background: #B3152E; clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%); position: absolute; top: 0px; left: 0; opacity: 0;  transition: all 0.5s ease-in-out;}
header.custom-scrollup-top.navbar-sticky { background-color: #980920; }
header.custom-scrollup-top.navbar-sticky .inner-header-logo { display: inline-block; }
header.custom-scrollup-top.navbar-sticky .main-header-logo { display: none !important; }
header.custom-scrollup-top.navbar-sticky .header-wrap { align-items: center; }
header { background: #980920;  position: fixed; left: 0; top: 0; z-index: 99999; width: 100%; transition: all 0.5s ease-in-out; }
header .enumenu_ul > li.contact-us-button a { background-color: #fff; color: #0F3153; padding: 10px 25px 10px 25px; border-radius: 100px; display: inline-block; }
header .enumenu_ul > li.contact-us-button a:hover { background-color: #0C4782; color: #fff; }
header .enumenu_ul > li.contact-us-button { margin-left: 10px; padding: 20px 0; }
header .header-logo figure { padding: 0; margin: 0; font-size: 0;}
header .header-wrap { display: flex; align-items: center; position:relative; }
body.home header .header-wrap { display: flex; align-items: flex-start; position:relative; }
body.home header .header-logo { width: 150px; padding:37px 0 0 0; position: relative; z-index: 999; }
header.custom-scrollup-top.navbar-sticky .header-logo { padding: 0; }
.home header .header-logo:after { content: ""; width: 0; height: 0; border-style: solid; border-top-width: 42px; border-right-width: 0px; border-bottom-width: 42px; border-left-width: 42px; border-color: transparent transparent transparent #ffffff; position: absolute; top: 0; right: -28%; display: none; }
header .menu-icon { display: none; cursor: pointer; color: #fff; text-align: center; font-weight: bold; line-height: 33px; font-size: 22px; padding: 10px 0; }
header .menu-icon .menu-box { width: 50px; height: 38px; margin-right: 0; padding: 5px; position: absolute; right: -5px; top:-7px; z-index: 999; }
header .menu-icon .menu-box span { width: 100%; height: 4px; margin-bottom: 6px; background:#113252; display: block; border-radius: 0px; transition: all 0.5s; -webkit-transition: all 0.5s; }
.menu-icon.active span:nth-child(1) { transform: rotate(45deg) translateY(8px) translateX(6px); -webkit-transform: rotate(45deg) translateY(8px) translateX(6px); }
.menu-icon.active span:nth-child(2) { opacity: 0; }
.menu-icon.active span:nth-child(3) { transform: rotate(-45deg) translateY(-7px) translateX(6px); -webkit-transform: rotate(-45deg) translateY(-7px) translateX(6px); }
header .enumenu_ul .caret { color: #fff; margin-left: 7px; display: block; }
.home header .enumenu_ul > li.has-children:after { display:none; margin-left: 5px; content: ""; border-top: 8px solid #fff; border-right: 6px solid transparent; border-bottom: 0; border-left: 6px solid transparent; top: -2px; position: relative; }
header .enumenu_ul > li.has-children:after { display: inline-block; margin-left: 5px; content: ""; border-top: 8px solid #113252; border-right: 6px solid transparent; border-bottom: 0; border-left: 6px solid transparent; top: -2px; position: relative; display: none; }
header .enumenu_ul { padding: 0px; list-style: none; display: flex; align-items: center; }
header .enumenu_ul > li { /*display: inline-block;*/ float: left; vertical-align: top; padding: 31px 0 31px 0; position: relative; margin-right: 31px; }
body.home header .enumenu_ul > li { padding: 20px 0 20px 0; }
body.home header.custom-scrollup-top.navbar-sticky .enumenu_ul > li { padding: 31px 0 31px 0; }
body.home header.custom-scrollup-top.navbar-sticky .enumenu_ul > li.contact-us-button { padding: 20px 0 20px 0; }
header .enumenu_ul > li > a { text-decoration: none; position: relative; text-transform: uppercase; font-size: 15px; font-weight: 700; font-family: 'Gotham'; color: #fff; }
header .enumenu_ul > li > a:after { content: ""; position: absolute; bottom: -8px; left:0; width: 100%; height: 4px; background: #72E2E2; transition: all 0.5s ease-in-out; opacity: 0; display: none;}
header .enumenu_ul > li > a:hover:after { opacity: 1; }
header .enumenu_ul > li ul { display: none; }
header .enumenu_ul > li:last-child { margin-right: 0; }
header .enumenu_ul ul li { width: 100%; margin:0 0 10px 0; list-style: none; position: relative; }
header .enumenu_ul li ul li a { text-decoration: none; }
header .enumenu_ul > li.hover a:after { opacity: 1; }
header .enumenu_ul.desk ul { top: 100%; z-index: 999; list-style: none; left: 0; background: #fff; position: absolute; min-width: 200px; box-shadow: 0px 4px 14px 0px #0000002B; padding: 15px; }
header .enumenu_ul > li:before { display: none; }
header .enumenu_ul ul li:before { display: none; }
header .enumenu_ul.desk ul:before { content: " "; width: 94px; height: 3px; position: absolute; top: -3px; background-color: #0C4782; left: 0; }
body.home header .enumenu_ul.desk ul:before { content: " "; width: 94px; height: 3px; position: absolute; top: -3px; background-color: #B3152E; left: 0; }
.header-menu.list-style-none { width: calc(100% - 150px); display: flex; justify-content: flex-end; }
#site-header { transition: top 0.5s ease; transition: all 0.5s ease-in-out; }
#site-header.navbar-visible { top: 0px !important; }
.menu-open header#site-header { top: 0 !important; z-index: 99999; }
/*Sub menu styles*/

header .menu.submenu-ul-level1 li a { background: rgba(31, 26, 107, 0.8); color: #fff; padding-left: 90px; }
header .enumenu_ul.desk li:hover > ul { display: block; opacity: 1; }
header .enumenu_ul.desk .sb-menu .sb-menu { left: 100%; top: 100%; }
header .enumenu_ul.desk ul li a { padding: 0 0 0 0; margin: 0 0 0 0; display: block; color: #0C4782; font-size: 15px; text-align: left; font-weight: 700; font-family: 'Gotham'; letter-spacing: 0; text-transform: uppercase; }
header .enumenu_ul.desk ul li:hover > a { color:#0C4782; }
header .enumenu_ul.desk ul li.current-menu-item a { color: #980920; background-color: transparent; }
header .enumenu_ul .arrow { position: absolute; right: 10px; top: 26px; cursor: pointer; z-index: 999; width: 15px; height: 9px; background-image: url('../images/sub-menu-icon.svg'); transform: rotate(180deg); }
header .enumenu_ul .arrow.up { transform: rotate(0); }
header .header-social-icon ul { display: flex; }
header .header-social-icon ul li a { color: #113252; font-size: 30px; }
header .header-social-icon ul li a:hover { color: #b3152e;}
header .header-social-icon ul li:last-child { margin-right: 0; }
header .header-social-icon ul li { margin-right: 10px; }
header .header-social-icon { position: absolute; right: 0; }
header .header-logo { padding-left: 0; position: relative; z-index: 99; }
/*
header .enumenu_ul:after { content: ""; position: absolute; left: 0px; background-image: url(../../assets/images/header-menu-bg.svg); background-repeat: no-repeat; background-position: center center; top: -95px; width: 100%; height:115px; z-index: 999; visibility: hidden; transition: all 0.5s ease-in-out; background-size: cover;    opacity: 0; }
.menu-open header .enumenu_ul:after { opacity: 1; visibility: visible;}
*/

/*Header Responsive Css Start Here*/
@media (max-width:1199px) {
    .menu-open header#site-header { position: fixed; }
    header .menu-icon .menu-box { top: -10px; }
    header { padding: 25px 0; top: 0 !important; }
    body.home header .header-logo { padding: 0; }
    header .menu-icon .menu-box span { background: #fff; }
    .menu-open header#site-header { background-color: #B3152E; }
    .home header .menu-icon .menu-box { top:25px; }
    header .header-logo { padding: 0 0 0 0; }
    header .enumenu_ul > li.content { display: none; }
    header .enumenu_ul > li.contact-us-button a { background-color: #B3152E; color: #fff !important; padding: 12px 85px 12px 30px; position: relative; }
    header .enumenu_ul > li.contact-us-button a:before {content: ""; position: absolute; right: 25px; top: 16px; background-image: url(../../assets/images/button-arrow.svg); background-repeat: no-repeat; background-position: right center; width: 18px; height: 15px; transition: all 0.5s ease-in-out; display: inline-block; }
    header .enumenu_ul > li.contact-us-button a:hover:before { right: 35px; }
    header .enumenu_ul > li.contact-us-button { margin-left: 0; padding: 0; }
    header .header-social-icon { position: relative; }
    header .header-social-icon ul { display: flex !important; margin: 0 !important; padding: 0 !important; }
    header .header-social-icon ul li { width: auto !important; margin-right: 10px !important; }
    header .header-logo { padding-left: 0; }
    header .header-logo figure { width: 120px !important; }
    .home header .header-logo figure { width: 120px !important; }
    header .enumenu_ul ul li { margin: 0 0 9px 0; }
    header .enumenu_ul ul li:last-child { margin-bottom: 0; }
    header .enumenu_ul { display: none; }
    header .menu-block { height: auto; }
    header .menu-icon { display: block }
    header .enumenu_ul > li > a:after { background: #fff; }
    .home header .enumenu_ul > li.content { display: none; }
    header .enumenu_ul > li.contact-us-button { padding: 20px 0 0 0px; border-bottom: none; }
    .home header .enumenu_ul > li > a { color: #0C4782; }
    header .enumenu_ul > li { width: 100%; padding: 20px 0px; line-height: normal; border-bottom: 1px solid #EAEAEA; }
    header .enumenu_ul > li > a { display: inline-block; text-align: left; padding: 0; color: #0C4782; font-size: 18px; }
   header .enumenu_ul { width: 100%; position: fixed; top: 0px; background: #fff; left: auto; height: 100% !important; padding:120px 20px 150px 20px !important; right: -100%; display: block !important; transition: all 0.5s ease 0s; }
    body.menu-open .enumenu_ul { right: 0 !important; }
   header .enumenu_ul > li > ul { margin: 8px 0 0 0; padding: 0; border-radius: 0; }
    header .enumenu_ul > li ul a { font-family: Gotham; font-weight: 700;font-style: Bold;font-size: 18px; line-height: 30px;letter-spacing: 0%;vertical-align: middle; color: #B3152E; }
    header .enumenu_ul > li.has-children:after { display: none; }
    .home header .enumenu_ul > li.has-children:after { display: none; }
    /* 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 .enumenu_ul { right: -300px; }
    body.slidemenuRight.menu-open .enumenu_ul { right: 0; }
    body.slidemenuLeft .enumenu_ul { left: -300px; }
    body.slidemenuLeft.menu-open .enumenu_ul { left: 0; }
    body.menuslide_push.slidemenuLeft.menu-open { left: 300px }
    body.menuslide_push.slidemenuRight.menu-open { right: 300px }
    body.menuslide_push .enumenu_ul,
    body.menuOverlap .enumenu_ul { background: #272727 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: 300px; top: 0; }
    .home header .header-logo:after { content: ""; width: 0; height: 0; border-style: solid; border-top-width: 42px; border-right-width: 0px; border-bottom-width: 42px; border-left-width: 39px; }
}

@media (max-width: 1199px) {
    .header-menu.list-style-none { position: relative; width: 100%; display: flex; align-items: center; justify-content: center;}
    header .header-logo figure { width: 134px;}
    header .enumenu_ul:before { opacity: 1; }
}
/* header css end here */




.hero-banner { padding: 200px 0 220px; background-size: cover; background-repeat: no-repeat; background-position: center center; position: relative; background-color: #B3152E;}
.hero-banner .container { z-index: 999; }
.hero-banner .hero-banner-desc h1 { color: #fff; font-weight: 1000; font-family: 'Gotham'; text-transform: uppercase; font-size: 68px; line-height: 72px; letter-spacing: 2.5px; margin-bottom: 25px; }
.hero-banner .hero-banner-desc h1 span { font-weight: 700; font-family: 'Gotham';font-size: 58px; line-height: 60px;  letter-spacing: -0.4px; }
.hero-banner-wrap { padding-left: 70px; }
.hero-banner .hero-banner-desc { max-width: 550px; }
.hero-banner .hero-banner-desc p {  color: #fff;  font-size: 20px; line-height: 30px; margin-bottom: 30px; }
.hero-banner-desc .inner-desc { padding-left: 50px; position: relative; }
.hero-banner-desc .inner-desc:before { content: ""; position: absolute; left: 0; top: 0; width: 0; height: 0; border-top: 25px solid transparent; border-left: 30px solid #B3152E; border-bottom: 25px solid transparent;}
.pattern-banner-img { background-size: cover; background-repeat: no-repeat; background-position: center center; position: absolute; top: 0; left: 0; width: 100%; mix-blend-mode: hard-light; height: 100%; }
.hero-banner + .icon-counter-block { margin-top: -135px; z-index: 9999; position: relative; }
.hero-banner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%; background-size: cover;    mix-blend-mode: soft-light;
    background: linear-gradient(270.06deg, rgba(0, 78, 245, 0) 18.48%, rgba(0, 62, 124, 1) 109.11%); z-index: 111;

}
.hero-banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #B3152E 15.99%, #0C4782 142.08%);
    opacity: 70%;
    background-size: cover;
    z-index: 111;
}
.hero-banner-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; opacity: 100%; mix-blend-mode: soft-light; z-index: 111;
}
.shape-img-banner img { width: 100%; }
.shape-img-banner { position: absolute; bottom: -10px; z-index: 1111; width: 100%; }
.page-id-1567 .shape-img-banner:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height:186px; background-image: url(../../assets/images/shp-grey.png); background-repeat: no-repeat; background-position: bottom center; background-size: cover; }
.page-id-1452 .shape-img-banner:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height:186px; background-image: url(../../assets/images/shp-grey.png); background-repeat: no-repeat; background-position: bottom center; background-size: cover; }


.icon-counter-block { padding:50px 0 0px 0; }
.icon-counter-block .section-heading { text-align: center; max-width: 510px; margin: 0 auto; margin-bottom: 50px; }
.icon-counter-block .section-heading { text-align: center; margin-bottom:48px; }
.icon-counter-block .section-heading h2 { color: #0F3153; font-size: 50px; line-height: 53px; font-weight: 700; font-family: 'Gotham';}
.icon-counter-block .counter-block-row { display: flex; justify-content: center;flex-wrap: wrap; margin: 0 -15px; }
.icon-counter-block .counter-block-column { width: 33.33%; padding: 0 15px; text-align: center; position: relative; margin-bottom: 20px; }
.icon-counter-block .counter-block-column h3 { font-size: 69px; line-height: 79px; position: relative; font-weight: 900; font-family: 'Gotham'; color: #B3152E; display: inline-block; background: #fff; padding: 0 10px; }
.icon-counter-block .counter-block-column p { font-size: 20px; color: #0F3153; text-transform: uppercase; }
.icon-counter-block .counter-block-column figure { margin: 0 0 2px 0; }
.icon-counter-block .counter-block-column:after { content: ""; position: absolute; right: -95px; top: 45%; background-image: url(../../assets/images/line.svg); background-repeat: no-repeat; height: 2px; width: 210px; background-position: center center; transform: translateY(-50%) translateX(0%); background-size: contain; }
.icon-counter-block .counter-block-column:last-child:after { display: none; }
.counter-block-row .counter-block-column:nth-child(3)::after { display: none; }
.counter-block-row .counter-block-column:nth-child(6)::after { display: none; }

.media-content-block { padding: 50px 0; }
.media-content-block .media-content-block-wrap {display: flex;}
.media-content-block .media-content-block-img { width: 50%;padding: 50px 0; position: relative; z-index: 111; }
.media-content-block .media-content-block-content { width:50%;  position: relative; display: flex; align-items: center; }
.media-content-block-content-inner { max-width: 575px; padding-left: 0px; padding-right: 25px; }
.media-content-block .media-content-block-content:after { content: ""; position: absolute; right: 0; top:0; background-image: url(../../assets/images/bg-color.svg); background-repeat: no-repeat; background-position:  left top; width: 140%; height: 100%; z-index: -1; background-size: cover; }
.media-content-block .media-content-block-img figure { margin: 0; }
.media-content-block-content h2 { color: #0F3153; font-size: 50px; line-height: 53px; font-weight: 700; font-family: 'Gotham';}
.media-content-block-content p { color: #1F1C1C; font-size: 19px; line-height: 31px; font-weight:500; font-family: 'Avenir';}
.image-mask-clipping {
    -webkit-mask-image: url(../../assets/images/shape-img.svg); 
    -moz-mask-image: url(../../assets/images/shape-img.svg); 
    mask-image: url(../../assets/images/shape-img.svg); 
    -webkit-mask-repeat: no-repeat;
    -moz-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    -moz-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -moz-mask-position: center center;
    mask-position: center center;
    position: relative;
    padding-bottom: 50%;
}
.image-mask-clipping img { position: absolute; width: 100%; height: 100%; object-fit: cover; }


.content-with-side-icon-list { padding:75px 0 105px; position: relative; background-size: cover; background-repeat: no-repeat; background-position: center center;}
.content-with-side-icon-list:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  background: linear-gradient(180deg, rgba(179, 21, 46, 0.9) 3.4%, rgba(67, 0, 11, 0.9) 108.92%); opacity: 90%;}
.content-with-side-icon-list-wrap { display: flex; align-items: flex-start; justify-content: space-between; }
.content-with-side-icon-list-wrap .content-with-side-icon-list-head { width: 35%; }
.content-with-side-icon-list-wrap .content-with-side-icon-list-col { width: 65%; padding: 70px 0 0 50px; }

.content-with-side-icon-list-head label { color: #fff; display: inline-block; font-weight: 700; text-transform: uppercase; font-size: 20px; font-family: 'Gotham'; line-height: 30px; margin-bottom: 52px; }
.content-with-side-icon-list-head h2 {color: #fff;font-size: 50px;line-height: 53px;font-family: 'Gotham'; }
.content-with-side-icon-list-head-inner { max-width: 400px; }
.content-with-side-icon-list-head p { color: #fff; font-size: 19px; line-height: 31px; font-weight: 500; font-family: 'Avenir'; }
.content-with-side-icon-list-head a { margin-top: 15px; }
.content-with-side-icon-list-col { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.content-with-side-icon-list-col .content-with-side-icon-row { width: 50%; padding: 0 12px; margin-bottom: 18px;}
.content-side-icon-inner { box-shadow: 0px 0px 6px 0px #0000001A; background-color: #fff; border-radius: 10px; padding: 20px 15px 15px 20px; display: flex; align-items: center; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.5s; transition-duration: 0.5s; width: 100%; }
.content-with-side-item-title span { font-weight: 500; font-size: 18px; line-height: 28px; color: #0F3153; font-family: 'Gotham'; letter-spacing: 0; }
.content-with-side-item-title span { font-weight: 500; font-size: 18px; line-height: 24px; color: #0F3153; font-family: 'Gotham'; letter-spacing: 0; }
.content-with-side-item-icon { width: 50px; }
.content-with-side-item-icon + .content-with-side-item-title { width: calc(100% - 50px); padding-left: 15px; } .content-with-side-item-title { display: flex; align-items: center; }


.content-with-side-icon-row .content-with-side-list { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.5s; transition-duration: 0.5s; width: 100%; }
.content-with-side-icon-row .content-with-side-list:focus,
.content-with-side-icon-row .content-with-side-list:active { -webkit-transform: scale(1.06); transform: scale(1.06); -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }
.content-with-side-icon-row .content-with-side-list a:hover .content-side-icon-inner { -webkit-transform: scale(1.06); transform: scale(1.06); -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }
.content-with-side-icon-row .content-with-side-list:hover .content-side-icon-inner { -webkit-transform: scale(1.06); transform: scale(1.06); -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }


.success-stories-with-logo-slider { padding: 78px 0 152px; position: relative; }
.success-stories-with-logo-slider:before { content: ""; position: absolute; top: 10px; left: 0; background-image: url(../../assets/images/success-stories-logo-left.svg); background-repeat: no-repeat; width:211px; height: 410px; background-repeat: no-repeat;  }
.success-stories-with-logo-slider:after { content: ""; position: absolute; bottom:10px; right: 0; background-image: url(../../assets/images/success-stories-logo-rt.svg); background-repeat: no-repeat; width:211px; height: 410px; background-repeat: no-repeat;  }
.success-stories-with-logo-wrap { max-width: 695px; margin: 0 auto; position: relative;}
.success-stories-with-logo-wrap .section-head { margin-bottom: 80px; }
.success-stories-with-logo-wrap .section-head h2 { font-size: 50px; line-height: 53px; color: #0F3153;     font-family: 'Gotham'; font-weight: 700; letter-spacing: 0px; }
.success-stories-with-logo-slick-wrap .item h3 { color: #B3152E; font-size: 25px; line-height: 33px; font-family: 'Avenir'; font-weight: 900; letter-spacing: 0px; margin-bottom: 20px; }
.success-stories-with-logo-slick-wrap .item p { font-size: 17px; line-height: 27px; font-weight: 500; color: #1F1C1C; }
.success-stories-with-logo-slick-wrap .item:focus { outline: none; }
.success-stories-with-logo-wrap .title-with-logo { display: flex; margin-top: 25px;}
.success-stories-with-logo-wrap .title-with-logo .logo-slide figure { margin: 0; text-align: right; max-width: 210px; margin-left: auto; }
.success-stories-with-logo-wrap .title-with-logo .title-head { width: 50%; margin-top: 20px; }
.success-stories-with-logo-wrap .title-with-logo .logo-slide { width: 50%; }
.title-with-logo .title-head span { display: inline-block; width: 100%; font-size: 16px; line-height: 23px; color: #0F3153; font-family: 'Avenir'; font-weight: 400; letter-spacing:0;}
.title-with-logo .title-head strong { display: inline-block; width: 100%; font-size: 16px; line-height: 23px; color: #0F3153;  font-family: 'Avenir'; font-weight: 800; letter-spacing:0;}
.success-stories-with-logo-slick-wrap { position: relative; }

.news__arrow.news__arrow_dir_up.slick-arrow { content: ""; position: absolute; top: 0; right: 0; background-image: url(../../assets/images/slide-arrow-rt.svg); background-repeat: no-repeat; width: 42px; height: 42px; background-repeat: no-repeat; cursor: pointer; }
.news__arrow.news__arrow_dir_down.slick-arrow { content: ""; position: absolute; top: 0; right: 52px; background-image: url(../../assets/images/slide-arrow-lft.svg); background-repeat: no-repeat; width: 42px; height: 42px; background-repeat: no-repeat; cursor: pointer; }
.success-stories-with-logo-slick-wrap:before { content: ""; position: absolute; top: -48px; left: 50%; width: 125%; height: 1px; background-color: #EAEAEA; transform: translateX(-50%); }
.success-stories-with-logo-slick-wrap:after { content: ""; position: absolute; bottom: -26px; left: 50%; width: 125%; height: 1px; background-color: #EAEAEA; transform: translateX(-50%); }
.success-stories-with-logo-wrap .news__counter { position: absolute; bottom: -90px; right: 0; color: #0D2A50; font-family: 'Gotham'; font-weight: 500; font-size: 19px; letter-spacing: 5px; }

.news__arrow.news__arrow_dir_down.slick-arrow { right: 0; transform: rotate(180deg); }
.news__arrow.news__arrow_dir_up.slick-arrow { right: 55px; transform: rotate(180deg); }


.solutions-cards-slider .section-heading { text-align: center; max-width: 830px; margin: 0 auto; margin-bottom:70px; }
.solutions-cards-slider { padding: 35px 0 70px 60px; }
.solutions-cards-slider .section-heading label { display: inline-block; color: #B3152E; font-weight: 700; font-size: 20px; line-height: 30px; font-family: 'Gotham'; text-transform: uppercase; margin-bottom: 17px; letter-spacing: 0; }
.solutions-cards-slider .section-heading h2 { color: #0F3153; font-size: 50px; line-height: 53px; font-weight: 700; font-family: 'Gotham'; letter-spacing: 0; }
.solutions-cards-slider .solutions-cards-item-inner { height: 595px; background-size: cover; background-repeat: no-repeat; background-position: center center; width: 100%; position: relative;     display: flex; align-items: flex-end; overflow: hidden; }
.solutions-cards-slider .solutions-cards-item-inner:after { content: ""; position:absolute; left:0; top: 0; width:100%; height:100%; background:linear-gradient(180deg, rgba(12, 71, 130, 0.3) 69.31%, #0D2A50 90.91%);
 transition: all 0.5s ease-in-out;}
.solutions-cards-slider-slick .solutions-cards-item { margin-right: 30px; }
.solutions-cards-item-inner-wrap {  z-index: 11; padding: 20px 20px 20px 23px;   transition: all 0.5s ease-in-out; position: relative; width: 100%; position: absolute; transform: translate(0px, 100%);}
.solutions-cards-item-inner-wrap .solutions-cards-item-title { position: absolute; bottom: calc(100% + 20px); padding: 0px 20px; left: 0; width: 100%; }
.solutions-cards-slider .solutions-cards-item-inner:hover .solutions-cards-item-inner-wrap { transform: translate(0px, 0%); padding-top: 0; }

.solutions-cards-slider-slick .solutions-cards-item a:hover .solutions-cards-item-inner-wrap { bottom: 0; }
.solutions-cards-item-inner-wrap h3 { color: #fff; font-family: 'Avenir'; font-weight: 900; letter-spacing:0; font-size: 30px; line-height: 34px; }
.solutions-cards-item-inner-wrap p { color: #fff; font-family: 'Avenir'; font-weight: 400; letter-spacing:0; font-size: 17px; line-height: 23px; }
.solutions-cards-item-inner-wrap .solutions-cards-item-desc { position: relative; max-width: 310px; padding-left: 55px; }
.solutions-cards-item-inner-wrap .solutions-cards-item-desc:before { content: ""; position: absolute; left: 0; top: 5px; width: 0; height: 0; border-top: 30px solid transparent; border-left: 35px solid #B3152E; border-bottom: 30px solid transparent; }
.solutions-cards-item-title { padding-bottom: 20px; }
.solutions-cards-slider a:hover .solutions-cards-item-inner:after { opacity: 0;  }
.solutions-cards-slider .solutions-cards-item-inner:before { content: ""; position:absolute; left:0; top: 0; width:100%; height:100%; background: linear-gradient(180deg, rgba(12, 71, 130, 0.6) 69.31%, #0D2A50 90.91%); transition: all 0.5s ease-in-out; opacity: 0; }
.solutions-cards-slider a:hover .solutions-cards-item-inner:before { opacity: 1; }
.solutions-cards-slider-section .slick-list.draggable { padding-right: 300px; }
/*.solutions-cards-slider-section .slick-list.draggable.last-slider { padding: 0; }*/
.solutions-cards-slider-slick { margin-bottom: 50px; }
.solutions-cards-slider .button-wrap { text-align: center; }

.solutions-cards-slider-slick .slick-arrow:after { background-image: url(../../assets/images/slide-arrow-lft.svg); }
.solutions-cards-slider-slick .slick-prev:after { background-image: url(../../assets/images/slide-arrow-lft.svg); border: none !important; width: 42px !important; height: 42px !important; transform: rotate(0deg) translateY(-50%) !important; left: -20px !important; }
.solutions-cards-slider-slick .slick-next:after { background-image: url(../../assets/images/slide-arrow-rt.svg); border: none !important; width: 42px !important; height: 42px !important; transform:rotate(0deg) translateY(-50%) !important; right: 20px !important; }
.solutions-cards-slider-slick .slick-next { padding: 0; }
.news__counters { text-align: center; color: #0D2A50; font-family: 'Gotham'; font-weight: 500; font-size: 16px; letter-spacing: 5px; display: none; }




/*.subpage-hero-banner + section { margin-top: -150px;  }*/
.team-members-groups { padding: 60px 0 60px; }
.team-members-groups-heading{ text-align: center; max-width: 830px; margin: 0 auto; margin-bottom:0px; }
.team-members-groups-heading label { display: inline-block; color: #B3152E; font-weight: 700; font-size: 20px; line-height: 30px; font-family: 'Gotham'; text-transform: uppercase; margin-bottom: 17px; letter-spacing: 0; }
.team-members-groups-heading h2 { color: #0F3153; font-size: 50px; line-height: 53px; font-weight: 700; font-family: 'Gotham'; letter-spacing: 0; }



.latest-news-slider { padding: 60px 0 100px; background-color: #F3F8FF; }
.latest-news-slider-heading { text-align: center; max-width: 830px; margin: 0 auto; margin-bottom:55px; }
.latest-news-slider-heading label { display: inline-block; color: #B3152E; font-weight: 700; font-size: 20px; line-height: 30px; font-family: 'Gotham'; text-transform: uppercase; margin-bottom: 17px; letter-spacing: 0; }
.latest-news-slider-heading h2 { color: #0F3153; font-size: 50px; line-height: 53px; font-weight: 700; font-family: 'Gotham'; letter-spacing: 0; }
.latest-news-slider-heading .btn { margin-top: 17px; }
.latest-news-slider-wrap { padding-left: calc((100% - 1300px) / 2); position: relative; }
.latest-news-slider-item-inner { background-color: #fff; box-shadow: 0px 0px 6px 0px #0000001A; padding: 35px; border-radius: 7px; }
.latest-news-slider-wrap .latest-news-slider-item { padding-right: 15px; opacity: 50%; transition: all 0.5s ease-in-out; margin-bottom: 50px; }
.latest-news-slider-wrap .latest-news-slider-item.slick-active {  opacity: 100%; }
.latest-news-slider-wrap .slick-list.draggable { padding-right: 300px; }
.latest-news-slider-item-inner label { color: #B3152E; font-weight: 500; font-size: 18px; line-height: 28px; font-family: 'Gotham'; letter-spacing: 0; margin-bottom: 17px; display: inline-block; }
.latest-news-slider-item-inner h4 { color: #0C4782; font-weight:900; font-size:23px; line-height:32px; font-family: 'Avenir'; letter-spacing: 0; margin-bottom: 0px; }
.latest-news-slider-item-inner p { color: #1F1C1C; font-weight:400; font-size:17px; line-height:27px; font-family: 'Avenir'; letter-spacing: 0; }
.latest-news-slider-title { margin-bottom: 22px; }
.latest-news-slider-item-inner .text-link { font-family: 'Avenir'; font-weight: 500; font-size: 16px; line-height: 23px; color: #0C4782; position: relative; display: inline-block; }
.latest-news-slider-item-inner .text-link:after { content: ""; position: absolute; top: 5px; right: -30px; width: 18px; height: 15px; background-image: url(../../assets/images/white-btn-arrow.svg); background-size: contain; }
.latest-news-slider-equal { margin-bottom: 20px;}
.latest-news-slider-item-inner p:last-child { margin-bottom: 0; }
.latest-news-slider-slick { position: initial !important; }
.latest-news-slider-slick .slick-prev:after { background-image: url(../../assets/images/slide-arrow-lft.svg); border: none !important; width: 42px !important; height: 42px !important; transform: rotate(0deg) translateY(-50%) !important; left: -20px !important; }
.latest-news-slider-slick .slick-next:after { background-image: url(../../assets/images/slide-arrow-rt.svg); border: none !important; width: 42px !important; height: 42px !important; transform: rotate(0deg) translateY(-50%) !important; right: 20px !important; }
.latest-news-slider-slick button.slick-prev:after { left: 0; right: 0; margin: 0 auto; top: -2px !important; }
.latest-news-slider-slick button.slick-prev { top: auto !important; bottom: 0; left: 0; right: 55px !important; margin: 0 auto; }
.latest-news-slider-slick button.slick-next:after { left: 0; right: 0; margin: 0 auto; }
.latest-news-slider-slick button.slick-next { top: auto !important; bottom: 0; left: 55px; right: 0 !important; margin: 0 auto; }



.resources-lists.layout-two:after { display: none; }
.resources-lists.layout-two .section-heading h2 { color: #0F3153; }
.resources-lists { padding: 82px 0 90px; position: relative; background-size: cover; background-repeat: no-repeat; background-position: center center; background-color: #F3F8FF; }
.resources-lists:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(179, 21, 46, 0.9) 3.4%, rgba(67, 0, 11, 0.9) 108.92%); opacity:100%; }
.resources-lists-wrap .section-heading { text-align: center; margin-bottom: 40px; }
.resources-lists-wrap .section-heading h2 { color: #fff; font-size: 50px; line-height: 53px; font-weight: 700; font-family: 'Gotham'; }
.resources-lists-wrap  .resources-lists-row { display: flex; flex-wrap: wrap; justify-content: center;margin: 0 -15px; }
.resources-lists-wrap  .resources-lists-col { width: 25%; padding:  0 15px;  margin-bottom: 30px; }
.resources-lists-col-inner { display: flex; align-items: center; box-shadow: 0px 0px 6px 0px #0000001A; background-color: #fff; border-radius: 10px; padding:18px 32px 18px 12px;     -webkit-transition-duration: 0.5s; transition-duration: 0.5s; }
.resources-lists-col-inner figure { margin: 0; width: 60px; height: 60px; }
.resources-lists-col-inner figure + .resources-lists-title { width: calc(100% - 60px); padding-left: 13px; }
.resources-lists-col-inner .resources-lists-title span { font-weight: 500; color: #0F3153; font-size: 18px; line-height: 23px; font-family: 'Gotham';  display: inline-block; }
.resources-lists-wrap { max-width: 1260px; margin: 0 auto; }
.resources-lists-wrap .resources-lists-col a:hover .resources-lists-col-inner { transform: scale(1.06); transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }
.mfp-wrap { z-index: 99999999 !important; }
.popup-active header { z-index: 0; }

.subpage-hero-banner + section { padding-top: 100px !important; }
.subpage-hero-banner + .join-our-team-section { padding-top: 110px !important; }
.subpage-hero-banner { padding: 80px 0 220px; position: relative; background-color: #B3152E; position: relative; z-index: 1;}
.subpage-hero-banner .container { position: relative; z-index: 1111; }
.subpage-hero-banner .pattern-banner-img { background-position: bottom center; background-color: #fff;}
.subpage-hero-banner .section-title { position: relative; padding-left: 40px; }
.subpage-hero-banner .section-heading { padding-left: 115px; }
.subpage-hero-banner .section-title:before { content: ""; position: absolute; left: 0; top: 7px; width: 0; height: 0; border-top: 25px solid transparent; border-left: 30px solid #B3152E; border-bottom: 25px solid transparent; }
.subpage-hero-banner .section-heading h1 { color: #fff; font-family: 'Gotham'; font-weight: 900; font-size: 55px; line-height: 60px; text-transform: uppercase; letter-spacing: 0; }
.subpage-hero-banner:before { content: ""; position: absolute; left: 0; right: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(270deg, #B3152E 15.99%, #0C4782 142.08%); opacity: 70%; background-size: cover; z-index: 111; }
.subpage-hero-banner:after { content: ""; position: absolute; left: 0; right: 0; top: 0; width: 100%; height: 100%; background-size: cover; mix-blend-mode: soft-light; background: linear-gradient(270.06deg, rgba(0, 78, 245, 0) 18.48%, rgba(0, 62, 124, 1) 109.11%); z-index: 111; }


.past-newsletters { padding: 60px 0; position: relative; }
.past-newsletters .section-heading { text-align: center; margin-bottom: 40px; }
.past-newsletters .section-heading h2 { color:#0F3153; font-size: 50px; line-height: 53px; font-weight: 700; font-family: 'Gotham'; }
.past-newsletters .past-newsletters-wrap-inner { display: flex; flex-wrap: wrap;  justify-content: center; margin: 0 -6px; }
.past-newsletters .past-newsletters-col {  padding:  0 15px; margin-bottom: 15px; text-align: center;}
.past-newsletters .past-newsletters-col span { font-size: 18px; line-height: 24px; color: #0F3153; font-weight:500; font-family: 'Gotham'; display: inline-block; letter-spacing: 0; }
.past-newsletters .past-newsletters-col a { font-size: 18px; line-height: 24px; color: #0F3153; font-weight:500; font-family: 'Gotham'; display: inline-block; letter-spacing: 0; }
.past-newsletters-wrap { max-width: 960px; margin: 0 auto; }
.past-newsletters:before { content: ""; position: absolute; top: 10px; left: 0; background-image: url(../../assets/images/success-stories-logo-left.svg); background-repeat: no-repeat; width: 100px; height: 150px; background-repeat: no-repeat; background-size: contain; }
.past-newsletters:after { content: ""; position: absolute; bottom: 10px; right: 0; background-image: url(../../assets/images/success-stories-logo-rt.svg); background-repeat: no-repeat; width: 100px; height:150px; background-repeat: no-repeat; background-size: contain; background-position: right; }
.past-newsletters .past-newsletters-col a:hover { color: #B3152E !important; }



.two-column-newsletters-form { padding: 75px 0 80px; }
.two-column-newsletters-form .two-column-newsletters-form-wrap { display: flex; flex-wrap: wrap; } 
.two-column-newsletters-form .two-column-newsletters-form-img { width: 50%; } 
.two-column-newsletters-form .two-column-newsletters-form-inner { width: 50%; position: relative; display: flex; align-items: center; padding: 60px 0 0 0; }
.two-column-newsletters-form .image-mask-clipping {
    -webkit-mask-image: url(../../assets/images/shape-img.svg);
    -moz-mask-image: url(../../assets/images/shape-img.svg);
    mask-image: url(../../assets/images/shape-img.svg);
    -webkit-mask-repeat: no-repeat;
    -moz-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    -moz-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -moz-mask-position: center center;
    mask-position: center center;
    position: relative;
    padding-bottom:42%;
    background-color: #0D2A50;
}
.two-column-newsletters-form .two-column-newsletters-form-inner:after { content: ""; position: absolute; right: 0; top: 0; background-image: url(../../assets/images/form-bg.svg); background-repeat: no-repeat; background-position: left top; width: 140%; height: 100%; z-index: -1; background-size: cover; min-height: 580px; }
.image-mask-clipping-inner { position: absolute; width: 100%; height: 100%; object-fit: cover;display: flex; max-width: 450px; align-items: center; left: calc((100% - 360px) / 2); max-width: 450px; }
.image-mask-clipping-inner h2 { color: #fff; font-size: 50px; line-height: 53px; font-weight: 700; font-family: 'Gotham';}
.image-mask-clipping-inner p { color: #fff; font-size: 19px; line-height: 31px; font-weight: 800; }
.two-column-newsletters-form-img { padding: 50px 0; }
.two-column-newsletters-form-sec { max-width: 595px; width: 100%; padding-left: 45px; }
.two-column-newsletters-form-sec .gform_heading h2 { color: #B3152E; font-size: 20px; line-height: 37px; text-transform: uppercase; font-weight: 700; font-family: 'Gotham'; }
.two-column-newsletters-form-sec form .gfield_label { color: #0C4782; font-size: 15px; font-weight: 400; font-family: 'Avenir'; letter-spacing: 0; margin-bottom: 5px; }
.two-column-newsletters-form-sec form input { outline: none !important; background-color: #fff !important; border-radius: 2px !important; height: auto !important; min-height: auto; line-height: normal !important; border: none !important; padding: 13px 10px !important; box-shadow: none !important; }
.two-column-newsletters-form-sec form .gfield { margin-bottom: 15px; }
.two-column-newsletters-form-sec form .gform_fields { grid-row-gap: 0; row-gap: 0; }
.two-column-newsletters-form-sec .gform_validation_errors { display: none !important;  }
.two-column-newsletters-form-sec form .gfield.gfield--type-html { color: #0F3153; font-family: 'Avenir'; font-size: 14px; line-height: 22px; }
.two-column-newsletters-form-sec form .gfield.gfield--type-html p { color: #0F3153; font-family: 'Avenir'; font-size: 14px; line-height: 22px; margin-bottom: 15px; }
.two-column-newsletters-form-sec form .gfield.gfield--type-html a { text-decoration: underline; }
.two-column-newsletters-form-sec form .gform_button { font-size: 15px !important; font-weight: 700 !important; font-family: 'Gotham' !important; background-color: #B3152E !important; text-decoration: none !important; color: #fff !important; padding: 14px 25px 14px 25px !important; border-radius: 200px !important; letter-spacing: 0px !important; text-transform: uppercase !important; display: inline-block !important; }
.two-column-newsletters-form-sec form .gform-footer.gform_footer { margin-top: 15px !important; }
.two-column-newsletters-form-sec .gform_confirmation_message { color: green; font-size: 20px; text-align: center; }
.two-column-newsletters-form-sec form .gform_button:hover { background-color: #fff !important; color: #B3152E !important; }

.page-id-1567 .shape-white { display: none; }
.page-id-1426 .shape-grey { display: none; }




.team-members-groups-wrap { padding-top: 40px; padding-bottom: 40px; }
ul.team-members-nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; list-style: none; }
ul.team-members-nav li:before { display: none; }
ul.team-members-nav li { margin: 0; padding: 0; }
ul.team-members-nav li a { color: #0C4782; font-weight: 700; font-family: 'Gotham'; font-size: 17px; padding: 9px 20px; line-height: 1; border-radius: 30px; text-transform: uppercase; display: inline-block; }
.team-members-groups-wrap { padding-top: 40px; padding-bottom: 40px; }

ul.team-members-nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; list-style: none; } 
ul.team-members-nav li:before { display: none; } 
ul.team-members-nav li { margin: 0; padding: 0; }
ul.team-members-nav li a { color: #0C4782; font-weight: 700; font-family: 'Gotham'; font-size: 17px; padding: 9px 20px; line-height: 1; border-radius: 30px; text-transform: uppercase; }
.team-members-group h3 { text-align: center; color: #B3152E; font-size: 35px; font-weight: 700; font-family: 'Gotham'; line-height: 1.5; }
.member-full-details .team-member {display: block;position: relative;width: 100%;height: 330px; }
.member-full-details { gap: 30px; row-gap: 30px; -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr); grid-template-columns: repeat(5, minmax(0, 1fr)); display: -ms-grid; display: grid; } 
.member-full-details .team-member img { width: 100%; display: block; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: top; object-position: top; }
.team-members-groups-wrap { padding-top: 40px; padding-bottom: 40px; }

ul.team-members-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
}

ul.team-members-nav li:before { display: none; }
ul.team-members-nav li {
    margin: 0;
    padding: 0;
}

ul.team-members-nav li a {
    color: #0C4782;
    font-weight: 700;
    font-family: 'Gotham';
    font-size: 17px;
    padding: 9px 20px;
    line-height: 1;
    border-radius: 30px;
    text-transform: uppercase;
}

.team-members-groups-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
}

ul.team-members-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin-bottom: 67px;
}
ul.team-members-nav.nav-sticky {
    position: fixed;
    left: 0;
    top: 88px;
    width: 100%;
    z-index: 9;
    background-color: #fff;
    padding: 20px 0;
    margin: 0;
}

ul.team-members-nav li:before {
    display: none;
}

ul.team-members-nav li {
    margin: 0;
    padding: 0;
}

ul.team-members-nav li a {
    color: #0C4782;
    font-weight: 700;
    font-family: 'Gotham';
    font-size: 17px;
    padding: 15px 25px;
    line-height: 1;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    background-color: transparent;
}

.team-members-group h3 {
    text-align: center;
    color: #B3152E;
    font-size: 35px;
    font-weight: 700;
    font-family: 'Gotham';
    line-height: 1.5;
    margin-bottom: 29px;
}

.member-full-details {
    gap: 24px;
    row-gap: 24px;
    -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
    grid-template-columns: repeat(5, minmax(0, 1fr));
    display: -ms-grid;
    display: grid;
    margin-bottom: 73px;
}

.member-full-details .team-member {
    display: block;
    position: relative;
    width: 100%;
    height: 330px;
}

.member-full-details .team-member img {
    width: 100%;
    display: block;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
}

.member-full-details .team-member .team-details-contant {
    position: absolute;
    width: 100%;
    bottom: 7px;
    padding: 0 18px 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.member-full-details .team-member .team-details-contant h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Avenir';
    line-height: 1.2;
    margin-bottom: 0;
}

.member-full-details .team-member .team-details-contant p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
}

.read-more-btn {color: #fff;padding-left: 32px;line-height: 1.1;font-size: 15px;font-family: 'Avenir';font-weight: 400;position: relative;opacity: 0;-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}

.team-details-contant span.read-more-btn {
    position: absolute;
    bottom: 5px;
    left: 10px;
}

.read-more-btn:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #C1122F;
    position: absolute;
    left: 10px;
    top: -2px;
}

.member-full-details .team-member:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-29.87%, rgba(12, 71, 130, 0)), color-stop(95.38%, #0D2A50));
    background: -o-linear-gradient(top, rgba(12, 71, 130, 0) -29.87%, #0D2A50 95.38%);
    background: linear-gradient(180deg, rgba(12, 71, 130, 0) -29.87%, #0D2A50 95.38%);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.member-full-details .team-member:hover .team-details-contant {
    padding-bottom: 30px;
}

.member-full-details .team-member:hover span.read-more-btn, .member-full-details .team-member:hover:before {
    opacity: 1;
}

.team-member-details {
    max-width: 1027.3857421875px;
    margin: 0 auto;
    background-color: #F3F8FF;
    padding: 60px 72px 60px 58px;
    position: relative;
}

.team-member-details .team-middle-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.team-middle-popup {
    overflow: auto;
    height: calc(100vh - 100px);
}

.team-member-details .team-middle-popup .team-left-details {
    width: 31.5%;
}

.team-member-details .team-middle-popup .team-briefing-block {
    width: 63.2%;
}

.team-member-details .team-middle-popup .team-left-details img {
    width: 100%;
    height: 333px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
}

.team-member-details .team-middle-popup .team-left-details  .team-heading {
    margin-top: 20px;
    position: relative;
    padding-left: 46px;
    margin-bottom: 17px;
}

.team-member-details .team-middle-popup .team-left-details .team-heading h2 {
    font-size: 30px;
    font-weight: 900;
    font-family: 'Avenir';
    letter-spacing: 0.00em;
    margin-bottom: 5px;
    line-height: 1; color: #0C4782;
}

.team-member-details .team-middle-popup .team-left-details .team-heading h3 {
    font-size: 23px;
    line-height: 1.1;
    font-weight: 500;
    font-family: 'Avenir';
    letter-spacing: 0.00em; color: #0C4782;
}

.team-member-details .team-middle-popup .team-left-details ul.team-contect-links {
    list-style: none;
    padding-left: 46px;
    margin: 0;
}

.team-member-details .team-middle-popup .team-left-details ul.team-contect-links li {
    margin-bottom: 6px;
    padding: 0;
}

.team-member-details .team-middle-popup .team-left-details ul.team-contect-links li:before {
    display: none;
}

.team-member-details .team-middle-popup .team-left-details ul.team-contect-links li a i {
    width: 28px;
    color: #B3152E;
    font-size: 17px;
}

.team-member-details .team-middle-popup .team-left-details ul.team-contect-links li a {
    font-weight: 500;
    font-family: 'Avenir';
    font-size: 19px; color: #0C4782;
}
.team-member-details .team-middle-popup .team-briefing-block ul li {
    color: #1F1C1C;
    font-family: 'Avenir';
    font-weight: 300 !important;
}
.team-member-details .team-middle-popup .team-left-details ul.team-contect-links li a:hover {
    color: #B3152E;
}

.team-member-details .team-middle-popup .team-briefing-block p {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.55;
    margin-bottom: 25px; color: #1F1C1C;
}

.team-member-details .team-middle-popup .team-briefing-block h5 {
    color: #1F1C1C;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.00em;
    font-family: 'Avenir';
    margin-bottom: 2px;
    line-height: 1.3;
}

.team-member-details .team-middle-popup .team-briefing-block h6 {
    color: #B3152E;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.00em;
    font-family: 'Avenir';
    margin-bottom: 27px;
}

.team-member-details .team-middle-popup .team-left-details .team-heading:before {
    content: "";
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 30px solid #C1122F;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.team-member-details button.mfp-close {
    position: absolute;
    right: 25px;
    top: 27px;
    font-size: 0;
    background-image: url(../../assets/images/close-icon.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: top center;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.team-member-details button.mfp-close:hover {opacity: 0.5;}
ul.team-members-nav li a.active {
    background-color: #D9E9FF;
    color: #B3152E;
}
.member-full-details .team-member:after { background: linear-gradient(180deg, rgba(12, 71, 130, 0) 51.5%, #0D2A50 89.2%); content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%;     transition: all 0.5s ease-in-out;}
.member-full-details .team-member:hover:after { opacity: 0; }














/*footer Css Start Here*/
footer { background-color: #0F3153; padding: 0; }
footer .footer-logo-inner { display: flex; flex-wrap: wrap; justify-content: space-between; padding: 80px 0 50px; }
footer .footer-logo-column { width: 25%; padding-right: 30px; padding-top: 20px; }
footer .footer-logo-column:first-child { padding-top: 0; }
.footer-logo figure img { max-width: 198px; width: 100%; }
.footer-logo figure { margin: 0; }
.footer-logo { display: inline-block; vertical-align: middle; }
footer .footer-logo-column strong { color: #0f3153; font-size: 16px; letter-spacing: 0.5px; line-height: 28px; font-weight: 400;}
footer .footer-logo-column p { color: #fff; font-weight: 500; display: inline-block; vertical-align: middle; font-size: 16px; letter-spacing: 0; line-height: 28px; color: #FFFFFF; text-decoration: none; width: 100%; padding-right: 30px; }
.footer-logo-column a { font-weight: 500; display: inline-block; vertical-align: middle; font-size: 16px; letter-spacing: 0.5px; line-height: 28px; color: #FFFFFF; text-decoration: none; width: 100%; }
.footer-logo-column a:hover { text-decoration: none; color: #C2DBFF; }
.footer-location-block { background-color: #0f3153; padding: 25px 0; }
.footer-location-wrap { display: flex; flex-wrap: wrap; width: 100%; justify-content: space-between; }
footer .footer-location-list { width: 25%; padding: 0 7px; }
.footer-location-list ul { margin: 0; padding: 0; list-style: none; }
.footer-location-list ul li { padding: 0; margin: 0; list-style-type: none; }
.footer-location-list ul li p { color: #fff; letter-spacing: 0.5px; line-height: 28px; font-size: 13px; font-weight: 300;}
.footer-location-list ul li:before { content: ""; display: none; }
footer .footer-btm { background-color: #fff; padding: 25px 0; }
footer .footer-btm .container { max-width: 100%; padding: 0 65px; } 
footer .footer-btm-wrap { display: flex; align-items: center; justify-content: space-between; } 
footer .footer-btm-wrap .copyright p { color: #0D2A50; font-size: 13px; line-height: 23px; font-weight: 400; letter-spacing: 0.5px; margin: 0; }
footer .footer-btm-wrap .copyright p img { top: 4px; position: relative; } 
footer .footer-listing ul { display: flex; } 
footer .footer-listing ul li a { color: #0D2A50; font-size: 13px; line-height: 23px; font-weight: 400; letter-spacing: 0px; margin: 0;  font-family: 'Avenir'; font-weight: 400; } 
footer .footer-listing ul li { margin-right: 39px; } 
footer .footer-listing ul li:last-child { margin-right: 0; }
footer .footer-logo-column strong { color: #fff; }
footer .footer-logo-column strong { color: #fff; font-family: 'Gotham'; width: 100%; display: inline-block; font-weight: 700; text-transform: uppercase; font-size: 16px; letter-spacing: 0.5px; margin-bottom: 1px; }
.footer-logo-column-inner { margin-bottom:15px; }
.footer-logo-column-inner figure { margin: 0 0 10px 0; }
footer .footer-social-icon ul { display: flex; align-items: center; }
footer .footer-social-icon ul li { margin-right: 18px; }
footer .footer-social-icon ul li:last-child { margin-right: px; }
footer .footer-social-icon ul li a { background-color: #C2DBFF; width: 31px; height: 31px; border-radius: 50%; color: #0D2A50; font-size: 18px; display: flex; align-items: center; justify-content: center; transition: all 0.5s ease-in-out; }
footer .footer-social-icon ul li a:hover { color: #fff; background-color: #B3152E; }
footer .social-media { margin-top: 4px; }
footer .footer-social-icon ul li a i { position: relative; top: 1px; left: 1px; }
footer .footer-social-icon { padding-left: 12px; }

/*hero banner css start*/
.main-hero-banner-wrap .item { background-size: cover; background-repeat: no-repeat; background-position: center center; width: 100%; height: 100%; position: relative; padding: 220px 0; }
.main-hero-banner-wrap .item:after { width: 100%; height: 100%; content: " "; background: rgba(0, 0, 0, 0.3); position: absolute; left: 0; top: 0; z-index: 0; }
.main-hero-banner-wrap .hero-banner-content { text-align: center; max-width: 1000px; margin: 0 auto; padding: 0px 30px; flex-wrap: wrap; display: flex; align-items: center;}
.main-hero-banner-wrap .hero-banner-content h1 {color: #fff; text-transform: uppercase; }
.main-hero-banner-wrap .hero-banner-content p {color: #fff; font-size: 18px; line-height: 28px;}
/*hero banner css end*/

/*slick button css start*/

button.slick-prev.slick-arrow { position: absolute; left: 0; z-index: 11; top: 50%; transform: translateY(-50%); background: transparent; font-size: 0; padding: 0; border: none; cursor: pointer; } 
button.slick-next.slick-arrow { position: absolute; right: 0; z-index: 11; top: 50%; transform: translateY(-50%); background: transparent; border: none; font-size: 0; cursor: pointer; } 
button.slick-prev.slick-arrow:after { content: ''; height: 30px; width: 30px; position: absolute; background-color: transparent; top: 50%; left: 20px; border-top: #007aff solid 3px; border-left: #007aff solid 3px; transform: rotate(-45deg); } 
button.slick-next.slick-arrow:after { content: ''; height: 30px; width: 30px; position: absolute; background-color: transparent; top: 50%; right: 40px; border-top: #007aff solid 3px; border-left: #007aff solid 3px; transform: rotate(135deg); }

ul.slick-dots li { margin:0 6px; padding: 0; width: auto; display: block; width: 14px; height: 14px; background: #D9D9D9; cursor: pointer; border-radius: 50%; border: 1.55px solid #FFFFFF}
ul.slick-dots { display: flex; padding: 0; position: absolute; right: 0; left: 0; justify-content: center; align-items: center; }
ul.slick-dots li button { border: none; background-color: transparent; font-size: 0; }
ul.slick-dots li:before { display: none; }
ul.slick-dots li.slick-active{ background: #AD8400; width: 17px; height: 17px; }
button.slick-prev.slick-arrow.slick-disabled, button.slick-next.slick-arrow.slick-disabled { opacity: 0; }

/*slick button css end*/
.pattern-image img { width: 100%; height: auto; }


/*counter block css start here*/
.counter-block { padding: 100px 0; }
.counter-block .section-heading { text-align: center; margin-bottom: 20px; }
.counter-block .section-heading h2 { color: #b3152e; }
.counter-block .counter-block-row { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.counter-block .counter-block-column { width: 33.33%; padding: 0 15px; text-align: center; }
.counter-block .counter-block-column h3 { font-size: 32px; position: relative; }
.counter-block .counter-block-column p { font-size: 16px; font-weight: 300; }

/*general content css start here*/
.general-content { padding: 100px 0; background-repeat: no-repeat; background-size: cover; background-position: center center; }
.general-content .section-heading { text-align: center; max-width: 1170px; margin:0 auto;}
.general-content .section-heading h3 { color: #fff; }
.general-content .section-heading p { color: #fff; }
.general-content .section-heading cite { color: #fff; }
.general-content .section-heading em { color: #fff; }
.general-content .section-heading .name { margin-bottom: 25px; }

/* two column card block css start here*/
.two-column-card-block { width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center; padding: 80px 0; }
.two-column-card-block .two-column-card-block-wrap { display:flex; flex-wrap: wrap; align-items:flex-start; }
.two-column-card-block .two-column-card-content { width: 50%; max-width: 520px; }
.two-column-card-block .two-column-card-box { width: 50%; background-color: #fff; max-width: 350px; margin-left: auto; }
.two-column-card-block .two-column-card-content p { color: #fff; }
.two-column-card-block .two-column-card-content h3 { color: #fff; }
.two-column-card-block .two-column-card-box h4 { background-color: #b3152e; color: #fff; padding: 15px 25px 15px 25px;  margin: 0; text-align: center; }
.two-column-card-block .two-col-card-inner-content a { display: inline-block; width: 100%;}
.two-column-card-block .two-col-card-inner-content { padding:20px 25px 15px 25px; position: relative; }
.two-column-card-block .two-col-card-inner-content:after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; width:calc(100% - 50px); height: 1px; background-color: #dee2e6; }
.two-column-card-block .btn-wrap { padding: 25px 25px 25px 25px; text-align: center; }
.two-column-card-block .two-col-card-inner-content p { margin-bottom: 2px; }
.two-column-card-block .two-col-card-inner-content h5 { margin-bottom: 4px; }
.card-arrow { position: relative; }
.card-arrow:before { content: ""; display: inline-block; width: 0; height: 0; border-style: solid; border-width: 27.5px 47.6px 27.5px 0; border-color: transparent #ffffff transparent transparent; position: absolute; top: 0%; bottom: 0; left: -47px; z-index: 10; }

/* two column card block css start here*/
.two-column-heading-with-content { padding:50px 0; }
.two-column-heading-with-content-wrap { display: flex; flex-wrap: wrap; align-items: center; }
.two-column-heading-with-content-wrap .section-heading { width: 25%; position: relative; }
.two-column-heading-with-content-wrap .section-desc { width: 75%; padding-left: 25px;}
.two-column-heading-with-content-wrap .section-heading h2 { margin: 0; border-right: 1px solid #dee2e6;  }
.two-column-heading-with-content-wrap .section-desc p:last-child { margin-bottom: 0; }

/*inner banner css start here*/
.inner-hero_banner-with-image { padding: 70px 0 0; background-size: cover; background-repeat: no-repeat; background-position: center center; background-color: #343a40; }
.inner-hero_banner-with-image-wrap h1 { font-size: 88px; line-height:70px; font-weight: 900; color: #fff; text-transform: uppercase; font-family: 'Arial'; margin-bottom: 0;}

/*icon cards css start here*/
.icon-cards { padding:40px 0; }
.icon-cards .section-header { position: relative; text-align: center; margin-bottom: 48px; }
.icon-cards .section-header h2 { position: relative; }
.icon-cards .section-header h2:before { display: none; }
.icon-cards .section-header h2:after { display: none; }
.title-line h2:before { content: ""; position: absolute; width: 30%; height: 2px; left: 0; background-color: #eff4fb; top: 50%; z-index: -1; }
.title-line h2:after { content: ""; position: absolute; width: 30%; height: 2px; right: 0; background-color: #eff4fb; top: 50%; z-index: -1; }
.icon-cards .icon-cards-row { display: flex; flex-wrap: wrap; max-width: 1080px; margin: 0 auto;}
.icon-cards .icon-cards-column { width: 50%; padding:0 15px; }

.icon-cards .icon-card { text-align: center; margin-top: 3rem; margin-bottom: 1.5rem; }
.icon-cards .card { box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important; border-radius: 0 !important; border-color: #f8f9fa !important; }
.icon-cards .card { position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, .125); border-radius: .25rem; }
.icon-cards .icon-card .card-icon { width: 100px; height: 100px; padding: 10px; position: relative; background: #fff; border-radius: 100px; margin: 0 auto; border: 3px solid #b3152e; top: -50px; margin-bottom: -36px; display: flex; align-items: center; }
.icon-cards .icon-card .card-icon-outer { position: relative; }
.icon-cards .card-body { padding: 20px; }
.icon-cards .card-body p { letter-spacing: 0.5px; }

/*two-column-content-map-box css start here*/
.two-column-content-map-box { padding: 50px 0; }
.two-column-content-map-box-wrap { box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important; border-radius: 0 !important; border-color: #f8f9fa !important; background-color: #fff; border: 1px solid rgba(0, 0, 0, .125);  padding: 48px; }
.atn-history-content  { display: flex; flex-wrap: wrap; }
.atn-history-content .atn-history-content-left { width: 50%; padding: 0 15px; }
.atn-history-content .atn-history-content-rt { width: 50%; padding: 0 15px; }
.two-column-content-map-box-wrap .section-header { padding: 0 15px; }
.two-column-content-map-box .map-box iframe { width: 100%; margin: 50px 0 0 0; }

/*diamond-popup css start here*/

.diamond-popup-image { position: relative; }
.diamondswrap { padding: 0 0 120px; text-align: center; }
.diamond-popup-content-wrap { display: flex; flex-wrap: wrap; align-items: center;}
.diamond-popup-content-wrap .diamond-popup-image { width: 50%; }
.diamond-popup-content-wrap .diamond-popup-desc { width: 50%; padding-left: 20px; }
.diamond-popup-content-wrap .diamond-popup-desc h2 { color: #b3152e; margin-bottom: 0;}
.diamond-popup-content-wrap .diamond-popup-desc h4 { font-weight: 300; }
.diamond-popup-content-wrap .diamond-popup-desc .nav { margin-bottom: 35px; }
.diamond-popup-content-wrap .diamond-popup-desc .nav .nav-item { margin-right: 30px; }
.diamond-popup-content-wrap .diamond-popup-desc .nav a { display: inline-block; color: #0f3153; font-weight: 300; }
.diamond-popup-content-wrap .diamond-popup-desc .nav a:hover { color: #b3152e; }
.diamond-popup-image .shape-image img { overflow: hidden; vertical-align: middle; width: 100%; height: 100%; position: absolute; top: 0; left: 0; cursor: pointer; }
.diamond-popup-image .shape-image figure { margin: 0; }
.teamModal-image { padding: 15px; }
.diamond-popup-image .mfp-close { width: 100%; height: 100%; opacity:0 !important; }
.diamond-popup-content.white-popup { position: relative; background: #eff4fb; padding: 40px 40px 40px 10px; width: auto; max-width: 1230px; margin: 20px auto; transition: 1s all; }

.diamondswrap-section { padding: 80px 0 80px; overflow: hidden;}
.diamond-box-inner .item .item-content a { width: 100%; padding: 0 16px; display: flex; align-items: center; justify-content: center; height: 100%; }
.diamond-box-inner .item .item-content h6 { color: #fff; font-weight: 700; margin-bottom: 0; width: 100%; text-wrap: initial; line-height: 22px; }
.diamond-box-inner .item .item-content small { color: #fff; font-size: 13px; font-weight: 400; text-wrap: initial; line-height: 23px; display: inline-block; }
.diamond-box:hover { border-color: #b3152e !important; }
.diamond-box-inner .item img { opacity: 0.4; object-fit: cover;}
.diamond-box-inner .item .item-content { display: none; }
.diamond-box-inner .item:hover .item-content { display: flex; position: absolute; width: 100%; background: rgba(17, 50, 82,0.5); z-index: 10; top: 0; height: 100%; align-items: center; }
.diamonds { text-align: center; overflow: visible; white-space: nowrap; display: inline-block; }
.diamond-row-wrap { text-align: center; position: relative; float: left; clear: both; }
.diamond-row-upper, .diamond-row-lower { overflow: visible; clear: both; width: 100%; }
.diamond-row-lower { position: absolute; bottom: 0; }
.diamond-row-lower .diamond-box { margin-left: 64.644660941%; margin-top: 64.644660941%; }
.diamond-box-wrap { float: left; width: 200px; height: 200px; }
.diamond-box { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; overflow: hidden; position: relative; z-index: 1; width: 70.710678118%;height: 70.710678118%; margin: 14.644660941%; border: 1px solid transparent; } 
.diamond-box-inner { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transform-origin: center center; -moz-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; width: 141.421356237%; height: 141.421356237%; margin: -20.7106781185% 0 0 -20.7106781185%; }
.diamond-popup-content-wrap .diamond-popup-desc .teammodal-content ul li { font-weight: 400; font-family: 'Roboto', sans-serif; font-size: 16px; margin-bottom: 5px; }
.diamond-popup-content-wrap .diamond-popup-desc .teammodal-content ul li strong { font-weight: 400; font-family: 'Roboto', sans-serif; font-size: 16px; }
.diamond-popup-content-wrap .diamond-popup-desc .teammodal-content ul li:before { width: 5px; height: 5px; top: 10px; }
.diamond-popup-content-wrap .diamond-popup-desc .teammodal-content ul { margin-left: 20px; }
.h-100 { height: 100% !important; } 
/* Fade-in */
.mfp-fade.mfp-bg { opacity: 0; transition: all 0.3s ease-out; }
.mfp-fade.mfp-bg.mfp-ready { opacity: 0.8; }
.mfp-fade.mfp-bg.mfp-removing { opacity: 0; }
/* Content fade */
.mfp-fade.mfp-wrap .mfp-content { opacity: 0; transform: translateY(20px); transition: all 0.3s ease-out; }
.mfp-fade.mfp-wrap.mfp-ready .mfp-content { opacity: 1; transform: translateY(0); }
.mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; transform: translateY(20px); }
body.popup-open { overflow: hidden; }

.full-width-map-block p { margin: 0; }
.full-width-map-block iframe { width: 100%; }

/*solutions slider css start here*/
.solutions-slider { padding:60px 0; overflow: hidden;}
.stacked-cards { position: relative; }
.stacked-cards ul { position: relative; margin: 0 auto; padding-left: 0; }
.stacked-cards li { background-color: #00bcd4; }.stacked-cards li:nth-child(n) {background-color: #3599db;}
.stacked-cards li:nth-child(2n) { background-color: #e61b77; }
.stacked-cards li:nth-child(3n) { background-color: #00bcd4; }
.stacked-cards li:nth-child(4n) { background-color: #f4b251; }
.stacked-cards li:nth-child(5n) { background-color: #8e4497; }
.stacked-cards li { margin-top: 5px; cursor: pointer; box-shadow: 0 3px 6px 0px #333; list-style: none; width: 75%; position: absolute; left: 50%; transition: 0.5s ease transform; min-height: 500px; display: flex; height: 100%; }
.stacked-cards li.slide{ background-position:center center; background-size: cover;}
.stacked-cards .card-overlay { background:linear-gradient(180deg, #bf9671 0%, #375b7e 61.87%, #000 100%); z-index: -1; mix-blend-mode: hard-light; position: absolute; width: 100%; height: 100%; border-radius: .25rem !important;}
.stacked-cards .stacked-cards-row .btn { padding: 6px 15px; }

@media (min-width: 1025px) { 
    .stacked-cards li { width: 40%; }
}
@media (min-width: 1200px) {
    .stacked-cards li { width: 40%; }
}
.stacked-cards li.stacked-cards-bg { border-radius: .25rem !important; background-size: cover; }
.stacked-cards .stacked-cards-row { padding: 22px; }
.stacked-cards .stacked-cards-row h4 { color: #fff; margin-bottom: 10px;}
.stacked-cards li:after { bottom: 0; content: ""; left: 0; position: absolute; right: 0; top: 0; }
.stacked-cards li.active:after { display: none; }
.stacked-cards li img { position: relative; display: block; max-width: 100%; height: auto; z-index: 4; }
.stacked-cards p { color:#fff !important; }
.stacked-cards li.active { cursor:default; box-shadow:0 5px 10px 0px #333; transition:0.5s ease transform; }

/*join our team css start here*/
.join-our-team-section { padding: 80px 0; }
.join-our-team-section .join-our-team-btn-inner { margin: 0 -15px; margin-bottom: 30px; }
.join-our-team-section .join-our-team-btn-inner .join-our-team-btn a { background-color: #eff4fb; border-color: transparent; color: #0f3153; display: block; border-radius: 0px !important; margin-bottom: 1rem; margin-top: 1rem; text-align: left; font-weight: bold; font-size: 1.1rem; box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important; padding: 8px 16px; transition: all 0.5s ease-in-out; }
.join-our-team-section .join-our-team-btn-inner .join-our-team-btn a:hover { box-shadow: 0 1px 3px 0 #c6c6c6 !important; }
.join-our-team-section .join-our-team-btn-inner .join-our-team-btn { padding: 0 15px; }
.join-our-team-section .join-our-team-wrap small { font-weight: 400; display: inline-block; }
.join-our-team-section .join-our-team-wrap {margin-bottom: 30px; padding-top: 15px; border: 0; border-top: 1px solid rgba(0, 0, 0, .1); }
.join-our-team-section .join-our-team-wrap p { letter-spacing: 0.5px; line-height: 28px; }
.proposal-contract-terms-conditions .join-our-team-wrap { border-top: none; padding-top: 0; }
.proposal-contract-terms-conditions .inner-hero_banner-with-image-wrap h1 { line-height: 98px; position: relative; top: 15px;}


/*impacts results css start here*/
.impacts-results { padding: 40px 0 0 0; }
.impacts-results .impacts-results-wrap { display: flex; flex-wrap: wrap; padding: 30px 0; }
.impacts-results .impacts-results-content { width: 60%; padding-right: 100px; }
.impacts-results .impacts-results-image { width: 40%; }
.impacts-results .impacts-results-content a.h5 { color: #b3152e; display: inline-block; width: 100%; font-weight: 700; text-decoration: none;}
.impacts-results .impacts-results-content h2 { font-size: 50px; line-height: 53px; }
.impacts-results .impacts-results-image ul li { font-weight: 300; }
.impacts-results .impacts-results-image ul { margin-left: 20px; margin-bottom: 25px; }
.impacts-results .impacts-results-image ul li:before { top: 11px; width: 5px; height: 5px; }
.impacts-results .impacts-results-image ul li { font-size: 16px; margin-bottom: 2px; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: pointer !important; }

/*stories of success css start here*/
.stories-of-success { padding: 0 0 50px 0; }
.stories-of-success .stories-of-success-item { display: flex; align-items: center; margin-bottom: 16px; transition: all 0.5s ease-in-out;  }
.stories-of-success .stories-of-success-item:hover { box-shadow: 0 .225rem .5rem rgba(0,0,0,.15); }
.stories-of-success .stories-of-success-item.classes-arrow:hover:before { border-color: transparent transparent transparent #b3152e !important; }
.stories-of-success .stories-of-success-item.classes-arrow:hover:after { background: #b3152e; }
.stories-of-success .stories-of-success-item { position: relative; box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important; transition: box-shadow 0.3s ease-in-out; background-color: #fff; padding: 24px 24px 24px 45px; border-radius: .25rem !important; border: 1px solid #dee2e6!important;}
.stories-of-success .stories-of-success-item .stories-of-success-icon { width: 180px; }
.stories-of-success .stories-of-success-item .stories-of-success-icon + .stories-of-success-desc { width: calc(100% - 180px); padding-left: 30px; }
.classes-arrow::before { content: ""; width: 0; height: 0; border-style: solid; border-width: 15px 0 15px 15px; border-color: transparent transparent transparent #eff4fb; position: absolute; top: 14px; margin: auto; left: 14px; z-index: 10; transition: all 0.5s ease-in-out; }
.classes-arrow::after { content: ""; position: absolute; left: 0px; top: 0; width: 15px; height: 100%; background: #f8f9fa; border-radius: .25rem 0 0 .25rem; transition: all 0.5s ease-in-out; }
.stories-of-success .stories-of-success-item .stories-of-success-icon figure { margin: 0; }
.stories-of-success small { display: inline-block; font-weight: 400; }
.stories-of-success small a { text-decoration: none; }
.stories-of-success small a:hover { color: #b3152e; }

/*two column text with-media css start here*/
.two-column-text-with-media-block { padding:80px 0; }
.two-column-text-with-media-wrap { display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 0; }
.two-column-text-with-media-wrap .two-column-text-with-media-desc { width: 50%; padding-right: 50px; }
.two-column-text-with-media-wrap .two-column-text-with-media-img { width: 50%; }
.two-column-text-with-media-wrap.media-text .two-column-text-with-media-desc { order:2; padding:0 0 0 50px; }
.two-column-text-with-media-wrap.media-text .two-column-text-with-media-img { order: 1; }
.two-column-text-with-media-wrap .two-column-text-with-media-img figure { margin: 0; }
.two-column-text-with-media-wrap .two-column-text-with-media-desc .btn { margin-right: 10px; margin-bottom: 10px; }

/*partners section start here*/
.partners-section { padding: 80px 0; }
.partners-section .partners-logo-with-content { display: flex; flex-wrap: wrap; max-width: 980px; margin: 0 auto; margin-top: 48px; margin-bottom: 70px; }
.partners-section .partners-content { width: 65%; box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important; border-radius: 0 !important; border-color: #f8f9fa !important; padding: 48px; }
.partners-section .partners-logo { width: 35%; background-color: #eff4fb; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 48px; }
.partners-section .partners-logo-with-content .partners-content a { display: inline-block; width: 100%; color: #b3152e; font-size: 16px; line-height: 26px;  font-family: 'Gotham'; font-weight: 300; margin-bottom: 2px; text-decoration: none;}
.partners-section .partners-logo-with-content .partners-content p { margin: 20px 0 20px 0; }
.horizontal-logo { max-width: 890px; margin:0 auto; display:flex; flex-wrap: wrap; justify-content: center; margin-top: 60px; margin-bottom:0px; }
.horizontal-logo .horizontal-logo-item { width:33.33%; display:flex; align-items:center; justify-content: center; padding: 0 15px; }
.horizontal-logo .horizontal-logo-item figure img { filter:grayscale(100%); transition:all 0.5s ease-in-out; }
.horizontal-logo .horizontal-logo-item figure img:hover { filter: grayscale(0%); }

/*single workshop css start here*/
.single-workshop-section { margin: 40px 0; }
.single-workshop-section .single-workshop-wrap { max-width: 1080px; margin: 0 auto; box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important; border-radius: 0 !important; border-color: #f8f9fa !important; }
.single-workshop-form-wrap { max-width: 1080px; margin: 0 auto; box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important; border-radius: 0 !important; border-color: #f8f9fa !important; background-color: #eff4fb !important; padding: 48px; }
.single-workshop-wrap .post-thumbnail img { width: 100%; }
.single-workshop-wrap .workshop-btn-pad{padding-bottom:35px;}
.single-workshop-wrap .entry-content { padding: 0 48px 48px 48px; }
.single-workshop-wrap .entry-header { padding: 48px 48px 0px 48px; }
.single-workshop-section .single-workshop-wrap h1 { text-transform: uppercase; }
.single-workshop-wrap .entry-content p small { font-weight: 400; display: inline-block; font-size: 16px; color: #0f3153; }
.single-workshop-wrap .entry-content p { margin-bottom: 10px;}
.single-workshop-wrap .entry-content ul li { font-weight: 300; font-size: 16px; margin-bottom: 0; }
.single-workshop-wrap .entry-content ul li:before { width: 5px; height: 5px; left: 2px; top: 10px; }
.single-workshop-wrap .entry-content ul { margin: 0 0 20px 20px; }
.single-workshop-wrap .entry-content p ins { background: transparent; }
.single-workshop-wrap .entry-content img { margin: 50px 0 0 0; }
.single-workshop-form-wrap .gform_validation_errors { display: none !important; }
.single-workshop-form-wrap .section-heading h2 { margin-bottom: 10px; }

.single-workshop-form-wrap form .gform_fields input { background-color: white; height: 40px; padding: 10px 12px; border-radius: 4px; border: 1px solid transparent; box-shadow: 0 1px 3px 0 #e6ebf1; -webkit-transition: box-shadow 150ms ease; transition: box-shadow 150ms ease; width: 100%; border-color: #fa755a; box-shadow: inset 0 1px 3px 0 #c6c6c6 !important; font-size: 16px; color: #495057; }

.single-workshop-form-wrap form .gform_fields select { background-color: white; height: 40px; padding:0px 12px; border-radius: 4px; border: 1px solid transparent; box-shadow: 0 1px 3px 0 #e6ebf1; -webkit-transition: box-shadow 150ms ease; transition: box-shadow 150ms ease; width: 100%; border-color: #fa755a; box-shadow: inset 0 1px 3px 0 #c6c6c6 !important; font-size: 16px; color: #495057; cursor: pointer;}

.single-workshop-form-wrap form .gform_fields textarea { background-color: white; padding: 10px 12px; border-radius: 4px; border: 1px solid transparent; box-shadow: 0 1px 3px 0 #e6ebf1; -webkit-transition: box-shadow 150ms ease; transition: box-shadow 150ms ease; width: 100%; border-color: #fa755a; box-shadow: inset 0 1px 3px 0 #c6c6c6 !important; font-size: 16px; color: #495057; height: 118px; min-block-size: initial !important;  }

.gfield_required.gfield_required_text { display: none; }
.single-workshop-form-wrap form .gform_fields label { font-weight: 700; font-size: 16px; text-transform: uppercase; color: #0f3153; font-family: 'Roboto', sans-serif; }
.single-workshop-form-wrap form .gform_fields input:focus { outline: none; }
.single-workshop-form-wrap form .gform_fields textarea:focus { outline: none; }
.single-workshop-form-wrap form .gform_fields select:focus { outline: none; }
.single-workshop-form-wrap form .gform_fields { grid-row-gap: 20px; row-gap: 20px; }
.single-workshop-form-wrap form .gfield h3 { font-size: 16px; font-weight: 700; color: #113252; margin-bottom: 10px;}
.single-workshop-form-wrap form .gfield p { font-size: 16px; line-height: 28px; font-weight: 300; color: #113252; margin-bottom: 15px;}
.single-workshop-form-wrap form .gform-footer .gform_button { background-color: #b3152e !important; border-color: #b3152e !important; color: #fff !important; display: inline-block !important; text-transform: uppercase !important; font-weight: 700 !important; font-family: 'Roboto', sans-serif !important; border-radius: 0 !important; }
.single-workshop-form-wrap form .gform-footer .gform_button:hover { background-color: #d71d1d !important; border-color: #d71d1d !important; }
.single-workshop-form-wrap form .gform-footer .gform_button:focus { outline: none !important; }

.post-thumbnail-image { position: relative; }
.post-thumbnail-image date { display: inline-block; position: absolute; top: 0; background-color: #b3152e; font-weight: 900; text-transform: uppercase; color: #fff; font-family: 'Roboto', sans-serif; padding: 15px 24px; }


.contact-us-main-wrap { display: flex; flex-wrap: wrap; align-items: start; padding: 40px 0; }
.contact-us-main-wrap .contact-us-main-content { width: 65%; padding-right: 30px; }
.contact-us-main-wrap .contact-us-main-form { width: 35%; background-color: #eff4fb; padding: 20px; }
.contact-us-main-wrap .contact-us-main-form h2 { margin-bottom: 10px; }
.contact-us-main-wrap .contact-us-main-form form .gform_fields { grid-row-gap: 20px !important; row-gap: 20px !important; }
.contact-us-main-wrap .contact-us-main-form form .gfield input { background-color: white; height: 40px; padding: 10px 12px; border-radius: 4px; border: 1px solid transparent; box-shadow: inset 0 1px 3px 0 #c6c6c6 !important; -webkit-transition: box-shadow 150ms ease; transition: box-shadow 150ms ease; width: 100%; border-color: #fa755a;}
.contact-us-main-wrap .contact-us-main-form form .gfield input:focus { outline: none; }
.contact-us-main-wrap .contact-us-main-form form .gfield textarea:focus { outline: none; }
.contact-us-main-wrap .contact-us-main-form form .gfield textarea { background-color: white; height: 180px; padding: 10px 12px; border-radius: 4px; border: 1px solid transparent; box-shadow: inset 0 1px 3px 0 #c6c6c6 !important; -webkit-transition: box-shadow 150ms ease; transition: box-shadow 150ms ease; width: 100%; border-color: #fa755a; min-block-size:initial !important; }
.contact-us-main-form .gform_validation_errors { display: none; }
.contact-us-main-wrap .contact-us-main-form form .gform-footer .gform_button { background-color: #b3152e !important; border-color: #b3152e !important; color: #fff !important; display: inline-block !important; text-transform: uppercase !important; font-weight: 700 !important; font-family: 'Roboto', sans-serif !important; border-radius: 0 !important; }
.contact-us-main-wrap .contact-us-main-form form .gform-footer .gform_button:hover { background-color:#d71d1d !important; border-color: #d71d1d !important; }
.contact-us-main-wrap .contact-us-main-form form .gform-footer .gform_button:focus {outline:none !important; }
.mapbox-map-iframe .contact-us-main-wrap { margin-bottom: 40px; }

.contact-us-main-wrap .contact-us-main-content ul li:before { display: none; } 
.contact-us-main-wrap .contact-us-main-content ul li { padding: 0; margin: 0 4px 0 0; } 
.contact-us-main-wrap .contact-us-main-content ul { display: flex; margin: 25px 0 20px 0; }
.contact-us-main-wrap .contact-us-main-content ul li a { font-size: 32px; }
.gform_confirmation_message { color: green; font-weight: 500; }

/*resources block css start here*/
.resources-block { padding: 48px 0 48px 0; }
.resources-block .resources-block-wrap { display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -15px; }
.resources-block .resources-block-col { padding: 0 15px; width: 33.33%; }
.resources-block .resources-block-col-inner { box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important; border-radius: 0 !important; border-color: #f8f9fa !important; position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, .125); margin-top: 3rem; margin-bottom: 1.5rem; }
.resources-block .resources-card-icon { width: 100px; height: 100px; padding: 10px; position: relative; background: #fff; border-radius: 65px; margin: 0 auto; border: 3px solid #b3152e; top: -50px; margin-bottom: -36px; display: flex; align-items: center; justify-content: center; }
.resources-block .resources-card-body { text-align: center; padding: 1.25rem; }
.resources-block .resources-block-col h4 { transition: all 0.5s ease-in-out; margin-bottom: 0;  }
.resources-block .resources-block-col a:hover h4 { color: #b3152e; }
.resources-block .resources-card-icon img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }


/*toolbox section css start here*/
.toolbox-section { padding: 70px 0; }
.toolbox-section ul li ul li:before { display: none; }
.toolbox-section ul li ul li { list-style: circle; padding: 0; font-size: 16px; font-weight: 300;}
.toolbox-section ul li ul { margin: 20px 0 20px 20px; }
.toolbox-section ul li ul li a {  color: #0563c1; text-decoration: underline; }
.toolbox-section .toolbox-wrap strong { display: inline-block; width: 100%; }
.toolbox-section .two-iframe-block { margin: 0 0 15px 0; display: flex; flex-wrap: wrap; }
.toolbox-section .two-iframe-block iframe {margin-right: 30px; margin-bottom: 15px; }
.toolbox-section ul li:before { top: 11px; width: 5px; height: 5px; }
.toolbox-section ul li { font-size: 16px; }

/*product catalog section css start here*/
.product-catalog-section { padding: 80px 0; }
.product-catalog-section figure { margin: 0; }
.product-catalog-section .product-catalog-section-wrap img { margin-bottom: 30px; }
.product-catalog-section .product-catalog-section-wrap {  text-align: center; }
.product-catalog-section .product-catalog-section-wrap figcaption { color: #0f3153; text-decoration: underline; }
.product-catalog-section-wrap { display: flex; flex-wrap: wrap; }
.product-catalog-section-wrap .roduct-catalog-col { width: 33.33%; padding: 0 15px; margin-bottom: 30px; }

/*newsletters section css start here*/
.newsletters-with-form .newsletters-with-form-wrap { display: flex; } 
.newsletters-with-form .newsletters-with-form-left { width: 50%; } 
.newsletters-with-form .newsletters-with-form-right { width: 50%; } 
.newsletters-with-form { padding: 70px 0; } 
.newsletters-with-form .newsletters-with-form-left a { text-decoration: none; }
.newsletters-with-form .newsletters-with-form-right p { color: #323232; font-weight: 400; }
.newsletters-with-form .newsletters-with-form-right h2 { font-size: 28px; }
.newsletters-with-form .newsletters-with-form-right form .gfield label { font-size: 16px; text-transform: uppercase; font-weight: 700; color: #323232; }
.newsletters-with-form .newsletters-with-form-right form .gfield input { width: 100%; height: 46px; padding: 10px 15px; border: 1px solid #b0b6bb; background-color: #ffffff; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); border-radius: 3px; font-size: 16px; line-height: 1.5;  Arial, sans-serif; color: #323232; display: inline-block; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; }
.newsletters-with-form .newsletters-with-form-right form .gfield input:focus { outline: none; }
.newsletters-with-form .newsletters-with-form-right form .gform_fields { grid-row-gap: 24px; row-gap: 24px; }

.newsletters-with-form .newsletters-with-form-right form .gform-footer .gform_button { background-color: #b3152e !important; border-color: #b3152e !important; color: #fff !important; display: inline-block !important; text-transform: uppercase !important; font-weight: 700 !important; font-family: 'Roboto', sans-serif !important; border-radius: 0 !important; padding: 10px 30px !important; line-height: normal !important; height: auto !important; min-height: auto !important; }
.newsletters-with-form .newsletters-with-form-right form .gform-footer .gform_button:hover { background-color:#d71d1d !important; border-color: #d71d1d !important; }
.newsletters-with-form .newsletters-with-form-right form .gform-footer .gform_button:focus {outline:none !important; }
.newsletters-with-form .newsletters-with-form-right form .gfield.gfield--type-html { font-weight: 400; }
.newsletters-with-form .newsletters-with-form-right form .gfield.gfield--type-html a { text-decoration: underline; color: #323232; }
.newsletters-with-form-right .gform_validation_errors { display: none !important; }
.newsletters-with-form-right .gform_confirmation_message { font-weight: 600; color: green; font-size: 18px; }
.newsletters-with-form .newsletters-with-form-right .gfield { position: relative; }
.newsletters-with-form .newsletters-with-form-right .gfield span { color: #f5463b; position: absolute; left: -10px; }

/*workshops css start here*/
.workshops { padding: 40px 0 0 0; }
.workshops-wrap { padding: 30px 0; }
.workshops-wrap .section-heading { margin-bottom: 30px; }
.workshops-wrap .section-heading h2 { font-size: 50px; line-height: 53px; }
.workshops-wrap-row .workshops-wrap-img figure { margin: 0; height: 100%; }
.workshops-wrap-row .workshops-wrap-img figure img { height: 100%; object-fit: cover; }
.workshops-wrap .workshops-wrap-col-inner { display: flex; box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important; border-radius: 0 !important; border-color: #f8f9fa !important; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, .125); margin-bottom: 15px;}
.workshops-wrap .workshops-wrap-img { width: 25%; position: relative; } 
.workshops-wrap-img date { display: inline-block; color: #fff; background-color: #b3152e; font-weight: 700; text-transform:uppercase; font-family:"Roboto", sans-serif; padding:15px 30px; position: absolute; top: 0; }
.workshops-wrap .workshops-wrap-img + .workshops-wrap-desc { width: calc(100% - 25%); } 
.workshops-wrap .workshops-wrap-desc { padding: 40px 40px; }
.workshops-wrap .workshops-wrap-desc h2 { text-transform: uppercase; margin-bottom: 10px; }
.workshops-wrap .workshops-wrap-desc h6 { color: #b3152e; }

/*financial data css start here*/
.financial-data { padding-top: 40px; }
.financial-data-wrap { padding: 50px 0; display: flex; flex-wrap: wrap; margin:0 -15px; }
.financial-data-wrap .financial-data-item { width: 33.33%; padding:0 15px;margin-bottom: 25px; }
.financial-data-wrap .financial-data-item ul { margin-left: 20px; margin-bottom: 0; } 
.financial-data-wrap .financial-data-item ul li { font-weight: 300; font-size: 16px; margin-bottom: 3px; line-height: 26px; } 
.financial-data-wrap .financial-data-item ul li:before { width: 5px; height: 5px; top: 10px; left: 3px; }

/*privacy statement css start here*/
.privacy-statement .join-our-team-wrap { padding-top: 0; border-top: none; }

/*open records request css start here*/
.open-records-request .join-our-team-section .join-our-team-wrap { border-top: none; padding: 0; }
.open-records-request-wrap { padding: 50px 0; }
.open-records-request-row { display: flex; justify-content: space-between; margin-bottom: 30px; }
.open-records-request-row .sec-title h2 {margin-bottom: 8px; }
.open-records-request-wrap p { font-weight: 300; }
.open-records-request-wrap ul li { font-weight: 300; font-size: 16px; }
.open-records-request-wrap ul li:before { width: 5px; height: 5px; top: 12px; left: 3px; }
.open-records-request-wrap ul { margin-left: 20px; }
.open-records-request .join-our-team-section .join-our-team-wrap ul { margin-left: 20px; }
.open-records-request .join-our-team-section .join-our-team-wrap ol { margin-left: 20px; }


/*solution section start here*/
.solutions-category-main { padding: 50px 0; }
.solutions-single-section .entry-title { font-weight: 700; font-size: 32px; line-height: 42px; }
.solution-category-wrap { display: flex; box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important; border-radius: 0 !important; border-color: #f8f9fa !important; border: 1px solid rgba(0, 0, 0, .125); margin-bottom: 20px; background-color: #fff; }
.solutions-single-section .entry-content p ins { background: transparent; text-decoration: underline; }
.solution-category-wrap .solution-category-image { width: 25%; }
.solution-category-wrap .solution-category-image + .solution-category-content { width: calc(100% - 25%); }
.solution-category-wrap .solution-category-image img { width: 100%; height: 100%; object-fit: cover; }
.solution-category-wrap .solution-category-content { padding: 40px; }
.solution-category-wrap .solution-category-content h2 { text-transform: uppercase; }
.solution-category-wrap .solution-category-description ins { background: transparent; }
.solution-category-content .solution-child-categories a { display: inline-block; margin-right: 25px; font-size: 16px; color: #003057;  font-family: 'Gotham'; font-weight: 300; transition: all 0.5s ease-in-out; margin-bottom: 12px;}
.solution-category-content .solution-child-categories a:hover { font-weight: 700; }

.solution-category-content .solution-child-categories.child-category-color-blue a { color: #003057; }
.solution-category-content .solution-child-categories.child-category-color-green a { color: #225D39; }
.solution-category-content .solution-child-categories.child-category-color-light-blue a { color: #005ABB; }
.solution-category-content .solution-child-categories.child-category-color-red a { color: #C20228; }
.solution-category-content .solution-child-categories.child-category-color-orange a { color: #D89B2B; }

.solutions-single-section { box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important; border-radius: 0 !important; border-color: #f8f9fa !important; padding: 25px; background-color: #fff; border: 1px solid rgba(0,0,0,.125); max-width: 1080px; margin: 0 auto; margin-top: 40px; margin-bottom: 40px; }
.solutions-single-section a { text-decoration: none; }
.solutions-single-section a.continual-improvement:hover { color: #003057 !important; font-weight: 600; }
.solutions-single-section .row-date { display: flex; flex-wrap: wrap; margin-bottom: 20px; margin-top: 20px; }
.solutions-single-section .row-date .col-des { width: 33.33%; }
.solutions-single-section strong { text-transform: uppercase; margin-bottom: 0; font-weight: 700; display: inline-block; }
.solutions-single-section img { margin: 30px 0 0px; }
.solutions-single-section ul { margin-left: 20px; }
.solutions-single-section ul li ul li { list-style: circle; padding-left: 0; }
.solutions-single-section ul li ul li:before { display: none; }
.solutions-single-section ul li ul {margin: 15px 0 20px 20px; }
.solutions-single-section ol { margin-left: 20px; }

span.solutions-parent-category { display: inline-block; width: 100%; margin-bottom: 10px;  font-family: 'Gotham'; }
span.solutions-child-category { font-family:"Roboto", sans-serif; margin-bottom:15px; display: inline-block; width: 100%; }



/*simple tab section start here*/
.simple-tab-block .parent-tab-content .child-tab-content h2 small { font-weight: 400; position: relative; font-size: 32px; margin-left: 20px; }
.simple-tab-block .parent-tab-content .child-tab-content h2 small:before { content: ""; position: absolute; left: -12px; top: 7px; background-color: #0f3153; width: 2px; height: 25px; }
.simple-tab-block { max-width: 945px; margin: 0 auto; }
.simple-tab-block ul.resp-tabs-list li:last-child { border-right: none; }
.simple-tab-block ul.resp-tabs-list > li.resp-tab-active { background-color:#b3152e !important; color:#fff; }
.simple-tab-block ul.resp-tabs-list > li.resp-tab-active:after {border-top: .3em solid #fff; }
body .simple-tab-block .parent-tab-content .child-tab-content ul li { padding: 0 !important; margin: 0 !important; font-size: 16px; font-weight: 300; list-style-type: circle; }
body .simple-tab-block .parent-tab-content .child-tab-content ul { margin: 0 0 20px 20px; }
body .simple-tab-block .parent-tab-content .child-tab-content ul li:before { display: none; }
body .simple-tab-block .parent-tab-content ul li { padding: 12px !important; font-weight: 400; font-size: 14px; width: auto; }
body .simple-tab-block .parent-tab-content ul li.resp-tab-active { font-size: 14px; font-weight: 700; color: #b3152e; background-color: transparent !important; }
body .simple-tab-block .parent-tab-content ul { justify-content: start; }
.simple-tab-block .parent-tab-content .child-tab-content a:hover { color: #b3152e; }
.simple-tab-block .parent-tab-content .child-tab-content a { color: #0f3153; font-weight: 300;  font-family: 'Gotham'; margin-right: 16px; margin-bottom: 15px; display: inline-block; position: relative; text-decoration: none; }
.simple-tab-block .parent-tab-content .child-tab-content a:after { content: ""; position: absolute; right: -10px; top: 4px; background-color: #0f3153; width: 1px; height: 15px; }
.simple-tab-block .parent-tab-content .child-tab-content a:nth-child(2):after { display: none; }

.simple-tab-block ul.resp-tabs-list { margin: 0; display: flex; width: 100%; background-color: #fff; box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important; justify-content: center; align-items: center; text-align: center; }
.simple-tab-block ul.resp-tabs-list li { padding: 18px !important; margin: 0; border-right: 1px solid #dee2e6 !important; font-size: 16px; line-height: 26px; color: #113252; width: 100%; background-color: transparent !important; position: relative; font-weight: 400; }
.simple-tab-block ul.resp-tabs-list li:after {  position: absolute; display: inline-block; margin-left: .255em; vertical-align: .255em; content: ""; border-top: .3em solid #b3152e; border-right: .3em solid transparent; border-bottom: 0; border-left: .3em solid transparent; top: 50%; transform: translateY(-50%); }
body .simple-tab-block .parent-tab-content ul li:after { display: none; }
.simple-tab-block ul.resp-tabs-list li:before { display: none; }
.simple-tab-block .resp-tabs-list li { font-size: 14px; display: inline-block; list-style: none; cursor: pointer; float: left; }
.simple-tab-block .resp-tabs-container { padding: 0px; background-color: #fff; clear: left; }
.simple-tab-block h2.resp-accordion { cursor: pointer; padding: 5px; display: none; }
.simple-tab-block .resp-tab-content { display: none; padding: 0px; }
.simple-tab-block .resp-tab-active { background-color: #fff; }
.simple-tab-block .resp-content-active, .resp-accordion-active { display: block; }
.simple-tab-block h2.resp-accordion { font-size: 14px; margin: 0px; padding: 0px; }
/*-----------Vertical tabs-----------*/
.simple-tab-block .resp-vtabs ul.resp-tabs-list { display: flex; width: auto; margin: 0 !important; border-top: 1px solid #dee2e6; border-bottom: 1px solid #dee2e6; }
.simple-tab-block .resp-vtabs .resp-tabs-list li { display: block; cursor: pointer; float: none; background-color: transparent !important; }
.simple-tab-block .resp-vtabs .resp-tabs-container { padding: 0px;  width: 100%; clear: none; }
.simple-tab-block .resp-vtabs .resp-tab-content { word-wrap: break-word; padding: 48px; }
.simple-tab-block .resp-vtabs li.resp-tab-active {  position: relative; z-index: 1; }
.simple-tab-block .resp-arrow { width: 0; height: 0; float: right; margin-top: 5px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 12px solid #0f3153; }
.simple-tab-block h2.resp-tab-active span.resp-arrow { border: none; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 12px solid #0f3153; }
/*-----------Accordion styles-----------*/
.simple-tab-block .resp-easy-accordion h2.resp-accordion { display: block; }
.simple-tab-block .resp-jfit { width: 100%; margin: 0px; }
.simple-tab-block .resp-tab-content-active { display: block; }
.simple-tab-block ul.resp-tabs-list.hor_1 li:nth-child(1n) { width: 30%; } 
.simple-tab-block ul.resp-tabs-list.hor_1 li:nth-child(2n) { width: 30%; } 
.simple-tab-block ul.resp-tabs-list.hor_1 li:nth-child(3n) { width: 40%; }
@media only screen and (max-width:991px) {
    .simple-tab-block ul.resp-tabs-list { display: none !important; }
    .simple-tab-block h2.resp-accordion { display: block; box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important; margin-bottom: 10px; background-color: #fff !important; padding: 10px; line-height: 24px;}
    .simple-tab-block .resp-tabs-container { background-color: transparent; }
    .simple-tab-block .resp-vtabs .resp-tabs-container { float: none; width: 100%; clear: none; background: #b3152e; padding: 20px !important; margin-bottom: 10px; }
    .simple-tab-block .resp-accordion-closed { display: none !important; }
    .parent-tab-content .resp-tabs-container { padding: 0 20px !important; }
    .simple-tab-block .parent-tab-content h2.resp-accordion.resp-tab-active { background-color: #fff !important; color: #b3152e !important; }
    .simple-tab-block .parent-tab-content h2.resp-accordion.resp-tab-active span.resp-arrow { border: none; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 12px solid #b3152e; }
    .parent-tab-content .resp-tabs-container .child-tab-content { background-color:#fff; margin-bottom:20px; }
    .simple-tab-block h2.resp-accordion.resp-tab-active { background-color: #b3152e !important; color: #fff; }
    .simple-tab-block h2.resp-tab-active span.resp-arrow { border: none; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 12px solid #fff; }
    .simple-tab-block .resp-vtabs .resp-tab-content { padding: 30px 20px; }
}

/*----------Solutions Category Search----------*/
.solutions-category-search { padding: 150px 0 0;}
.solutions-category-search-wrap { display: flex; align-items: center; background-color: transparent;  overflow: hidden; }
.solutions-category-search-wrap .search-label { padding:0 0 0 10px; font-family: 'Roboto', sans-serif; font-size: 16px; text-transform: uppercase; font-weight: 700; }
.solutions-category-search-wrap .search-label span { font-size: 16px; font-weight: 700; color: #0f3153; text-transform: uppercase; white-space: nowrap; font-family: 'Roboto', sans-serif; }
.solutions-category-search-wrap .search-input-wrap { flex: 1; padding: 0 20px; }
.solutions-category-search-wrap .search-input-wrap input { background-color: white; height: 40px; padding: 10px 12px; border-radius: 0; box-shadow: inset 0 1px 3px 0 #c6c6c6 !important; -webkit-transition: box-shadow 150ms ease; transition: box-shadow 150ms ease; width: 100%; color: #113252; }
.solutions-category-search-wrap .search-input-wrap input::placeholder { color: #999; }
.solutions-category-search-wrap .search-input-wrap input:focus { outline: none; }
.solutions-category-search-wrap .search-button-wrap { padding: 10px 15px; }
.solutions-category-search-wrap .search-button-wrap button { background-color: #b3152e; color: #fff; font-family: 'Roboto', sans-serif; border: none; padding: 8px 35px; font-size: 16px; font-weight: 700; text-transform: uppercase; cursor: pointer; transition: all 0.3s ease; }
.solutions-category-search-wrap .search-button-wrap button:hover { background-color: #8f1024; }
.solutions-category-search-wrap .search-button-wrap button:disabled { background-color: #ccc; cursor: not-allowed; }
.solutions-category-search-wrap .search-input-wrap input::-webkit-input-placeholder { color: #115232; }
.solutions-category-search-wrap .search-input-wrap input::-moz-placeholder { color: #115232; }
.solutions-category-search-wrap .search-input-wrap input:-ms-input-placeholder { color: #115232; }
.solutions-category-search-wrap .search-input-wrap input:-moz-placeholder { color: #115232; }

/* Search Results */
.solution-search-results { margin-top: 15px }
.search-results-header { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; position: relative; top: 0; z-index: 10; background-color: #fff; }
.search-results-header .results-count { font-size: 16px; color: #0f3153; font-weight: 700; font-family: 'Roboto', sans-serif; }
.search-results-header .results-message { font-size: 14px; color: #666; }
.search-results-header .close-results { background: none; border: none; font-size: 24px; color: #999; cursor: pointer; padding: 0; line-height: 1; transition: color 0.3s ease; }
.search-results-header .close-results:hover { color: #b3152e; }
.search-results-list { padding: 10px 0; margin: 0 -5px; }
.search-result-item { display: flex; padding:0 5px; border-bottom: 1px solid #f0f0f0; transition: background-color 0.3s ease; margin-bottom: 10px;}
.search-result-item:last-child { border-bottom: none; }
.search-result-item:hover { background-color: #f9f9f9; }
.search-result-item .result-thumbnail { width: 80px; height: 80px; flex-shrink: 0; margin-right: 20px; border-radius: 4px; overflow: hidden; background-color: #f0f0f0; }
.search-result-item .result-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.search-result-item .result-content { flex: 1; }
.search-result-item .result-title { font-size: 24px; line-height: 34px; text-transform: uppercase; }
.search-result-item .result-title a { color: #0f3153; font-weight: 600; transition: color 0.3s ease; }
.search-result-item .result-title a:hover { color: #b3152e; }
.search-result-item .result-categories { margin-bottom: 8px; }
.search-result-item .result-category { display: inline-block; color: #113252; padding: 3px 10px; border-radius: 3px; font-size: 11px; margin-right: 5px; margin-bottom: 5px; box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important; background-color: #eff4fb; font-weight: 700; font-family: 'Roboto', sans-serif; }
.search-result-item .result-excerpt { margin: 0; font-size: 16px; color: #113252; line-height: 26px; }
.search-loading { padding: 30px; text-align: center; color: #666; font-size: 14px; }
.search-result-item .result-title a:after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; pointer-events: auto; content: ""; background-color: rgba(0, 0, 0, 0); }


/*----------Taxonomy Categories Page----------*/

/* Parent Taxonomy Links */
.parent-taxonomy-links { padding:50px 0 0 0; }
.parent-terms-list li:before { display: none; }
.parent-terms-list { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; list-style: none; margin: 0; padding: 15px; box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important; background-color: #fff;}
.parent-terms-list li { display: flex; align-items: center; margin: 0; padding: 0; }
.parent-terms-list li a { text-transform: capitalize; transition: color 0.3s ease; padding: 5px 10px; font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 0.9rem; letter-spacing: 1px; line-height: 19px; color: #113252; text-decoration: none !important; }
.parent-terms-list li a:hover { color: rgba(0,0,0,.7); text-decoration: underline; }
.parent-terms-list li a.current-parent { color: #0f3153; font-weight: 600; }
.parent-terms-list li .separator { color: #b3152e; margin: 0 5px; font-weight: 300; }

/* Taxonomy Info Section */
.taxonomy-info-section { padding: 60px 0; background-color: #fff; }
.taxonomy-info-wrapper { display: flex; flex-wrap: wrap; }
.taxonomy-main-content { width: 56%; }
.taxonomy-main-content .taxonomy-title { font-size: 40px; font-weight: 700; color: #0f3153; text-transform: uppercase; margin-bottom: 20px; }
.taxonomy-main-content .taxonomy-description { font-size: 16px; line-height: 1.8; color: #555; }
.taxonomy-main-content .taxonomy-description p { margin-bottom: 15px; }
.taxonomy-main-content .taxonomy-description a { color: #b3152e; text-decoration: underline; }
.taxonomy-main-content .taxonomy-description a:hover { color: #0f3153; }
.taxonomy-main-content .taxonomy-description ins { background: transparent; }
.taxonomy-search-section.solutions-category-search .solutions-category-search-wrap { background-color: #eff4fb !important; padding: 10px; }

/* Child Terms List */
.taxonomy-child-terms { width: 44%; max-width: 450px; margin-left: auto; padding-left: 15px; }
.taxonomy-child-terms .child-terms-list li:before { display: none; }
.child-terms-list { list-style: none; margin: 0; padding: 0; }
.child-terms-list li { background-color: #f5f5f5; padding: 0; }
.child-terms-list li a { background-color: #eff4fb; border-color: transparent; color: #0f3153; display: block; border-radius: 0px !important; margin-bottom: 1rem !important; text-align: left; font-weight: bold; font-size: 1.1rem; box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075); padding: 8px 15px; font-family: 'Roboto', sans-serif; text-transform: uppercase; }
.child-terms-list li a:hover { box-shadow: 0 1px 3px 0 #c6c6c6; }
.child-terms-list li.active { background-color: #0f3153; }
.child-terms-list li.active a { color: #fff; background-color: #0f3153; }

/* Taxonomy Search Section - Uses same styles as .solutions-category-search */
.taxonomy-search-section.solutions-category-search { padding: 40px 0 0; }

/* Taxonomy Posts Section */
.taxonomy-posts-section { padding: 60px 0; background-color: #fff; }
.taxonomy-posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
article.post-card:before { background-color: #eff4fb; width: 15px; height: 100%; border-radius: 4px 0 0 4px; content: ""; position: absolute; left: 0; top: 0; transition: all 0.5s ease-in-out; }
.taxonomy-posts article.post-card:after { content: ""; width: 0; height: 0; border-style: solid; border-width: 15px 0 15px 15px; border-color: transparent transparent transparent #eff4fb; position: absolute; top: 25px; margin: auto; left: 15px; z-index: 10; transition: all 0.5s ease-in-out; }
.taxonomy-posts .post-card { background-color: #fff; padding: 30px 30px 30px 45px; border-radius: .25rem; transition: all 0.3s ease; border-left: 4px solid transparent; box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important; transition: box-shadow 0.3s ease-in-out; border: 1px solid #dee2e6 !important; position: relative; transition: all 0.5s ease-in-out; margin-bottom: 10px; }
.taxonomy-posts .post-card:hover { box-shadow:0 .225rem .5rem rgba(0,0,0,.15) !important; }
.taxonomy-posts .post-card h2 { font-size: 24px; font-weight: 700; text-transform: uppercase; margin-bottom: 15px; line-height: 34px; color: #0f3153; }
.taxonomy-posts .post-card h2 a { color: #0f3153 !important; transition: color 0.3s ease; }
.taxonomy-posts .post-card h2 a:hover { color: #b3152e; }
.taxonomy-posts .post-card .post-excerpt { font-size: 14px; line-height: 1.7; color: #666; }
.taxonomy-posts .post-card .post-excerpt p { margin: 0; }
.taxonomy-posts .post-card h2 a:after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; pointer-events: auto; content: ""; background-color: rgba(0, 0, 0, 0); transition: all 0.5s ease-in-out; }
.taxonomy-posts .post-card:hover:before { background-color: #003057 !important; }
.taxonomy-posts .post-card:hover:after { border-color: transparent transparent transparent #003057; }
.taxonomy-search-section.solutions-category-search .solution-search-results { margin: 0; background-color: #eff4fb !important; padding: 20px; }

.taxonomy-posts.child-category-color-blue .post-card h2 a:hover { color: #0f3153; }

.taxonomy-posts.child-category-color-green .post-card h2 a:hover { color: #0f3153; }
.taxonomy-posts.child-category-color-green .post-card:hover:before { background-color: #225D39 !important; }
.taxonomy-posts.child-category-color-green .post-card:hover:after { border-color: transparent transparent transparent #225D39; }

.taxonomy-posts.child-category-color-light-blue .post-card h2 a:hover { color: #0f3153; }
.taxonomy-posts.child-category-color-light-blue .post-card:hover:before { background-color: #005ABB !important; }
.taxonomy-posts.child-category-color-light-blue .post-card:hover:after { border-color: transparent transparent transparent #005ABB; }

.taxonomy-posts.child-category-color-red .post-card h2 a:hover { color: #0f3153; }
.taxonomy-posts.child-category-color-red .post-card:hover:before { background-color: #C20228 !important; }
.taxonomy-posts.child-category-color-red .post-card:hover:after { border-color: transparent transparent transparent #C20228; }

.taxonomy-posts.child-category-color-orange .post-card h2 a:hover { color: #0f3153; }
.taxonomy-posts.child-category-color-orange .post-card:hover:before { background-color: #D89B2B !important; }
.taxonomy-posts.child-category-color-orange .post-card:hover:after { border-color: transparent transparent transparent #D89B2B; }


.search-results-list.child-category-color-light-blue .result-content h4 a:hover { color: #0f3153; }
.search-results-list.child-category-color-light-blue .result-content:hover:before { background-color: #005ABB !important; }
.search-results-list.child-category-color-light-blue .result-content:hover:after { border-color: transparent transparent transparent #005ABB !important; }

.search-results-list.child-category-color-red .result-content h4 a:hover { color: #0f3153; }
.search-results-list.child-category-color-red .result-content:hover:before { background-color: #C20228 !important; }
.search-results-list.child-category-color-red .result-content:hover:after { border-color: transparent transparent transparent #C20228 !important; }

.search-results-list.child-category-color-green .result-content h4 a:hover { color: #0f3153; }
.search-results-list.child-category-color-green .result-content:hover:before { background-color: #225D39 !important; }
.search-results-list.child-category-color-green .result-content:hover:after { border-color: transparent transparent transparent #225D39 !important; }

.search-results-list.child-category-color-orange .result-content h4 a:hover { color: #0f3153; }
.search-results-list.child-category-color-orange .result-content:hover:before { background-color: #D89B2B !important; }
.search-results-list.child-category-color-orange .result-content:hover:after { border-color: transparent transparent transparent #D89B2B !important; }

.solution-blue .solutions-parent-category a:hover { font-weight: 700; color: #0f3153 !important; }
.solution-light-blue .solutions-parent-category a:hover { font-weight: 700; color: #005ABB !important; }
.solution-red .solutions-parent-category a:hover { font-weight: 700; color: #C20228 !important; }
.solution-green .solutions-parent-category a:hover { font-weight: 700; color: #225D39 !important; }
.solution-orange .solutions-parent-category a:hover { font-weight: 700; color: #D89B2B !important; }

.solution-blue .solutions-parent-category a { color: #0f3153 !important; }
.solution-light-blue .solutions-parent-category a {  color: #005ABB !important; }
.solution-red .solutions-parent-category a {  color: #C20228 !important; }
.solution-green .solutions-parent-category a {  color: #225D39 !important; }
.solution-orange .solutions-parent-category a { color: #D89B2B !important; }



.search-result-item.child-category-color-blue .result-content h4 a:hover { color: #0f3153; }
.search-result-item.child-category-color-light-blue .result-content h4 a:hover { color: #0f3153; }
.search-result-item.child-category-color-light-blue .result-content:hover:before { background-color: #005ABB !important; }
.search-results-list .search-result-item.child-category-color-light-blue .result-content:hover:after { border-color: transparent transparent transparent #005ABB !important; }

.search-result-item.child-category-color-red .result-content h4 a:hover { color: #0f3153; }
.search-result-item.child-category-color-red .result-content:hover:before { background-color: #C20228 !important; }
.search-result-item.child-category-color-red .result-content:hover:after { border-color: transparent transparent transparent #C20228 !important; }

.search-result-item.child-category-color-green .result-content h4 a:hover { color: #0f3153; }
.search-result-item.child-category-color-green .result-content:hover:before { background-color: #225D39 !important; }
.search-result-item.child-category-color-green .result-content:hover:after { border-color: transparent transparent transparent #225D39 !important; }

.search-result-item.child-category-color-orange .result-content h4 a:hover { color: #0f3153; }
.search-result-item.child-category-color-orange .result-content:hover:before { background-color: #D89B2B !important; }
.search-result-item.child-category-color-orange .result-content:hover:after { border-color: transparent transparent transparent #D89B2B !important; }



.search-results-list { display: flex; flex-wrap: wrap; }
.search-results-list .search-result-item .result-content { position: relative; box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important; transition: box-shadow 0.3s ease-in-out; background-color: #fff; padding: 25px 25px 25px 40px; border-radius: .25rem !important; border: 1px solid #dee2e6 !important; position: relative; }
.search-results-list .search-result-item .result-content:after { content: ""; width: 0; height: 0; border-style: solid; border-width: 15px 0 15px 15px; border-color: transparent transparent transparent #eff4fb; position: absolute; top: 25px; margin: auto; left: 15px; z-index: 10; transition: all 0.5s ease-in-out; }
.search-results-list .search-result-item .result-content:before { background-color: #eff4fb; width: 15px; height: 100%; border-radius: 4px 0 0 4px; content: ""; position: absolute; left: 0; top: 0; transition: all 0.5s ease-in-out; }
.search-results-list .search-result-item { width: 33.33%; }
.solutions-category-search-warp { border: 1px solid #dee2e6; box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075); padding: 10px; background-color: #eff4fb; }
.navbar-nav.nav-bars-after .nav-item:after { bottom: 15% !important; }
.search-results-list .search-result-item:hover .result-content:after { border-color: transparent transparent transparent #003057;  }
.search-results-list .search-result-item:hover .result-content:before { background-color: #003057; }


.error-404.not-found { padding: 40px 0; height: calc(100vh - 240px); display: flex; align-items: center; text-align: center;}
.error-404.not-found span { display: inline-block; color: #b3152e; font-size: 62px; line-height: 72px;  font-family: 'Gotham'; font-weight: 900; }
.error-404.not-found { padding: 200px 0; }


.map-locations-svg-wrap { background: transparent !important; border-radius: 0 !important; }
.map-locations-card { background: #fff !important; box-shadow: 0px 0px 6px 0px #0000001A; padding: 26.16px 48px !important; margin: 5px 10px !important; border: none !important; }
.map-locations-card-title { margin: 0 0 8px 0 !important; line-height: 1.3 !important; color: #0F3153 !important; font-size: 30px !important; line-height: 40px !important; font-family: 'Gotham' !important; }
.map-locations-card-content, .map-locations-card-desc { border-top: 1px solid #B3152E !important; padding-top: 16px !important; margin-top: 7px !important; }
.map-locations-card-content strong { color: #0F3153 !important; font-size: 18px !important; line-height: 28px !important; margin-bottom: 6px !important; max-width: 300px !important;display: inline-block; }
.map-locations-list { gap: 4px !important; }
.map-locations-card-content a { color: #B3152E !important; font-family: 'Gotham' !important; font-size: 18px !important; font-weight: 500 !important; width: 100% !important; display: inline-block !important; margin-bottom: 8px !important; letter-spacing: 0 !important; }
.map-locations-card-content a:hover { color: #0f3153 !important; }
p.map-locations-card-link a { color: #0C4781 !important; font-size: 16px !important; font-weight: 800 !important; font-family:  'Avenir' !important; letter-spacing: 0 !important; margin-bottom: 10px !important; position: relative; }
p.map-locations-card-link a:after { content: ""; position: absolute; right: -22px; top: 6px; background-image: url(../../assets/images/white-btn-arrow.svg); background-repeat: no-repeat; background-position: right center; width: 14px; height: 11px; transition: all 0.5s ease-in-out; background-size: cover; }
p.map-locations-card-link a:hover:after { right: -28px; }
p.map-locations-card-link a:hover { text-decoration: none; }
/*.map-locations-list-panel::before { content: "" !important; position: absolute !important; left: 10px !important; top: 23px !important; width: 0 !important; height: 0 !important; border-top: 25px solid transparent !important; border-left: 30px solid #B3152E !important; border-bottom: 25px solid transparent !important; background: transparent !important; z-index: 99; }*/
.map-locations-list-panel .map-locations-card.is-active::before { opacity: 1 !important; }


.location-with-map-section { background-color: #F3F8FF; padding: 77px 0; }
.location-with-map-section .location-with-map-heading label, .solutions-category-search .solutions-heading label { display: inline-block; color: #B3152E; font-weight: 700; font-size: 20px; line-height: 30px; font-family: 'Gotham'; text-transform: uppercase; margin-bottom: 17px; letter-spacing: 0; }
.location-with-map-section .location-with-map-heading h2, .solutions-category-search .solutions-heading h2 { color: #0F3153; font-size: 50px; line-height: 53px; font-weight: 700; font-family: 'Gotham'; letter-spacing: 0; }
.location-with-map-section .location-with-map-heading, .solutions-category-search .solutions-heading { max-width: 920px; margin: 0 auto; margin-bottom: 80px; text-align: center; }

.map-scroll-wrapper { position: relative; }
button.scroll-arrow.scroll-up { position: absolute; top: -25px; right: -20px; background-image: url(../../assets/images/arrow-up-blue.svg); background-repeat: no-repeat; width: 42px; height: 42px;  border: none; font-size: 0; background-color: transparent; cursor: pointer;}
button.scroll-arrow.scroll-down { position: absolute; bottom: -25px; right: -20px; background-image: url(../../assets/images/arrow-down-blue.svg); background-repeat: no-repeat; width: 42px; height: 42px; border: none; font-size: 0; background-color: transparent; cursor: pointer; }
.map-locations-card:first-child { margin-top: 0 !important; }
.map-locations-card:last-child { margin-bottom: 0 !important; }
.contact-us-main { padding: 60px 0 0 0; }

@media (min-width: 1921px) {
    .subpage-hero-banner { padding: 80px 0 300px; }
    .page-id-1567 .shape-img-banner:after { height: 246px; }
}

@media (max-width: 1750px) {
    .solutions-category-search-warp { margin-top: 30px;}   
}
@media (max-width: 1600px) {
  .solutions-cards-slider-section .slick-list.draggable { padding-right: 200px; } 
    .solutions-cards-slider .solutions-cards-item-inner { height: 500px; }
    .latest-news-slider-wrap .slick-list.draggable { padding-right: 200px; }
    /*.image-mask-clipping-inner h2 { font-size: 40px; line-height: 43px; }*/
    .two-column-newsletters-form .image-mask-clipping { height: 410px; -webkit-mask-size: 100%; -moz-mask-size: 100%; mask-size: 150%; mask-position: right center; }
    .image-mask-clipping-inner { left: calc((100% - 570px) / 2); }
    .hero-banner + .icon-counter-block { margin-top: -100px; }
/*    .subpage-hero-banner + section { margin-top: -100px; }*/
    .page-id-1567 .shape-img-banner:after { height: 146px; }
    .page-id-1452 .shape-img-banner:after { height: 146px; }
    .subpage-hero-banner + section { padding-top: 120px !important; }
    .solutions-category-search-warp { margin: 0 80px; margin-top: 20px; }
}
@media (max-width: 1400px) {
  footer .copyright { width: 400px; }
    footer .footer-listing ul { flex-wrap: wrap; }
    footer .footer-listing { padding-left: 15px; }
    .hero-banner .hero-banner-desc h1 span { font-size: 58px; line-height: 62px; }
    .hero-banner .hero-banner-desc h1 { font-size: 58px; line-height: 62px; }
    .main-hero-banner-wrap .item { padding: 180px 0; }
    button.slick-next.slick-arrow:after { right: 25px;}
    .counter-block { padding: 70px 0; }
    .general-content { padding: 70px 0; }
    .single-workshop-wrap .entry-content { padding:0 38px 38px 38px; }
    .single-workshop-wrap .entry-header {padding: 38px 38px 0px 38px;}
    .single-workshop-form-wrap { padding: 38px; }
    .inner-hero_banner-with-image-wrap h1 { font-size: 80px; line-height: 62px; }
    .join-our-team-section .join-our-team-btn-inner .join-our-team-btn a { font-size: 16px; margin-top: 10px; margin-bottom: 10px;}
    .impacts-results .impacts-results-content { padding-right: 60px; }
    .stacked-cards ul { height: 500px !important; }
    .stacked-cards li { min-height: 500px; }
    .financial-data-wrap .financial-data-item h2 { font-size: 26px; line-height: 36px; }
    .solution-category-wrap .solution-category-image { width: 30%; }
    .solution-category-wrap .solution-category-image + .solution-category-content { width: calc(100% - 30%); }
    .solution-category-wrap .solution-category-content {padding: 25px 30px; }
    .proposal-contract-terms-conditions .inner-hero_banner-with-image-wrap h1 { line-height: 90px; }
    
    .icon-counter-block .section-heading h2 { font-size: 40px; line-height: 43px; }
    .icon-counter-block .counter-block-column h3 { font-size: 60px; line-height: 70px; }
    .icon-counter-block .counter-block-column p { font-size: 18px; }
    .icon-counter-block .counter-block-column:after { width: 200px; }
    
    .media-content-block-content h2 { font-size: 40px; line-height: 43px; }
    .media-content-block-content p { font-size: 18px; line-height: 28px; }
    .media-content-block .media-content-block-img { padding: 40px 0; }
    .media-content-block-content-inner { padding-left: 25px; }
    
    .solutions-cards-slider .solutions-cards-item-inner { height: 435px; }
    .solutions-cards-item-inner-wrap h3 { font-size: 26px; line-height: 32px; }
    .solutions-cards-item-inner-wrap p { font-size: 16px; line-height: 22px; }
    .solutions-cards-item-inner-wrap .solutions-cards-item-desc:before { border-top: 25px solid transparent; border-left: 30px solid #B3152E; border-bottom: 25px solid transparent; }
    .solutions-cards-item-inner-wrap .solutions-cards-item-desc { padding-left: 40px; }
    .solutions-cards-slider .section-heading h2 { font-size: 40px; line-height: 43px; }
    .solutions-cards-slider .section-heading { margin-bottom: 50px; }
    .solutions-cards-slider .section-heading label { font-size:18px; line-height:28px; margin-bottom: 12px; }
    .solutions-cards-slider-slick .solutions-cards-item { margin-right: 20px; }
    .solutions-cards-slider-section .slick-list.draggable { padding-right: 120px; }
    .solutions-cards-item-inner-wrap { padding: 15px 15px 15px 15px; }
    .solutions-cards-slider { padding: 35px 0 70px 30px; }
    .solutions-cards-item-inner-wrap { width: 100%; }
    .content-with-side-icon-list-head h2 { font-size: 40px; line-height: 43px; }
    .team-members-groups-heading h2 { font-size: 40px; line-height: 43px; }
    .content-with-side-icon-list-head label { margin-bottom: 30px; }
    .success-stories-with-logo-wrap .section-head h2 { font-size: 40px; line-height: 43px; }
    .success-stories-with-logo-wrap .section-head { margin-bottom: 60px; }
    .success-stories-with-logo-slider:before { background-size: contain; width: 161px; height: 360px; }
    .success-stories-with-logo-slider:after { background-size: contain; width: 161px; height: 360px; }
    .success-stories-with-logo-slick-wrap:before { top: -28px; }
    .success-stories-with-logo-slick-wrap:after { bottom: -12px; }
    .success-stories-with-logo-slick-wrap .item h3 { font-size: 22px; line-height: 30px; }
    .team-members-groups-wrap { padding-top: 20px; }
    ul.team-members-nav { margin-bottom: 25px; }
    .member-full-details { gap: 20px; row-gap: 20px; margin-bottom: 50px; }
    .subpage-hero-banner .section-heading { padding-left: 80px; }
    .latest-news-slider-wrap { padding-left: 30px; }
    .latest-news-slider-heading h2 { font-size: 40px; line-height: 43px; }
    .latest-news-slider-heading label { font-size: 18px; line-height: 28px; }
    .latest-news-slider-heading .btn { margin-top: 10px; }
    .resources-lists-wrap .section-heading h2 { font-size: 40px; line-height: 43px; }
    .image-mask-clipping-inner { left: 30px; }
    /*.image-mask-clipping-inner h2 { font-size: 35px; line-height: 40px; }*/
    .two-column-newsletters-form-sec { padding: 0 20px 0 20px; }
    .two-column-newsletters-form .two-column-newsletters-form-inner:after { min-height: 530px; }
    .two-column-newsletters-form .two-column-newsletters-form-inner { padding: 0; }
    .two-column-newsletters-form { padding: 60px 0 60px; }
    .past-newsletters .section-heading h2 { font-size: 40px; line-height: 43px; }
    .past-newsletters .section-heading { margin-bottom: 30px; }
    .hero-banner + .icon-counter-block { margin-top: -70px; }
    .hero-banner { padding: 200px 0 180px; }
    .subpage-hero-banner { padding: 80px 0 180px; }
    .team-members-groups-wrap { margin-bottom: 0; }
    .page-id-1567 .shape-img-banner:after { height: 130x; }
    .page-id-1452 .shape-img-banner:after { height: 130x; }
    .map-locations-card { padding: 23px 30px 23px 40px !important; }
    .location-with-map-section .location-with-map-heading h2  { font-size: 40px; line-height: 43px; }
     .location-with-map-section .location-with-map-heading, .solutions-category-search .solutions-heading { margin-bottom: 60px; }
    .product-catalog-section { padding-top: 100px; }
    .toolbox-section { padding: 120px 0; }
    .workshops-wrap .section-heading h2 { font-size: 40px; line-height: 43px; }
    .impacts-results .impacts-results-content h2 { font-size: 40px; line-height: 43px; }
    .location-with-map-section .location-with-map-heading h2, .solutions-category-search .solutions-heading h2 { font-size: 40px; line-height: 43px; }
}
@media (max-width: 1199px) {
    h2, .h2 { font-size: 30px; line-height: 40px; }
    h4, .h4 { font-size: 22px; line-height: 32px; }
    header .enumenu_ul > li { margin-right: 0; }
    .footer-btm-wrap { flex-wrap: wrap; text-align: center; }
    footer .copyright { width: 100%; margin-bottom: 15px; }
    footer .footer-listing { padding: 0; width: 100%; }
    footer .footer-listing ul { justify-content: center; }
    footer .footer-listing ul li { margin: 0 10px; }
    .main-hero-banner-wrap .item { padding: 150px 0; }
    .counter-block { padding: 60px 0; }
    .counter-block .counter-block-column h3 { font-size: 30px; }
    .general-content { padding: 60px 0; }
    .two-column-card-block { padding:60px 0; }
    .two-column-heading-with-content { padding: 40px 0; }
    .single-workshop-wrap .entry-content { padding: 0px 25px 38px 25px; }
    .single-workshop-wrap .entry-header { padding:38px 25px 0 25px; }
    .single-workshop-form-wrap { padding: 38px 25px; }
    .inner-hero_banner-with-image-wrap h1 { font-size: 70px; line-height: 55px; }
    .impacts-results .impacts-results-content { padding-right:40px; }
    .stories-of-success .stories-of-success-item .stories-of-success-icon + .stories-of-success-desc { width: calc(100% - 120px); }
    .image-mask-clipping-inner h2 { font-size: 35px; line-height: 40px; }
    .stories-of-success .stories-of-success-item .stories-of-success-icon { width: 120px; }
    .stories-of-success .stories-of-success-item { padding: 24px 20px 24px 30px; }
    .diamond-popup-content-wrap .diamond-popup-desc .nav { margin-bottom: 15px; }
    .diamondswrap-section { padding: 60px 0 60px; }
    .simple-tab-block .parent-tab-content .child-tab-content h2 small { font-size: 30px !important;}
    .partners-section .partners-content { padding: 30px; }
    .partners-section .partners-logo-with-content { margin-top: 40px; margin-bottom: 40px; }
    .two-column-text-with-media-wrap .two-column-text-with-media-desc { padding-right: 30px;}
    .two-column-text-with-media-wrap.media-text .two-column-text-with-media-desc { padding: 0 0 0 30px; }
    .two-column-content-map-box-wrap { padding: 40px 30px; }
    .two-column-content-map-box .map-box iframe { margin: 30px 0 0 0; }
    .toolbox-section { padding: 100px 0 !important; }
    .workshops-wrap .workshops-wrap-desc { padding: 35px 30px; }
    .workshops-wrap .workshops-wrap-img { width: 30%; }
    .workshops-wrap .workshops-wrap-img + .workshops-wrap-desc { width: calc(100% - 30%); }
    .open-records-request-wrap .open-records-request-row .sec-title h2 { font-size: 26px; }
    .search-result-item .result-title { font-size: 22px; line-height: 32px; }
    .proposal-contract-terms-conditions .inner-hero_banner-with-image-wrap h1 { line-height: 80px; }
    .menu-open.home header .inner-header-logo { display: block; }
    .menu-open.home header a.main-header-logo { display: none !important; }
    .menu-open.home header .menu-icon .menu-box { top: -1px; }
    .menu-open.home header.navbar-sticky .menu-icon .menu-box { top: -7px !important; }
    .icon-counter-block .counter-block-column h3 { font-size: 50px; line-height: 60px; }
    .icon-counter-block .counter-block-column p { font-size: 16px;}
    .icon-counter-block .section-heading h2 { font-size: 35px; line-height: 38px; }
    .icon-counter-block .section-heading { margin-bottom: 30px; }
    .icon-counter-block .counter-block-column:after { right: -90px; width: 195px; }
    
    .media-content-block-content h2 { font-size:38px; line-height: 40px; }
    .media-content-block-content p { font-size: 17px; line-height: 27px; }
    .btn-cardinal { padding: 12px 70px 10px 20px; }
    .btn-cardinal:after { right: 18px; top: 15px; }
    .solutions-cards-item-inner-wrap h3 { font-size: 22px; line-height: 30px; }
    .solutions-cards-slider .section-heading h2 { font-size: 35px; line-height: 38px; }
    .solutions-cards-slider .section-heading { margin-bottom: 40px; }
    .hero-banner-wrap { padding-left: 40px; }
    .hero-banner .hero-banner-desc h1 span { font-size: 50px; line-height: 60px; }
    .hero-banner .hero-banner-desc h1 { font-size: 50px; line-height: 60px; }
    .hero-banner .hero-banner-desc{ max-width: 500px; }
    
    .content-with-side-icon-list-head h2 { font-size: 35px; line-height: 38px; }
    .content-with-side-icon-list-head a { margin-top: 5px; }
    .content-side-icon-inner { padding: 15px 10px 13px 12px; }
    .content-with-side-icon-list-wrap .content-with-side-icon-list-col { padding: 70px 0 0 30px; }
    .content-with-side-icon-list { padding: 55px 0 55px; }
    .content-with-side-item-title span { font-size: 17px; line-height: 22px; }
    .success-stories-with-logo-slick-wrap:before { width: 100%; }
    .success-stories-with-logo-slick-wrap:after { width: 100%; }
    .success-stories-with-logo-slider:before { width: 110px; height: 310px; }
    .success-stories-with-logo-slider:after { width: 110px; height: 310px; }
    .success-stories-with-logo-slider { padding: 58px 0 130px; }
    .success-stories-with-logo-wrap .section-head h2 { font-size: 35px; line-height: 38px; }
    footer .footer-logo-column { padding-right: 20px; }
    footer .button-wrap .btn { padding: 10px 50px 8px 15px; }
    footer .button-wrap .btn::after { right: 15px; }
    footer .button-wrap .btn:hover:after { right: 15px; }
    .solutions-cards-item-inner-wrap { transform: translateY(115px); }
    .member-full-details { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .team-members-groups-heading h2 { font-size: 35px; line-height: 38px; }
    ul.team-members-nav li a { font-size: 15px; padding: 12px 25px; }
    .team-members-group h3 { font-size: 30px; margin-bottom: 15px; }
    .team-members-groups { padding: 40px 0 40px; }
    .member-full-details { margin-bottom: 30px; }
    .team-members-groups-heading label { font-size:18px; line-height: 28px; }
    .subpage-hero-banner .section-heading { padding-left: 50px; }
    .subpage-hero-banner .section-heading h1  { font-size: 50px; }
    .team-member-details { padding: 50px 50px 30px 38px; }
    .team-member-details .team-middle-popup .team-left-details .team-heading h2 { font-size: 25px; }
    .team-member-details .team-middle-popup .team-left-details .team-heading h3 { font-size: 20px; }
    .team-member-details .team-middle-popup { height: calc(100vh - 100px); overflow: auto; }
    .latest-news-slider-heading h2 { font-size: 35px; line-height: 38px; }
    .latest-news-slider { padding: 50px 0 60px; }
    .latest-news-slider-heading { margin-bottom: 40px; }
    .resources-lists-wrap .section-heading h2 { font-size: 35px; line-height: 38px; }
    .resources-lists-col-inner { padding: 16px 10px 16px 10px; }
    .resources-lists { padding: 70px 0 50px; }
    .resources-lists-col-inner figure + .resources-lists-title { padding-left: 10px; }
    .resources-lists-col-inner figure { width: 50px; height: 50px; }
    .resources-lists-col-inner figure + .resources-lists-title { width: calc(100% - 50px); }
    .resources-lists-wrap .section-heading { margin-bottom: 30px; }
    .resources-lists-wrap .resources-lists-col { padding: 0 7px; }
    .resources-lists-wrap .resources-lists-row { margin: 0 -7px; }
    .resources-lists-col-inner .resources-lists-title span {    font-size: 16px; line-height: 21px; }
    .resources-lists-wrap .resources-lists-col { margin-bottom: 15px; }
    .two-column-newsletters-form .two-column-newsletters-form-inner:after { width: 150%; }
    .image-mask-clipping-inner { max-width: 350px; }
    .two-column-newsletters-form { padding: 45px 0 50px; }
    .past-newsletters .past-newsletters-col a { font-size: 16px; }
    .past-newsletters:before { width: 80px; height: 100px; }
    .past-newsletters:after { width: 80px; height: 100px; }
    .past-newsletters { padding: 50px 0; }
    .past-newsletters-wrap { padding: 0 30px; }
    .past-newsletters .section-heading h2 { font-size: 35px; line-height: 38px; }
    .hero-banner { padding: 200px 0 150px; }
    .subpage-hero-banner + section { margin-top: 0px; padding-top: 80px !important; }
    .subpage-hero-banner { padding: 80px 0 150px; }
    .page-id-1567 .shape-img-banner:after { height: 120px; }
    .page-id-1452 .shape-img-banner:after { height: 120px; }
    .location-with-map-section .location-with-map-heading h2 { font-size: 35px; line-height: 38px; }
    .map-locations-card-title { font-size: 26px !important; line-height: 34px !important; }
    .map-locations-card::before { top: 15px !important; }
    .map-locations-list { padding-right: 25px !important;  }
    .location-with-map-section { padding: 40px 0 70px; }
    .home header.navbar-sticky .menu-icon .menu-box { top: -10px; }
    body.home header.custom-scrollup-top.navbar-sticky .enumenu_ul > li { padding: 20px 0; }
    .subpage-hero-banner + .join-our-team-section { padding-top: 120px !important; }
    .workshops-wrap .section-heading h2 { font-size: 30px; line-height: 40px; }
    .impacts-results .impacts-results-content h2 { font-size: 30px; line-height: 40px; }
    .location-with-map-section .location-with-map-heading h2, .solutions-category-search .solutions-heading h2  { font-size: 30px; line-height: 40px; }
}
@media (max-width: 1024px) {
    .stacked-cards ul { height: 450px !important; }
    .stacked-cards li { min-height: 450px; width: 44%; }
    .solutions-slider { padding: 60px 0; }
    .financial-data-wrap .financial-data-item h2 { font-size: 24px; line-height: 32px; }
    .financial-data-wrap .financial-data-item ul { margin-left: 0; }
    .solutions-single-section ul { margin-left: 15px; margin-bottom: 20px; }
    .team-member-details .team-middle-popup .team-left-details img { height: 285px; }
    .team-member-details { padding: 50px 30px 30px 18px; }
    .team-member-details .team-middle-popup .team-left-details ul.team-contect-links li a { font-size: 16px; }
    .latest-news-slider-wrap .slick-list.draggable { padding-right: 150px; }
    .resources-lists { padding: 40px 0 40px; }
}
@media (max-width: 991px) {
  footer .footer-logo-column { width: 50%; margin-bottom: 15px; }
    .counter-block { padding: 40px 0 25px; }
    .two-column-card-block .two-column-card-box { max-width: 280px; }
    .two-column-heading-with-content-wrap .section-heading { width: 30%; }
    .two-column-heading-with-content-wrap .section-desc { width: 70%; }
    .contact-us-main-wrap .contact-us-main-content { width: 100%; padding-right: 0; }
    .contact-us-main-wrap .contact-us-main-form { width: 100%; }
    .inner-hero_banner-with-image-wrap h1 { font-size:56px; line-height:66px; position:relative; top: 12px; }
    .post-thumbnail-image date { padding: 10px 20px; font-size: 14px; }
    .impacts-results .impacts-results-content a.h5 { font-size: 18px; margin-bottom: 5px; }
    .resources-block .resources-block-col { width: 50%; }
    .diamond-popup-content.white-popup { padding: 30px 20px 30px 10px; overflow: auto; height: 720px; }
    .teamModal-image { padding: 10px; }
    .stacked-cards p { font-size: 14px; line-height: 24px; }
    .stacked-cards .stacked-cards-row .btn { padding: 5px 10px; }
    .partners-section .partners-logo { padding: 40px 25px; }
    .horizontal-logo { margin-top: 40px; }
    .icon-cards .icon-card .card-icon { top: -40px; width: 80px; height: 80px; }
    .product-catalog-section-wrap .roduct-catalog-col { width: 50%; }
    .workshops-wrap .workshops-wrap-desc { padding: 25px 20px; }
    .workshops-wrap .workshops-wrap-img { width:40%; }
    .workshops-wrap .workshops-wrap-img + .workshops-wrap-desc { width: calc(100% - 40%); }
    .single-workshop-wrap .entry-header { padding: 30px 25px 0 25px; }
    .open-records-request-row { flex-wrap: wrap; }
    .open-records-request-row .sec-title { width: 100%; }
    .open-records-request-row .sec-btn { width: 100%; }
    .solution-category-wrap { flex-wrap: wrap; }
    .solution-category-wrap .solution-category-image { width: 100%; }
    .solution-category-wrap .solution-category-image + .solution-category-content { width: 100%; }
    .solution-category-wrap .solution-category-content { padding: 25px 20px; }
    
    .solutions-category-search-wrap { flex-wrap: wrap; }
    .solutions-category-search-wrap .search-label { width: 100%; border-right: none;  padding: 10px 10px 0px 10px; }
    .solutions-category-search-wrap .search-input-wrap { width: calc(100% - 120px); padding: 0px 10px 0px 10px; }
    .solutions-category-search-wrap .search-button-wrap { padding: 10px; }
    .solutions-category-search-wrap .search-button-wrap button { padding:8px 25px; }
    
    .taxonomy-info-wrapper { flex-direction: column; }
    .taxonomy-main-content { padding-right: 0; min-width: 100%; }
    .taxonomy-child-terms { width: 100%; margin-top: 20px; max-width: 100%; padding-left: 0; }
    .taxonomy-posts { grid-template-columns: repeat(2, 1fr); }
    .search-wrapper { flex-wrap: wrap; }
    .search-wrapper .search-title { width: 100%; border-right: none; border-bottom: 1px solid #e5e5e5; padding: 15px 20px; }
    .taxonomy-search-form { width: 100%; }
    .search-results-list .search-result-item { width: 50%; }
    .taxonomy-search-section.solutions-category-search { padding: 0px 0 0; }
    .taxonomy-info-section { padding: 50px 0 40px; }
    .taxonomy-posts-section { padding: 40px 0; }
    .taxonomy-posts .post-card h2 { font-size: 22px; line-height: 32px; }
    .error-404.not-found span { font-size: 52px; line-height: 62px; }
    .proposal-contract-terms-conditions .inner-hero_banner-with-image-wrap h1 { line-height: 70px; }
    .icon-counter-block .counter-block-column h3 { font-size: 40px; line-height: 50px; }
    
    .media-content-block .media-content-block-content { width: 100%; order: 1; padding: 0 0 10px 0 }
    .media-content-block .media-content-block-img { width: 100%; padding: 0; order: 2; }
    .media-content-block .media-content-block-wrap { flex-wrap: wrap; }
    .media-content-block .media-content-block-content:after { display: none; }
    .media-content-block-content-inner { max-width: 100%; }
    .media-content-block .image-mask-clipping { -webkit-mask-image: url(../../assets/images/bg-shape-mbl.svg); -moz-mask-image: url(../../assets/images/bg-shape-mbl.svg); mask-image: url(../../assets/images/bg-shape-mbl.svg); -webkit-mask-repeat: no-repeat; -moz-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat; -webkit-mask-size: 100%; -moz-mask-size: 100%; mask-size: 100%; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center center; -moz-mask-position: center center; mask-position: center center; position: relative; padding-bottom: 90%; }
    .media-content-block { padding: 50px 0 0; background-color: #F3F8FF; }
    .btn { font-size: 14px; }
    .solutions-cards-slider .section-heading { margin-bottom: 28px; }
    .hero-banner-wrap { padding-left: 0px; }
    .content-with-side-icon-list-wrap { flex-wrap: wrap; }
    .content-with-side-icon-list-wrap .content-with-side-icon-list-head { width: 100%;}
    .content-with-side-icon-list-wrap .content-with-side-icon-list-col { padding: 0; width: 100%; }
    .content-with-side-icon-list-head-inner { max-width: 100%; margin-bottom: 40px; }
    .content-with-side-icon-list-head label { margin-bottom: 20px; }
    .content-with-side-icon-list-wrap { justify-content: center; }
    .success-stories-with-logo-slider:before { width: 58px; height: 118px; }
    .success-stories-with-logo-wrap .section-head { padding-left: 40px; }
    .success-stories-with-logo-slider { padding: 58px 0 130px; }
    .success-stories-with-logo-slider:before { top: 20px; }
    .success-stories-with-logo-slider:after { width: 58px; height: 118px;  bottom: 0; }
    .success-stories-with-logo-wrap .news__counter { bottom: -80px; right: 45px; }
    .footer-logo-column-inner { margin-bottom: 10px; }
    footer .footer-logo-inner { padding: 50px 0 30px; }
    .member-full-details { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    ul.team-members-nav li a { font-size: 14px; padding: 12px 20px 10px 20px; }
    .subpage-hero-banner .section-heading { padding-left: 0px; }
    .latest-news-slider-item-inner { padding: 30px 25px; }
    .latest-news-slider-wrap .slick-list.draggable { padding-right: 100px; }
    .resources-lists-wrap .resources-lists-col { width: 50%; }
    .two-column-newsletters-form .two-column-newsletters-form-img { width: 100%; padding: 0; background-color: #0D2A50; }
    .two-column-newsletters-form .two-column-newsletters-form-inner { padding: 30px; width: 100%; background-color: #D9E9FF; position: relative; }
    .two-column-newsletters-form .two-column-newsletters-form-inner:before { content: ""; clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%); position: absolute; top: -60px; width: 100%; height: 100%; background-color: inherit; left: 0; }
    .two-column-newsletters-form-sec { padding: 0; max-width: 100%; position: relative; }
    .two-column-newsletters-form .image-mask-clipping { height: auto; }
    .image-mask-clipping-inner { max-width: 100%; padding: 50px 30px 70px; position: relative; left: 0; }
    .two-column-newsletters-form .image-mask-clipping { height: auto; -webkit-mask-size: initial; -moz-mask-size: initial; mask-size: initial; mask-position: right center; mask-image: none; padding: 0; }
    .image-mask-clipping-inner-col { background-color: #0D2A50; }
    .two-column-newsletters-form .two-column-newsletters-form-inner:after { width: 100%; position: relative; background-image: none; display: none; }
    .image-mask-clipping-inner p { font-size: 17px; line-height: 27px; }
    .two-column-newsletters-form { padding: 0 0 0px; }
    .past-newsletters .section-heading { margin-bottom: 20px; }
    .hero-banner + .icon-counter-block {  margin-top: -50px; }
    .hero-banner { padding: 180px 0 100px; }
    .subpage-hero-banner + section { margin-top: 0px; }
    .subpage-hero-banner { padding: 80px 0 130px; }
    .page-id-1567 .shape-img-banner:after { height: 100px; }
    .page-id-1452 .shape-img-banner:after { height: 100px; }
    .map-locations-card-content strong { font-size: 16px !important; line-height: 24px !important; margin-bottom: 4px !important; }
    .map-locations-card-title { font-size: 22px !important; line-height: 30px !important; }
    .map-locations-card-content a { font-size: 16px !important; }
    .location-with-map-section .location-with-map-heading, .solutions-category-search .solutions-heading { margin-bottom: 60px; }
}
@media (max-width: 767px) {
    h3, .h3 { font-size: 26px; line-height: 36px; }
    footer .footer-location-list { width: 50%; }
    .footer-location-list ul li p { line-height: 23px; }  
    .main-hero-banner-wrap .item { padding: 100px 0; }
    .counter-block .counter-block-column h3 { font-size: 28px; }
    .counter-block .counter-block-column { width: 100%; }
    .two-column-card-block .two-column-card-content { width: 100%; margin-bottom: 30px; max-width: 100%; }
    .two-column-card-block .two-column-card-box { max-width: 100%; width: 100%; margin-left: 0px; }
    .card-arrow:before { display: none; }
    .two-column-card-block .two-column-card-box h4 { padding: 10px 25px 10px 25px; }
    .two-column-heading-with-content-wrap .section-heading { width: 100%; }
    .two-column-heading-with-content-wrap .section-desc { width: 100%; padding-left: 0; }
    .two-column-heading-with-content-wrap .section-heading h2 { margin-bottom: 15px; } 
    .two-column-heading-with-content-wrap .section-heading h2:after { display: none; } 
    .gform-theme--foundation .gfield input.small { inline-size: 50% !important; }
    .inner-hero_banner-with-image-wrap h1 { font-size: 50px; line-height: 60px; }
    .join-our-team-section { padding: 50px 0 30px; }
    .impacts-results .impacts-results-content { padding-right: 0; width: 100%; margin-bottom: 30px; }
    .impacts-results .impacts-results-image { width: 100%; }
    .impacts-results .impacts-results-wrap { padding: 0px 0 30px; }
    .resources-block .resources-card-body { padding: 10px 20px 15px; }
    .resources-block .resources-card-icon { width: 80px; height: 80px; }
    .diamond-popup-content-wrap .diamond-popup-image { width: 480px; margin-bottom: 20px; }
    .diamond-popup-content-wrap .diamond-popup-desc { width: 100%; padding-left: 0; }
    .diamondswrap-section { padding: 40px 0 40px; }
    .diamondswrap { padding: 0 0 40px; }
    .simple-tab-block .resp-vtabs .resp-tab-content { padding: 25px 15px; }
    .stacked-cards ul { height: 400px !important; }
    .stacked-cards li { min-height: 400px; }
    .partners-section .partners-content { width: 100%; }
    .partners-section .partners-logo { width: 100%; }
    .partners-section .partners-logo .logo-item { width:25%; text-align: center; padding: 0 15px; }
    .partners-section .partners-logo { padding: 30px 10px; }
    .partners-section .partners-content { padding: 30px 15px; }
    .horizontal-logo .horizontal-logo-item { width: 50%; }
    .two-column-text-with-media-wrap .two-column-text-with-media-desc { width: 100%; padding-right: 0; order: 2;margin-bottom: 0px; }
    .two-column-text-with-media-wrap .two-column-text-with-media-img { width: 100%; order: 1; margin-bottom: 25px; }
    .two-column-text-with-media-wrap.media-text .two-column-text-with-media-desc { padding: 0; margin: 0; }
    .icon-cards .section-header { margin-bottom: 35px; }
    .atn-history-content .atn-history-content-left { width: 100%; padding: 0; }
    .atn-history-content .atn-history-content-rt { width: 100%; padding: 0; }
    .two-column-content-map-box-wrap .section-header { padding: 0; }
    .two-column-content-map-box-wrap { padding: 30px 20px; }
    .product-catalog-section-wrap .roduct-catalog-col { width: 100%; }
    .newsletters-with-form .newsletters-with-form-wrap { flex-wrap: wrap; }
    .newsletters-with-form .newsletters-with-form-left { width: 100%; margin-bottom: 25px; }
    .newsletters-with-form .newsletters-with-form-right { width: 100%; }
    .workshops-wrap .workshops-wrap-img { width: 100%; }
    .workshops-wrap .workshops-wrap-img + .workshops-wrap-desc { width: 100%; }
    .workshops-wrap .workshops-wrap-col-inner { flex-wrap: wrap; }
    .parent-terms-list { flex-direction: column; gap: 10px;text-align: center;}
    .parent-terms-list li .separator { display: none; }
    .taxonomy-main-content .taxonomy-title { font-size: 26px;line-height: 36px; }
    .taxonomy-info-section { padding: 40px 0; }
    .icon-counter-block .section-heading h2 { font-size: 30px; line-height: 37px; }
    .icon-counter-block .counter-block-column { width: 50%; }
    .counter-block-row .counter-block-column:nth-child(2)::after { display: none; }
    .media-content-block-content-inner { text-align: center; }
    .icon-counter-block { padding: 40px 0 40px 0; }
    .solutions-cards-slider { padding: 38px 0px 40px 30px; }
     .solutions-cards-slider-slick .slick-next:after { right: 20px !important; }
    .news__counters { display: block; position: relative; bottom: 24px; }
    .media-content-block-content-inner .btn { margin-top: 10px; }
    .solutions-cards-slider-slick { margin-bottom: 40px; }
    .hero-banner .hero-banner-desc h1 span { font-size: 40px; line-height: 50px; }
    .hero-banner .hero-banner-desc h1  { font-size: 47px; line-height: 48px; letter-spacing: 1.2px; }
    .hero-banner .hero-banner-desc { max-width: 420px; }
    .hero-banner .hero-banner-desc p { font-size: 18px; line-height: 25px; }
    .hero-banner-desc .inner-desc:before { top: 12px; }
    .content-with-side-icon-list-head label { margin-bottom: 15px; font-size: 19px; line-height: 29px; letter-spacing: 0; }
    .content-with-side-icon-list-head p { font-size: 17px; line-height: 28px; }
    .content-with-side-icon-list-head a { margin-top: 10px; }
    .content-with-side-icon-list-head-inner { margin-bottom: 50px;}
    .solutions-cards-item-inner-wrap h3 { font-size: 30px; line-height: 34px; }
    .solutions-cards-item-inner-wrap .solutions-cards-item-desc { max-width: 100%;}
    .solutions-cards-item-inner-wrap { transform: translateY(90px); }
    .solutions-cards-item-inner-wrap p { font-size: 17px; line-height: 24px; }
    .member-full-details { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .subpage-hero-banner .section-heading h1  { font-size: 40px; }
    .team-member-details .team-middle-popup .team-briefing-block { width: 100%; }
    .team-member-details .team-middle-popup .team-left-details img { max-width: 250px;}
    .team-member-details .team-middle-popup .team-left-details { width: 100%; margin-bottom: 25px; text-align: center; }
    .team-member-details .team-middle-popup .team-briefing-block p { margin-bottom: 15px;}
    .past-newsletters .past-newsletters-col { margin-bottom: 10px; width: 100%; }
    .team-member-details .team-middle-popup .team-left-details .team-heading { text-align: left; }
    .team-member-details .team-middle-popup .team-left-details ul.team-contect-links { text-align: left; }
    .hero-banner + .icon-counter-block { margin-top: -30px; }
    .page-id-1567 .shape-img-banner:after { height: 80px; }
    .page-id-1452 .shape-img-banner:after { height: 80px; }
    .location-with-map-section .location-with-map-heading, .solutions-category-search .solutions-heading { margin-bottom: 40px; }
    
    ul.team-members-nav {  padding-bottom: 15px; }
    .tab-indicator{ position:absolute; bottom:-1px; height:3px; width:60px; background:#6ea8ff; transition: all .3s ease; display: none;}
    .team-members-wrap { position: relative; }
    .success-stories-with-logo-slick-wrap:after { bottom: -22px; }

    button.scroll-arrow.scroll-up { position: relative; transform: rotate(-90deg); right: 0; }
    button.scroll-arrow.scroll-down { bottom: 25px;transform: rotate(-90deg); right: 0; }

    .subpage-hero-banner .pattern-banner-img { background-image: url('../images/Mobile-InteriorHeader.webp') !important; background-position: bottom center; z-index: 111;}
    .page-id-1452 .shape-img-banner:after { height: 0; display: none;}
    .page-id-1567 .shape-img-banner:after { display: none; }
    
    .page-id-1452 .subpage-hero-banner .pattern-banner-img { background-color: #F3FDFE; }
    .page-id-1567 .subpage-hero-banner .pattern-banner-img { background-color: #F3FDFE; }
    .map-locations-card { margin-bottom: 20px !important;}
    .hero-banner + .icon-counter-block { margin-top: 0; }
    .hero-banner .shape-img-banner img { display: inline-block; } 
    .shape-img-banner img { display: none; }
    .solutions-category-search { padding: 50px 0 0; }
    .subpage-hero-banner + section { padding-top: 20px !important; }
    .workshops-wrap { padding: 20px 0; }
    .subpage-hero-banner + .join-our-team-section { padding-top: 10px !important; }
    .solutions-category-search-warp { margin: 0; margin-top: 0; }
    ul.team-members-nav li { width: auto !important; }
    .team-members-nav ul.slick-dots li { width: 100% !important; border-radius: 0; border: none; height: 3px; margin: 0; padding: 0; background-color: #EAEAEA;}
    .team-members-nav ul.slick-dots { top: auto; bottom: -30px; }
    .team-members-nav ul.slick-dots li.slick-active { background: #B6D4FF; }
    .subpage-hero-banner:after { background: linear-gradient(270.06deg, rgba(0, 78, 245, 0) 0%, rgba(0, 62, 124, 1) 109.11%); }
/*
    .hero-banner .pattern-banner-img { background-image: url('../../assets/images/mobile-home.png') !important; background-position: bottom center; z-index: 111; }
    .hero-banner:before { display: none; }
    .hero-banner-bg { display: none; }
    .hero-banner:after { display: none; }
    .hero-banner { background: transparent; }
*/
	.hero-banner-bg{
		    background-position: top right 25%;
	} 


}
@media (max-width: 880px) {
	    .subpage-hero-banner {
        padding: 150px 0 200px;
    }
	    .subpage-hero-banner + section {
       
        padding-top: 20px !important;
    }
	    .subpage-hero-banner {
        padding: 20% 0 25%;
    }
	
	.team-members-wrap  .team-members-nav { display: flex; overflow-x: auto; gap: 20px; scroll-behavior: smooth; } .team-members-wrap .team-members-nav li { flex: 0 0 auto; } .team-members-wrap ul.team-members-nav li { /* flex: 0 0 auto; */ scroll-snap-align: start; /* flex: 0 0 calc(100vw - 40px); */ } .team-members-wrap ul.team-members-nav { display: -webkit-box; width: 100%; -webkit-box-pack: start; padding-left: 10px; padding-right: 10px; }
	
	
}
@media (max-width: 640px) {
		    .hero-banner {
        padding: 180px 0 110px;
    }
    .container { padding: 0 25px; }
    .stories-of-success .stories-of-success-item { flex-wrap: wrap; }
    .stories-of-success .stories-of-success-item .stories-of-success-icon { margin-bottom: 25px; }
    .stories-of-success .stories-of-success-item .stories-of-success-icon + .stories-of-success-desc { width: 100%; padding: 0; }
    
    .stacked-cards li { width: 90%; }
    .partners-section .partners-logo .logo-item { width: 40%; }
    .icon-cards .icon-cards-column { width: 100%; padding: 0; }
    .financial-data-wrap .financial-data-item { width: 100%; margin-bottom: 15px; }
    .financial-data-wrap .financial-data-item:last-child { margin-bottom: 0; }
    .solutions-single-section .row-date .col-des { width: 100%; }
    .taxonomy-posts { grid-template-columns: repeat(1, 1fr); }
    .child-terms-list li a { font-size: 14px; }
    .icon-counter-block .counter-block-column { width: 100%; margin-bottom: 60px; }
    .icon-counter-block .counter-block-column:after { right: 0; width: 100%; left: 0; margin: 0 auto; top: auto; }
    .counter-block-row .counter-block-column:after { display: none; }
    .icon-counter-block .counter-block-column:last-child { margin-bottom: 0; }
    .icon-counter-block .counter-block-column h3 { font-size: 55px; line-height: 65px; }
    .icon-counter-block .counter-block-column p { font-size: 20px; }
    .icon-counter-block .counter-block-column:before { content: ""; position: absolute; bottom: -50px; left: 0; right: 0; margin: 0 auto; background-image: url(../../assets/images/mbl-line.svg); background-repeat: no-repeat; width: 2px; height: 63px; }
    .icon-counter-block .counter-block-column:last-child:before { display: none; }
    .solutions-cards-slider .section-heading h2 { font-size: 38px; line-height: 42px; }
    .media-content-block .media-content-block-content { padding: 0 0 30px 0;}
    .content-with-side-icon-list-col .content-with-side-icon-row { width: 100%; padding: 0; margin-bottom: 9px; }
    .content-with-side-icon-list { padding: 40px 0 55px; }
    .content-with-side-icon-list-head h2 { font-size: 38px; line-height: 44px; letter-spacing: 0; }
    .content-side-icon-inner { padding: 14px 10px 12px 18px; }
    .content-with-side-item-icon + .content-with-side-item-title { padding-left: 22px;}
    .news__arrow.news__arrow_dir_up.slick-arrow { top: auto; bottom: -85px; right: auto; left: 50px; }
    .news__arrow.news__arrow_dir_down.slick-arrow { top: auto; bottom: -85px; right: auto; left: 0; }

    .news__arrow.news__arrow_dir_down.slick-arrow { right: auto; transform: rotate(180deg); left: 50px; }
    .news__arrow.news__arrow_dir_up.slick-arrow { right: auto; transform: rotate(180deg); left: 0px; }

    footer .footer-logo-column { width: 100%; margin-bottom: 0;  padding: 0; text-align: center; }
    footer .footer-social-icon ul { justify-content: center; }
    footer .footer-logo-column p { padding-right: 0; }
    footer .footer-logo-column:nth-child(4) { order: 2; } 
    footer .footer-logo-column:nth-child(2) { order: 3; } 
    footer .footer-logo-column:nth-child(3) { order: 4; }
    footer .footer-social-icon ul li a { background-color: #fff; color: #B3152E; }
    .footer-logo-column-inner { margin-bottom: 10px; }
    .footer-logo-column-inner .footer-social-icon { margin-bottom: 40px; }
    footer .footer-logo-column:nth-child(4) .footer-logo-column-inner { border-bottom: 1px solid #FFFFFF30; margin-bottom: 30px; padding-bottom: 13px; }
    footer .footer-logo-column strong { font-size: 15px; line-height: 20px; }
    .footer-logo-column a { font-size: 15px; line-height: 20px; }
    footer .footer-logo-inner { padding: 56px 0 41px; }
    footer .button-wrap .btn { padding: 12px 75px 12px 23px; letter-spacing: 0px !important; }
    footer .button-wrap .btn::after { right: 29px; width: 22px; height: 19px; top: 13px; }
    footer .button-wrap .btn:hover:after { right: 35px;  }
    .subpage-hero-banner + section { margin-top: 0px; }
    /*.map-locations-card::before { border-top: 20px solid transparent !important; border-left: 25px solid #B3152E !important; border-bottom: 20px solid transparent !important; }*/
    .map-locations-list-panel::before { left: 0px !important; border-top: 15px solid transparent !important; border-left: 20px solid #B3152E !important; border-bottom: 15px solid transparent !important; }
    .map-locations-card { padding: 23px 20px 23px 32px !important; }
	
	
	/* home banner shape */
.home .shape-img-banner img { display: none !important; } 
.home .shape-img-banner:after { content: ''; position: absolute; width: calc(100% + 100px); height: 220px; background: #980920; left: 50%; top: 0; border-radius: 90%; transform: translate(-50%, 0px); }
.home .shape-img-banner:before { content: ''; position: absolute; width: calc(100% + 160px); height: 220px; background: #ffffff; left: 50%; top: 20px; border-radius: 90%; transform: translate(-50%, 0px); z-index: 1; } 
.home .shape-img-banner { height: 64px; overflow: hidden; }
	/* home banner shape end */
}
@media (max-width: 575px) {
    h2, .h2 { font-size: 28px; line-height: 38px; }
    footer .footer-logo-column { width: 100%; margin-bottom:0px; padding-right: 0; }
    footer .footer-logo-inner { text-align: center; padding: 35px 0; }
    footer .footer-logo-column:last-child { margin-bottom: 0; }
    button.slick-prev.slick-arrow:after { left: 15px; }
    button.slick-next.slick-arrow:after { right: 15px; }
    .main-hero-banner-wrap .hero-banner-content { padding: 0 15px; }
    .main-hero-banner-wrap .item {  padding: 70px 0; }
    .general-content { padding: 50px 0; }
    .two-column-card-block { padding:50px 0; }
    .gform-theme--foundation .gfield input.small { inline-size: 100% !important; }
    .inner-hero_banner-with-image-wrap h1 { font-size: 45px; line-height: 55px; }
    .resources-block .resources-block-col { width: 100%; }
    .resources-block .resources-card-icon img { padding: 5px; }
    .diamond-box-wrap { width: 150px !important; height: 150px !important; }
    .diamonds { min-width: 300px !important; }
    .simple-tab-block .parent-tab-content .child-tab-content h2 small { font-size: 28px !important;}
    .simple-tab-block .parent-tab-content .child-tab-content a { width: 100%; margin: 0 !important; }
    .simple-tab-block .parent-tab-content .child-tab-content a:after { display: none; }
    .partners-section .partners-logo .logo-item { width: 100%; }
    .partners-section .partners-logo { padding: 30px 25px; }
    
    .solutions-category-search-wrap .search-input-wrap { width: 100%; }
    .solutions-category-search-wrap .search-button-wrap { width: 100%; padding: 0px 0 0px 0px; }
    .solutions-category-search-wrap .search-button-wrap button { width: 100%; }
    .search-result-item { flex-wrap: wrap; }
    .search-result-item .result-thumbnail { width: 100%; height: 150px; margin-right:0; margin-bottom:15px; }
    .solutions-category-search-wrap .search-label { padding: 0 0 10px 0; }
    .solutions-category-search-wrap .search-input-wrap { padding: 0 0 10px 0; }
    .solutions-category-search-warp { padding:20px 15px !important; }
    .search-results-list .search-result-item { width: 100%; }
    .taxonomy-posts { grid-template-columns: 1fr; }
    .taxonomy-search-form { flex-wrap: wrap; }
    .taxonomy-search-form .search-input { width: 100%; padding: 15px 20px; }
    .taxonomy-search-form .search-button { width: 100%; }
    .search-results-list .search-result-item { width: 100%; }
    .proposal-contract-terms-conditions .inner-hero_banner-with-image-wrap h1 { line-height:50px; top:10px; }
    .solutions-cards-slider-section .slick-list.draggable { padding-right: 0; }
        .solutions-cards-slider-slick .solutions-cards-item { margin:0 3px; }
    .solutions-cards-slider .solutions-cards-item-inner { height: 530px; }
    .hero-banner .container { padding: 0 20px; }
    .success-stories-with-logo-slick-wrap .item h3 { font-size: 25px; line-height: 31px; }
    .success-stories-with-logo-slick-wrap .item p { line-height: 26px; }
    .success-stories-with-logo-wrap .title-with-logo .logo-slide figure { max-width: 130px;}
    .solutions-cards-slider-slick .slick-next:after { right: -20px !important; }
    .solutions-cards-slider { padding: 35px 30px 70px 30px; }
    .solutions-cards-item-inner-wrap { transform: translateY(0px); }
    .solutions-cards-slider .solutions-cards-item-inner:after { background: linear-gradient(180deg, rgba(12, 71, 130, 0.3) 53.57%, #0D2A50 62.36%); }
    .solutions-cards-slider .solutions-cards-item-inner:before { background: linear-gradient(180deg, rgba(12, 71, 130, 0.3) 53.57%, #0D2A50 62.36%); }
    .member-full-details { grid-template-columns: repeat(1, minmax(0, 1fr)); }
   .latest-news-slider-wrap .slick-list.draggable { padding-right: 0; }
    .latest-news-slider-wrap { padding: 0 30px; }
    .latest-news-slider-wrap .latest-news-slider-item  { padding-right: 0; }
    .latest-news-slider-item-inner { margin:0 4px; }
    .latest-news-slider-wrap .latest-news-slider-item { opacity: 100%; }
    .resources-lists-wrap .resources-lists-col { width: 100%; }
    .shape-img-banner { bottom: -8px; }
    .page-id-1567 .shape-img-banner:after { height: 60px; }
    .page-id-1452 .shape-img-banner:after { height: 60px; }
    .solutions-cards-item-inner-wrap {  transform: translate(0px, 0%);} 
    .solutions-cards-item-inner-wrap .solutions-cards-item-title { bottom: calc(100% + 0px); }
}
@media (max-width: 480px) {
 .inner-hero_banner-with-image-wrap h1 { font-size: 40px; line-height: 50px; position: relative; top: 10px; }
    .subpage-hero-banner .section-heading h1 { font-size: 36px; }
}

#wpadminbar{
  z-index: 999999;
}