/*---------------------------------------------------------------------------------

 Theme Name:   Divi-child
 Theme URI:    http://www.elegantthemes.com/gallery/divi/
 Description:  Divi Child Theme
 Author:       Elegant Themes
 Author URI:   http://www.elegantthemes.com
 Template:     Divi
 Version:      4.6.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
:root {
    --primary: #00649d;
    --secondary: #e47325;
}

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: freightsans;
    src: url("/wp-content/themes/Divi-child/fonts/freightsansbold-webfont.woff2"),
        url("/wp-content/themes/Divi-child/fonts/freightsansbold-webfont.woff");
    font-weight: 700;
}

@font-face {
    font-family: freightsans;
    src: url("/wp-content/themes/Divi-child/fonts/freightsansbook-webfont.woff"),
        url("/wp-content/themes/Divi-child/fonts/freightsansbook-webfont.woff2");
    font-weight: 400;
    -webkit-font-smoothing: initial;
}

@font-face {
    font-family: freightsans;
    src: url("/wp-content/themes/Divi-child/fonts/freightsansbook-webfont.woff"),
        url("/wp-content/themes/Divi-child/fonts/freightsansbook-webfont.woff2");
    font-weight: 300;
}

@font-face {
    font-family: freightsans;
    src: url("/wp-content/themes/Divi-child/fonts/freightsansbookitalic-webfont.woff2"),
        url("/wp-content/themes/Divi-child/fonts/freightsansbookitalic-webfont.woff");
    font-style: italic;
}

@font-face {
    font-family: freightsans;
    src: url("/wp-content/themes/Divi-child/fonts/freightsansbolditalicsc-webfont.woff2"),
        url("/wp-content/themes/Divi-child/fonts/freightsansbolditalicsc-webfont.woff");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: freightsans;
    src: url("/wp-content/themes/Divi-child/fonts/freightsansmedium-webfont.woff2"),
        url("/wp-content/themes/Divi-child/fonts/freightsansmedium-webfont.woff");
    font-weight: 500;
}

html {
    font-size: 10px;
}

body {
    line-height: 1.35;
    font: 400 2.3rem "freightsans", sans-serif !important;
    color: #58595b;
}

body p {
    line-height: 1.28;
    font-weight: 300;
}

.content-regular p {
    -webkit-font-smoothing: initial;
}

.content-big p {
    font-size: 2.5rem;
}

a:hover {
    opacity: 0.9;
}

.et_pb_section h1,
.single h1,
.et_pb_section h2,
.single h2,
.et_pb_section h3,
.single h3,
.et_pb_section h4,
.single h4 .et_pb_section h6,
.single h6,
.et_pb_section .et_pb_button,
.single .et_pb_button {
    font-weight: 600;
    font-family: 'Rajdhani', Helvetica, Arial, Lucida, sans-serif;
    color: #58595b;
}

.body-font h2 {
    font-family: "freightsans", sans-serif;
    font-weight: 400;
}

#main-header a {
    font-family: 'Rajdhani', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    width: auto !important;
}

.et_pb_section h2 {
    color: var(--primary);
    font-size: 3.6rem !important;
    line-height: 1.15 !important;
    -webkit-font-smoothing: initial;
}

.et_pb_section h1,
.heading-big h2 {
    font-size: 6rem !important;
}

.heading-medium h2 {
    font-size: 4.8rem !important;
}

.et_pb_section h3 {
    font-size: 3rem !important;
}

.et_pb_section h4 {
    font-size: 2.2rem !important;
}


.et_pb_section h5 {
    font: 400 2.2rem "freightsans", sans-serif;
    color: #58595b;
}

/*=== global css =====*/

.wp-pagenavi a, .wp-pagenavi span{
	color: #fff;
}
.rounded-img-wrapper img{
	aspect-ratio: 1/1;
	width: 100%;
}

#t2flex .et_pb_main_blurb_image img{
	max-width: 550px;
	width: 100%;
}

p:empty {
    display: none;
}


#et-main-area .et_pb_button,
.events-section .wppsac-readmorebtn {
    background: var(--secondary);
    border-color: transparent;
    display: inline-block !important;
    color: #fff !important;
    border-radius: 30px;
    min-width: 260px !important;
    text-align: center;
    padding: 9px 4.5rem 6px !important;
    line-height: 1.15 !important;
    font: 600 3.2rem 'Rajdhani', sans-serif !important;
    /* 	-webkit-font-smoothing: antialiased; */
}

.entry-content ul {
    padding-top: 15px;
}

.entry-content ul li {
    padding: 3px 0;
}

.single .entry-content>a {
    display: block;
    margin: 25px 0 15px;
    font-size: 2.6rem;
    text-decoration: underline;
    position: relative;
}

.single .entry-content>a:before {
    content: "";
    border: solid var(--primary);
    border-width: 0 2px 2px 0;
    display: inline-block;
    margin-right: 3px;
    padding: 4px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.heading-border h2,
.resources-section .et_pb_portfolio_filters h2,
.single .et_project_meta,
.card-slides .title {
    position: relative;
    margin-bottom: 25px;
}

.heading-border h2:after,
.resources-section .et_pb_portfolio_filters h2:after,
.single .et_project_meta:after,
.card-slides .title:after,
.result-block h3:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: -8px;
    background: var(--secondary);
    width: 60px;
    height: 6px;
}

.heading-border.center h2:after,
.result-block h3:after{
    left: 50%;
    transform: translate(-50%);
}

.heading-border.lightorange-border h2:after {
    background: #fbb15d;
}

.heading-border.orange-border h2:after,
.single .et_project_meta:after {
    background: var(--secondary);
}

.heading-border.green-border h2:after {
    background: #a9c47e;
}

.heading-border.teal-border h2:after {
    background: #8cd3d9;
}

.d-flex {
    display: flex;
}

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

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

.bg-orange {
    background: var(--secondary);
    color: #fff !important;
}

.orange-clr {
    color: var(--secondary);
}

#logo {
    max-height: 50px;
}

#top-header {
    background: var(--primary);
}

#et-top-navigation {
    padding-top: 0 !important;
}

#top-menu-nav>ul>li>a {
    padding: 3rem 1.5rem !important;
}

.menu>li>a,
.nav>li>a {
    font-size: 17px !important;
    text-transform: uppercase !important;
}

#top-menu .btn a {
    padding: 3rem 3.5rem !important;
}

#top-menu-nav .menu-item-has-children>a:first-child:after {
    top: 49% !important;
    content: "" !important;
    transform: translateY(-50%) rotate(45deg);
    border: solid rgba(0, 0, 0, 0.5);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}

nav>ul>.menu-item>a {
    font-size: 2.3rem !important;
}

.mobile_menu_bar {
    padding: 14px 0 !important;
    z-index: 99;
}

#et-secondary-nav {
    font-weight: 600;
    font-family: 'Rajdhani', Helvetica, Arial, Lucida, sans-serif;
}

.et_mobile_menu li a:hover,
.nav ul li a:hover {
    background-color: #d9d7dd;
    opacity: 0.9;
}

.menu-item.btn a {
    color: #fff !important;
}

.pb-30{
	padding-bottom: 30px !important;
}
.slider-module .et-pb-controllers{
	bottom: 0 !important;
}
.wp-pagenavi {
    text-align: right;
    border-top: 1px solid #e2e2e2;
    padding-top: 13px;
    clear: both;
    margin-bottom: 30px;
}
.wp-pagenavi a, .wp-pagenavi span {
    color: #666;
    margin: 0 5px;
    text-decoration: none;
    font-size: 14px!important;
    font-weight: 400!important;
    border: none!important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    color: #2ea3f2!important;
}

/*==== Banner ====*/
.page-banner,
.banner-slider .et_pb_slide>.et_pb_container {
    min-height: 67.563rem;
    display: flex;
    align-items: center;
}

.page-banner h2 {
    font-weight: 300 !important;
    -webkit-font-smoothing: initial;
}

.banner-slider .et_pb_slide_description {
    text-align: left;
    max-width: 65rem;
    box-sizing: border-box;
    margin: 0;
}

.banner-slider .et-pb-controllers a {
    border: 1px solid #fff;
    opacity: 1;
}

.banner-slider .et-pb-active-control {
    background: #fff !important;
}

.events-section .wppsac-readmorebtn {
    min-width: initial !important;
}

#et-main-area .et_pb_button.btn-blue {
    background: var(--primary);
}

#et-main-area .et_pb_button:after {
    top: 50%;
    transform: translateY(-50%);
}

.banner-slider .et_pb_slide_description .et_pb_slide_title {
    font-weight: 600;
    font-size: 6rem !important;
}

.banner-slider .et_pb_slide_content h2 {
    font-weight: 400 !important;
    -webkit-font-smoothing: antialiased;
}

/*===== homepage======*/
.section-common {
    padding: 4rem 0 2rem;
}

.section-common .et_pb_row {
    align-items: center;
    max-width: 1430px;
}

.img-content-section .et_pb_text_inner {
    max-width: 620px;
}

.content-container {
    max-width: 88rem !important;
}

.intro-bar h4 {
    font: 500 2.6rem "freightsans", sans-serif !important;
}

.intro-bar {
    max-width: 85rem !important;
    margin: 0 auto;
}

.CTA-section .et_pb_promo_description {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 200px;
    margin: 0 auto;
}

.CTA-section .et_pb_module_header {
    order: 1;
    color: #000;
}

.CTA-section img {
    max-height: 168px;
    margin: 0 0 20px;
}

.CTA-section .et_pb_column:hover h5 {
    color: var(--primary);
}

.CTA-section h5 {
    max-width: 150px;
    line-height: 1.1;
    margin: 0 auto;
}

.overlay-wrap {
    position: relative;
}

.position-fixed {
	position: fixed;
}

.scrollup-row.position-fixed {
    bottom: 30px;
    right: 20px;
    width: unset;
}

a.scrollup-btn {
  	background: var(--secondary);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
}

.scrollup-btn:before {
	content: "!";
	font-family: ETmodules!important;
    speak: none;
    font-style: normal;
	font-size: 30px;
	color: #fff;
    font-weight: 700;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
}

.overlay-wrap:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.84;
    z-index: 1;
    mix-blend-mode: hard-light;
}

.overlay-wrap.show:before {
    background: linear-gradient(18deg, rgb(52 133 181) 50%, rgb(73 180 188) 98%);
}

.gradient-secondary.show:before {
    background: linear-gradient(18deg, rgb(6 112 175) 40%, rgb(73 180 188 / 30%) 98%);
    opacity: 0.9;
}

/*==== map section ======*/
.building-svg {
    margin-top: -70rem;
}

.building-svg #OUTLINES path {
    stroke: transparent;
    cursor: pointer;
    fill: transparent;
}

.building-svg #Markers path,
.building-svg #Markers text {
    fill: transparent;
    cursor: pointer;
}

.map-svg {
    position: absolute;
    top: 0;
    left: -2px;
    margin-top: -3.2% !important;
    width: 100%;
    height: 100%;
}

.map-svg .et_pb_code_inner {
    height: 100%;
}

.map-svg svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map-slider {
    padding-bottom: 20%
}

.customer-section .map-wrapper img {
    margin-top: -30rem;
}

.customer-section .map-svg {
    margin-top: -29rem !important;
    height: auto !important;
}


.customer-section svg {
    height: auto !important;
}

.map-svg svg g {
    fill: transparent;
    cursor: pointer;
}

.map-svg svg path[title="Operators"]:hover {
    fill: rgb(228 115 37 / 0.25);
}

.map-svg svg path[title="Municipalities"]:hover {
    fill: rgb(249 176 94 / 0.25);
}

.map-svg svg path[title="Higher Education"]:hover {
    fill: rgb(1 99 155 / 0.25);
}

.map-svg svg path[title="Other"]:hover {
    fill: rgb(91 104 113 / 0.25);
}

.map-svg svg path[title="Corporate Campuses"]:hover {
    fill: rgb(139 209 215 / 0.25);
}

.map-svg svg path[title="Healthcare"]:hover {
    fill: rgb(167 195 126 / 0.25);
}

.testimonial-slider {
    padding-bottom: 18% !important;
    margin-bottom: 0 !important;
}

.testimonial-slider .et_pb_slides {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-slider .et_pb_slide {
    background: var(--primary) !important;
    font-size: 4rem !important;
    margin-bottom: 4rem;
    border-radius: 15px;
    padding: 22px 0 !important;
    position: absolute;
    max-width: 80rem;
    margin: 0 auto;
    float: none;
    opacity: 0;
    display: block !important;
    transition: 0.3s all;
}

.testimonial-slider .et-pb-active-slide {
    opacity: 1;
    position: relative !important;
}

.testimonial-slider .et_pb_slide:after {
    position: absolute;
    content: "";
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid var(--primary);
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-slider .et-pb-slider-arrows a {
    color: #567dae !important;
    opacity: 1;
    font-size: 10rem;
    top: 30%;
}

.testimonial-slider .et-pb-arrow-prev {
    left: 0 !important;
}

.testimonial-slider .et-pb-arrow-next {
    right: 0 !important;
}

.testimonial-slider .et_pb_slide_content p,
.testimonial-slider .et_pb_slide_content h4 {
    padding-bottom: 0;
    color: #00639c !important;
}

.testimonial-slider .et_pb_slide_title {
    font-weight: 600;
    font-size: 3.8rem;
    max-width: 58rem;
    margin: 0 auto;
}

.testimonial-slider .et_pb_slide_content {
    position: absolute;
    max-width: 53rem;
    width: 100%;
    bottom: -16.5rem;
    font-size: 2.3rem;
    left: 50%;
    transform: translateX(-50%);
    text-shadow: none !important;
    font-family: 'Rajdhani', Helvetica, Arial, Lucida, sans-serif;
}

.testimonial-slider .et_pb_slide_content p:first-child {
    font-weight: 700;
}

.testimonial-slider .et_pb_slide_content p {
    font-weight: 400;
}

.testimonial-slider .et-pb-controllers {
    bottom: 2px;
}

.testimonial-slider .et_pb_slider_container_inner,
.testimonial-slider .et_pb_slide_description {
    height: 100%;
}

.testimonial-slider .et_pb_slide_description {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonial-slider .et_pb_slide_description:before,
.testimonial-slider .et_pb_slide_description:after {
    position: absolute;
    /* 	content: ""; */
    width: 50px;
    height: 50px;
}

.testimonial-slider .et_pb_slide_description:before {
    top: -1%;
    left: 5%;
    background: url("/wp-content/uploads/2020/09/quotes_above.png")center no-repeat;
    background-size: 4rem;
}

.testimonial-slider .et_pb_slide_description:after {
    bottom: 5%;
    right: 5%;
    background: url("/wp-content/uploads/2020/09/quotes_below.png")center no-repeat;
    background-size: 4rem;
}

.et-pb-controllers a {
    width: 15px;
    height: 15px;
}

.pattern-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.pattern-img img {
    object-fit: cover;
}

.who-we-are .et_pb_image_wrap,
.who-we-are .pattern-img {
    height: 100%;
}

.who-we-are h2 {
    font-size: 6rem !important;
}

.who-we-are .pattern-img {
    top: 0;
    bottom: auto;
}

/*=== industries =====*/
.icon-wrap .et_pb_main_blurb_image {
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #00639c;
    margin: 0;
}

.icon-wrap .et_pb_main_blurb_image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.icon-wrap .et_pb_module_header {
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #00639c;
    border-radius: 8px;
    width: 100%;
    max-width: 29rem;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
    padding: 11px 19px 7px;
    text-align: center;
    font-weight: 700;
    font-size: 3.6rem !important;
}

.community-section img {
    max-height: 600px;
    object-fit: cover;
}

.community-section h3,
.community-icon-row h3 {
    font: 500 2.8rem "freightsans", sans-serif !important;
}

.community-icon-row p {
    font-size: 2.1rem;
}

.community-icon-row .et_pb_blurb_content {
    max-width: 380px;
}

.community-icon-row .et_pb_row:nth-of-type(2) {
    align-items: center;
}

#higherEducation .icon-wrap .et_pb_module_header {
    max-width: 33rem;
}

#corporateCampuses .icon-wrap .et_pb_module_header {
    max-width: 39rem;
}

#municipalities .icon-wrap .et_pb_main_blurb_image {
    border-color: #fbb15d;
}

#municipalities .icon-wrap .et_pb_module_header {
    background: #fbb15d;
}

#operators .icon-wrap .et_pb_main_blurb_image {
    border-color: var(--secondary);
}

#operators .icon-wrap .et_pb_module_header {
    background: var(--secondary);
}


#corporateCampuses .et_pb_main_blurb_image {
    border-color: #8cd3d9;
}

#corporateCampuses .icon-wrap .et_pb_module_header {
    background: #8cd3d9;
}

#healthcare .icon-wrap .et_pb_main_blurb_image {
    border-color: #a9c47e;
}

#healthcare .icon-wrap .et_pb_module_header {
    background: #a9c47e;
}

.content-col {
    max-width: 53rem;
}

.content-small p {
    font-size: 2.2rem;
}

.content-col h2,
.industry-leaders .et_pb_member_position {
    position: relative;
    margin: 0 0 4rem;
}


.content-col h2:after,
.industry-leaders .et_pb_member_position:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1.9rem;
    background: var(--primary);
    width: 60px;
    height: 6px;
}

/*=== footer ====*/
#main-footer .container {
    max-width: 1920px;
}

.solution-footer {
	background: #F1F1F2 !important;
}

#footer-widgets {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 4% 0;
}

#footer-widgets:after {
    content: none;
}

.footer-widget {
    margin: 0 !important;
    padding: 0 15px;
    justify-content: center;
    display: flex;
    margin: 0 !important;
}

.contact-info {
    display: flex;
    align-items: center;
}

.contact-info .et_pb_main_blurb_image {
    margin: 0 20px 0 0 !important;
}

.contact-info .et-pb-icon {
    font-size: 40px;
}

.contact-info a {
    color: #000 !important;
    display: block;
    line-height: 1.6;
    font-size: 2.2rem !important;
}

.footer-widget .et-social-icons li:before {
    content: none !important;
}

#footer-widgets .footer-widget li {
    padding: 0 10px;
    margin: 0;
}

.footer-widget .et-social-icons a {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--secondary);
    border-radius: 50%;
}

#footer-info {
    text-align: center;
    float: none;
    font-weight: 700;
}

#footer-info a {
    padding-left: 5%;
}

.d-flex {
    display: flex;
}

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

.menu-top-bar {
    padding: 15px 10px;
}

.menu-top-bar img {
    max-width: 100px;
}

.menu-title {
    color: #00649d !important;
    font-size: 18px !important;
    padding: 0 !important;
    text-transform: uppercase;
}

.btn-transparent {
    background: transparent;
    border: 0;
    padding: 0;
}

.btn-close {
    margin-left: auto;
    font-size: 4rem;
    font-weight: 600;
    padding: 0 10px;
    color: #00649d;
}



.btn-back {
    color: #666;
    padding-right: 10px !important;
}

.btn-back:before {

    font: 700 5.5rem ETmodules !important;
    content: "\34";
    vertical-align: middle;
}

/***** event section *****/
.slick-track {
    display: flex;
}

.slick-slide {
    height: auto;
}

.events-section .wppsac-post-carousel.design-1 .wppsac-carousel-slides {
    margin: 0 2.5rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.events-section .wppsac-post-image-bg {
    margin: 0 !important;
}

.events-section .wppsac-post-image-bg span {
    position: relative;
    display: block;
    padding-top: 60%;
}

.events-section .wppsac-post-image-bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.events-section .wppsac-post-categories-list {
    display: none;
}

.events-section .wppsac-post-title {
    position: relative;
}


.events-section .wppsac-post-title a {
    color: inherit !important;
    font-size: inherit !important;
}

.events-section .wppsac-post-title:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -5px;
    background: #00649d;
    width: 60px;
    height: 6px;
}

.events-section .wppsac-post-content-position {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0 2rem;
}

.events-section .wppsac-post-date {
    background: #00649d;
    color: #fff;
    order: -1;
    margin: 0 -2rem 15px;
    text-align: center;
    padding: 2px 10px;
    font-weight: 700;
    font-size: 18px !important;
}

.events-section .wppsac-post-date span {
    display: none;
}

.events-section .wppsac-post-content {
    padding: 15px 0 25px;
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    justify-content: space-between;
}

.events-section .wppsac-sub-content {
    font-size: 2.4rem;
    padding-bottom: 3rem;
}

.events-section {
    background-position: top;
}

.events-section:before {
    mix-blend-mode: normal;
    background: linear-gradient(112deg, rgba(0, 99, 156, 1) 20%, rgba(141, 212, 217, 1) 150%);
    opacity: 0.85;
    background: linear-gradient(32deg, rgb(55 129 174) 70%, rgb(73 180 188) 120%);
}

.events-section .wppsac-post-carousel .slick-dots li button {
    width: 17px !important;
    height: 17px !important;
}

.events-section .wppsac-post-carousel .slick-dots li button {
    border-color: var(--secondary);
}

.events-section .wppsac-post-carousel .slick-dots li.slick-active button {
    background: var(--secondary) !important;
}

.events-section .slick-list {
    padding-bottom: 4rem;
}

.events-section .wppsac-post-carousel button.slick-arrow {
    background: transparent !important;
    text-indent: unset !important;
    color: transparent;
    width: auto;
    height: auto;
    font-size: 0 !important;
}

.events-section .wppsac-post-carousel.design-1 .slick-prev {
    left: -9% !important;
}

.events-section .wppsac-post-carousel.design-1 .slick-next {
    right: -9% !important;
}

.wppsac-post-carousel.design-1 a.wppsac-readmorebtn:hover {
    background: var(--secondary);
    opacity: 0.8;
}

/*==== industry-leaders ======*/
.industry-leaders .et_pb_team_member_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: initial;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: #f1f1f2;
}
/*  fix industry leaders*/
.industry-leaders .et_pb_team_member_image{
    z-index: -1;
}
.project_category-employee-spotlight>img{
	display:none;
}
.industry-leaders .et_pb_team_member_description{
    align-items:center;
}

.industry-leaders .et_pb_team_member_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0;
}

.industry-leaders .et_pb_team_member_description {
    padding: 24% 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.industry-leaders h4 {
    font: 700 2.4rem "freightsans", sans-serif !important;
    padding: 0;
}

.industry-leaders .et_pb_member_position {
    color: #000;
    padding-bottom: 10px !important;
    font-weight: 500;
    font-size: 2.4rem;
    max-width: 25rem;
	margin: 0 0 0;
    flex: 1;
    justify-content: center;
}

.industry-leaders .et_pb_member_position:after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
}

.industry-leaders .team-row {
    flex-wrap: wrap;
    justify-content: center;
}

.industry-leaders .team-row>.et_pb_column {
    margin: 0 !important;
    padding: 10px;
    width: 25% !important;
}

.industry-leaders .et_pb_team_member {
    height: 100%;
	min-height: 27.5rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*===== Blog page ======*/
.resources-section .et_pb_portfolio_item {
    width: calc(50% - 5rem) !important;
    margin-right: 5rem !important;
    background: #f3f3f3;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
}

.resources-section .post-meta {
    order: -1;
    margin: 0 -10px;
    text-align: center;
    background: var(--primary);
    padding: 8px 10px !important;
    font-size: 20px;
}

.resources-section .post-meta a {
    color: #fff !important;
    font-weight: 700;
}

.resources-section .et_portfolio_image {
    padding-top: 50%;
    margin: 0 -10px;
}

.et_portfolio_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.resources-section .et_pb_portfolio_item h2 {
    font-size: 3.2rem !important;
    text-align: center;
    border-bottom: 2px solid var(--primary);
    margin: 2rem 0 30px;
    padding: 0 1.8rem 12px;
}

.resources-section .myexcerpt {
    padding: 0 1.8rem 1.5rem;
}


.resources-section .et_pb_module.et_pb_filterable_portfolio,
.resources-section .et_pb_portfolio_items {
    display: flex !important;
    flex-wrap: wrap;
}

.resources-section .et_pb_portfolio_filters ul {
    position: sticky;
    top: 180px;
    width: 39rem;
    margin-right: 4rem;
    background: #e1e2e6;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    padding: 20px 25px;
}

.resources-section img {
    object-fit: cover;
}

.resources-section .et_pb_portfolio_filters ul a {
    background-color: transparent !important;
    border: 0;
    padding: 5px 0;
    color: #58595b;
    font-size: 2.6rem;
    line-height: 1.1;
}

.resources-section .et_pb_portfolio_items_wrapper {
    flex: 1;
}

.resources-section p {
    font-size: 2.2rem;
    line-height: 1.25;
}

.myexcerpt a:hover {
    text-decoration: underline;
}

.resources-section .et_pb_portofolio_pagination {
    width: 100%;
}

.resources-section .et_pb_portfolio_filters li {
    width: 100% !important;
}

.share-bar {
    justify-content: space-between;
    background: var(--primary);
    color: #fff;
    font: 600 18px 'Rajdhani', sans-serif;
    margin: 15px -10px 0;
    padding: 5px 10px;
    text-transform: uppercase;
    margin-top: auto;
}

.share-bar a {
    color: #fff;
}

.share-bar .share {
    display: flex;
    position: relative;
}

.share-bar .btn-share {
    position: absolute;
    text-align: right;
    color: #fff !important;
    background: var(--primary);
    right: 0;
    height: 100%;
    width: 115px;
    z-index: 1;
    flex: 1;
    cursor: pointer;
    transition: 0.1s ease;
}

.share-bar .btn-share.show {
    position: static;
    width: auto;
    height: auto;
}

.share-bar .et-social-icon a {
    color: #fff;
    font-size: 18px;
}

.resources-section .et-social-icons {
    padding: 0 !important;
    display: flex;
    flex: 1;
    line-height: 1;
}

/*=== form section ======*/
#pardot-form input {
    border-radius: 15px;
}

/*==== team section ======*/
.team-members .et_pb_team_member_description {
    color: #00649d;
    display: block;
}

.team-members .et_pb_module_header {
    font-weight: 700;
    font-size: 3rem !important;
    max-width: 14rem;
    margin: 0 auto;
}

.team-members .et_pb_member_position {
    font-size: 2.4rem;
    max-width: 20rem;
    margin: 0 auto;
    font-weight: 400 !important;
}

.team-members .et_pb_row {
    align-items: flex-start;
    justify-content: center;
}

.our-values .et_pb_blurb_container {
    display: flex;
    flex-direction: column;
}

.our-values .et_pb_module_header {
    order: 1;
}

.our-values h4 {
    font-family: "freightsans", sans-serif;
}

.flip_box {
    cursor: pointer;
    margin: 0 auto;
}

.flip_box_front {
    z-index: 1;
}

.flip_box_back {
    z-index: 2;
}

.flip_card {
    padding: 8rem 15px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.our-mission .flip_box_back p {
    font-size: 3rem;
}


.our-mission .image_wrap {
    margin: 0 !important;
}

.our-mission h2 {
    color: #fff;
    font-size: 6rem !important;
    margin: 20px 0 10px;
    line-height: 1.23;
}

.our-mission img {
    max-width: 125px;
}


.our-mission h2 span {
    display: block;
    color: #fbb15d;
}

.vision-card h2 span {
    color: #8cd3d9;
}

.our-mission h3 {
    color: #fff;
    font: 400 3.6rem "freightsans", sans-serif !important;
}

.our-mission h3 span {
    font-weight: 500;
}

.logo-carousel {
    width: 85%;
    margin: 0 auto;
}

.logo-carousel .slick-track {
    padding-bottom: 4rem !important;
}

.logo-carousel .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-carousel img {
    width: 100%;
    max-width: 240px;
    max-height: 140px;
    object-fit: contain;
}

.customer-carousel img {
    max-width: 190px;
}

.logo-carousel.wdcl_logo_carousel .slick-arrow {
    margin-top: -4%;
	transform: translateY(-50%) !important;
}

.logo-carousel.wdcl_logo_carousel .slick-arrow:before {
    font-size: 8rem;
    opacity: 1;
}

.logo-carousel.wdcl_logo_carousel .slick-prev {
    left: -7%;
}

.slick-dots button {
    border: 1px solid var(--secondary) !important;
}

/*==== news section =====*/

.news-section p {
    font-size: 2.2rem;
}

.news-section .pagination a {
    color: #fff;
}

.news-section .et_pb_post {
    background: #fff;
    padding: 2rem 8% 2rem 4rem;
    margin: 3rem 0;
    display: flex;
    flex-direction: column;
}

.news-section .post-meta {
    order: -1;
}

.news-section .published {
    display: inline-block;
    background: #00649d;
    color: #fff;
    font-size: 2.3rem;
    font-weight: 600;
    margin: 0 -4rem 10px;
    padding: 2px 7px 2px 4rem;
}

.gradient-section {
    background: linear-gradient(32deg, #0672b0 0%, rgb(6 114 176 / 0.9) 80%, rgb(62 164 172) 105%);
}

.sticky-sidebar {
    position: sticky;
    top: 150px;
    background: #e7e7e7;
    border-radius: 15px;
    padding: 18px 20px 15px;
    color: #535252;
    max-width: 330px;
}
/* 
.subpage-content-section>.et_pb_row>.et_pb_column:first-child>.et_pb_module:last-child {
    padding-bottom: 25rem !important;
} */

.subpage-content-section .et_pb_module h3 {
    font-family: "freightsans", sans-serif;
    font-weight: 500;
    font-size: 2.8rem !important;
}

.sticky-sidebar div h3 {
    color: var(--primary);
    border-bottom: 5px solid var(--primary);
    padding: 0 0 5px;
    margin: 0 0 10px;
    font: 600 2.8rem 'Rajdhani', Helvetica, Arial, Lucida, sans-serif !important;
}

.sticky-sidebar ul {
    list-style: none;
    padding: 0;
    line-height: 0;
}


.sticky-sidebar a {
    color: inherit;
    font: 600 2.2rem 'Rajdhani', Helvetica, Arial, Lucida, sans-serif;
}

.sticky-sidebar a:hover,
.sticky-sidebar a.active {
    color: var(--primary);
    font-weight: 600 !important;
}

.sticky-sidebar ul li {
    padding: 5px 0;
}

.sticky-sidebar div>a {
    font-weight: 500;
    font-size: 1.9rem;
    display: block;
    padding: 5px 10px 5px 20px;
}


.image-right-blurb .et_pb_blurb_content,
.image-left-blurb .et_pb_blurb_content {
    display: flex;
    margin: 0 -2rem;
}

.image-right-blurb .et_pb_main_blurb_image,
.image-left-blurb .et_pb_main_blurb_image,
.image-right-blurb .et_pb_blurb_container,
.image-left-blurb .et_pb_blurb_container {
    padding: 0 2rem;
}

.image-right-blurb .et_pb_main_blurb_image {
    order: 1;
    text-align: right;
}

.image-right-blurb .et_pb_blurb_container,
.image-left-blurb .et_pb_blurb_container {
    flex: 1;
}

.image-right-blurb .et_pb_main_blurb_image,
.image-left-blurb .et_pb_main_blurb_image {
    width: calc(100% - 45rem);
    min-width: 320px;
}

.image-right-blurb h2,
.image-left-blurb h2 {
    max-width: 35rem;
}

.et_pb_main_blurb_image img {
    max-height: 450px;
}

/* Solution configurator Calculator */
.solution-inner-row {
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
    margin: 0 auto;
	padding: 50px 0;
}

#et-main-area .solution-configurator-banner .et_pb_button {
	padding: 3px 4.5rem 3px !important;
}

.solution-inner-row.three-circle-row {
	max-width: 850px;
	padding: 0 0 10px;
}
.solution-inner-row > div {
    position: relative;
}

.solution-configurator-label {
    position: relative;
    display: flex;
    justify-content: center;
    height: 180px;
    width: 180px;
    padding: 28px;
    border-radius: 50%;
    background-color: #00639B;
    margin: 15px 20px;
    box-sizing: border-box;
}

.solution-configurator-results h2 + p {
    font-size: 3.2rem;
    font-weight: 500;
	margin-top: 25px;
}

.solution-inner-row input[type="radio"],
.solution-inner-row input[type="checkbox"]{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: none;
    opacity: 0;
	z-index: 99;
}

.solution-inner-row input[type="radio"]:checked + label,
.solution-inner-row input[type="checkbox"]:checked + label{
    border: 5px solid #E17325;
    padding: 22px;
}
.configurator-label-title {
    position: absolute;
    width: calc(100% + 10px);
    left: 46%;
    transform: translateX(-50%);
    top: 62%;
    background-color: #E17325;
    color: #fff;
    padding: 8px 15px;
    margin: 0 8px;
    text-align: center;
    border-radius: 50px;
    font-size: 15px;
    font-family: "freightsans", sans-serif;
    font-weight: 600;
}

.title-italic {
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
}

.solution-configurator-label  img {
    height: 70px;
    width: 80px;
    object-fit: contain;
}

.result-text {
	margin: 6.5rem 0 2.5rem;
    font-size: 3.2rem;
    color: #5B6770;
    font-family: 'Rajdhani',sans-serif !important;
    font-weight: 500;
}

/* .solution-configurator-label  img.img-big {
    height: 80px;
    width: 80px;
}
 */
.solution-configurator-row .form-controls  {
    display: flex;
    justify-content: space-between;
    margin-top: 4rem;
}

.solution-configurator-row .form-controls button,
.solution-configurator-row .form-controls .solution-submit-btn,
.btn-orange{
    background: #e47325 !important;
    border-color: transparent;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    height: auto;
    text-align: center;
    padding: 9px 40px 6px;
    line-height: 1;
    font: 600 20px 'Rajdhani',sans-serif !important;
    -webkit-font-smoothing: antialiased;
    width: auto !important;
    text-transform: capitalize;
    box-shadow: none !important;
    -webkit-appearance: none;
    appearance: none;
	cursor: pointer;
}

.solution-configurator-row .form-controls button:hover,
.btn-orange:hover {
	opacity: 0.9;
}

.solution-configurator-row div#error-message {
	color: #dc3545;
    font-size: 3rem !important;
	font-family: 'Rajdhani',Helvetica,Arial,Lucida,sans-serif;
    line-height: 1.15 !important;
    -webkit-font-smoothing: initial;
	font-weight: 600;
	 margin-top: 10px;
}

.solution-configurator-row.heading-border h2 {
    margin-bottom: 8px;
	text-transform: capitalize;
}

.solution-configurator-row.heading-border h2:after,
.result-block h3:after{
    bottom: 0;
}

.solution-configurator-row .solution-inner p {
    font-size: 25px;
    font-weight: 600;
	font-family: 'Rajdhani',Helvetica,Arial,Lucida,sans-serif;
}

.solution-configurator-row .solution-inner {
	text-align: center;
}

.solution-next-btn,
.form-controls .try-again-btn {
	margin-left: auto;
}

.form-controls .try-again-btn {
	margin-top: 10rem;
    display: block;
    font-weight: 700 !important;
}
 
.solution-inner-row.result-form {
    flex-direction: column;
    max-width: 610px;
    margin: 0 auto;
	padding: 20px 0;
}

.solution-inner-row.result-form input,
.solution-inner-row.result-form select,
.solution-inner-row.result-form textarea{
    border-radius: 15px;
    box-shadow: 0 0 2px rgb(0 0 0 / 50%);
    font: 500 18px 'Rajdhani', sans-serif !important;
    margin: 15px 0;
    border: 0;
    width: 100% !important;
    padding: 10px 25px;
    -webkit-font-smoothing: antialiased;
    background-color: #F1F1F1F2 !important;
    -webkit-appearance: none;
}

.solution-inner-row.result-form select {
	color: #7f7d7d;
}

.solution-configurator-results {
	text-align: center;
}

.solution-configurator-results .result-block {
    max-width: 730px;
    margin-left: auto;
	margin-right: auto;
	box-shadow: 0 0 2px rgb(0 0 0 / 50%);
	background-color: #F1F1F2;
	padding: 60px 30px;
	margin-top: 6px;
	box-shadow: 10px 10px 16px rgb(0 0 0 / 25%);
	border-radius: 14px;
}

.solution-configurator-results  p {
    font-family: 'Rajdhani',sans-serif !important;
    font-weight: 600;
}

.solution-configurator-results .result-block p {
    font-weight: 400;
	font-size: 18px;
	margin-top: 15px;
}

.solution-configurator-results  .result-block h3 {
    font-weight: 700;
    font-size: 3.3rem !important;
	color: var(--primary);
	position: relative;
}

.solution-configurator-results .result-block .btn-orange {
	display: inline-block;
	margin-top: 15px;
}

.solution-configurator-results .result-block .result-block-inner {
	margin-bottom: 50px;
}

.solution-configurator-results .result-block .result-block-inner:last-of-type {
	margin-bottom: 0;
}

/*=== blog single =====*/

.archive.tax-project_category #sidebar {
    display: none;
}

.archive.tax-project_category #main-content .container:before {
    content: none;
}

.single h1,
.single h1 span {
    font-size: 5rem !important;
    color: var(--primary);
}

.single h2 {
    font: 600 2.6rem "freightsans", sans-serif;
    margin: 15px 0;
}

.single h3 {
    font-weight: 600;
    font-size: 2.6rem;
    font-style: italic;
    margin: 15px 0;
}

.single #left-area,
.archive #left-area {
    width: 100% !important;
    float: none;
}

.single .et_project_meta {
    float: none;
    width: 100%;
    border: 0;
    font-size: 2.8rem;
    color: var(--primary);
    padding: 15px 0;
}

.single .et_project_meta p,
.single .et_project_meta strong {
    display: inline;
}

.single .et_project_meta .et_project_meta_title {
    color: var(--primary);
}


.single article.status-publish {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.archive.tax-project_category #main-content img {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}

.single .et_main_title+img {
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
    height:100%;
}

#comment-wrap,
.single-post .post-meta,
.single .nav-single,
.single-project .et_project_categories,
.single-project .et_project_meta .et_project_meta_title:first-child {
    display: none !important;
}

.single-post h1,
.single-project .entry-title {
    font-size: 4.8rem !important;
    font-weight: 600;
    color: var(--primary);
}

.single-post .et_post_meta_wrapper {
    text-align: center;
}

.single-post .et_post_meta_wrapper img {
    max-width: 70rem;
    margin: 2rem auto;
	width: 100%;
}



/*==== contact page =======*/
.contact-info-section h4 {
    font: 500 2.6rem freightsans, sans-serif !important;
    max-width: 315px;
    line-height: 1.2;
    /*     -webkit-font-smoothing: initial; */
}

.contact-info-section .et_pb_blurb_content {
    margin: 0;
}

/*======== map section ====*/

.industry-page-map {
    /*  display: none; */
}


.industry-page-map .et_pb_button_module_wrapper {
    position: absolute;
    bottom: 11%;
    left: 50%;
    transform: translateX(-50%);
}

#et-main-area .industry-page-map .et_pb_button_module_wrapper a {
    border-radius: 10px;
    padding: 9px 20px 6px !important;
    font-size: 5rem !important;
    pointer-events: none;
}

.A {
    isolation: isolate
}

.cls-17,
.cls-718,
.cls-728,
.C {
    mix-blend-mode: multiply
}

.L {
    fill: #fff
}

.M {
    stroke-width: 8
}

.N {
    stroke-miterlimit: 10
}

.O {
    opacity: .75
}

.P {
    opacity: .4
}

.Q {
    font-size: 24px
}

.R {
    font-family: Rajdhani-Bold, Rajdhani
}

.S {
    font-weight: 700
}

.building-svg {
    margin-top: -47%;
}

.text-box-outline {
    fill: #fff;
}

.block-outline {
    stroke: transparent;
    fill: transparent;
    cursor: pointer;
}

.building-svg text tspan {
    letter-spacing: unset;
}

.building-svg .mn-block:not(.show) path,
.building-svg .mn-block:not(.show) text {
    fill: transparent;
}

.building-svg .cc-block:not(.show) path,
.building-svg .cc-block:not(.show) text {
    fill: transparent;
}

.building-svg .he-block:not(.show) path,
.building-svg .he-block:not(.show) text {
    fill: transparent;
}

.building-svg .hc-block:not(.show) path,
.building-svg .hc-block:not(.show) text {
    fill: transparent;
}

.building-svg .op-block:not(.show) path,
.building-svg .op-block:not(.show) text {
    fill: transparent;
}

/* 
	  .mn-block.show {
			  fill: rgb(250, 176, 93);
	  } */

.circle-counter {
    width: 42%;
    clear: both;
    display: inline-flex;
    flex-direction: column;
}

.circle-counter .percent {
    width: 20rem;
    height: 20rem;
    padding: 10px;
    background: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 20px !important;
    font-family: 'Rajdhani', sans-serif
}

.circle-counter .percent span {
    color: #fff !important;
    font-size: 4rem;
    font-weight: 600;
}

.circle-counter .title {
    color: #00649d;
    font-weight: 600 !important;
    font-family: 'Rajdhani', Helvetica, Arial, Lucida, sans-serif !important;
    max-width: 27rem;
    margin: 0 auto;
    text-align: center;
}


.quote-module {
    font-family: 'Rajdhani', sans-serif;
    text-align: center;
    margin-bottom: 10rem !important;
}

.quote-module .et_pb_testimonial_content p {
    padding-bottom: 0;
}

.quote-module .et_pb_testimonial_author {
    margin-top: 10px;
}

.quote-module p {
    font-weight: 600;
    font-size: 2.5rem !important;
}

.quote-module .et_pb_testimonial_company {
    font-weight: 400;
}


/*====Custom testimonial==================*/
.quote-module::after {
    content: '';
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid currentcolor;
    bottom: -17px;
    left: 50%;
    transform: translatex(-50%);
    visibility: visible;

}

/* .quote-module span.et_pb_testimonial_author {
    position: absolute;
    bottom: -86px;
    left: 0;
    right: 0;
}

.quote-module p.et_pb_testimonial_meta {
    position: absolute;
    bottom: -112px;
    left: 0;
    right: 0;
} */

.quote-module.et_pb_testimonial,
.quote-module.et_pb_testimonial {
    overflow: initial !important;
}

.quote-module .et_pb_testimonial_content {
    padding: 0.8rem 0.4rem;
}

.quote-module .et_pb_testimonial_content::before {
    font-family: ETmodules !important;
    /* 	 content: "\7b"; */
    font-size: 5rem;
    transform: rotate(180deg);
    position: absolute;
    top: -31px;
    left: -2.5%;
    /* 	background: url(http://t2systems.mediafuel.net/wp-content/uploads/2020/09/quotes_above.png)center no-repeat;
	background-size: 4rem; */
    width: 50px;
    height: 50px;
}

.quote-module .et_pb_testimonial_content:after {
    font-family: ETmodules !important;
    /* 	 content: "\7b"; */
    font-size: 5rem;
    position: absolute;
    /* 	background: url(https://t2systems.mediafuel.net/wp-content/uploads/2020/09/quotes_below.png)center no-repeat;
	background-size: 4rem; */
    width: 50px;
    height: 50px;
    bottom: -17px;
}

.et_pb_testimonial_description {
    padding: 1em;
}

.custom-circle {
    width: 32%;
}

#page-container {
    overflow-y: initial !important;
}


.half-width {
    display: inline-block !important;
    width: calc(49.5% - 12px);
    margin: 0 6px !important;
}

.slides-in-grid .et_pb_slides {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.slides-in-grid .et_pb_slide {
    display: block !important;
    float: none;
    margin: 20px 0 0;
    width: 50%;
    padding: 0 10px !important;
}

.slides-in-grid .et_pb_container,
.slides-in-grid .et_pb_slider_container_inner,
.slides-in-grid .et_pb_slide_description,
.slides-in-grid .et_pb_text_overlay_wrapper {
    height: 100% !important;
    display: block;
}

.slides-in-grid .et_pb_slide_description {
    padding: 0 !important
}

.accordion-in-grid {
    display: flex;
}

.accordion-in-grid .et_pb_toggle {
    width: 50%;
    margin: 0 1rem !important;
    pointer-events: none;
    border-radius: 1rem;
    border: 0 !important;
}

.accordion-in-grid .et_pb_toggle_content {
    display: block;
}

.accordion-in-grid .et_pb_toggle_title::before {
    display: none !important;
}

.card-slides .slick-slide>div {
    height: 100%;
    padding: 0 15px;
}

.card-slides .card {
    background: #fff;
    height: 100%;
    display: flex !important;
    flex-direction: column;
}

.card-slides .image-bg {
    position: relative;
    padding-top: 60%;
}

.card-slides .image-bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-slides .event-date {
    background: #00649d;
    color: #fff;
    text-align: center;
    padding: 2px 10px;
    font-weight: 700;
    font-size: 18px !important;
}

.card-slides .content-wrap {
    padding: 10px 1.8rem 3rem;
    display: flex !important;
    flex-direction: column;
    flex: 1;

}

.card-slides .title,
.card-slides .sub-content {
    text-align: left;
}

.card-slides .sub-content {
    margin: 0 0 4rem;
}

.card-slides .et_pb_button,
.card-slides .extra-text {
    margin-top: auto !important;
    align-self: center;
}

.card-slides .slick-prev, 
.card-slides .slick-next {
	color: var(--primary);
}

.card-slides .slick-prev:before,
.card-slides .slick-next:before {
    font-size: 3rem;
}

/*         .card-slides .et_pb_button {
            margin: 15px 0;
        } */
/*=== about us team member layout update ======= */

.team-member-row .et_pb_column{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.team-member-row .et_pb_team_member{
	max-width: unset !important;
	flex-direction: column;
    align-items: center;
    width: 33.33%;
}

/*=== responsive ======= */

@media (min-width: 981px) {

    .img-content-section .et_pb_column_1_2 {
        padding-left: 5%
    }

    .et_fullwidth_nav #main-header .container {
        padding-right: 0;
    }

    .sub-menu {
        width: 200px !important;
        position: relative;
        top: 100%;
        left: 50% !important;
        transform: translateX(-50%) !important;
        padding: 14px 0 !important;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px !important;
    }

    .sub-menu li {
        padding: 0 !important;
        width: 100%;
        line-height: 1.27 !important;
    }

    .sub-menu a {
        font-size: 19px !important;
        font-weight: 500 !important;
    }


/*     .sub-menu:before {
        position: absolute;
        content: "";
        border-left: 42px solid transparent;
        border-right: 42px solid transparent;
        border-bottom: 42px solid #fff;
        top: -29px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    } */

/*     .sub-menu:after {
        position: absolute;
        content: "";
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-bottom: 30px solid var(--primary);
        top: -32px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    } */
}

@media(min-width: 992px) {
    #et-secondary-nav li {
        position: relative;
    }

    #et-secondary-nav li:not(:first-child):before {
        position: absolute;
        content: "";
        background: #fff;
        width: 2px;
        height: 13px;
        left: -1.1rem;
        top: 0;
    }

    .footer-widget {
        width: auto !important;
    }
}

@media(min-width: 1600px) {
	.solution-inner-row.three-circle-row {
		max-width: 1000px;
	}
	
	.solution-inner-row {
		padding: 100px 0;
	}
	
	.solution-configurator-label {
		height: 220px;
		width: 220px;
		padding: 40px;
	}
	
	.solution-configurator-label img {
    	height: 90px;
    	width: 150px; 
	}
	
	.configurator-label-title {
		top: 62%;
		padding: 10px 15px;
		font-size: 20px;
	}
	
	.solution-inner-row input[type="radio"]:checked + label, .solution-inner-row input[type="checkbox"]:checked + label {
    	border: 8px solid #E17325;
    	padding: 30px;
	}
	
	.solution-configurator-row .form-controls button, .solution-configurator-row .form-controls .solution-submit-btn, .btn-orange {
		font-size: 30px !important;
	}
}


@media(max-width: 1599px) {
    html {
        font-size: 8.5px;
    }

    .slick-arrow:before {
        font-size: 8rem;
    }

    .events-section .wppsac-post-carousel.design-1 .slick-prev {
        left: -4rem !important;
    }

    .events-section .wppsac-post-carousel.design-1 .slick-next {
        right: -4rem !important;
    }

    .icon-wrap .et_pb_main_blurb_image {
        width: 24rem;
        height: 24rem;
    }
}

@media(max-width: 1399px) {

    body p {
        font-size: 2.39rem;
        line-height: 1.25;
    }

    .customer-section .map-wrapper img {
        margin-top: -19%;
    }

    .customer-section .map-svg {
        margin-top: -19.8% !important;
    }

    .events-section>.et_pb_row {
        max-width: initial !important;
    }

    .events-section .wppsac-post-carousel.design-1 .slick-prev {
        left: -17px !important;
    }

    .events-section .wppsac-post-carousel.design-1 .slick-next {
        right: -17px !important;
    }

    .events-section .wppsac-post-carousel.design-1 .slick-arrow {
        width: 40px;
        height: 40px;
        border-radius: 50% !important;
        background: #00649d !important;
    }


    .events-section .wppsac-post-content-position {
        padding: 0 1rem;
    }

    .events-section .wppsac-post-date {
        margin: 0 -1rem 15px;
    }
	
	.slick-prev {
        left: 0;
    }

    .slick-next {
        right: 0;
    }
}

@media(max-width: 1299px) {
    #top-menu li {
        padding-right: 11px;
    }

    #top-menu>li>a {
        font-size: 2rem !important;
    }
}

@media (max-width: 1199px) {

    .resources-section .et_pb_portfolio_filters,
    .resources-section .et_pb_portfolio_filters ul {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    #top-menu li {
        padding-right: 0
    }

    .subpage-content-section>.et_pb_row>.et_pb_column {
        width: 100%;
		     order:0;
    }
	
/* TH */
    .subpage-content-section>.et_pb_row>.et_pb_column:last-child {
        order: 1;
    }
	 .subpage-content-section>.et_pb_row>.sticky-header-col.et_pb_column:last-child{
		  order: -1;
	}

    .sticky-sidebar {
        max-width: initial;
        margin: 0 auto;
    }

}

@media(max-width: 1070px) {
    .industry-leaders .team-row>.et_pb_column {
        width: 45% !important;
    }

    #et-top-navigation {
        padding-left: 185px !important;
    }

    #logo {
        max-height: 45px;
    }
		.testimonial-slider{
		padding-bottom: 25% !important;
	}
}

@media (max-width: 980px) {
    .sidebar-sticky {
        order: -1;
    }

    .et_pb_button_module_wrapper,
    .et_pb_button_wrapper {
        text-align: center !important;
    }

    .et_pb_button:after,
    .et_pb_button:before {
        content: none;
    }

    .footer-widget:nth-child(n) {
        margin: 0 0 2rem 0 !important;
    }

    /*===  mobile menu  ===*/
    #mobile_menu {
        position: fixed;
        top: 0;
        z-index: 100;
        height: 100% !important;
        overflow-y: auto;
        display: block !important;
        transform: translateY(-100%);
        transition: 0.3s ease;
        padding: 0 !important;
    }

    .show#mobile_menu {
        transform: none;
    }

    #mobile_menu .sub-menu {
        position: fixed;
        z-index: 101;
        top: 0;
        padding: 0 !important;
        background: #fff;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        transform: translateX(-100%);
        transition: 0.3s ease;
    }

    #mobile_menu .sub-menu li {
        padding: 0;
    }

    #mobile_menu .sub-menu.open {
        transform: none;
    }

    .et_mobile_menu li a {
        padding: 14px 6%;
        font-size: 18px;
    }

    .menu-item-has-children>a {
        position: relative;
    }

    .menu-item-has-children>a:after {
        font-family: ETmodules !important;
        position: absolute;
        right: 5%;
        content: "\35";
        top: 7px;
        font-size: 4rem;
    }

    /*=== menu ends ===*/
    .et_pb_equal_columns {
        display: flex;
        flex-wrap: wrap;
    }

    .img-col {
        order: -1;
        margin-bottom: 4rem !important;
    }

    .events-section .wppsac-post-carousel.design-1 .wppsac-carousel-slides {
        margin: 0 1rem;
    }

    .industry-page-map .et_pb_button_module_wrapper {
        bottom: 9%;
    }

    #et-main-area .industry-page-map .et_pb_button_module_wrapper a {
        font-size: 19px !important;
        padding: 4px 15px 4px !important;
        min-width: 240px !important;
    }

    .building-svg {
        margin-top: -48.2%;
    }

    .industry-leaders h4,
    .industry-leaders .et_pb_member_position {
        font-size: 2.8rem !important;
    }

    #footer-widgets {
        align-items: flex-start;
        justify-content: center;
    }


    .quote-module .et_pb_testimonial_content,
	.quote-module .et_pb_testimonial_author{
        padding: 0.9rem 3rem;
    }
	
    .et_pb_slide_description,
    .et_pb_slider_fullwidth_off .et_pb_slide_description {
        padding: 16% 5px;
    }

    .et_pb_slider_no_arrows:not(.banner-slider) .et_pb_slide {
        padding: 0;
    }
	
	.testimonial-slider .et_pb_slide_content{
		bottom: -17rem;
	}
	.team-member-row .et_pb_team_member{
    width: 50%;
}
}


@media(max-width: 767px) {

    html {
        font-size: 7.5px;
    }

    h2 {
        font-size: 3.2rem;
        line-height: 1.1
    }

	.no-float {
    	float: unset !important;
    	width: 100%;
	}
	
    .page-banner,
    .banner-slider .et_pb_slide>.et_pb_container {
        min-height: initial;
    }

    .banner-slider .et_pb_slide_description .et_pb_slide_title,
    .et_pb_section h1,
    .heading-big h2 {
        font-size: 5rem !important;
    }

    .banner-slider .et_pb_slide_content h2,
    .page-banner h2 {
        font-size: 3rem !important;
    }

    .image-right-blurb .et_pb_blurb_content,
    .image-left-blurb .et_pb_blurb_content {
        flex-wrap: wrap;
    }
	
	/* TH */

    .image-right-blurb .et_pb_main_blurb_image,
    .image-left-blurb .et_pb_main_blurb_image {
        order: 1;
        width: 100%;
        text-align: center;
    }

    #et-main-area .et_pb_button,
    .events-section .wppsac-readmorebtn {
        padding: 9px 3.5rem 6px !important;
    }

    .testimonial-slider .et_pb_slide_description:before {
        top: -4%;
        left: 0;
    }

    .testimonial-slider .et_pb_slide_description:after {
        bottom: 0;
        right: 0;
    }

    #et-main-area .et_pb_button {
        min-width: 190px;
        font-size: 3rem !important;
    }

    .building-svg {
        margin-top: -48.8%;
    }


    .map-wrapper .et_pb_slider {
        margin-top: -18%;
    }

    .image-right-blurb .et_pb_blurb_content {
        flex-wrap: wrap;
    }

    .logo_container {
        z-index: 99;
    }

    .footer-widget {
        display: flex;
        justify-content: center;
    }

    #footer-widgets .footer-widget:nth-child(n),
    .footer-widget .fwidget {
        margin: 1.5rem 0 !important;
    }
	
	.solution-configurator-results .result-block {
		margin-bottom: 32px;
	}

    .resources-section .et_pb_portfolio_item {
        width: 100% !important;
        margin: 0 0 30px !important;
    }

    .CTA-section .et_pb_column {
        width: 100% !important;
    }

    .circle-counter {
        width: 100%;
    }

    #footer-info a {
        display: block;
    }

    .et_pb_testimonial_description {
        padding: 0;
        position: static;
    }

    .testimonial_comment::before {
        top: -2em;
        left: -2em;
    }

    p:not(.has-background):last-of-type {
        padding-bottom: 8px;
    }

    .custom-row {
        display: block;
    }

    .custom-circle {
        width: 100%;
    }

    .half-width {
        width: 100%;
    }

    .quote-module {
        padding: 4rem 2rem;
    }

    .quote-module .et_pb_testimonial_content {
        padding: 0.9rem 3rem;
    }

    .Coll-team {
        margin: 12rem 0 0 0;
    }

    .logo-carousel .slick-prev {
        left: -19% !important;
    }

    .logo-carousel .slick-next {
        right: -12% !important;
    }

    .logo-carousel .slick-track {
        padding-bottom: 0rem !important;
    }

    .accordion-in-grid {
        flex-wrap: wrap;
    }

    .accordion-in-grid .et_pb_toggle {
        width: auto;
        margin: 1rem 0 !important;
    }
	
	.solution-inner-row {
		flex-wrap: wrap;
	}
	
	.solution-inner-row:last-of-type {
    	padding-bottom: 20px;
	}
	
	.solution-inner-row:first-of-type {
    	padding-top: 20px;
	}
	
	.solution-configurator-row .form-controls button, .btn-orange {
		padding: 9px 35px 6px;
	}
	
	.form-controls .try-again-btn {
    	margin-top: 5rem; 
	}
	
	.solution-configurator-label {
		margin: 15px 10px;
		height: 150px;
		width: 150px;
	}
	
	.solution-inner-row > div {
		max-width: 50%;
	}
	
	.solution-configurator-label  img {
		height: 55px;
    	width: 100%;
    	max-width: 100%;
    	object-fit: contain;
	}
	
	.configurator-label-title {
		top: 60%;
		font-size: 14px;
	}
	
	.solution-configurator-row .form-controls {
		margin-top: 3rem;
	}
	
	.solution-inner-row input[type="radio"]:checked + label .configurator-label-title  {
		width: calc(100% + 28px);
	}
	
	.solution-inner-row input[type="radio"]:checked + label {
		padding: 18px;
	}
	
	.solution-configurator-results .result-block {
		margin-top: 5px;
	}
	
	.solution-configurator-results .result-text {
		    margin: 35px 0 15px; 
	}
}


@media (max-width: 625px) {
	
	    .testimonial-slider {
        padding-bottom: 30% !important;
    }
	
    .industry-leaders .team-row>.et_pb_column {
        width: 100% !important;
    }

    .et_pb_testimonial_description {
        padding: 0;
    }

    .testimonial_comment::before {
        top: -2em;
        left: -2em;
    }

    p:not(.has-background):last-of-type {
        padding-bottom: 8px;
    }

    .slides-in-grid .et_pb_slide {
        display: block !important;
        float: none;
        margin: 20px 0 0;
        width: 100%;
        padding: 0 10px !important;
    }

    .custom-circle {
        width: 100%;
    }

    .quote-module .et_pb_testimonial_content {
        padding: 0.9rem 3rem;
    }

    .et_pb_testimonial_description {
        padding: 0;
        position: static;
    }

    .Coll-team {
        margin: 12rem 0 0 0;
    }

    .accordion-in-grid {
        flex-wrap: wrap;
    }

    .accordion-in-grid .et_pb_toggle {
        width: auto;
        margin: 1rem 0 !important;
    }

    .collpsed-team-members {
        display: none;
    }
	    .testimonial-slider {
        padding-bottom: 30% !important;
    }
}

@media (max-width: 489px) {
	.testimonial-slider{
		padding-bottom: 45% !important;
	}
	.testimonial-slider .et_pb_slide_title{
		font-size: 20px !important;
	}
	
    .building-svg {
        margin-top: -52.5%;
    }

    .et_pb_testimonial_description {
        padding: 0;
        position: static;
    }

    .testimonial_comment::before {
        top: -2em;
        left: -2em;
    }

    p:not(.has-background):last-of-type {
        padding-bottom: 8px;
    }

    .custom-row {
        display: block;
    }

    .custom-card {
        margin: 1em 0;
    }

    .custom-circle {
        width: 100%;
    }
	
    .quote-module .et_pb_testimonial_content,
	.quote-module .et_pb_testimonial_author{
        padding:0;
    }

    .Coll-team {
        margin: 12rem 0 0 0;
    }

    .accordion-in-grid {
        flex-wrap: wrap;
    }

    .accordion-in-grid .et_pb_toggle {
        width: auto;
        margin: 1rem 0 !important;
    }

}

@media (max-height: 489px) {
    .img-col img {
        max-height: 390px;
    }

    .et_pb_testimonial_description {
        padding: 0;
    }

    .testimonial_comment::before {
        top: -2em;
        left: -2em;
    }

    p:not(.has-background):last-of-type {
        padding-bottom: 8px;
    }

    .custom-row {
        display: block;
    }

    .custom-card {
        margin: 1em 0;
    }

    .custom-circle {
        width: 100%;
    }

    .quote-module {
        padding: 4rem 4rem;
    }

    .quote-module .et_pb_testimonial_content {
        padding: 0.9rem 0rem;
    }

    .Coll-team {
        margin: 12rem 0 0 0;
    }

    .accordion-in-grid {
        flex-wrap: wrap;
    }

    .accordion-in-grid .et_pb_toggle {
        width: auto;
        margin: 1rem 0 !important;
    }
}
.et-social-linkedin a.icon:before {
    content: '\e09d';
}

/* ===== ITH search form styling ===== */
.top_header .container.clearfix {
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top_header .search_form_wrap_t2s {
  margin-left: 28px;
}

.top_header #et-secondary-menu {
  float: none !important;
}

.top_header #et-secondary-menu > ul > li > a {
  padding-bottom: 0 !important;
}

.top_header .search_form_wrap_t2s > form,
.et_mobile_menu .search_form_wrap_t2s > form {
  position: relative;
  width: 102px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.top_header .search_form_wrap_t2s > form.expanded {
  width: 282px;
}

.top_header .search_form_wrap_t2s > form:before,
.et_mobile_menu .search_form_wrap_t2s > form:before {
  position: absolute;
  font-family: ETmodules;
  content: "\55";
  speak: none;
  font-weight: 600;
  font-size: 15px;
  color: #d1d3d4;
  line-height: 1;
  top: 50%;
  left: 12px;
  margin-top: -8px;
}

.top_header .search_form_wrap_t2s input.search-field,
.et_mobile_menu .search_form_wrap_t2s input.search-field {
  font-family: "Rajdhani", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 17px;
	letter-spacing:-0.02em;
  font-weight: 600;
  color: #d1d3d4;
  padding: 2px 10px 2px 35px;
  background-color: #004e7a;
  border-radius: 20px;
  width: 100%;
	height:24px;
}

.search_form_wrap_t2s input::-webkit-input-placeholder {
  font-weight: 600;
  color: #d1d3d4;
	text-transform: uppercase;
	font-size:17px!important;
	 line-height: normal;
}

.search_form_wrap_t2s input::-moz-placeholder {
  font-weight: 600;
  color: #d1d3d4;
	text-transform: uppercase;
	font-size:17px!important;
	 line-height: normal;
}

.search_form_wrap_t2s input:-ms-input-placeholder {
  font-weight: 600;
  color: #d1d3d4;
	text-transform: uppercase;
	font-size:17px!important;
	 line-height: normal;
}

.search_form_wrap_t2s input::-ms-input-placeholder {
  font-weight: 600;
  color: #d1d3d4;
	text-transform: uppercase;
	font-size:17px!important;
	 line-height: normal;
}

.search_form_wrap_t2s input::placeholder {
  font-weight: 600;
  color: #d1d3d4;
  font-size:17px!important;
	 line-height: normal;
}
.search-query-custom {
  padding: 55px 0 75px;
}
.search-query-custom .search-heading {
  color: #00639c;
  font-size: 6rem;
  margin-bottom: 65px;
  font-weight: 600;
}
.search-query-custom .search-heading > span {
  text-transform: capitalize;
}

body.search-no-results .search-query-custom {  
	min-height: calc(100vh - 400px);
}

.search-query-custom .custom-article .main-search-content {
  margin-bottom: 50px;
}
.search-query-custom .custom-article .main-search-content h2 {
  color: #58595b;
  font-weight: 600;
  line-height: 1.2;
  font-size: 3.6rem;
  padding-bottom: 14px;
}

#et-main-area .search-query-custom .main-search-content > a.et_pb_button.read-more {
  margin-top: 20px;
  min-width: 215px !important;
  padding: 8px 1.5rem 6px !important;
}

.search-query-custom .wp-pagenavi {
  border-top: none;
  text-align: center;
  padding-top: 9rem;
}

.search-query-custom .wp-pagenavi a,
.search-query-custom .wp-pagenavi span {
  display: inline-block;
  border: 1px solid #58595b !important;
  font-weight: normal;
  padding: 7px 5px;
  border-radius: 1.5rem;
  min-width: 4.75rem;
  font-size: 2.4rem !important;
}

.search-query-custom .wp-pagenavi .current {
  background: #00639c;
  color: #ffffff !important;
}

.search-query-custom .wp-pagenavi a:hover {
  color: #00639c !important;
}

.search-query-custom .wp-pagenavi .pages,
.search-query-custom .wp-pagenavi .last {
  min-width: 14.5rem;
}

.search-query-custom .wp-pagenavi .extend{
  display: none;
}

/* Media Queries */
@media (max-width: 1499px) {
  .top_header .search_form_wrap_t2s > form.expanded {
    width: 250px;
  }
}

@media (max-width: 1199px) {
  .top_header .search_form_wrap_t2s > form.expanded {
    width: 220px;
  }

  .search-query-custom {
    padding: 45px 0 45px;
  }
  .search-query-custom .custom-article .main-search-content {
    margin-bottom: 40px;
  }

  .search-query-custom .wp-pagenavi {
    padding-top: 5rem;
  }
  .search-query-custom .search-heading {
    font-size: 5.45rem;
    margin-bottom: 45px;
    padding-bottom: 0;
  }
}
@media (max-width: 980px) {
  .et_mobile_menu .search_form_wrap_t2s {
    background: #00639c;
    padding: 12px 9%;
  }

  .et_mobile_menu .search_form_wrap_t2s > form {
    width: 100% !important;
  }

  .et_mobile_menu .search_form_wrap_t2s input.search-field {
   font-size: 16px !important;
	padding: 2px 10px 2px 33px;
  }
	.et_mobile_menu .search_form_wrap_t2s>form:before{
		font-size: 14px;
		margin-top: -7px;
		left:11px;
	}
  .et_mobile_menu .search_form_wrap_t2s > form.expanded:before {
    color: #ffffff;
  }

}
@media (max-width: 767px) {
	
	.slider-module .et-pb-controllers{
		bottom: 5px !important;
	}
  .search-query-custom {
    padding: 40px 0 25px;
  }

  .search-query-custom .search-heading {
    font-size: 4.8rem;
    margin-bottom: 30px;
  }

  .search-query-custom .custom-article .main-search-content h2 {
    font-size: 3rem;
    padding-bottom: 10px;
  }

  #et-main-area  .search-query-custom .main-search-content > a.et_pb_button.read-more {
    margin-top: 8px;
  }

  .search-query-custom .wp-pagenavi {
    padding-top: 3rem;
    margin: 0 -20px 20px;
  }

  .search-query-custom .wp-pagenavi .pages,
  .search-query-custom .wp-pagenavi .last {
    min-width: 12rem;
  }

  .search-query-custom .wp-pagenavi a,
  .search-query-custom .wp-pagenavi span {
    padding: 0 4px;
    border-radius: 1.125rem;
    line-height: 4rem;
    min-width: 4rem;
    font-size: 16px !important;
    margin: 0 3px 8px;
  }
	
	.calculator-results-row {
		max-width: 90%;
	}
}