@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: auto;
    --base-color: #333;
    --primary-color: #531a9c;
    --secondary-color: #FF426F;
    --light-color: #f1f1f1;
    --font-regular: 'Apercu', sans-serif;
    --font-bold: 'Apercu', sans-serif;
    --swiper-theme-color: var(--secondary-color);
}

body {
    color: var(--base-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    font-family: var(--font-regular);
}

a {
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

    a:focus,
    a:visited {
        text-decoration: none;
        outline: -webkit-focus-ring-color auto 2px;
    }

    a:hover {
        text-decoration: none;
        color: var(--primary-color);
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: var(--font-bold);
}

    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: 3em 0;
}

ul,
li {
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    display: inline-block;
}


/*======= Input Styles =======*/
input,
textarea,
select {
    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: -webkit-focus-ring-color auto 2px;
}

[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: relative;
    z-index: 5;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.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;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-inner {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee
}

.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;
    text-transform: capitalize;
    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 > 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;
            text-transform: capitalize;
        }

        .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 .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;
        }

        .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;
            text-transform: capitalize;
        }

        .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;
    text-transform: capitalize;
    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: 700;
    transition: 0.5s;
    position: relative;
    text-align: center;
    padding: 11px 30px;
    border-radius: var(--border-radius);
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-transform: capitalize;
}

    .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: white;
            color: var(--primary-color);
            border: 2px solid var(--primary-color);
        }

            .theme-btn.style-three:hover,
            a.theme-btn.style-three:hover {
                color: white;
                background: var(--secondary-color);
                border: 2px solid var(--secondary-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.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);
}

.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 {
    align-items: center;
    display: grid;
    position: relative;
    overflow: hidden;
    padding: 12em 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;
}

/* 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);
    animation: pulse 5s infinite linear;
}

.hero-image:before {
    opacity: 0.4;
    left: 0;
    top: 0%;
    filter: blur(100px);
    background: var(--primary-color);
    animation: pulse 3s infinite linear;
}

.hero-swiper img {
    border-radius: var(--border-radius);
}

/****************************************************** */
/************** 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: '+';
    }


/****************************************************** */
/**************** Latest Jobs Section **************** */
/****************************************************** */
div#slider-latest-jobs swiper-container {
    padding: 2em 2em 3em;
}

div#slider-latest-jobs swiper-slide {
    background: var(--primary-color);
    padding: 1em;
    border-radius: var(--border-radius);
    min-height: 300px;
}

div#slider-latest-jobs .imageContainer {
    height: 200px;
    width: 200px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
    margin: 10px auto;
    display: none;
}

div#slider-latest-jobs swiper-slide h3 {
    color: #fff;
    margin-bottom: 10px;
}

div#slider-latest-jobs swiper-slide p {
    color: #fff;
    margin: auto;
    font-weight: bold;
}

    div#slider-latest-jobs swiper-slide p span {
        font-weight: normal;
    }


/****************************************************** */
/*****************  Page Banner  ******************* */
/****************************************************** */
.page-banner {
    height: 350px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
}

.page-title {
    color: white;
    font-size: 55px;
    margin-bottom: 10px;
    text-transform: capitalize;
}


/****************************************************** */
/*******************  Footer Area ****************** */
/****************************************************** */
footer.footer-section {
    position: relative;
    z-index: 1;
    padding-top: 7em;
    overflow: hidden;
}

.footer-section .footer-logo {
    max-width: 140px;
}

    .footer-section .footer-logo img {
        filter: brightness(10) grayscale(1);
    }

.call-to-action {
    border-radius: var(--border-radius);
    padding: 45px 90px 25px;
    margin-bottom: -80px;
    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;
}



/****************************************************** */
/****************  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;
}




/****************************************************** */
/****************  Layout 2 *************** */
/****************************************************** */

.benefit-content {
    text-align: center;
    padding: 1em;
}

.benefit-icon {
    font-size: 50px;
    padding: 10px;
    color: var(--primary-color)
}


/****************************************************** */
/****************  Layout 3 *************** */
/****************************************************** */

.accordion > .card {
    margin-bottom: 1em;
    border: none;
}
    .accordion > .card > .card-header {
        padding: 0;
    }
    .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;
    } 
          
.accordion button:after {
    content: '\f106';
    float: right;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 500;
} .accordion button.collapsed:after {
    content: '\f107';
}
    /****************************************************** */
    /****************  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 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .call-to-action .section-title h2 {
        font-size: 34px;
    }

    
} @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: 95px;
    }

    .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;
    }

    .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;
        }
} @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%;
    }

    .page-banner {
        margin-top: 132px;
    }

    .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;
    }
}
