@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'BebasNeue';
    src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*
.montserrat-<uniquifier> {
     font-family: "Montserrat", sans-serif;
     font-optical-sizing: auto;
     font-weight: <weight>;
     font-style: normal;
 }
 */
.sec-title .sub-title,
h1, h2, h3, h4 ,h5, h6 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.sec-title .sub-title h5 {
    line-height: 28px;
}
/*
.blog-one__single-content h2,
.sec-title h2 {
    letter-spacing: normal;
}
 */
.dropdown-btn {
    display: none;
}
:root {
    --thm-font: 'DM Sans', sans-serif;
    *--thm-primary: #cf6628;
    *--thm-primary-rgb: 207, 102, 40;
    --thm-primary: #64c800;
    --thm-primary-rgb: 100, 200, 0;
    --thm-white: #ffffff;
    --thm-white-rgb: 255, 255, 255;
    *--thm-black: #575d5d;
    *--thm-black-rgb: 87, 93, 93;
    --thm-black: #333333;
    --thm-black-rgb: 51, 51, 51;
    --thm-gray: #767676;
    --thm-gray-rgb: 118, 118, 118;
    --thm-gray-bg: #f5f5f8;
    --thm-gray-bg-rgb: 245, 245, 248;
    --thm-font-size: 16px;
    --thm-font-weight: 400;
    --thm-white-bg: #ffffff;
    --thm-heading-font-weight: 700;
    --thm-blue: #0d6efd;
    --thm-indigo: #6610f2;
    --thm-purple: #6f42c1;
    --thm-pink: #d63384;
    --thm-red: #dc3545;
    --thm-orange: #fd7e14;
    --thm-yellow: #ffc107;
    --thm-green: #198754;
    --thm-teal: #20c997;
    --thm-cyan: #0dcaf0;
}

.main-header-one__inner {
    align-items: center;
    justify-content: space-evenly;
}
.main-header-one__left .logo-box {
    margin: 0 100px;
}
.main-header-one__left .logo-box a img {
    height: 90px;
}
.main-header-one.style2 .main-header-one__left .navbar-wrap {
    margin-left: 0;
}
.main-header-one,
.sticky-menu {
    right: 100px;
    left: auto;
}

nav.right {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100px;
    background: var(--thm-primary);
    color: #fff;
    text-align: center;
    z-index: 999;
}

nav.right .region {
    display: block;
    line-height: 110px;
    border-bottom: 1px solid  rgba(255, 255, 255, .50);
    margin-bottom: 26px;
    color: #fff;
}
nav.right .region:hover {
    background: var(--thm-black);

}
nav.right .circle {
    display: inline-block;
    width: 46px;
    line-height: 44px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    margin-bottom: 10px;
    font-size: .75rem;
    color: #fff;
}
nav.right .circle:hover {
    border: 1px solid rgba(0, 0, 0, 1);
    color: var(--thm-black);
}

nav.right .bottom {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #28aaa0;
    position: absolute;
    bottom: 90px;
    color: #FFF;
}
nav.right .bottom span {
    font-size: .75rem;
}
nav.right .bottom.invest {
    background: var(--thm-black);
    bottom: 0;
}

.sticky-menu .navbar-wrap ul li a {
    padding: 43.5px 0px 42.5px;
}

.about-two__content-bottom .btn-box {
    margin-left: 0;
}

.team-one__single-content {
    padding: 10px 5px 0px;
}

.service-two__single {
    padding: 60px 30px 60px;
    min-height: 415px;
}

.thm-btn,
.sec-title .sub-title h5,
.page-header__inner .thm-breadcrumb li,
.page-header__inner .thm-breadcrumb li a {
    text-transform: none;
}

.whatsapp {
    position:fixed;
    width: 50px;
    bottom: 80px;
    right: 30px;
    z-index:99999;
}
.whatsapp img {
    height: 50px;
}

.page-header {
    padding: 50px 0px 50px;
}

.main-slider-two__content p {
    color: var(--thm-white);
    font-size: 20px;
    font-weight: lighter;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateX(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateX(80px);
    transform: perspective(400px) rotateY(0deg) translateX(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 10;
}

.main-slider-two .swiper-slide-active .main-slider-two__content p {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
    transform: perspective(400px) rotateY(0deg) translateX(0px);
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
}

.project-three__single-content {
    -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    transition-delay: .1s;
    transition-timing-function:
            ease-in-out;
    transition-duration: .6s;
    transition-property: all;
    opacity: 1 !important;
}
.project-three__single-content h2 {
    text-transform: capitalize;
    visibility: visible;
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translateY(0);
}
.project-three__single-content p {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 900ms;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .main-header-one__left .logo-box {
        margin: 0;
    }
    nav.right {
        display: none;
    }
    .main-header-one, .sticky-menu {
        right: auto;
        left: auto;
    }
}

@media only screen and (max-width: 767px) {
    .main-header-one__left .logo-box a img {
        width: 100px;
        height: auto;
    }
    .main-header-one__left .logo-box {
        margin: 0;
    }

    nav.right {
        display: none;
    }

    .main-header-one, .sticky-menu {
        right: auto;
        left: auto;
    }
    .main-slider .item.video .video_content {
        top: 10% !important;
    }

    .main-slider .item.video .video_content h2, .main-slider .item.video .video_content p {
        font-size: 0.7rem;
    }
}