/******************************************
** MARSMAN DRYSDALE GROUP CUSTOM STYLESHEET 
** by shanehleng
**
** Last Updated: March 2025
******************************************/

:root {
    --color-primary: #021385;
    --color-accent: #dcb03f;
}

/* Bounce Animation Effect */
@-webkit-keyframes bounce {
    0% { transform: translateY(-3px)  }
    50% { transform: translateY(5px) }
    100% { transform: translateY(-3px) }
}
@keyframes bounce {
    0% { transform: translateY(-3px)  }
    50% { transform: translateY(5px) }
    100% { transform: translateY(-3px) }
}

@-webkit-keyframes slide {
    0% { transform: translate(0, -50%)  }
    50% { transform: translate(-10px, -50%) }
    100% { transform: translate(0, -50%) }
}
@keyframes slide {
    0% { transform: translate(0, -50%)  }
    50% { transform: translate(-10px, -50%) }
    100% { transform: translate(0, -50%) }
}

/*Entrance Animation*/
body section.section-hidden {
	opacity: 0;
	transition: opacity 1s ease 0s;
}
section.section-hidden.show-animation {
	opacity: 1;
}

.prevent-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}



/*Scrollbar*/
/* ::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #100B0C;
}
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #100B0C;
}
::-webkit-scrollbar-thumb {
	background-color: var(--purple);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #423051;
} */
::-webkit-scrollbar {
	width: 6px;
	height: 5px;
	background-color: var(--color-primary);
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: var(--color-primary);
    border-left: 2px solid white;
    border-right: 2px solid white;
}
::-webkit-scrollbar-thumb {
	background-color: var(--color-primary);
    border-radius: 0;
    border-left: 2px solid var(--color-primary);
    border-right: 2px solid var(--color-primary);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

/*UTILITIES*/
    /*Text*/
    .uk-text-medium {
        font-weight: 500 !important;
    }
    .uk-text-semibold {
        font-weight: 600 !important;
    }
    .uk-text-bold {
        font-weight: 700 !important;
    }

    /*Buttons*/
    .btn-full-rounded .uk-button {
        padding: 0 50px;
        border-radius: 23px;
        font-family: Raleway;
        font-size: 0.875rem;
        font-weight: 500;
    }

    /*Sections*/
    .uk-section-medium {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    /*Grids*/
    .uk-grid-column-xlarge {
        margin-left: -112px;
    }
    .uk-grid-column-xlarge > * {
        padding-left: 112px;
    }


    /*Margins*/
    .mt-25 {
        margin-top: 25px;
    }

    /*Borders*/
    .uk-border-rounded {
        border-radius: 64px;
    }

    /*Images*/
    .img-rounded .uk-inline-clip {
        width: 100%;
    }
    .img-rounded .el-image {
        height: 577px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }


/*Navbar*/
.uk-navbar-container {
    border-top: 14px solid var(--color-primary);
}
.uk-navbar-container.uk-navbar-sticky {
    box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.07);
}
.uk-navbar-container .uk-container {
    padding-left: 60px;
    padding-right: 60px;
}
.uk-navbar-left {
    width: 100%;
    justify-content: space-between;
}
.uk-navbar-nav > li.uk-active > a {
    position: relative;
}
.uk-navbar-nav > li.uk-active > a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-top: 2px dashed var(--color-primary);
    z-index: 10;
    width: 100%;
    bottom: 15px;
}


/*Dialog*/
#tm-dialog-mobile {
    border-top: 1px solid #eee;
}


/*Footer*/
.footer-site-title {
    line-height: 1.65;
}
.footer-site-desc {
    max-width: 500px;
}
.tm-footer-bottom {
    border-top: 1px solid #fff;
    padding-top: 28px;
    padding-bottom: 17px;
}
.back-to-top .uk-flex-first {
    order: 2;
    padding-left: 20px;
}
.footer-social img:hover {
    filter: invert(63%) sepia(31%) saturate(774%) hue-rotate(5deg) brightness(175%) contrast(97%);
}
.uk-totop {
    background: url('../img/back-to-top.png');
    background-size: contain;
    width: 28px;
    height: 28px;
    padding: 0;
}
.uk-totop:hover, .uk-totop.bounce {
    -webkit-animation: bounce 3s infinite ease-in-out;
    -o-animation: bounce 3s infinite ease-in-out;
    -ms-animation: bounce 3s infinite ease-in-out; 
    -moz-animation: bounce 3s infinite ease-in-out; 
    animation: bounce 3s infinite ease-in-out;
}
.uk-totop svg {
    display: none;
}
.copyright, .back-to-top {
    font-size: 0.75rem;
    line-height: 2;
    color: #fff;
}
.copyright a:hover {
    color: var(--color-accent) !important;
}

/*Inner Banners*/
.inner-banner .el-image {
    border-radius: 62px;
    height: 525px;
    object-fit: cover;
    object-position: center;
}

/*Headline Section*/
.headline-divider {
    margin-top: 62px;
    margin-bottom: 62px;
}
.headline-description {
    color: #000;
    line-height: 1.6;
}


/*HOME*/
    /*Hero*/
    .tm-hero::after {
        content: '';
        width: 150%;
        height: 120px;
        background-color: #fff;
        position: absolute;
        left: -60px;
        bottom: -60px;
        filter: blur(23px);
    }
    .mdg-home-banner .el-item::before {
        content: '';
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);
        width: 100%;
        position: absolute;
        display: block;
        height: 100%;
        z-index: 10;
    }
    .mdg-home-banner .uk-position-cover {
        z-index: 20;
    }
    .mdg-home-banner .el-image {
        object-position: top;
    }
    .mdg-home-banner .el-content {
        max-width: 655px;
        font-family: 'Raleway', sans-serif;
        font-size: 1.25rem;
        line-height: 1.6;
    }
    .mdg-home-banner .uk-button {
        padding: 0 70px 0 30px;
        height: 65px;
        line-height: 65px;
        position: relative;
    }
    /* .mdg-home-banner .uk-button .uk-icon {
        margin-left: 24px;
    } */
    .mdg-home-banner .uk-button svg {
        color: #254682;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
    }
    .mdg-home-banner .uk-button:hover svg {
        color: #fff;
    }
    .mdg-home-banner .uk-button svg polyline {
        stroke-width: 3;
    }
    .mdg-home-banner .uk-button.slide svg {
        -webkit-animation: slide 2.5s infinite ease-in-out;
        -o-animation: slide 2.5s infinite ease-in-out;
        -ms-animation: slide 2.5s infinite ease-in-out; 
        -moz-animation: slide 2.5s infinite ease-in-out; 
        animation: slide 2.5s infinite ease-in-out;
    }

    /*Companies*/
    .mdg-companies-wrapper .uk-container-expand-right {
        max-width: calc(50% + (1608px / 2) - 0px);
        padding-right: 0;
        margin-top: 80px !important;
    }
    .mdg-companies-carousel {
        overflow: unset;
    }
    .mdg-companies-carousel .uk-grid {
        margin-left: -44px;
    }
    .mdg-companies-carousel .uk-grid > * {
        padding-left: 44px;
    }
    .mdg-companies-carousel .el-item .uk-panel:hover .el-title {
        color: var(--color-primary);
    }
    .mdg-companies-carousel .el-item .uk-panel:hover .el-title .uk-icon {
        right: -10px;
        transition: 0.3s all ease-in-out;
    }
    .mdg-companies-carousel .el-image {
        border-radius: 41px;
        height: 256px;
        object-fit: cover;
        object-position: center;
    }
    .mdg-companies-carousel .uk-inline-clip {
        border-radius: 41px;
    }
    .mdg-companies-carousel .el-title {
        font-weight: 700;
        margin-top: 25px !important;
        position: relative;
    }
    .mdg-companies-carousel .el-title .uk-icon {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .mdg-companies-carousel .el-title .uk-icon svg {
        width: 24px;
        height: 24px;
    }
    .mdg-companies-carousel .el-title .uk-icon svg polyline {
        stroke-width: 1.5;
    }
    .mdg-companies-carousel .el-content {
        margin-top: 24px !important;
        color: #565656;
        line-height: 1.6;
        max-width: 272px;
    }
    .mdg-companies-carousel .el-title,
    .mdg-companies-carousel .el-content {
        margin: 0 15px;
    }
    .mdg-companies-carousel .uk-slidenav-container {
        top: -230px;
        right: 140px;
        gap: 15px;
    }
    .mdg-companies-carousel .el-slidenav {
        background-color: #EBEBEB;
        width: 46px;
        height: 46px;
        padding: 0;
        line-height: 46px;
        text-align: center;
        border-radius: 50%;
        color: #434343;
    }
    .mdg-companies-carousel .el-slidenav:hover {
        background-color: #2E2E2E;
        color: #fff;
    }
    .mdg-companies-carousel .el-slidenav svg {
        height: 18px;
        top: -1px;
        position: relative;
    }
    .mdg-companies-carousel .el-slidenav.uk-slidenav-previous svg {
        left: -1px;
    }
    .mdg-companies-carousel .el-slidenav.uk-slidenav-next svg {
        left: 2px;
    }


/*Contact Us*/
.mdg-contact-info .uk-grid {
    margin-left: -62px;
}
.mdg-contact-info .uk-grid > * {
    padding-left: 62px;
}
.mdg-contact-info .el-item {
    border-radius: 33px;
    border: 1px solid #9FC3F4;
}
.mdg-contact-info .el-content {
    color: #000;
    line-height: 1.6;
}
.mdg-contact-info .el-content a {
    color: #000;
}
.mdg-contact-info .el-content a:hover {
    text-decoration: none;
    color: var(--color-primary);
}

/*Medical Products*/
.mdg-gallery-slider .el-image {
    height: 600px;
    width: 440px;
    object-fit: cover;
    object-position: center;
}
.mdg-gallery-slider .el-image.uk-border-rounded {
    border-radius: 53px;
}
.mdg-gallery-slider .uk-slidenav-previous svg,
.mdg-gallery-slider .uk-slidenav-next svg {
    display: none;
}
.mdg-gallery-slider .uk-slidenav {
    width: 90px;
    height: 90px;
    padding: 0;
}
.mdg-gallery-slider .uk-slidenav-previous  {
    background: url('../img/previous.png') no-repeat center center;
    background-size: cover;
}
.mdg-gallery-slider .uk-slidenav-next  {
    background: url('../img/next.png') no-repeat center center;
    background-size: cover;
}
.mdg-gallery-slider .uk-slidenav:hover {
    filter: invert(63%) sepia(31%) saturate(774%) hue-rotate(5deg) brightness(130%) contrast(64%);
}
.mdg-overlay .el-content {
    font-family: 'Raleway', sans-serif;
    font-size: 1.25rem;
    line-height: 1.6;
    max-width: 750px;
    margin: 0 auto;
}
.mdg-overlay .el-link {
    height: 54px;
    padding: 0 90px;
    border-radius: 27px;
    background-color: var(--color-primary);
    border: 0;
    font-family: 'Raleway';
    font-weight: 500;
}
.mdg-overlay .el-link:hover {
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(25px);
}


/*Foundation*/
.uk-border-rounded.mission-img {
    border-radius: 73px;
}


/*Travel Management*/
.mdg-travel-services-slider .uk-slider-items {
    margin-left: -24px;
}
.mdg-travel-services-slider .uk-slider-items > * {
    padding-left: 24px;
}
.mdg-travel-services-slider .uk-slider-items > :nth-child(odd) > .el-item {
    background-color: #fff;
}
.mdg-travel-services-slider .uk-slider-items > :nth-child(even) > .el-item {
    background-color: #DEECFF;
}
.mdg-travel-services-slider .el-item {
    height: 350px;
    padding: 40px 30px;
    display: flex;
    justify-content: space-between;
    border-radius: 31px;
    position: relative;
    border: 2px solid transparent;
    transition: 0.4s all ease-in;
}
.mdg-travel-services-slider .uk-slider-items .el-item {
    position: relative;
}
.mdg-travel-services-slider .uk-slider-items .el-item::before {
    content: '';
    border: 1px solid #3A7FA5;
    border-radius: 31px;
    height: 346px;
    width: 100%;
    left: -1px;
    top: -1px;
    position: absolute;
    z-index: 10;
    opacity: 1;
}
.mdg-travel-services-slider .uk-slider-items .el-item:hover::before {
    opacity: 0;
}
.mdg-travel-services-slider .el-item > picture {
    display: block;
}
.mdg-travel-services-slider .el-image {
    object-fit: contain;
    top: 0;
}
.mdg-travel-services-slider .el-title {
    flex: none;
    line-height: 1.1;
    font-weight: 500;
    text-align: right;
    bottom: 0;
}
.mdg-travel-services-slider .el-title,
.mdg-travel-services-slider .el-image {
    position: relative;
    transition: 0.3s all ease-in;

}
.mdg-travel-services-slider .el-item:hover {
    border: 2px solid #3A7FA5;
    transition: 0.4s all ease-in;
}
.mdg-travel-services-slider .el-item:hover .el-image {
    top: 6px;
}
.mdg-travel-services-slider .el-item:hover .el-title {
    bottom: 6px;
}
.mdg-travel-services-slider .el-title:hover,
.mdg-travel-services-slider .el-image:hover {
    transition: 0.3s all ease-in;

}
.mdg-travel-services-slider .el-slidenav {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    padding: 0;
    background-color: var(--color-primary);
    text-align: center;
    line-height: 46px;
}
.mdg-travel-services-slider .el-slidenav:hover {
    background-color: #000D64;
}
.mdg-travel-services-slider .el-slidenav svg {
    color: #fff;
    width: 16px;
    height: 16px;
    position: relative;
    top: -2px;
}
.mdg-travel-services-slider .el-slidenav svg polyline {
    stroke-width: 2;
}
.mdg-travel-services-slider .el-slidenav.uk-slidenav-previous svg {
    left: -1px;
}
.mdg-travel-services-slider .el-slidenav.uk-slidenav-next svg {
    left: 2px;
}

/*Custom Switcher*/
.mdg-switcher-nav .uk-switcher {
    touch-action: none !important;
}
.mdg-switcher-nav.awards-slider .el-title,
.mdg-switcher-nav.agri-slider .el-title {
    display: none;
}
.mdg-switcher-nav .uk-tab > .uk-active > a {
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 800;
}
.mdg-switcher-nav.awards-slider .el-nav {
    margin-bottom: 87px;
}
.mdg-switcher-nav.awards-slider .uk-switcher .el-item .uk-slider > * {
    margin-left: -75px;
}
.mdg-switcher-nav.awards-slider .uk-slidenav-previous {
    margin-left: 75px;
}
.awards-slider .el-image {
    width: 390px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.awards-slider .uk-slider-items {
    margin-left: -37px;
}
.awards-slider .uk-slider-items > * {
    padding-left: 37px;
}
.awards-slider .el-slidenav svg {
    color: #fff;
}



/*Contact Us*/
.mdg-section-form {
    margin-top: 50px;
}
.mdg-section-form .uk-container,
.mdg-section-contact-offices .uk-container {
    max-width: 1500px;
}
.row-form.uk-grid {
    margin-left: -101px;
}
.row-form.uk-grid > * {
    padding-left: 101px;
}
.contact-form p {
    margin: 0;
}
.contact-form .uk-label {
    margin-bottom: 14px;
}
.contact-form .uk-label span {
    font-size: 1.25rem;
    font-family: 'Inter';
    color: var(--color-accent);
}
.contact-form .uk-first-column > * {
    margin-bottom: 23px;
}
.contact-form .uk-textarea {
    height: 176px;
    resize: none;
}
.contact-form .uk-button {
    border-radius: 9px;
    padding: 0 136px 0 27px;
    height: 64px;
    line-height: 64px;
    background: #FFF url('../img/contact-btn-arrow-bg.png') no-repeat center right;
    background-size: auto;
    font-family: 'Raleway';
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--color-primary);
    border: 1px solid transparent;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    margin-top: 62px;
}
.contact-form .uk-button:hover {
    border: 1px solid var(--color-primary);
}
.uk-input, .uk-select, .uk-textarea {
    font-size: 1.25rem;
}
.wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 1.25rem;
    line-height: normal;
    font-family: 'Raleway';
    color: #000;
    display: inline-block;
    width: 93%;
}
.wpcf7-acceptance .wpcf7-list-item-label a {
    color: #000;
    text-decoration: underline;
}
.wpcf7-acceptance .wpcf7-list-item-label a:hover {
    color: var(--color-primary);
}
.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
    gap: 13px;
}
.wpcf7-acceptance input[type="checkbox"] {
    appearance: none;
    width: 24px;
    height: 24px;
    margin: 0;
    border-radius: 5px;
    border: 1px solid #A3B9F1;
    background: #F4F9FF;
}
.wpcf7-acceptance input[type="checkbox"]:checked {
    background: url('../img/checkmark.png') no-repeat center center;
    background-size: contain;
}
.wpcf7-not-valid-tip {
    color: var(--color-accent);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: 20px;
}
.map-column {
    width: 727px;
}
.mdg-switcher-nav.offices-slider .el-nav {
    margin-bottom: 98px;
}
.offices-slider .uk-slider-items > :only-child {
    margin: 0 auto;
}
.offices-slider .uk-slider-items .el-item {
    border-radius: 37px;
    background: #DEECFF;    
    padding: 45px 34px 45px 43px;
    min-height: 334px;
    display: flex;
    flex-direction: column;
}
.offices-slider .uk-slider-items .uk-inline-clip {
    display: flex;
    justify-content: flex-end;
}
.offices-slider .uk-slider-items .el-title,
.offices-slider .uk-slider-items .el-meta,
.offices-slider .uk-slider-items .el-content {
    font-family: 'Raleway';
    font-size: 0.938rem;
    line-height: 1.2;
    font-weight: 500;
    color: #000;
}
.offices-slider .uk-slider-items .el-title {
    margin-top: auto !important;
    font-weight: 600;
}
.offices-slider .uk-slider-items .el-content a {
    color: #000;
}
.offices-slider .uk-slider-items .el-content a:hover {
    color: var(--color-primary);
}
.mdg-contact-info picture {
    height: 65px;
    display: block;
}
.mdg-contact-info .el-image {
    object-fit: contain;
}




/*About Us*/
.mdg-section-about-founders  {
    padding-bottom: 100px;
}
.mdg-section-about-founders .uk-container {
    max-width: 1553px;
}
.about-description {
    line-height: 1.6;
    letter-spacing: 0.2px;
    color: #1C1C1C;
}
.about-description p {
    margin-bottom: 40px;
}
.about-founders .uk-grid {
    margin-left: -18px;
}
.about-founders .uk-grid > * {
    padding-left: 18px;
}
.about-founders .el-item .uk-padding {
    padding: 35px 20px;
}
.about-founders .el-title {
    font-weight: 700;
}
.about-founders .el-image {
    width: 100%;
    height: 540px;
    object-fit: cover;
    object-position: top;
}
.scrollable-container {
    overflow-y: auto;
    /* white-space: nowrap; */
}
.scrollable-container::-webkit-scrollbar {
    display: none;
}
.mdg-family-wrapper {
    min-width: 900px;
}
.mdg-family-tree {
    margin-bottom: 36px;
}
.mdg-family-tree .uk-grid {
    margin-left: -36px;
}
.mdg-family-tree .uk-grid > * {
    padding-left: 36px;
}
.mdg-family-tree .el-item {
    height: 320px;
    width: 276px;
    padding: 30px 20px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    align-items: center;
    justify-content: center;
}
.mdg-family-tree .el-title {
    font-weight: 700;
}
.mdg-family-tree .uk-grid > div {
    position: relative;
}
.mdg-family-tree:not(.row-3) .uk-grid > div + div::before,
.mdg-family-tree:not(.row-3) .uk-grid > div + div::after {
    content: '';
    background: rgba(71, 149, 255, 0.50);
    position: absolute;
    display: block;
    z-index: 10;
    transform: translateY(-50%);
}
.mdg-family-tree:not(.row-3) .uk-grid > div + div::before {
    width: 36px;
    height: 2px;
    top: 50%;
    left: 0;
}
.mdg-family-tree:not(.row-3) .uk-grid > div + div::after {
    width: 2px;
    height: 200px;
    top: 81%;
    left: 18px;
}
.mdg-family-tree.row-2 {
    margin-bottom: 69px;
}
.mdg-family-tree.row-2 .uk-grid > div + div::after {
    height: 228px;
    top: 86%;
}
.mdg-family-tree.row-3 .uk-grid {
    position: relative;
}
.mdg-family-tree.row-3 .uk-grid::before {
    content: '';
    width: 622px;
    height: 2px;
    background: rgba(71, 149, 255, 0.50);
    position: absolute;
    display: block;
    top: -19px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.mdg-family-tree.row-3 .uk-grid > div:first-child::before,
.mdg-family-tree.row-3 .uk-grid > div:last-child::before {
    content: '';
    height: 19px;
    width: 2px;
    background: rgba(71, 149, 255, 0.50);
    position: absolute;
    display: block;
    z-index: 10;
    top: -19px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.mdg-history-wrapper {
    max-width: 651px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
}
.mdg-history-wrapper::before {
    content: '';
    width: 5px;
    height: calc(100% - 107px);
    background: #C8DFFF;
    position: absolute;
    display: block;
    top: 107px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}
.mdg-history-wrapper > .mdg-history-item:nth-child(odd) {
    margin-left: auto;
}
.mdg-history-wrapper > .mdg-history-item:nth-child(even) {
    margin-right: auto;
}
.mdg-history-wrapper > .mdg-history-item:first-child {
    margin: 0 auto 47px !important;
}
.mdg-history-wrapper > .mdg-history-item:last-child {
    margin: 56px auto 0 !important;
}
.mdg-history-item {
    background: #fff;
    padding: 8px 10px;
    width: 300px;
    min-height: 111px;
    border-radius: 10px;
    border: 3px solid #fff;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mdg-history-item.blue {
    border: 3px solid #021385;
}
.mdg-history-item.gold {
    border: 3px solid #DCB03F;
}
.mdg-history-item.green {
    border: 3px solid #9BCC5D;
}
.mdg-history-item.purple {
    border: 3px solid #9747FF;
}
.mdg-history-item.pink {
    border: 3px solid #E36E89;
}
.mdg-history-item.lilac {
    border: 3px solid #A3B9F1;
}
.mdg-history-item.red {
    border: 3px solid #FF0000;
}
.mdg-history-item .el-title {
    font-weight: 700;
    color: #2E2E2E;
}
.mdg-history-item .el-content {
    font-size: 0.85rem;
    font-family: 'Raleway';
    color: #565656;
    line-height: 1.2;
}
.mdg-history-wrapper > .mdg-history-item:nth-child(even)::before,
.mdg-history-wrapper > .mdg-history-item:nth-child(odd)::before {
    content: '';
    position: absolute;
    display: block;
    background: #0E627F;
    width: 28px;
    height: 7px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
}
.mdg-history-wrapper > .mdg-history-item:nth-child(even)::before {
    right: -31px;
}
.mdg-history-wrapper > .mdg-history-item:nth-child(odd)::before {
    left: -31px;
}
.mdg-history-wrapper > .mdg-history-item:first-child::before,
.mdg-history-wrapper > .mdg-history-item:last-child::before {
    display: none;
}


/*Agri Business*/
.inner-banner.agri picture {
    position: relative;
    height: 100%;
    display: block;
}
.inner-banner.agri picture::before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.40) 100%);
    border-radius: 62px;
}
.mdg-agri-logo .el-image {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
.banner-strip .el-image {
    border-radius: 12px;
}
.agri-slider .agri-tab-heading {
    font-size: 3rem;
}
.agri-slider .agri-tab-img-stack .el-image {
    border-radius: 12px;
    width: 100%;
}
.agri-slider .agri-tab-description {
    line-height: 1.6;
    color: #1c1c1c;
    /* font-family: 'Inter', sans-serif; */
}
.mdg-switcher-nav.agri-slider > .el-nav {
    overflow-x: scroll;
    max-width: 1601px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    background: #EBF4FF;
    padding: 10px 20px;
    border-radius: 12px;
    gap: 10px;
}
.mdg-switcher-nav.agri-slider .el-nav::-webkit-scrollbar {
    display: none;
}
.mdg-switcher-nav.agri-slider .uk-subnav-pill {
    margin-left: 0;
}
.mdg-switcher-nav.agri-slider .uk-subnav-pill > li {
    padding-left: 0;
}
.mdg-switcher-nav.agri-slider .uk-subnav-pill > li > a {
    line-height: 1.1;
}


/**** Testimonial ***/
.testimonial-cont .el-item{
    display:grid;
}

.testimonial-cont .el-title{
    font-family: 'Raleway';
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 500;
    color: #000;
    order:3;
    margin-top:10px !important;
    margin-top:10px !important;
}

.testimonial-cont .el-content{
    font-family: 'Raleway';
    font-size: 0.938rem;
    line-height: 1.2;
    font-weight: 500;
    color: #000;
    order:1;
    height:200px;
	font-style:italic;
}

.testimonial-cont .el-item picture{
	order:2;
    margin-top:30px;
}

.testimonial-cont .el-meta{
	order:4;
}


/*** Slidenav ***/
.testimonial-cont .el-slidenav {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    padding: 0;
    background-color: var(--color-primary);
    text-align: center;
    line-height: 46px;
}

.testimonial-cont .el-slidenav:hover {
    background-color: #000D64;
}

.testimonial-cont .el-slidenav svg {
    color: #fff;
    width: 16px;
    height: 16px;
    position: relative;
    top: -2px;
}

.testimonial-cont .el-slidenav.uk-slidenav-next svg {
    left: 2px;
}

.page-id-19 .mdg-history-item .el-content{
	text-align:left !important;
	font-size:1.2rem;
}



/*** MEDIA QUERIES ***/
@media (min-width: 960px) {
    .headline-offices {
        position: absolute;
        z-index: 10;
        padding-left: 32px;
        top: 20px;
    }
    .offices-slider .uk-tab > * {
        padding-left: 30px;
    }
}
@media (max-width: 1600px) {
    .mdg-gallery-slider .uk-slidenav {
        width: 80px;
        height: 80px;
        filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(345deg) brightness(102%) contrast(101%);
    }
}
@media (max-width: 1599px) {
    .mdg-companies-carousel .uk-slidenav-container {
        right: 60px;
    }
}
@media (max-width: 1560px) {
    .uk-logo img {
        width: 350px;
    }
}
@media (max-width: 1490px) {
    .uk-logo img {
        width: 320px;
    }
}
@media (max-width: 1460px) {
    .uk-navbar-container .uk-container {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (max-width: 1420px) {
    .uk-logo img {
        width: 300px;
    }
    .uk-navbar-nav {
        gap: 25px;
    }
}
@media(max-width: 1400px) {
    .mdg-companies-carousel .el-image {
        height: 220px;
    }
}
@media (max-width: 1390px) {
    .uk-navbar-container .uk-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .uk-logo img {
        width: 280px;
    }
    .uk-navbar-nav {
        gap: 10px;
    }
    .uk-navbar-nav > li > a {
        padding: 0 10px;
    }
}
@media (max-width: 1306px) {
    :not(.uk-sticky-below)>.uk-navbar-container:not(.uk-navbar) {
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .uk-navbar-container .uk-container {
        padding-left: 50px;
        padding-right: 50px;
    }
    .uk-logo img {
        width: 350px;
    }
    .uk-navbar-left {
        gap: 0;
    }
    .uk-navbar-left .uk-navbar-nav {
        order: 3;
        justify-content: space-between;
        width: 100%;
    }
    .tm-hero::after {
        bottom: -60px;
    }
    .mdg-switcher-nav.awards-slider .uk-switcher .el-item .uk-slider > * {
        margin-left: -165px;
    }
    .mdg-switcher-nav.awards-slider .uk-slidenav-previous {
        margin-left: 165px;
    }
    .awards-slider .el-image {
        width: 300px;
    }
    .row-form.uk-grid {
        margin-left: -70px;
    }
    .row-form.uk-grid > * {
        padding-left: 70px;
    }
    .map-column {
        width: 50%;
    }
    .uk-input, .uk-select:not([multiple]):not([size]) {
        height: 70px;
        line-height: 70px;
    }
}
@media (max-width: 1200px) {
    .footer-site-title {
        line-height: 1.2;
    }
    .footer-site-desc {
        font-size: 1.1rem;
    }
    .mdg-gallery-slider .el-image {
        height: 490px;
    }
    .uk-grid-column-xlarge {
        margin-left: -70px;
    }
    .uk-grid-column-xlarge > * {
        padding-left: 70px;
    }
    .mdg-switcher-nav.awards-slider .uk-switcher .el-item .uk-slider > * {
        margin-left: -220px;
    }
    .mdg-switcher-nav.awards-slider .uk-slidenav-previous {
        margin-left: 220px;
    }
    .mdg-switcher-nav .uk-subnav > * > * {
        font-size: 1.1rem;
        padding: 15px;
    }
}
@media (max-width: 1199px) {
    .mdg-companies-carousel .uk-slidenav-container {
        top: -210px;
        right: 0;
    }
    .mdg-section-travel-services > .uk-container {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 1024px) {
    .img-rounded .el-image {
        height: 500px;
    }
    .inner-banner .el-image {
        height: 500px;
    }
    .mdg-switcher-nav.awards-slider .uk-switcher .el-item .uk-slider > * {
        margin-left: -140px;
    }
    .about-founders .el-item .uk-padding {
        padding: 25px 10px;
    }
    .about-founders .el-title {
        font-size: 1.2rem;
    }
}
@media (max-width: 959px) {
    .agri-slider .agri-tab-heading {
        font-size: 2.5rem;
    }
    .footer-site-desc {
        margin: 0 auto;
    }
    .tm-hero::after {
        height: 130px;
        bottom: -65px;
    }
    .mdg-home-banner .el-content{
        margin: 0 auto;
    }
    .mdg-home-banner .el-item .uk-position-cover {
        justify-content: center;
    }
    .mdg-companies-wrapper {
        padding-top: 75px;
    }
    .mdg-companies-wrapper .uk-container-expand-right {
        max-width: calc(50% +(1608px / 2) - 30px);
        padding-right: 30px;
        margin-top: 70px !important;
    }
    .mdg-companies-carousel .uk-slidenav-container {
        top: 0;
        right: 0;
    }
    .mdg-companies-carousel .el-content {
        max-width: 100%;
    }
    .mdg-companies-carousel .el-image {
        height: 245px;
    } 
    .img-rounded .el-image {
        height: 450px;
    }
    .mdg-overlay.img-rounded.mining .el-image {
        height: 570px;
    }
    .mdg-section-gallery > .uk-container {
        padding-left: 0;
        padding-right: 0;
    }
    .mdg-gallery-slider .uk-position-medium.uk-dark {
        margin: 10px;
    }
    .mdg-gallery-slider .uk-slidenav {
        width: 50px;
        height: 50px;
    }
    .mdg-gallery-slider .el-image {
        width: 460px;
        height: 490px;
    }
    .inner-banner .el-image {
        height: 450px;
    }
    .mdg-switcher-nav.offices-slider .el-nav {
        margin-top: 30px;
        justify-content: center;
    }
    .map-column iframe {
        height: 500px;
    }
    .mdg-contact-info .uk-grid {
        margin-left: -40px;
    }
    .mdg-contact-info .uk-grid > * {
        padding-left: 40px;
    }
    .mdg-contact-info .el-content {
        font-size: 1rem;
    }
    .mdg-switcher-nav .uk-subnav > * > * {
        font-size: 1rem;
        padding: 12px 10px;
    }
}
@media (max-width: 900px) {
    .view-scrollbar {
        display: block !important;
    }
    .view-scrollbar .el-image {
        width: 35px;
        height: 35px;
    }
    .view-scrollbar .el-content {
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 0.6rem;
    }
}
@media (max-width: 820px) {
    .mdg-switcher-nav.awards-slider .uk-switcher .el-item .uk-slider > * {
        margin-left: -70px;
    }
    .about-founders .el-image {
        height: 400px;
    }
}
@media (max-width: 709px) {
    .mdg-history-wrapper::before {
        top: 50px;
    }
    .mdg-history-wrapper > .mdg-history-item:nth-child(even)::before, 
    .mdg-history-wrapper > .mdg-history-item:nth-child(odd)::before {
        display: none;
    }
    .mdg-history-wrapper > .mdg-history-item:nth-child(even),
    .mdg-history-wrapper > .mdg-history-item:nth-child(odd) {
        margin: 10px auto !important;
    }
}
@media (max-width: 640px) {
    .uk-h1, h1,
    .agri-slider .agri-tab-heading {
        font-size: 2.5rem;
    }
    .agri-slider .agri-tab-heading {
        font-size: 2.3rem;
    }
    .uk-h4, h4,
    .mdg-overlay .el-content,
    .about-description {
        font-size: 1.125rem;
        line-height: 1.5 !important;
    }
    .uk-heading-medium {
        font-size: 2.7rem;  
    }
    .uk-navbar-container .uk-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .mdg-companies-carousel .el-image {
        height: 200px;
    }
    .mdg-companies-carousel .el-title .uk-icon {
        display: none;
    }
    .img-rounded .el-image {
        height: 400px;
    }
    .uk-border-rounded {
        border-radius: 40px;
    }
    .mdg-home-banner .uk-slideshow-items {
        aspect-ratio: 0 !important;
    }
    .mdg-home-banner .uk-slideshow-items > * {
        position: relative;
    }
    .mdg-home-banner .el-item::before {
        display: none;
    }
    .mdg-home-banner .el-image {
        position: relative;
    }
    .mdg-home-banner .uk-position-cover {
        position: relative;
        background: #f3f8ff;
        padding-bottom: 60px;
    }
    .mdg-home-banner .uk-button .uk-icon svg {
        color: #fff;
    }
    .mdg-home-banner .uk-button:hover .uk-icon svg {
        color: var(--color-primary);
    }
    .mdg-home-banner .el-title {
        font-size: 2.2rem;
        color: var(--color-primary);
    }
    .mdg-home-banner .el-content {
        font-size: 1.15rem;
        line-height: 1.5 !important;
    }
    .tm-hero::after {
        display: none;
    }
    .mdg-gallery-slider .uk-slider-items.uk-grid {
        margin-left: -20px;
    }
    .mdg-gallery-slider .uk-slider-items.uk-grid > * {
        padding-left: 20px;
    }
    .mdg-gallery-slider .el-image {
        height: 400px;
    }
    .inner-banner .el-image {
        height: 400px;
    }
    .awards-slider .el-image {
        width: 240px;
    }
    .awards-slider .uk-slider-items {
        margin-left: -20px;
    }
    .awards-slider .uk-slider-items > * {
        padding-left: 20px;
    }
    .mdg-switcher-nav.awards-slider .el-nav,
    .mdg-switcher-nav.offices-slider .el-nav {
        margin-bottom: 40px;
    }
    .mdg-section-form {
        margin-top: 0;
    }
    .uk-input, .uk-select, .uk-textarea {
        font-size: 1.125rem;
    }
    .mdg-switcher-nav.agri-slider > .el-nav {
        padding: 10px;
    }
    .mdg-switcher-nav .uk-subnav > * > * {
        font-size: 0.875rem;
        padding: 10px;
    }
}
@media (max-width: 520px) {
    .uk-h1, h1, 
    .agri-slider .agri-tab-heading {
        font-size: 2.3rem;
    }
    .uk-logo img {
        width: 300px;
    }
    .mdg-overlay.img-rounded .el-image {
        height: 400px;
    }
    .img-rounded .el-image {
        height: 350px;
    }
    .mdg-gallery-slider .el-image {
        height: 350px;
    }
    .mdg-gallery-slider .uk-slidenav {
        width: 40px;
        height: 40px;
    }
    .inner-banner .el-image {
        height: 350px;
    }
    .mdg-switcher-nav.awards-slider .uk-switcher .el-item .uk-slider > * {
        margin-left: -105px;
    }
    .uk-input, .uk-select:not([multiple]):not([size]) {
        height: 60px;
        line-height: 60px;
        font-size: 1.125rem;
    }
    .mdg-section-form {
        padding-top: 60px;
    }
	.testimonial-cont .el-content{
    	height:400px;
    }

}
@media (max-width: 460px) {
    .mdg-switcher-nav .uk-tab > * > a {
        padding: 20px 25px;
    }
    .mdg-switcher-nav.awards-slider .uk-switcher .el-item .uk-slider > * {
        margin-left: -145px;
    }
    .mdg-travel-services-slider .el-item {
        height: 330px;
        padding: 25px;
    }
    .mdg-travel-services-slider .uk-slider-items .el-item::before {
        height: 326px;
    }
    .agri-slider .agri-tab-heading {
        font-size: 1.85rem;
    }
}
@media (max-width: 430px) {
    .mdg-gallery-slider .el-image {
        height: 300px;
    }
    .awards-slider .el-image {
        width: 232px;
    }
    .mdg-switcher-nav .uk-tab > * > a {
        padding: 10px 20px;
    }
    .mdg-travel-services-slider .uk-slider-items {
        margin-left: -15px;
    }
    .mdg-travel-services-slider .uk-slider-items > * {
        padding-left: 15px;
    }
    .mdg-travel-services-slider .uk-position-relative > .uk-dark {
        margin: 15px;
    }
}
@media (max-width: 420px) {
    .uk-h1, h1,
    .agri-slider .agri-tab-heading {
        font-size: 2.125rem;
    }
    .uk-h4, h4,
    .mdg-overlay .el-content,
    .about-description {
        font-size: 1.1rem;
    }
    .uk-logo img {
        width: 270px;
    }
    .mdg-home-banner .el-title {
        font-size: 2rem;
    }
    .mdg-travel-services-slider .el-item {
        height: 300px;
        padding: 20px;
    }
    .mdg-travel-services-slider .uk-slider-items .el-item::before {
        height: 296px;
    }
    .about-founders .el-image {
        height: 350px;
    }
}
@media (max-width: 390px) {
    .awards-slider .el-image {
        width: 218px;
    }
}
@media (max-width: 375px) {
    .uk-logo img {
        width: 250px;
    }
    .mdg-gallery-slider .el-image {
        height: 300px;
    }
}