    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap');
    
    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }
    
    body {
        background-color: #030303;
        font-family: 'Poppins';
    
    }
    
    .font-12 {
        font-size: 12px;
    }
    
    .main-heading {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 80px;
        line-height: 84px;
        color: #FFFFFF;
    }
    
    .title-heading {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 54px;
        /* line-height: 84px; */
        color: #FFFFFF;
    }
    
    @keyframes pulse-yellow {
        0% {
            box-shadow: 0 0 0 0 rgba(255, 182, 0, .7);
        }
    
        70% {
            box-shadow: 0 0 0 20px rgba(255, 182, 0, 0);
    
        }
    
        100% {
            box-shadow: 0 0 0 0 rgba(255, 182, 0, 0);
        }
    }
    
    .desc-para {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        color: #FFFFFF;
    }
    
    .primary-color {
        color: #FFB600;
    }
    
    .primary-bg {
        background-color: #FFB600;
    }
    
    
    /*Floating Btns css */
    
    .floating-right {
        position: fixed;
        /* width: 60px; */
        /* height: 268px; */
        /* background: #FFB600; */
        right: -483px;
        /* border-top-left-radius: 54px;
        border-bottom-left-radius: 54px; */
        top: 20%;
        z-index: 2;
    
    }
    
    .floating-right-btn {
        border-top-left-radius: 54px;
        border-bottom-left-radius: 54px;
        width: 60px;
        height: 268px;
        background: #FFB600;
        position: absolute;
        left: 30px;
        top: 110px;
    }
    
    .floating-right .floating-right-btn p {
        transform: rotate(90deg);
        width: max-content;
        position: relative;
        top: 105px;
        right: 50px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 30px;
        color: #000000;
        cursor: pointer;
    }
    
    .floating-btn {
        position: fixed;
        background: #FFB600;
        box-shadow: 0px 0px 34px #FFB600;
        border-radius: 50%;
        bottom: 70px;
        right: 70px;
        width: 85px;
        height: 85px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        z-index: 2;
        animation: pulse-yellow 2s infinite;
    }
    
    .floating-btn:hover .floating-content {
        display: flex !important;
        transition: all 1s;
    }
    
    .floating-content {
        background: rgba(255, 182, 0, .4);
        border-radius: 58px;
        position: absolute;
        padding: 15px 20px;
        width: 389px;
        justify-content: start;
        align-items: center;
        right: 15px;
        gap: 10px;
        color: #fff;
        z-index: -1;
        display: none !important;
    }
    
    @media screen and (max-width: 991px) {
        .floating-right {
            right: -581px;
    
        }
    
        .floating-right-btn {
            left: -70px;
        }
    }
    
    /*End of Floating Btns css */
    
    
    
    /*Home Page css */
    
    
    .beez-navbar .nav-link {
        text-transform: uppercase;
        margin-right: 27px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 18px;
    }
    
    .beez-navbar .active {
        border: 2px solid #FFB600;
        border-radius: 19px;
        width: 104px;
        display: flex;
        justify-content: center;
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        padding: 6px;
        text-transform: uppercase;
    }
    
    .dropdown-menu {
        width: 840px;
        left: -214px !important;
        top: 40px !important;
        background-color: rgba(255, 182, 0, .4) !important;
        backdrop-filter: blur(20px);
        border: none;
        border-radius: 15px;
    }
    
    .dropdown-menulist li {
        list-style: none;
        line-height: 40px;
    }
    
    .dropdown-menulist li a {
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        text-transform: uppercase;
    }
    
    .dropdown-menulist img {
        filter: invert(1) brightness(2);
        margin-right: 14px;
    }
    
    .navbar-nav {
        display: flex;
        gap: 10px;
    }
    
    .btn-beez-primary {
        width: 117px;
        height: 45px;
        background: #FFB600;
        box-shadow: 0px 0px 17px #FFB600;
        border-radius: 31px;
        font-family: 'Poppins';
    }
    
    .slider-banner {
        /* background: url(../assets/images/33.gif); */
        height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        align-items: center;
    }
    
    .home-video {
        object-fit: cover;
        width: 100%;
        height: 100vh;
        /* position: fixed; */
        top: 0;
        left: 0;
        position: absolute;
    }
    
    .slider-banner .row {
        margin-top: 130px;
    }
    
    .slider-banner h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 84px;
        line-height: 84px;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    
    .slider-banner h2 span {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 900;
        font-size: 70px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    
    .slider-banner h4 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 36px;
        line-height: 54px;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    
    .btn-beez-banner {
        width: 257px;
        height: 69px;
        background: #FFB600;
        border-radius: 51px;
        font-family: 'Poppins';
        font-weight: 700;
        font-size: 18px;
    }
    
    .blur-img {
        left: -30px;
        top: -10px;
        width: 50%;
    }
    
    .none-blur-img {
        top: -170px;
        left: 100px;
    }
    
    .home-section-2 {
        background-color: #030303;
        padding: 50px 0;
        position: relative;
    }
    
    .home-section-2 .abs-img {
        position: absolute;
        top: -33px;
    }
    
    .home-section-2 h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 54px;
        color: #FFB600;
    }
    
    .home-section-2 span {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 30px;
        color: #FFFFFF;
    }
    
    .serv-ul li {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 30px;
        color: #FFFFFF;
    }
    
    .btn-yellow-outline {
        border: 1px solid #FFB600;
        filter: drop-shadow(0px 0px 16px #FFB600);
        border-radius: 20.5px;
        height: 47px;
        background-color: transparent;
        padding: 0 30px;
        color: #fff;
        font-family: 'Poppins';
    
    }
    
    .btn-yellow {
        height: 47px;
        background: #FFB600;
        box-shadow: 0px 0px 17px #FFB600;
        border-radius: 31px;
        font-family: 'Poppins';
        padding: 0 30px;
        border: none;
        margin-left: 20px;
    }
    
    .hr-line {
        background: #FFB600;
        display: inline-block;
        height: 3px;
        width: 100%;
        margin-bottom: 10px;
    }
    
    .outline-box {
        border: 2px solid #FFB600;
        border-radius: 20px;
        padding: 20px 20px;
        text-align: center;
    
    }
    
    .desc {
        font-size: 12px;
        font-family: 'poppins';
        font-weight: 300;
        color: #ffff;
        height: 100px;
        overflow: auto;
    }
    
    .desc::-webkit-scrollbar {
        width: 2px;
        /* height: 5px; */
        background-color: #FFB600;
        /* or add it to the track */
        display: none;
    }
    
    .outline-box .title {
        color: #FFB600;
        font-size: 18px;
        font-family: 'poppins';
    }
    
    .vision-sec {
        /* background: url(../assets/images/33.gif); */
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        align-items: center;
    }
    
    .vision-sec-video {
        object-fit: cover;
        width: 100%;
        height: 60vh;
        /* position: fixed; */
        /* top: 0; */
        left: 0;
        position: absolute;
    }
    
    .topParaOfSec3 p {
        color: #FFB600;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 54px;
        line-height: 30px;
    }
    
    .topPara1OfSec3 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 38px;
        line-height: 42px;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    
    .topPara1OfSec3 span {
        font-weight: 400;
    }
    
    .outline-box2 {
        border: 2px solid #FFB600;
        border-radius: 20px;
        padding: 40px 30px;
        background-color: #030303;
        color: #fff;
        opacity: .8;
    }
    
    .outline-box2 .title {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 32px;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    
    .outline-box2 .title span {
        color: #FFB600;
        font-weight: 700;
    }
    
    /* .mycard {
        margin-bottom: -240px;
    } */
    
    .outline-box2-main {
        margin-left: -75px;
        margin-top: 100px !important;
    }
    
    .pricing-package-main {
        /* background: url(../assets/images/33.gif); */
        /* padding: 160px 0; */
        position: absolute;
        /* top: 0; */
        /* left: 0; */
        width: 100%;
        filter: blur(14px);
        height: 500px;
        opacity: .3;
        ;
    
    }
    
    .pricing-para {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 32px;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    
    .color-dv {
        position: absolute;
        background: #FFB600;
        mix-blend-mode: color;
        opacity: 0.56;
        width: 100%;
        height: 100%;
    }
    
    .right-bee {
        position: absolute;
        right: 0;
        top: -270px;
        width: 300px;
    }
    
    
    .portfolio-main {
        width: 100%;
        padding: 70px 0 250px 0;
        position: relative;
    }
    
    .portfolio-main .nav-tabs {
        border: none;
    }
    
    /* .portfolio-main .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        padding: 10px 20px;
        line-height: 22px;
        color: #000;
        background-color: #FFB600;
        box-shadow: 0px 0px 13px #FFB600;
        border-radius: 31px;
    } */
    
    .portfolio-main .left-bee {
        position: absolute;
        left: 0;
        width: 250px;
        top: 0;
    }
    
    .portfolio-main ul {
        display: flex;
        justify-content: center;
    }
    
    .portfolio-main ul li {
        list-style: none;
        cursor: pointer;
    
    }
    
    .portfolio-main ul li a {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        color: #FFFFFF;
        text-decoration: none;
        text-transform: uppercase;
        margin-right: 20px;
        cursor: pointer;
    }
    
    
    .packages-main {
        /* background: url(../assets/images/fire-ball.png); */
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        /* padding: 250px 0; */
        /* height: 80vh; */
    }
    
    
    
    
    .home-packages {
        padding: 100px 0 50px 0;
    }
    
    .packages-main .slick-prev:before,
    .slick-next:before {
        color: #FFB600;
    }
    
    .packages-main .nav-tabs {
        justify-content: center;
        border: none;
    }
    
    .packages-main ul {
        display: flex;
        justify-content: center;
    }
    
    .packages-main ul li {
        list-style: none;
    }
    
    .packages-main ul li a {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        color: #FFFFFF;
        text-decoration: none;
        text-transform: uppercase;
        margin-right: 20px;
    }
    
    .packages-main .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
    
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 22px;
        color: #FFB600;
        background-color: transparent;
        border: none;
    }
    
    .packages-main .nav-link:focus,
    .nav-link:hover {
        border: none;
        color: #FFB600;
    }
    
    .packages__box-wrap {
        background: #000000bd;
        padding: 2rem 1rem;
        box-sizing: border-box;
        border-radius: 30px;
        /* margin: 12px; */
        border: 2px solid #FFB600;
        margin: 0 15px;
        min-height: 600px;
    }
    
    .package__head {
        text-align: center;
        color: #fff;
    }
    
    .package__head p {
        font-weight: 300;
    }
    
    .package__body {
        height: 450px;
        overflow-x: hidden;
        overflow-y: auto;
    }
    
    .package__body ul {
        list-style: none !important;
        display: unset;
    }
    
    .orig__price {
        color: #FFB600;
    }
    
    .package__body ul li {
        color: #fff;
        font-size: 14px;
        line-height: 26px;
        /* display: flex; */
        width: 500px;
    }
    
    
    .gap {
        margin-left: 20px;
    }
    
    .package__body ul li:not(.removeDot):before {
        content: "\2022";
        color: #FFB600;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        font-size: 28px;
    }
    
    
    .removeDot> :last-child::before {
        color: #FFB600;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        font-size: 28px;
        content: "\2022";
    }
    
    .select__pkg-btn {
        display: block;
        text-align: center;
        background: #FFB600;
        color: #fff;
        padding: 1rem;
        border-radius: 30px;
        margin-top: 2rem;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        transition: .4s ease;
        text-decoration: none;
    }
    
    .view__pkg-btn {
        display: block;
        text-align: center;
        margin-top: 1rem;
        color: #fff;
        font-size: 14px;
        transition: .4s ease;
    }
    
    /* .package__footer ul {
        display: unset;
    } */
    
    .package__footer ul li {
        width: 50%;
        color: #fff;
        font-size: 13px;
        margin: 8px 0 0;
    }
    
    .package__body::-webkit-scrollbar {
        width: 7px;
        height: 5px;
        background-color: #FFB600;
        /* or add it to the track */
    }
    
    .counters-main {
        padding: 70px 0;
        position: relative;
        background-color: #1a1a1a;
    }
    
    .counters-main .left-bee {
        position: absolute;
        left: 0;
        width: 250px;
        top: 0;
    }
    
    .counter-head h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 62px;
        line-height: 69px;
        color: #FFFFFF;
        position: relative;
    }
    
    .counter-head h2 span {
        color: #FFB600;
    }
    
    .counter-content h4 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 21px;
        line-height: 14px;
        text-align: center;
    
        color: #FFB600;
    }
    
    .counter-content p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 28px;
        text-align: center;
        color: #fff;
    }
    
    .clients-main {
        padding: 120px 0;
        height: 100vh;
    }
    
    .clients-main h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 56px;
        line-height: 60px;
        color: #FFFFFF;
    }
    
    .clients-main p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 23px;
        color: #FFFFFF;
        margin-bottom: 40px;
    }
    
    .clients-main h5 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        line-height: 23px;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    
    .clients-main .slick-initialized .slick-slide {
        display: flex;
    }
    
    .clients-main .slick-dots {
        top: 50%;
        display: flex;
        flex-direction: column;
        /* gap: 3px; */
        left: -40px;
    }
    
    .clients-main .slick-dots li button {
        color: unset;
        background: #FFB600;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        opacity: .7;
        margin-left: 2px;
    }
    
    .clients-main .slick-dots li.slick-active button:before {
        display: none;
    }
    
    .clients-main .slick-dots li.slick-active {
        background: #FFB600;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        margin-bottom: 9px;
    }
    
    .clients-main .slick-dots li button:before {
        font-family: '';
    }
    
    .quotes-main {
        /* background: url(../assets/images/33.gif); */
        /* padding: 160px 0; */
        position: absolute;
        /* top: 0; */
        /* left: 0; */
        width: 100%;
        filter: blur(14px);
        height: 100%;
        opacity: .3;
    
    }
    
    .qoute-sec-video {
        object-fit: cover;
        width: 100vw;
        height: 65vh;
        /* position: fixed; */
        /* top: 0; */
        left: 0;
        position: absolute;
        filter: blur(14px);
        /* display: none; */
        opacity: .5;
    }
    
    /* .pricing-para {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 32px;
        text-transform: uppercase;
        color: #FFFFFF;
    } */
    
    
    .qoutes-contact {
        background-image: url(../assets/images/pattern.jpg);
        /* background-repeat: repeat; */
        background-size: cover;
        width: 100%;
    }
    
    .qoutes-img {
        filter: hue-rotate(150deg);
    }
    
    .qoutes-contact::before {
        content: '';
        background-color: rgba(0, 0, 0, .8);
        position: absolute;
        width: 100%;
        height: 100%;
    }
    
    .qoutes h3 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 48px;
        color: #FFB600;
    }
    
    .qoutes p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 23px;
        color: #FFFFFF;
        margin: 20px 0 30px 0;
    }
    
    .qoutes .form-control {
        background: transparent;
        border: 1px solid #FFB600 !important;
        padding: 17px;
        color: #fff;
    }
    
    input {
        color: #fff;
    }
    
    .qoutes .form-control::placeholder {
        color: #fff !important;
    }
    
    footer {
        padding: 100px 0;
    }
    
    footer h5 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 21px;
        line-height: 23px;
        color: #FFFFFF;
    }
    
    footer ul {
        padding: 0;
    }
    
    footer ul li {
        list-style: none;
        line-height: 40px;
    }
    
    footer ul li a {
        color: #fff;
        text-decoration: none;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 23px;
        color: #FFFFFF;
        text-transform: capitalize;
    }
    
    footer {
        color: #fff;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 23px;
        color: #FFFFFF;
        border-bottom: 2px solid #fff;
        margin-bottom: 20px;
    }
    
    footer input {
        background-color: transparent;
        border: none;
    }
    
    footer input:focus {
        outline: none;
    }
    
    footer .input-outline {
        border: 2px solid #FFFFFF;
        border-radius: 11px;
        width: 70%;
    }
    
    /*End of home Page css */
    
    /*About Page css */
    
    .banner-about {
        /* background: url(../assets/images/33.gif); */
        height: 70vh;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        display: flex;
        align-items: center;
    }
    
    .banner-about video {
        height: 70vh;
    }
    
    .banner-about .row {
        position: relative;
    }
    
    .banner-about h2 {
        color: #fff;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 300;
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    
    }
    
    .banner-about h4 {
        color: #fff;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 50px;
        line-height: 60px;
        text-align: center;
    }
    
    .section3-about {
        background: url(../assets/images/33.gif);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        position: relative;
        padding: 100px 0 !important;
    }
    
    .section3-about::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .5);
        backdrop-filter: blur(10px);
    }
    
    .skill {
        margin-bottom: 40px;
        position: relative;
        overflow-x: hidden;
        padding: 0 5px 0 0;
    }
    
    .skill:before {
        width: 100%;
        height: 12px;
        content: "";
        display: block;
        position: absolute;
        background: #e8e8e8;
        bottom: 0;
        border-radius: 10px;
    }
    
    .skill-bar {
        width: 100%;
        height: 8px;
        background: #FFB600;
        display: block;
        position: relative;
        top: -2px;
        margin: 0 2px;
    }
    
    .skill1 {
        width: 95%;
    }
    
    .skill-bar span {
        color: #FFB600;
        position: absolute;
        top: -30px;
        padding: 0;
        font-size: 14px;
        padding: 3px 0;
        font-weight: 500;
    }
    
    .skill1 .skill-count1 {
        right: 0;
    }
    
    .skill2 .skill-count2 {
        right: 0;
    }
    
    .skill3 .skill-count3 {
        right: 0;
    }
    
    .skill4 .skill-count4 {
        right: 0;
    }
    
    .skill5 {
        width: 80%;
    }
    
    .skill4 {
        width: 65%;
    }
    
    .skill2 {
        width: 85%;
    }
    
    .skill5 {
        width: 80%;
    }
    
    .skill5 .skill-count5 {
        right: 0;
    }
    
    /*End of About Page css */
    
    .carouselTestimonial {
        background: #fff;
        color: #000 !important;
        padding: 20px;
        border-radius: 20px;
        border: 3px solid #FFB600;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    
    }
    
    .testi-para {
        font-weight: 300;
        height: 200px;
        overflow: auto;
    }
    
    .testi-para::-webkit-scrollbar {
        width: 2px;
        /* height: 5px; */
        background-color: #FFB600;
        /* or add it to the track */
    
    }
    
    .service-pricing-bot {
        background: url(../assets/images/pricing-bottom-img.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        padding: 80px 0;
        margin: 80px 0;
        backdrop-filter: blur(40px);
    }
    
    .service-pricing-bot::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .5);
        backdrop-filter: blur(10px);
    }
    
    .service-pricing-bot p {
        font-size: 18px !important;
    }
    
    /*Media Query*/
    
    @media screen and (max-width: 991px) {
        .navbar-toggler {
            background-color: #FFB600;
        }
    
        .navbar-collapse {
            padding: 20px;
            background-color: rgba(0, 0, 0, .5);
        }
    
        .beez-navbar .nav-link {
            margin-right: 0;
        }
    
        .slider-banner .row {
            margin-top: 0;
        }
    
        .none-blur-img,
        .blur-img {
            display: none;
        }
    
        .slider-banner h2 {
            font-size: 52px;
        }
    
        .slider-banner h2 span {
            font-size: 52px;
    
        }
    
        .outline-box2-main {
            margin: 0 !important;
        }
    
        .home-section-2 h2 {
            font-size: 32px;
        }
    
        .home-section-2 span {
            font-size: 18px;
        }
    
        p {
            font-size: 14px;
        }
    
        .topPara1OfSec3 {
            font-size: 28px;
        }
    
        .outline-box2 .title {
            font-size: 18px;
        }
    
        .packages-main .nav-tabs .nav-item.show .nav-link,
        .nav-tabs .nav-link.active {
            font-size: 18px;
        }
    
        .portfolio-main ul li a {
            font-size: 16px;
        }
    
        .counter-head h2 {
            font-size: 48px;
        }
    
        .qoutes h3 {
            font-size: 32px;
        }
    
        .qoutes p {
            font-size: 14px;
        }
    
        .clients-main h2 {
            font-size: 32px;
        }
    
        .clients-main p {
            font-size: 14px;
        }
    
        .outline-box2 {
            padding: 40px 30px !important;
        }
    
        .dropdown-menu {
            width: auto;
        }
    
        .banner-about h4 {
            font-size: 54px;
            line-height: 60px;
        }
    
        .title-heading {
            font-size: 36px !important;
        }
    }
    
    @media screen and (max-width: 575px) {
        .floating-btn {
            bottom: 10px;
            right: 10px;
            width: 60px;
            height: 60px;
        }
    
        .floating-btn img {
            width: 25px;
        }
    
        .floating-content {
            padding: 0 20px;
            width: 300px;
        }
    
        .btn-yellow {
            margin-left: 0;
        }
    
        .floating-right-btn {
            top: 70px;
            display: none !important;
        }
    
        .floating-right {
            top: 14%;
            display: none;
        }
    
        .navbar-brand img {
            width: 200px;
        }
    
        .packages-main .nav-tabs {
            flex-direction: column;
            justify-content: flex-start;
        }
    
        button {
            font-size: 12px !important;
        }
    
        .title-heading {
            font-size: 24px !important;
            margin: 0px 0 10px 0;
        }
    
        .desc-para {
            font-size: 14px !important;
        }
    
        .navbar-toggler {
            background-color: #FFB600;
        }
    
        .navbar-collapse {
            padding: 20px;
            background-color: rgba(0, 0, 0, .5);
        }
    
        .beez-navbar .nav-link {
            margin-right: 0;
        }
    
        .slider-banner .row {
            margin-top: 0;
        }
    
        .none-blur-img,
        .blur-img {
            display: none;
        }
    
        .slider-banner h2 {
            font-size: 36px;
            line-height: 40px;
        }
    
        .slider-banner h4 {
            line-height: 20px;
        }
    
        .topParaOfSec3 p {
            line-height: 56px;
        }
    
        .slider-banner h2 span {
            font-size: 36px;
    
        }
    
        .outline-box2-main {
            margin: 0 !important;
        }
    
        .home-section-2 h2 {
            font-size: 24px;
        }
    
        .home-section-2 span {
            font-size: 16px;
        }
    
        p {
            font-size: 12px;
        }
    
        .topPara1OfSec3 {
            font-size: 22px;
            line-height: 30px;
        }
    
        .outline-box2 .title {
            font-size: 16px;
        }
    
        .packages-main .nav-tabs .nav-item.show .nav-link,
        .nav-tabs .nav-link.active {
            font-size: 16px;
        }
    
        .portfolio-main ul li a {
            font-size: 14px;
        }
    
        .counter-head h2 {
            font-size: 36px;
            line-height: 32px;
        }
    
        .qoutes h3 {
            font-size: 24px;
        }
    
        .qoutes p {
            font-size: 12px;
        }
    
        .clients-main h2 {
            font-size: 24px;
        }
    
        .clients-main p {
            font-size: 12px;
        }
    
        .outline-box2 {
            padding: 40px 30px !important;
        }
    
        .clients-main .slick-dots {
            left: 0;
            top: auto;
            display: unset;
        }
    
        .banner-about h4 {
            font-size: 36px;
            line-height: 40px;
        }
    
        .service-pricing-bot p {
            font-size: 14px !important;
        }
    }
    
    /*Modal Css */
    
    .modal-content {
        background-color: #000;
        padding: 20px;
        border-radius: 40px;
    }
    
    /*Packages Css*/
    
    .package-carousel {
        opacity: 1 !important;
    }
    
    .owl-theme .owl-controls .owl-page {
        display: inline-block;
    }
    
    .owl-theme .owl-controls .active span {
        opacity: 1 !important;
    }
    
    .owl-theme .owl-controls {
        display: flex;
        justify-content: center;
        margin-top: 20px
    }
    
    .owl-theme .owl-controls .owl-page span {
        background: #FFB600;
        border-radius: 20px;
        display: block;
        height: 12px;
        margin: 5px 7px;
        opacity: 0.5;
        width: 12px;
    }
    
    .img-main {
        /* width: 100%; */
        margin-bottom: 0;
        height: 500px;
        overflow-y: auto;
    }
    
    .img-main img {
        height: auto;
        width: 100%;
        position: relative;
        top: 0;
        transition: 2s all;
    }
    
    .img-main:hover img {
        top: -50%
    }
    
    .img-main::-webkit-scrollbar {
        display: none;
    }
    
    a.view__pkg-btn.mb-4 {
        visibility: hidden;
    }
    
    section.terms-section1 {
        padding: 80px 0 0 0;
    }
    
    .term_content h3 {
        font-size: 40px;
        font-weight: bold;
        color: #fff;
        margin: 0 0 15px 0;
    }
    
    .term_content p {
        font-size: 18px;
        color: #ffffffb3;
        font-weight: 300;
    }
    
    .term_content ul {
        padding: 0 0 0 0px;
        list-style: none;
    }
    
    .term_content ul li {
        font-size: 18px;
        font-weight: 300;
        margin: 0 0 20px 0;
        position: relative;
        padding: 0 0 0 20px;
        color: #ffffffb3;
    }
    
    .term_content ul li:before {
        content: '';
        display: block;
        position: absolute;
        background: #fff;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        left: 0;
        top: 11px;
    }
    
    
    @media only screen and (max-width: 1366px){}
    @media only screen and (max-width: 1160px){}
    @media only screen and (max-width: 767px){
    
        .slider-banner {
        height: 500px;
        padding: 100px 0 0 0 !important;
    }
    
    .btn-beez-banner {
        width: 180px;
        height: 50px;
        font-size: 15px !important;
        letter-spacing: 0 !important;
    }
    
    .home-section-2 .abs-img {
        opacity: 0.2;
    }
    
    section.home-section-2 {}
    
    section.home-section-2 .d-flex {
        display: block !important;
        text-align: center;
    }
    
    section.home-section-2 .d-flex h2 {
        font-size: 26px;
        line-height: 35px;
    }
    
    section.home-section-2 .d-flex p {
        text-align: center;
    }
    
    section.home-section-2 p {
        text-align: center;
        font-size: 14px;
        font-weight: 300;
    }
    
    .btn-group.justify-content-space {
        display: flex;
        justify-content: space-between;
    }
    
    .btn-group.justify-content-space button {
        flex: 0 0 48%;
    }
    
    section.py-5.vision-sec {
        padding-top: 0 !important;
    }
    
    section.py-5.vision-sec .textOfSection3 {
        text-align: center;
    }
    
    section.py-5.vision-sec .textOfSection3 p {
        font-size: 40px;
        line-height: 50px;
    }
    
    section.py-5.vision-sec .textOfSection3 p.topPara1OfSec3 {
        font-size: 24px;
        line-height: 30px;
        margin: 30px 0;
    }
    
    section.py-5.vision-sec .textOfSection3 p.text-white {
        font-size: 16px;
        line-height: 22px;
        font-weight: 300;
    }
    
    .outline-box2 {
        text-align: center;
    }
    
    .outline-box2 p.title {
        font-size: 26px;
        line-height: 26px;
    }
    
    .outline-box2 p.cardPara {
        font-size: 18px;
    }
    
    .outline-box2 p.text-white.pl-3.mt-4.desc {
        font-size: 14px;
        height: auto;
        font-weight: 300;
    }
    
    .portfolio-main .left-bee {
        opacity: 0.3;
    }
    
    .right-bee {
        opacity: 0.3;
        top: 0;
    }
    
    section.portfolio-main {
        padding-bottom: 0;
    }
    
    section.position-relative .row {
        padding-top: 50px !important;
    }
    
    section.position-relative .row .col-lg-6 {
        text-align: center;
    }
    
    section.position-relative .topParaOfSec3 p {
        font-size: 40px;
        line-height: 50px;
    }
    
    section.position-relative p.topPara1OfSec3 {
        font-size: 18px;
        font-weight: 600;
        margin: 30px 0;
    }
    
    section.position-relative p.pricing-para {
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 200;
        line-height: 24px;
    }
    
    .home-packages {
        padding-top: 60px;
    }
    
    .counter-head h2 {
        line-height: 50px;
    }
    
    .counters-main .left-bee {
        opacity: 0.3;
    }
    
    .clients-main .px-3 {
        text-align: center;
    }
    
    .clients-main h2.mb-5 {
        line-height: 30px;
        font-size: 30px;
        margin: 0 0 20px 0 !important;
    }
    
    .clients-main p {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 20px 0;
    }
    
    .clients-main .px-3 img {
        margin: auto;
        margin-bottom: 40px;
    }
    
    section.clients-main {
        padding-bottom: 60px !important;
        height: auto;
    }
    
    section.position-relative .row {
        padding-top: 0px !important;
        margin-bottom: 0 !important;
    }
    
    .qoutes .form-control {
        margin: 0 0 30px 0;
        padding: 0 0 0 15px;
        height: 65px;
    }
    
    .qoutes textarea#exampleFormControlTextarea1 {height: 150px;padding: 15px 0 0 15px;}
    footer {
        padding-top: 0;
        text-align: center;
        padding-bottom: 30px;
    }
    
    footer a img {
        margin: 0 !important;
        padding: 0 !important;
    }
    
    footer .input-outline {
        width: 100%;
    }
    
    section.py-5.my-5 .col-md-6 img {
        margin: 0 0 40px 0;
    }
    
    section.py-5.my-5 h3.title-heading {
        text-align: center;
    }
    
    section.py-5.my-5 p.desc-para {
        text-align: center;
    }
    
    section.flags {
        text-align: center;
    }
    
    .banner-about h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 30px 0;
    }
    
    .banner-about h4 {
        font-size: 30px;
    }
    
    section.banner-about {
        height: 50vh;
        padding: 100px 0 0px 0;
    }
    
    .topParaOfSec3 p {
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 20px 0 !important;
    }
    
    .textOfSection3 {
        text-align: center;
    }
    
    .textOfSection3 hr {
        display: none;
    }
    
    p.title-heading.primary-color {
        font-size: 20px !important;
        line-height: 25px !important;
    }
    
    p.desc-para {
        margin: 0 0 30px 0;
        text-align: center;
    }
    
    .banner-about h4  br {
        display: none;
    }
    
    .navbar-collapse {
        background: #000000e3;
        z-index: 99999;
        position: relative;
    }
    
    nav.navbar.navbar-expand-lg.navbar-light.position-absolute.w-100.beez-navbar.sticky-top {
        z-index: 99999 !important;
    }
    
    .banner-about video {
    height: 50vh;
}

h2.title-heading.primary-color {
    text-align: center;
}

.container.pt-5.position-relative {
    padding-top: 0 !important;
}

ul.desc-para.d-flex.gap-5.primary-color.justify-content-center.flex-wrap {
    margin: 50px 0 0 0;
    flex-wrap: wrap;
    justify-content: start !important;
    gap: 0 !important;
}

ul.desc-para.d-flex.gap-5.primary-color.justify-content-center.flex-wrap li {
    flex: 0 0 50%;
    margin: 0 0 15px 0;
}

section.service-pricing-bot {
    margin: 0;
    padding: 0 0 70px 0;
    background-image: unset;
}

.service-pricing-bot::before {
    display: none;
}

section.service-pricing-bot {
    padding-bottom: 0;
}

section.py-5 {
    padding-top: 0 !important;
}

footer ul {
    margin: 0;
}

footer h5 {
    margin: 40px 0 10px 0;
}


.banner-about h4 br {
    display: none;
}



    }
