@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 ***************** */
/****************************************************** */
* {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

:root {
    scroll-behavior: smooth;
    --base-color: #000;
    --primary-color: #531a9c;
    --secondary-color: #FF426F;
    --mid-blue: #115BD1;
    --light-color: #f1f1f1;
    --font-regular: 'Effra', sans-serif;
    --font-bold: 'Effra', sans-serif;
    --swiper-theme-color: var(--secondary-color);
    --swiper-pagination-bottom: 0;
    --swiper-navigation-size: 22px;
}

body {
    color: var(--base-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    font-family: var(--font-regular);
    font-family: "Effra", Arial, sans-serif;
}


.skip {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    color: #fff;
    background: var(--primary-color);
}
    .skip:hover {
        color: #fff;
    }
    .skip:focus,
    .skip:focus-visible {
        position: absolute;
        width: auto;
        height: auto;
        left: 1px;
        top: 1px;
        z-index: 999;
        outline-offset: 1px;
        outline: -webkit-focus-ring-color auto 1px;
    }
a {
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    a:focus,
    a:visited {
        text-decoration: none;
    }
    a:focus,
    a:focus-visible {
        outline-offset: 2px;
        outline: -webkit-focus-ring-color auto 2px;
        border: none;
    }
    a:hover {
        text-decoration: underline;
        color: var(--primary-color);
    }
input[type="submit" i]:focus-visible {
    outline-offset: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: var(--font-bold);
    margin-bottom: 1rem;
}

    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;
}

h1 {
    font-size: 65px;
}

h2 {
    font-size: 42px;
    line-height: 1.25;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
    line-height: 1.6;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.p-6 {
    padding: 6em;
}

.py-6 {
    padding: 6em 0;
}

ul,
li {
    /*list-style: none;*/
    padding: 0;
    margin: 0;
    list-style-position: outside;
    padding-left: 5px;
}

img {
    max-width: 100%;
    display: inline-block;
}

video {
    width: 100%;
    height: auto;
}
/*======= Input Styles =======*/
input,
textarea,
select {
    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,
.btn:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:focus-visible,
input[type="button"]:focus-visible,
input[type="reset"]:focus-visible,
input[type="submit"]:focus-visible {
    outline-offset: 1px;
    outline: -webkit-focus-ring-color auto 1px;
}


[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;
}

.threeperslide.colleagues-slider .slick-prev:focus, .threeperslide.colleagues-slider .slick-next:focus {
    border-radius: 100%;
    outline-offset: 1px;
    outline: -webkit-focus-ring-color auto 1px;
}
/****************************************************** */
/******************  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: relative;
    z-index: 5;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: 1px solid #eee;
    background: var(--primary-color);
}

.fixed-header .header-upper {
    top: 0;
    position: fixed;
    background: var(--primary-color);
    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: 200px;
}
    .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: 18px;
    opacity: 1;
    font-weight: 300;
    transition: all 500ms ease;
    color: #fff;
}

.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 > a:before {
        position: absolute;
        content: '';
        height: 1px;
        top: 100%;
        left: 0;
        width: 0;
        transition: width 0.5s ease;
        background: var(--primary-color);
    }

.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;
    }

        .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;
    }

        .main-menu .navbar-header .navbar-toggle .icon-bar {
            width: 30px;
            margin: 4px 0;
        }

.icon-bar {
    height: 5px;
    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 .main-menu .navbar-collapse {
    margin-right: 40px;
}


.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;
            padding: 10px 5px;
        }

        .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.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;
    }
}


/****************************************************** */
/******************  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);
}

.text-white .sub-title {
    color: white;
    background: #5d46ef;
}

/** Button styles */
a.read-more {
    color: #fff;
}

.theme-btn,
a.theme-btn {
    z-index: 1;
    cursor: pointer;
    font-weight: bold;
    transition: 0.5s;
    position: relative;
    text-align: center;
    padding: 10px 10px;
    border-radius: var(--border-radius);
    align-items: center;
    display: inline-flex;
    justify-content: center;
    width: 240px;
    max-width: 100%;
    text-decoration: none;
}

    .theme-btn,
    a.theme-btn,
    .theme-btn.style-two:hover,
    a.theme-btn.style-two:hover {
        background: #fff;
        color: var(--primary-color);
        border: 2px solid var(--secondary-color);
    }

        .theme-btn:hover,
        a.theme-btn:hover,
        .theme-btn.style-two,
        a.theme-btn.style-two {
            background: var(--secondary-color);
            color: var(--primary-color);
            border: 2px solid var(--secondary-color);
        }

        .theme-btn i,
        a.theme-btn i {
            font-size: 12px;
            margin-left: 10px;
        }

        .theme-btn.style-three,
        a.theme-btn.style-three {
            color: white;
            background: var(--primary-color);
            border: 2px solid var(--primary-color);
        }

            .theme-btn.style-three:hover,
            a.theme-btn.style-three:hover {
                background: white;
                color: var(--primary-color);
                border: 2px solid var(--primary-color);
            }

        
        .theme-btn:focus,
        a.theme-btn:focus,
        .theme-btn:focus-visible,
        a.theme-btn:focus-visible {
            border: none;
        }

/*social link style One */
.social-style-one {
    display: flex;
    justify-content: space-evenly;
}

    .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.two-column li {
        width: 50%;
    }

    .list-style a {
        position: relative;
    }

        .list-style a:before {
            content: "\f061";
            font-weight: 600;
            font-size: 14px;
            left: 0;
            opacity: 0;
            transition: 0.5s;
            position: absolute;
            font-family: "Font Awesome 6 Pro";
        }

        .list-style a:hover {
            padding-left: 20px;
            font-weight: 500;
            text-decoration: underline;
        }

            .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-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-gray {
    background-color: #333;
}

.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 {
    z-index: -1;
    left: 6%;
    top: 15%;
    position: absolute;
    animation: slideUpDown 20s infinite linear;
    width: 90px;
}

.second-shape {
    z-index: -1;
    left: 3%;
    bottom: 30%;
    position: absolute;
    animation: shapeAnimationOne 20s infinite linear;
    width: 70px;
}

.third-shape {
    z-index: -1;
    left: 50%;
    top: 25%;
    position: absolute;
    animation: shapeAnimationFour 20s infinite linear;
    width: 40px;
}

.circle-shape {
    z-index: -1;
    right: 8%;
    bottom: 0;
    position: absolute;
    animation: shapeAnimationTwo 20s infinite linear;
    width: 50px;
}

/****************************************************** */
/*****************  Hero Section  ****************** */
/****************************************************** */
section.hero-section {
    min-height: 42em;
    align-items: center;
    display: grid;
    position: relative;
    overflow: hidden;
    padding: 4em 0 0;
    background-image: url(../images/custom/primary_hero_banner.png);
    background-position: 50% -60%;
    background-repeat: no-repeat;
    background-size: 1280px;
}
    section.hero-section:before {
        content: "";
        position: absolute;
        background: linear-gradient(45deg, rgba(24, 42, 87, 1) 0%, rgba(17, 91, 209, 1) 100%);
        z-index: -1;
        inset: 0;
    }

.hero-content p,
.hero-content-three p,
.hero-content .sub-title {
    font-size: 18px;
}

.hero-content p,
.hero-content-three p {
    max-width: 525px;
}

.hero-btns .theme-btn:first-child {
    margin-right: 15px;
}


a.hccategory-box {
    background-color: var(--primary-color);
    display: block;
    padding: 20px 20px 10px;
    border-radius: var(--border-radius);
    position: relative;
    margin-bottom: 1em;
    min-height: 170px;
    align-items: center;
    display: grid;
}

    a.hccategory-box:before {
        content: "\f178";
        font-family: 'Font Awesome 6 Pro';
        color: var(--secondary-color);
        position: absolute;
        right: 20px;
        top: 30%;
        font-size: 30px;
    }

    a.hccategory-box h3{
        color: #fff;
    }
    a.hccategory-box:hover h3{
        color: var(--secondary-color);
    }

    a.hccategory-box p {
        color: #fff;
        text-decoration: underline;
    }
    a.hccategory-box i {
        margin-right: 5px;
    }

div#Home_pageView {
    display: none;
}
/****************************************************** */
/************** Values Section  **************** */
/****************************************************** */

.values-section {
    background-image: url(../images/shapes/map-bg-dots.png);
    background-position: center;
    background-repeat: no-repeat;
    overflow-x: hidden;
    position: relative;
}

.values-item {
    padding: 0 30px;
    transform-style: preserve-3d
}

.values-item-icon {
    height: 150px;
    width: 150px;
    z-index: 1;
    line-height: 85px;
    background: white;
    position: relative;
    border-radius: var(--border-radius);
    display: grid;
    align-items: center;
    margin: 20px auto;
    transform-style: preserve-3d
}

    .values-item-icon > i {
        font-size: 60px;
        display: inline-block;
        color: var(--primary-color);
        filter: drop-shadow(2px 4px 6px #666);
        transform: translateZ(50px)
    }

    .values-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);
        border: 1px solid #eee;
    }

.values-item h3 {
    font-size: 27px;
    margin-bottom: 15px;
}

.values-item > a {
    color: white;
    text-decoration: underline;
}


/****************************************************** */
/**************** 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/shapes/counter-bg.png');
    background-size: cover;
    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(--secondary-color);
    width: 100px;
    height: 100px;
    font-size: 60px;
    margin: 20px auto;
    align-items: center;
    display: grid;
    border-radius: 100%;
}

.counter {
    font-size: 42px;
    font-weight: 600;
}

    .counter:after {
        content: '+';
    }


.awards-content {
    max-width: 100%;
    width: 100%;
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
}

img.award {
    max-height: 120px;
    object-fit: contain;
    padding: 1em;
    width: calc(100% / 7);
}

.colleagues-content img {
    margin-bottom: 10px;
}
.colleagues-content h3,
.colleagues-content p {
    margin: 0;
}

.colleagues-content .swiper-button-next,
.colleagues-content .swiper-button-prev {
    background-color: #fff;
    height: 100%;
    top: 0;
}

video.tab-video {
    max-height: 80vh;
}



.threeperslide.colleagues-slider.slick-slider {
    padding: 1em 4em;
}

.threeperslide.colleagues-slider .slick-prev,
.threeperslide.colleagues-slider .slick-next {
    font-size: 0;
    line-height: 0;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-color: transparent;
}

.threeperslide.colleagues-slider .slick-prev:before {
    content: "";
    position: absolute;
    background-image: url(../images/sprites/lbs-arrow-left.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center;
    z-index: 9;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
}

    .threeperslide.colleagues-slider .slick-next:before {
        content: "";
        position: absolute;
        background-image: url(../images/sprites/lbs-arrow-right.png);
        background-repeat: no-repeat;
        background-size: 50px;
        background-position: center;
        z-index: 9;
        width: 50px;
        height: 50px;
        top: 0;
        left: 0;
    }
.threeperslide.colleagues-slider .slick-slide {
    display: block;
    padding-right: 30px;
}


section.casestudies-section img {
    width: 120px;
    margin-bottom: 1em;
}

.flexible-content {
    background-color: #f1f1f1;
    padding: 1em;
    margin-bottom: 1em;
}


/****************************************************** */
/**************** Latest Jobs Section **************** */
/****************************************************** */
div#slider-latest-jobs swiper-container {
    padding: 1em;
}

div#slider-latest-jobs swiper-slide {
    background: transparent;
    padding: 1em;
    border-radius: 0;
    margin-right: 0 !important;
}
    div#slider-latest-jobs swiper-slide a {
        background: var(--primary-color);
        display: block;
        padding: 1em 0 1em 2em;
        border-radius: var(--border-radius);
    }
div#slider-latest-jobs .imageContainer {
    margin-bottom: 20px;
}

div#slider-latest-jobs swiper-slide h3,
div#slider-latest-jobs swiper-slide h4 {
    color: var(--secondary-color);
}

div#slider-latest-jobs swiper-slide p {
    color: #fff;
    margin: auto;
}


swiper-slide {
    margin-bottom: 2em;
}

swiper-container {
    --swiper-navigation-size: 170px;
    --swiper-navigation-sides-offset: -3%;
    --swiper-navigation-top-offset: 44%;
    --swiper-navigation-color: transparent;
}
.swiper-button-prev {
    background-image: url(../images/sprites/lbs-arrow-left.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center;
    z-index: 9;
    top: 40%;
    width: 50px;
    height: 50px;
    pointer-events: none;
}

.swiper-button-next {
    background-image: url(../images/sprites/lbs-arrow-right.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center;
    z-index: 9;
    top: 40%;
    width: 50px;
    height: 50px;
    pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}


.latest-jobs .swiper-button-next, .latest-jobs .swiper-button-prev {
    background-color: #fff;
    height: 70%;
    top: 30px;
}

/****************************************************** */
/*****************  Page Banner  ******************* */
/****************************************************** */
.page-banner {
    height: 200px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    background: linear-gradient(45deg, rgba(24, 42, 87, 1) 0%, rgba(17, 91, 209, 1) 100%);
}

.page-title {
    color: white;
    font-size: 55px;
    margin-bottom: 10px;
}


#breadcrumb a,
#breadcrumb {
    font-weight: 500;
    font-size: 22px;
    color: #fff;
}

p.author {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--secondary-color);
    color: #000;
    padding: 0px 10px;
}
p.author-home {
    position: absolute;
    bottom: 0;
    left: 60%;
    background-color: var(--secondary-color);
    color: #000;
    padding: 0px 10px;
}


.playbtn {
    position: relative;
}
    .playbtn:before {
        background-image: url(../images/custom/play-btn.png);
        background-size: 80px;
        background-position: center;
        background-repeat: no-repeat;
        content: "";
        position: absolute;
        z-index: 2;
        inset: 0;
        width: 100%;
        height: 100%;
    }

/****************************************************** */
/*******************  Footer Area ****************** */
/****************************************************** */
footer.footer-section {
    position: relative;
    z-index: 1;
    padding: 2em 0 1em;
    overflow: hidden;
}

.footer-section .footer-logo {
    max-width: 140px;
}

    .footer-section .footer-logo img {
        filter: brightness(10) grayscale(1);
    }


.footer-widget.contact-widget a {
    color: #fff;
    text-decoration: underline;
    padding: 0 10px;
}



/* 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 {
    font-size: 38px;
    background: var(--primary-color);
}

    .footer-section.text-white .social-style-one a:hover {
        color: var(--secondary-color);
    }

.footer-section.text-white .copyright-area {
    border-color: #394153;
}



/****************************************************** */
/****************  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%;
    min-height: 250px;
    align-items: center;
    align-content: center;
    display: grid;
}



ul#TeamsTab {
    width: 100%;
}
#TeamsTabContent {
    background: #fff;
    padding: 2em;
    width: 100%;
    border-radius: var(--border-radius);
    border-top-left-radius: 0;
}





.timeline-carousel {
    margin: 0;
    background-color: var(--primary-color);
    font-weight: 400;
    padding: 30px 10px 90px 70px;
    position: relative;
    overflow: hidden;
}

    .timeline-carousel:after, .timeline-carousel:before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        height: 100%;
        width: 6.9444%;
        background-color: var(--primary-color);
        z-index: 3;
        width: 6.9444%;
    }

    .timeline-carousel:after {
        left: 0;
    }

    .timeline-carousel:before {
        right: 0;
    }

    .timeline-carousel .slick-track {
        display: flex;
    }

    .timeline-carousel .slick-list {
        overflow: visible;
    }

    .timeline-carousel .slick-dots {
        bottom: -73px;
    }

    .timeline-carousel h1 {
        color: white;
        font-weight: 700;
    }

    .timeline-carousel p {
        color: white;
        font-weight: 300;
    }

.timeline-carousel__image {
    padding-right: 30px;
}

.timeline-carousel__item {
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
}

    .timeline-carousel__item .media-wrapper {
        opacity: 0.4;
        padding-bottom: 71.4%;
        -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    }

    .timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
        width: calc(100% - -20px);
    }

.timeline-carousel__item-inner {
    position: relative;
}

    .timeline-carousel__item-inner:after {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 35px;
        content: "";
        border-bottom: 1px solid var(--secondary-color);
    }

.timeline-carousel__item-inner-text {
    background: #fff;
    padding: 1em 2em;
    min-height: 220px;
    width: auto;
    margin-right: 30px;
}

    .timeline-carousel__item-inner .year {
        font-size: 26px;
        line-height: 36px;
        color: var(--secondary-color);
        display: table;
        letter-spacing: -1px;
        padding-right: 10px;
        background-color: var(--primary-color);
        z-index: 1;
        position: relative;
        margin: 5px 0 20px;
        font-weight: 700;
    }


.timeline-carousel__item-inner .month {
    font-size: 22px;
    line-height: 22px;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    color: #000;
}

    .timeline-carousel__item-inner p {
        font-size: 16px;
        line-height: 18px;
        color: #000;
        margin: 15px 5px;
    }

    .timeline-carousel__item-inner .read-more {
        font-size: 12px;
        color: var(--mid-blue);
        display: table;
        margin-bottom: 10px;
        font-weight: 900;
        text-decoration: none;
        position: relative;
    }

        .timeline-carousel__item-inner .read-more:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -1px;
            width: 0;
            border-bottom: 2px solid var(--mid-blue);
            -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
            -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
            transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
        }

        .timeline-carousel__item-inner .read-more:hover:after {
            width: 100%;
        }

    .timeline-carousel__item-inner .pointer {
        height: 29px;
        position: relative;
        z-index: 1;
        margin: -4px 0 16px;
    }

        .timeline-carousel__item-inner .pointer:after, .timeline-carousel__item-inner .pointer:before {
            position: absolute;
            content: "";
        }

        .timeline-carousel__item-inner .pointer:after {
            width: 9px;
            height: 9px;
            border-radius: 100%;
            top: 0;
            left: 0;
            background-color: var(--mid-blue);
        }

        .timeline-carousel__item-inner .pointer:before {
            width: 1px;
            height: 100%;
            top: 0;
            left: 4px;
            background-color: var(--mid-blue);
        }

.timeline-carousel .slick-active .media-wrapper {
    opacity: 1 !important;
}

.slick-dots {
    bottom: 160px;
    list-style: none;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 2;
}

    .slick-dots li {
        cursor: grab;
        cursor: -moz-grab;
        cursor: -webkit-grab;
        display: inline-block;
        margin: 0 6px;
        position: relative;
        width: 10px;
        height: 10px;
    }

        .slick-dots li:last-child {
            margin-right: 0;
        }

        .slick-dots li.slick-active button {
            background: var(--mid-blue);
            border-color: var(--mid-blue);
        }

        .slick-dots li button {
            display: block;
            font-size: 0;
            width: 10px;
            height: 10px;
            padding: 0;
            background-color: rgba(255, 255, 255, 0.6);
            border-color: rgba(255, 255, 255, 0.6);
            cursor: pointer;
            -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
            -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
            transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
            border-radius: 100%;
        }

            .slick-dots li button:hover {
                background: var(--mid-blue);
                border-color: var(--mid-blue);
            }

.link {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    z-index: 9999;
}

    .link a {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #fff;
    }

    .link .fa {
        font-size: 28px;
        margin-right: 8px;
        color: #fff;
    }

.slick-prev svg, .slick-next svg {
    height: 40px;
    width: 40px;
    padding-bottom: 2px;
    background: var(--mid-blue);
    border-radius: 100%;
    padding: 10px;
}
    .slick-prev svg, .slick-next svg path {
        color: #fff;
    }
    .slick-prev svg, .slick-next svg path {
        fill: #fff;
    }

.slick-prev .btn, .slick-next .btn {
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.slick-prev, .slick-next {
    position: absolute;
    top: auto;
    bottom: -40px;
    z-index: 9999;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 30px;
}



/****************************************************** */
/****************  Layout 2 *************** */
/****************************************************** */
.benefit-content {
    text-align: center;
    padding: 1em;
}

.benefit-icon {
    font-size: 50px;
    padding: 10px;
    color: var(--primary-color)
}
.benefit-box.text-center i {
    font-size: 90px;
    margin-bottom: 20px;
    color: var(--mid-blue);
}

.benefits-section i.fa-solid.fa-check {
    font-size: 24px;
    color: green;
    padding: 0px 8px;
}


.benefit-box img {
    min-height: 150px;
    object-fit: contain;
    padding: 0;
}


a.stickybtn {
    position: fixed;
    top: 5em;
    right: 0;
}

/****************************************************** */
/****************  Layout 3 *************** */
/****************************************************** */

.accordion > .card {
    margin-bottom: 1em;
    border: none;
}
    .accordion > .card > .card-header {
        padding: 0;
        background-color: #fff;
    }
    .accordion > .card > .card-header .btn:not(.collapsed) {
            background: var(--primary-color);
            color: #fff;
            box-shadow: none;
            font-weight: bold;
        }
        .accordion > .card > .card-header .btn {
            color: #000;
            box-shadow: none;
            font-weight: bold;
            padding: 1rem 1.25rem;
            text-decoration: none;
            border-left: 8px solid var(--primary-color);
        } 
          
.accordion button:after {
    content: '\f106';
    float: right;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 500;
} .accordion button.collapsed:after {
    content: '\f107';
}
  


.community > .card {
    margin-bottom: 1em;
    border: none;
}
    .community > .card > .card-header {
        padding: 0;
    }
        .community > .card > .card-header .btn:not(.collapsed) {
            background: var(--secondary-color);
            color: var(--primary-color);
            box-shadow: none;
            font-weight: bold;
        }
        .community > .card > .card-header .btn {
            color: var(--primary-color);
            box-shadow: none;
            font-weight: bold;
            padding: 1rem 1.25rem;
            text-decoration: none;
            border-left: 8px solid var(--secondary-color);
        } 
          
.community button:after {
    content: '\f106';
    float: right;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 500;
} .community button.collapsed:after {
    content: '\f107';
}


.white-box {
    background-color: #fff;
    margin-bottom: 2em;
}

section.behaviours-section .white-box {
    background-color: #fff;
    margin-bottom: 0;
    align-items: self-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    border-bottom: 20px solid var(--secondary-color);
}
    section.behaviours-section .white-box h3 {
        margin-top: 1em;
        font-size: 28px;
    }

    section.behaviours-section .white-box p {
        font-weight: 400;
        color: var(--primary-color);
    }
    /****************************************************** */
    /****************  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(0px,0px) rotate(0deg);
        transform: translate(0px,0px) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(0px,150px) rotate(90deg);
        transform: translate(0px,150px) rotate(90deg);
    }

    50% {
        -webkit-transform: translate(150px,150px) rotate(180deg);
        transform: translate(150px,150px) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(150px,0px) rotate(270deg);
        transform: translate(150px,0px) rotate(270deg);
    }

    100% {
        -webkit-transform: translate(0px,0px) rotate(360deg);
        transform: translate(0px,0px) rotate(360deg);
    }
} @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);
    }
} .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;
} @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;
}
    /* 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;
    }

    .hero-content h1 {
        font-size: 55px;
    }

    .call-to-action {
        padding-left: 65px;
        padding-right: 65px;
    }
} @media only screen and (min-width: 1200px) {
    .container {
        max-width: 1320px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .call-to-action .section-title h2 {
        font-size: 34px;
    }

    .page-banner {
        margin-top: 60px;
    }
} @media only screen and (min-width: 1400px) and (max-width: 1700px) {
    .container {
        max-width: 1270px;
        padding-left: 15px;
        padding-right: 15px;
    }
} @media only screen and (min-width: 1200px) and (max-width: 1700px) {
    .hero-content h1 {
        font-size: 48px;
    }
} @media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .container {
        max-width: 1170px;
        padding-left: 15px;
        padding-right: 15px;
    }
} @media only screen and (max-width: 1199px) {
    .header-inner {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .page-banner {
        margin-top: 90px;
        height: auto;
        padding: 3em 0;
    }

    .hero-content h1 {
        font-size: 45px;
    }
} @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;
    }

    .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: 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;
    }
    h2, .h2 {
        font-size: 36px;
    }
    .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;
        }

    .latest-jobs .swiper-button-next, .latest-jobs .swiper-button-prev {
        background-color: transparent;
    }

} 
  
  
  @media only screen and (max-width: 650px) {
    ul#TeamsTab {
        display: block;
    }
        ul#TeamsTab.nav-tabs .nav-item {
            padding-left: 0;
        }
        ul#TeamsTab.nav-tabs .nav-link {
            width: 100%;
            color: var(--primary-color);
            background: white;
            border: 2px solid var(--primary-color);
            font-weight: bold;
        }
        ul#TeamsTab.nav-tabs .nav-link.active {
            width: 100%;
            color: white;
            background: var(--primary-color);
            border: 2px solid var(--primary-color);
        }
} 
  
  @media only screen and (max-width: 600px) {
    section.hero-section {
        background-position: bottom right;
        background-size: 700px;
        align-items: start;
    }
    p.author-home {
        left: auto;
        width: 100%;
    }
    .page-title,
    .hero-content h1,
    .hero-content-two h1 {
        font-size: 40px;
        line-height: 1.5;
    }
    h2, .h2 {
        font-size: 32px;
    }
    .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: 500px) {
    .theme-btn, a.theme-btn {
        width: 100%;
    }
    .awards-content img.award {
        max-height: 100%;
        width: 49%;
        height: auto;
    }

}
  @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;
    }
    .timeline-carousel {
        padding: 30px 10px 90px 30px;
    }

    .timeline-carousel__item {
        grid-template-columns: auto;
    }
}

@media only screen and (max-width: 444px) {
    .timeline-carousel__item-inner-text {
        min-height: 240px;
        margin-right: 5%;
    }
    .timeline-carousel__image {
        padding-right: 0;
        margin-right: 5%;
    }
}
  @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;
    }

    .timeline-carousel__item-inner-text {
        min-height: 280px;
        margin-right: 5%;
    }

} @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;
    }


}

@media only screen and (max-width: 339px) {

    .timeline-carousel__item-inner-text {
        min-height: 280px;
        margin-right: 5%;
        padding: 1em;
    }
    }
