@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Public+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*CSS Table Of Content Starts Here*/

/*============================================ 
# Template Name: Marijuana
# Version: 1.0
# Date: 00/00/2023
# Author: gramentheme
# Author URI: .....
# Description: Marijuana - Medicine HTML Templates
============================================*/

/*======== Scss Compiles =========
# mixin
# variables
# Typography
# button 
# animation
# banner
# blog
# header
# section
# footer
============================================*/

/*CSS Table Of Content Ends Here*/

@import "animate.css";
@import "magnific-popup.css";
@import "swiper-bundle.min.css";
@import "nice-select.css";
@import "odometer.css";
:root {
    --body: #ffffff;
    --white: #ffffff;
    --theme: #4baf47;
    --black-color: #fff;
    --subtitle: #275c53;
    --base: #FF8000;
    --pra: #888;
    --footer: #181818;
    --border-color: #fff;
    --ratting: #FF8000;
}

body {
    color: var(--white);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background-color: #000D65;
    font-family: "Lato", sans-serif;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: "Jost", sans-serif;
    color: var(--white);
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

h1 {
    font-size: 62px;
    font-weight: 700;
    font-family: "Jost", sans-serif;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    h1 {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 32px;
    }
}

h2 {
    font-size: 55px;
}

@media (max-width: 991px) {
    h2 {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 28px;
    }
}

h3 {
    font-size: 43px;
}

@media (max-width: 991px) {
    h3 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    h3 {
        font-size: 28px;
    }
}

h4 {
    font-size: 32px;
}

@media (max-width: 991px) {
    h4 {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    h4 {
        font-size: 24px;
    }
}

h5 {
    font-size: 24px;
}

@media (max-width: 991px) {
    h5 {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    h5 {
        font-size: 18px;
    }
}

h6 {
    font-size: 20px;
}

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

a {
    text-decoration: none;
    text-transform: capitalize;
    margin: 0;
    color: var(--title);
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: var(--title);
}

input:focus {
    color: var(--white);
    outline: none;
}

input {
    color: var(--white);
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    color: var(--white);
}

.fz-14 {
    font-size: 14px;
}

.fz-16 {
    font-size: 16px;
}

@media (max-width: 767px) {
    .fz-16 {
        font-size: 14px;
    }
}

.fz-18 {
    font-size: 18px;
}

@media (max-width: 767px) {
    .fz-18 {
        font-size: 16px;
    }
}

.fz-20 {
    font-size: 20px;
}

@media (max-width: 767px) {
    .fz-20 {
        font-size: 18px;
    }
}

.fz-24 {
    font-size: 24px;
}

@media (max-width: 767px) {
    .fz-24 {
        font-size: 20px;
    }
}

.fz-26 {
    font-size: 26px;
}

@media (max-width: 767px) {
    .fz-26 {
        font-size: 22px;
    }
}

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

@media (max-width: 767px) {
    .fz-30 {
        font-size: 26px;
    }
}

.fz-32 {
    font-size: 32px;
}

@media (max-width: 767px) {
    .fz-32 {
        font-size: 28px;
    }
}

.fz-38 {
    font-size: 38px;
}

.ifz32 {
    font-size: 32px;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.d1 {
    font-size: 80px;
    line-height: 150%;
    font-weight: 600;
    display: block;
    font-family: "DM Sans", sans-serif;
}

.d2 {
    font-size: 72px;
    line-height: 150%;
    font-weight: 600;
    display: block;
    font-family: "DM Sans", sans-serif;
}

.d3 {
    font-size: 64px;
    line-height: 150%;
    font-weight: 600;
    display: block;
    font-family: "DM Sans", sans-serif;
}

.d4 {
    font-size: 56px;
    line-height: 150%;
    font-weight: 600;
    display: block;
    font-family: "DM Sans", sans-serif;
}

.pfz-24 {
    font-size: 24px;
    line-height: 150%;
}

.pfz-20 {
    font-size: 20px;
    line-height: 150%;
}

.pfz-18 {
    font-size: 18px;
    line-height: 150%;
}

.pfz-16 {
    font-size: 16px;
    line-height: 150%;
}

.pfz-14 {
    font-size: 14px;
    line-height: 150%;
}

.pfz-12 {
    font-size: 12px;
    line-height: 150%;
}

.p-24 {
    padding: 24px;
}

@media (max-width: 991px) {
    .p-24 {
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .p-24 {
        padding: 15px;
    }
}

.pt-130 {
    padding-top: 130px;
}

@media (max-width: 1199px) {
    .pt-130 {
        padding-top: 100px;
    }
}

@media (max-width: 991px) {
    .pt-130 {
        padding-top: 80px;
    }
}

.pb-130 {
    padding-bottom: 130px;
}

@media (max-width: 1199px) {
    .pb-130 {
        padding-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .pb-130 {
        padding-bottom: 80px;
    }
}

.pt-120 {
    padding-top: 120px;
}

@media (max-width: 1199px) {
    .pt-120 {
        padding-top: 100px;
    }
}

@media (max-width: 991px) {
    .pt-120 {
        padding-top: 80px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

@media (max-width: 1199px) {
    .pb-120 {
        padding-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .pb-120 {
        padding-bottom: 80px;
    }
}

.pt-110 {
    padding-top: 110px;
}

@media (max-width: 1199px) {
    .pt-110 {
        padding-top: 100px;
    }
}

@media (max-width: 991px) {
    .pt-110 {
        padding-top: 80px;
    }
}

.pb-110 {
    padding-bottom: 110px;
}

@media (max-width: 1199px) {
    .pb-110 {
        padding-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .pb-110 {
        padding-bottom: 80px;
    }
}

.pt-90 {
    padding-top: 90px;
}

@media (max-width: 991px) {
    .pt-90 {
        padding-top: 80px;
    }
}

.pb-90 {
    padding-bottom: 90px;
}

@media (max-width: 991px) {
    .pb-90 {
        padding-bottom: 80px;
    }
}

.pt-80 {
    padding-top: 80px;
}

@media (max-width: 991px) {
    .pt-80 {
        padding-top: 60px;
    }
}

.pb-80 {
    padding-bottom: 80px;
}

@media (max-width: 991px) {
    .pb-80 {
        padding-bottom: 60px;
    }
}

.pt-60 {
    padding-top: 60px;
}

@media (max-width: 991px) {
    .pt-60 {
        padding-top: 50px;
    }
}

.pb-60 {
    padding-bottom: 60px;
}

@media (max-width: 991px) {
    .pb-60 {
        padding-bottom: 50px;
    }
}

.pt-40 {
    padding-top: 40px;
}

@media (max-width: 991px) {
    .pt-40 {
        padding-top: 30px;
    }
}

.pb-40 {
    padding-bottom: 40px;
}

@media (max-width: 991px) {
    .pb-40 {
        padding-bottom: 30px;
    }
}

.pb-30 {
    padding-bottom: 30px;
}

@media (max-width: 991px) {
    .pb-30 {
        padding-bottom: 20px;
    }
}

.pt-30 {
    padding-top: 30px;
}

@media (max-width: 991px) {
    .pt-30 {
        padding-top: 20px;
    }
}

.pb-24 {
    padding-bottom: 24px;
}

@media (max-width: 991px) {
    .pb-24 {
        padding-bottom: 15px;
    }
}

.pt-24 {
    padding-top: 24px;
}

@media (max-width: 991px) {
    .pt-24 {
        padding-top: 15px;
    }
}

.pb-20 {
    padding-bottom: 20px;
}

@media (max-width: 991px) {
    .pb-20 {
        padding-bottom: 15px;
    }
}

.pt-20 {
    padding-top: 20px;
}

@media (max-width: 991px) {
    .pt-20 {
        padding-top: 15px;
    }
}

.pb-16 {
    padding-bottom: 16px;
}

@media (max-width: 991px) {
    .pb-16 {
        padding-bottom: 10px;
    }
}

.pt-16 {
    padding-top: 16px;
}

@media (max-width: 991px) {
    .pt-16 {
        padding-top: 10px;
    }
}

.pb-15 {
    padding-bottom: 15px;
}

@media (max-width: 991px) {
    .pb-15 {
        margin-bottom: 10px;
    }
}

.pt-15 {
    padding-top: 15px;
}

@media (max-width: 991px) {
    .pt-15 {
        margin-top: 10px;
    }
}

.pb-10 {
    padding-bottom: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pb5 {
    padding-bottom: 5px;
}

.pt5 {
    padding-top: 5px;
}

.p-8 {
    padding: 8px;
}

.mt-120 {
    margin-top: 120px;
}

@media (max-width: 1199px) {
    .mt-120 {
        margin-top: 100px;
    }
}

@media (max-width: 991px) {
    .mt-120 {
        margin-top: 80px;
    }
}

.mb-120 {
    margin-bottom: 120px;
}

@media (max-width: 1199px) {
    .mb-120 {
        margin-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .mb-120 {
        margin-bottom: 80px;
    }
}

.mt-100 {
    margin-top: 100px;
}

@media (max-width: 1199px) {
    .mt-100 {
        margin-top: 90px;
    }
}

@media (max-width: 991px) {
    .mt-100 {
        margin-top: 80px;
    }
}

.mb-100 {
    margin-bottom: 100px;
}

@media (max-width: 1199px) {
    .mb-100 {
        margin-bottom: 90px;
    }
}

@media (max-width: 991px) {
    .mb-100 {
        margin-bottom: 80px;
    }
}

.mt-80 {
    margin-top: 80px;
}

@media (max-width: 991px) {
    .mt-80 {
        margin-top: 60px;
    }
}

.mb-80 {
    margin-bottom: 80px;
}

@media (max-width: 991px) {
    .mb-80 {
        margin-bottom: 60px;
    }
}

.mt-60 {
    padding-top: 60px;
}

@media (max-width: 991px) {
    .mt-60 {
        margin-top: 50px;
    }
}

.mb-60 {
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .mb-60 {
        margin-bottom: 50px;
    }
}

.mt-50 {
    padding-top: 52px;
}

@media (max-width: 991px) {
    .mt-50 {
        margin-top: 40px;
    }
}

.mb-50 {
    margin-bottom: 52px;
}

@media (max-width: 991px) {
    .mb-50 {
        margin-bottom: 40px;
    }
}

.mt-40 {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .mt-40 {
        margin-top: 30px;
    }
}

.mb-40 {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .mb-40 {
        margin-bottom: 30px;
    }
}

.mb-30 {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .mb-30 {
        margin-bottom: 20px;
    }
}

.mt-30 {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .mt-30 {
        margin-top: 20px;
    }
}

.mb-24 {
    margin-bottom: 24px;
}

@media (max-width: 991px) {
    .mb-24 {
        margin-bottom: 15px;
    }
}

.mt-24 {
    padding-top: 24px;
}

@media (max-width: 991px) {
    .mt-24 {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .mt-24 {
        margin-top: 10px;
    }
}

.mb-20 {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .mb-20 {
        margin-bottom: 15px;
    }
}

.mt-20 {
    padding-top: 20px;
}

@media (max-width: 991px) {
    .mt-20 {
        margin-top: 15px;
    }
}

.mb-15 {
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .mb-15 {
        margin-bottom: 10px;
    }
}

.mt-15 {
    margin-top: 15px;
}

@media (max-width: 991px) {
    .mt-15 {
        margin-top: 10px;
    }
}

.mb-16 {
    margin-bottom: 16px;
}

@media (max-width: 991px) {
    .mb-16 {
        margin-bottom: 10px;
    }
}

.mt-16 {
    margin-top: 16px;
}

@media (max-width: 991px) {
    .mt-16 {
        margin-top: 10px;
    }
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mt-8 {
    margin-top: 8px;
}

.mb5 {
    margin-bottom: 5px;
}

.mt5 {
    margin-top: 5px;
}

.bodyfont {
    font-family: "DM Sans", sans-serif;
}

.ftext {
    color: var(--ftext);
}

.pagination {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.pagination a {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border: 1px solid var(--base);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--base);
    transition: all 0.4s;
}

.pagination a:hover {
    background: var(--base);
    color: var(--white);
    border-color: var(--base);
}

.pagination a:hover i {
    color: var(--white);
}

.pagination a span {
    margin-top: -4px;
}

.pagination a span i {
    font-size: 22px;
    color: var(--text);
}

.pagination .border-added {
    border: none;
    width: 44px;
    height: 44px;
}

.swiper-dot .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    transition: 0.6s;
    border: 1px solid var(--theme);
    background-color: var(--white);
    opacity: 1;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme);
    transition: 0.6s;
}

.social {
    gap: 12px;
}

.social li a {
    width: 36px;
    height: 36px;
    display: block;
    border-radius: 50%;
    border: 1px solid var(--base);
    display: flex;
    align-items: center;
    justify-content: center;
}

.social li a i {
    color: var(--white);
    font-size: 16px;
}

.cmn__icon {
    width: 36px;
    height: 36px;
    display: block;
    border-radius: 50%;
    border: 1px solid var(--base);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--white);
}

.cmn__icon i {
    color: var(--white);
    font-size: 16px;
}

.section__title {
    max-width: 650px;
    text-align: center;
    margin: 0 auto 50px;
}

.section__title h5 {
    letter-spacing: 1.5px;
    color: #ff9038;
    margin-bottom: 5px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.section__title h2 {
    text-transform: capitalize;
    font-size: 42px;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .section__title h2 {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .section__title h2 {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .section__title h2 {
        font-size: 32px;
    }
}

@media (max-width: 500px) {
    .section__title h2 {
        font-size: 28px;
    }
}

@media (max-width: 470px) {
    .section__title h2 {
        font-size: 24px;
    }
}

.sub__tittle h6 {
    text-transform: uppercase;
    color: var(--subtitle);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    position: relative;
}

.sub__tittle h6::before {
    position: absolute;
    top: 7px;
    left: 220px;
    width: 60px;
    height: 1px;
    content: "";
    background-color: var(--subtitle);
}

.ralt {
    position: relative;
}

.section__bg {
    background-color: #f5f0ea;
}

@media (min-width: 992px) {
    .img__ending {
        justify-content: flex-end;
    }
}

.btnround5 {
    border-radius: 5px !important;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.overhid {
    overflow: hidden;
}

.bgwhite {
    background: var(--white);
}

.section__bg {
    background: #010C5C !important;
}

.boxes2 {
    background: var(--boxes2);
}

.boxes3 {
    background: var(--boxes3);
}

.boxes4 {
    background: var(--boxes4);
}

.blacks {
    color: #181818 !important;
}

.tcapi {
    text-transform: capitalize;
}

.icolor1 {
    color: var(--icolor1);
}

.icolor2 {
    color: var(--icolor2);
}

.round5 {
    border-radius: 5px;
}

.round10 {
    border-radius: 10px;
}

.round16 {
    border-radius: 16px;
}

.round20 {
    border-radius: 20px;
}

.round50 {
    border-radius: 50%;
}

.shadow1 {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

.shadow2 {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.04);
}

.shadow6 {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--theme-bg);
    border-radius: 5px;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: var(--base);
    border-radius: 10px;
}

.twitter {
    background: var(--secoundary-color) !important;
}

.twitch {
    background: rgb(110, 60, 210) !important;
}

.youtube {
    background: rgb(172, 46, 46) !important;
}

.insta {
    background: rgb(207, 93, 93) !important;
}

.lind {
    background: rgb(78, 131, 228) !important;
}

.face {
    background: rgb(27, 114, 244) !important;
}

.header__one {
    background: transparent;
    padding: 30px 0;
    border-bottom: 1px solid #192999;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

.menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.9s;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #000D65 !important;
    border-bottom: 1px solid #192999;
}

.header-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    transition: all 0.9s;
    width: 100%;
    position: relative;
}

.header-wrapper .logo__menuadjust {
    display: flex;
    align-items: center;
    gap: 150px;
}

@media (max-width: 1199px) {
    .header-wrapper .logo__menuadjust {
        gap: 50px;
    }
}

.header-wrapper .menu__components {
    gap: 50px;
}

.header-wrapper .menu__components .cmn--btn {
    padding: 12px 19px;
}

@media (max-width: 1199px) {
    .header-wrapper .menu__components .cmn--btn {
        font-size: 14px;
        font-weight: 500;
    }
}

@media (max-width: 991px) {
    .header-wrapper .menu__components .cmn--btn {
        padding: 7px 8px;
    }
    .header-wrapper .menu__components .cmn--btn .get__text {
        display: none;
    }
}

@media (max-width: 575px) {
    .header-wrapper .menu__components .cmn--btn2 {
        display: none;
    }
}

@media (max-width: 575px) {
    .header-wrapper .menu__components {
        gap: 15px;
    }
}

.header-wrapper .buttonsearch__area {
    gap: 60px;
}

.header-wrapper .main__logo .logo {
    display: block;
    width: 200px;
}

.header-wrapper .main__logo .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 991px) {
    .header-wrapper .main__logo .logo {
        width: 170px;
    }
}

.header-wrapper .main-menu {
    display: flex;
    align-items: center;
}

.header-wrapper .main-menu li {
    transition: all 0.4s;
    position: relative;
}

.header-wrapper .main-menu li a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    line-height: 120%;
    text-transform: capitalize;
    padding: 40px 16px;
}

.header-wrapper .main-menu li a:hover {
    color: #ff9038;
}

.header-wrapper .main-menu li a i {
    margin-left: 2px;
    font-size: 16px !important;
    color: var(--title);
}

.header-wrapper .main-menu li .sub-menu {
    position: relative;
    padding: 5px 5px 5px 5px;
    transition: all 0.4s;
}

@media (min-width: 992px) {
    .header-wrapper .main-menu li .sub-menu .sub-menutwo ul {
        position: absolute;
        top: -31px;
        left: 100%;
        width: 250px;
        z-index: 999;
        transition: all 0.3s;
        background: var(--white);
        box-shadow: rgba(0, 0, 0, 0.15) 0px -1px 34px 0px;
        justify-content: center;
        opacity: 0;
        gap: 5px;
        transform: translateY(55px);
        visibility: hidden;
        display: block !important;
    }
    .header-wrapper .main-menu li .sub-menu .sub-menutwo ul li a {
        color: var(--title);
    }
    .header-wrapper .main-menu li .sub-menu .sub-menutwo ul li:hover a {
        color: var(--base);
        padding-left: 10px;
    }
    .header-wrapper .main-menu li .sub-menu .sub-menutwo:hover ul {
        opacity: 1;
        visibility: visible;
        transform: translateY(25px);
    }
    .header-wrapper .main-menu li .sub-menu .sub-menutwo:hover ul li a::before {
        display: none;
    }
}

@media (min-width: 992px) {
    .header-wrapper .main-menu li .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 250px;
        z-index: 999;
        transition: all 0.3s;
        background: var(--white);
        box-shadow: rgba(0, 0, 0, 0.15) 0px -1px 34px 0px;
        justify-content: center;
        opacity: 0;
        gap: 5px;
        transform: translateY(55px);
        visibility: hidden;
        display: block !important;
    }
    .header-wrapper .main-menu li .sub-menu ul {
        display: block !important;
    }
}

.header-wrapper .main-menu li .sub-menu li {
    transition: all 0.4s !important;
}

.header-wrapper .main-menu li .sub-menu li a {
    color: #000D65;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    display: block;
    padding: 5px 8px;
    margin: 1px;
    border-radius: 8px;
    transition: all 0.4s;
}

.header-wrapper .main-menu li .sub-menu li a::before {
    position: absolute;
    content: "";
    left: 20px;
    bottom: 10px;
    background: var(--base);
    width: 10px;
    height: 2px;
    transition: all 0.4s;
    opacity: 0;
}

.header-wrapper .main-menu li .sub-menu li a i {
    font-size: 14px !important;
}

@media (max-width: 991px) {
    .header-wrapper .main-menu li .sub-menu li a {
        font-size: 14px;
        font-weight: 500;
    }
}

@media (min-width: 992px) {
    .header-wrapper .main-menu li .sub-menu li:not(:last-child) {
        border-bottom: 1px solid var(--changeborder);
    }
    .header-wrapper .main-menu li .sub-menu li a {
        padding: 15px 15px;
        color: #000D65;
    }
}

.header-wrapper .main-menu li .sub-menu li:hover a {
    color: var(--base);
    padding-left: 20px;
}

.header-wrapper .main-menu li .sub-menu li:hover a::before {
    position: absolute;
    content: "";
    left: 7px;
    bottom: 18px;
    background: var(--base);
    width: 10px;
    height: 2px;
    transition: all 0.4s;
    opacity: 1;
}

@media (min-width: 992px) {
    .header-wrapper .main-menu li:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(25px);
    }
    .header-wrapper .main-menu li:hover .sub-menu::before {
        position: absolute;
        content: "";
        top: -18px;
        left: 26px;
        width: 28px;
        height: 20px;
        background: #fff;
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    }
}

@media (max-width: 1199px) {
    .header-wrapper .main-menu {
        gap: 0 20px;
    }
    .header-wrapper .main-menu li a {
        padding: 40px 2px;
    }
}

@media (max-width: 991px) {
    .header-wrapper .main-menu {
        gap: 0 20px;
    }
    .header-wrapper .main-menu li a {
        padding: 16px 10px;
    }
}

.header-wrapper .menu__right__components {
    gap: 15px;
}

@media (max-width: 500px) {
    .header-wrapper .menu__right__components {
        gap: 10px;
    }
}

@media (max-width: 1600px) {
    .header-wrapper .buttonsearch__area {
        gap: 20px;
    }
}

@media screen and (max-width: 991px) {
    .main-menu {
        position: fixed;
        top: 64px;
        width: 100%;
        left: 0;
        display: block !important;
        margin-top: 20px;
        z-index: 999;
        padding: 15px 15px;
        transition: all 0.4s !important;
        transform-origin: top;
        max-height: calc(100vh - 130px);
        background: var(--white);
        overflow-y: auto;
    }
    .main-menu:not(.active) {
        position: fixed;
        display: none !important;
    }
    .main-menu li {
        width: 100%;
        border-radius: 2px;
        border-bottom: 1px solid rgba(170, 181, 200, 0.5);
    }
    .main-menu li a {
        display: block;
        padding: 8px 10px 6px;
        color: #000D65 !important;
    }
    .main-menu li .sub-menu {
        display: none;
    }
    .main-menu li .sub-menu li {
        border-bottom: unset;
    }
    .main-menu .active a {
        color: var(--white);
    }
    .header-bar {
        position: relative;
        width: 31px;
        height: 20px;
    }
    .header-bar span {
        position: absolute;
        width: 100%;
        height: 2px;
        display: inline-block;
        transition: all 0.3s;
        left: 0;
        background-image: linear-gradient(113deg, rgb(250, 75, 5) 0%, rgb(255, 144, 56) 100%);
    }
    .header-bar span:first-child {
        top: 0;
        background-image: linear-gradient(113deg, rgb(250, 75, 5) 0%, rgb(255, 144, 56) 100%);
    }
    .header-bar span:nth-child(2) {
        top: 44%;
        background-image: linear-gradient(113deg, rgb(250, 75, 5) 0%, rgb(255, 144, 56) 100%);
    }
    .header-bar span:last-child {
        bottom: 0;
        background-image: linear-gradient(113deg, rgb(250, 75, 5) 0%, rgb(255, 144, 56) 100%);
    }
    .header-bar.active span:first-child {
        transform: rotate(45deg) translate(3px, 9px);
    }
    .header-bar.active span:nth-child(2) {
        opacity: 0;
    }
    .header-bar.active span:last-child {
        transform: rotate(-45deg) translate(3px, -9px);
    }
    .header-bar:hover {
        cursor: pointer;
    }
}

.scroll-up {
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px var(--white);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 50px;
    width: 50px;
    transition: all 200ms linear;
}

.scroll-up::after {
    position: absolute;
    font-family: "Font Awesome 6 free";
    content: "\f062";
    text-align: center;
    line-height: 50px;
    font-weight: 700;
    font-size: 18px;
    color: #ff9038;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 200ms linear;
}

.scroll-up.active-scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-up svg path {
    fill: none;
}

.scroll-up svg.scroll-circle path {
    stroke: #ff9038;
    stroke-width: 4px;
    box-sizing: border-box;
    transition: all 200ms linear;
}

.search-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: #000D65;
}

.search-wrap .search-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.search-wrap .search-cell {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.search-wrap .search-field-holder {
    width: 50%;
    margin: auto;
    position: relative;
    animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-wrap .search-field-holder {
        width: 70%;
    }
}

@media (max-width: 575px) {
    .search-wrap .search-field-holder {
        width: 80%;
    }
}

.search-wrap .main-search-input {
    width: 100%;
    height: 70px;
    border: 0;
    padding: 0 50px;
    text-transform: uppercase;
    background: transparent;
    font-size: 25px;
    color: #fff;
    border-bottom: 2px solid #fff;
    text-align: center;
    letter-spacing: 2px;
}

@media (max-width: 575px) {
    .search-wrap .main-search-input {
        height: 50px;
        padding: 0 0;
        line-height: 50px;
        font-size: 18px;
    }
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
    background-color: #fff;
}

input.main-search-input::placeholder {
    color: #fff;
    opacity: 1;
    font-size: 25px;
}

@media (max-width: 575px) {
    input.main-search-input::placeholder {
        font-size: 18px;
    }
}

.search-close {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.banner__section {
    padding: 250px 0 100px;
}

@media (max-width: 1199px) {
    .banner__section {
        padding: 200px 0 80px;
    }
}

@media (max-width: 991px) {
    .banner__section {
        padding: 180px 0 90px;
    }
}

.banner__section .banner__content h1 {
    margin-bottom: 20px;
}

.banner__section .banner__content .banner__button {
    gap: 20px;
}

.banner__section .style__two h1 {
    font-size: 72px;
}

@media (max-width: 1199px) {
    .banner__section .style__two h1 {
        font-size: 62px;
    }
}

@media (max-width: 991px) {
    .banner__section .style__two h1 {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .banner__section .style__two h1 {
        font-size: 32px;
    }
}

.banner__section .banner__thumb img {
    width: 100%;
    height: 100%;
}

.breadcumd__banner {
    padding: 200px 0 60px;
}

.breadcumd__banner .breadcumd__wrapper .style__two {
    font-size: 36px;
    margin-top: 20px;
    line-height: 150%;
}

.breadcumd__banner .breadcumd__items {
    margin-top: 30px;
}

.breadcumd__banner .breadcumd__items ul {
    gap: 10px;
}

.breadcumd__banner .breadcumd__items ul li {
    font-size: 18px;
}

.breadcumd__banner .breadcumd__thumb {
    text-align: right;
}

.breadcumd__banner .breadcumd__thumb img {
    width: 100%;
    height: 100%;
}

.about__section .about__image img {
    width: 100%;
    height: 100%;
}

.home__domain {
    position: relative;
}

.home__domain .h__bottom {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
}

.home__domain .h__bottom img {
    width: 100%;
    height: 100%;
}

.home__domain .domain__wrap .domain__head {
    text-align: center;
    margin: 0 auto 25px;
}

.home__domain .domain__wrap form {
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.home__domain .domain__wrap form input {
    padding: 20px 130px 20px 20px;
    width: 100%;
}

@media (max-width: 767px) {
    .home__domain .domain__wrap form input {
        font-size: 14px;
    }
}

.home__domain .domain__wrap form .cmn--btn {
    border: 1px solid var(--theme);
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    bottom: 0;
}

@media (max-width: 767px) {
    .home__domain .domain__wrap form .cmn--btn {
        font-size: 14px;
        padding: 14px 30px;
    }
}

.home__domain .dot__com {
    position: relative;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home__domain .dot__com li {
    display: flex;
    align-items: center;
}

.home__domain .dot__com li span {
    color: var(--white);
    font-weight: 500;
    font-size: 24px;
}

.home__domain .dot__com li span img {
    width: 90px;
    height: 90px;
}

.service__section .home__price__items {
    border-radius: 10px;
    padding: 50px;
    background-color: #000D65;
    height: 100%;
}

.service__section .home__price__items .content {
    margin-top: 30px;
}

.service__section .home__price__items .content h4 {
    margin-bottom: 15px;
}

.service__section .service__wrap {
    padding: 30px 20px;
    background-color: #000D65;
}

.service__section .service__wrap .content {
    margin-top: 20px;
}

.service__section .service__wrap .content h5 {
    margin-bottom: 15px;
}

.service__section .service__wrap .content h5 a {
    transition: all 0.4s ease-in-out;
}

.service__section .service__wrap .content h5 a:hover {
    color: #ff9038;
}

.service__section .service__wrap .content .link {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transition: all 0.4s ease-in-out;
    text-transform: capitalize;
    display: inline-block;
    margin-top: 20px;
}

.service__section .service__wrap .content .link:hover {
    color: #ff9038;
}

.feature__section .feature__items {
    background-color: #010C5C;
    padding: 35px 30px;
}

.feature__section .feature__items .feature__img {
    width: 90px;
    height: 90px;
    line-height: 90px;
    background-color: #000D65;
    text-align: center;
    border-radius: 10px;
}

.feature__section .feature__items .feature__content h4 {
    margin-bottom: 15px;
}

.counter__section .counter__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.counter__section .counter__wrapper .counter__items .content h2,
.counter__section .counter__wrapper .counter__items .content span {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .counter__section .counter__wrapper .counter__items .content h2,
    .counter__section .counter__wrapper .counter__items .content span {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .counter__section .counter__wrapper .counter__items .content h2,
    .counter__section .counter__wrapper .counter__items .content span {
        font-size: 28px;
    }
}

.pricing-itmes {
    background: #010C5C;
    padding: 32px 25px;
    position: relative;
    border-radius: 5px;
    transition: all 0.4s;
    overflow: hidden;
}

.pricing-itmes:hover {
    transform: scale(0.99);
}

.pricing-itmes .selling {
    background: #ff9038;
    color: #fff;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    right: -30%;
    transition: all 0.4s;
    top: 5%;
    text-align: center;
    width: 320px;
    transform: rotate(49deg);
}

.pricing-itmes .pricing-header {
    margin-bottom: 25px;
    text-align: center;
}

.pricing-itmes .pricing-header .title {
    margin-bottom: 4px;
}

.pricing-itmes .pricing-header p {
    font-size: 18px;
}

.pricing-itmes .price {
    text-align: center;
    margin-bottom: 25px;
}

.pricing-itmes .price h3 {
    color: var(--white);
    font-weight: 700;
    margin-bottom: 9px;
}

.pricing-itmes .price h3 span {
    color: var(--white);
    font-size: 26px;
}

.pricing-itmes .price h5 .save-price {
    font-size: 16px;
    color: var(--white);
}

.pricing-itmes .pricing-list:not(:last-child) {
    margin-bottom: 25px;
}

.pricing-itmes .pricing-list li {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: var(--white);
}

.pricing-itmes .pricing-list li:not(:last-child) {
    margin-bottom: 12px;
}

.pricing-itmes .pricing-list li img {
    width: 20px;
    object-fit: contain;
    margin-right: 8px;
}

.pricing-itmes .cmn--btn {
    display: block;
    width: 100%;
    text-align: center;
}

.pricing-itmes .pring-step {
    margin-top: 35px;
}

.pricing-itmes .pring-step .pricing-list .step-head {
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 600;
    color: var(--white);
}

.pricing-itmes .pricing-form {
    color: var(--white);
    font-size: 17px;
    display: block;
    margin-bottom: 10px;
}

.testimonial__section .testi__items {
    background-color: #000D65;
    padding: 30px;
}

.testimonial__section .testi__items .testi__thumb img {
    border-radius: 100%;
}

.testimonial__section .testi__items .testi__content {
    margin-top: 30px;
}

.testimonial__section .testi__items .testi__content h4 {
    margin-bottom: 15px;
}

.testimonial__section .testi__items .testi__content ul {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.testimonial__section .testi__items .testi__content ul li i {
    color: #ff9038;
}

.feature__hosting .feature__hosting__items {
    display: flex;
    gap: 30px;
    padding: 50px;
}

.feature__hosting .feature__hosting__items:not(:last-child) {
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .feature__hosting .feature__hosting__items {
        flex-wrap: wrap;
    }
}

.feature__hosting .feature__hosting__items .content h5 {
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 700;
}

.feature__hosting .hosting__image img {
    width: 100%;
    height: 100%;
}

.complate__section .complate__wrap {
    max-width: 660px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.complate__section .complate__wrap h3 {
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.complate__section .complate__wrap .footer__newsletter {
    margin-top: 50px;
}

.complate__section .complate__wrap .footer__newsletter input {
    background: transparent;
    border: 1px solid var(--white);
    padding: 14px 20px;
    font-size: 15px;
    color: var(--white);
    width: 100%;
    border-radius: 10px;
    position: relative;
}

.complate__section .complate__wrap .footer__newsletter input::placeholder {
    color: white;
}

.complate__section .complate__wrap .footer__newsletter button {
    position: absolute;
    right: 1px;
    border: none;
    height: 52px;
    width: 70px;
    font-size: 16px;
    background-image: linear-gradient(113deg, rgb(250, 75, 5) 0%, rgb(255, 144, 56) 100%);
    color: var(--white);
    cursor: pointer;
    border-radius: 0 10px 10px 0;
}

.complate__section .complate__wrap .footer__newsletter button i {
    font-size: 18px;
}

.robust__section .robust__thumb img {
    width: 100%;
    height: 100%;
}

.robust__section .robust__content h3 {
    font-weight: 700;
    margin-bottom: 30px;
}

.robust__section .robust__content .list li:not(:last-child) {
    margin-bottom: 15px;
}

.why__choose__us .choose__us__items h3 {
    margin-bottom: 30px;
}

.why__choose__us .choose__us__items .choose__wrap {
    display: flex;
    background-color: #010C5C;
    gap: 20px;
    padding: 40px;
}

.why__choose__us .choose__us__items .choose__wrap:not(:last-child) {
    margin-bottom: 20px;
}

.why__choose__us .choose__us__items .choose__wrap i {
    font-size: 32px;
    color: #ff9038;
}

.why__choose__us .choose__us__items .choose__wrap .content h5 {
    margin-bottom: 10px;
}

.why__choose__us .choose__thumb img {
    width: 100%;
    height: 100%;
}

.home__product .h__bottom {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
}

.home__product .h__bottom img {
    width: 100%;
    height: 100%;
}

.home__product__items {
    border-radius: 10px;
    padding: 40px 30px;
    transition: all 0.4s;
    height: 100%;
    text-align: center;
    position: relative;
    background: rgb(1, 12, 92) !important;
}

.home__product__items .thumb {
    margin-bottom: 30px;
    position: relative;
}

.home__product__items .content h5 {
    color: var(--white-color);
    position: relative;
    text-shadow: 1px 1px #ffffff;
    margin-bottom: 20px;
}

.home__product__items .content p {
    color: var(--white-color);
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
    position: relative;
}

.home__product__items .content .brosing {
    position: relative;
}

.home__product__items .content .brosing span {
    font-weight: 600;
    display: block;
    color: var(--theme-color);
    letter-spacing: 2px;
    text-shadow: 1px 1px #ffffff;
}

.sharp__product {
    position: relative;
}

.sharp__product .home__product__items {
    text-align: left;
    position: relative;
    z-index: 99;
}

.sharp__product .home__product__items .brosing {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sharp__product .home__product__items .review__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
    position: relative;
}

.sharp__product .home__product__items .review__wrap .left__ratting .icon {
    margin-bottom: 8px;
}

.sharp__product .home__product__items .review__wrap .left__ratting .ratting {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sharp__product .home__product__items .review__wrap .left__ratting .ratting span i {
    color: #ff9038;
}

.sharp__product .home__product__items .review__wrap h4 {
    line-height: 28px;
    margin: 0;
    color: var(--white-color);
}

.sharp__product .round__shape {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.9;
    width: 100%;
    transform: rotate(180deg);
}

.sharp__product .round__shape img {
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

.sharp__product .bg__style__two {
    background-color: #000D65 !important;
}

.map__section .googpemap iframe {
    width: 100%;
    height: 650px;
}

.contact__info__section .cmn--btn {
    width: 100%;
    border: none;
    padding: 13px 10px 13px;
}

.contact__info__section .cmn--btn i {
    margin-right: 5px;
}

.contact__right .form__clt input {
    width: 100%;
    outline: none;
    border-radius: 5px;
    border: none;
    padding: 14px 15px;
    color: var(--white);
    background: transparent;
    font-size: 16px;
}

@media (max-width: 1199px) {
    .contact__right .form__clt input {
        font-size: 14px;
    }
}

.contact__right .form__clt__big textarea {
    padding: 14px 15px 130px;
    width: 100%;
    outline: none;
    border-radius: 5px;
    border: none;
    color: #fff !important;
    background: transparent;
}

@media (max-width: 1199px) {
    .contact__right .form__clt__big textarea {
        font-size: 14px;
    }
}

.contact__right input::placeholder {
    color: #fff;
}

.left__info h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .left__info h3 {
        font-size: 28px !important;
    }
}

@media (max-width: 767px) {
    .left__info h3 {
        font-size: 22px !important;
    }
}

@media (max-width: 575px) {
    .left__info h3 {
        font-size: 18px !important;
    }
}

.left__info .info__wrap {
    gap: 20px;
}

.left__info .info__wrap .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--theme-color);
    border-radius: 100px;
    text-align: center;
}

.left__info .info__wrap .icon i {
    color: var(--white-color);
}

.left__info .info__wrap .content h6 {
    text-transform: uppercase;
}

.style__two .left__info {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-radius: 4px;
}

.style__two .left__info .info__wrap {
    border: 1px solid #d6d6d6;
    padding: 25px 25px;
    position: relative;
    flex-wrap: wrap;
}

.style__two .left__info .info__wrap:not(:last-child) {
    margin-bottom: 20px;
}

.style__two .contact__right .form__clt input {
    border: 1px solid #fff;
}

.style__two .contact__right .form__clt__big textarea {
    border: 1px solid #fff;
    color: #fff;
}

.signup__boxes {
    background: transparent;
    padding: 32px 32px;
}

@media (max-width: 1199px) {
    .signup__boxes {
        padding: 25px 18px;
    }
}

.signup__boxes form {
    padding: 0 0;
    background: transparent;
    border-radius: 0;
}

.signup__boxes form button {
    border: unset;
}

@media (max-width: 991px) {
    .signup__thumb {
        margin-top: 30px;
    }
}

.write__review {
    padding: 24px 24px;
    border-radius: 16px;
    background: transparent;
}

.write__review .frm__grp input {
    background: transparent;
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    padding: 15px 24px;
    border: 1px solid var(--white);
    outline: none;
}

.write__review .frm__grp ::placeholder {
    color: var(--pragraph);
}

.write__review .frm__grp textarea {
    background: rgba(26, 77, 190, 0.03);
    border-radius: 30px;
    color: var(--pragraph);
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    padding: 12px 24px;
    border: 1px solid var(--border);
    outline: none;
}

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    width: 7px;
    height: 7px;
    z-index: 10000001;
    background-color: #ff9038;
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -35px;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    background-color: #ff9038;
    opacity: 0.3;
}

.cursor-outer {
    margin-left: -12px;
    margin-top: -12px;
    width: 35px;
    height: 35px;
    border: 1px solid #ff9038;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.7;
    -webkit-transition: all 0.08s ease-out;
    -o-transition: all 0.08s ease-out;
    transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
    opacity: 0;
}

.error__section .error__content h1 {
    font-size: 200px;
    color: #ff9038;
}

@media (max-width: 575px) {
    .error__section .error__content h1 {
        font-size: 100px;
    }
}

.error__section .error__content h3 {
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ff9038;
}

.error__section .error__content p {
    text-align: center !important;
    max-width: 100%;
}

.domain__wrap img {
    width: 100%;
}

/* Animation of the Video */

@-webkit-keyframes video-animation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}

@keyframes video-animation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}

/* Animation of the Video */

.blog__section .blog__items {
    background-color: #000D65;
}

.blog__section .blog__items .blog__thumb {
    padding: 10px;
}

.blog__section .blog__items .blog__thumb img {
    width: 100%;
    height: 100%;
}

.blog__section .blog__items .blog__content {
    padding: 20px 20px;
}

.blog__section .blog__items .blog__content h5 {
    margin-bottom: 15px;
}

.blog__section .blog__items .blog__content h5 a {
    transition: all 0.4s ease-in-out;
}

.blog__section .blog__items .blog__content h5 a:hover {
    color: #ff9038;
}

.blog__section .blog__items .blog__content .cmn--btn-2 {
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
}

.blog__section .blog__items .blog__content .cmn--btn-2:hover {
    color: #ff9038;
}

.blog__details {
    overflow: hidden;
}

.blog__details .blog__details__items .details__wrapper {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

.blog__details .blog__details__items .details__wrapper .details__thumb img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.blog__details .blog__details__items .details__wrapper .details__content {
    padding: 25px 25px;
}

.blog__details .blog__details__items .details__wrapper .details__content h3 {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 40px;
}

@media (max-width: 1199px) {
    .blog__details .blog__details__items .details__wrapper .details__content h3 {
        line-height: 40px !important;
    }
}

@media (max-width: 991px) {
    .blog__details .blog__details__items .details__wrapper .details__content h3 {
        font-size: 24px;
        line-height: 35px !important;
    }
}

@media (max-width: 575px) {
    .blog__details .blog__details__items .details__wrapper .details__content h3 {
        font-size: 18px;
        line-height: 28px !important;
    }
}

.blog__details .blog__details__items .details__wrapper .details__content p {
    max-width: 100%;
}

.blog__details .blog__details__items .details__wrapper .details__content ul {
    display: flex;
    align-items: center;
    gap: 10px 30px;
    padding: 20px 0;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .blog__details .blog__details__items .details__wrapper .details__content ul {
        flex-wrap: wrap;
    }
}

.blog__details .blog__details__items .details__wrapper .details__content ul li {
    margin-right: 10px;
    font-size: 18px;
    font-weight: 500;
    color: var(--paragraph-color);
}

.blog__details .blog__details__items .details__wrapper .details__content ul li i {
    margin-right: 8px;
    color: var(--theme-color);
    font-size: 16px;
}

.blog__details .blog__details__items .details__wrapper .details__content .more__details__item img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.blog__details .blog__details__items .details__wrapper .details__content .video__thumb {
    margin: 28px 0;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.blog__details .blog__details__items .details__wrapper .details__content .video__thumb img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.blog__details .blog__details__items .details__wrapper .details__content .video__thumb .video-btn {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 10px;
    background: var(--theme-color);
    text-align: center;
    line-height: 58px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    transition: all 0.4s;
}

.blog__details .blog__details__items .details__wrapper .details__content .video__thumb .video-btn i {
    font-size: 18px;
    color: var(--white-color);
}

.blog__details .blog__details__items .details__wrapper .details__content .standard__footer {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(69, 47, 244, 0.1);
    padding-top: 24px;
    margin-top: 28px;
}

@media (max-width: 500px) {
    .blog__details .blog__details__items .details__wrapper .details__content .standard__footer {
        display: grid;
        gap: 15px;
    }
}

.blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn {
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn .icon {
    margin-top: 6px;
}

.blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn .icon i {
    font-size: 22px;
    color: var(--theme-color);
}

.blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn span {
    font-weight: 600;
    font-size: 18px;
    color: var(--theme-color);
}

.blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn2 {
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn2 .icon i {
    font-size: 16px;
    color: var(--theme-color);
}

.blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn2 span {
    font-weight: 600;
    font-size: 16px;
    color: var(--black-color);
    transition: all 0.3s ease-in-out;
}

.blog__details .blog__details__items .details__wrapper .details__content .standard__footer .standard___btn2 span:hover {
    color: var(--theme-color);
}

.blog__details .blog__details__items .comments__wrap {
    padding: 28px 28px;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
}

@media (max-width: 575px) {
    .blog__details .blog__details__items .comments__wrap {
        padding: 20px 15px;
    }
}

.blog__details .blog__details__items .comments__wrap h4 {
    padding-bottom: 40px;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .blog__details .blog__details__items .comments__wrap h4 {
        font-size: 28px;
        padding-bottom: 22px;
    }
}

.reviews__boxes {
    padding: 25px 0;
    display: flex;
    gap: 20px;
}

@media (max-width: 1199px) {
    .reviews__boxes {
        flex-wrap: wrap;
    }
}

.reviews__boxes .thumb {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.reviews__boxes .thumb img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.reviews__boxes .thumb__review {
    width: 60px;
    height: 60px;
}

.reviews__boxes .thumb__review img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.reviews__boxes .review-content {
    width: calc(100% - 100px);
}

@media (max-width: 1199px) {
    .reviews__boxes .review-content {
        width: 100%;
    }
}

.reviews__boxes .review-content .name__ratting {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 8px;
}

.reviews__boxes .review-content .name {
    font-size: 18px;
    font-weight: 500;
    color: var(--black-color);
    font-weight: 600;
    text-transform: uppercase;
}

.reviews__boxes .review-content .time {
    font-size: 16px;
    color: var(--paragraph-color);
    font-weight: 500;
    margin-left: 10px;
}

.reviews__boxes .review-content p {
    font-size: 16px;
    margin-bottom: 10px;
}

.reviews__boxes .review-content .liked__wrap {
    display: flex;
    align-items: center;
    gap: 40px;
}

.reviews__boxes .review-content .liked__wrap li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.reviews__boxes .review-content .liked__wrap li span {
    color: var(--theme-color);
    font-size: 18px;
    font-weight: 400;
}

.reviews__boxes .review-content .liked__wrap li .icon {
    margin-top: 6px;
}

.reviews__boxes .review-content .liked__wrap li .icon i {
    color: var(--theme-color);
    font-size: 20px;
}

.reviews__boxes .review-content .ratting {
    display: flex;
    align-items: center;
    gap: 5px;
}

.reviews__boxes .review-content .ratting span {
    color: var(--theme-color);
    font-size: 16px;
}

.sidebar__right .widget__tittle h4 {
    text-transform: uppercase;
}

.sidebar__right .widget__tittle h5 {
    text-transform: uppercase;
}

.sidebar__right .service__list {
    position: relative;
}

.sidebar__right .service__list li {
    padding: 20px 20px;
    border-radius: 10px;
    border: 1px solid var(--border-color);
    font-weight: 500;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
}

.sidebar__right .service__list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--white);
    transition: all 0.4s ease-in-out;
}

.sidebar__right .service__list li a span {
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 575px) {
    .sidebar__right .service__list li a span {
        font-size: 15px;
    }
}

.sidebar__right .service__list .active {
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
}

.sidebar__right .service__list .active a {
    color: var(--white-color);
}

.sidebar__right .service__helping {
    background-color: var(--white-color);
    box-shadow: 0px 3px 7.54px 5.46px rgba(0, 0, 0, 0.04);
}

.sidebar__right .service__helping .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.sidebar__right .service__helping .helping__content {
    padding: 20px 25px;
}

.sidebar__right .service__helping .helping__content h4 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sidebar__right .service__helping .helping__content p {
    text-transform: capitalize;
}

.sidebar__right .service__helping .helping__content ul li {
    font-size: 18px;
    font-weight: 500;
}

.sidebar__right .service__helping .helping__content ul li i {
    color: var(--theme-color);
    margin-right: 4px;
    font-size: 18px;
}

.sidebar__right .service__helping .helping__content ul li span a {
    color: var(--pra-color);
    text-transform: capitalize;
}

.sidebar__right form {
    display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border: 1px solid var(--border-color);
}

.sidebar__right form input {
    width: 100%;
    border-radius: 5px;
    padding: 12px 20px;
    border: none;
    outline: none;
    background: transparent;
    color: var(--black-color);
}

.sidebar__right form button {
    margin-right: 10px;
    margin-top: 8px;
    background: none;
    border: none;
    outline: none;
}

.sidebar__right form button i {
    color: #000D65;
}

.sidebar__right .recent__wrap .recent__items {
    display: flex;
    align-items: center;
    gap: 9px 20px;
}

.sidebar__right .recent__wrap .recent__items .recent__content {
    width: calc(100% - 150px);
}

.sidebar__right .recent__wrap .recent__items .recent__content h6 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 500px) {
    .sidebar__right .recent__wrap .recent__items .recent__content h6 {
        font-size: 14px;
        margin-bottom: 0;
    }
}

.sidebar__right .recent__wrap .recent__items .recent__content h6:hover {
    color: var(--theme-color);
}

.sidebar__right .recent__wrap .recent__items .recent__content p {
    margin-bottom: 3px;
}

@media (max-width: 1199px) {
    .sidebar__right .recent__wrap .recent__items .recent__content p {
        font-size: 14px !important;
    }
}

.sidebar__right .recent__wrap .recent__items .recent__content .date {
    font-size: 16px;
    color: var(--theme-color);
}

@media (max-width: 500px) {
    .sidebar__right .recent__wrap .recent__items .recent__content .date {
        font-size: 14px;
    }
}

.sidebar__right .recent__wrap .recent__items:not(:last-child) {
    margin-bottom: 24px;
}

.sidebar__right .recent__wrap .recent__items .thumb {
    display: block;
    width: 120px;
}

.sidebar__right .recent__wrap .recent__items .thumb img {
    width: 100%;
    border-radius: 5px;
}

@media (max-width: 1199px) {
    .sidebar__right .recent__wrap .recent__items {
        gap: 9px 12px;
    }
    .sidebar__right .recent__wrap .recent__items .thumb {
        width: 100px;
    }
    .sidebar__right .recent__wrap .recent__items .recent__content {
        width: calc(100% - 100px);
    }
}

.sidebar__right .tag__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sidebar__right .tag__list li {
    margin: 0 8px 8px 0;
}

.sidebar__right .tag__list li a {
    font-size: 16px;
    display: inline-block;
    padding: 5px 18px;
    color: var(--black-color);
    border: 1px solid var(--border-color);
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s;
}

.sidebar__right .tag__list li a:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.sidebar__right .recent__btn {
    display: flex;
    align-items: center;
    gap: 5px;
}

.sidebar__right .recent__btn span {
    color: var(--theme-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
}

.sidebar__right .recent__btn .icon i {
    font-size: 14px;
    color: var(--theme-color);
}

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

.footer-top {
    position: relative;
}

.footer-top .widget-items {
    position: relative;
}

.footer-top .widget-items .footer-head {
    margin-bottom: 28px;
}

.footer-top .widget-items .footer-head .title {
    font-weight: 600;
    color: var(--black-color);
}

.footer-top .widget-items .content-area p {
    color: var(--black-color);
    margin-top: -5px;
    margin-bottom: 22px;
}

.footer-top .widget-items .content-area .quick-link li {
    display: flex;
    align-items: center;
    transition: all 0.5s;
    margin-left: -20px;
}

.footer-top .widget-items .content-area .quick-link li:not(:last-child) {
    margin-bottom: 9px;
}

.footer-top .widget-items .content-area .quick-link li a {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: var(--black-color);
    transition: all 0.5s;
    margin-left: 16px;
}

.footer-top .widget-items .content-area .quick-link li a i {
    margin-right: -7px;
    font-size: 20px;
    opacity: 0;
    transition: all 0.3s;
}

.footer-top .widget-items .content-area .quick-link li:hover a i {
    opacity: 1;
    margin-right: 5px;
}

.footer-top .widget-items .content-area .contact li {
    border-radius: 10px;
    padding: 0px 0px 20px;
    background-color: var(--white-color);
    display: flex;
    align-items: center;
}

.footer-top .widget-items .content-area .contact li .phone-icon {
    width: 45px;
    height: 45px;
    background: rgb(67, 58, 193);
    background: linear-gradient(90deg, rgb(67, 58, 193) 0%, rgb(11, 4, 131) 30%, rgb(0, 215, 255) 100%);
    line-height: 43px;
    text-align: center;
    border-radius: 5px;
}

.footer-top .widget-items .content-area .contact li .phone-icon i {
    font-size: 32px;
    margin-top: 10px;
}

.footer-top .widget-items .content-area .contact li .phone-icon img {
    width: 25px;
}

.footer-top .widget-items .content-area .contact li .email-part {
    width: calc(100% - 60px);
    font-size: 18px;
    transition: all 0.3s;
    color: var(--black-color);
    font-weight: 600;
    padding-left: 25px;
}

.footer-top .widget-items .content-area .contact li .email-part span {
    color: var(--black-color);
    display: block;
    margin-bottom: 4px;
    font-weight: 400;
}

.footer-top .widget-items .content-area .contact li:hover a {
    color: var(--black-color);
}

.footer-top .widget-items .content-area .social {
    display: flex;
    align-items: center;
}

.footer-top .widget-items .content-area .social li {
    text-align: center;
}

.footer-top .widget-items .content-area .social li:not(:last-child) {
    margin-right: 10px;
}

.footer-top .widget-items .content-area .social li .icon {
    display: block;
    border-radius: 4px;
    background: rgb(67, 58, 193);
    background: linear-gradient(90deg, rgb(67, 58, 193) 0%, rgb(11, 4, 131) 30%, rgb(0, 215, 255) 100%);
    border: unset;
    line-height: 36px;
}

.footer-top .widget-items .content-area .social li .icon i {
    color: var(--white-color);
}

.footer-top .widget-items .content-area .social li .icon:hover {
    background: rgb(67, 58, 193);
    background: linear-gradient(90deg, rgb(58, 139, 193) 0%, rgb(4, 108, 131) 30%, rgb(52, 46, 208) 100%);
}

.footer-bottom {
    position: relative;
    z-index: 9;
    background-color: #000D65;
    padding: 30px 0;
}

.footer-bottom .footer-bottom-wrap {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-bottom .footer-bottom-wrap p {
    color: var(--black-color);
}

.footer-bottom .footer-bottom-wrap p a {
    color: var(--white-color);
    font-weight: 500;
}

.footer-bottom .footer-bottom-wrap .footer-bottom-link {
    display: flex;
    align-items: center;
}

.footer-bottom .footer-bottom-wrap .footer-bottom-link li:not(:last-child) {
    margin-right: 12px;
}

.footer-bottom .footer-bottom-wrap .footer-bottom-link li a {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 500;
    display: block;
    transition: all 0.3s;
}

@media (max-width: 575px) {
    .footer-bottom .footer-bottom-wrap .footer-bottom-link li a {
        font-size: 15px;
    }
}

.cmn--btn {
    padding: 16px 40px;
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    background-image: linear-gradient(113deg, #fa4b05 0%, #ff9038 100%);
    border-radius: 5px;
    font-weight: 600;
}

.cmn--btn::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    background-image: linear-gradient(113deg, #ff9038 0%, #fa4b05 100%);
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
    transform: scale(0);
    opacity: 0;
    border-radius: 5px;
}

.cmn--btn:hover {
    color: #fff;
}

.cmn--btn:hover::after {
    transform: scale(1);
    opacity: 1;
    height: 100%;
    width: 100%;
}

@media (max-width: 575px) {
    .cmn--btn {
        padding: 14px 32px;
        font-size: 14px;
    }
}

.cmn--btn2 {
    padding: 15px 30px 15px;
    font-size: 16px;
    font-weight: 500;
    background: transparent;
    display: inline-block;
    position: relative;
    font-weight: 600;
    z-index: 1;
    transition: all 0.6s ease-in-out 0s;
    overflow: hidden;
    text-transform: capitalize;
    color: var(--white);
    border: 1px solid #fff;
    border-radius: 5px;
}

.cmn--btn2:hover {
    color: var(--white);
    background-image: linear-gradient(113deg, #fa4b05 0%, #ff9038 100%);
    border: 1px solid #fa4b05;
}

.cmn--btn2::before {
    background-color: var(--white);
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -60px;
    transform: rotate(35deg);
    transition: all 2600ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 20px;
    opacity: 0;
}

.cmn--btn2:hover::before {
    left: 140%;
    transition: all 2300ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.5;
}

@media (max-width: 575px) {
    .cmn--btn2 {
        font-size: 13px;
        padding: 10px 20px 10px;
    }
    .cmn--btn2 i {
        font-size: 13px;
    }
}

/*# sourceMappingURL=main.css.map */