@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Note: This is Main Style CSS File.
-----------------------------------------------------------------------------------
	CSS INDEX
	===================
     Default CSS
     Main Header style
     Common Class
     Hero Section
     Page Banner
     Footer Area
     Custom Animations
-----------------------------------------------------------------------------------*/

/****************************************************** */
/********************  Default CSS ***************** */
/****************************************************** */
/*-- FONTS --*/

@font-face {
    font-family: 'fs_joeybold';
    src: url('../fonts/fs_joey/fs_joey-bold-webfont.eot');
    src: url('../fonts/fs_joey/fs_joey-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fs_joey/fs_joey-bold-webfont.woff') format('woff'), url('../fonts/fs_joey/fs_joey-bold-webfont.ttf') format('truetype'), url('../fonts/fs_joey/fs_joey-bold-webfont.svg#fs_joeybold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fs_joey_lightregular';
    src: url('../fonts/fs_joey/fs_joey-light-webfont.eot');
    src: url('../fonts/fs_joey/fs_joey-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fs_joey/fs_joey-light-webfont.woff') format('woff'), url('../fonts/fs_joey/fs_joey-light-webfont.ttf') format('truetype'), url('../fonts/fs_joey/fs_joey-light-webfont.svg#fs_joey_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FSJoeyRegular';
    src: url('../fonts/fs_joey/fs_joey-regular-dnata.eot');
    src: url('../fonts/fs_joey/fs_joey-regular-dnata.eot?#iefix'), url('../fonts/fs_joey/fs_joey-regular-dnata.ttf') format('truetype'), url('../fonts/fs_joey/fs_joey-regular-dnata.svg#FSJoeyRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

:root {
    scroll-behavior: smooth;
    --base-color: #5d6265;
    --primary-color: #2092cc;
    --secondary-color: #15679e;
    --tertiary-color: #65b845;
    --light-color: #f1f1f1;
    --font-bold: 'fs_joeybold', sans-serif;
    --font-regular: 'FSJoeyRegular', sans-serif;
    --font-light: 'fs_joey_lightregular', sans-serif;
    --font-body: 'Tahoma', sans-serif;
    --swiper-theme-color: var(--primary-color);
}

html {
    overflow-x: hidden;
}
body {
    font-family: var(--font-body), Arial;
    font-size: 14px;
    color: var(--base-color);
    padding: 0;
    margin: 0;
    overflow: hidden;
}

form {
    font-family: 'Tahoma', Arial;
}


h1,
h2,
h3,
h4 {
    letter-spacing: -0.04em;
    line-height: 1em;
    margin: 20px 0;
    font-weight: normal;
}

h1 {
    font-size: 50px;
    font-family: var(--font-bold);
}

h2 {
    font-size: 30px;
    font-family: var(--font-bold);
}

h3 {
    font-size: 24px;
    font-family: var(--font-bold);
}

h4 {
    font-size: 18px;
}
p {
    font-size: 14px;
    letter-spacing: -0.01em;
    color: var(--base-color);
    line-height: 1.6em;
}

a img {
    outline: 0;
    border: 0;
}

a {
    color: var(--primary-color);
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
        color: var(--primary-color);
    }

    a:visited {
        color: var(--primary-color);
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: var(--primary-color);
    }

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white h1 a,
.text-white h2 a,
.text-white h3 a,
.text-white h4 a,
.text-white h5 a,
.text-white h6 a,
.text-white.section-title h2 span {
    color: #ffffff;
}

.text-white * {
    color: #fff;
}

.p-6 {
    padding: 6em;
}
.pt-6 {
    padding-top: 6em;
}
.pb-6 {
    padding-bottom: 6em;
}
.py-6 {
    padding: 6em 0;
}

ul,
li {
    list-style-position: inside;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    display: inline-block;
}

.iframe-holder {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/*======= Input Styles =======*/
input,
textarea {
    width: 100%;
    padding: 0 25px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
}

textarea {
    height: 170px;
    display: inherit;
    padding-top: 20px;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: none;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

::-webkit-input-placeholder {
    opacity: 1;
}

::-moz-placeholder {
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}

::-ms-input-placeholder {
    opacity: 1;
}

::placeholder {
    opacity: 1;
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none;
}

input[type=checkbox], input[type=radio] {
    height: auto;
    width: auto;
}

/****************************************************** */
/******************  Main Header style **************** */
/****************************************************** */
.main-header {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.header-top p {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 500;
}

.header-left-shape {
    position: absolute;
    left: 15%;
    top: 0;
    z-index: -1;
    max-width: 5%;
}

.header-right-shape {
    position: absolute;
    right: 15%;
    top: 10px;
    z-index: -1;
    max-width: 5%;
}

.main-header .header-upper {
    position: fixed;
    z-index: 5;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: #fff;
}

.fixed-header .header-upper {
    top: 0;
    position: fixed;
    background: white;
    /*animation: sticky 1s;
    -webkit-animation: sticky 1s;*/
    box-shadow: 0px 0px 30px 0px rgb(87 95 245 / 10%);
    -webkit-box-shadow: 0px 0px 30px 0px rgb(87 95 245 / 10%);
}

.fixed-header .header-inner {
    border-bottom: none;
}

.header-inner {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.main-header .logo {
    position: relative;
    z-index: 9;
    max-width: 9vw;
    margin: 8px;
}
    .main-header .logo img {
        max-height: 50px;
    }
.logo-mobile img {
    max-height: 50px;
    max-width: 200px;
}
/** Header Main Menu */
.main-menu .navbar-collapse {
    padding: 0px;
    margin-left: 40px;
}

.main-menu .navigation > li {
    float: left;
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    margin-left: 7px;
}

.main-menu .collapse .navigation li.dropdown .dropdown-btn {
    display: none;
}


.main-menu .navigation li a {
    position: relative;
    display: block;
    font-size: 16px;
    opacity: 1;
    font-weight: 300;
    transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li.dropdown > a:after,
.main-menu .navigation > li.dropdown > a:after {
    float: right;
    content: '\f107';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 700;
    margin-left: 10px;
}

.main-menu .navigation > li > a {
    margin-left: 30px;
}

.main-menu .navigation > li.active > a:before,
.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li:hover > a:before {
    width: 100%;
}

.main-menu .navigation li.current > a,
.main-menu .navigation li ul li:hover > a,
.main-menu .navigation li ul li.current > a {
    font-weight: bold;
}

.main-menu .navigation li .megamenu {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    z-index: 100;
    display: none;
    padding: 20px 0;
    background: #ffffff;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

    .main-menu .navigation li .megamenu:after {
        display: block;
        clear: both;
        content: "";
    }

    .main-menu .navigation li .megamenu ul {
        display: block;
        position: relative;
        top: 0;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.main-menu .navigation li ul {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 200px;
    z-index: 100;
    display: none;
    border-radius: var(--border-radius);
    background: #ffffff;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

    .main-menu .navigation li ul li {
        width: 100%;
        padding: 5px 20px;
        border-bottom: 1px solid #f2f2f2;
        list-style: none;
    }

        .main-menu .navigation li ul li:last-child {
            border-bottom: none;
        }

        .main-menu .navigation li ul li a {
            padding: 5px 0px;
            font-size: 16px;
            font-weight: 500;
            line-height: 24px;
        }

        .main-menu .navigation li ul li ul {
            left: 100%;
            top: 0%;
        }

.main-menu .navbar-header {
    display: none;
}

    .main-menu .navbar-header .navbar-toggle {
        cursor: pointer;
        background: transparent;
    }

        .main-menu .navbar-header .navbar-toggle .icon-bar {
            width: 30px;
            margin: 6px 0;
        }

.icon-bar {
    height: 3px;
    width: 23px;
    display: block;
    margin: 4px auto;
    border-radius: 2px;
    background: var(--primary-color);
}

.menu-right .theme-btn {
    /*padding-top: 8px;
    padding-bottom: 8px;*/
}

.main-header .container {
    max-width: 1880px;
}



.main-header .menu-right .login {
    margin-right: 30px;
    font-weight: 600;
    font-size: 18px;
}

    .main-header .menu-right .login i {
        margin-left: 5px;
        font-size: 14px;
    }

/* Mobile Menu */
@media only screen and (max-width: 991px) {

    .main-menu .collapse.show .navigation li.dropdown .dropdown-btn {
        display: block;
    }

    .logo-outer {
        display: none;
    }

    .header-inner {
        display: block;
    }

    .main-menu {
        width: 100%;
    }

        .main-menu .navbar-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .main-menu .navigation {
            /*overflow: auto;*/
        }

        .main-menu .navbar-collapse {
        }

        .main-menu .navigation li {
            float: none;
            display: block;
            padding: 3px 0;
            border-top: 1px solid #f3f3f3;
        }

        .main-menu .navigation > li > ul > li.dropdown > a:after,
        .main-menu .navigation > li.dropdown > a:after {
            display: none;
        }

        .main-menu .navigation > li:last-child {
            border-bottom: 1px solid #f3f3f3;
        }

        .main-menu .navigation li.dropdown .dropdown-btn {
            position: absolute;
            right: 10px;
            top: 0;
            width: 50px;
            height: 38px;
            cursor: pointer;
            line-height: 40px;
            text-align: center;
            border-left: 1px solid #f3f3f3;
        }

        .main-menu .navigation li a {
            padding: 5px 20px;
            line-height: 22px;
            width: 100%;
            margin: 0;
            font-size: 15px;
            letter-spacing: 1px;
            border-width: 4px 0 4px;
        }

        .main-menu .navigation li .megamenu {
            position: relative;
            -webkit-box-shadow: none;
            box-shadow: none;
            width: 100%;
        }

            .main-menu .navigation li .megamenu .container {
                max-width: 100%;
            }

            .main-menu .navigation li .megamenu .row {
                margin: 0px;
            }

        .main-menu .navigation li ul {
            position: relative;
            display: none;
            width: 100%;
            -webkit-box-shadow: none;
            box-shadow: none;
            background: transparent;
        }

            .main-menu .navigation li ul:after {
                display: block;
                clear: both;
                content: "";
            }

            .main-menu .navigation li ul li {
                padding: 0 20px;
                border-bottom: none;
            }

                .main-menu .navigation li ul li a {
                    padding: 8px 10px;
                    line-height: 22px;
                }

        .main-menu .navigation li.dropdown li.dropdown .dropdown-btn {
            right: 20px;
        }

        .main-menu .navigation li ul li ul {
            left: auto;
        }

        .main-menu .navigation li a:after,
        .main-menu .navigation li a:before {
            display: none;
        }



    .main-header {
        position: relative;
    }
}

.anchor-scroll {
    position: relative;
}

.tst-scroll-hint-frame {
    height: 74px;
    width: 74px;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    left: calc(50% - 22px);
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fcfcfc
}

    .tst-scroll-hint-frame:after {
        -webkit-transform: scaleX(1.25) scaleY(1.09);
        transform: scaleX(1.25) scaleY(1.09);
        content: '';
        width: 74px;
        height: 47px;
        opacity: .15;
        border-radius: 1000px 1000px 0 0;
        position: absolute;
        top: -11.6%;
        background-color: #f2f6f7;
        z-index: -2
    }

    .tst-scroll-hint-frame .tst-scroll-hint {
        left: 50%;
        position: absolute;
        height: 40px;
        width: 30px;
        background-image: url(../images/custom/icon-start-top.png);
        background-size: contain;
        background-repeat: no-repeat;
        transform: translateY(0) translateX(-50%);
    }


@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%)
    }

    50% {
        -webkit-transform: translateY(6px) translateX(-50%);
        transform: translateY(6px) translateX(-50%)
    }

    100% {
        -webkit-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%)
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%)
    }

    50% {
        -webkit-transform: translateY(6px) translateX(-50%);
        transform: translateY(6px) translateX(-50%)
    }

    100% {
        -webkit-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%)
    }
}


/****************************************************** */
/******************  Common Class ****************** */
/****************************************************** */
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

/** Section Title */
.section-title h2 span {
    padding: 10px 10px 0 15px;
    color: var(--primary-color);
}

.sub-title {
    line-height: 1.4;
    font-weight: 600;
    padding: 7px 20px;
    border-radius: var(--border-radius);
    margin-bottom: 20px;
    background: #f3f1fe;
    display: inline-block;
    color: var(--primary-color);
}


/** Button styles */
a.read-more {
    color: #fff;
}

.theme-btn,
a.theme-btn {
    font-size: 16px;
    z-index: 1;
    cursor: pointer;
    font-weight: 700;
    transition: 0.5s;
    position: relative;
    text-align: center;
    padding: 15px 30px;
    border-radius: var(--border-radius);
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-decoration: none;
}

    .theme-btn,
    a.theme-btn,
    .theme-btn.style-two:hover,
    a.theme-btn.style-two:hover {
        color: white;
        background: var(--secondary-color);
    }

        .theme-btn:hover,
        a.theme-btn:hover,
        .theme-btn.style-two,
        a.theme-btn.style-two {
            background: #eee;
            color: var(--primary-color);
        }

        .theme-btn i,
        a.theme-btn i {
            font-size: 12px;
            margin-left: 10px;
        }

        .theme-btn.style-three,
        a.theme-btn.style-three {
            background: var(--tertiary-color);
            color: white;
            border: 2px solid var(--tertiary-color);
        }

            .theme-btn.style-three:hover,
            a.theme-btn.style-three:hover {
                color: white;
                background: var(--primary-color);
                border: 2px solid var(--primary-color);
            }

/*social link style One */
.social-style-one {
    display: flex;
}

    .social-style-one a {
        height: 40px;
        width: 40px;
        line-height: 40px;
        border-radius: 50%;
        text-align: center;
        margin: 0 10px 5px 0;
        background: #e7e4fb;
        color: var(--primary-color);
    }

        .social-style-one a:last-child {
            margin-right: 0;
        }

        .social-style-one a:hover {
            color: white;
            background: var(--primary-color);
        }


/* List Style  */
.list-style {
    display: flex;
    flex-wrap: wrap;
}

    .list-style li {
        width: 100%;
        margin-bottom: 5px;
        list-style: none;
        padding-left: 30px;
        background: url(../images/custom/triangle-bullet.png) no-repeat 0 5px;
        background-size: 20px;
        padding-bottom: 5px;
    }

    .list-style.two-column li {
        width: 50%;
    }

    .list-style a {
        position: relative;
    }


            .list-style a:hover:before {
                opacity: 1;
            }


/*** Scroll Top style ** */
.scroll-top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 99;
    display: none;
    cursor: pointer;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    border: 1px solid #ffffff33;
    background: var(--primary-color);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

/* overlay */
.overlay {
    position: relative;
}

    .overlay:before {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        opacity: 0.75;
        background: var(--light-color);
    }

    .overlay * {
        z-index: 2;
        position: relative;
    }

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.z-0 {
    z-index: 0;
}

.z--1 {
    z-index: -1;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.z-4 {
    z-index: 4;
}

.z-5 {
    z-index: 5;
}

/* Colors + Backgrounds */

.bg-primary {
    background-color: var(--primary-color) !important;
}

.bg-secondary {
    background-color: var(--secondary-color) !important;
}
.bg-tertiary {
    background-color: var(--tertiary-color) !important;
}

.bg-lighter {
    background-color: var(--light-color);
}

.bg-purple {
    background-color: var(--primary-color);
}

.bg-pink {
    background-color: var(--secondary-color);
}

.bg-pale-purple {
    background-color: #9d7cfe;
}

.bg-blue {
    background-color: #007bff;
}
.bg-dark-blue {
    background-color: #00649e;
}
.bg-green {
    background-color: #5db146;
}
.bg-gray {
    background-color: #5b6064;
}

.bgs-cover {
    background-size: cover;
    background-position: center;
}

.br-5 {
    border-radius: var(--border-radius);
}

.br-10 {
    border-radius: 10px;
}

.row.no-gap {
    margin-left: 0;
    margin-right: 0;
}

    .row.no-gap > div {
        padding-left: 0;
        padding-right: 0;
    }

/* Shapes */
.first-shape {
    left: 6%;
    top: 15%;
    position: absolute;
    animation: slideUpDown 20s infinite linear;
    width: 100px;
}

.second-shape {
    left: 3%;
    bottom: 30%;
    position: absolute;
    animation: shapeAnimationOne 20s infinite linear;
    width: 50px;
}

.third-shape {
    left: 0;
    top: 90%;
    position: absolute;
    animation: shapeAnimationSix 20s infinite linear;
    width: 100px;
}
.truck {
    left: 0;
    top: auto;
    bottom: 0;
    position: absolute;
    animation: shapeAnimationTruck 10s infinite linear;
    width: 200px;
}

.circle-shape {
    right: 8%;
    bottom: 0;
    position: absolute;
    animation: shapeAnimationTwo 20s infinite linear;
    width: 50px;
}


nav#pojo-a11y-toolbar {
    top: 4em;
    z-index: 2;
}

#pojo-a11y-toolbar {
    font-size: 20px !important;
}

    #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle,
    #pojo-a11y-toolbar.pojo-a11y-toolbar-right {
        background-color: #fff;
    }

    #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a:focus-visible {
        outline: -webkit-focus-ring-color auto 1px;
    } 



.gdprcookie {
    background: var(--primary-color);
    border: 2px solid #fff;
}
.gdprcookie p {
    color: #fff;
}
.gdprcookie-buttons button {
    color: white;
    font-family: inherit;
    padding: 10px;
    border: none;
    border-radius: 0;
    margin: .5rem;
    background: none;
    cursor: pointer;
    background: var(--tertiary-color);
    font-weight: bold;
}
/****************************************************** */
/*****************  Hero Section  ****************** */
/****************************************************** */
section.hero-section {
    align-items: center;
    display: grid;
    position: relative;
    overflow: hidden;
    padding: 4em 0 0;
    background-color: var(--primary-color);
    color: #fff;
}
.hero-content {
    display: grid;
    justify-content: center;
}
    .hero-content h1,
    .hero-content p,
    .hero-content-three p,
    .hero-content .sub-title {
        color: #fff;
    }

.hero-content p,
.hero-content-three p {
    max-width: 525px;
}

.hero-btns .theme-btn:first-child {
    margin-right: 15px;
}

/* Hero section */
.hero-section:before {
    content: '';
    left: -40vh;
    top: -40vh;
    width: 80vh;
    height: 80vh;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    filter: blur(250px);
    opacity: 0.8;
    background: var(--secondary-color);
}

.hero-image:before {
    opacity: 0.4;
    left: 0;
    top: 0%;
    filter: blur(100px);
    background: var(--primary-color);
}

.hero-swiper img {
    border-radius: var(--border-radius);
}

/****************************************************** */
/************** Values Section  **************** */
/****************************************************** */

.cat-section {
    position: relative;
    background-image: url(../images/custom/thin-runway.png);
    background-size: 1000px;
    background-repeat: no-repeat;
    background-position: 50% 65%;
}

.cat-item {
    padding: 0 30px;
    transition: all ease .2s;
}
    .cat-item:hover {
        transform: scale(1.1);
    }

.cat-item-icon {
    z-index: 1;
    line-height: 85px;
    position: relative;
    border-radius: var(--border-radius);
    display: grid;
    align-items: center;
    margin: auto;
    transform-style: preserve-3d
}

    .cat-item-icon > i {
        font-size: 60px;
        display: inline-block;
        color: var(--primary-color);
    }
    .cat-item-icon > img {
        width: 400px;
        height: 300px;
        margin: auto;
    }

    .cat-item-icon:after {
        content: '';
        height: 100%;
        width: 100%;
        left: 10px;
        top: 10px;
        z-index: -1;
        opacity: 0.15;
        position: absolute;
        border-radius: var(--border-radius);
    }


.cat-item > a {
    color: #fff;
}


/****************************************************** */
/**************** Testimonials Section **************** */
/****************************************************** */

section.testimonials-section {
    overflow: hidden;
}

/* Comments */
.comment-item {
    display: flex;
}

    .comment-item.child-comment {
        margin-left: 80px;
    }

.author-image {
    flex: none;
    max-width: 100px;
    margin-right: 30px;
}

    .author-image img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        object-fit: cover;
    }

.comment-details .name-date {
    flex-wrap: wrap;
    display: flex;
}

    .comment-details .name-date h4 {
        margin-right: 15px;
    }

    .comment-details .name-date .date {
        font-weight: 500;
    }

.comment-details p {
    margin-bottom: 5px;
}

.comment-details .reply {
    display: flex;
    font-weight: 600;
    align-items: center;
    font-family: var(--font-bold);
}

    .comment-details .reply i {
        margin: 5px 0 0 5px;
    }

/* Admin Comment */
section.testimonials-section .swiper-cards swiper-slide {
    border-radius: var(--border-radius);
    overflow: hidden;
}

.admin-comment {
    border-radius: var(--border-radius);
}

    .admin-comment .comment-details h3 {
        font-size: 24px;
    }

    .admin-comment .social a {
        margin-right: 15px;
        color: white;
        opacity: 0.4;
    }

        .admin-comment .social a:hover {
            opacity: 1;
        }

/****************************************************** */
/*****************  Counter Section **************** */
/****************************************************** */
section.stats {
    /*background-image: url('../images/custom/cloud-dots-2.svg');
    background-size: 70%;
    background-repeat: no-repeat;*/
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.stat-item {
    border-right: 2px solid #fff;
    text-align: center;
    display: grid;
    align-items: center;
    min-height: 250px;
}

.stat-icon {
    background: var(--primary-color);
    width: 100px;
    height: 100px;
    font-size: 60px;
    margin: 20px auto;
    align-items: center;
    display: grid;
    border-radius: 100%;
}

.counter {
    font-size: 30px;
    font-weight: 600;
}

    .counter:after {
        content: '+';
    }
    .counter.tonnes:after {
        content: 'T+';
    }


/****************************************************** */
/**************** Latest Jobs Section **************** */
/****************************************************** */
section.latest-jobs-section {
    position: relative;
}

div#slider-latest-jobs swiper-container {
    padding: 0em 2em 3em;
}

div#slider-latest-jobs swiper-slide {
    background: var(--tertiary-color);
    padding: 2em;
    border-radius: var(--border-radius);
}
div#slider-latest-jobs swiper-slide:hover {
    background: var(--primary-color);
}

div#slider-latest-jobs .imageContainer {
    margin-bottom: 20px;
}

div#slider-latest-jobs .jobdetails {
    min-height: 120px;
}

div#slider-latest-jobs swiper-slide a:hover {
    color: inherit;
    text-decoration: none;
}
div#slider-latest-jobs swiper-slide h3 {
    color: #fff;
}

div#slider-latest-jobs swiper-slide p {
    color: #fff;
    margin: auto;
}
div#slider-latest-jobs .imageContainer img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

/****************************************************** */
/*****************  Page Banner  ******************* */
/****************************************************** */
.page-banner {
    height: 350px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    background-size: 45%;
    background-position: right center;
    background-repeat: no-repeat;
}
    .page-banner:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background: #0090cb21;
        z-index: -1;
    }
.page-title {
    color: white;
    font-size: 55px;
    margin-bottom: 10px;
}


#breadcrumb a,
#breadcrumb {
    font-weight: 500;
    font-size: 22px;
    color: #fff;
}




/****************************************************** */
/****************  Layout 1 Page *************** */
/****************************************************** */

.intro-image img {
    border-radius: var(--border-radius);
}


.content-tile {
    display: flex;
    border-radius: var(--border-radius);
    align-items: center;
    min-height: 450px;
    box-shadow: 0px 0px 15px #999;
    overflow: hidden;
}

.image-tile {
    height: 100%;
    width: 50%;
    background-size: cover;
    background-position: center;
    min-height: 450px;
}

.text-tile {
    width: 50%;
    padding: 2em;
}

    .text-tile h4,
    .text-tile p {
        color: #fff;
        line-height: normal;
    }



.workplace-tile {
    border-radius: var(--border-radius);
}

    .workplace-tile .image-tile {
        width: 100%;
        min-height: 260px;
    }

    .workplace-tile .text-tile {
        width: 100%;
        align-items: center;
        align-content: center;
        display: grid;
        min-height: 222px;
    }



.values-content {
    text-align: center;
    padding: 1em;
}

.values-icon {
    font-size: 50px;
    padding: 10px;
    color: var(--primary-color)
}

    .values-icon i {
        background: var(--tertiary-color);
        padding: 20px;
        border-radius: 100%;
        height: 90px;
        width: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: auto;
    }


.airport-tile .image-tile {
    width: 100%;
    min-height: 260px;
    max-height: 260px;
}

.airport-tile .text-tile {
    width: 100%;
    align-items: center;
    align-content: center;
    display: grid;
}

/****************************************************** */
/****************  Layout 2 *************** */
/****************************************************** */

.benefit-content {
    text-align: center;
    padding: 1em;
}

.benefit-icon {
    font-size: 50px;
    padding: 10px;
    color: #fff;
}
    .benefit-icon i {
        background: var(--tertiary-color);
        padding: 20px;
        border-radius: 100%;
        height: 90px;
        width: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: auto;
    }
    
    .benefit-icon:hover i {
        background: var(--primary-color);
    }


.accordion {
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-btn-focus-border-color: 0;
    --bs-accordion-active-bg: var(--light-color);
    --bs-accordion-btn-focus-box-shadow: 0;
}
.accordion-item {
    margin: 1em auto;
    border: none;
    border-radius: 0;
}
.accordion-header {
    margin-bottom: 0;
    margin-top: 0;
}
button.accordion-button {
    background: var(--primary-color);
    color: #fff;
}
.accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/****************************************************** */
/*******************  Footer Area ****************** */
/****************************************************** */
footer.footer-section {
    position: relative;
    z-index: 1;
    padding-top: 3em;
    overflow: hidden;
}

.footer-section .footer-logo {
    max-width: 140px;
}

.call-to-action {
    border-radius: var(--border-radius);
    padding: 25px 90px 25px;
    position: relative;
    z-index: 2;
}

.call-to-action-btns .theme-btn:not(:last-child) {
    border: 2px solid white;
    margin-right: 15px;
}

.call-to-action-btns .theme-btn.style-three {
    background: transparent;
    border-color: white;
    color: white;
}

    .call-to-action-btns .theme-btn.style-three:hover {
        color: var(--primary-color);
        background: white;
    }


/* Copyright Area */
.copyright-area {
    margin-top: 15px;
    padding-top: 25px;
    padding-bottom: 10px;
    border-top: 1px solid #dfdbfa;
}

    .copyright-area p a {
        color: var(--primary-color);
    }

.left-circles,
.right-circles,
.left-circles:after,
.right-circles:after {
    height: 500px;
    width: 500px;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #eee;
    animation: slideUpDown 4s infinite linear;
}

    .left-circles:after,
    .right-circles:after {
        content: '';
        top: 50%;
        animation-delay: 2s;
    }

.left-circles {
    left: -350px;
    top: 5%;
}

.right-circles {
    right: -300px;
    bottom: 5%;
}

    .right-circles:after {
        right: -150px;
        top: 0
    }

/* Footer Style */
.footer-section.text-white p span,
.footer-section.text-white .copyright-area p,
.footer-section.text-white .list-style a {
    opacity: 0.7;
}

    .footer-section.text-white p b,
    .footer-section.text-white .list-style a,
    .footer-section.text-white .copyright-area p a,
    .footer-section.text-white .social-style-one a {
        color: white;
    }

        .footer-section.text-white .list-style a:hover {
            opacity: 1;
        }

.footer-section.text-white .social-style-one a {
    background: rgba(255, 255, 255, 0.1);
    align-items: center;
    display: grid;
    background: var(--primary-color);
}

    .footer-section.text-white .social-style-one a:hover {
        background: var(--secondary-color);
    }

.footer-section.text-white .copyright-area {
    border-color: #394153;
}

/****************************************************** */
/****************  Custom Animations *************** */
/****************************************************** */
/* Menu Sticky */
@-webkit-keyframes sticky {
    0% {
        top: -100px;
    }

    100% {
        top: 0;
    }
}

@keyframes sticky {
    0% {
        top: -100px;
    }

    100% {
        top: 0;
    }
}

@keyframes shapeAnimationOne {
    0% {
        -webkit-transform: translate(70px,130px) rotate(0deg);
        transform: translate(70px,130px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(0px,80px) rotate(90deg);
        transform: translate(0px,80px) rotate(90deg);
    }

    50% {
        -webkit-transform: translate(70px,130px) rotate(180deg);
        transform: translate(70px,130px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(0px,100px) rotate(270deg);
        transform: translate(0px,100px) rotate(270deg);
    }

    100% {
        -webkit-transform: translate(70px,130px) rotate(0deg);
        transform: translate(70px,130px) rotate(0deg);
    }
}

@keyframes shapeAnimationTwo {
    0% {
        -webkit-transform: translate(0px,0px) rotate(0deg);
        transform: translate(0px,0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(-150px,-0px) rotate(270deg);
        transform: translate(-150px,-0px) rotate(270deg);
    }

    50% {
        -webkit-transform: translate(-150px,-150px) rotate(180deg);
        transform: translate(-150px,-150px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(-0px,-150px) rotate(90deg);
        transform: translate(-0px,-150px) rotate(90deg);
    }

    100% {
        -webkit-transform: translate(0px,0px) rotate(360deg);
        transform: translate(0px,0px) rotate(360deg);
    }
}

@keyframes shapeAnimationThree {
    0% {
        -webkit-transform: translate(0px,0px) rotate(0deg);
        transform: translate(0px,0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(0,150px) rotate(90deg);
        transform: translate(0,150px) rotate(90deg);
    }

    50% {
        -webkit-transform: translate(50px,150px) rotate(180deg);
        transform: translate(50px,150px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(150px,50px) rotate(270deg);
        transform: translate(150px,50px) rotate(270deg);
    }

    100% {
        -webkit-transform: translate(0px,0px) rotate(360deg);
        transform: translate(0px,0px) rotate(360deg);
    }
}

@keyframes shapeAnimationFour {
    0% {
        -webkit-transform: translate(0px,0px) rotate(0deg);
        transform: translate(0px,0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(-150px -50px) rotate(90deg);
        transform: translate(-150px -50px) rotate(90deg);
    }

    50% {
        -webkit-transform: translate(-150px,-150px) rotate(180deg);
        transform: translate(-150px,-150px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(-50px,-150px) rotate(270deg);
        transform: translate(-50px,-150px) rotate(270deg);
    }

    100% {
        -webkit-transform: translate(0px,0px) rotate(360deg);
        transform: translate(0px,0px) rotate(360deg);
    }
}

@keyframes shapeAnimationFive {
    0% {
        -webkit-transform: translate(0px,0px) rotate(0deg);
        transform: translate(0px,0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(-100px -100px) rotate(90deg);
        transform: translate(-100px -100px) rotate(90deg);
    }

    50% {
        -webkit-transform: translate(100px, 50px) rotate(180deg);
        transform: translate(100px, 50px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(-100px,150px) rotate(270deg);
        transform: translate(-100px,150px) rotate(270deg);
    }

    100% {
        -webkit-transform: translate(0px,0px) rotate(360deg);
        transform: translate(0px,0px) rotate(360deg);
    }
}
@keyframes shapeAnimationSix {
    0% {
        -webkit-transform: translate(0px,0px) rotate(0deg);
        transform: translate(0px,0px) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(1920px,-50px) rotate(-20deg);
        transform: translate(1920px,-50px) rotate(-20deg);
    }
}
@keyframes shapeAnimationTruck {
    0% {
        -webkit-transform: translate(0px,0px);
        transform: translate(0px,0px);
    }

    100% {
        -webkit-transform: translate(1920px,0px);
        transform: translate(1920px,0px);
    }
}

.shapeAnimationOne {
    animation: shapeAnimationOne 20s infinite linear;
}

.shapeAnimationTwo {
    animation: shapeAnimationTwo 20s infinite linear;
}

.shapeAnimationThree {
    animation: shapeAnimationThree 20s infinite linear;
}

.shapeAnimationFour {
    animation: shapeAnimationFour 20s infinite linear;
}

.shapeAnimationFive {
    animation: shapeAnimationFive 20s infinite linear;
}
.shapeAnimationSix {
    animation: shapeAnimationSix 20s infinite linear;
}


@keyframes circleRotated {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.circleRotated {
    animation: circleRotated 10s infinite linear;
}


@keyframes slideLeftRight {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    50% {
        -webkit-transform: translate(20px);
        transform: translate(20px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.slideLeftRight {
    animation: slideLeftRight 5s infinite linear;
}

@keyframes slideUpDown {
    0% {
        -webkit-transform: translate(0px,0px);
        transform: translate(0px,0px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translate(0px,0px);
        transform: translate(0px,0px);
    }
}

.slideUpDown {
    animation: slideUpDown 5s infinite linear;
}

@keyframes slideUpRight {
    0% {
        -webkit-transform: translate(0px,0px);
        transform: translate(0px,0px);
    }

    50% {
        -webkit-transform: translate(-20px,20px);
        transform: translate(-20px,20px);
    }

    100% {
        -webkit-transform: translate(0px,0px);
        transform: translate(0px,0px);
    }
}

.slideUpRight {
    animation: slideUpRight 5s infinite linear;
}



/******************
* Drive in left *
*******************/
.driveInLeft {
    opacity: 0;
}
@-webkit-keyframes driveInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes driveInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.driveInLeft.go {
    -webkit-animation-name: driveInLeft;
    animation-name: driveInLeft;
}


/* Circle Animation */
@-webkit-keyframes circleAnimation {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }

    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    }

    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

@keyframes circleAnimation {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }

    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    }

    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

.circleAnimation {
    animation: circleAnimation 8s ease-in-out infinite;
}




/****************************************************** */
/****************  Responsive *************** */
/****************************************************** */

@media only screen and (max-width: 1400px) {

    .main-menu .navbar-collapse {
        margin-left: 10px;
    }

    .main-menu .navigation > li > a {
        margin-left: 20px;
    }


    .call-to-action {
        padding-left: 65px;
        padding-right: 65px;
    }
}

@media only screen and (min-width: 1200px) {
  
    .call-to-action .section-title h2 {
        font-size: 34px;
    }

    .page-banner {
        margin-top: 55px;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1700px) {
    .hero-content h1 {
        font-size: 48px;
    }
}


@media only screen and (max-width: 1199px) {
    .header-inner {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .page-banner {
        margin-top: 95px;
    }

    .hero-content h1 {
        font-size: 45px;
    }

    .first-shape,
    .second-shape {
        display: none;
    }
}

@media only screen and (max-width:1076px){
    section.hero-section {
        padding-top: 10em;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    .newsletter-inner {
        margin-top: -120px;
    }

    .for-adjust-spacing {
        margin-top: -30px;
    }

    .pricing-item {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (min-width: 991px) {
    .hero-image {
        text-align: right;
    }

    .admin-comment .author-image {
        max-width: 165px;
    }

        .admin-comment .author-image img {
            width: 165px;
            height: 165px;
        }
}

@media only screen and (max-width: 991px) {
    .container,
    .container-fluid {
        width: 100%;
        max-width: 100%;
    }

    .p-6 {
        padding: 2em;
    }
    .pt-6 {
        padding-top: 2em;
    }
    .pb-6 {
        padding-bottom: 2em;
    }

    .py-6 {
        padding: 2em 0;
    }

    .header-upper {
        box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
    }

    .header-inner {
        border-bottom: none;
    }

    section.hero-section {
        padding-top: 80px;
        padding-bottom: 2em;
    }

    .page-banner {
        margin-top: 0;
    }

    .main-menu .navigation > li > a,
    .main-menu .navbar-collapse {
        margin-left: 0;
    }

    .main-header .main-menu .navbar-collapse {
        margin-right: 0;
    }

    .section-title h2 {
        font-size: 35px;
        line-height: 1.5;
    }

}

@media only screen and (max-width: 767px) {
    .container,
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-top p {
        padding: 5px 0;
        font-size: 15px;
        line-height: 1.4;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .page-title {
        font-size: 45px;
    }

    .hero-about-bg {
        top: -235px;
    }

    .partner-two-wrap .partner-item {
        width: calc(33% - 30px);
    }

    .section-alpha-text {
        font-size: 75px;
    }

    .hero-section-two .left-circles {
        left: -333px;
    }

    .hero-section-two .right-circles,
    .hero-section-two .right-circles:after {
        height: 250px;
        width: 250px;
    }

    .hero-section-two .right-circles {
        right: -200px;
    }

        .hero-section-two .right-circles:after {
            right: -20px;
            top: 100px;
        }

    .success-item.style-two {
        padding-bottom: 0;
    }

    .counter-inner-two {
        padding-bottom: 75px;
    }

    .big-image .project-content {
        height: 80px;
        width: 80px;
    }

        .big-image .project-content h3 {
            display: none;
        }
    .cat-section {
        background-image: none;
    }
    .cat-item {
        margin-top: 2em !important;
    }
}

@media only screen and (max-width: 575px) {
    .page-title,
    .hero-content h1,
    .hero-content-two h1 {
        font-size: 40px;
        line-height: 1.5;
    }

    .hero-about-bg {
        top: -175px;
    }

    blockquote,
    .contact-form,
    .call-to-action {
        padding-left: 25px;
        padding-right: 25px;
    }

    .comment-item {
        display: block;
    }

    .author-image {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .page-title,
    .hero-content h1 {
        font-size: 35px;
    }

    .hero-content p {
        font-size: 16px;
        line-height: 1.6;
    }
}

@media only screen and (max-width: 400px) {
    .hero-content h1 {
        font-size: 30px;
    }

    .section-title h2 {
        font-size: 28px;
    }

    .col-small {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .call-to-action {
        text-align: center;
    }

    .call-to-action-btns .theme-btn:not(:last-child) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 375px) {
    .hero-content h1 {
        font-size: 25px;
    }

    .list-style.two-column li {
        width: 100%;
    }

    .admin-comment .comment-details h3 {
        font-size: 20px;
    }
}
