/* GLOBAL */
.ip-banner {
	display: none;
}
#content-sidebar, #content-full {
	margin: 0;
}
#inner-page-wrapper {
	margin-bottom: 0;
}
#inner-page-wrapper > .container {
	width: 100%;
	padding: 0;
}

/*banner*/
section.Banner-module--wrapper {
    position: relative;
}

.Banner-module--outer-container {
    padding: 96px 15px 57px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.Banner-module--container {
    max-width: 1260px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.Banner-module--content {
    width: 65.396%;
}

.Banner-module--logo-title img {
    margin: 0 auto 24px;
}

.Banner-module--devices > div {
    margin-right: -52px;
}

.Banner-module--sponsor {
    color: #44A1E7;
    text-align: center;
    text-shadow: 0px 0px 40px rgba(255, 255, 255, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.76px;
    text-transform: uppercase;
    position: relative;
    margin-top: -38px;
    padding-left: 70px;
}

.Banner-module--sponsor-logo img {
    margin: 9px auto 0;
    max-width: 220px;
}

.Banner-module--form-wrapper {
    width: 34.604%;
    background: #fff;
    position: relative;
    z-index: 5;
}

.Banner-module--form-heading {
    background: #44A1E7;
    padding: 24px 20px;
    text-align: center;
}

.Banner-module--form-heading h2 {
    text-align: center;
    font-family: var(--EBGaramond);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #fff;
}

.Banner-module--form .sendmsg_form {
    padding: 35px 15px 0;
    max-width: 372px;
    margin: 0 auto;
}

.Banner-module--form .sendmsg_form .fsSubmitButton {
    width: 100% !important;
    height: 64px;
    padding: 0 15px;
    text-align: center;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.54px;
    text-transform: uppercase;
    background-image: none;
}

.Banner-module--form .fsForm .fsSubmit {
    margin-top: 0;
    padding: 5px 0 32px;
}

/*List*/
section.List-area {
    position: relative;
    padding: 36px 15px;
}

h2.List-head {
    text-align: center;
}

.List-head span {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.List-module--container {
    align-items: flex-start;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    display: grid;
    grid-template-columns: repeat(1,minmax(0,1fr));
    justify-content: space-between;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    max-width: 1260px;
    row-gap: 35px;
    width: 100%;
}

h2.List-head .heading-5 {
    color: #0A2762;
    text-align: center;
    font-family: var(--EBGaramond);
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

h2.List-head span.subtitle-5 {
    color: #0A2762;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 24px;
}

.List-module--item h4.subtitle-3 {
    color: #0A2762;
    text-align: center;
    font-family: var(--EBGaramond);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 24px;
}

.List-module--item-photo {
    padding-bottom: 1rem;
    position: relative;
    width: 100%;
}

.List-module--item-photo img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.List-module--item-photo .image-link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 50;
}

.List-module--details button {
    padding: 16px 15px;
    align-items: center;
    border: none;
    background: #0A2762;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    display: block;
    max-width: 244px;
    margin: 0 auto;
    width: 100%;
}

.List-module--details button span{
	pointer-events: none;
}

.List-module--details button:hover{
	background: var(--secondary-color);
}

@media (min-width: 992px) {
    .List-module--container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/*Our Services*/
section.Our-Services-module--wrapper {
    position: relative;
    padding: 60px 15px;
    background-size: cover;
    background-position: top center;
    background-repeat: repeat-y;
    background-color: #011c53;
}

.our_services_section_title.site_section_title h2 {
    color: #fff;
    font-size: 48px;
}

.our_services_section_title.site_section_title span {
    margin-bottom: 14px;
}

.Our-Services-module--lists {
    position: relative;
    margin-right: -15px;
    padding-left: 8%;
    margin-top: 33px;
    margin-bottom: 31px;
}

.Our-Services-module--card {
    position: relative;
}

.Our-Services-module--img {
    width: 100%;
    max-width: 100%;
}

h4.Our-Services-module--name {
    color: #fff;
    font-family: var(--EBGaramond);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.72px;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 0 15px;
}

.Our-Service-module--text {
    margin: 0 0 30px;
}

.Our-Service-module--text p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.Our-Service-module--btn button {
    padding: 16px 15px;
    align-items: center;
    border: none;
    background: #fff;
    color: #0A2762;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    display: block;
    max-width: 298px;
    margin: 0 auto;
    width: 100%;
    height: 64px;
}

.Our-Service-module--btn button span{
	pointer-events: none;
}

.Our-Service-module--btn button:hover{
	background: var(--secondary-color);
	color: #fff;
}

div#ourServices .splide__arrows {
    position: absolute;
    left: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 5;
    gap: 7px;
}

div#ourServices .splide__arrows button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 0;
    border: solid 1px #fff;
    width: 68px;
    height: 55px;
    opacity: 1;
    position: relative;
    left: -98px;
    top: auto;
    transform: none;
}

div#ourServices .splide__arrows button img {
    max-width: 25px;
    height: 11px;
}

div#ourServices .splide__arrows button.splide__arrow--prev img {
    transform: rotate(180deg);
}

div#ourServices .splide__arrows button:hover{
	background: var(--secondary-color);
	border-color: var(--secondary-color);
}

.Our-Services-module--card::before {
    content: "";
    background: linear-gradient(180deg,transparent 50%,rgba(0,0,0,.9));
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
    opacity: .8;
}

/*Expertise Measure*/
section.Expertise-Measure-module--wrapper {
    position: relative;
    padding: 60px 15px;
}

.Expertise-Measure-module--container {
    max-width: 1308px;
    margin: 0 auto;
}

.Expertise-Measure-module--slider_wrap {
    position: relative;
    padding: 0 90px;
    margin: 30px 0 0;
}

div.Expertise-Measure-module--slider {
    max-width: 1040px;
    margin: 0 auto;
    position: relative;
    padding: 42px 0;
}

.expertiseMeasure-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.expertiseMeasure_photo_wrap {
    position: relative;
    width: 31.154%;
    padding-left: 24px;
    padding-bottom: 24px;
}

.expertiseMeasure_photo canvas {
    display: block;
    width: 100%;
    position: relative;
    z-index: 3;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.expertiseMeasure_photo_wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    background: #D7D7D7;
}

.expertiseMeasure_text_wrap {
    width: 68.846%;
    padding: 0 58px;
}

.expertiseMeasure_text {
    max-width: 578px;
}

.expertiseMeasure_text p {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding: 10px 0;
}

.expertiseMeasure_text p strong {
    font-family: var(--EBGaramond);
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
}

.expertiseMeasure_author {
    color: #44A1E7;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.18px;
    margin-top: 32px;
}

.expertiseMeasure_author span{
    color: #AEAEAE;
}

div#expertiseMeasure-slider {
    position: relative;
    z-index: 5;
}

.Expertise-Measure-module--slider-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 82.5%;
    height: 100%;
    background-color: #011c53;
    background-size: auto;
    background-position: top center;
    background-repeat: repeat-y;
}

.expertiseMeasure_arrows {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
    pointer-events: none;
}

.expertiseMeasure_arrows button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 0;
    background-color: #011c53;
    border: solid 1px #011c53;
    width: 68px;
    height: 55px;
    opacity: 1;
    position: relative;
    top: auto;
    transform: none;
    pointer-events: auto;
}

.expertiseMeasure_arrows button img {
    max-width: 25px;
    height: 11px;
    pointer-events: none;
}

.expertiseMeasure_arrows button.expertiseMeasure_prev img {
    transform: rotate(180deg);
}

.expertiseMeasure_arrows button:hover{
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

div#expertiseMeasure-slider ul.slick-dots {
    font-size: 0;
    text-align: center;
    position: absolute;
    bottom: -2px;
    right: 44px;
}

div#expertiseMeasure-slider ul.slick-dots li {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
}

div#expertiseMeasure-slider ul.slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    display: block;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
    outline: none;
}

div#expertiseMeasure-slider ul.slick-dots li.slick-active button {
    background-color: #fff;
}

div#expertiseMeasure-slider .slick-slide > div > div {
    display: block !important;
}

div#expertiseMeasure-slider:not(.slick-initialized) > div:not(:first-child){
    display:none;
}

.expertiseMeasure-head {
    display: flex;
    align-items: center;
    gap: 23px;
}

.expertiseMeasure-head span {
    color: #FFF;
    font-family: var(--EBGaramond);
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.expertiseMeasure-head span em{
    font-family: var(--OpenSans);
    display: block;
    color: #8FD1DE;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-style: normal !important;
}

.expertiseMeasure-metrics-item-label {
    color: #7998BA;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.expertiseMeasure-metrics-item-number {
    color: #FFF;
    font-size: 62px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.1px;
    text-transform: uppercase;
}

.expertiseMeasure-metrics-item-number span {
    color: #8FD1DE;
    font-weight: 400;
    font-family: 'Matter';
}

.expertiseMeasure-metrics-item-text {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.expertiseMeasure-metrics {
    display: flex;
    flex-wrap: wrap;
    margin-top: 42px;
}

.expertiseMeasure-metrics.col-3-metric {
    gap: 50px;
}

.expertiseMeasure-metrics-item {
    width: 50%;
}

.expertiseMeasure-metrics.col-3-metric .expertiseMeasure-metrics-item {
    width: auto;
}

.expertiseMeasure-metrics.col-3-metric .expertiseMeasure-metrics-item-number {
    font-size: 54px;
}

.Expertise-Measure-module--container .site_section_title h2 {
    font-size: 48px;
    letter-spacing: 2.4px;
}

/*form*/
.hp_sendmsg .sendmsg_form .fsSubmitButton {
    width: 100% !important;
    max-width: 226px;
    height: 64px;
    padding: 0 15px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    background-image: none;
}

.hp_sendmsg .fsForm .fsSubmit {
    margin-top: 0;
    padding: 5px 0 0;
}

.sendmsg_left_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
}

.sendmsg_photo canvas {
    height: auto;
}

.hp_sendmsg.container .row::before {
    display: none;
}

.hp_sendmsg.container .row {
    display: flex;
    align-items: center;
}

/*popup*/
.aiosp-content.aios-popup-body.GPFPopup-body {
    max-width: 752px;
    padding: 0;
}

.GPFPopup-head {
    padding: 30px 15px;
    text-align: center;
    background: var(--primary-color);
}

.aiosp-content.aios-popup-body.GPFPopup-body .aiosp-close {
    color: #fff;
    opacity: 1;
}

.GPFPopup-title {
    color: #fff;
    text-align: center;
    font-family: var(--EBGaramond);
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
}

.GPFPopup-title span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--open-sans);
    font-family: var(--OpenSans);
    margin-top: 25px;
}

.GPFPopup-form {
    padding: 30px;
}

.GPFPopup-field {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 30px;
}

.GPFPopup-form form {
    position: relative;
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

.GPFPopup-field label {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
}

.GPFPopup-field input,
.GPFPopup-field textarea {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.5px;
    background: transparent;
    width: 100%;
    height: 55px;
    color: #fff;
    padding: 0 0;
    border-radius: 0;
    resize: none;
    border: solid 1px #8a8a8a;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.GPFPopup-field.GPFPopup-textarea {
    width: 100%;
}

.GPFPopup-field.GPFPopup-textarea textarea {
    height: 112px;
}

.GPFPopup-field-btn {
    width: 100%;
}

.GPFPopup-field-btn input {
    padding: 16px 15px;
    align-items: center;
    border: none;
    background: #0A2762;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    display: block;
    max-width: 244px;
    margin: 0 auto;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.GPFPopup-field-btn input:hover {
    background: var(--secondary-color);
}

@media only screen and (max-width: 1199px) {
    div#ourServices .splide__arrows button {
        left: -77px;
    }

    .expertiseMeasure-metrics-item-number {
        font-size: 45px;
    }

    .expertiseMeasure-metrics.col-3-metric .expertiseMeasure-metrics-item-number {
        font-size: 40px;
    }

    .expertiseMeasure-metrics-item-label {
        font-size: 12px;
    }

    .expertiseMeasure-head {
        gap: 15px;
    }

    .expertiseMeasure-head img {
        max-width: 60px;
        height: auto;
    }

    .expertiseMeasure-head span em,
    .expertiseMeasure-metrics-item-text {
        font-size: 12px;
    }

    .expertiseMeasure-head span {
        font-size: 30px;
    }

    .expertiseMeasure-metrics.col-3-metric {
        gap: 20px;
    }

    .expertiseMeasure_text p {
        font-size: 15px;
    }

    .expertiseMeasure_text p strong {
        font-size: 20px;
    }

    .sendmsg_photo canvas {
        height: 665px;
    }
}

@media only screen and (max-width: 991px) {
    .Banner-module--outer-container {
        padding: 113px 15px 46px;
    }

    .Banner-module--content,
    .Banner-module--form-wrapper {
        width: 100%;
    }

    .Banner-module--devices>div {
        margin-right: 0;
    }

    .Banner-module--sponsor {
        margin-top: 15px;
        margin-bottom: 0;
        padding: 0;
    }

    .Banner-module--form .sendmsg_form {
        max-width: 90%;
    }

    .Banner-module--form .sendmsg_form .fsSubmit {
        max-width: 100% !important;
        padding-bottom: 0;
    }

    h2.List-head span.subtitle-5 br {
        display: none;
    }

    div#ourServices .splide__arrows {
        display: none;
    }

    .Our-Services-module--lists {
        padding-left: 0;
    }

    .reviews_section_title {
        margin-top: 0;
    }

    .expertiseMeasure_arrows{
        display: none;
    }

    .Expertise-Measure-module--slider_wrap {
        padding: 0;
    }

    .expertiseMeasure_text_wrap {
        width: 100%;
        padding: 15px 15px 0;
        text-align: center;
    }

    .Expertise-Measure-module--slider-bg {
        width: 100%;
        height: 78%;
    }

    .expertiseMeasure_photo_wrap {
        width: 100%;
        max-width: 324px;
        margin: 0 auto;
    }

    div#expertiseMeasure-slider ul.slick-dots {
        font-size: 0;
        text-align: center;
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%;
        margin-top: 31px;
        padding-bottom: 28px;
    }

    .expertiseMeasure-head {
        flex-direction: column;
    }

    .expertiseMeasure-head img {
        max-width: 100%;
    }

    .expertiseMeasure-head span em{
        font-size: 16px;
    }

    .expertiseMeasure-metrics-item-text{
        font-size: 14px;
    }

    .expertiseMeasure-head span {
        font-size: 32px;
    }

    .expertiseMeasure-metrics {
        flex-direction: column;
        align-items: center;
    }

    .expertiseMeasure-metrics-item {
        width: 100% !important;
    }

    .expertiseMeasure_text {
        max-width: 100%;
    }

    .expertiseMeasure_text p {
        font-size: 18px;
        text-align: left;
    }

    .expertiseMeasure_text p strong {
        font-size: 24px;
    }

    .expertiseMeasure_author {
        text-align: left;
    }

    .expertiseMeasure-metrics-item-number {
        font-size: 54px;
    }

    .expertiseMeasure-metrics-item-label {
        font-size: 16px;
    }

    div.Expertise-Measure-module--slider {
        padding: 0 0;
    }

    section.Expertise-Measure-module--wrapper {
        padding: 60px 15px 0;
    }

    #hp_sendmsg_wrap {
        background-color: #fff;
    }

    .hp_sendmsg.container .row {
        display: block;
    }

    .col-md-6.sendmsg_left_wrap {
        padding-top: 0;
        padding-bottom: 30px;
    }

    #hp_sendmsg_wrap .sendmsg_form  .fsSubmit {
        max-width: 100%;
    }

    .sendmsg_photo {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 0;
    }

    .sendmsg_right_wrap {
        padding: 0;
    }

    .sendmsg_photo canvas {
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .GPFPopup-field {
        width: 100%;
    } 
}

