/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/

/* <!-- =======================================================
  * Website Name: Peoplentech.com
  * Updated: March 18 2025 with Bootstrap v5.3.2 least
  * Template URL: https://peoplentech.com
  * Designer: Bikrom Roy
  * License: https://peoplentech.com.
  * contact us: 2900 Eisenhower Ave (5th Floor), Alexandria, VA 22314
  ======================================================== -->   */

/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/*** 

====================================================================
  Global Settings
====================================================================

 ***/

:root {
    --theme-color: #33bdf1;
    --theme-color-2: #008abe;
    --secondary-color: #005677;
    --text-color: #666666;
    --text-color-dark: #1f2937;
    --title-color: #111111;
    --text-font: "Inter", sans-serif;
    --title-font: "Outfit", sans-serif;
}

body {
    font-size: 16px;
    color: var(--text-color);
    line-height: 26px;
    font-weight: 400;
    background: #ffffff;
    font-family: var(--text-font);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
    position: relative;
    margin: 0 auto;
    overflow-x: hidden;
    width: 100%;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
        padding: 0px 15px;
    }
}

.large-container {
    max-width: 1680px;
    padding: 0px 15px;
    margin: 0 auto;
}

.container-fluid {
    padding: 0px;
}

.auto-container {
    position: static;
    max-width: 1320px;
    padding: 0px 15px;
    margin: 0 auto;
}

.small-container {
    max-width: 680px;
    margin: 0 auto;
}

.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;
    width: 100%;
    min-width: 300px;
}

a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

a:hover {
    text-decoration: none;
    outline: none;
}

input,
button,
select,
textarea {
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 18px;
    background: transparent;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

input {
    transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}

p {
    position: relative;
    font-family: var(--text-font);
    color: var(--text-color);
    font-weight: 400;
    margin: 0px;
    transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: var(--title-font);
    font-weight: 600;
    color: var(--title-color);
    margin: 0px;
    transition: all 500ms ease;
}

/* Preloader */

.handle-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
    background: var(--secondary-color);
}

.preloader-close {
    position: fixed;
    z-index: 99999999;
    font-size: 12px;
    background: #fff;
    color: var(--theme-color);
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    right: 30px;
    top: 30px;
    font-weight: 400;
}

.handle-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    height: 150px;
    margin: 0 auto 45px auto;
    width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
    text-align: center;
    user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-family: var(--title-font);
    font-weight: 500;
    letter-spacing: 15px;
    display: inline-block;
    position: relative;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
}

.handle-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}
.handle-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}
.handle-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}
.handle-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}
.handle-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}
.handle-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}
.handle-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
}
.handle-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(9):before {
    animation-delay: 1.6s;
}
.handle-preloader
    .animation-preloader
    .txt-loading
    .letters-loading:nth-child(10):before {
    animation-delay: 1.8s;
}
.handle-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    color: #ffffff;
}

.handle-preloader .animation-preloader .spinner {
    border: 3px solid #fff;
    border-top-color: rgba(255, 255, 255, 0.3);
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}
@keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .handle-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }
}
@media screen and (max-width: 500px) {
    .handle-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }
    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 30px;
        letter-spacing: 5px;
    }
}

.centred {
    text-align: center;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

figure {
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
}

.row {
    --bs-gutter-x: 30px;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}

html.lenis {
    height: auto;
}

/** button **/

.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    font-family: var(--title-font);
    color: var(--title-color) !important;
    text-align: center;
    border-radius: 50px;
    padding: 15px 40px;
    z-index: 1;
    transition: all 0.5s ease-in-out 0s;
}

.theme-btn:hover {
    background: var(--secondary-color);
    color: #fff !important;
}

.theme-btn.btn-one {
}

.theme-btn.btn-two {
    background: #111;
}

.theme-btn:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: translateX(0);
    transform-origin: left center;
    z-index: -1;
    background: var(--secondary-color);
    transition: all 500ms ease;
}

.theme-btn:after {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    right: 0px;
    top: 0px;
    transform: translateX(0);
    transform-origin: right center;
    z-index: -1;
    background: var(--secondary-color);
    transition: all 500ms ease;
}

.theme-btn:hover:before,
.theme-btn:hover:after {
    transform: translateX(1);
    width: 50%;
}

.theme-btn span {
    position: relative;
    padding-right: 22px;
}

.theme-btn span:before {
    position: absolute;
    content: "\e901";
    font-family: "icomoon";
    font-size: 14px;
    top: -3px;
    right: 0px;
    font-weight: 400;
}

.parallax-bg {
    position: absolute;
    left: 0px;
    top: -30%;
    width: 100%;
    height: calc(100% + 30%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/** styled-pagination */

.pagination {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li {
    position: relative;
    display: inline-block;
    margin: 0px 3px;
}

.pagination li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: var(--title-font);
    color: var(--text-color);
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: 1px solid #e5e5e5;
    font-weight: 500;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current {
    color: var(--title-color);
}

.pagination li a i {
    font-size: 12px;
}

.sec-pad {
    padding: 142px 0px 150px 0px;
}

.mr-0 {
    margin: 0px !important;
}

/** scroll-to-top **/

.scroll-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    box-shadow: inset 0 0 0 2px rgba(0, 46, 65, 0.2);
    border-radius: 50%;
    z-index: 90000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.scroll-to-top.scroll-top-active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.scroll-to-top::after {
    position: absolute;
    content: "\e914";
    font-family: "icomoon";
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    color: var(--theme-color);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transform: rotate(-180deg);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.scroll-to-top:hover::after {
}

.scroll-to-top:hover::before {
    opacity: 1;
}

.scroll-to-top .scroll-top-inner path {
    stroke-width: 4;
    fill: transparent;
    box-sizing: border-box;
    stroke: var(--theme-color);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.sec-title {
    position: relative;
    display: block;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 53px;
}

.sec-title h2 span {
}

.sec-title.light h2 {
    color: #fff;
}

.sec-title .sub-title {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    font-family: var(--title-font);
    font-weight: 600;
    padding: 5px 17px;
    border-radius: 40px;
    text-transform: uppercase;
    z-index: 1;
}

.sec-title .sub-title:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 40px;
    z-index: -1;
    opacity: 0.1;
}

.sec-title .sub-title:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 40px;
    z-index: -1;
    opacity: 0.3;
    border: solid;
    border-width: 1px;
}

/*** 

====================================================================
                        Home-Page-One
====================================================================

***/

/** main-header **/

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/** language-switcher **/

.language-picker label {
    display: none;
}

.language-picker .nice-select {
    display: none;
}

.language-picker {
    position: relative;
    display: inline-block;
}

.language-picker__button .icon {
    display: none;
}

.language-picker__dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 110px;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 15px 15px;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    text-align: left;
    transition:
        visibility 0s 0.2s,
        opacity 0.2s,
        -webkit-transform 0.2s ease-out;
    transition:
        visibility 0s 0.2s,
        opacity 0.2s,
        transform 0.2s ease-out;
    transition:
        visibility 0s 0.2s,
        opacity 0.2s,
        transform 0.2s ease-out,
        -webkit-transform 0.2s ease-out;
}

.language-picker__button[aria-expanded="true"] + .language-picker__dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    transition:
        opacity 0.2s,
        -webkit-transform 0.2s ease-out;
    transition:
        opacity 0.2s,
        transform 0.2s ease-out;
    transition:
        opacity 0.2s,
        transform 0.2s ease-out,
        -webkit-transform 0.2s ease-out;
}

.language-picker__item span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.language-picker__item:hover {
}

.language-picker__button {
    position: relative;
    border: none !important;
    padding: 0px;
    padding-right: 7px;
}

.language-picker__button:before {
    position: absolute;
    content: "\e914";
    font-family: "icomoon";
    font-size: 6px;
    top: 8px;
    right: 0px;
    color: var(--title-color);
}

.language-picker__flag {
    position: relative;
    font-size: 14px;
    line-height: 16px;
    font-family: var(--title-font);
    font-weight: 400;
    color: var(--title-color);
    padding-left: 33px;
    text-transform: uppercase;
}

.language-picker__list .language-picker__flag {
    padding: 4px 0px 4px 33px;
}

.language-picker__list .language-picker__flag.language-picker__label:after {
    position: absolute;
    content: "";
    background-image: url(../images/icons/icon-1.png);
    width: 10px;
    height: 6px;
    top: 6px;
    right: 0px;
    background-repeat: no-repeat;
}

.language-picker__flag.language-picker__label {
    padding-left: 26px;
    padding-right: 0px;
    padding-right: 16px;
}

.language-picker__flag em {
    font-style: normal;
}

.language-picker__flag::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    top: 4px;
    left: 0px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.language-picker__flag.language-picker__label:before {
    top: -3px;
    left: 0px;
}

.language-picker__dropdown .language-picker__flag::before {
    margin-right: 0.5rem;
    margin-right: var(--space-xs);
    top: -1px;
}

.language-picker__flag--deutsch::before {
    background-image: url(../images/icons/flag-deutsch.png);
}

.language-picker__flag--english::before {
    background-image: url(../images/icons/flag-english.png);
}

.language-picker__flag--francais::before {
    background-image: url(../images/icons/flag-francais.png);
}

.language-picker__flag--italiano::before {
    background-image: url(../images/icons/flag-italiano.png);
}

.language-picker--hide-label .language-picker__button .icon {
    margin-left: 0;
}

.language-picker--hide-label .language-picker__button em {
    display: none;
}

.language-picker--hide-label
    .language-picker__button
    .language-picker__flag::before {
    margin-right: 0.25rem;
    margin-right: var(--space-xxxs);
}

.language-picker__flag.language-picker__label {
    padding-right: 7px;
}

.nice-select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    color: var(--text-color);
    font-family: var(--text-font);
    padding-right: 14px;
}

.nice-select:before {
    position: absolute;
    content: "\e914";
    font-family: "icomoon";
    font-size: 7px;
    top: 0px;
    right: 25px;
}

.nice-select .list {
    min-width: 100px;
}

.nice-select .list li {
    color: var(--text-color);
}

.nice-select .list {
    max-height: 160px;
    overflow-x: hidden;
    overflow-y: auto;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
    display: none !important;
}

.owl-nav button {
    background: transparent;
}

.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-y;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-y;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-y;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.float-bob-x {
    animation-name: float-bob-x;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-x;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-x;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-x;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-x;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

/** rtl-switcher **/

.demo-rtl {
    position: fixed;
    top: 390px;
    left: 10px;
    z-index: 9999;
}

button.rtl {
    background: var(--theme-color);
    display: block;
    text-indent: inherit;
    font-size: 12px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    margin: 0px;
    color: #fff !important;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    transition: all 500ms ease;
}

.demo-ltr {
    position: fixed;
    top: 390px;
    left: auto;
    right: 10px;
    z-index: 9999;
}

button.ltr {
    background: var(--theme-color);
    display: block;
    text-indent: inherit;
    font-size: 12px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0px;
    color: #fff !important;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 1);
    transition: all 500ms ease;
}

.boxed_wrapper.ltr .demo-rtl {
    display: block;
}

.boxed_wrapper.ltr .demo-ltr {
    display: none;
}

.boxed_wrapper.rtl .demo-rtl {
    display: none;
}

.boxed_wrapper.rtl .demo-ltr {
    display: block;
}

.nav-style-one .owl-nav button {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 70px;
    height: 70px;
    line-height: 74px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    z-index: 1;
    transition: all 500ms ease;
}

.nav-style-one .owl-nav .owl-prev {
    margin-right: 10px;
}

.nav-style-one .owl-nav button:hover {
    background: transparent !important;
}

.nav-style-one .owl-nav button:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    transform-origin: top center;
    transform: scaleY(0);
    z-index: -1;
    transition: all 500ms ease;
}

.nav-style-one .owl-nav button:hover:before {
    transform: scaleY(1);
}

.progress-box .bar {
    position: relative;
    width: 100%;
    height: 8px;
    background: #e3e7eb;
    border-radius: 4px;
}

.progress-box .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 8px;
    border-radius: 4px;
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.nice-select .option {
    padding-left: 15px;
    padding-right: 15px;
}

.tabs-box .tab {
    position: relative;
    display: none;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab {
    display: block;
}

.tabs-box .tab {
    transform: scale(0.9, 0.9) translateY(0px);
}

.tabs-box .tab.active-tab {
    transform: scale(1) translateY(0px);
}

.border-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    animation: squares 2.9s linear 0s infinite;
    -webkit-animation: squares 2.9s linear 0s infinite;
    -ms-animation: squares 2.9s linear 0s infinite;
    -o-animation: squares 2.9s linear 0s infinite;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    opacity: 0;
}

.border-animation.border-2 {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

.border-animation.border-3 {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.search-popup.popup-visible {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}

.search-popup .popup-inner {
    width: 100%;
    height: 100%;
    background: #fff;
}

.search-popup .upper-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 70px 70px;
}

.search-popup .overlay-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
}

.search-popup .close-search {
    position: relative;
    font-size: 16px;
    color: var(--title-color);
    cursor: pointer;
    z-index: 5;
    transition: all 500ms ease;
}

.search-popup .close-search:hover {
    color: red;
}

.search-popup .search-form {
    position: relative;
    width: 100%;
    padding: 100px 0px 250px 0px;
}

.search-popup .search-form .form-group {
    position: relative;
    margin: 0px;
}

.search-popup .search-form fieldset input[type="search"] {
    position: relative;
    height: 90px;
    padding: 20px 0px;
    background: #ffffff;
    line-height: 30px;
    font-size: 24px;
    color: #808080;
    font-family: "Inter", sans-serif;
    border: none;
    border-radius: 0px;
    padding-right: 50px;
    border-bottom: 1px solid #e5e5e5;
}

.search-popup .search-form fieldset button[type="submit"] {
    position: absolute;
    top: 30px;
    right: 0px;
    font-size: 22px;
    color: #141417;
    cursor: pointer;
    transition: all 500ms ease;
}

.search-popup .search-form fieldset input[type="search"]:focus {
    border-color: #141417;
}

.search-popup .form-control:focus {
    box-shadow: none !important;
}

.banner-btn {
    background: #fff;
}

.banner-btn:hover,
.banner-btn:before,
.banner-btn:after {
}

.list-style-one li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 14px;
    padding-left: 40px;
}

.list-style-one li:last-child {
    margin-bottom: 0px;
}

.list-style-one li:before {
    position: absolute;
    content: "\e902";
    font-family: "icomoon";
    font-size: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    left: 0px;
    top: 0px;
}

.list-style-one li:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50%;
    opacity: 0.2;
    left: 0px;
    top: 0px;
}

.slide-text {
    position: relative;
    display: block;
}

.slide-text .text-inner {
    position: relative;
    display: block;
    padding: 25px 0px;
    transform: rotate(-5deg);
}

.slide-text .text-inner:before {
    position: absolute;
    content: "";
    left: -50px;
    top: 0px;
    width: calc(100% + 100px);
    height: 100%;
}

.slide-text .text-inner .text-list {
    position: relative;
    display: flex;
    align-items: center;
    width: max-content;
    -moz-animation: scroll-left 400s linear infinite;
    -webkit-animation: scroll-left 400s linear infinite;
    animation: scroll-left 400s linear infinite;
}

.slide-text .text-inner .text-list li {
    position: relative;
    display: inline-block;
    font-size: 32px;
    line-height: 40px;
    font-family: var(--title-font);
    color: var(--title-color);
    margin-right: 280px;
}

.slide-text .text-inner .text-list li:last-child {
    margin: 0px;
}

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(0%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}

.slide-text .text-inner .text-list li:before {
    position: absolute;
    content: "";
    background-image: url(../images/icons/icon-1.png);
    width: 37px;
    height: 37px;
    top: 2px;
    right: -145px;
    background-repeat: no-repeat;
}

.image-hov-one {
    position: relative;
    display: block;
    overflow: hidden;
}

.image-hov-one::before {
    background: rgba(255, 255, 255, 0.5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}

.image-hov-one:hover::before {
    width: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.image-hov-two {
    position: relative;
    display: block;
    overflow: hidden;
}

.image-hov-two::before {
    background: rgba(255, 255, 255, 0.5);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1000%;
    height: 0%;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}

.image-hov-two:hover::before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.dueal-section {
    background: #eff2e6;
}

.dueal-section .bg-color {
    position: absolute;
    content: "";
    background: var(--secondary-color);
    width: 50%;
    height: 100%;
    top: 0px;
    right: 0px;
}

.dueal-section.alternat-2 .content_block_three .content-box {
    margin-left: -150px;
}

.dueal-section.alternat-2
    .content_block_two
    .content-box
    .inner-box
    .single-item
    h3
    a,
.dueal-section.alternat-2
    .content_block_two
    .content-box
    .inner-box
    .single-item
    p {
    color: #fff;
}

.dueal-section.alternat-2
    .content_block_two
    .content-box
    .inner-box
    .single-item
    h3
    a:hover {
}

.dueal-section .shape .shape-1 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 277px;
    height: 334px;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 167px 167px 167px 0px;
}

.dueal-section .shape .shape-2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    width: 450px;
    height: 543px;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 255px 0px 255px 255px;
    margin-left: -225px;
}

.dueal-section .shape .shape-3 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 277px;
    height: 334px;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 167px 167px 0px 167px;
}

.dueal-section .shape .shape-4 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    width: 450px;
    height: 543px;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 0px 255px 255px 255px;
    margin-left: 225px;
}

.banner-btn-two {
    border: 1px solid #fff;
    padding: 14px 40px;
    color: #fff !important;
}

.banner-btn-two:hover {
    border-color: var(--secondary-color);
}

.dueal-section.alternat-3 {
    background: transparent;
}

.dueal-section .outer-container {
    background: #eff2e6;
    border-radius: 20px;
    overflow: hidden;
}

.dueal-section.alternat-3 .content_block_three .content-box {
    margin-left: -100px;
}

.dueal-section .testimonial-content {
    position: relative;
    display: block;
    margin-right: -70px;
}

.dots-style-one .owl-dots {
    position: relative;
    display: block;
}

.dots-style-one .owl-dots button span {
    display: none !important;
}

.dots-style-one .owl-dots button {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d9d9d9;
    cursor: pointer;
    margin: 0px 6px;
    transition: all 500ms ease;
}

.dots-style-one .owl-dots button.active,
.dots-style-one .owl-dots button:hover {
    opacity: 1;
    transform: scale(1.8);
}

.dueal-section .dots-style-one .owl-dots {
    margin-top: 20px;
}

.slide-text.alternat-2 .text-inner {
    background: transparent;
}

.slide-text.alternat-2 .text-inner:before {
    background: transparent;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.d_block {
    display: block !important;
}

.header-style-three {
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
}

.dueal-section.service-page {
    padding-bottom: 450px;
}

.dueal-section .hiring-content {
    position: relative;
    display: block;
}

.dueal-section .hiring-content h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px;
}

.dueal-section .hiring-content p {
    margin-bottom: 50px;
    color: var(--title-color);
}

.dueal-section .hiring-content.light h2,
.dueal-section .hiring-content.light p {
    color: #fff;
}

.dueal-section .hiring-content.light .theme-btn:hover {
    color: var(--title-color) !important;
}

.dueal-section .hiring-content.light .theme-btn:before,
.dueal-section .hiring-content.light .theme-btn:after {
    background: #fff;
}

.b_radius_0 {
    border-radius: 0px !important;
}

.check-box input {
    display: none;
}

.check-box label {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: var(--title-color);
    padding-left: 24px;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0px;
}

.check-box label:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 7px;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #dddddd;
    background: transparent;
}

.check-box label:after {
    position: absolute;
    content: "\e919";
    font-family: "icomoon";
    left: 3px;
    top: 1px;
    opacity: 0;
    font-size: 7px;
    color: #fff;
}

.check-box input:checked + label:after {
    opacity: 1;
}

.check-box input:checked + label:before {
}

/* Working process css */
.process-work-wrapper {
    position: relative;
}
.process-work-wrapper .line-shape {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 880px;
}
.process-work-wrapper .line-shape img {
    width: 100%;
    height: 100%;
}
@media (max-width: 1399px) {
    .process-work-wrapper .line-shape {
        display: none;
    }
}
.work-process-items {
    margin-top: 30px;
}
.work-process-items .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
    position: relative;
    margin: 0 auto;
}
.work-process-items .icon .number {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme-color);
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 400;
}
.work-process-items .content {
    margin-top: 30px;
}
.work-process-items .content h4 {
    margin-bottom: 5px;
    font-weight: 700;
}
.work-process-items .content.style-2 {
    margin-top: 0;
    margin-bottom: 30px;
}

/* new */
/* Mega Menu Base */

.mega-menu {
    position: relative;
}

.mega-menu-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    padding: 36px 0px;
    transform: scale(1, 0);
    transition: all 0.4s;
    transform-origin: top;
    border-bottom: 3px solid var(--theme-color-2);
}

.mega-menu:hover .mega-menu-content {
    display: block;
    transform: scale(1, 1);
}

/* Columns */
.mega-menu-content .row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.mega-menu-content .column {
    flex: 1;
    position: relative;
    padding: 0px 40px;
    overflow: hidden;
}
.column2 {
    flex: 1;
    position: relative;
}

.Business.column:first-child {
    flex: 2 !important;
}

.header-location {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.header-location-item {
    display: flex;
    align-items: start;
    gap: 15px;
    margin-bottom: 20px;
}
.header-location-item:last-child {
    margin-bottom: 0px !important;
}
.header-location-item i {
    color: var(--theme-color);
    font-size: 20px;
    padding-top: 4px;
}
.header-location-item h5 {
    font-size: 17px;
    padding-bottom: 6px;
}
.header-location-item p {
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
}
.location-btn {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    justify-content: end;
    margin-top: -15px;
}
.location-btn a {
    color: var(--theme-color) !important;
}
.location-btn a {
    padding: 5px 0px;
}
.location-btn:hover {
    text-decoration: underline;
    text-decoration-color: var(--theme-color);
    letter-spacing: 1px;
}

.mega-menu-content .column::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 500px;
    width: 2px;
    background-color: rgba(145, 145, 145, 0.2117647059);
}
.mega-menu-content .column:first-child::after {
    display: none;
}
.mega-menu-content h4 {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 600;
    /* color: var(--theme-color); */
    background: linear-gradient(to right, #00b4db, #0083b0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
.mega-menu-content h4::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0px;
    height: 2px;
    width: 25%;
    background-color: rgba(145, 145, 145, 0.2117647059);
}
.Company-title::after {
    width: 7% !important;
}
.mega-menu-content ul {
    list-style: none;
    padding: 0;
}

.mega-menu-content ul li {
    margin-bottom: 8px;
}

.mega-menu-content ul li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 3px 0px;
    line-height: 22px;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    font-family: var(--title-font);
    color: var(--title-color);
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.Business-menu {
    display: flex;
    gap: 20px;
    align-items: start;
    justify-content: space-between;
}

.mega-menu-content ul li a:hover {
    color: var(--theme-color);
    letter-spacing: 1px;
}

.business-menu-items {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}
.business-flex {
    flex: 1;
}
.Business-gap {
    margin-bottom: 18px !important;
}
.Business-gap:last-child {
    margin-bottom: 0px !important;
}

@media (max-width: 768px) {
    .mega-menu-content {
        position: static;
        width: 100%;
        box-shadow: none;
    }
    .mega-menu-content .row {
        flex-direction: column;
    }
    .header-location {
        flex-direction: column;
    }
    .header-location-item h5 {
        color: #fff;
    }

    .business-menu-items {
        gap: 0px;
        align-items: start;
    }
    .business-flex {
        flex: 2 !important;
    }
    .Business-menu {
        flex-wrap: wrap;
    }
    .business-menu-items {
        flex-direction: column;
    }
    .Business-link {
        font-size: 16px !important;
        margin-left: 20px !important;
        text-transform: capitalize !important;
        color: #fff !important;
        margin-bottom: 8px !important;
        position: relative !important;
        /* display: block !important; */
        line-height: 24px !important;
        padding: 10px 25px !important;
        font-weight: 500 !important;
    }
    .icons-style {
        border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    }
    .Business-gap {
        margin-bottom: 8px !important;
    }
}
@media (max-width: 991px) {
    .mega-menu-content {
        display: none; /* default hidden */
        padding-left: 20px;
    }
    .mobile-menu .dropdown-btn {
        cursor: pointer;
        display: inline-block;
        padding-left: 10px;
    }
    .mega-menu:hover .mega-menu-content {
        display: none;
    }
}
@media (max-width: 991px) {
    .mega-menu-content .column::after {
        display: none;
    }
    .mega-menu-content .column {
        position: static;
        padding: 0;
    }
    .mega-menu-content h4 {
        position: static;
    }
    .mega-menu-content h4::after {
        display: none;
    }
    .mega-menu-content {
        padding: 30px;
        background-color: var(--title-color);
        border-bottom: none;
    }
}
.menu-button {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}
.menu-button a {
    color: var(--theme-color) !important;
}
.menu-button a i {
    padding: 5px 0px;
}
.menu-button:hover {
    text-decoration: underline;
    text-decoration-color: var(--theme-color);
}

.icons-style a i {
    color: var(--theme-color);
    padding: 5px 0px;
}

/** main-header **/

.main-header {
    position: relative;
}

.main-header .outer-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-style-one {
    position: absolute;
    left: 0px;
    top: 30px;
    width: 100%;
}

.header-style-one .outer-box {
    background: #fff;
    border-radius: 60px;
    padding: 0px 15px;
}

.header-style-one .header-lower .outer-box:before {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.15);
    width: 100%;
    height: 100%;
    border-radius: 60px;
    left: 0px;
    top: 8px;
}
.logo-box a img {
    width: 190px;
}

.main-header .menu-right-content {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header .menu-right-content .search-btn button {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--title-color);
    transition: all 500ms ease;
}

.main-header .menu-right-content .search-btn button:hover {
}

.main-header .menu-right-content .link-box a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 500;
    text-transform: capitalize;
}

.main-header .menu-right-content .link-box a:hover {
}

.main-header .menu-right-content .theme-btn {
    padding: 10px 25px;
}

/** main-menu **/

.main-menu {
    float: left;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    margin: 0px;
}

.main-menu .navigation > li {
    position: inherit;
    float: left;
    z-index: 2;
    margin: 0px 19px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation > li:last-child {
    margin-right: 0px !important;
}

.main-menu .navigation > li:first-child {
    margin-left: 0px !important;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    padding-top: 31px;
    padding-bottom: 31px;
    font-weight: 500;
    font-family: var(--title-font);
    opacity: 1;
    color: var(--title-color);
    z-index: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .navigation > li.dropdown > a {
    padding-right: 17px;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
}

.main-menu .navigation > li.dropdown > a:before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    top: 31px;
    right: 0px;
    font-weight: 500;
    transition: all 500ms ease;
}

.header-style-one .main-menu .navigation > li > a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    right: 0px;
    bottom: 0px;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.header-style-one .main-menu .navigation > li.current > a:after,
.header-style-one .main-menu .navigation > li:hover > a:after {
    transform: scale(1, 1);
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu {
    position: absolute;
    left: inherit;
    top: 100%;
    width: 230px;
    margin-top: 15px;
    padding: 15px 30px;
    z-index: 100;
    display: none;
    background: #fff;
    opacity: 0;
    border-bottom: solid;
    border-width: 3px;
    visibility: hidden;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a {
    position: relative;
    display: flex;
    align-items: start;
    gap: 12px;
    padding: 5px 0px;
    line-height: 24px;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    font-family: var(--title-font);
    color: var(--title-color);
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > .megamenu li > a {
    padding-left: 0px;
}

.main-menu .navigation > li > .megamenu h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover {
    letter-spacing: 1px;
}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    position: absolute;
    right: 0px;
    top: 6px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0%;
    margin-left: 30px;
    width: 230px;
    margin-top: 15px;
    padding: 15px 30px;
    z-index: 100;
    display: none;
    background: #fff;
    opacity: 0;
    border-bottom: solid;
    border-width: 3px;
    visibility: hidden;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul:before {
    position: absolute;
    content: "";
    background: transparent;
    width: 30px;
    height: 100%;
    left: -30px;
    top: 0px;
}

.main-menu .navigation > li > ul > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 5px 0px;
    line-height: 24px;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    font-family: var(--title-font);
    color: var(--title-color);
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
    letter-spacing: 1px;
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    top: 100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0%;
    margin-top: 0px;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: -32px;
    top: 66px;
    width: 34px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #3b3b3b;
    cursor: pointer;
    display: none;
    z-index: 5;
    transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn {
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
    display: none;
}

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    background: var(--theme-color);
    display: none;
}

.mobile-menu .nav-logo img {
    max-width: 160px;
}

.menu-area .mobile-nav-toggler .icon-bar {
    position: relative;
    height: 2px;
    width: 30px;
    display: block;
    margin-bottom: 5px;
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
    margin-bottom: 0px;
}

/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu {
    position: absolute;
    width: 100%;
    padding: 30px 50px;
    left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4 {
    margin-bottom: 10px;
}

/** mobile-menu **/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: all 900ms ease;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 50px 25px;
    text-align: left;
    padding-bottom: 100px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 900ms ease;
    background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.7;
    visibility: visible;
    right: 100%;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #141417;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li > a {
    font-size: 16px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 5px solid #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current > a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    color: #ffffff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    padding: 0px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {
}

div#mCSB_1_container {
    top: 0px !important;
}

.mobile-menu .contact-info {
    position: relative;
    padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
    position: relative;
    display: block;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a {
    color: rgba(255, 255, 255, 0.8);
}

.mobile-menu .contact-info ul li a:hover {
}

.mobile-menu .contact-info ul li:last-child {
    margin-bottom: 0px;
}

/** header-style-two **/

.header-style-two {
    position: relative;
    background: #eff2e6;
}

.header-top {
    position: relative;
    padding: 6px 0px;
    border-bottom: 1px solid #d1d1d1;
}

.main-header .outer-container {
    position: relative;
    padding: 0px 40px;
}

.header-top .top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top .info {
    position: relative;
    display: flex;
    align-items: center;
}

.header-top .info li {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: var(--title-color);
    padding-left: 25px;
}

.header-top .info li:last-child {
    margin: 0px !important;
}

.header-top .info li a {
    position: relative;
    display: inline-block;
    font-weight: 400;
    color: #666666;
}

.header-top .info li a:hover {
}

.header-top .info li img {
    position: absolute;
    left: 0px;
    top: 0px;
}

.header-top p {
    font-size: 14px;
    color: var(--title-color);
}

.header-top p span {
    font-weight: 600;
    text-transform: uppercase;
    color: #ff3e3e;
}

.header-top .right-column {
    position: relative;
    display: flex;
    align-items: center;
}

.header-top .social-links {
    position: relative;
    display: flex;
    align-items: center;
}

.header-top .social-links li {
    position: relative;
    display: flex;
    margin-right: 10px;
}

.header-top .social-links li:last-child {
    margin: 0px !important;
}

.header-top .social-links li span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--title-color);
}

.header-top .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    color: var(--title-color);
}

.header-top .social-links li a:hover {
}

/** header-style-three **/

.header-style-three {
    position: relative;
    display: block;
}

.header-style-three .header-top {
    background: var(--secondary-color);
    border-bottom: none;
}

.header-style-three .header-top .info li,
.header-style-three .header-top .info li a {
    color: #fff;
}

.header-style-three .header-top .info li a:hover {
    text-decoration: underline;
}

.header-style-three .language-picker__flag,
.header-style-three .language-picker__button:before {
    color: #fff;
}

.header-style-three .language-picker__list li a {
    color: var(--text-color);
}

.header-style-three .header-top .social-links li span,
.header-style-three .header-top .social-links li a {
    color: #fff;
}

/** header-style-four **/

.header-style-four .main-menu .navigation > li > a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    right: 0px;
    top: 0px;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.header-style-four .main-menu .navigation > li.current > a:after,
.header-style-four .main-menu .navigation > li:hover > a:after {
    transform: scale(1, 1);
}

.header-style-five .header-top {
    border: none;
    background: var(--secondary-color);
}

.header-style-five .header-top .info li a,
.header-style-five .header-top .info li,
.header-style-five .header-top p {
    color: #fff;
}

.header-style-five .language-picker__flag,
.header-style-five .language-picker__button:before,
.header-style-five .header-top .social-links li span {
    color: #fff;
}

.header-style-five .header-top .social-links li a {
    color: rgba(255, 255, 255, 0.8);
}

.header-style-five .header-top .social-links li a:hover {
}

.header-style-five .language-picker__list li a {
    color: var(--text-color);
}

/** rtl-css **/

.rtl .main-header .menu-right-content .search-btn,
.rtl .main-header .menu-right-content .link-box {
    margin-right: 0px;
    margin-left: 20px;
}

.rtl .header-style-one .outer-box .logo-box {
    padding-left: 0px;
    padding-right: 15px;
}

.rtl .header-top .info li {
    margin-right: 0px;
    margin-left: 30px;
}

.rtl .language-picker {
    margin-right: 0px;
    margin-left: 30px;
}

.rtl .header-top .social-links li {
    margin-right: 0px;
    margin-left: 10px;
}

/** responsive-css **/

@media only screen and (max-width: 1349px) {
}

@media only screen and (max-width: 1200px) {
    .header-top .top-inner {
        display: block;
        text-align: center;
    }

    .header-top .info,
    .header-top .right-column {
        justify-content: center;
    }

    .main-header .outer-box {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 599px) {
    .main-header .menu-right-content {
        display: none;
    }

    .header-style-one .outer-box .logo-box {
        padding-left: 0px;
    }

    .rtl .header-style-one .outer-box .logo-box {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 499px) {
    .main-header .outer-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-top .info {
        display: block;
    }

    .main-header .logo-box {
        padding: 0px !important;
    }
}

/** main-footer **/

.main-footer {
    position: relative;
    background: #f2f2f2;
}

.main-footer .widget-section {
    border-bottom: 1px solid #cfcfcf;
}

.main-footer .logo-widget p {
    margin-bottom: 36px;
}

.main-footer .logo-widget .download-btn {
    position: relative;
    display: flex;
    align-items: center;
}

.main-footer .logo-widget .download-btn a {
    position: relative;
    display: inline-block;
    width: 182px;
    background: #000;
    padding: 11px 20px 11px 55px;
    font-size: 18px;
    line-height: 20px;
    font-family: var(--title-font);
    font-weight: 600;
    color: #fff;
    margin-right: 15px;
    border-radius: 10px;
}

.main-footer .logo-widget .download-btn a:hover {
    background: var(--secondary-color);
}

.main-footer .logo-widget .download-btn a img {
    position: absolute;
    left: 16px;
    top: 13px;
}

.main-footer .logo-widget .download-btn a:last-child {
    margin: 0px !important;
}

.main-footer .logo-widget .download-btn a span {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.main-footer .widget-title {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.main-footer .widget-title h4 {
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}

.main-footer .links-widget .links-list li {
    position: relative;
    display: block;
}

.main-footer .links-widget .links-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    color: var(--text-color);
}

.main-footer .links-widget .links-list li a:hover {
}

.footer-bottom {
    position: relative;
    padding: 13px 0px;
}

.footer-bottom .bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-bottom .bottom-inner .copyright p {
    line-height: 28px;
    color: var(--title-color);
}

.footer-bottom .bottom-inner .copyright p a {
    display: inline-block;
}

.footer-bottom .bottom-inner .copyright p a:hover {
    text-decoration: underline;
}

.main-footer .social-links {
    position: relative;
    display: flex;
    align-items: center;
}

.main-footer .social-links li {
    margin-right: 10px;
}

.main-footer .social-links li:last-child {
    margin: 0px !important;
}

.main-footer .social-links li a {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 48px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: var(--title-color);
}

.main-footer .social-links li a:hover {
    background: var(--secondary-color);
}

.main-footer .social-links li h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

.main-footer.home-2 {
    background: #eff2e6;
}

.main-footer.light-footer {
    background: #1a1a1a;
}

.main-footer.light-footer .logo-widget p {
    color: #fff;
}

.main-footer.light-footer .social-links li a {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.main-footer.light-footer .social-links li a:hover {
    background: #00455f;
}

.main-footer.light-footer .widget-title h4 {
    color: #fff;
}
.footer-logo a img {
    width: 180px;
}

.main-footer.light-footer .links-widget .links-list li a {
    color: rgba(255, 255, 255, 0.8);
}

.main-footer.light-footer .links-widget .links-list li a:hover {
}

.main-footer.light-footer .widget-section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-footer.light-footer .footer-bottom .bottom-inner .copyright p {
    color: #fff;
}

.main-footer.light-footer .logo-widget .download-btn a {
    background: #fff;
    color: var(--title-color);
}

.main-footer.light-footer .social-links li h5 {
    color: #fff;
}

.footer-patner-section {
    padding-top: 30px;
}
.footer-patner-logo {
    border: 1px solid #f1f5f9 !important;
    overflow: hidden;
    padding: 4px;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
    background: #fff;
    cursor: pointer;
}
.footer-patner-logo img {
    width: 90px;
}

/** rtl-css **/

.rtl .main-footer .logo-widget .download-btn a {
    margin-right: 0px;
    margin-left: 15px;
}

.rtl .main-footer .logo-widget {
    margin-right: 0px;
    margin-left: 30px;
}

.rtl .main-footer .social-links li {
    margin-right: 0px;
    margin-left: 10px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 991px) {
    .footer-widget {
        margin: 0px 0px 30px 0px !important;
    }

    .main-footer .widget-section {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-bottom .bottom-inner {
        display: block;
        text-align: center;
    }

    .main-footer .social-links {
        justify-content: center;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 599px) {
}

@media only screen and (max-width: 499px) {
    .main-footer .logo-widget .download-btn {
        display: block;
    }

    .main-footer .logo-widget .download-btn a {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .rtl .main-footer .logo-widget .download-btn a {
        margin-left: 0px;
    }
}

/** subscribe-section **/

.subscribe-section {
    position: relative;
    overflow: hidden;
}

.subscribe-section .bg-layer:before {
    position: absolute;
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.5;
}

.subscribe-section .content-box {
    position: relative;
    display: block;
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
}

.subscribe-section .content-box h2 {
    font-size: 48px;
    line-height: 58px;
    color: #fff;
    margin-bottom: 35px;
}

.subscribe-section .content-box .form-inner .form-group {
    position: relative;
    display: block;
    margin-bottom: 12px;
}

.subscribe-section .content-box .form-inner .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 55px;
    padding: 10px 170px 10px 56px;
    font-size: 16px;
    color: #8a8a8a;
    transition: all 500ms ease;
}

.subscribe-section .content-box .form-inner .form-group input:focus {
}

.subscribe-section .content-box .form-inner .form-group .icon-box {
    position: absolute;
    left: 30px;
    top: 26px;
    font-size: 16px;
    color: #aaaaaa;
    z-index: 1;
}

.subscribe-section .content-box .form-inner .form-group button[type="submit"] {
    position: absolute;
    top: 5px;
    right: 5px;
}

.subscribe-section .content-box p {
    line-height: 30px;
    color: #fff;
}

/** subscribe-style-two **/

.subscribe-style-two {
    position: relative;
}

.subscribe-style-two .bg-color {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    background: #eff2e6;
}

.subscribe-style-two .inner-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--secondary-color);
    border-radius: 10px;
    overflow: hidden;
    padding: 40px 80px;
}

.subscribe-style-two .inner-container h2 {
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    font-weight: 500;
}

.subscribe-style-two .inner-container h2 span {
}

.subscribe-style-two .inner-container .form-inner {
    position: relative;
    width: 440px;
}

.subscribe-style-two .inner-container .form-inner .form-group {
    position: relative;
    display: block;
    margin-bottom: 0px;
}

.subscribe-style-two
    .inner-container
    .form-inner
    .form-group
    input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background: #fff;
    border-radius: 50px;
    padding: 10px 150px 10px 30px;
}

.subscribe-style-two
    .inner-container
    .form-inner
    .form-group
    button[type="submit"] {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 10px 30px;
}

.subscribe-style-two .inner-container .shape-box .shape-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 140px;
    background-repeat: no-repeat;
}

.subscribe-style-two .inner-container .shape-box .shape-2 {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 159px;
    height: 140px;
    background-repeat: no-repeat;
}

.subscribe-style-two .inner-container .shape-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.subscribe-style-two .bg-color-2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    background: #1a1a1a;
}

/** rtl-css **/

.rtl
    .subscribe-section
    .content-box
    .form-inner
    .form-group
    button[type="submit"] {
    right: inherit;
    left: 5px;
}

.rtl
    .subscribe-section
    .content-box
    .form-inner
    .form-group
    input[type="email"] {
    padding-right: 56px;
    padding-left: 170px;
}

.rtl .subscribe-section .content-box .form-inner .form-group .icon-box {
    left: inherit;
    right: 30px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 991px) {
    .subscribe-style-two .inner-container {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .subscribe-section {
        padding: 70px 0px;
    }

    .subscribe-style-two .inner-container {
        display: block;
        padding-left: 30px;
        padding-right: 30px;
    }

    .subscribe-style-two .inner-container h2 {
        margin-bottom: 30px;
    }

    .subscribe-style-two .inner-container .form-inner {
        width: 100%;
    }
}

@media only screen and (max-width: 599px) {
}

@media only screen and (max-width: 499px) {
}

/** banner-section **/

.banner-section {
    padding: 150px 0px;
}

.banner-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.banner-section .content-box {
    position: relative;
    display: block;
}

.banner-section .content-box h2 {
    font-size: 48px;
    line-height: 66px;
    color: #fff;
    max-width: 950px;
    margin: 0 auto;
    margin-bottom: 24px;
    text-transform: capitalize;
}

.banner-section .content-box p {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    max-width: 720px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.banner-section .content-box .btn-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-section .content-box .btn-box .theme-btn.btn-one span {
    position: relative;
    padding-right: 22px;
}

.banner-section .content-box .btn-box .theme-btn.btn-one span:before {
    position: absolute;
    content: "\e901";
    font-family: "icomoon";
    font-size: 14px;
    top: -3px;
    right: 0px;
    font-weight: 400;
}

.banner-section .content-box .btn-box .theme-btn.btn-one:hover,
.banner-section .content-box .btn-box .theme-btn.btn-one:before,
.banner-section .content-box .btn-box .theme-btn.btn-one:after {
    background: #fff;
}

.banner-section .content-box .btn-box .theme-btn.btn-one:hover {
    color: var(--title-color) !important;
}

.banner-section .author-box {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.banner-section .author-box .author {
    position: absolute;
    display: inline-block;
    border-radius: 50%;
}

.banner-section .author-box .author img {
    width: 100%;
    border-radius: 50%;
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear;
}

.banner-section .author-box .author span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    font-size: 14px;
    line-height: 20px;
    font-family: var(--title-font);
    color: var(--title-color);
    border-radius: 30px;
    font-weight: 500;
    padding: 2px 15px;
}

.banner-section .author-box .author-1 span {
    background: #67ef3e;
}

.banner-section .author-box .author-2 span {
    background: #3ee4ef;
}

.banner-section .author-box .author-3 span {
    background: #ffffff;
}

.banner-section .author-box .author-4 span {
    background: #ffdd66;
}

.banner-section .author-box .author-5 span {
    background: #ff9a61;
}

.banner-section .author-box .author-6 span {
    background: #c99fff;
}

.banner-section .author-box .author-1 {
    left: 135px;
    top: 185px;
}

.banner-section .author-box .author-2 {
    left: 290px;
    top: 426px;
}

.banner-section .author-box .author-3 {
    left: 192px;
    bottom: 211px;
}

.banner-section .author-box .author-4 {
    position: absolute;
    top: 208px;
    right: 214px;
}

.banner-section .author-box .author-5 {
    position: absolute;
    top: 448px;
    right: 342px;
}

.banner-section .author-box .author-6 {
    position: absolute;
    bottom: 170px;
    right: 120px;
}

/** banner-style-two **/

.banner-style-two {
    position: relative;
    background: var(--secondary-color);
    padding: 240px 0px 250px 0px;
}

.banner-style-two .bg-layer {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-style-two .content-box {
    max-width: 600px;
}

.banner-style-two .content-box h2 {
    margin: 0px;
    margin-bottom: 20px;
    font-size: 56px;
    line-height: 62px;
}

.banner-style-two .content-box p {
    margin: 0px;
    margin-bottom: 35px;
}

.banner-style-two .content-box .btn-box {
    justify-content: left;
}

.banner-style-two .outer-container {
    position: relative;
    padding-left: 155px;
    padding-right: 155px;
}

.banner-style-two .pattern-layer-2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 31px;
    background-repeat: repeat-x;
    z-index: 1;
}

.banner-style-two .shape {
    position: absolute;
    left: 0px;
    top: 60px;
    width: 440px;
    height: 621px;
    background-repeat: no-repeat;
    opacity: 0.5;
}

/** banner-style-three **/

.banner-style-three {
    position: relative;
    padding: 72px 0px 68px 0px;
}

.banner-style-three .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-style-three .content-box h2 {
    max-width: 100%;
    color: var(--title-color);
    font-size: 58px;
    line-height: 65px;
}

.banner-style-three .content-box p {
    max-width: 100%;
    color: var(--text-color);
    font-size: 18px;
    line-height: 30px;
}

.banner-style-three .content-box .btn-box {
    justify-content: left;
}

.banner-style-three .image-inner {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 135px;
}

.banner-style-three .image-inner .image {
    position: relative;
    display: block;
}

.banner-style-three .image-inner .image img {
    width: 100%;
}

.banner-style-three .image-inner .image-1,
.banner-style-three .image-inner .image-1 img {
    border-radius: 120px 120px 0px 120px;
}

.banner-style-three .image-inner .image-2,
.banner-style-three .image-inner .image-2 img {
    border-radius: 120px 0px 120px 120px;
}

.banner-style-three .image-inner .image-3,
.banner-style-three .image-inner .image-3 img {
    border-radius: 120px 120px 120px 0px;
}

.banner-style-three .image-inner .image-4,
.banner-style-three .image-inner .image-4 img {
    border-radius: 0px 120px 120px 120px;
}

.banner-style-three .image-inner .icon-logo {
    position: absolute;
    display: inline-block;
    width: 105px;
    height: 105px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    padding: 4px;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.banner-style-three .banner-btn,
.banner-style-three .theme-btn.btn-one:hover {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.04);
}

.banner-style-three .shape .shape-1 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 251px;
    height: 251px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear;
}

.banner-style-three .shape .shape-2 {
    position: absolute;
    top: 80px;
    right: 260px;
    width: 91px;
    height: 116px;
    background-repeat: no-repeat;
}

.banner-style-three .shape .shape-3 {
    position: absolute;
    right: 790px;
    bottom: 165px;
    width: 119px;
    height: 111px;
    background-repeat: no-repeat;
}

/** banner-style-four **/

/* .banner-style-four{
  padding: 0px 100px;
} */

.banner-carousel .slide-item {
    position: relative;
    padding: 187px 0px;
    /* border-radius: 20px; */
    overflow: hidden;
}

.banner-carousel .content-box {
    max-width: 600px;
}

.banner-carousel .slide-item .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 8000ms linear;
    -moz-transition: all 8000ms linear;
    -ms-transition: all 8000ms linear;
    -o-transition: all 8000ms linear;
    transition: all 8000ms linear;
}

.banner-carousel .slide-item .bg-layer:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: linear-gradient(
        270deg,
        rgba(0, 0, 0, 0) 46.57%,
        rgba(0, 0, 0, 0.48) 70.88%,
        rgba(0, 0, 0, 0.8) 100%
    );
}

.banner-carousel .active .slide-item .bg-layer {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}

.banner-carousel .content-box .upper-text {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    font-family: var(--title-font);
    font-weight: 600;
    margin-bottom: 16px;
    color: #fff;
    border-radius: 30px;
    text-transform: uppercase;
    padding: 5px 13px;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box .upper-text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-carousel .content-box h2 {
    font-size: 40px;
    line-height: 54px;
    color: #fff;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .content-box h2 span {
    position: relative;
}

.banner-carousel .active .content-box h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.banner-carousel .content-box p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 40px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.banner-carousel .content-box .btn-box {
    position: relative;
    display: flex;
    align-items: center;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    -ms-transition-delay: 1400ms;
    -o-transition-delay: 1400ms;
    transition-delay: 1400ms;
}

.banner-style-four .shape-box .shape-1 {
    position: absolute;
    left: -108px;
    bottom: -49px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.banner-style-four .shape-box .shape-2 {
    position: absolute;
    left: 78px;
    top: 68px;
    width: 520px;
    height: 520px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.banner-carousel .owl-dots {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}

.banner-carousel .owl-dots button span {
    display: none !important;
}

.banner-carousel .owl-dots button {
    position: relative;
    display: block !important;
    width: 9px;
    height: 9px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    margin: 10px 0px;
    transition: all 500ms ease;
}

.banner-carousel .owl-dots button:hover,
.banner-carousel .owl-dots button.active {
    transform: scale(1.45);
    background: #fff;
}

/** banner-style-five **/

.banner-style-five {
    position: relative;
}

.banner-style-five .left-column {
    position: relative;
    display: block;
    width: 50%;
}

.banner-style-five .right-column {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
    height: 100%;
}

.banner-style-five .bg-layer {
    position: absolute;
    top: 0px;
    width: calc(100% + 50px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-style-five .left-column .bg-layer {
    left: 0px;
    clip-path: polygon(0% 0%, 99% 0%, 89% 100%, 0% 100%, 0% 0%);
}

.banner-style-five .right-column .bg-layer {
    right: 0px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 10% 0%);
}

.banner-style-five .bg-layer:before {
    position: absolute;
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.4;
}

.banner-style-five .content-box {
    position: relative;
    padding: 220px 200px;
}

.banner-style-five .content-box h2 {
    position: relative;
    display: block;
    font-size: 64px;
    line-height: 70px;
    color: #fff;
    margin-bottom: 20px;
}

.banner-style-five .content-box p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 30px;
}

/** rtl-css **/

.rtl .banner-section .content-box .btn-box .theme-btn.btn-one {
    margin-right: 0px;
    margin-left: 20px;
}

.rtl .banner-style-two .bg-layer {
    right: inherit;
    left: 0px;
}

.rtl .banner-style-two .content-box .btn-box {
    justify-content: right;
}

.rtl .banner-style-three .image-inner {
    direction: ltr;
    margin-left: 0px;
    margin-right: 135px;
}

.rtl .banner-style-three .content-box .btn-box {
    justify-content: right;
}

.rtl .banner-carousel .content-box {
    text-align: right;
}

.rtl .banner-carousel .content-box .btn-box {
    justify-content: right;
}

.rtl .banner-style-five {
    direction: ltr;
}

.rtl .banner-style-five .content-box {
    text-align: right;
}

/** responsive-css **/

@media only screen and (max-width: 1600px) {
    .banner-style-five .content-box {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media only screen and (max-width: 1200px) {
    .banner-section .author-box {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .banner-style-two .outer-container {
        padding-left: 50px;
        padding-right: 50px;
    }

    .banner-style-three .image-inner {
        margin-left: 0px;
    }

    .rtl .banner-style-three .image-inner {
        margin-right: 0px;
    }

    .banner-style-four {
        padding: 0px;
    }

    .banner-style-five .content-box {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-section .content-box h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .banner-section {
        padding: 200px 0px;
    }

    .banner-style-two .outer-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .banner-style-two .bg-layer {
        display: none;
    }

    .banner-style-two {
        padding: 100px 0px;
    }

    .banner-style-three {
        padding: 90px 0px 80px 0px;
    }

    .banner-style-three .shape {
        display: none;
    }

    .banner-carousel .content-box h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .banner-carousel .slide-item {
        padding: 90px 0px;
    }

    .banner-style-four .shape-box {
        display: none;
    }

    .banner-carousel .owl-dots {
        display: none !important;
    }

    .banner-style-five .left-column,
    .banner-style-five .right-column {
        position: relative;
        width: 100%;
    }

    .banner-style-five .bg-layer {
        clip-path: inherit !important;
    }

    .banner-style-five .content-box {
        padding: 90px 30px 100px 30px;
    }

    .banner-style-five .content-box h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 599px) {
}

@media only screen and (max-width: 499px) {
    .banner-section .content-box .btn-box {
        display: block;
    }

    .banner-section .content-box .btn-box .theme-btn.btn-one {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .rtl .banner-section .content-box .btn-box .theme-btn.btn-one {
        margin-left: 0px;
    }

    .banner-style-two .outer-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .banner-carousel .content-box .btn-box {
        display: block;
    }

    .banner-carousel .content-box .btn-box .theme-btn.mr_20 {
        margin-right: 0px;
        margin-bottom: 20px;
        margin-left: 0px !important;
    }
}
/** page-title **/

.page-title {
    position: relative;
}
.Page-background {
    background-image: url("../images/background/breadcrumb.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.Page-background::before {
    position: absolute;
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.5;
}

.page-title .content-box {
    position: relative;
    display: block;
}

.page-title h1 {
    position: relative;
    display: block;
    font-size: 56px;
    line-height: 60px;
    margin-bottom: 12px;
    color: #fff;
}
.page-title p {
    color: #ebf8fe;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 30px;
}
.page-title-2 {
    font-size: 42px !important;
    line-height: 56px !important;
    text-transform: capitalize;
    margin-bottom: 20px !important;
}

.page-title .bread-crumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-title .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin: 0px 2px;
}

.page-title .bread-crumb li a {
    display: inline-block;
    color: #fff;
}

.page-title .bread-crumb li a:hover {
}

.breadcrumb__area__shape {
    position: absolute;
    right: 10%;
    top: 60%;
    transform: translate(0, -50%);
}
@media screen and (max-width: 992px) {
    .breadcrumb__area__shape {
        right: 0;
    }
}
@media screen and (max-width: 576px) {
    .breadcrumb__area__shape {
        display: none !important;
    }
}
.breadcrumb__area__shape .shape__one {
    right: 25%;
    position: absolute;
}
@media screen and (max-width: 992px) {
    .breadcrumb__area__shape .shape__one {
        display: none;
    }
}

/** rtl-css **/

/** responsive-css **/

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
    .page-title {
        padding-top: 70px;
    }

    .page-title h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .page-title-2 {
        font-size: 30px !important;
        line-height: 40px !important;
        text-transform: capitalize;
        margin-bottom: 20px !important;
    }
    .page-title p {
        font-size: 15px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 599px) {
}

@media only screen and (max-width: 499px) {
}

/** clients-section **/

.clients-section {
    position: relative;
}

.clients-section .inner-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 40px 60px;
    border-radius: 10px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    margin-top: -106px;
}

.clients-section .clients-box {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.clients-section .clients-box .overlay-logo {
    position: absolute;
    left: 0px;
    top: -100%;
    transition: all 500ms ease;
}

.clients-section .clients-box:hover .overlay-logo {
    top: 0px;
}

/** clients-style-two **/

.clients-style-two {
    position: relative;
}

.clients-style-two .title-text {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.clients-style-two .title-text h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
}

.clients-style-two .clients-logo {
    position: relative;
    display: block;
    border: 1px solid #111;
    border-radius: 10px;
    opacity: 0.3;
    transition: all 500ms ease;
}

.clients-style-two .clients-logo a {
    position: relative;
    display: block;
}

.clients-style-two .clients-logo:hover {
    opacity: 1;
}

.clients-section.home-3 .inner-container {
    margin-top: 0px;
}

.clients-section .bg-color {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    background: var(--secondary-color);
}

.clients-section .inner-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.clients-section .title-text h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
}

/** rtl-css **/

/** responsive-css **/

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 991px) {
    .clients-section .inner-container {
        display: block;
        text-align: center;
        padding-bottom: 30px;
    }

    .clients-section .clients-box {
        margin-bottom: 30px;
        margin-right: 30px;
    }

    .clients-section .clients-box:last-child {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .clients-style-two {
        padding: 60px 0px 70px 0px;
    }

    .clients-section.pt_110 {
        padding: 60px 0px 0px 0px;
    }

    .clients-section .inner-box {
        display: block;
    }

    .clients-section.pb_120 {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 599px) {
}

@media only screen and (max-width: 499px) {
}
/** chooseus-section **/

.chooseus-section {
    position: relative;
}

.chooseus-section .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: -400px;
    width: 1827px;
    height: 1235px;
    background-repeat: no-repeat;
    background-position: center;
}

.chooseus-section .inner-container {
    position: relative;
    margin: 0px 7.5px;
}

.chooseus-section .inner-container .chooseus-block {
    padding: 0px 7.5px;
}

.chooseus-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 50px 40px 41px 40px;
    margin-bottom: 30px;
    transition: all 500ms ease;
}

.chooseus-block-one .inner-box:hover {
    box-shadow: 0px 10px 70px 0px rgba(0, 0, 0, 0.2);
}

.chooseus-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
    text-align: center;
    color: var(--title-color);
    border-radius: 50%;
    margin-bottom: 20px;
    z-index: 1;
    transition: all 500ms ease;
}
.icon-box-work {
    border-radius: 15px !important;
    background: #e7e7e7 !important;
    font-size: 0px !important;
}
.chooseus-block-one .inner-box .icon-box img {
    width: 45px;
    height: 45px;
    object-fit: cover;
}

.chooseus-block-one .inner-box:hover .icon-box {
    color: #fff;
}

.chooseus-block-one .inner-box .icon-box:before {
    position: absolute;
    content: "";
    background: var(--secondary-color);
    width: 100%;
    height: 0%;
    left: 0px;
    top: 0px;
    border-radius: 15px;
    z-index: -1;
    transition: all 500ms ease;
}

.chooseus-block-one .inner-box:hover .icon-box:before {
    height: 100%;
}

.chooseus-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
}

.chooseus-block-one .inner-box h3 a {
    display: inline-block;
    color: var(--title-color);
}

.chooseus-block-one .inner-box h3 a:hover {
}

.chooseus-block-one .inner-box p {
    margin-bottom: 14px;
}

.chooseus-block-one .inner-box .link a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    font-family: var(--title-font);
    font-weight: 500;
    color: var(--title-color);
    padding-right: 28px;
}

.chooseus-block-one .inner-box .link a:hover {
}

.chooseus-block-one .inner-box .link a i {
    position: absolute;
    top: 9px;
    right: 0px;
    font-size: 14px;
    font-weight: 400;
}

.chooseus-section.alternat-2 {
    background: #eff2e6;
}

/** chooseus-style-two **/

.chooseus-style-two {
    position: relative;
}

.chooseus-style-two .chooseus-block-one .inner-box {
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.chooseus-section .outer-container {
    overflow: hidden;
    border-radius: 20px;
    /* background: linear-gradient(to right, #f05b29, #005677); */
    background: linear-gradient(to right, #008abe, #005677, #f05b29);
    /* background: var(--secondary-color); */
}

.chooseus-section.light-section .chooseus-block-one .inner-box {
    padding-left: 30px;
    padding-right: 30px;
    height: 100%;
}

.chooseus-section .outer-container .shape .shape-1 {
    position: absolute;
    left: -155px;
    bottom: -305px;
    width: 520px;
    height: 520px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.chooseus-section .outer-container .shape .shape-2 {
    position: absolute;
    left: 48px;
    bottom: -222px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.05);
    -webkit-animation: zoom-fade 6s infinite linear;
    animation: zoom-fade 6s infinite linear;
}

.chooseus-section .outer-container .shape .shape-3 {
    position: absolute;
    right: -155px;
    top: -305px;
    width: 520px;
    height: 520px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.chooseus-section .outer-container .shape .shape-4 {
    position: absolute;
    right: -35px;
    top: 34px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.05);
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear;
}

/** chooseus-style-three **/

.chooseus-style-three {
    position: relative;
    background: #eff2e6;
}

.chooseus-style-three .chooseus-block-one .inner-box {
    padding-left: 30px;
    padding-right: 30px;
}

.chooseus-style-three .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.chooseus-style-three .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
    visibility: hidden;
}

.chooseus-style-three .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.chooseus-style-three .owl-nav {
    position: absolute;
    left: -330px;
    bottom: 180px;
}

.chooseus-section.alternat-3 {
    background: var(--secondary-color);
}

.chooseus-section.alternat-3 .pattern-layer {
    bottom: 0px;
    width: 100%;
    height: calc(100% + 76px);
    opacity: 0.05;
}

.chooseus-section .outer-container.b_radius_0 {
    border-radius: 0px;
}

/** rtl-css **/

.rtl .chooseus-style-three .owl-nav {
    left: inherit;
    right: -330px;
}

.rtl .chooseus-style-three .chooseus-block-one .inner-box {
    text-align: right;
}

/** responsive-css **/

@media only screen and (max-width: 1200px) {
    .chooseus-section {
        padding-left: 0px;
        padding-right: 0px;
    }

    .chooseus-style-three .owl-nav {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
    .chooseus-section {
        padding: 60px 0px 40px 0px;
    }

    .chooseus-block-one .inner-box {
        box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    }

    .chooseus-section.alternat-2 {
        padding-top: 70px;
    }

    .chooseus-section.light-section {
        padding: 0px;
    }

    .chooseus-section .outer-container,
    .chooseus-style-three {
        padding: 70px 0px 40px 0px;
    }
}

@media only screen and (max-width: 599px) {
}

@media only screen and (max-width: 499px) {
}

/** testimonial-section **/

.testimonial-section {
    position: relative;
    background: var(--secondary-color);
}

.testimonial-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.testimonial-block-one {
    max-width: 410px;
    padding-right: 10px;
    margin-bottom: 45px;
    margin-top: 10px;
    padding-bottom: 30px;
}

.testimonial-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 40px 30px 55px 40px;
}

.testimonial-block-one .inner-box:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 45px;
    height: 45px;
    left: 37px;
    bottom: -45px;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

.testimonial-block-one .inner-box .author-box {
    position: relative;
    display: block;
    padding: 4px 0px 5px 0px;
    margin-bottom: 28px;
}

.testimonial-block-one .inner-box .author-box .thumb-box {
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 0px;
    width: 59px;
    height: 59px;
    border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box .thumb-box img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-block-one .inner-box .icon-box {
    position: absolute;
    top: 30px;
    right: 30px;
}

.testimonial-block-one .inner-box .author-box h4 {
    display: block;
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
}

.testimonial-block-one .inner-box .author-box .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.testimonial-block-one .inner-box .shape {
    position: absolute;
    left: 10px;
    top: -10px;
    width: 400px;
    height: 321px;
    background-repeat: no-repeat;
    background-position: left bottom;
}

/** rtl-css **/

.rtl .testimonial-block-two .inner-box {
    text-align: right;
}

.rtl .testimonial-block-two .inner-box .icon-box {
    right: inherit;
    left: 40px;
}

.rtl .testimonial-block-two .inner-box .author-box {
    padding-left: 0px;
    padding-right: 71px;
}

.rtl .testimonial-block-two .inner-box .author-box .thumb-box {
    left: inherit;
    right: 0px;
}

.rtl .testimonial-block-three .inner-box {
    text-align: right;
}

.rtl .testimonial-block-three .inner-box .author-box {
    padding-left: 0px;
    padding-right: 70px;
}

.rtl .testimonial-block-three .inner-box .author-box .author-thumb {
    left: inherit;
    right: 0px;
}

.rtl .dueal-section .dots-style-one .owl-dots {
    text-align: right;
}

.rtl .testimonial-style-three .testimonial-block {
    padding-left: 0px;
    padding-right: 480px;
    text-align: right;
}

.rtl .testimonial-style-three .testimonial-block .thumb-box {
    left: inherit;
    right: 0px;
}

.rtl .testimonial-style-three .owl-nav {
    right: inherit;
    left: 0px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 991px) {
    .testimonial-block-one .inner-box .shape {
        display: none;
    }

    .testimonial-style-three .testimonial-block {
        padding-left: 0px;
    }

    .rtl .testimonial-style-three .testimonial-block {
        padding-right: 0px;
    }

    .testimonial-style-three .testimonial-block .thumb-box {
        position: relative;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-section {
        padding: 70px 0px 40px 0px;
    }

    .testimonial-style-two .owl-dots {
        display: none;
    }

    .testimonial-style-two {
        padding-bottom: 70px;
    }

    .testimonial-block-three .inner-box h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .testimonial-style-three .inner-container {
        padding: 70px 30px;
    }

    .testimonial-style-three .owl-nav,
    .testimonial-style-three .inner-container .shape {
        display: none;
    }

    .testimonial-style-two.pt_70 {
        padding-top: 20px;
    }

    .testimonial-style-three.pt_120.pb_120 {
        padding: 70px 0px;
    }

    .testimonial-style-three.pb_120 {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 599px) {
    .testimonial-style-three .testimonial-block .content-box h2 {
        font-size: 24px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 499px) {
}

/** video-section **/

.video-section {
    position: relative;
}

.video-section .inner-container {
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 200px 0px;
}

.video-section .inner-container:before {
    position: absolute;
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.3;
}

/** rtl-css **/

/** responsive-css **/

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
    .video-section {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 599px) {
}

@media only screen and (max-width: 499px) {
}
/** team-section **/

.team-section {
    position: relative;
}

.team-section .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 1827px;
    height: 1235px;
    background-repeat: no-repeat;
    background-position: center;
}

.team-block-one {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
}

.team-block-one .inner-box {
    position: relative;
    display: block;
    margin-bottom: 45px;
}

.team-block-one .inner-box .image-box {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    z-index: 5;
}
@media (max-width: 767px) {
    .team-block-one .inner-box .image-box {
        height: initial;
    }
}

.team-block-one .inner-box .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px 15px 0px 0px;
}

.team-block-one .inner-box .image-box .overlay-image {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    transform: translatex(50%) scaleX(1.5);
    opacity: 0;
    filter: blur(10px);
    transition: opacity 0.3s ease;
    transition: background-color 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
    border-radius: 15px 15px 0px 0px;
}

.team-block-one .inner-box:hover .image-box .overlay-image {
    transform: translatex(0) scaleX(1);
    opacity: 1;
    filter: blur(0);
}

.team-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 50px 20px 30px;
    margin-top: -25px;
    background-color: #008abe;
    z-index: 9;
    transition: all 0.4s ease-in-out;
    border-radius: 15px;
    clip-path: polygon(100% 0, 100% 100%, 0 98%, 0 17%);
}
.team-block-one .inner-box:hover .lower-content {
    background-color: #f05a28;
}

.team-block-one .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
}

.team-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: #fff;
}

.team-block-one .inner-box .lower-content h3 a:hover {
    color: #fff;
}

.team-block-one .inner-box .lower-content .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.team-section .lower-box {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

.join-section {
    position: relative;
}

.join-section .content-box {
    position: relative;
    display: block;
}

.join-section .content-box p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px;
}

/** rtl-css **/

/** responsive-css **/

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 991px) {
    .join-section .content-box p br {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .team-section {
        padding: 70px 0px 20px 0px;
    }

    .team-section.pt_0.pb_0 {
        padding: 0px;
    }

    .join-section {
        padding: 70px 0px;
    }
}

@media only screen and (max-width: 599px) {
}

@media only screen and (max-width: 499px) {
    .team-block-one .inner-box .image-box {
        width: 280px;
        height: 280px;
    }
}

/** service-section **/

.service-section {
    position: relative;
}
/* new css */
.service-section-3 {
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
.service-section-3 .line-shape-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.service-section-3 .line-shape-2 img {
    width: 100%;
    height: 100%;
}
.service-card-items {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}
.service-card-items .icon-256 {
    position: absolute;
    bottom: 8px;
    right: 8px;
    opacity: 0.2;
}
.service-card-items .service-image img {
    width: 100%;
    height: 100%;
}
.service-card-items .service-content {
    padding: 35px 30px;
    position: relative;
    z-index: 9;
}
.service-card-items .service-content .icon {
    width: 70px;
    height: 70px;
    line-height: 65px;
    text-align: center;
    border-radius: 8px;
    background-color: var(--theme-color);
    margin-bottom: 30px;
    margin-top: -70px;
    transition: all 0.4s ease-in-out;
    transition: transform 500ms ease;
}
.service-card-items .service-content .icon img {
    filter: grayscale(100%) brightness(300%);
}
.service-card-items .service-content h4 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
}
.service-card-items .service-content h4 a {
    color: var(--title-color);
}
.service-card-items .service-content h4 a:hover {
    color: var(--theme-color);
}
.service-card-items:hover .icon {
    transform: scaleX(-1);
}
.theme-btn-2 {
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    color: var(--text-color);
    text-transform: capitalize;
}
.theme-btn-2 i {
    margin-left: 10px;
}
.theme-btn-2:hover {
    color: var(--theme-color);
}

/** industries-style-two **/

.industries-style-two {
    position: relative;
    background: var(--secondary-color);
}

.industries-style-two .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.industries-block-two {
    height: 100%;
}
.industries-block-two .inner-box {
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 28px 20px 33px 100px;
    z-index: 1;
    height: 100%;
}

.industries-block-two .inner-box:before {
    position: absolute;
    content: "";
    background: #fff;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transform-origin: center;
    transform: scaleY(0);
    z-index: -1;
    transition: all 500ms ease;
}

.industries-block-two .inner-box:hover:before {
    transform: scaleY(1);
}

.industries-block-two .inner-box .icon-box {
    position: absolute;
    left: 20px;
    top: 30px;
    transition: all 500ms ease;
}
.industries-block-two .inner-box .icon-box img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.industries-block-two .inner-box:hover .icon-box {
}

.industries-block-two .inner-box h3 {
    display: block;
    font-size: 24px;
    line-height: 38px;
}

.industries-block-two .inner-box h3 a {
    display: inline-block;
    color: #fff;
}

.industries-block-two .inner-box h3 a:hover {
    text-decoration: underline;
}

.industries-block-two .inner-box:hover h3 a {
    color: var(--title-color);
}

.industries-block-two .inner-box p {
    color: rgba(255, 255, 255, 0.8);
    transition: all 500ms ease;
}

.industries-block-two .inner-box:hover p {
    color: var(--text-color);
}

/** rtl-css **/

/** responsive-css **/

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 991px) {
    .industries-section .industries-block-one {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .industries-section .industries-block-one {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e5e5e5 !important;
    }

    .industries-section .industries-block-one:last-child {
        border-bottom: none !important;
    }

    .industries-section {
        padding-top: 0px;
        padding-bottom: 70px;
    }

    .industries-style-two {
        padding: 70px 0px 40px 0px;
    }

    .industries-style-three {
        padding: 70px 0px;
    }

    .industries-style-five {
        padding: 70px 0px;
    }
}

@media only screen and (max-width: 599px) {
}

@media only screen and (max-width: 499px) {
}

/** contact-section **/

.contact-section {
    position: relative;
}

.contact-section .sec-title h2 {
    font-size: 48px;
    line-height: 56px;
}

.contact-section .inner-container {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.contact-section .info-box {
    position: relative;
    padding: 52px 40px 107px 40px;
    background: var(--secondary-color);
}

.contact-section .info-box h3 {
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 40px;
}

.contact-section .info-box .single-item {
    position: relative;
    display: block;
    padding-left: 95px;
    margin-bottom: 35px;
}

.contact-section .info-box .single-item:last-child {
    margin-bottom: 0px;
}

.contact-section .info-box .single-item .icon-box {
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 8px;
    width: 70px;
    height: 70px;
    line-height: 64px;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
}

.contact-section .info-box .single-item h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 4px;
    color: #fff;
}

.contact-section .info-box .single-item p {
    line-height: 26px;
    max-width: 190px;
    color: #fff;
}

.contact-section .info-box .single-item p a {
    color: #fff;
}

.contact-section .info-box .single-item p a:hover {
}

.contact-section .form-inner {
    position: relative;
    display: block;
    padding: 52px 60px 60px 60px;
}

.contact-section .form-inner .form-group {
    position: relative;
    margin-bottom: 22px;
}

.contact-section .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.contact-section .form-inner .form-group label {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 4px;
    color: var(--title-color);
}

.contact-section .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.contact-section .form-inner .form-group input[type="text"],
.contact-section .form-inner .form-group input[type="email"],
.contact-section .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: var(--text-color);
    padding: 10px 20px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid rgba(229, 229, 229, 1);
    transition: all 500ms ease;
}

.contact-section .form-inner .form-group textarea {
    height: 150px;
    resize: none;
    border-radius: 20px;
}

.contact-section .form-inner .form-group input:focus,
.contact-section .form-inner .form-group textarea:focus {
}

.google-map .inner-container {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    height: 500px;
}

.google-map .inner-container iframe {
    position: relative;
    width: 100%;
    height: 500px;
}

/** rtl-css **/

.rtl .contact-section .form-inner:before {
    left: inherit;
    right: -120px;
}

.rtl .contact-section .info-box .single-item {
    padding-left: 0px;
    padding-right: 95px;
}

.rtl .contact-section .info-box .single-item .icon-box {
    left: inherit;
    right: 0px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 991px) {
    .contact-section .form-inner:before {
        display: none;
    }

    .contact-section .info-box {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-section .inner-container {
        padding: 70px 30px;
    }

    .contact-section {
        padding-top: 65px;
    }

    .contact-section .form-inner {
        padding: 0px;
    }
}

@media only screen and (max-width: 599px) {
}

@media only screen and (max-width: 499px) {
    .contact-section .info-box .single-item {
        padding-left: 0px;
    }

    .rtl .contact-section .info-box .single-item {
        padding-right: 0px;
    }

    .contact-section .info-box .single-item .icon-box {
        position: relative;
        margin-bottom: 20px;
        top: 8px;
    }
}

/** news-section **/

.news-section {
    position: relative;
}

.news-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    padding: 170px 30px 24px 30px;
    margin-bottom: 30px;
}

.news-block-one .inner-box .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.news-block-one .inner-box .bg-layer:before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38.21%, #000000 100%);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.news-block-one .inner-box .content-box {
    position: relative;
    display: block;
    z-index: 2;
}

.news-block-one .inner-box .content-box .post-date {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 10px;
}

.news-block-one .inner-box .content-box h4 {
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}

.news-block-one .inner-box .content-box h4 a {
    display: inline-block;
    color: #fff;
}

.news-block-one .inner-box .content-box h4 a:hover {
}

.news-block-one .inner-box .overlay-bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: translatey(-50%) scaleY(1.5);
    opacity: 0;
    filter: blur(10px);
    transition: opacity 0.5s ease;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.news-block-one .inner-box .overlay-bg-layer:before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38.21%, #000000 100%);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.news-block-one .inner-box:hover .overlay-bg-layer {
    transform: translatey(0) scaleY(1);
    opacity: 1;
    filter: blur(0);
}

.news-block-two .inner-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.news-block-two .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
}

.news-block-two .inner-box .image-box img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.news-block-two .inner-box .image-box .overlay-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: translatey(-50%) scaleY(1.5);
    opacity: 0;
    filter: blur(10px);
    transition: opacity 0.5s ease;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.news-block-two .inner-box:hover .image-box .overlay-image {
    transform: translatey(0) scaleY(1);
    opacity: 1;
    filter: blur(0);
}

.news-block-two .inner-box .lower-content {
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 0px 0px 10px 10px;
    padding: 28px 30px 31px 30px;
}

.news-block-two .inner-box .lower-content .category {
    position: absolute;
    left: 30px;
    top: -15px;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-family: var(--title-font);
    color: #fff;
    font-weight: 500;
    border-radius: 30px;
    padding: 5px 20px;
    z-index: 1;
}

.news-block-two .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 13px;
}

.news-block-two .inner-box .lower-content h3 a {
    position: relative;
    display: inline-block;
    color: var(--title-color);
}

.news-block-two .inner-box .lower-content h3 a:hover {
}

.news-block-two .inner-box .lower-content .post-info {
    position: relative;
    display: flex;
    align-items: center;
}

.news-block-two .inner-box .lower-content .post-info li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: var(--title-color);
    font-weight: 500;
    margin-right: 35px;
}

.news-block-two .inner-box .lower-content .post-info li:last-child {
    margin: 0px !important;
}

.news-block-two .inner-box .lower-content .post-info li span {
    font-weight: 400;
    color: var(--text-color);
}

.news-block-two .inner-box .lower-content .post-info li a {
    display: inline-block;
    color: var(--title-color);
}

.news-block-two .inner-box .lower-content .post-info li a:hover {
}

.news-block-two .inner-box .lower-content .post-info li:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 16px;
    top: 5px;
    right: -18px;
    background: var(--title-color);
    opacity: 0.1;
}

.news-block-two .inner-box .lower-content .post-info li:last-child:before {
    display: none;
}

.news-block-three .inner-box {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.news-block-three .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
}

.news-block-three .inner-box .image-box img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.news-block-three .inner-box .image-box .overlay-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: translatey(-50%) scaleY(1.5);
    opacity: 0;
    filter: blur(10px);
    transition: opacity 0.5s ease;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.news-block-three .inner-box:hover .image-box .overlay-image {
    transform: translatey(0) scaleY(1);
    opacity: 1;
    filter: blur(0);
}

.news-block-three .inner-box .lower-content {
    position: relative;
    padding-top: 24px;
}

.news-block-three .inner-box .lower-content .category {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-family: var(--title-font);
    color: #fff;
    font-weight: 500;
    border-radius: 30px;
    padding: 5px 20px;
    z-index: 1;
    margin-bottom: 12px;
}

.news-block-three .inner-box .lower-content h3 {
    display: block;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}

.news-block-three .inner-box .lower-content h3 a {
    display: inline-block;
    color: var(--title-color);
}

.news-block-three .inner-box .lower-content h3 a:hover {
}

.news-block-three .inner-box .lower-content .post-info {
    position: relative;
    display: flex;
    align-items: center;
}

.news-block-three .inner-box .lower-content .post-info li {
    position: relative;
    display: inline-block;
    padding-left: 29px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #555;
    margin-right: 28px;
}

.news-block-three .inner-box .lower-content .post-info li:last-child {
    margin: 0px !important;
}

.news-block-three .inner-box .lower-content .post-info li i {
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 20px;
}

.news-block-three .inner-box .lower-content .post-info li a {
    color: #555;
}

.news-block-three .inner-box .lower-content .post-info li a:hover {
}

.news-section .shape .shape-1 {
    position: absolute;
    left: -285px;
    bottom: -258px;
    width: 520px;
    height: 520px;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 50%;
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear;
}

.news-section .shape .shape-2 {
    position: absolute;
    left: -39px;
    bottom: 0px;
    width: 341px;
    height: 341px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 50%;
}
.news-block-two {
    height: 100%;
}
.sidebar-page-container .news-block-two .inner-box {
    margin-bottom: 40px;
    height: 100%;
}

.blog-standard-content .news-block-two .inner-box .lower-content h3 {
    font-size: 28px;
    line-height: 32px;
}

/** rtl-css **/

.rtl .news-block-two .inner-box .lower-content .category {
    left: inherit;
    right: 30px;
}

.rtl .news-block-two .inner-box .lower-content .post-info li {
    margin-right: 0px;
    margin-left: 35px;
}

.rtl .news-block-two .inner-box .lower-content .post-info li:before {
    right: inherit;
    left: -18px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
    .news-section {
        padding-bottom: 40px;
    }

    .news-section.pt_120 {
        padding-top: 70px;
    }

    .news-section .shape {
        display: none;
    }
}

@media only screen and (max-width: 599px) {
    .blog-standard-content .news-block-two .inner-box .lower-content h3 {
        font-size: 20px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 499px) {
    .news-block-two .inner-box .lower-content .post-info {
        display: block;
    }

    .news-block-two .inner-box .lower-content .post-info li:before {
        display: none;
    }
}

/** funfact-section **/

.funfact-section {
    position: relative;
}

.funfact-block-one .inner-box {
    position: relative;
    display: block;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 32px 15px 30px 15px;
    margin-bottom: 30px;
    transition: all 500ms ease;
}

.funfact-block-one .inner-box:hover {
}

.funfact-block-one .inner-box .count-outer {
    position: relative;
    display: block;
    font-size: 42px;
    line-height: 47px;
    font-family: var(--title-font);
    color: var(--theme-color-2);
    font-weight: 600;
    margin-bottom: 0px;
}

.funfact-block-one .inner-box p {
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
}

.funfact-section.alternat-2 .funfact-block-one .inner-box {
    background: #fff;
    border-color: #fff;
    box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.06);
}

.single__cat__icon {
    height: 60px;
    width: 60px;
    display: grid;
    place-items: center;
    border-radius: 6px;
    background-color: #ddf1ff;
    margin: 0 auto;
    margin-bottom: 10px;
}
.single__cat__icon {
    font-size: 40px;
    color: var(--theme-color);
}

/** rtl-css **/

/** responsive-css **/

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
    .funfact-section.pb_90 {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 599px) {
}

@media only screen and (max-width: 499px) {
}

/** about-style-three **/

.video_block_two .video-inner {
    position: relative;
    width: 100%;
    padding: 218px 0px;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.video_block_two .video-box .video-content {
    position: relative;
    display: inline-block;
    width: 148px;
    height: 148px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    text-align: center;
}

.video_block_two .video-box .video-content a {
    position: absolute;
    display: inline-block;
    left: 32px;
    top: 32px;
    width: 82px;
    height: 82px;
    line-height: 88px;
    background: #fff;
    font-size: 30px;
    border-radius: 50%;
}

.video_block_two .video-content .curve-text {
    position: absolute;
    left: 74px;
    top: 7px;
    width: 148px;
    height: 148px;
}

.video_block_two .video-content .curve-text span {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--title-color);
}

.about-style-three {
    position: relative;
    background: var(--secondary-color);
    padding: 120px 0px;
}

.about-style-three .content_block_one .content-box .text-box p {
    color: #fff;
}

.about-style-three .content_block_one .content-box .list-style-one li {
    color: #fff;
}

.about-style-three .content_block_one .content-box .theme-btn:before,
.about-style-three .content_block_one .content-box .theme-btn:after {
    background: #fff;
}

.about-style-three .content_block_one .content-box .theme-btn:hover {
    color: var(--title-color) !important;
}

.about-style-three .video_block_two .video-box .image-1 {
    position: relative;
    display: block;
    border-radius: 255px 255px 255px 10px;
}

.about-style-three .video_block_two .video-box .image-1 img {
    width: 100%;
    border-radius: 255px 255px 255px 10px;
}

.about-style-three .video_block_two .video-box .image-2,
.about-style-three .video_block_two .video-box .image-2 img {
    border-radius: 150px 150px 10px 150px;
}

.about-style-three .video_block_two .video-box .video-content {
    position: absolute;
    top: 86px;
    right: 82px;
}

.about-style-three .video_block_two .video-box .image-2:before {
    position: absolute;
    content: "";
    background: #00455f;
    width: 100%;
    height: 100%;
    right: 10px;
    bottom: 10px;
    border-radius: 150px 150px 10px 150px;
    z-index: -1;
}

.about-style-three .video_block_two .video-box .shape {
    position: absolute;
    top: 106px;
    right: 0px;
    width: 90px;
    height: 116px;
    background-repeat: no-repeat;
}

.about-style-three .pattern-layer .pattern-1 {
    position: absolute;
    left: 50%;
    top: 110px;
    width: 590px;
    height: 590px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    margin-left: -262px;
}

.about-style-three .pattern-layer .pattern-2 {
    position: absolute;
    left: 50%;
    top: 110px;
    width: 590px;
    height: 590px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
    margin-left: 135px;
}

/** responsive-css **/
@media only screen and (max-width: 991px) {
    .content_block_one .content-box {
        margin-left: 0px;
        padding-top: 70px;
    }
    .workforce-page .content-box h2 {
        font-size: 28px;
        line-height: 42px;
    }

    .rtl .content_block_one .content-box {
        margin-right: 0px;
    }

    .video_block_one .video-box .image-layer {
        display: none;
    }

    .video_block_one .video-box {
        padding-left: 0px;
        padding-top: 0px;
    }

    .about-style-two .content_block_one .content-box {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .rtl .about-style-two .content_block_one .content-box {
        margin-left: 0px;
    }

    .video_block_two .video-box {
        top: 0px;
        margin: 0px;
    }

    .about-style-two {
        padding-bottom: 120px;
    }

    .about-style-three .content_block_one .content-box {
        margin-right: 0px;
    }

    .image_block_two .image-inner {
        margin-bottom: 40px;
    }

    .about-style-five .video_block_two .video-box {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .about-section {
        padding: 70px 0px;
    }

    .about-style-two {
        padding-bottom: 70px;
    }

    .about-style-three {
        padding: 70px 0px;
    }

    .about-style-four {
        padding: 70px 0px 55px 0px;
    }

    .about-section.pt_0 {
        padding-top: 0px;
    }
}
@media only screen and (max-width: 599px) {
    .about-style-three .video_block_two .video-box {
        padding: 0px;
    }

    .about-style-three .video_block_two .video-box .image-2 {
        position: relative;
        margin-top: 30px;
    }

    .about-style-three .video_block_two .video-box .image-2:before {
        display: none;
    }

    .about-style-three .video_block_two .video-box {
        margin-bottom: 40px;
    }
}
/* ?? Workforce-solutions-Pages  */
/*--------------------------------------------------------------
# Workforce solutions Modal
--------------------------------------------------------------*/
.servicesModal .seminarModalTitle {
    color: var(--theme-color-2);
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}
.servicesModal .php-email-form {
    width: 100%;
}
.servicesModal .php-email-form .form-group {
    padding-bottom: 8px;
}
.servicesModal .php-email-form input,
.servicesModal .php-email-form textarea,
.servicesModal .php-email-form select {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    padding: 10px !important;
    border-radius: 4px;
}
.servicesModal .php-email-form input:focus,
.servicesModal .php-email-form textarea:focus,
.servicesModal .php-email-form select:focus {
    border-color: var(--theme-color-2);
}
.servicesModal .php-email-form input,
.servicesModal .php-email-form select {
    height: 44px;
}
.servicesModal .php-email-form textarea {
    padding: 10px 12px;
}
.servicesModal .php-email-form button[type="submit"] {
    background: var(--theme-color);
    color: #fff;
    border: 0;
    padding: 9px 30px;
    transition: 0.4s;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
}

.servicesModal .php-email-form button[type="submit"]:hover {
    background: var(--theme-color-2);
}

/* ?? Our Value Proposition  */
/*--------------------------------------------------------------
# Our Value Proposition
--------------------------------------------------------------*/
.value-proposition {
    background: #fff;
}
.Value-card {
    padding: 30px 25px;
    border: 1px solid #d4dcff;
    background: #f3f7fb;
    border-radius: 20px;
    transition: all 0.4s;
    height: 100%;
}
.Value-card .icon {
    border-radius: 8px;
    border: 1px solid #d4dcff;
    background: transparent;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    margin-bottom: 20px;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Value-card .icon img {
    width: 40px;
    height: 40px;
}
.Value-card .body h3 {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 32px;
    transition: all 0.4s;
    text-transform: capitalize;
}
.Value-card .body h3 a {
    color: var(--title-color);
}
.Value-card .body h3 a:hover {
    color: var(--theme-color);
}
.Value-card:hover {
    border: 1px solid var(--theme-color-2);
    background: var(--theme-color-2);
}
.Value-card:hover .icon {
    background: #fff;
    border: 1px solid #fff;
    transform: rotate(360deg);
}
.Value-card:hover .body h3 a {
    color: #fff;
}
.Value-card:hover .body p {
    color: #fff;
}

/** category-section **/

.category-section {
    position: relative;
}

.category-section .bg-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 50%;
    overflow: hidden;
}

.category-section .bg-box .bg-layer:before {
    position: absolute;
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.7;
}

.category-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 50px 30px 30px 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.12);
    margin-bottom: 30px;
}

.category-block-one .inner-box h2 {
    display: block;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 14px;
}

.category-block-one .inner-box p {
    margin-bottom: 28px;
}

.category-block-one .inner-box .theme-btn {
    margin-bottom: -30px;
    z-index: 2;
}

.category-block-one .inner-box .image-box {
    border-radius: 10px;
}

.category-block-one .inner-box .image-box img {
    width: 100%;
    border-radius: 10px;
    transition: all 500ms ease;
}

.category-block-one .inner-box:hover .image-hov-one img {
    transform: scaleY(1.03);
}

.category-block-one .inner-box:hover .image-hov-two img {
    transform: scaleX(1.03);
}

.category-section.home-3 {
    background: #eff2e6;
}

/** rtl-css **/

/** responsive-css **/

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
    .category-section {
        padding: 70px 0px 40px 0px;
    }

    .category-section.pb_0 {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 599px) {
}

@media only screen and (max-width: 499px) {
}

/* Google map location CSS */
.map-location .world-map-image {
    position: relative;
}
.map-location .world-map-location {
    position: absolute;
    display: block;
    border-radius: 50px;
    cursor: pointer;
    top: 40%;
    left: 40%;
    z-index: 2;
}
.map-location-child-0 {
    left: 25.5% !important;
    top: 33% !important;
}
.map-location-child-1 {
    left: 26.5% !important;
    top: 40% !important;
}
.map-location-child-2 {
    left: 69.5% !important;
    top: 47% !important;
}
.map-location-child-3 {
    left: 25% !important;
    top: 45% !important;
}
.map-location-child-4 {
    left: 22% !important;
    top: 46% !important;
}
.map-location-child-5 {
    left: 22.5% !important;
    top: 38% !important;
}
.map-location-child-6 {
    left: 19.5% !important;
    top: 41% !important;
}
.map-location-child-7 {
    left: 19.5% !important;
    top: 34% !important;
}
.map-location-child-8 {
    left: 18.5% !important;
    top: 50% !important;
}
.map-location-child-9 {
    left: 29.5% !important;
    top: 35% !important;
}
.map-location-child-10 {
    left: 66.5% !important;
    top: 48% !important;
}

.map-location-child-11 {
    left: 66.5% !important;
    top: 52% !important;
}

.map-location .world-map-icons {
    background: #f05a28;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    min-width: 14px;
    min-height: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-style: solid;
    border-width: 0;
    padding: 8px;
    border-radius: 50px;
    background-size: cover;
}
.map-location .world-map-icons i {
    font-size: 18px;
    color: #fff;
}

.tooltip {
    position: absolute;
    top: -100px; /* Adjust based on design */
    left: 50%;
    transform: translateX(-50%);
    background-color: #2c2c2c;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    width: max-content;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 999;
    font-size: 14px;
    text-align: center;
}

.world-map-location:hover .tooltip {
    opacity: 1;
    visibility: visible;
}
.tooltip::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #2c2c2c transparent transparent transparent;
}
/* ?? Workforce Solutions Page title  */
/*--------------------------------------------------------------
# Workforce Solutions Page title
--------------------------------------------------------------*/
.workforce-page {
    width: 100%;
    position: relative;
    padding: 150px 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-image: url("../images/shape/shape-01.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.workforce-page .content-box h2 {
    font-size: 40px;
    line-height: 54px;
    color: #fff;
    margin-bottom: 20px;
    opacity: 1;
    transition: all 1000ms ease;
    text-transform: capitalize;
}
.workforce-page .content-box h2 span {
    color: var(--theme-color);
}
.workforce-page .content-box p {
    font-size: 18px;
    line-height: 30px;
    color: #e5e7eb;
    margin-bottom: 40px;
    opacity: 1;
    transition: all 1000ms ease;
}
.workforce-page .workforce-image img {
    width: 100%;
    height: auto;
    border-radius: 40% 10px 10px 10px;
    transition: transform 0.5s ease;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .workforce-page {
        padding: 90px 0px;
    }
    .workforce-page .content-box h2 {
        font-size: 28px;
        line-height: 42px;
    }
}
/* ?? working process Solutions-Pages  */
/*--------------------------------------------------------------
# working process
--------------------------------------------------------------*/
.service-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-right: 60px;
}

@media (min-width: 640px) {
    .service-box {
        gap: 1.5rem; /* sm:gap-6 */
    }
}

.service-icon {
    padding: 1rem;
    border-radius: 9999px;
    position: relative;
    transition: all 0.5s ease;
    background-color: var(--theme-color);
}

.hover-track-1::after,
.hover-track-2::after {
    content: "";
    position: absolute;
    /* background-color: #e2e8f0; */
    width: 3px;
    right: 50%;
    height: 200px;
    transition: all 0.5s ease;
    background-color: var(--theme-color);
}

@media (min-width: 340px) {
    .hover-track-1::after,
    .hover-track-2::after {
        height: 170px;
    }
}
@media (min-width: 450px) {
    .hover-track-1::after,
    .hover-track-2::after {
        height: 130px;
    }
}
@media (min-width: 1024px) {
    .hover-track-1::after,
    .hover-track-2::after {
        height: 150px;
    }
}

.service-box:hover .hover-track-1,
.service-box:hover .hover-track-2 {
    background-color: var(--theme-color); /* s2 */
}

.service-box:hover .hover-track-1::after,
.service-box:hover .hover-track-2::after {
    background-color: var(--theme-color);
    width: 3px;
}

.icon-number {
    color: white;
    background-color: var(--theme-color-2); /* s1 */
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    font-weight: 700;
    font-size: 20px;
}

.service-text {
    flex: 1;
}

.border-line {
    border-bottom: 1px solid #e2e8f0; /* strokeColor */
}

.custom-heading {
    font-size: 1.25rem;
    font-weight: 600;
}

.custom-paragraph {
    color: #64748b; /* text-bodyText */
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}

@media (min-width: 1280px) {
    .custom-paragraph {
        padding-bottom: 2rem;
    }
}
.service-box-wrapper {
    position: relative;
}
.box-arrow {
    position: absolute;
    top: 13px;
    right: -11px;
    width: 52px;
}

@media only screen and (max-width: 767px) {
    .box-arrow {
        display: none;
    }
    .service-box {
        padding-right: 0px;
    }
}

/* ?? Recently Placed Job Roles-Pages  */
/*--------------------------------------------------------------
# Recently Placed Job Roles
--------------------------------------------------------------*/
.placed-job {
    background-color: #fafafa;
}
.placed-job .job-categories-3-wrap {
    height: 100%;
}
.placed-job .job-categories-3 {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    position: relative;
    text-align: center;
    height: 100%;
    top: 40px;
    transition: 0.5s all ease;
}
.job-categories-3 .twm-media {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(56, 152, 226, 0.3);
    display: table;
    margin-bottom: -40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -70px;
    background-color: #fff;
    transition: 0.5s all ease;
}
.job-categories-3 .flaticon-dashboard img {
    width: 55px;
    height: 55px;
    object-fit: cover;
}
.twm-content a {
    color: var(--title-color);
}
.twm-content a h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    text-transform: capitalize;
}

.job-categories-3:hover {
    background-color: var(--theme-color);
}
.job-categories-3:hover .twm-content a {
    color: #fff;
}
.job-categories-3:hover .twm-content a h4 {
    color: #fff;
}
.read-more-btn {
    color: #6b7280;
    cursor: pointer;
    text-decoration: underline;
}

.full-text {
    display: none !important;
}

button.btn-close {
    position: absolute;
    top: 4px;
    right: 8px;
    border: 1px solid currentColor;
    display: inline-block;
}
.page-faq-section .faq-question-title {
    font-size: 20px;
    line-height: 30px;
}
@media only screen and (max-width: 599px) {
    .page-faq-section .faq-question-title {
        font-size: 18px;
        line-height: 28px;
    }
}

.page-faq-section .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: #fff;
}
.page-faq-section .accordion-item .accordion-button.collapsed {
    background-color: #f5f5f5;
    color: var(--title-color);
}
.page-faq-section
    .accordion-item:has(.accordion-collapse.show)
    .accordion-button {
    background-color: var(--theme-color);
}
.page-faq-section .accordion-item .accordion-body p {
    color: var(--text-color-dark) !important;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 4px;
}
