:root {
    --the-black: #000;
    --the-white: #fff;
    --the-blue: #025C92;
    --the-green: #1FB16E;
    --the-gold: #FFA200;
    --the-gray: #E7E7E7;
    --the-light-grey: #F6F6F6;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



/*Font icons*/

@font-face {
    font-family: 'nexus';
    src: url('font/nexus.eot?38745071');
    src: url('font/nexus.eot?38745071#iefix') format('embedded-opentype'),
        url('font/nexus.woff2?38745071') format('woff2'),
        url('font/nexus.woff?38745071') format('woff'),
        url('font/nexus.ttf?38745071') format('truetype'),
        url('font/nexus.svg?38745071#nexus') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'nexus';
    src: url('../font/nexus.svg?38745071#nexus') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "nexus";
    font-style: normal;
    font-weight: normal;
    speak: never;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-arrow-up:before {
    content: '\e800';
}

/* '' */
.icon-arrow-right:before {
    content: '\e801';
}

/* '' */
.icon-arrow-left:before {
    content: '\e802';
}

/* '' */
.icon-search:before {
    content: '\e803';
}

/* '' */
.icon-menu:before {
    content: '\e804';
}

/* '' */
.icon-close:before {
    content: '\e805';
}

/* '' */


/*------------------------------------------------------------*/
html,
body,
a,
p,
ul,
li {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}



p {
    font-size: 1.1em;
}

a:hover {
    text-decoration: none !important;
}

.container {
    max-width: 90%;
}

button {
    outline: none !important;
}

/*--------------------------*/

.the-body-content {
    overflow: hidden;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

ul {
    padding: 0;
}


li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.the-body-content ul li {
    position: relative;
    list-style-position: inside;
    list-style: none;
    font-size: 1.1em;
    font-family: "Inter", sans-serif;
    list-style: disc;
    list-style-position: outside;
    margin-left: 20px;
}



a {
    color: var(--the-black);
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: var(--the-blue);
}

a img {
    transition: 500ms;
}

a img:hover {
    opacity: 0.8;
    transform: translateY(5px);
}


/* LOgo */


/*---------Banner----------*/
.banner-caption {
    padding-top: 3em;
    padding-bottom: 3em;
}

.container.banner {
    position: relative;
    margin-bottom: 5em;
}

.mk-bgimg {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px 0 41px 0;
    height: 557px;
    background-color: var(--the-dark-gray);
    z-index: 0;
}

.mk-bgimg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.mk-bgimg h2 {
    font-weight: 400 !important;
    position: relative;
}

.mk-bgimg .container {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: var(--the-white);
}

/* .ms-caption {
      position: absolute;
      z-index: 8;
      top: 35%;
  } */

.actual-bread {
    position: relative;
    z-index: 8;
    top: -14em !important;
    background: transparent;
    margin-bottom: -5em;
    /* padding: 10px 0px 0 45px; */
}

.mk-page-title {
    color: var(--the-white);
    font-weight: 400;
}

.breadcrumb {
    color: var(--the-orange);
    font-weight: 600;
}

.breadcrumb a {
    color: var(--the-black);
    font-weight: 300;
}

.breadcrumb .icon-right-arrow {
    color: var(--the-black);
}

.ms-caption {
    margin-bottom: 0em;
    position: absolute;
    top: 50%;
    /* text-align: center; */
    display: block;
    /* width: 100%; */
    /* left: 0; */
}

.ms-caption li {
    list-style: disc;
    color: var(--the-gray);
    list-style-position: inside;
}

.mk-page-title .dot::after {
    content: "";
    background: var(--the-orange);
    height: 9px;
    width: 9px;
    display: inline-block;
    color: var(--the-orange);
    position: absolute;
    bottom: 6px;
    left: 2px;
}


/* .ms-caption span {
      font-size: 4em;
  } */

.mk-page-title {
    font-size: 1.2em;
    font-weight: 400;
    color: var(--the-white);
}


/*
  .mk-bgimg {
      filter: brightness(80%);
  }
  */

.breadcrumb {
    background-color: transparent;
    padding-left: 0;
}


/*--------------------------*/


/*for banner image*/

.the-actual-img {
    position: absolute;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 0 40px 0;
    height: 500px;
    width: 100%;
    /* z-index: 9 !important; */
    top: 35%;
    right: 5%;
}

.mk-bgimg {
    position: relative;
}


/*-------------------------*/


/* Slider */


.change-font {
    position: relative;
    left: -42px;
}

.slider-counter {
    position: relative;
    right: 13%;
    color: var(--the-white);
    font-size: 2.3em;
    top: -90px;
    font-family: "Lato", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}

@media(max-width: 600px) {
    .slider-counter {
        position: relative;
        right: -1%;
        color: var(--the-white);
        font-size: 2.3em;
        top: -40px;
        font-family: "Lato", sans-serif !important;
        font-weight: 400;
        font-style: normal;
    }
}

#homeSlider .owl-next span::after {
    content: '\e804';
    font-family: 'covenant';
    color: var(--the-blue);
    position: relative;
    right: 5px;
}

#homeSlider .owl-prev span::before {
    content: '\e805';
    font-family: 'covenant';
    color: var(--the-blue);
    position: relative;
    left: 5px;
}

.owl-next span,
.owl-prev span {
    color: transparent;
}

.content-wrapper {
    position: absolute;
    top: 40%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.slider-captionn {
    position: relative;
    width: 90%;
    /* margin-left: auto; */
    /* margin-right: auto; */
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: baseline;
    justify-content: center;
}

.slider-captionn h3 {
    font-size: 3em;
    font-weight: 200 !important;
    text-align: center;
}


@media(max-width:759px) {
    .slider-container {
        margin-left: 0%;
    }
}

.owl-prev,
.owl-next {
    background: transparent;
    width: 50px;
    height: 50px;
}

@media(max-width:600px) {

    #homeSlider .item {
        background-size: cover;
        height: 100vh;
        background-attachment: scroll;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media(min-width:601px) {
    #homeSlider .item {
        background-size: cover;
        height: 82vh;
        background-attachment: scroll;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
    }
}

#homeSlider .item::before {
    content: "";
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.content-wrapper {
    color: var(--the-white)
}

.get-intch a:hover {
    color: var(--the-green);
}

/* Second bar */

.the-primary-menu {
    width: 100%;
    display: flex;
    justify-content: center;
}

.blank-section p {
    color: transparent;
}

.get-intch a {
    color: var(--the-white);
    transition: 500ms ease-in-out;
}

/* Logo area*/
.main-logo {
    width: 200px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.mst-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    align-items: end;
    justify-content: space-between;
    align-items: center;
}







/* Contact Us */

/* Search */
.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(10, 10, 10, 0.95);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.search-overlay.active {
    visibility: visible;
    opacity: 1;
}

.close-search {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2rem;
    background: transparent;
    color: #fff;
    border: none;
    cursor: pointer;
}

.search-form-overlay {
    display: flex;
    align-items: center;
    width: 80%;
    max-width: 600px;
}

.search-field-overlay {
    flex: 1;
    padding: 15px;
    font-size: 1.2rem;
    border: none;
    outline: none;
    border-radius: 4px 0 0 4px;
}

.search-submit-overlay {
    padding: 15px;
    background: #007bff;
    border: none;
    color: #fff;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.search-trigger {
    background: none;
    border: none;
    cursor: pointer;
    color: inherit;
    font-size: 1.2rem;
}

#openSearch {
    border: 1px solid var(--the-green);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 32px;
    height: 100%;
    color: var(--the-green);
    gap: 5px;
    font-size: 18px;
    font-weight: 600;
    transition: 500ms;
}

.search-contact-us {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-right: -7px;
}

#openSearch:hover {
    background: var(--the-blue);
    color: var(--the-white);
}

/* Header */
.get-intch {
    display: flex;
    gap: 5px;
    justify-content: center;
    color: var(--the-white);
    padding-top: 10px;
    margin-bottom: -6px;
}

.top-bar {
    background: var(--the-blue);
    display: flex;
    height: 100%;
}

.h-contact-us a {
    display: inline-block;
    background: var(--the-green);
    color: var(--the-white);
    padding: 15px 30px;
    font-weight: 600;
    transition: 500ms ease-in-out;
}

.h-contact-us a {
    display: inline-block;
    background: var(--the-green);
    color: var(--the-white);
    padding: 15px 30px;
    font-weight: 600;
    transition: 500ms ease-in-out;
}

.h-contact-us a:hover {
    background: var(--the-blue);
}


/* Welcome */
.nexus-welcome-section {
    background-color: var(--the-blue);
    color: #fff;

}

.nexus-content h2 {
    font-size: 46px;
    max-width: 400px;
    margin-bottom: 1em;
}

.nexus-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    padding-left: 6%;
}

.welcome {
    height: 100vh;
    margin-bottom: 4em;
}

.nexus-content p {
    font-size: 1.2em;
    max-width: 90%;
}

.nexus-btn:hover {
    background: var(--the-gold);
    color: var(--the-white);
}

.nexus-btn {
    background: var(--the-green);
    padding: 12px 24px;
    color: var(--the-white);
    font-weight: 600;
    text-decoration: none;
    transition: 500ms ease-in-out;
    display: inline-block;
    margin-top: 2em;
    margin-bottom: 2em;
}

.nexus-image img {
    width: 100%;

}

.nexus-image img {
    width: 100%;
    object-fit: cover;
    padding: 0 !important;
    margin: 0 !important;
}

@media(min-width: 768px) {
    .nexus-image img {
        width: 100%;
        object-fit: cover;
        padding: 0 !important;
        margin: 0 !important;
    }

    .nexus-welcome-section {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}


/* Services */
.service-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    filter: brightness(30%);
}

.service-holder {
    position: relative;
    margin-bottom: 1em;
}

.service-title {
    position: absolute;
    bottom: 45px;
    padding: 5px 30px;
}

.service-title p {
    color: var(--the-white);
    font-size: 1.2em;
    font-weight: 600;
}

.service-arrow {
    position: absolute;
    top: 45px;
    right: 45px;
}

.service-arrow i {
    color: var(--the-green);
    background: var(--the-white);
    padding: 13px;
}

.services .title-center {
    margin-bottom: 4em;
}




/* Keen */
.keen-text p {
    font-size: 1.5em;
    text-align: center;
}

.keen-link {
    margin-top: 2em;
    margin-bottom: 2em;
}

@media(min-width: 900px) {
    .keen-text p {
        font-size: 1.5em;
        text-align: left;
        max-width: 61%;
        margin: 0 auto;
    }

    .keen-link {
        max-width: 60%;
        margin: 0 auto;
    }
}

@media(max-width: 899px) {
    .keen-text {
        text-align: center;
    }

    .client-nav-box.active::before {
        display: none !important
    }
}

.keen-link a {
    background: var(--the-green);
    color: var(--the-white);
    padding: 10px 30px;
    display: inline-block;
    margin: 2em 0;
    font-weight: 600;
    transition: 500ms ease-in-out;
}

.keen-link a:hover {
    background: var(--the-blue);
}

.keen {
    margin-bottom: 4em;
    margin-top: 6em;
}

.keen-text p span {
    font-style: italic;
    font-family: "Playfair Display", serif !important;
}

/* Client Story */
.client-slider-preview-nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: absolute;
    bottom: 6em;
    z-index: 9;
    max-width: 88%;
    color: var(--the-white);
    text-align: center;
}

#clientTestimonialSlider {
    position: relative;
}

.slider-content img {
    height: 100vh;
    filter: brightness(50%);
}

.slider-position-text {
    position: absolute;
    top: 15%;
    max-width: 90%;
    color: var(--the-white);
}

.slider-title {
    font-style: italic;
}

.client-slider-section {
    position: relative;
}

.slider-position-text a {
    background: var(--the-green);
    padding: 15px 20px;
    display: inline-block;
    margin-top: 2em;
    color: var(--the-white);
    font-weight: 600;
    transition: 500ms ease-in-out;
}

.slider-position-text a:hover {
    background: var(--the-blue);
}

.client-slider-preview-nav::before {
    content: "";
    position: absolute;
    border-top: 1px solid var(--the-white);
    width: 100%;
    top: -15px;
}

.client-nav-box.next-active {
    position: relative;
}

.client-nav-box.active::before {
    content: "";
    position: absolute;
    border-top: 4px solid var(--the-white);
    width: 100%;
    left: 0;
    top: -17px;
}

@media(min-width: 900px) {
    .slider-subtitle {
        max-width: 50%;
    }

    .slider-title {
        font-size: 64px;
    }
}


/* Advice */
.advice-title p {
    font-size: 1.2em;
    font-weight: 600;
    display: inline-block;
    margin-top: 1.5em;
    margin-bottom: 0px;
}
.advice-holder {
	margin-bottom: 3em;
}
.explore a {
    color: var(--the-green);
    font-weight: 600;
    transition: 500ms ease-in-out;
    position: relative;
}

.explore a:hover {
    color: var(--the-blue);
}

.explore a::after {
    transition: 500ms ease-in-out;
}

.explore a:hover::after {
    background: var(--the-blue);
}

.explore a::after {
    content: '\e800';
    font-family: 'nexus';
    position: relative;
    right: -21px;
    background: var(--the-green);
    padding: 15px;
    color: var(--the-white);
    font-weight: 400;
}

.advice {
    margin: 7em 0;
}

.advice-img a img {
    width: 100%;
    object-fit: cover;
    transition: 500ms;
}

.explore {
    margin-top: 3em;
}




/* Sectors */
.sector-holder {
    margin: 1em;
}

.sectors {
    background: var(--the-light-grey);
    padding: 4em 0;
}

.sector-title {
    display: inline-block;
    margin-top: 1em;
}

.sector-title a {
    transition: 500ms ease-in-out;
}

.sector-title {
    display: inline-block;
    margin-top: 1em;
}

.sector-title a:hover {
    color: var(--the-green);
}

#sectorsSlider .icon-arrow-left,
#sectorsSlider .icon-arrow-right {
    color: var(--the-green);
    border: 1px solid;
    padding: 5px;
    font-size: 1.5em;
}

#sectorsSlider .owl-nav.disabled {
    display: flex;
    gap: 1em;
}

.sectors .container {
    position: relative;
}

@media(min-width: 900px) {
    #sectorsSlider .owl-nav.disabled {
        display: flex;
        gap: 1.5em;
        position: absolute;
        right: 15px;
        top: -85px;
    }

    .title-center h2,
    .nws-ltr-text h2 {
        font-size: 43px;
    }
}

.sector-title a {
    font-size: 1.2em;
    font-weight: 600;
}

.owl-nav.disabled button {
    transition: 500ms ease-in-out;
}

#sectorsSlider .icon-arrow-left,
#sectorsSlider .icon-arrow-right {
    transition: 500ms ease-in-out;
}

#sectorsSlider .icon-arrow-left:hover,
#sectorsSlider .icon-arrow-right:hover {
    background: var(--the-blue);
    border-color: var(--the-blue);
    color: var(--the-white);
}

/* Newsletter */
.subscribe a {
    border: 1px solid var(--the-green);
    padding: 10px 20px;
    display: inline-block;
    margin-top: 2em;
    margin-bottom: 2em;
    transition: 500ms ease-in-out;
    color: var(--the-green);
    font-weight: 600;
}

.subscribe a:hover {
    background: var(--the-green);
    color: var(--the-white);
}

.nws-letter-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.nws-ltr-text {
    background: var(--the-blue);
    color: var(--the-white);
    padding: 3em;
}

.nws-ltr-text {
    background: var(--the-blue);
    color: var(--the-white);
    padding: 3em;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.nws-ltr-text h2 {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
}

.nws-ltr-text span {
    font-style: italic;
    font-family: "Playfair Display", serif !important;
}

.newsletter {
    margin-bottom: 7em;
    margin-top: 5em;
}

@media(min-width: 700px) {
    .nws-letter-holder {
        display: grid;
        grid-template-columns: 2fr 1fr;
        width: 100%;
    }

    .nws-ltr-text h2 {
        font-family: "Poppins", sans-serif !important;
        font-weight: 400;
        max-width: 73%;
    }
}





/* Footer */
.footer-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    width: 100%;
    justify-content: space-between;
    position: relative;
    padding-top: 4em;
}

.footer-flex h2 {
    font-style: italic;

}

.\34 sight {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}

.footer-one {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: end;
}

.th-cr-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    align-items: end;
    position: relative;
    padding-top: 2em;
    padding-bottom: 1.5em;
    margin-top: 3em;
    justify-content: space-between;
}

.th-cr-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    border-top: 2px solid var(--the-gray);
    left: 0;
    top: 0;
}

.footer-button a {
    background: var(--the-green);
    color: var(--the-white);
    padding: 15px 35px;
    display: inline-block;
    margin-top: 2em;
    transition: 500ms ease-in-out;
    font-weight: 500;
}

.footer-button a:hover {
    background: var(--the-blue);
}

.footer-flex h2 {
    padding-bottom: 0.5em;
}

.footer-flex::before {
    content: "";
    position: absolute;
    border-top: 2px solid var(--the-gray);
    width: 100%;
    left: 0;
    top: 0;
}

.fluid-container.for-footer {
    margin-top: 5em;
}

.built-on li {
    list-style: disc;
    list-style-position: inside;
}

/* Mobile */
@media(max-width: 900px) {
    .get-intch a {
        display: none;
    }

    #openSearch {
        padding: 5px 15px;
    }

    .h-contact-us a {
        padding: 15px 20px;
    }

    .explore a {
        color: var(--the-green);
        font-weight: 600;
        transition: 500ms ease-in-out;
        position: relative;
        display: flex;
        align-items: center;
    }
}

/*Contact Us*/
.wpcf7-form.init {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 4em;
}
.contact-flex\>.\<p\>\<span.class\= {
	display: flex;
	/* flex-wrap: wrap; */
	gap: 1em;
	flex-direction: column;
}
.wpcf7-form-control.wpcf7-text {
	height: 3.5em;
	padding: 10px;
	width: 100%;
	border: 1px solid #E7E7E7;
}
.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
	width: 100%;
	border: 1px solid #E7E7E7;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
	background: var(--the-green);
	color: var(--the-white);
	border: none;
	padding: 10px 30px;
	transition: 500ms ease-in-out;
}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	background: var(--the-blue);
}
#wpcf7-f128-p111-o1 label {
	color: var(--the-blue);
}
.radio span {
	color: var(--the-black);
}
.footer-logo img {
	max-width: 200px;
}