html,
body {
    margin: 0 !important;
    overflow-x: hidden;
    font-family: "nexaregular";
    font-size: 13px;
}

html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    outline: none !important;
}

a {
    color: inherit !important;
    text-decoration: none !important;
}

a.a-hover:hover {
    color: #23a7af !important;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

p {
    margin: 0;
    padding: 0;
    font-size: 15px;
}

span{
    line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0 !important;
}

img {
    width: 100%;
    height: 100%;
}

.image-width {
    width: 100px;
    height: auto;
}

.text-dark {
    color: #000 !important;
}

/*
|--------------------------------------------------------------------------
| Hover
|--------------------------------------------------------------------------
*/

.hvr-grow {
    display: block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.1);
}

/*
|--------------------------------------------------------------------------
| END Hover
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Home
|--------------------------------------------------------------------------
*/

.navbar-collapse {
    z-index: 9999;
}

.loc-header,
nav {
    font-size: 12px;
    color: white !important;
}

.nav-link:focus {
    color: #fff !important;
}

.navbar-brand {
    height: 38px;
    width: 120px;
}

.navbar-nav a {
    color: #fff;
    text-decoration: none;
}

.navbar-nav .nav-item:focus,
.navbar-nav .nav-item:hover {
    font-weight: 800;
    color: #fff;
}

.navbar-nav .nav-item:focus:before,
.navbar-nav .nav-item:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 1px;
    width: 60px;
    /* border-bottom: 1px solid #fff; */
}

.img-gradient{
    position:relative;
    display:inline-block;
    background-size: cover;
}
.img-gradient:after {
    content:'';
    position:absolute;
    left:0; top:0;
    width:100%; height:100%;
    display:inline-block;
    background: linear-gradient(to bottom, rgb(0 0 0 / 45%) 65%, transparent);
    background-size: cover;
    background-repeat: no-repeat;
}
.img-gradient img{
display:block;
}

.z-index999{
    z-index: 999;
}

.impact-btn{
    background-color: #A01775;
    color: white;
    width: 20%;
    border-radius: 8px;
}

.impact-btn:hover{
    color: white;
}

.impact-btn .icon-small {
    right: 0;
}

.h-500px {
    height: 500px;
}

.header-icons {
    width: 18px;
    height: 18px;
    margin-bottom: 2px;
}

.navbar-nav a:focus,
.navbar-nav a:hover {
    color: #fff;
}

.loc-header-item:focus,
.loc-header-item:hover {
    font-weight: 600;
}

.custom-underline{
    font-weight: 800;
}

.custom-underline::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    height: 1px;
    width: 60px;
    /* border-bottom: 1px solid #fff; */
}

.row-contain {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .row-contain {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        background-color: #f1f1f1;
    }
    .col-item{
        width: 25% !important;
    }
}

.col-item {
    width: calc(100% / 7);
    text-align: center;
}

.loc-header-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.loc-header-list2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    right: 13%;
    top: 50%;
    transform: translateY(-50%);
}

.nav-item:after {
    content: "|";
    color: #fff;
    font-weight: normal !important;
    position: absolute;
    top: 50%;
    right: -15px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.nav-item:last-child:after {
    display: none;
}

.padding-top-100 {
    padding-top: 100px;
}

.navbar-nav a {
    color: #fff;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
}

/* .nav-item {
    position: relative;
    margin: 0 15px;
} */

.custom-page {
    margin-top: 110px !important;
    overflow-x: visible;
}

nav {
    height: 85px;
    margin-top: 25px;
}

.loc-header {
    height: 25px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.bg-color-dark {
    background-color: #881e66;
}


.bg-color {
    background-color: #a01775;
}


/* .nav-link {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    font-size: 13px;
} */

/* .nav-item:hover:not(:nth-child(6)):not(:last-child):after,
.nav-item.active:after,
.nav-hover > li.active:after {
    content: "";
    position: relative;
    display: block;
    margin: 0 auto;
    width: 60px;
    border-bottom: 1px solid white;
}

.navbar-brand.abs {
    width: auto !important;
    position: absolute;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin: 0;
    z-index: 999999;
}

.header-row {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12;
    border-bottom: 1px solid #707070;
    background-color: rgba(160, 23, 117);
} */

.view-all-btn {
    right: 12px;
    top: 0;
}

.search-container {
    width: 250px;
    height: 30px;
    color: white;
    border-radius: 8px;
    border: 1px white solid;
    font-size: 14px;
}

.areas-border{
    border-right: solid #ffffff6e 2px;
}

.area-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.area-img .row{
    position: relative;
    z-index: 1;
}

.search-container ::placeholder {
    color: white;
}

.search-container button {
    color: white;
    font-size: 17px;
    background: none;
    border: none;
    cursor: pointer;
}

.search-container input {
    background: none;
    border: none;
    color: white;
    margin-right: 10px;
}

.custom-container {
    max-width: 1200px;
}

.slider-object {
    position: relative;
    color: white;
    text-align: center;
}

.padding-10 {
    padding: 10%;
}

.slider-image-small {
    width: 100%;
    height: auto;
}

.slider-clients-container .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-images-container .slider-image {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.slick-slider {
    display: flex;
    justify-content: center;
}

.slider-images-container .slick-dots,
.slider-markets-images-container .slick-dots {
    position: absolute;
    top: 50%;
    bottom: auto;
    right: 30px;
    width: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider-images-container .slick-dots li,
.slider-markets-images-container .slick-dots li {
    display: block;
    width: 30px;
    height: 33px;
    margin: 10px 0;
    font-size: 15px;
    color: white;
}

.slider-images-container .slick-dots li:not(:last-child),
.slider-markets-images-container .slick-dots li:not(:last-child) {
    border-bottom: 1px solid white;
}

.slider-images-container.slick-dotted.slick-slider,
.slider-markets-images-container.slick-dotted.slick-slider {
    margin: 0;
}

.slick-dotted.slick-slider {
    margin: 0;
}

.right-arrow {
    position: absolute;
    top: 83%;
    left: 7%;
    width: 56px;
    height: 56px;
    background-image: url(../images/left-arrow.png);
    cursor: pointer;
    z-index: 5;
}

.left-arrow {
    position: absolute;
    top: 83%;
    right: 7%;
    width: 56px;
    height: 56px;
    background-image: url(../images/right-arrow.png);
    cursor: pointer;
    z-index: 5;
}

.social-media {
    position: absolute;
    display: inline-flex;
    bottom: 195px;
    left: -124px;
    width: auto;
    height: auto;
    text-shadow: 10px 2px 17px black;
}

.line {
    width: 56px;
    margin: 10px;
    height: 1px;
}

.blue-box {
    top: 50%;
    right: -54px;
    background-color: #1992d6;
    color: white;
    padding: 15px 20px;
    position: fixed;
    display: inline-flex;
    z-index: 999;
}

.primary-button {
    background-color: transparent;
    color: white;
    line-height: 1;
    font-size: 13px;
    font-family: "nexabold";
    padding: 10px 15px;
    border: 1px solid white;
    border-radius: 8px;
}

.country_box {
    background-color: white;
    width: 100%;
    height: 90px;
    text-align: center;
}

.country_box:hover {
    cursor: pointer;
}

.country_hover > p {
    color: black;
    font-size: 13px;
}

.country_hover > img {
    display: none;
}

.country_box:hover img {
    display: block;
}

.country_box:hover p {
    color: white;
}

.number-box {
    border: 2px solid rgba(160, 23, 117);
    height: 150px;
    text-align: center;
    /* color: white; */
}

.market-map-box {
    background-color: white;
    width: 170px;
    min-height: auto;
    padding: 15px;
    text-align: center;
    margin: auto;
}

.nav-item:hover .nav-hover {
    display: block;
}

.nav-hover {
    background-color: RGB(238, 125, 0, 0.9);
    padding: 20px 28px;
    display: none;
    position: absolute;
    top: 31px;
    width: 155px;
    text-align: center;
    z-index: 99999;
}

.nav-hover ul li a:hover,
.nav-hover ul li.active a {
    color: rgba(160, 23, 117) !important;
}

.market-map-title-box {
    background-color: #ee7d00;
    color: white;
    width: 170px;
    min-height: auto;
    top: 28px;
    position: absolute;
    padding: 6px 20px;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-tunnel-image {
    position: absolute;
    left: 0;
    width: 10%;
    height: auto;
}

.service-tunnel-image {
    position: absolute;
    right: 0;
    width: 20%;
    height: auto;
}

.tunnel-image {
    position: absolute;
    left: 0;
    height: auto;
    width: 6%;
}

.zIndex {
    z-index: 10;
    position: relative;
}

.csr-tunnel-image {
    position: absolute;
    left: 0;
    width: 50%;
    height: auto;
}

.line-obj {
    width: 100%;
    height: 1px;
    background-color: #1992d6;
}

.line-grey {
    background-color: #e0e0e0;
}

.active-line-obj {
    width: 50%;
    height: 5px;
    background-color: #1992d6;
}

#map {
    width: 100%;
    height: 500px;
    /* filter: grayscale(1) */
}

.map-box {
    background-color: rgba(250, 250, 250, 0.7);
    position: absolute;
    padding: 30px 0 15px 0;
    top: 20%;
    left: 35%;
    width: 300px;
}

.map-box-content {
    padding: 0 30px;
}

.banner-background {
    color: black;
    background-position: 100% 100%;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
}

.custom-banner {
    width: 100%;
    height: 500px;
}

.h-500 {
    height: 500px;
}

.h-345 {
    height: 345px;
}

.absolute-bottom {
    position: absolute;
    bottom: 70px;
    left: 20%;
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.background-contain {
    background-size: contain;
}

.background-lightgrey {
    background-color: #f6f6f6;
}

.custom-button {
    background-color: rgba(160, 23, 117);
    padding: 10px 20px;
    color: white !important;
    font-size: 8px;
}

.more-btn {
    background-color: #ee7d00;
    padding: 5px 20px;
    color: white !important;
    font-size: 8px;
}

.download-btn {
    background-color: #ee7d00;
    padding: 5px 20px;
    color: white !important;
    font-size: 8px;
    width: 169px;
}

.custom-border-top {
    border-top-style: solid;
    border-color: #ee7d00;
    width: 90px;
}

.thin-border {
    border-top-width: thin;
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 25px;
    width: 16px;
    height: 14px;
    cursor: pointer;
}

.language-switcher {
    background-color: rgba(160, 23, 117);
    color: white;
    border: none;
}

/*
|--------------------------------------------------------------------------
| End Home
|--------------------------------------------------------------------------
*/

.about-slider-item {
    /* width: auto !important; */
    text-align: center;
}

/* .about-slider-item p {
    width: 180px !important;
} */

.about-slider-item > img {
    margin: 0 auto;
}

.option-title .active {
    background-color: rgba(160, 23, 117);
    color: white;
}

.option-title > div {
    padding: 10px 50px;
}

.purple-border-bottom {
    border-bottom: 2px solid rgba(160, 23, 117);
    width: 100%;
    position: absolute;
    left: 0;
}

.border-purple-top {
    border-top: 1px solid rgba(160, 23, 117);
}

.border-purple-bottom {
    border-bottom: 1px solid rgba(160, 23, 117);
}

/*
|--------------------------------------------------------------------------
| Common
|--------------------------------------------------------------------------
*/

.font-large {
    font-size: 20px;
}

.font-xlarge {
    font-size: 3em;
}

.font-14 {
    font-size: 14px !important;
}

.font-13,
.font-13 p {
    font-size: 13px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-9 {
    font-size: 9px !important;
}

.font-8 {
    font-size: 8px !important;
}

.font-bold,
strong,
b {
    font-family: "nexaxbold";
}

.font-heavy {
    font-family: "nexaheavy";
}

.font-light {
    font-family: "nexalight";
}

.font-custom-color {
    color: #a01775;
}

.font-orange {
    color: #ee7d00;
}

.text-uppercase {
    text-transform: uppercase;
}

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

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

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.margin-auto {
    margin: 0 auto;
}

.no-background {
    background-color: transparent;
}

.background-primary-color {
    background-color: #121921 !important;
}

.bg-black {
    background-color: black;
}

.dim-background {
    background-color: #343a40;
    border: 1px solid #707070;
    color: #a4b2bf;
    font-size: 16px;
}

.rotate-180 {
    transform: rotate(180deg);
}

.image-50 {
    width: 50px;
    height: auto;
}

.image-70 {
    width: 70px;
    height: auto;
}

.image-width {
    width: 100px;
    height: auto;
}

.logo-width {
    width: 120px;
    height: auto;
}

.studies-sliders .slick-prev:before {
    color: #A01775;
}

.studies-sliders .slick-next:before {
    color: #A01775;
}

.flag-small {
    width: 30px;
    height: 25px;
}

.flex-auto {
    flex: auto;
}

.icon-xsmall {
    width: 10px;
    height: auto;
}

.icon-small {
    width: 30px;
    height: auto;
}

.footer-social-icon {
    width: 45px;
    height: auto;
}

.footer-icon-small {
    width: 20px;
    height: 20px;
}

img.contain {
    object-fit: contain;
}

img.cover {
    object-fit: cover;
}

.picture-wrapper {
    position: relative;
}

.picture-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
}

.padding-top-110 {
    padding-top: 110px;
}

.picture-wrapper.padding-top-25 {
    padding-top: 25%;
}

.picture-wrapper.padding-top-40 {
    padding-top: 40%;
}

.picture-wrapper.padding-top-45 {
    padding-top: 45%;
}

.picture-wrapper.padding-top-55 {
    padding-top: 55%;
}

.picture-wrapper.padding-top-60 {
    padding-top: 60%;
}

.picture-wrapper.padding-top-65 {
    padding-top: 65%;
}

.picture-wrapper.padding-top-70 {
    padding-top: 70%;
}

.picture-wrapper.padding-top-75 {
    padding-top: 75%;
}

.picture-wrapper.padding-top-90 {
    padding-top: 90%;
}

.picture-wrapper.padding-top-170 {
    padding-top: 170% !important;
}

.picture-wrapper.custom-page {
    padding-top: 100%;
}

.box-shadow {
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.05);
}

.box-container {
    border: 1px black solid;
    border-radius: 8px;
    padding: 5px 10px;
    width: auto;
    height: fit-content;
    text-align: center;
}

.border-radius-15 {
    border-radius: 15px;
}

.switcher-button-container {
    background-color: #f1f3f5;
    width: 100%;
    padding: 5px 10px;
}

.switcher-button {
    width: 50%;
}

.border-button {
    border-right: 1px #d6d6d6 solid;
}

.border-blue-bottom {
    border-bottom: 1px solid #1992d6;
}

.border-bottom {
    border-bottom: 1px #e5e5e5 solid;
}

.border-bottom-dim {
    border-bottom: 1px #343a40 solid;
}

.border-top {
    border-top: 1px #e5e5e5 solid;
}

.switcher-button-container .active {
    color: #219245;
}

.cursor-pointer {
    cursor: pointer;
}

.gray-color {
    color: gray;
}

.circle-background {
    padding: 7px;
    width: 30px;
    height: 30px;
}

.circle-background.active {
    background-color: #f1f3f5;
    border-radius: 16px;
}

.text-blue {
    color: #1992d6 !important;
}

.placeholder-blue::placeholder {
    color: #1992d6 !important;
}

.text-lightgrey {
    color: #a4b2bf;
}

.text-grey {
    color: #2f3334;
}

.cover-background {
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: black;
    background-blend-mode: luminosity;
}

.background-overlay {
    background-color: black;
    opacity: 0.7;
}

.background-white {
    background-color: white;
}

.background-purple {
    background-color: #a01775;
}

.d-grid {
    display: grid;
}

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

.contain {
    object-fit: contain;
}

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

.rotate-right {
    transform: rotate(90deg);
    /* Legacy vendor prefixes that you probably don't need... */
    /* Safari */
    -webkit-transform: rotate(90deg);
    /* Firefox */
    -moz-transform: rotate(90deg);
    /* IE */
    -ms-transform: rotate(90deg);
    /* Opera */
    -o-transform: rotate(90deg);
    /* Internet Explorer */
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.rotate-left {
    transform: rotate(-90deg);
    /* Legacy vendor prefixes that you probably don't need... */
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.margin-auto {
    margin: 0 auto !important;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vertically-centered {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer {
    background-color: #1c103a;
}

.input-text {
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    margin: 10px 0;
    border-radius: 8px;
    color: white;
    text-align: center;
    border: none;
    background-color: rgba(250, 250, 250, 0.4);
}

.input-text::placeholder {
    color: white;
}

.contact-input-text {
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    margin: 10px 0;
    border-radius: 8px;
    color: rgb(0, 0, 0);
    border: none;
    background-color: rgb(250 250 250 / 78%);
    padding-left: 50px;
}

.contact-input-text::placeholder {
    color: rgb(0, 0, 0);
}

.input-textarea{
    width: 100%;
    resize: none;
    height: 180px;
    padding: 12px 20px;
    box-sizing: border-box;
    margin: 10px 0;
    border-radius: 8px;
    color: rgb(0, 0, 0);
    text-align: center;
    border: none;
    background-color: rgb(250 250 250 / 78%);
}

.input-textarea::placeholder {
    color: rgb(0, 0, 0);
}

.contact-btn {
    height: 43.5px;
    border-radius: 8px;
}

.contact-arrow {
    height: 15px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.contact-icon {
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    height: 17px;
}

.subscribe-arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 35px;
    transform: translateY(-50%);
    display: block;
    vertical-align: middle;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.subscribe-arrow:hover,
.subscribe-arrow:focus,
.subscribe-arrow:active {
    transform: translateY(-50%) scale(1.1);
}

.footer-input-text {
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    margin: 2px 0;
    border-radius: 8px;
    color: white;
    border: none;
    background-color: rgba(0, 0, 0, 0.1);
}

.footer-input-text::placeholder {
    color: white;
    opacity: 1;
    /* Firefox */
}

.footer-input-text:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
}

.footer-input-text::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
}

.footer-button {
    color: white;
    border: 1px solid #ffffff;
    border-radius: 8px;
    background-color: #1992d6;
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
}

.subscribe {
    background-color: #1992d6;
    color: white;
    padding: 11px;
    margin-left: -7px;
    text-transform: uppercase;
    border-radius: 0 8px 8px 0;
    font-size: 14px;
    border: 1px solid #1992d6;
}

.justify-content-start {
    justify-content: start !important;
}

.margin-auto-vertically {
    margin: auto 0;
}

.margin-lg-middle {
    margin: auto 0;
}

.width-30 {
    width: 30%;
}

.min-height-265 {
    min-height: 265px;
}

.min-height-150 {
    min-height: 150px;
}

.to-bottom {
    position: absolute;
    bottom: 0;
    right: 30px;
}

/* overriding bootstrap class */

.modal-lg {
    max-width: 1000px;
}

.modal-header .close {
    position: absolute;
    top: 2px;
    right: 7px;
}

.modal-header .close > span {
    font-size: 27px;
}

/*
|--------------------------------------------------------------------------
| End Common
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Product
|--------------------------------------------------------------------------
*/

.box-product {
    box-shadow: 0 0 10px 5px #f8f8f8;
    padding: 60px 15px;
}

.box-product > h3 {
    position: absolute;
    top: 8%;
    left: 13%;
}

.on-hover-info {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 92%;
    height: 79%;
    z-index: 999;
    top: 0;
    left: 15px;
    padding: 20px 30px;
    opacity: 0;
}

.on-hover-info:hover {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.on-hover-info ul {
    list-style: inside;
}

.hr-divider {
    background-color: #a01775;
    position: absolute;
    top: 42%;
    width: 35px;
    left: -20px;
    height: 6px;
}

.vertical-divider {
    border-left: 1px solid #a01775;
}

.team-overlay {
    background-color: rgba(250, 250, 250, 0.7);
    position: absolute;
    width: calc(100% - 28px);
    height: calc(100% - 26px);
    top: 14px;
    left: 14px;
    opacity: 1;
    z-index: 1;
}

.team-overlay:hover {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*
|--------------------------------------------------------------------------
| End Product
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| slider in news details
|--------------------------------------------------------------------------
*/

.hidden {
    display: none !important;
}

.slider-images-item-container .slick-dots li button:before {
    font-size: 7px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border: 1px solid black;
    content: "•";
    text-align: center;
    /* opacity: .25; */
    border-radius: 15px;
    color: white;
}

.slider-images-item-container .slick-dots li.slick-active button:before {
    color: black;
    font-size: 8px;
}

.slick-dots li.slick-active button:before {
    opacity: 0.75;
}

.slider-images-item-container .slick-dots li button {
    width: 8px;
    height: 8px;
}

.slider-text {
    position: absolute;
    top: 50%;
    left: 70px;
    text-align: left;
}

/*
|--------------------------------------------------------------------------
| End slider in news details
|--------------------------------------------------------------------------
*/

@media (min-width: 790px) {
    .navbar-brand.abs {
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
    }
}

@media (max-width: 1062px) {
    .options {
        font-size: 14px;
    }
}

@media (max-width: 1000px) {
    .options {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .view-all-btn {
        position: initial !important;
        margin: 15px 0 !important;
    }
    .areas-border{
        border-right: none;
    }
    .impact-btn{
        width: 30%;
    }
    .options {
        font-size: 9px;
    }
    .navbar-nav .nav-item:focus:before,
    .navbar-nav .nav-item:hover:before {
        bottom: 28%;
    }
    .nav-hover {
        top: 22px;
    }

    .custom-underline:before {
        margin-bottom: 8px;
    }

    .navbar-collapse {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }

    .navbar-toggler {
        background: #a01775;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border: solid 0.5px #fff;
        box-shadow: none !important;
    }

    .navbar-toggler span {
        position: relative;
        display: block;
        background: #fff;
        width: 25px;
        height: 2px;
        margin: 5px 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 6.6px;
    }

    .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 6.6px;
    }

    .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
        background: 0 0 !important;
    }

    .nav-item:after {
        display: none;
    }
}

@media (max-width: 768px) {
    .impact-btn{
        width: 50%;
    }
    .loc-header-hide {
        display: none;
    }
    .navbar-brand.abs {
        position: relative !important;
    }
    .csr-tunnel-image {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 426px) {
    .nav-item:hover:not(:nth-child(6)):not(:last-child):after,
    .nav-item.active:after,
    .nav-hover > li.active:after {
        border: none;
        /* This creates the border. Replace black with whatever color you want. */
    }
    .country_box {
        height: 150px;
    }
    .country_box,
    .number-box {
        margin: 10px;
    }
    .slider-text {
        top: 30%;
        left: 38px;
    }
    .font-xlarge {
        font-size: 1.5em;
    }
    .bigger-title {
        font-size: 37px;
    }
    .margin-lg-middle {
        margin-top: 30px;
    }
    .slider-images-container .slick-dots,
    .slider-markets-images-container .slick-dots {
        display: none !important;
    }
    .title-small {
        font-size: 20px !important;
    }
    .custom-banner {
        width: 100%;
        height: 135px;
    }
    .social-media {
        position: absolute;
        display: inline-flex;
        top: inherit;
        left: -140px;
        width: auto;
        height: auto;
    }
    .right-arrow,
    .left-arrow {
        display: none !important;
    }
    .map-box {
        position: absolute;
        padding: 10px 0;
        top: 20%;
        left: 20%;
        width: 233px;
    }
    .absolute-bottom {
        position: initial;
        margin-top: 10px;
    }
}

@media (max-width: 426px) {
    .social-media {
        display: none;
    }
    .other-services-desk {
        display: none;
    }
}

@media (min-width: 426px) {
    .other-services-mob {
        display: none;
    }
}

/* @media (max-width: 1024px) {
    .nav-link {
        padding: 0.5em !important;
    }
} */
