:root {
    --primary: #212f5b;
    --secondary: #f07f31;
}

body {
    font-family: "Poppins", Arial, sans-serif;
    background: #fff;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: gray;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
}

a {
    text-decoration: none;
    transition: .3s all ease;
}

p {
    color: #506172;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: normal;
}

ul {
    margin: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

.text-justify {
    text-align: justify;
}

.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.bg-secondary {
    background-color: var(--secondary) !important;
}


/*===============================
    Text Font Size
=================================*/
.font-20 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
}

.font-35 {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.5;
}

.font-45 {
    font-size: 45px;
    line-height: 1.2;
    font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .font-35 {
        font-size: 30px;
    }

    .font-45 {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .font-35 {
        font-size: 25px;
    }

    .font-45 {
        font-size: 25px;
    }
}

/*============================
    Button
==============================*/
.btn-primary {
    background-color: var(--secondary);
}

.btn-primary:hover {
    background-color: var(--secondary);
}

.btn-danger {
    background-color: var(--primary);
}
.btn-danger:hover {
    background-color: var(--secondary);
}
.btn {
    position: relative;
    border-radius: unset !important;
    padding: 11px 25px !important;
    transition: ease-in 0.3s;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;
    text-transform: capitalize;
}

.btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: var(--secondary);
    z-index: 1;
    border-radius: 5px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0;
}

.btn:hover::before {
    transform: scaleX(1);
    color: #fff !important;
    z-index: -1;
}

/*==========================
    Menu Section
============================*/
.navbar-brand{
    width: 30%;
}

@media (max-width: 767.98px) {
    .navbar-brand{
        width: 65%;
    }
}

@media only screen and (min-width: 575px) and (max-width: 1800px) {
    .navbar-brand .w-75{
        width: 60% !important;
    }
}
.navbar-collapse
{
  flex-grow: unset !important;
}
.menu-navbar-light {
    background: var(--primary);
    z-index: 3;
    padding: 0;
}

@media (max-width: 991.98px) {
    .menu-navbar-light {
        background: #000000 !important;
        position: relative;
        top: 0;
        padding: 10px 15px;
    }

    .menu-navbar-light .navbar-nav {
        padding-bottom: 10px;
    }
}

.menu-navbar-light .navbar-nav>.nav-item>.nav-link {
    font-size: 14px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    opacity: 1 !important;
}

.menu-navbar-light .navbar-nav>.nav-item>.nav-link:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: var(--secondary);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu-navbar-light .navbar-nav>.nav-item>.nav-link:hover {
    color: var(--secondary);
}

.menu-navbar-light .navbar-nav>.nav-item>.nav-link:hover:before {
    width: 100%;
}

@media (max-width: 991.98px) {
    .menu-navbar-light .navbar-nav>.nav-item>.nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: .7rem;
        padding-bottom: .7rem;
        color: rgba(255, 255, 255, 0.7);
    }

    .menu-navbar-light .navbar-nav>.nav-item>.nav-link:hover {
        color: #fff;
    }
}

@media (max-width: 767.98px) {
    .menu-navbar-light .navbar-nav>.nav-item>.nav-link {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
}

.menu-navbar-light .navbar-nav .btn {
    padding: 10px 25px !important;
}


/* .menu-navbar-light .navbar-nav>.nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    border-radius: 4px;
}

.menu-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item {
    font-size: 12px;
    color: #000000;
}

.menu-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item:hover,
.menu-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item:focus {
    background: #4e9525;
    color: #fff;
}

@media (max-width: 991.98px) {
    .menu-navbar-light .navbar-nav>.nav-item .dropdown-menu {
        display: block !important;
        background: #000000;
    }

    .menu-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item {
        color: rgba(255, 255, 255, 0.8);
    }
} */

.menu-navbar-light .navbar-nav>.nav-item.active>a {
    color: var(--secondary);
}

@media (max-width: 991.98px) {
    .menu-navbar-light .navbar-nav>.nav-item.active>a {
        color: #fff;
    }
}

.menu-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}

.menu-navbar-light .navbar-toggler:focus {
    outline: none !important;
}

/*==================================
    Hero Section
====================================*/

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area {
        padding-top: 120px
    }
}

@media (max-width: 575px) {
    .slider-area {
        padding-top: 120px
    }
}

.slider-area .single-slider .slider-cap-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.slider-area .single-slider .slider-cap-wrapper .hero__img {
    width: 48%;
    overflow: hidden
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__img {
        display: none
    }
}

@media (max-width: 575px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__img {
        display: none
    }
}

.slider-area .single-slider .slider-cap-wrapper .hero__img img {
    width: 100%
}

.slider-area .single-slider .slider-cap-wrapper .hero__caption {
    width: 48%;
    overflow: hidden
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__caption {
        width: 100%;
        padding-left: 37px;
        padding-bottom: 40px
    }
}

@media (max-width: 575px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__caption {
        width: 100%;
        padding-left: 37px;
        padding-bottom: 90px
    }
}

.slider-area .single-slider .slider-cap-wrapper .hero__caption h1 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #ffffff;
    line-height: 1.1;
    display: block
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__caption h1 {
        font-size: 56px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__caption h1 {
        font-size: 45px;
        line-height: 1.2
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__caption h1 {
        font-size: 30px;
        line-height: 1.2
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__caption h1 {
        font-size: 33px;
        line-height: 1.2;
        margin-bottom: 30px
    }
}

@media (max-width: 575px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__caption h1 {
        font-size: 23px;
        line-height: 1.2;
        margin-bottom: 25px
    }
}

.slider-area .single-slider .slider-cap-wrapper .hero__caption p {
    margin-bottom: 39px;
    display: block;
    padding-right: 356px;
    color: #a6b3c6
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__caption p {
        padding-right: 35px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__caption p {
        padding-right: 35px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__caption p {
        padding-right: 21px;
        margin-bottom: 13px
    }
}

@media (max-width: 575px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__caption p {
        font-size: 24px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__caption p {
        padding-right: 100px;
        margin-bottom: 24px;
        font-size: 15px
    }
}

@media (max-width: 575px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__caption p {
        padding-right: 10px;
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 26px
    }
}

.slider-area .single-slider .slider-cap-wrapper .hero__caption .hero-btn {
    font-size: 16px;
    color: #fff;
    display: block
}

.slider-area .single-slider .slider-cap-wrapper .hero__caption .hero-btn svg {
    fill: #04dbec;
    height: 43px;
    padding-left: 20px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__caption .hero-btn svg {
        height: 27px;
        padding-left: 8px
    }
}

@media (max-width: 575px) {
    .slider-area .single-slider .slider-cap-wrapper .hero__caption .hero-btn svg {
        height: 27px;
        padding-left: 8px
    }
}

.hero-area .hero-cap h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    text-transform: capitalize
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-area .hero-cap h2 {
        font-size: 29px
    }
}

@media (max-width: 575px) {
    .hero-area .hero-cap h2 {
        font-size: 35px
    }
}

.slider-height {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.hero-height2 {
    min-height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-height2 {
        min-height: 500px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-height2 {
        min-height: 400px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-height2 {
        min-height: 300px
    }
}

@media (max-width: 575px) {
    .hero-height2 {
        min-height: 300px
    }
}

.slider-active button.slick-arrow {
    position: absolute;
    right: 60px;
    bottom: 0;
    background: none;
    border: 0;
    padding: 0;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    height: 60px;
    width: 60px;
    cursor: pointer;
    background: #00444b
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-active button.slick-arrow {
        line-height: 40px;
        height: 40px;
        width: 40px;
        right: 40px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-active button.slick-arrow {
        line-height: 40px;
        height: 40px;
        width: 40px;
        right: 40px
    }
}

@media (max-width: 575px) {
    .slider-active button.slick-arrow {
        line-height: 40px;
        height: 40px;
        width: 40px;
        right: 40px
    }
}

.slider-active button.slick-arrow i {
    font-size: 20px;
    line-height: 60px;
    color: #ffff
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-active button.slick-arrow i {
        line-height: 40px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-active button.slick-arrow i {
        line-height: 40px
    }
}

@media (max-width: 575px) {
    .slider-active button.slick-arrow i {
        line-height: 40px
    }
}

.slider-active button.slick-next {
    right: 0px;
    background: #04dbec
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    section {
        padding-top: 80px;
    }
}

@media (max-width: 575px) {
    section {
        padding-top: 70px;
    }
}

/*======================================
    Section One
========================================*/


.section-one .heading p {
    font-size: 18px;
}

.section-one .heading h2 {
    color: var(--primary);
    margin: 0;
}

/*=============================
    Section Two
================================*/
.section-two .single-services {
    border: 1px solid var(--secondary);
    padding: 79px 52px;
    transition: all .4s ease-out 0s;
}

.section-two .single-services .services-icon span {
    font-size: 60px;
    margin-bottom: 13px;
    transition: all .4s ease-out 0s;
}

.home-about-img {
    width: 50%;
    background-image: url(../images/about-us.jpg);
    background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    height: 700px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-about-img {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .home-about-img {
        width: 100%;
        height: 500px;
    }
}

.section-two .single-services .services-cap {
    padding: 0 16px;
}

.section-two .single-services:hover {
    border: 1px solid var(--primary);
}

.section-two .single-services:hover {
    box-shadow: 0px 10px 30px 0px rgba(133, 66, 189, 0.1);
}

/*===================================
    Section Three
=====================================*/

.section-three .left-image {
    background-image: url(../images/shapingfuture.jpg);
    background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 700px;
    width: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-three .left-image {
        width: 100%;
        height: 500px;
    }
}

@media (max-width: 575px) {
    .section-three .left-image {
        width: 100%;
        height: 500px;
    }
}

.section-three .section-three-area .right-content {
    width: 50%;
    padding: 20px 20px 20px 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-three .section-three-area .right-content {
        width: 100%;
        padding: 50px 30px;
    }
}

@media (max-width: 575px) {
    .section-three .section-three-area .right-content {
        width: 100%;
        padding: 50px 30px;
    }
}

.section-three .section-three-area .right-content span {
    margin-bottom: 22px;
    display: block;
    color: #7d8da4;
}

.section-three .section-three-area .right-content h3 {
    display: block;
    color: #28395a;
    margin-bottom: 25px;
}

/*===============================
    Section Four
=================================*/
.section-four {
    padding-top: 200px;
    padding-bottom: 200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-four {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

@media (max-width: 575px) {
    .section-four {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.section-four h2 {
    position: relative;
    z-index: 2;
}

.section-four.cover-background {
    background-image: url(../images/parallax-bg.jpg);
    position: relative;
    background-size: cover;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.dark-overlay::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.75;
    background: #091e42;
}

/*==============================
    Footer Section
================================*/
.footer-section-one {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .footer-section-one h2 {
        margin-bottom: 20px;
    }
}

.footer-section {
    font-size: 16px;
    padding: 5em 0 3em 0;
}

.footer-section h2 {
    font-weight: normal;
    color: var(--primary);
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 400;
}

.footer-section .logo {
    font-size: 34px !important;
    text-transform: uppercase;
    font-weight: 900 !important;
    line-height: 1;
    letter-spacing: 4px;
}

.footer-section .social-icon li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}

.footer-section .social-icon li a {
    height: 50px;
    width: 50px;
    display: block;
    float: left;
    background: var(--primary);
    border-radius: 50%;
    position: relative;
}

.footer-section .social-icon li a i {
    color: #fff;
    position: absolute;
    font-size: 26px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer-section .social-icon li a:hover {
    background-color: var(--primary);
}

.footer-section a {
    color: var(--primary);
}

.footer-section a:hover {
    color: var(--secondary);
}

.footer-section .contact-information ul li {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px;
}

.footer-section .contact-information .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: var(--primary);
}

.footer-section .contact-information .icon,
.footer-section .contact-information .text {
    display: table-cell;
    vertical-align: top;
}


/*====================================
  Testimonial Section
======================================*/
.testimonial-style.owl-carousel .owl-nav.disabled,
.testimonial-style.owl-carousel .owl-dots.disabled {
    display: block;
}

.testimonial-style .owl-nav button.owl-prev {
    left: -20%;
}

.testimonial-style .owl-nav button.owl-prev,
.testimonial-style .owl-nav button.owl-next {
    position: absolute;
    top: 30%;
    transform: translate(20%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: none;
    border: transparent;
    line-height: 62px;
    background-color: var(--primary) !important;
}

.testimonial-style.owl-theme .owl-nav [class*="owl-"] i,
.testimonial-style.owl-theme .owl-nav [class*="owl-"]:hover i {
    color: #fff !important;
    font-size: 18px;
}

.testimonial-style .owl-nav button.owl-next {
    right: -20%;
}

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

    .testimonial-style.owl-carousel .owl-nav.disabled,
    .testimonial-style.owl-carousel .owl-dots.disabled {
        display: none;
    }
}



/*======================================
    owl carousel
========================================*/
/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 75%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

/*=====================================
  FAq Section
======================================*/
.faq-section .accordion-style .card {
    background: transparent;
    box-shadow: none;
    margin-top: 0 !important;
    border: none;
    transition: .3s all ease;
}

.faq-section .accordion-style .card-header {
    border: 0px;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background: none;
}

.faq-section .accordion-style .btn-link {
    color: var(--primary);
    font-size: 16px;
    line-height: 20px;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border-radius: 0;
    padding: 15px 40px 24px 0px;
    box-shadow: none;
    text-decoration: none;
    margin-bottom: 0;
    cursor: pointer;
}

.faq-section .accordion-style .btn-link:hover {
    text-decoration: none;
}


.faq-section .accordion-style .btn-link:after {
    content: "-";
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #fff;
    background: var(--primary);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-section .accordion-style .btn-link.collapsed:after {
    content: "+";
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #fff;
    background: var(--secondary);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

@media (max-width: 575px) {
    .faq-section .accordion-style .btn-link:after {
        right: -25px;
        width: 40px;
        height: 40px;
    }

    .faq-section .accordion-style .btn-link.collapsed::after {
        right: -25px;
        width: 40px;
        height: 40px;
    }
}

.faq-section .accordion-style .card-body {
    padding: 20px 20px 20px 0;
    text-align: left;
    line-height: 2;
    font-size: 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.17)
}

.faq-section .accordion-style .btn-link.collapsed {
    color: #282b2d;
}




.faq-section .accordion-style.style1 .card-body {
    padding: 20px 20px 10px 0;
}

.faq-section .accordion-style.style1 .btn-link {
    padding: 20px 0px 20px 40px;
}

.faq-section .accordion-style.style1 .btn-link:after {
    left: 0px;
    right: inherit;
    top: 20px;
}

.faq-section .accordion-style.style1 .btn-link.collapsed:after {
    left: 0;
    right: inherit;
    top: 20px;
}

@media screen and (max-width: 767px) {
    .faq-section .accordion-style .card-body {
        padding: 15px;
    }
}

.faq-section .nav-tabs {
    border-color: var(--secondary);
}

.faq-section .nav-link {
    color: var(--primary);
}

.faq-section .nav-link:hover {
    border-color: var(--secondary);
    border-bottom: 0;
}

.faq-section .nav-link.active {
    color: var(--secondary);
    border-color: var(--secondary);
    border-bottom: 0;
}

/*===============================
    testimonial-section
=================================*/

.testimony-section {
    position: relative;
}

.testimony-section .owl-carousel {
    margin: 0;
}

.testimony-section .owl-carousel .owl-stage-outer {
    padding: 1em 0 2em 0;
    position: relative;
}

.testimony-section .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%;
}

.testimony-section .owl-nav .owl-prev,
.testimony-section .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    outline: none !important;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.testimony-section .owl-nav .owl-prev span:before,
.testimony-section .owl-nav .owl-next span:before {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.5);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.testimony-section .owl-nav .owl-prev:hover span:before,
.testimony-section .owl-nav .owl-prev:focus span:before,
.testimony-section .owl-nav .owl-next:hover span:before,
.testimony-section .owl-nav .owl-next:focus span:before {
    color: #fff;
}

.testimony-section .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
}

.testimony-section .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
}

.testimony-section:hover .owl-nav .owl-prev,
.testimony-section:hover .owl-nav .owl-next {
    opacity: 1;
}

.testimony-section:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
}

.testimony-section:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
}

.testimony-section .owl-dots {
    text-align: center;
}

.testimony-section .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
}

.testimony-section .owl-dots .owl-dot.active {
    background: var(--primary);
}

.testimony-wrap {
    display: block;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    padding: 0 20px;
    border: 1px solid var(--primary);
    -webkit-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 20px 21px -10px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
}

.testimony-wrap .user-img {
    width: 80px;
    height: 80px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.testimony-wrap .name {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
    color: #000000;
}

.testimony-wrap .position {
    font-size: 16px;
    color: var(--primary);
}

.testimony-wrap {
    height: 300px;
    overflow: hidden;
}

.testimony-wrap .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}


/*==================================
    Inner Page
====================================*/

.hero-wrap.hero-wrap-2 {
    height: 500px;
}

.hero-wrap {
    width: 100%;
    height: 100%;
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    transition: background-position 0.3s ease;
}

.hero-wrap.hero-wrap-2 .overlay {
    opacity: .3;
}

.hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .2;
    background: #000000;
}

.hero-wrap.hero-wrap-2 .slider-text {
    height: 500px;
}

.slider-text h1 {
    position: relative;
    font-size: 60px;
    color: #fff;
    line-height: 1.2;
    font-weight: 700;
}

.slider-text .breadcrumbs {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.slider-text p {
    position: relative;
    font-size: 18px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
}

.slider-text .breadcrumbs span {
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1199.98px) {
    .hero-wrap {
        background-position: center center !important;
    }
}

.slider-text .breadcrumbs span i {
    color: rgba(255, 255, 255, 0.3);
}


/*==============================
    Contact Section
================================*/
.dbox .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--primary);
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 20px;
}

.dbox .icon span {
    font-size: 20px;
    color: #fff;
}

.dbox p span {
    font-weight: 500;
    color: #000000;
}

.contact-wrap {
    background: #fff;
}

.form-group {
    margin-bottom: 1rem;
}

.label {
    color: var(--primary);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.form-control {
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
}

.form-select {
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.form-select:focus {
    border-color: unset !important;
    outline: 0;
    box-shadow: unset;
}

.form-control {
    height: 52px !important;
    background: #fff !important;
    color: #000000 !important;
    font-size: 18px;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

textarea.form-control {
    height: inherit !important;
}

.contact-section .contact-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 767.98px) {
    .contact-section .contact-bg {
        height: 400px;
    }
}


/*====================================
    About Us Page
======================================*/
.about-section-one {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.about-section-one .starups {
    display: flex;
    align-items: center;
    width: 50%;
    padding-left: 10%;
    background-image: url(../images/about-us-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
}

@media only screen and (min-width: 1601px) and (max-width: 1800px) {
    .about-section-one .starups {
        padding-left: 10%;
    }
}

.about-section-one .starups .about-section-one-details {
    padding-right: 117px;
}

.about-section-one .starups .about-section-one-details span {
    margin-bottom: 22px;
    display: block;
    color: #9fabbe;
}

.about-section-one .starups .about-section-one-details h3 {
    display: block;
    color: #fff;
    margin-bottom: 53px;
}

.about-section-one .starups .about-section-one-details .starups-list ul {
    display: flex;
    margin-bottom: 18px;
}

.about-section-one .starups .about-section-one-details i {
    font-size: 20px;
    color: var(--secondary);
}

.about-section-one .starups .about-section-one-details p {
    padding-left: 5px;
    color: #9fabbe;
}

.about-section-one .starups-img {
    width: 50%;
    background-image: url(../images/whatwedo.jpg);
    background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    height: 700px;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section-one {
        display: block;
    }

    .about-section-one .starups {
        width: 100%;
    }

    .about-section-one .starups .about-section-one-details {
        padding-right: 0px;
    }

    .about-section-one .starups-img {
        width: 100%;
        height: 400px;
    }

    .about-section-one .starups .about-section-one-details p {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .about-section-one {
        display: block;
    }

    .about-section-one .starups {
        width: 100%;
    }

    .about-section-one .starups {
        padding: 0 30px;
    }

    .about-section-one .starups .about-section-one-details {
        padding-right: 0px;
        margin-top: 40px;
    }

    .about-section-one .starups-img {
        width: 100%;

        height: 500px;

    }

    .about-section-one .starups .about-section-one-details .font-35 {
        font-size: 21px;
    }

    .about-section-one .starups .about-section-one-details p {
        padding-left: 9px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-section-one .starups {
        padding-left: 8%;
    }

    .about-section-one .starups .about-section-one-details {
        padding-right: 30px;
    }

    .about-section-one .starups .about-section-one-details .font-35 {
        font-size: 28px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .about-section-one .starups {
        padding-left: 10%;
        padding-right: 35px;
    }

    .about-section-one .starups .about-section-one-details {
        padding-right: 0px;
    }
}

/*About Section Two*/

.about-section-two {
    padding-top: 200px;
    padding-bottom: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .about-section-two {
        padding-top: 200px;
        padding-bottom: 200px;
    }
}

.about-section-two .about-tittle h2 {
    color: var(--primary);
    font-size: 50px;
    font-weight: 900;
    text-transform: capitalize;
}

.about-section-two .about-details .pear1 {
    color: var(--primary);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section-two {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 575px) {
    .about-section-two {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .about-section-two .about-tittle h2 {
        font-size: 40px;
    }
}

/*=======================================
    Rewards and Earnings Page
=========================================*/
.testimonial-section.rewards-earnings-section .testimony-wrap {
    height: unset;
}

.testimonial-section.rewards-earnings-section .owl-item {
    width: 300px !important;
}

@media (max-width: 575px) {

    .testimonial-section.rewards-earnings-section .owl-item {
        width: 351px !important;
    }
}
/*================================
    Login Page
==================================*/
.login-page,
.register-page {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(https://source.unsplash.com/1600x900/?market);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.login-page,
.register-page {
    height: 100vh;
    display: flex;
    align-items: center;
}

.signup-pass {
    position: absolute;
    top: 20px;
    right: 25px;
    cursor: pointer;
}

.login-page .form-floating label {
    color: var(--primary);
}
.forgot-pwd-page.login-page{
    height: 100vh;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .register-page {
        height: 100%;
    }
}
@media (max-width: 768px) {

    .login-page,
    .register-page {
        height: 100%;
    }
}


