    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
    /***** General CSS *****/
    
    body {
        word-break: break-word;
        font: 15px/25px;
        color: #393939;
        overflow-x: hidden;
    }
    
    a {
        text-decoration: none;
        color: #28b16d;
        white-space: initial;
    }
    
    a:hover,
    a:focus {
        text-decoration: none;
        color: #393939;
    }
    
    a:hover {
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
    }
    
    img {
        max-width: 100%;
    }
    
    input[type="text"]:focus,
    textarea:focus,
    input[type="password"]:focus,
    select:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="tel"]:focus,
    input[type="number"]:focus {
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        outline: none;
    }
    
    select,
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="url"],
    input[type="number"],
    textarea,
    input[type="tel"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    
    ul {
        margin: 0 0 20px;
        padding: 0;
        /*list-style-type: none;*/
    }
    /***** Font Files *****/
    
    @font-face {
        font-family: 'Fonts Awesome';
        src: url(../fonts/fontawesome-webfont.eot);
        src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
        font-weight: 400;
        font-style: normal
    }
    /***** Custom Classes *****/
    
    .noPadding {
        padding: 0;
    }
    
    .noLeft {
        padding-left: 0;
    }
    
    .noRight {
        padding-right: 0;
    }
    
    .mt-5 {
        margin-top: 50px;
    }
    
    .mb-5 {
        margin-bottom: 50px;
    }
    
    .mt-8 {
        margin-top: 80px;
    }
    
    .mt-4 {
        margin-top: 40px;
    }
    
    .mt-3 {
        margin-top: 30px;
    }
    
    .mt-2 {
        margin-top: 20px;
    }
    
    .pt-5 {
        padding-top: 50px;
    }
    
    .pb-1 {
        padding-bottom: 10px;
    }
    
    .pb-2 {
        padding-bottom: 20px;
    }
    
    .pb-3 {
        padding-bottom: 30px;
    }
    
    .pb-4 {
        padding-bottom: 40px;
    }
    
    .pb-8 {
        padding-bottom: 80px;
    }
    
    .m-0 {
        margin: 0 !important;
    }
    
    .p-0 {
        padding: 0 !important;
    }
    
    .pt-8 {
        padding-top: 80px;
    }
    
    .pt-4 {
        padding-top: 40px;
    }
    
    .pt-3 {
        padding-top: 30px;
    }
    
    .pt-2 {
        padding-top: 20px;
    }
    
    .all-section {
        padding: 80px 0;
    }
    
    .centerCol {
        float: none;
        margin: 0 auto;
    }
    
    .d-flex {
        display: flex;
        align-items: center;
    }
    
    .over-flow-h {
        overflow: hidden;
    }
    
    .btn10 {
        border: 1px solid #a30000!important;
        text-align: center;
        position: relative;
        overflow: hidden!important;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        background: #a30000!important;
        z-index: 10;
        display: inline-block;
        color: #fff;
        padding: 20px 20px;
        border-radius: 10px;
        font-size: 17px;
        font-family: Poppins;
        font-weight: 400
    }
    
    .btn10:hover {
        border: 1px solid #a30000!important;
        color: #fff!important
    }
    
    .btn10::before {
        content: '';
        width: 0%;
        height: 100%;
        display: block;
        background: #a30000;
        position: absolute;
        -ms-transform: skewX(-20deg);
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        left: -10%;
        opacity: 1;
        top: 0;
        z-index: -12;
        -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
        -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
        -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
        transition: all .7s cubic-bezier(.77, 0, .175, 1);
        box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
        border-color: #a30000!important
    }
    
    .btn10::after {
        content: '';
        width: 0%;
        height: 100%;
        display: block;
        background: #fff;
        position: absolute;
        -ms-transform: skewX(-20deg);
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        left: -10%;
        opacity: 0;
        top: 0;
        z-index: -15;
        -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
        -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
        -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
        transition: all .4s cubic-bezier(.2, .95, .57, .99);
        box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
        border-color: #a30000!important
    }
    
    .btn10:hover::before,
    .btn1O:hover::before {
        opacity: 1;
        width: 116%
    }
    
    .btn10:hover::after,
    .btn1O:hover::after {
        opacity: 1;
        width: 120%
    }
    
    .flexRow {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }
    
    .flexCol {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        align-items: center;
    }
    
    h1 {
        font-family: "Oswald", sans-serif;
        font-size: 70px;
        line-height: 60px;
        color: #fff;
        font-weight: 600;
        margin: 0 0 30px;
    }
    
    h2 {
        font-family: "Oswald", sans-serif;
        font-size: 70px;
        line-height: 80px;
        color: #000;
        font-weight: 600;
        margin: 0 0 20px;
        /*text-transform: uppercase;*/
    }
    
    h3 {
        font-family: "Oswald", sans-serif;
        font-size: 30px;
        line-height: 34px;
        color: #000000;
        font-weight: 600;
        margin: 0 0 28px;
    }
    
    h4 {
        font-family: 'Poppins', Sans-Serif;
        font-size: 24px;
        line-height: 29px;
        color: #393939;
        font-weight: 600;
        margin: 0 0 13px;
    }
    
    h5 {
        font-family: 'Poppins', Sans-Serif;
        font-size: 20px;
        line-height: 25px;
        color: #393939;
        font-weight: 600;
        margin: 0 0 20px;
    }
    
    h6 {
        font-family: 'Poppins', Sans-Serif;
        font-size: 18px;
        line-height: 23px;
        color: #393939;
        font-weight: 600;
        margin: 0 0 22px;
    }
    
    p {
        color: #000;
        font-size: 22px;
        line-height: 35px;
        font-weight: 500;
        margin: 0px;
        font-family: 'Poppins';
    }
    
    select {
        background: #fff url('../images/arrow.png') no-repeat right;
        padding: 0 40px 0 30px;
    }
    
     ::-webkit-input-placeholder {
        color: #575757;
    }
    
     ::-moz-placeholder {
        color: #575757;
        opacity: 1;
    }
    
     :-ms-input-placeholder {
        color: #575757;
    }
    
     :-moz-placeholder {
        color: #575757;
        opacity: 1;
    }
    /*header css start */
    
    .menuSec img {
        margin: 0;
        width: 63%;
    }
    
    .menuSec ul {
        position: relative;
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: end;
        text-transform: capitalize;
    }
    
    .menuSec ul li {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0;
    }
    
    .menuSec li ul {
        display: none;
    }
    
    .menuSec ul li a {
        position: relative;
        display: inline-block;
        text-decoration: none;
        color: #fff;
        padding: 5px 15px;
        font-size: 18px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
    }
    
    /*.why-choose-backyard-text p span {*/
    /*    font-weight: 900 !important;*/
    /*}*/
    
    .theme-btn-1 {
        font-size: 25px;
        background: #7ce02f;
        padding: 10px 45px 15px;
        border-radius: 50px;
        color: #fff !important;
        font-family: "Oswald", sans-serif;
    }
    
    .meun-btn a {
        padding: 5px 45px 10px;
    }
    
    .meun-btn {
        text-align: end;
    }
    
    .menuSec ul li:last-child a {
        padding-right: 0px;
    }
    
    .menuSec ul li:last-child a:after {
        display: none;
    }
    
    .menuSec ul li a:hover,
    .menuSec ul li a.active {
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        color: #7ce02f;
    }
    
    .menuSec li:hover>ul {
        display: block;
        position: absolute;
        z-index: 1000;
        background-color: #000000;
        left: 0px;
        width: 230px;
        text-align: left;
        top: 38px;
    }
    
    .menuSec li>ul>li>a {
        border: none;
        padding: 13px 20px !important;
        color: #fff !important;
        overflow: hidden;
        font-size: 15px;
        line-height: 20px;
    }
    
    .menuSec li>ul>li,
    .menuSec li>ul>li>a {
        display: block;
        margin: 0;
    }
    
    .menuSec li>ul>li>a:before,
    .menuSec li>ul>li>a:after {
        display: none;
    }
    
    .menuSec li:hover li {
        float: none;
    }
    
    .menuSec li ul li a:hover {
        background-color: #73e234;
        color: #ffff !important;
    }
    
    .menuSec ul ul ul {
        left: 100%;
        top: 0;
    }
    
    .menuSec ul:before,
    .menuSec ul:after {
        content: " ";
        display: table;
    }
    
    .menuSec ul:after {
        clear: both;
    }
    
    .menuSec li>ul>li:hover>ul {
        left: 230px;
        top: 0px;
        width: 270px;
    }
    
    .droopdwon li:hover>ul {
        display: block;
        position: absolute;
        z-index: 1000;
        background-color: #000000;
        left: 0px;
        width: 230px;
        text-align: left;
        top: 40px;
    }
    
    .droopdwon {
        float: left;
    }
    
    .droopdwon li:hover li a:hover {
        background-color: #ffffff;
        color: #000 !important;
    }
    /*header css start */
    
    .dropdown-menu {
        position: absolute !important;
        z-index: 1000;
        display: block;
        min-width: 10rem;
        padding: 0.5rem 0;
        margin: 0;
        font-size: 1rem;
        color: #212529;
        text-align: left !important;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0.25rem;
    }
    
    .menuSec {
        padding: 30px 0;
        /*background: #191919;*/
        position: absolute;
        z-index: 9;
        width: 100%;
    }
    
    .menuSec:before {
        width: 60%;
        background: #191919;
        height: 100%;
        content: '';
        right: 0;
        top: 0;
        position: absolute;
    }
    
    .meun-btn {
        z-index: 999;
        position: relative;
    }
    
    .carousel-caption {
        top: 60px !important;
    }
    
    .header-logo {
        position: relative;
        z-index: 999;
        top: 10px;
    }
    
    .header-logo a img {
        width: 65%;
     
        transform: scale(1.9);
        position: absolute;
        left: 0;
    }
    /*banner css start */
    
    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img {
        width: 100%;
    }
    
    .carousel-control.right,
    .carousel-control.left {
        background: none;
        opacity: 1;
        width: 50px;
        height: 50px;
        top: initial;
        top: 40%;
        background: rgba(255, 255, 255, 0.1);
        text-shadow: none;
    }
    
    .carousel-control.right:hover,
    .carousel-control.left:hover {
        background: rgba(255, 27, 27, 0.6);
        color: #fff;
    }
    
    .img-fluid {
        width: 100%;
        height: auto;
    }
    
    .carousel-control.right .fa,
    .carousel-control.left .fa {
        position: relative;
        top: 12px;
        font-size: 20px;
        color: #fff;
        opacity: 0.5;
    }
    
    .carousel-control.right {
        right: 0px;
    }
    
    .carousel-control.left {
        left: 0px;
    }
    
    .carousel-indicators {}
    
    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 10px;
        height: 12px;
        padding: 0;
        margin: 3px!important;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: 1;
        /* transition: opacity 0.6s ease; */
        border-radius: 20px;
    }
    
    .carousel-caption {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        margin: 0;
        padding: 0;
        color: #fff;
        text-align: left;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }
    
    .carousel-indicators li {
        border: none;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        background: #fff;
        width: 12px;
        height: 12px;
        margin: 0;
    }
    
    .carousel-indicators .active {
        margin: 0;
        background-color: #28b16d;
        width: 10px;
        height: 12px;
    }
    
    section.main_slider .container-fluid {
        padding: 0;
    }
    
    .banner_text p {
        font-size: 44px;
        /*color: #7ce02f;*/
        color: #ffffff;
        line-height: 50px;
        margin-bottom: 40px;
        width: 75%;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
    }
    
    .banner_text p span {
        color: #fff;
    }
    
    .banner_text h1 span {
        color: #ffffff;
    }
    /*banner css end*/
    /*What IS Backyard Start*/
    
    .what-is-backyard-sec {
        background: #1b1b1b;
        text-align: center;
        padding: 80px 0;
    }
    
    .what-is-backyard-box p {
        color: #fff;
        line-height: 32px;
        margin-bottom: 10px;
        font-size: 20px;
    }
    
    .what-is-backyard-box h2 {
        margin-bottom: 35px;
        color: #fff;
        text-transform:uppercase;
    }
    
    .what-is-backyard-btn {
        margin-top: 40px;
    }
    
    .what-is-backyard-box h2 span {
        color: #7ce02f;
    }
    
    .what-is-backyard-box h3 {}
    
    .what-is-backyard-socail-link ul {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
        gap: 15px;
    }
    
    .what-is-backyard-socail-link {
        margin-top: 20px;
    }
    
    .what-is-backyard-socail-link ul li a {
        font-size: 20px;
        color: #fff;
        border: 1px solid;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        transition: 0.5s;
    }
    .what-is-backyard-socail-link ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.what-is-backyard-socail-link ul li {
    list-style: none;
}

    
    .what-is-backyard-socail-link ul li a:hover {
        background: #7ce02f;
        transition: 0.5s;
        color: #fff;
    }
    /*What IS Backyard End*/
    /*Why Choose Backyard Start*/
    
    .why-choose-backyard-sec {
        padding: 100px 0;
    }
    
    .why-choose-backyard-img img {
        width: 100%;
        height: 597px;
        object-fit: cover;
    }
    
    .why-choose-backyard-text {
        margin-left: 25px;
    }
    
    .why-choose-backyard-text h2 span {
        color: #7ce02f;
    }
    
    .why-choose-backyard-text h2{
        text-transform:uppercase;
    }
    .why-choose-backyard-text p {
        margin-bottom: 50px;
        width: 90%;
        font-size: 20px;
        line-height: 32px;
    }
    /*Why Choose Backyard End*/
    /*Our Services Start*/
    
    .our-services-row {
        margin-top: 15px;
    }
    
    .our-services-heading h2 {
        color: #7ce02f;
    }
    
    .our-services-images img {
        width: 100%;
        height: 520px;
        object-fit: cover;
    }
    
    .our-services-text h2 {
        font-size: 40px;
        margin-bottom: 0;
    }
    
    .our-services-text {
        margin-top: 10px;
    }
    
    .our-services-text h2 span {
        font-size: 20px;
        color: #7ce02f;
    }
    /*Our Services End*/
    /*Counter Start*/
    
    .counter-sec {
        margin: 100px 0;
    }
    
    .counter-sec .row {
        background: #000;
        padding: 45px 0;
    }
    
    .counter-box {
        text-align: center;
    }
    
    .counter-box h2 {
        font-size: 112px;
        color: #7ce02f;
    }
    
    .counter-box h2 span {
        color: #fff;
    }
    
    .counter-box p {
        color: #fff;
        margin-top: 35px;
    }
    /*Counter End*/
    /*Event Gallery Start*/
    
    .event-gallery-sec {
        padding: 200px 0 0;
    }
    
    .event-gallery-heading h2 span {
        color: #7ce02f;
    }
    
    .event-gallery-images-one img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    
    .event-gallery-images-one {
        margin-top: 40px;
    }
    
    .event-gallery-images-two img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    
    .event-gallery-images-three img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    
    .event-gallery-images-three {
        margin-top: 20px;
    }
    
    .event-gallery-images-four img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    
    .event-gallery-images-five {
        margin-top: 20px;
    }
    
    .event-gallery-images-five img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    
    .event-gallery-images-six img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
    
    .event-gallery-images-six {
        /* margin-top: -20px; */
    }
    
    .event-gallery-images-four {
        margin-top: -150px;
    }
    /*Event Gallery End*/
    /*Checkout Our Clients Reviews Start*/
    
    .checkout-our-client-reviews-sec {
        padding: 150px 0;
    }
    
    .checkout-our-client-reviews-heading h2 {
        color: #7ce02f;
        margin-bottom: 0;
    }
    
    .checkout-our-client-reviews-heading h3 {
        color: #7ce02f;
        margin-bottom: 0;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 70px;
        line-height: 1.2;
    }
    
    .checkout-our-client-reviews-sec .container-fluid {
        padding: 0;
    }
    
    .our-client-reviews-silder .slick-active {
        opacity: 1.5;
    }
    
    .our-client-reviews-silder-items-img-row {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    
    .our-client-reviews-silder .slick-slide {
        opacity: 1.2;
    }
    
    .our-client-reviews-silder-items-text h2 {
        font-size: 25px;
        color: #000;
        font-weight: 700;
        margin-bottom: 5px;
        line-height: 30px;
    }
    
    .our-client-reviews-silder-items-text h3 {
        font-size: 25px;
        color: #000;
        font-weight: 700;
        margin-bottom: 5px;
        line-height: 30px;
    }
    
    .our-client-reviews-silder-items-text ul {
        margin-top: 30px;
    }
    
    .our-client-reviews-silder-items-text ul li {
        display: flex;
        align-items: center;
        gap: 3px;
    }
    
    .our-client-reviews-silder-items-text ul li i {
        color: #f5aa1d;
        font-size: 16px;
    }
    
    .our-client-reviews-silder-items-text span {
        font-size: 30px;
        font-family: "Oswald", sans-serif;
        color: #7c7c7c;
    }
    
    .our-client-reviews-silder-items-img img {
        width: 166px;
        height: 160px;
        object-fit: cover;
    }
    
    .our-client-reviews-silder-items {
        padding: 45px 30px;
        position: relative;
    }
    
    .our-client-reviews-silder-items:before {
        content: "";
        position: absolute;
        background: #fff;
        width: 100%;
        height: 270px;
        z-index: -1;
        left: 0;
        bottom: 0;
        box-shadow: 0 0 10px 0 #00000038;
    }
    
    .our-client-reviews-silder .slick-next {
        right: 360px;
    }
    
    .our-client-reviews-silder .slick-prev {
        top: 60%;
    }
    
    .our-client-reviews-silder .slick-next {
        top: 60%;
    }
    
    .our-client-reviews-silder .slick-prev {
        left: 355px;
        z-index: 1;
    }
    
    .our-client-reviews-silder .slick-slide {
        margin: 60px 120px;
    }
    
    .our-client-reviews-silder-items p {
        font-family: "Oswald", sans-serif;
        font-size: 27px;
        font-weight: 400;
        line-height: 35px;
        margin-left: 10px;
        margin-top: 20px;
    }
    
    .our-client-reviews-silder .slick-slide.slick-current.slick-active.slick-center .our-client-reviews-silder-items {
        transform: scale(1.2);
    }
    
    .our-client-reviews-silder .slick-track {
        align-items: center;
        display: flex;
    }
    
    .our-client-reviews-silder .slick-slide.slick-current.slick-active.slick-center .our-client-reviews-silder-items-img img {
        width: 206px;
        height: 200px;
        object-fit: cover;
    }
    
    .our-client-reviews-silder .slick-slide.slick-current.slick-active.slick-center .our-client-reviews-silder-items p {
        font-size: 29px;
        line-height: 38px;
        padding-right: 10px;
    }
    
    .our-client-reviews-silder .slick-slide.slick-current.slick-active.slick-center .our-client-reviews-silder-items:before {
        height: 294px;
    }
    .carousel-item>img {
    height: 550px;
}
    .slick-next:before {
        content: '\f061';
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
        color: #7f7f7f !important;
        font-size: 40px;
    }
    
    .our-client-reviews-silder-items-icon {
        position: absolute;
        top: 155px;
        right: 30px;
    }
    
    .our-client-reviews-silder-items-icon i {
        font-size: 50px;
        color: #cccccc;
    }
    
    .our-client-reviews-silder .slick-prev:before {
        content: '\f060';
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
        color: #7f7f7f !important;
        font-size: 40px;
    }
    
    .our-client-reviews-silder .slick-slide.slick-current.slick-active.slick-center .our-client-reviews-silder-items-icon {
        position: absolute;
        top: 170px;
        right: 30px;
    }
    /*Checkout Our Clients Reviews End*/
    /*Media Active Entertainment Start*/
    
    .media-active-entertainment-heading h2 {
        color: #7ce02f;
        margin-bottom: 0;
    }
    
    .media-active-entertainment-heading h3 {
        color: #7ce02f;
        margin-bottom: 0;
        font-weight: 600;
        margin: 0 0 20px;
        text-transform: uppercase;
        font-size: 70px;
        line-height: 1.2;
    }
    
    .media-active-enter-silder {
        margin-top: 40px;
        position: relative;
    }
    
    .media-active-enter-silder:before {
        content: "";
        position: absolute;
        background: #fff;
        width: 220px;
        height: 80px;
        z-index: 9;
        right: 0;
        bottom: -85px;
        left: 0;
        margin: auto;
    }
    
    .media-active-enter-silder .slick-next {
        right: 55px;
    }
    
    .media-active-enter-silder-items iframe {
        width: 100%;
        height: 704px;
        object-fit: cover;
    }
    
    .media-active-entertainment-sec.home .media-active-enter-silder:before {
        display: none !important;
    }
    
    .our-client-reviews-silder-items-points-line {
        overflow-y: scroll;
        height: 170px;
    }
    
    #style-3::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5;
    }
    
    #style-3::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }
    
    #style-3::-webkit-scrollbar-thumb {
        background-color: #7ce02f;
    }
    
    .media-active-enter-silder-items img {
        width: 100%;
        height: 704px;
        object-fit: cover;
    }
    
    .media-active-enter-silder-items {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .media-active-entertainment-silder-icon a img {
        width: 141px !important;
        height: 141px !important;
        object-fit: contain !important;
    }
    
    .media-active-entertainment-silder-icon {
        position: absolute;
    }
    
    .media-active-enter-silder .slick-prev {
        top: inherit;
        bottom: -55px;
        z-index: 999;
    }
    
    .media-active-enter-silder .slick-next {
        top: inherit;
        bottom: -55px;
        z-index: 999;
        right: -100px;
        left: 0;
        margin: auto;
    }
    
    .media-active-enter-silder .slick-slide {
        margin: 0px 0px;
    }
    
    .media-active-enter-silder .slick-next:before {
        content: '\f061';
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
        color: #7f7f7f !important;
        font-size: 50px;
    }
    
    .media-active-enter-silder .slick-prev:before {
        content: '\f060';
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
        color: #7f7f7f !important;
        font-size: 50px;
    }
    
    .media-active-enter-silder .slick-prev {
        left: inherit;
        right: 0;
        left: -150px;
        margin: auto;
    }
    /*Media Active Entertainment End*/
    /*Inquiry Form Start*/
    
    .inquiry-form-sec {
        position: relative;
        margin: 120px 0;
    }
    
    .inquiry-form-sec:before {
        content: "";
        position: absolute;
        background: #7ce02f;
        width: 390px;
        height: 100px;
        left: 0;
        top: 0;
    }
    
    .inquiry-form-heading {
        margin-top: 150px;
    }
    
    .inquiry-form-form {
        background: #fff;
        width: 100%;
        padding: 70px 50px 70px 180px;
        box-shadow: 0 0 12px 0 #00000017;
        margin-left: 25px;
    }
    
    .inquiry-form-heading h2 {
        margin-bottom: 30px;
    }
    
    .inquiry-form-heading h3 {
        margin-bottom: 30px;
        font-family: "Oswald", sans-serif;
        font-size: 70px;
        line-height: 80px;
        color: #000;
        font-weight: 600;
        text-transform: uppercase;
    }
    
    .inquiry-form-form input {
        border: none;
        border-bottom: 2px solid #666666;
        padding-bottom: 5px;
        font-size: 18px;
        color: #000;
        font-weight: 600;
        text-transform: uppercase;
        width: 100%;
        margin-bottom: 50px;
    }
    
    .inquiry-form-form textarea {
        border: none;
        border-bottom: 2px solid #666666;
        padding-bottom: 5px;
        font-size: 18px;
        color: #000;
        font-weight: 600;
        text-transform: uppercase;
        width: 100%;
        margin-bottom: 50px;
        height: 40px;
        resize: none;
        margin-top: 20px;
    }
    
    .inquiry-form-form input::placeholder {
        font-size: 18px;
        color: #000;
        font-weight: 600;
        text-transform: uppercase;
    }
    /* Chrome, Safari, Edge, Opera */
    
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    /* Firefox */
    
    input[type=number] {
        -moz-appearance: textfield;
    }
    
    .inquiry-form-btn ul {
        display: flex;
        align-items: center;
        gap: 45px;
        margin-bottom: 0;
        list-style-type: none;
    }
    
    .paperclip {
        font-size: 20px;
        color: #000;
        font-weight: 500;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .paperclip i {
        font-size: 25px;
    }
    
    .paperclip span {
        border-bottom: 2px solid #3f3f3f;
    }
    
    .inquiry-form-btn .theme-btn-1 {
        border: none;
        padding: 10px 75px 15px;
        font-size: 22px;
        text-transform: uppercase;
    }
    
    .inquiry-form-form textarea::placeholder {
        font-size: 18px;
        color: #000;
        font-weight: 600;
        text-transform: uppercase;
    }
    /*Inquiry Form End*/
    /*Footer Start*/
    
    footer {
        background: #000;
    }
    
    .quick-link {
        background: #000;
        padding: 50px 30px 0;
    }
    
    .quick-link ul li a {
        font-size: 22px;
        font-weight: 500;
        color: #ffffff;
        border-bottom: 1px solid #ffffff;
        display: flex;
    }
    
    .quick-link h2 {
        font-size: 38px;
        color: #7ce02f;
    }
    
    .quick-link ul {
        margin-bottom: 0;
        line-height: 47px;
        list-style: none;
    }
    
    .footer-newsletter ul {
        list-style: none;
    }
    
    .footer-newsletter ul li h4 {
        font-size: 31px;
        color: #fff;
        font-weight: 300;
        margin: 0;
    }
    
    .newsinpt input {
        width: 90%;
        height: 50px;
        padding: 0 20px;
        border: 0;
    }
    
    .newsinpt {
        position: relative;
    }
    
    .newsinpt button {
        position: absolute;
        top: 0;
        right: 10%;
        border: 0;
        padding: 11px 40px;
        height: 50px;
    }
    
    .footer-contact h5 {
        font-size: 20px;
        color: #fff;
        font-family: 'Oswald';
    }
    
    .footer-contact ul li a {
        font-size: 13px;
        font-family: 'Roboto';
        color: #c1c1c3;
    }
    
    .footer-contact ul li i {
        margin: 0 17px 0 0;
        font-size: 24px;
    }
    
    .footer-contact ul li {
        line-height: 50px;
        display: flex;
        align-items: center;
        position: relative;
    }
    
    .footer-media ul {
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 0;
        padding: 0 10px 0 30px;
        list-style: none;
    }
    
    .footer-media ul li a {
        color: #fff;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #fff;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        transition: 0.5s;
    }
    
    .footer-media ul li a:hover {
        background: #7ce02f;
        color: #fff;
        transition: 0.5s;
        transform: scale(1.2);
    }
    
    .quick-link h3 {
        font-size: 38px;
        color: #7ce02f;
        font-weight: 600;
        margin: 0 0 20px;
        text-transform: uppercase;
        line-height: 80px;
    }
    
    .footer-newsletter h3 {
        font-size: 38px;
        color: #75d32c;
        font-weight: 600;
        margin: 0 0 20px;
        text-transform: uppercase;
        line-height: 80px;
    }
    
    .footer-newsletter h2 {
        font-size: 38px;
        color: #75d32c;
    }
    
    .footer-newsletter ul li a {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 18px;
        color: #c1c1c3;
        margin-bottom: 35px;
    }
    
    .footer-newsletter ul li i {
        font-size: 30px;
        color: #fff;
    }
    
    .footer-bottom p {
        font-size: 15px;
        margin: 0;
        text-align: right;
        color: #fff;
        font-family: "Oswald", sans-serif;
        font-weight: 400;
    }
    
    .footer-bottom {
        border-top: 1px solid #414141;
        padding: 18px 90px;
        margin-top: 20px;
        background: #000;
    }
    
    .footer-newsletter {
        /* display: grid; */
        align-content: center;
        /* height: 420px; */
        margin-left: 20px;
        padding: 50px 0;
    }
    
    .footer-newsletter li.no-padding a {
        margin-bottom: 0;
    }
    
    .footer-contact {
        /* display: grid; */
        /* align-content: center; */
        /* height: 440px; */
        /* position: relative; */
        margin-top:200px;
    }
    .footer-contact img{
        margin-bottom:30px;
    }
    
    .footer-contact:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 538px;
        top: 0;
        left: 0%;
        z-index: 9;
        background: #414141;
    }
    /*Footer End*/
    /*Inner About Us Start*/
    
    section.main_slider.inner .carousel-caption {
        top: 150px !important;
    }
    
    .meet-the-backyard-pe-team-heading h2 {
        color: #7ce02f;
        text-align: center;
    }
    
    .meet-the-backyard-pe-team-row {
        margin-top: 15px;
    }
    
    .meet-the-backyard-pe-team-box img {
        width: 85%;
        height: 580px;
        object-fit: cover;
    }
    
    .checkout-our-client-reviews-sec.inner {
        padding-bottom: 20px;
    }
    
    .meet-the-backyard-pe-team-box {
        text-align: center;
    }
    
    .meet-the-backyard-pe-team-box h2 {
        font-size: 50px;
        margin-bottom: 5px;
        margin-top: 25px;
    }
    
    .meet-the-backyard-pe-team-box h3 {
        margin-bottom: 0;
        font-size: 36px;
        text-transform: uppercase;
        font-weight: 500;
    }
    /*Inner About Us End*/
    /*Inner Activities Start*/
    
    .media-active-entertainment-sec.inner {
        padding: 100px 0;
    }
    /*Inner Activities End*/
    /*Inner Event Gallery Start*/
    
    .event-gallery-sec.inner-gallery {
        padding: 250px 0 20px;
    }
    
    .checkout-our-client-reviews-sec.inner-gallery {
        padding-top: 20px;
    }
    /*Inner Event Gallery End*/
    /* Inner Contact Us Start */
    
    section.contact-page {
        padding: 100px 0;
    }
    
    section.contact-page h2.theme-h2 {
        text-transform: uppercase;
    }
    
    .cont-page-text p {
        font-size: 16px;
        line-height: 30px;
        margin-top: 20px;
        color: #7c7c7c;
        font-family: inherit;
    }
    
    ul.cont-icon img {
        border-radius: 50%;
        width: 140px;
        height: 130px;
        object-fit: cover;
    }
    
    ul.cont-icon {
        display: flex;
        align-items: center;
        list-style-type: none;
        justify-content: flex-start;
        gap: 20px;
        margin: 20px 0 30px;
    }
    
    ul.cont-icon h5 {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        color: #000;
        font-family: "Oswald", sans-serif;
        text-transform: capitalize;
        margin-bottom: 15px;
    }
    
    ul.cont-icon h4 {
        font-size: 40px;
        font-weight: 500;
        color: #7ce02f;
    }
    
    .cont-page-text h6 {
        font-size: 18px;
        line-height: 30px;
        margin: 0;
        color: #3f3e43;
        font-family: inherit;
        font-weight: 700;
    }
    
    .cont-input input {
        width: 100%;
        height: 60px;
        border: 0;
        background: unset;
        padding: 20px 0;
        border-radius: 0;
        border: none;
        border-bottom: 2px solid #666666;
        font-size: 18px;
        color: #000;
        font-weight: 600;
        text-transform: uppercase;
        width: 100%;
        margin-bottom: 50px;
    }
    
    .cont-input input::placeholder {
        color: #3f3e43;
        font-weight: 500;
    }
    
    .cont-input textarea::placeholder {
        color: #3f3e43;
        font-weight: 500;
    }
    
    .cont-input textarea {
        width: 100%;
        height: 150px;
        background: #e9eaea;
        border: 0;
        color: #3f3e43;
        padding: 20px;
        margin-bottom: 20px;
        border-radius: 7px;
        font-weight: 400;
    }
    
    .cont-input button {
        border: none;
        padding: 8px 70px 12px;
        text-transform: uppercase;
    }
    
    section.contact-page .row {
        align-items: center;
    }
    
    .cont-page-text {
        width: 95%;
    }
    
    .cont-page-text h2 {
        font-size: 50px;
        line-height: 65px;
    }
    /* Inner Contact Us End */
    /*Inner Review Start*/
    
    .inner-review-sec {
        padding: 100px 0;
    }
    
    .inner-review-heading h2 {
        color: #7ce02f;
    }
    /*Inner Review End*/
    /*Inner Services Start*/
    
    .our-services-sec.inner-ser {
        padding: 80px 0;
    }
    
    .checkout-our-client-reviews-sec.inner-reviews {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    /*Inner Services End*/
    /*Services Detail Start*/
    
    .service-detail-sec {
        padding: 100px 0;
    }
    
    .service-detail-images img {
        width: 100%;
        height: 705px;
        object-fit: cover;
    }
    
    .service-detail-images h2 {
        font-size: 50px;
        margin-bottom: 5px;
        line-height: 60px;
    }
    
    .service-detail-images .row {
        margin-top: 25px;
    }
    
    .service-detail-images p {
        width: 95%;
    }
    
    .service-detail-images h2 span {
        font-size: 26px;
        color: #f46228;
    }
    
    .checkout-our-client-reviews-sec.inner-ser-detail {
        padding-top: 30px;
    }
    /*Services Detail End*/
    
    .media-active-entertainment-heading h2 {
        margin-bottom: 20px;
    }
    
    .event-gallery-images a,
    .event-gallery-images a img {
        display: block;
        width: 100%;
        margin: 0 0 24px;
    }
    
    .media-active-enter-silder-items video {
        height: 500px;
    }
    
    .carousel-item>img {
        height: 750px;
        object-fit: cover;
    }
    
    .footer-contact a {
    }
    
    @media only screen and (min-width: 1701px) and (max-width: 1920px) {
        .footer-contact a {
            margin-left: 0;
        }
        
    }
    
    @media only screen and (min-width: 1400px) and (max-width: 1599px) {
        .footer-contact a {
            /*margin-left: 20px;*/
            margin-left: 0;
        }
        .footer-newsletter ul li a {
    font-size: 14px;
}
    }
    
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
        .footer-contact a {
            /*margin-left: 19px;*/
            margin-left: 0;
        }
        .footer-bottom p {
            font-size: 12px;
        }
    }
    
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .footer-contact a {
            margin-left: 19px;
        }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {}
    
    @media only screen and (min-width: 0px) and (max-width: 300px) {
        .media-active-enter-silder .slick-prev {
            bottom: -55px !important;
        }
        .media-active-enter-silder .slick-next {
            bottom: -55px !important;
        }
    }
    
    @media only screen and (min-width: 520px) and (max-width: 767px) {
          .what-is-backyard-sec p span {
  font-size: 13px !important;
}
    }
    
    @media only screen and (min-width: 300px) and (max-width: 519px) {
        
.what-is-backyard-box h2 {
  margin-bottom: 10px;
}
        .main_slider.inner .banner_text {
  background: #0009;
  padding: 10px 0;
}
        
.blog-detail-txt h1 {
  line-height: 10px !important;
}
.blog-detail-txt h1 span {
  font-size: 24px !important;
}

.blog-detail-txt h2 span {
}
.blog-detail-txt ul {
  padding-left: 15px !important;
}
       .blog-detail-sec-img img {
    width: 100% !important;
    height: 250px !important;
  }
        .banner_text h1 span {
  font-size: 30px !important;
}
          .what-is-backyard-sec p span {
  font-size: 13px !important;
}
        .media-active-enter-silder .slick-prev {
            bottom: -55px !important;
        }
        .media-active-enter-silder .slick-next {
            bottom: -55px !important;
        }
        .service-detail-images .theme-btn-1 {
            margin-top: 30px;
            display: block;
            width: fit-content;
        }
    }
    
    .event-gallery-heading h2 {
        color: #7ce02f;
    }
    
    .bakyrd_gren {
        color: #7ce02f;
    }
    
    .service-detail-images font span {
        font-weight: 600 !important;
    }
    
    .service-detail-images font span u b {
        font-size: 21px;
    }
    
    @media only screen and (min-width: 1366px) and (max-width: 1920px) {}
    
    @media only screen and (min-width: 1200px) and (max-width: 1400px) {
        .blog-txt {
    padding: 10px 10px !important;
    bottom: 0 !important;
}
        .blog-txt h4 {
    font-size: 20px;
}

.blog-txt p {
    font-size: 12px !important;
    line-height: 20px !important;
}
        
        .quick-link h3 {
    font-size: 30px;
}

.footer-newsletter h3 {
    font-size: 30px;
}
        .topsec-text ul li p {
            font-size: 15px;
        }
        .topsec-text ul li a {
            font-size: 16px;
        }
        .menuSec ul li a {
            padding: 10px 6px;
            font-size: 14px;
        }
        .meunsec-cart ul li i {
            font-size: 30px;
        }
        .featured-products-heading h2 {
            font-size: 35px;
        }
        .meunsec-cart ul li i:after {
            height: 45px;
            margin-left: 12px;
            margin-top: -5px;
        }
        .threats-focus-text h2 {
            font-size: 35px;
            line-height: 50px;
            margin-bottom: 10px;
        }
        .digital-investigations-text h2 {
            font-size: 35px;
            line-height: 50px;
            margin-bottom: 12px;
        }
        .what-we-do-heading h2 {
            font-size: 35px;
            margin-bottom: 10px;
        }
        section.main_slider .carousel-control-prev-icon {
            width: 50px;
            height: 50px;
        }
        .what-we-do-heading p {
            width: 100%;
        }
        .what-we-do-box-img img {
            height: 290px;
        }
        .what-we-do-box a {
            font-size: 13px;
        }
        .what-we-do-box h2 {
            font-size: 22px;
            margin-top: 6%;
            margin-bottom: 4%;
        }
        .providing-forensics-text h2 {
            font-size: 35px;
            line-height: 50px;
            margin-bottom: 10px;
        }
        .featured-products-button-row a {
            font-size: 14px;
        }
        .our-testimonials-heading h2 {
            font-size: 35px;
            margin-bottom: -15px;
        }
        p {
            font-size: 15px !important;
            line-height: 26px !important;
        }
        .providing-forensics-text a {
            padding: 10px 20px;
            font-size: 13px;
        }
        .contact-now-form h2 {
            font-size: 35px;
            margin-bottom: 25px;
        }
        .contact-now-faq h2 {
            font-size: 35px;
            line-height: 45px;
            margin-bottom: 20px;
        }
        .fooetr-about p {
            line-height: 24px !important;
            font-size: 15px !important;
        }
        .fooetr-Subscribe button {
            width: 55%;
            font-size: 13px;
        }
        .fooetr-logo ul {
            gap: 10px;
        }
        .fooetr-logo ul li a {
            width: 38px;
            height: 38px;
            font-size: 14px;
        }
        .fooetr-contact ul li a {
            font-size: 17px;
        }
        .footer-sec h2 {
            font-size: 22px;
            margin-bottom: 25px;
        }
        section.main_slider .carousel-control-prev {
            left: 0;
        }
        .banner_text h2 {
            font-size: 28px;
            margin-bottom: 3%;
        }
        section.main_slider .carousel-control-next-icon {
            width: 50px;
            height: 50px;
        }
        section.main_slider .carousel-control-next {
            right: 0;
        }
        .banner_text h1 {
            font-size: 65px;
            margin-bottom: 1%;
        }
        h2 {
            font-size: 50px;
            line-height: 1.2;
        }
        .why-choose-backyard-sec {
            padding: 80px 0;
        }
        .counter-box h2 {
            font-size: 90px;
        }
        .event-gallery-sec {
            padding-top: 0;
        }
        .checkout-our-client-reviews-heading h2 {
            width: 60%;
            margin: 0 auto;
        }
        .checkout-our-client-reviews-sec {
            padding-top: 40px;
            padding-bottom: 0;
        }
        .inquiry-form-heading h2 {
            font-size: 38px;
        }
        .inner-review-sec .our-client-reviews-silder-items-icon i {
            font-size: 30px;
        }
        .inner-review-sec .our-client-reviews-silder-items-icon {
            right: 10px;
            top: 170px;
        }
        .inner-review-sec .our-client-reviews-silder-items-text h2 {
            font-size: 20px;
        }
        section.main_slider.inner .carousel-caption {
            top: 0 !important;
        }
    }
    
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .cont-page-text h2 {
    font-size: 40px;
}

ul.cont-icon h4 {
    font-size: 30px;
}
        section.main_slider.inner .banner_text h1 span {
    font-size: 39px !important;
    line-height: 20px !important;
}
        .blog-txt {
    padding: 20px 10px !important;
    width: 90% !important;
    right: 0 !important;
    left: unset !important;
    bottom: 0 !important;
}

.blog-txt h4 {
    font-size: 18px !important;
}
        .blog-txt p {
    font-size: 13px !important;
    line-height: 20px !important;
}


.blog-img img {
    height: 400px;
}
        .quick-link {
    padding: 20px 10px;
}

.footer-newsletter {
    padding: 20px 10px;
}

.footer-newsletter h3 {
    font-size: 30px;
}

.quick-link h3 {
    font-size: 30px;
}
        .menuSec ul li a {
            padding: 10px 5px;
            font-size: 12px;
        }
        .meunsec-cart ul li i {
            font-size: 25px;
        }
        .meunsec-cart ul {
            gap: 15px;
        }
        .meunsec-cart ul li h2 {
            font-size: 12px;
            margin-bottom: 3px;
        }
        .meunsec-cart ul li h3 {
            font-size: 12px;
        }
        .meunsec-cart ul li i:after {
            height: 35px;
            margin-left: 8px;
            margin-top: -4px;
        }
        .banner_text h1 {
            font-size: 65px;
            margin-bottom: 1%;
        }
        .banner_text h2 {
            font-size: 25px;
            margin-bottom: 4%;
        }
        .banner_text a {
            padding: 15px 60px;
            font-size: 15px;
        }
        .threats-focus-text h2 {
            font-size: 35px;
            line-height: 50px;
            margin-bottom: 8px;
        }
        .our-testimonials-heading h2 {
            font-size: 35px;
            margin-bottom: -15px;
        }
        .contact-now-form h2 {
            font-size: 35px;
            margin-bottom: 20px;
        }
        .fooetr-contact ul li a {
            font-size: 15px;
        }
        .fooetr-about p {
            font-size: 13px !important;
            line-height: 23px !important;
        }
        .fooetr-Subscribe button {
            width: 70%;
            height: 40px;
            font-size: 13px;
        }
        .footer-sec h2 {
            font-size: 20px;
            margin-bottom: 20px;
        }
        .fooetr-logo ul li a {
            width: 35px;
            height: 35px;
            font-size: 13px;
        }
        .fooetr-logo ul {
            gap: 10px;
        }
        .contact-now-form button {
            padding: 7px 20px;
            font-size: 14px;
        }
        .contact-now-faq h2 {
            font-size: 35px;
            line-height: 45px;
            margin-bottom: 20px;
        }
        .providing-forensics-text h2 {
            font-size: 35px;
            line-height: 50px;
            margin-bottom: 5px;
        }
        .providing-forensics-sec {
            padding: 60px 0;
        }
        .featured-products-sec {
            padding: 50px 0;
        }
        .our-testimonials-sec {
            padding: 60px 0;
        }
        .featured-products-button-row a {
            padding: 10px 15px;
            font-size: 13px;
        }
        .featured-products-heading h2 {
            font-size: 35px;
        }
        .what-we-do-box p {
            margin-bottom: 4%;
            font-size: 13px !important;
            line-height: 23px !important;
        }
        .what-we-do-box a {
            font-size: 13px;
        }
        .digital-investigations-text h2 {
            font-size: 35px;
            line-height: 50px;
            margin-bottom: 10px;
        }
        .what-we-do-box h2 {
            font-size: 20px;
            margin-top: 4%;
            margin-bottom: 2%;
        }
        .what-we-do-heading p {
            width: 100%;
        }
        .what-we-do-box-img img {
            height: 240px;
        }
        .what-we-do-heading h2 {
            font-size: 35px;
            margin-bottom: 8px;
        }
        .what-we-do-sec {
            padding: 50px 0;
        }
        .digital-investigations-text a {
            padding: 10px 15px;
            font-size: 13px;
        }
        p {
            font-size: 15px !important;
            line-height: 25px !important;
        }
        section.main_slider .carousel-control-next {
            right: 0;
        }
        .threats-focus-sec {
            padding: 50px 0;
        }
        section.main_slider .carousel-control-prev {
            left: -60px;
        }
        section.main_slider .carousel-control-prev-icon {
            width: 50px;
            height: 50px;
        }
        section.main_slider .carousel-control-next-icon {
            width: 50px;
            height: 50px;
        }
        .meun-btn a {
            padding: 10px 34px;
            font-size: 22px;
        }
        .header-logo a img {
            transform: unset;
            top: -50px;
            width: 80%;
        }
        h2 {
            font-size: 37px;
            line-height: 1.2;
        }
        .why-choose-backyard-text p {}
        .why-choose-backyard-sec {
            padding: 70px 0;
        }
        .why-choose-backyard-text {
            margin: 0;
        }
        .our-services-images img {
            height: 350px;
        }
        .counter-box h2 {
            font-size: 70px;
        }
        .counter-sec {
            margin-bottom: 0;
        }
        .event-gallery-sec {
            padding: 80px 0;
        }
        .event-gallery-images-six img {
            height: 180px;
        }
        .event-gallery-sec .theme-btn-1 {
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            width: fit-content;
        }
        .media-active-entertainment-sec.inner {
            padding: 0;
        }
        .inquiry-form-sec {
            margin-top: 0;
            margin-bottom: 80px;
        }
        .footer-newsletter ul li a {
            font-size: 15px;
        }
        .quick-link h2 {
            font-size: 30px;
        }
        .footer-contact:after {
            display: none;
        }
        .quick-link ul li a {
            font-size: 15px;
            line-height: 34px;
            list-style: none;
        }
        .footer-newsletter ul {
            list-style: none;
        }
        .inner-review-sec h2 {
            font-size: 16px;
            line-height: 19px;
        }
        .our-client-reviews-silder-items:before {
    height: 70%;
}
        .inner-review-sec span {
            font-size: 20px;
            line-height: 1;
        }
        .inner-review-sec .our-client-reviews-silder-items-icon i {
            font-size: 30px;
        }
        .inner-review-sec .our-client-reviews-silder-items-icon {
            top: 170px;
        }
        .media-active-entertainment-sec.inner {
            padding: 20px 0 100px;
        }
        .checkout-our-client-reviews-sec {
    padding-top: 30px;
}
.our-client-reviews-silder .slick-slide {
    margin: 60px 40px;
}
        section.main_slider.inner .carousel-caption {
            top: 0 !important;
        }
        section.main_slider.inner .carousel-item>img {
            height: 600px;
        }
        .blog-detail-txt ul {
    padding-left: 15px !important;
}
    }
    
    
    @media only screen and (min-width: 768px) and (max-width: 991px) {
        section.main_slider.inner .banner_text h1 {
    line-height: 30px !important;
}
        .our-client-reviews-silder-items {
    margin-bottom: 20px;
}
        .our-client-reviews-silder-items:before {
    height: 100%;
}
        .media-active-enter-silder-items img {
    object-fit: cover !important;
    height: 550px;
    object-position: top;
}

.event-gallery-images a, .event-gallery-images a img {
    height: 210px;
    object-fit: cover;
}
        .topsec-text ul li p {
            font-size: 14px;
        }
        .topsec-text ul li a {
            font-size: 15px;
        }
        .menuSec ul li a {
            padding: 10px 3px;
            font-size: 11px;
        }
        .meunsec-cart ul li i {
            font-size: 25px;
        }
        .meunsec-cart ul {
            gap: 10px;
        }
        .meunsec-cart ul li h2 {
            font-size: 12px;
            margin-bottom: 0px;
        }
        .meunsec-cart ul li h3 {
            font-size: 10px;
        }
        .meunsec-cart ul li i:after {
            height: 35px;
            margin-left: 4px;
            margin-top: -5px;
        }
        .banner_text h1 {
            font-size: 50px;
            margin-bottom: 1%;
            line-height: 70px !important;
        }
        .banner_text h1 span {
    font-size: 28px !important;
}

        .banner_text h2 {
            font-size: 20px;
            margin-bottom: 5%;
        }
        .banner_text a {
            padding: 15px 40px;
            font-size: 14px;
        }
        section.main_slider .carousel-control-prev-icon {
            width: 40px;
            height: 40px;
        }
        section.main_slider .carousel-control-next-icon {
            width: 40px;
            height: 40px;
        }
        section.main_slider .carousel-control-prev {
            left: 0;
        }
        section.main_slider .carousel-control-next {
            right: 0;
        }
        .threats-focus-sec {
            padding: 40px 0;
        }
        .threats-focus-text h2 span {
            display: contents;
        }
        .threats-focus-text h2 {
            font-size: 30px;
            line-height: 50px;
            margin-bottom: 8px;
        }
        .contact-now-form input::placeholder {
            font-size: 13px;
        }
        .providing-forensics-text h2 span {
            display: contents;
        }
        .contact-now-form h2 {
            font-size: 30px;
            margin-bottom: 15px;
        }
        .contact-now-form input {
            margin-bottom: 3%;
            height: 45px;
        }
        .contact-now-faq h2 {
            font-size: 30px;
            line-height: 40px;
            margin-bottom: 20px;
        }
        .contact-now-faq .faq__question {
            font-size: 14px;
        }
        .contact-now-form textarea::placeholder {
            font-size: 13px;
        }
        .contact-now-form textarea {
            height: 110px;
        }
        .contact-now-faq .faq__question:after {
            font-size: 12px;
        }
        .contact-now-form button {
            padding: 6px 15px;
            font-size: 13px;
        }
        .fooetr-logo a img {
            margin-bottom: 8%;
            width: 95%;
        }
        .fooetr-contact {
            margin-left: 0;
            margin-top: 20px;
        }
        .fooetr-contact ul li a {
            font-size: 15px;
            color: #000;
        }
        .footer-sec h2 {
            margin-bottom: 10px;
            font-size: 20px;
        }
        .fooetr-Subscribe {
            margin-top: 25px;
        }
        .fooetr-Subscribe input {
            margin-bottom: 5%;
        }
        .fooetr-contact h2 {
            margin-bottom: 20px;
        }
        .fooetr-Subscribe h2 {
            margin-bottom: 20px;
        }
        .fooetr-Subscribe button {
            width: 45%;
            height: 45px;
            font-size: 14px;
            font-size: 12px;
        }
        .fooetr-logo ul li a {
            width: 35px;
            height: 35px;
            font-size: 14px;
        }
        .our-testimonials-sec {
            padding: 50px 0;
        }
        .providing-forensics-text a {
            padding: 10px 15px;
            font-size: 14px;
        }
        .providing-forensics-text h2 {
            font-size: 35px;
            line-height: 50px;
            margin-bottom: 10px;
        }
        .our-testimonials-heading h2 {
            font-size: 35px;
        }
        .providing-forensics-sec {
            padding: 50px 0;
        }
        .what-we-do-sec {
            padding: 50px 0;
        }
        .featured-products-sec {
            padding: 50px 0;
        }
        .featured-products-button-row {
            margin-top: 8%;
        }
        .featured-products-button-row a {
            padding: 10px 15px;
            font-size: 13px;
        }
        .featured-products-heading h2 {
            font-size: 35px;
        }
        .what-we-do-heading p {
            width: 100%;
        }
        .what-we-do-box a {
            font-size: 13px;
        }
        .what-we-do-box p {
            margin-bottom: 5%;
            font-size: 12px !important;
            line-height: 18px !important;
        }
        .what-we-do-box h2 {
            font-size: 15px;
            margin-top: 5%;
            margin-bottom: 4%;
        }
        .what-we-do-box-img img {
            width: 100%;
            height: 170px;
        }
        .what-we-do-heading h2 {
            font-size: 35px;
            margin-bottom: 7px;
        }
        .digital-investigations-text a {
            padding: 10px 10px;
            font-size: 12px;
        }
        .digital-investigations-sec .row {
            align-items: center;
        }
        .digital-investigations-text h2 span {
            display: contents;
        }
        .digital-investigations-text h2 {
            font-size: 30px;
            line-height: 45px;
            margin-bottom: 10px;
        }
        p {
            font-size: 14px !important;
            line-height: 23px !important;
        }
        .meun-btn a {
            padding: 10px 26px;
            font-size: 15px;
        }
        .header-logo a img {
            transform: unset;
            width: 100%;
            top: -40px;
        }
        .header-logo {
            top: 0;
        }
        .menuSec {
            top: 0;
        }
        .what-is-backyard-box h2 {
            font-size: 50px;
            line-height: 1.2;
        }
        h2 {
            font-size: 40px;
            line-height: 1.2;
        }
        .why-choose-backyard-text p {
            width: 100%;
            line-height: 20px !important;
        }
        .why-choose-backyard-sec {
            padding: 70px 0;
        }
        .why-choose-backyard-text h2 {
            margin-bottom: 10px;
        }
        .why-choose-backyard-sec .col-lg-5.col-md-5.col-12 {
            width: 100%;
        }
        .why-choose-backyard-sec .col-lg-7.col-md-7.col-12 {
            width: 100%;
        }
        .why-choose-backyard-img img {
            height: 340px;
            width: 70%;
            margin: 0 auto;
            display: block;
            margin-bottom: 20px;
        }
        .our-services-images img {
            height: 300px;
        }
        .our-services-text h2 {
            font-size: 30px;
        }
        .counter-box h2 {
            font-size: 50px !important;
        }
        .inquiry-form-heading h3 {
    font-size: 26px;
    line-height: 10px;
}
        .event-gallery-sec {
            padding-top: 0;
        }
        .event-gallery-images-six img {
            height: 200px;
            object-fit: cover;
        }
        .event-gallery-sec a.theme-btn-1 {
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            width: fit-content;
            font-size: 19px;
        }
        .media-active-entertainment-sec.inner {
            padding-top: 60px;
        }
        .our-client-reviews-silder .slick-slide {
            margin: 60px 20px;
        }
            .our-client-reviews-silder-items-img img, .our-client-reviews-silder .slick-slide.slick-current.slick-active.slick-center .our-client-reviews-silder-items-img img {
        border-radius: 50%;
        height: 90px;
        width: 90px;
        object-fit: cover;
    }
        .inner-review-sec .col-lg-4.col-md-4.col-12 {
            width: 50%;
        }
        .our-client-reviews-silder-items-icon {
            top: 107px;
        }
        .inquiry-form-sec {
            margin: 0;
        }
            .checkout-our-client-reviews-sec {
        padding-bottom: 70px;
        padding-top: 20px;
    }
        .inquiry-form-heading h2 {
            font-size: 26px;
        }
        .inquiry-form-form input {
            margin-bottom: 30px;
        }
        .footer-newsletter ul li a {
            font-size: 15px;
        }
        .quick-link ul li a {
            font-size: 16px;
            line-height: 36px;
        }
        footer .row {
            justify-content: center;
        }
        .footer-contact:after {
            display: none;
        }
        .footer-contact a {
            margin: 0;
        }
        .footer-contact {
            height: auto;
        }
        .footer-bottom {
            margin: 0;
            margin-top: 30px;
        }
        .footer-newsletter {
            padding-bottom: 0;
        }
        .footer-bottom .row .col-md-6:first-child {
            display: none;
        }
        .footer-bottom p {
            font-size: 13px !important;
        }
        .footer-media ul {
            padding: 0;
        }
        section.main_slider.inner {
            height: 400px;
        }
        section.main_slider.inner .carousel-caption {
            top: 20px !important;
        }
        section.main_slider.inner img.img-fluid {
            height: 400px !important;
        }
        .meet-the-backyard-pe-team-box img {
            height: 300px;
        }
        .meet-the-backyard-pe-team-box h2 {
            font-size: 40px;
        }
        .meet-the-backyard-pe-team-box h3 {
            font-size: 20px;
        }
        .our-client-reviews-silder-items-text h2 {
            font-size: 20px;
        }
        .our-client-reviews-silder-items-text span {
            font-size: 20px;
        }
        .our-client-reviews-silder-items-text ul {
            margin-top: 10px;
        }
        .cont-page-text h2 {
            font-size: 30px;
            line-height: 1.2;
        }
        .cont-input input {
            margin-bottom: 20px;
        }
        ul.cont-icon h4 {
            font-size: 20px;
        }
        ul.cont-icon h5 {
            margin: 0;
        }
        .our-client-reviews-silder .slick-slide.slick-current.slick-active.slick-center .our-client-reviews-silder-items-icon {
            position: absolute;
            top: 80px;
            right: 10px;
        }
        .our-client-reviews-silder .slick-slide.slick-current.slick-active.slick-center .our-client-reviews-silder-items-icon i {
            font-size: 30px;
        }
    }
    
    @media only screen and (min-width: 520px) and (max-width: 767px) {
        
.footer-newsletter h3 {
  font-size: 24px;
  text-align: start;
}
.quick-link h3 {
  font-size: 24px;
  text-align: start;
}
        footer .col-lg-3.col-md-6.col-12 {
  width: 50%;
}
.footer-contact a {
  display: block;
}
.container {
  max-width: 750px;
}
.quick-link.wow.bounceIn {
}
        .our-client-reviews-silder .slick-slide.slick-current.slick-active.slick-center .our-client-reviews-silder-items p {
  font-size: 20px !important;
}
.our-client-reviews-silder .slick-slide.slick-current.slick-active.slick-center .our-client-reviews-silder-items {
  transform: scale(1);
}
.our-client-reviews-silder .slick-slide.slick-current.slick-active.slick-center .our-client-reviews-silder-items-img img {
}
.our-client-reviews-silder .slick-slide.slick-current.slick-active.slick-center .our-client-reviews-silder-items::before {
  height: 90%;
}
.our-client-reviews-silder-items::before {
}
        .event-gallery-sec .col-lg-3.col-md-3.col-12.mb-4 {
  width: 50%;
}
.col-lg-6.col-md-6.col-12.wow.fadeInUp {
}
.our-services-row .col-lg-6.col-md-6.col-12.wow.fadeInUp {
  width: 50%;
}
.col-lg-4.col-md-4.col-12 {
}
.counter-sec .col-lg-4.col-md-4.col-12 {
  width: 33%;
}
.counter-box h2 {
  font-size: 20px !important;
  margin: 0;
}
h2 {
}
.counter-box p {
  margin-top: 0;
}
.counter-sec .row {
  align-items: start;
}
        .topsec-text ul {
            display: block;
        }
        .inquiry-form-sec {
            margin-top: 0px !important;
            margin-bottom: 50px !important;
        }
        .checkout-our-client-reviews-sec {
            padding-top: 0 !important;
        }
        .our-services-text {
            margin-bottom: 50px;
            margin-top: 30px;
        }
        .counter-sec {
            margin-top: 0px;
            margin-bottom: 40px
        }
        .media-active-enter-silder-items video {
            margin-bottom: 50px;
        }
        .why-choose-backyard-sec {
            padding-top: 60px;
        }
        .media-active-enter-silder .slick-prev {
            bottom: 0;
        }
        .media-active-enter-silder .slick-next {
            bottom: 0;
        }
        .media-active-enter-silder-items img {
            object-fit: cover !important;
            height: 400px;
        }
        .why-choose-backyard-text {
            margin-bottom: 50px;
        }
        .service-detail-images .theme-btn-1 {
            margin-top: 30px;
            display: block;
            width: fit-content;
        }
        .topSec {
            text-align: center;
        }
        .topsec-text ul li p {
            font-size: 14px;
        }
        .topsec-text ul li a {
            font-size: 15px;
        }
        .meunsec-cart ul li h2 {
            margin-bottom: 3px;
        }
        section.main_slider .carousel-control-next-icon {
            width: 40px;
            height: 40px;
        }
        section.main_slider .carousel-control-prev {
            left: 0;
        }
        section.main_slider .carousel-control-prev-icon {
            width: 40px;
            height: 40px;
        }
        section.main_slider .carousel-control-next {
            right: 0;
        }
        .banner_text h2 {
            font-size: 20px;
        }
        .banner_text a {
            padding: 12px 30px;
            font-size: 14px;
        }
        .meunsec-cart ul li i:after {
            height: 40px;
            margin-top: 0px;
        }
        .img-fluid {
            height: 300px;
        }
        .banner_text h1 {
            font-size: 50px;
            margin-bottom: 1%;
        }
        .threats-focus-sec {
            padding: 50px 0;
        }
        .threats-focus-text h2 {
            font-size: 30px;
            line-height: 40px;
            margin-bottom: 8px;
        }
        p {
            font-size: 13px;
            line-height: 23px !important;
        }
        .digital-investigations-sec {
            padding: 50px 0;
            text-align: center;
        }
        .digital-investigations-text h2 {
            font-size: 30px;
            line-height: 45px;
            margin-bottom: 5px;
        }
        .digital-investigations-text a {
            padding: 10px 15px;
            font-size: 13px;
        }
        .digital-investigations-img {
            margin-top: 30px;
        }
        .what-we-do-sec {
            padding: 50px 0;
        }
        .what-we-do-heading h2 {
            font-size: 30px;
            margin-bottom: 5px;
        }
        .what-we-do-heading p {
            width: 100%;
        }
        .what-we-do-box h2 {
            margin-top: 3%;
            margin-bottom: 2%;
        }
        .what-we-do-box p {
            margin-bottom: 1%;
        }
        .what-we-do-box a {
            font-size: 13px;
        }
        .what-we-do-box {
            margin-bottom: 20px;
        }
        .providing-forensics-text h2 span {
            display: contents;
        }
        .contact-now-sec {
            padding: 10px 0;
            text-align: center;
        }
        .providing-forensics-text h2 {
            font-size: 30px;
            line-height: 45px;
            margin-bottom: 10px;
        }
        .contact-now-form input::placeholder {
            font-size: 14px;
        }
        .contact-now-faq {
            margin-left: 0;
            margin-top: 30px;
        }
        .fooetr-logo a img {
            margin-bottom: 5%;
        }
        .fooetr-contact h2 {
            margin-bottom: 15px;
        }
        .fooetr-about {
            margin-left: 0px;
            margin-top: 30px;
            margin-bottom: 30px;
        }
        .fooetr-contact {
            margin-left: 0;
            margin-bottom: 30px;
        }
        .fooetr-Subscribe input {
            margin-bottom: 2%;
        }
        .fooetr-contact ul li a {
            font-size: 16px;
        }
        .footer-sec h2 {
            font-size: 23px;
            margin-bottom: 5px;
        }
        .fooetr-Subscribe button {
            width: 30%;
            height: 45px;
            font-size: 13px;
        }
        .fooetr-Subscribe h2 {
            margin-bottom: 15px;
        }
        .footer-bottom-text p {
            font-size: 15px;
        }
        .footer-bottom-text {
            margin-top: 5%;
        }
        .contact-now-faq h2 {
            font-size: 30px;
            font-weight: 600;
            line-height: 40px;
            margin-bottom: 20px;
        }
        .contact-now-form textarea {
            height: 160px;
        }
        .contact-now-form button {
            padding: 7px 15px;
        }
        .contact-now-form textarea ::placeholder {
            font-size: 14px;
        }
        .contact-now-form h2 {
            font-size: 30px;
            margin-bottom: 20px;
        }
        .contact-now-form input {
            margin-bottom: 2%;
        }
        .providing-forensics-text a {
            padding: 10px 15px;
            font-size: 14px;
        }
        .providing-forensics-sec {
            padding: 50px 0;
        }
        .our-testimonials-silder-items h2 {
            font-size: 16px;
            margin-bottom: 15px;
        }
        .our-testimonials-sec {
            padding: 50px 0;
        }
        .our-testimonials-heading h2 {
            font-size: 30px;
        }
        .featured-products-button-row a {
            padding: 10px 15px;
            font-size: 13px;
        }
        .featured-products-sec {
            padding: 50px 0;
        }
        .featured-products-heading h2 {
            font-size: 30px;
        }
        .featured-products-box a img {
            width: 65%;
        }
        .featured-products-button-row a {
            padding: 10px 15px;
            font-size: 13px;
        }
        .what-we-do-box p {
            margin-bottom: 2%;
        }
        .what-we-do-box h2 {
            font-size: 20px;
            margin-top: 4%;
            margin-bottom: 2%;
        }
        .digital-investigations-text a {
            padding: 10px 9px;
            font-size: 12px;
        }
        .digital-investigations-img {
            margin-top: 10%;
        }
        .banner_text h1 {
            font-size: 40px;
            margin-bottom: 1%;
            line-height: 1.2;
        }
        .banner_text {
            text-align: center;
        }
        .banner_text p {
            font-size: 17px;
            width: 100%;
        }
        .threats-focus-text h2 {
            font-size: 25px;
            line-height: 35px;
            margin-bottom: 10px;
        }
        .banner_text a {
            padding: 12px 30px;
            font-size: 12px;
        }
        .banner_text h2 {
            font-size: 16px;
            margin-bottom: 5%;
        }
        .banner-text h2 {
            font-size: 35px;
            margin-bottom: 3px;
        }
        .banner-text ul li a {
            font-size: 12px;
        }
        .banner-sec {
            height: 270px;
        }
        .menuSec {
            position: unset;
            background: #191919;
            border-top: 1px solid #86e03d;
        }
        .header-logo a img {
            position: unset;
            width: 100%;
            transform: unset;
        }
        header .col-lg-3.col-md-3.col-12 {
            width: 50%;
        }
        header .col-lg-2.col-md-2.col-12 {
            width: 50%;
        }
        .meun-btn a {
            font-size: 16px;
        }
        .menuSec:before {
            display: none;
        }
        h2 {
            font-size: 30px;
            line-height: 1.2;
        }
        .what-is-backyard-box p {
            font-size: 15px;
        }
        .what-is-backyard-box h3 {
            font-size: 20px;
            line-height: 1.2;
        }
        .why-choose-backyard-img img {
            height: 300px;
        }
        .why-choose-backyard-text {
            margin: 0;
            text-align: center;
            margin-top: 30px;
        }
        .why-choose-backyard-text p {
            width: 100%;
        }
        .why-choose-backyard-sec {
            padding-bottom: 0;
        }
        .our-services-heading {
            text-align: center;
        }
        .our-services-images img {
            height: 300px;
        }
        .our-services-text h2 {
            font-size: 20px;
            text-align: center;
        }
        .counter-box h2 {
            font-size: 50px;
        }
        .event-gallery-sec {
            padding: 0;
        }
        .our-client-reviews-silder .slick-slide {
            margin: 0 20px;
        }
         .event-gallery-images-six img {
    object-fit: cover;
    height: 250px;
  }
        .event-gallery-sec .theme-btn-1 {
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            width: fit-content;
            font-size: 18px;
        }
        .media-active-entertainment-sec.inner {
            padding: 60px 0 0;
        }
        .media-active-enter-silder-items video {
            height: 350px;
            width: 100%;
            object-fit: cover;
        }
        .media-active-entertainment-sec.inner {
            padding-bottom: 120px;
        }
        .media-active-entertainment-silder-icon a img {
            width: 100px !important;
            height: 100px !important;
        }
        .our-client-reviews-silder-items-text h2 {
            font-size: 18px;
        }
        .our-client-reviews-silder-items-text span {
            font-size: 20px;
        }
        .our-client-reviews-silder-items-img img {
            height: 100px;
            width: 100px;
        }
        .our-client-reviews-silder-items p {
            font-size: 16px;
            line-height: 20px;
        }
        .our-client-reviews-silder-items {
            padding: 20px;
        }
        .our-client-reviews-silder-items-icon {
            display: none;
        }
        .our-client-reviews-silder-items-text ul {
            margin-top: 10px;
        }
        .checkout-our-client-reviews-sec {
            padding: 80px 0 0;
        }
        .inquiry-form-sec:before {
            display: none;
        }
        .inquiry-form-heading h2 {}
        .inquiry-form-heading {
            margin: 0;
            text-align: center;
        }
        .inquiry-form-form {
            padding: 20px;
            margin: 0;
        }
        .inquiry-form-btn ul {
            justify-content: center;
        }
        .footer-newsletter ul li a {
            font-size: 15px;
            /*justify-content: center;*/
        }
        .footer-contact a {
            margin: 0;
        }
        .footer-contact {
            height: auto;
            margin-bottom: 20px;
        }
        .footer-contact a img {
            width: 50%;
        }
        .footer-bottom {
            margin: 0;
            padding: 10px 0;
        }
        .footer-newsletter {
            padding-bottom: 0;
            margin: 0;
            text-align: center;
        }
        .footer-media ul {
            justify-content: center;
            margin: 10px 0;
        }
        .footer-contact:after {
            display: none;
        }
        .quick-link {
            padding: 10px 0;
            padding-top: 40px;
        }
        footer {
            text-align: center;
        }
        /*.quick-link ul li a {*/
        /*    justify-content: center;*/
        /*}*/
        .footer-bottom p {
            text-align: center;
            font-size: 13px;
        }
        section.main_slider.inner {
            height: 300px;
        }
        section.main_slider.inner .carousel-caption {
            top: 0 !important;
        }
        section.main_slider.inner img.img-fluid {
            height: 300px !important;
        }
        .meet-the-backyard-pe-team-box img {
            height: 300px;
        }
        .meet-the-backyard-pe-team-box h2 {
            font-size: 30px;
        }
        .meet-the-backyard-pe-team-box h3 {
            font-size: 27px;
        }
        .meet-the-backyard-pe-team-box {
            margin-bottom: 30px;
        }
        .inquiry-form-sec {
            padding-top: 50px;
        }
        section.contact-page {
            text-align: center;
        }
        .cont-page-text h2 {
            font-size: 30px;
            line-height: 1.2;
        }
        ul.cont-icon {
            display: block;
        }
        .cont-input {
            padding: 0 10px;
        }
        .cont-input input {
            margin-bottom: 10px;
        }
        form.contact-pg-form label {
            text-align: left;
            display: block;
            padding-left: 7px;
            margin-top: 14px;
        }
    }
    
    @media only screen and (min-width: 300px) and (max-width: 519px) {
        .meunsec-cart ul {
            gap: 15px;
        }
        .counter-sec {
            margin-top: 0px;
            margin-bottom: 40px
        }
        .inquiry-form-sec {
            margin-top: 0px !important;
            margin-bottom: 50px !important;
        }
        .checkout-our-client-reviews-sec {
            padding-top: 0 !important;
        }
        .why-choose-backyard-sec {
            padding-top: 60px;
        }
          .our-services-text {
    margin-bottom: 20px;
    margin-top: 20px;
  }
        .why-choose-backyard-text {
            margin-bottom: 50px;
        }
        .media-active-enter-silder-items video {
            margin-bottom: 50px;
        }
        .media-active-enter-silder .slick-prev {
            bottom: 0;
        }
        .media-active-enter-silder .slick-next {
            bottom: 0;
        }
        .media-active-enter-silder-items img {
            object-fit: cover !important;
            height: 400px;
        }
        form.contact-pg-form label {
            text-align: left;
            display: block;
            padding-left: 7px;
            margin-top: 14px;
        }
        .service-detail-images .theme-btn-1 {
            margin-top: 30px;
            display: block;
            width: fit-content;
        }
        .meunsec-cart ul li i {
            font-size: 25px;
        }
        .meunsec-cart ul li h2 {
            font-size: 12px;
            margin-bottom: 0px;
        }
        .meunsec-cart ul li h3 {
            font-size: 12px;
        }
        .meunsec-cart ul li i:after {
            width: 1px;
            height: 35px;
            margin-left: 7px;
            margin-top: -5px;
        }
        .topsec-text ul li p {
            font-size: 12px;
            line-height: 18px;
        }
        .topsec-text ul {
            display: block;
        }
        .topsec-text {
            text-align: center;
        }
        .topsec-text ul li a {
            font-size: 14px;
        }
        .carousel-item img.img-fluid {
            height: 500px;
        }
        .threats-focus-sec {
            padding: 40px 0;
        }
        p {
            font-size: 12px;
            line-height: 20px !important;
        }
        .digital-investigations-text {
            text-align: center;
        }
        .digital-investigations-text h2 span {
            display: contents;
        }
        .digital-investigations-sec {
            padding: 30px 0;
        }
        .digital-investigations-text h2 {
            font-size: 25px;
            line-height: 35px;
            margin-bottom: 10px;
        }
        .what-we-do-sec {
            padding: 40px 0;
        }
        .what-we-do-heading h2 {
            font-size: 25px;
            margin-bottom: 5px;
        }
        .what-we-do-heading p {
            width: 100%;
        }
        .what-we-do-box-img img {
            width: 100%;
            height: 220px;
        }
        .what-we-do-box {
            margin-bottom: 20px;
        }
        .featured-products-sec {
            padding: 40px 0;
        }
        .our-testimonials-sec {
            padding: 40px 0;
        }
        .our-testimonials-silder-items h2 {
            font-size: 15px;
            margin-bottom: 15px;
        }
        .providing-forensics-sec {
            padding: 40px 0;
        }
        .providing-forensics-text h2 {
            font-size: 25px;
            line-height: 35px;
            margin-bottom: 10px;
        }
        .providing-forensics-text a {
            padding: 10px 12px;
            font-size: 10px;
        }
        .providing-forensics-text p {
            margin-bottom: 8%;
        }
        .contact-now-form input::placeholder {
            font-size: 13px;
        }
        .contact-now-form textarea::placeholder {
            font-size: 13px;
        }
        .contact-now-form textarea {
            height: 150px;
        }
        .contact-now-faq .faq__question {
            padding: 10px 25px;
            font-size: 11px;
        }
        .fooetr-logo a img {
            margin-bottom: 5%;
            width: 85%;
        }
        .fooetr-logo ul li a {
            width: 35px;
            height: 35px;
            font-size: 12px;
        }
        .fooetr-about {
            margin-left: 0;
            margin-top: 20px;
        }
        .footer-sec h2 {
            font-size: 20px;
            margin-bottom: 5px;
        }
        .fooetr-contact ul {
            margin-top: 10px;
        }
        .fooetr-Subscribe form {
            margin-top: 15px;
        }
        .fooetr-Subscribe input {
            margin-bottom: 4%;
        }
        .fooetr-Subscribe button {
            width: 50%;
            height: 40px;
            font-size: 12px;
        }
        .footer-bottom-text p {
            font-size: 13px;
        }
        .footer-bottom-text {
            margin-top: 10%;
        }
        .fooetr-contact {
            margin-left: 0;
        }
        .fooetr-contact ul li a {
            font-size: 14px;
            color: #000;
        }
        .fooetr-contact ul li {
            gap: 10px;
            margin-bottom: 15px;
        }
        .footer-sec {
            padding-top: 30px;
        }
        .contact-now-faq .faq__question:after {
            left: 8px;
            font-size: 9px;
            margin-top: 3px;
        }
        .contact-now-faq {
            margin-left: 0px;
        }
        .contact-now-faq {
            margin-top: 30px;
        }
        .contact-now-faq h2 {
            font-size: 25px;
            line-height: 35px;
        }
        .contact-now-form button {
            padding: 6px 15px;
            font-size: 12px;
        }
        .contact-now-sec {
            text-align: center;
        }
        .contact-now-form input {
            border: 2px solid #e6e6e6;
            width: 100%;
            height: 45px;
            margin-bottom: 3%;
        }
        .contact-now-form h2 {
            font-size: 25px;
        }
        .our-testimonials-heading h2 {
            font-size: 25px;
        }
        .featured-products-heading h2 {
            font-size: 25px;
        }
        .featured-products-box {
            margin-bottom: 25px;
        }
        .featured-products-button-row a {
            padding: 10px 15px;
            font-size: 13px;
        }
        .what-we-do-box p {
            margin-bottom: 2%;
        }
        .what-we-do-box h2 {
            font-size: 20px;
            margin-top: 4%;
            margin-bottom: 2%;
        }
        .digital-investigations-text a {
            padding: 10px 9px;
            font-size: 12px;
        }
        .digital-investigations-img {
            margin-top: 10%;
        }
        .banner_text h1 {
            font-size: 40px;
            margin-bottom: 1%;
            line-height: 1.2;
        }
        .banner_text {
            text-align: center;
        }
        .banner_text p {
            font-size: 17px;
            width: 100%;
        }
        .threats-focus-text h2 {
            font-size: 25px;
            line-height: 35px;
            margin-bottom: 10px;
        }
        .banner_text a {
            padding: 12px 30px;
            font-size: 12px;
        }
        .banner_text h2 {
            font-size: 16px;
            margin-bottom: 5%;
        }
        .banner-text h2 {
            font-size: 35px;
            margin-bottom: 3px;
        }
        .banner-text ul li a {
            font-size: 12px;
        }
        .banner-sec {
            height: 270px;
        }
        .menuSec {
            position: unset;
            background: #191919;
            border-top: 1px solid #86e03d;
        }
        .header-logo a img {
            position: unset;
            width: 100%;
            transform: unset;
        }
        header .col-lg-3.col-md-3.col-12 {
            width: 50%;
        }
        header .col-lg-2.col-md-2.col-12 {
            width: 50%;
        }
        .meun-btn a {
            font-size: 16px;
        }
        .menuSec:before {
            display: none;
        }
        h2 {
            font-size: 30px;
            line-height: 1.2;
        }
        .what-is-backyard-box p {
            font-size: 15px;
            margin: 0 !important;
        }
        .what-is-backyard-box h3 {
            font-size: 20px;
            line-height: 30px;
            margin-top: 20px !important;
        }
        .what-is-backyard-socail-link ul {
  margin-top: 20px !important;
}
        .why-choose-backyard-img img {
            height: 300px;
        }
        .why-choose-backyard-text {
            margin: 0;
            text-align: center;
            margin-top: 30px;
        }
        .why-choose-backyard-text p {
            width: 100%;
        }
        .why-choose-backyard-sec {
            padding-bottom: 0;
        }
        .our-services-heading {
            text-align: center;
        }
        .our-services-images img {
            height: 300px;
        }
        .our-services-text h2 {
            font-size: 25px;
            text-align: center;
        }
        .counter-box h2 {
            font-size: 50px !important;
        }
        .event-gallery-sec {
            padding: 0;
        }
        .our-client-reviews-silder .slick-slide {
            margin: 0 20px;
        }
          .event-gallery-images-six img {
    object-fit: cover;
    height: 300px;
  }
        .event-gallery-sec .theme-btn-1 {
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            width: fit-content;
            font-size: 18px;
        }
        .media-active-entertainment-sec.inner {
            padding: 60px 0 0;
        }
        .media-active-enter-silder-items video {
            height: 350px;
            width: 100%;
            object-fit: cover;
        }
        .media-active-entertainment-sec.inner {
            padding-bottom: 120px;
        }
        .media-active-entertainment-silder-icon a img {
            width: 100px !important;
            height: 100px !important;
        }
        .our-client-reviews-silder-items-text h2 {
            font-size: 18px;
        }
        .our-client-reviews-silder-items-text span {
            font-size: 20px;
        }
        .our-client-reviews-silder-items-img img {
            height: 100px;
            width: 100px;
        }
        .our-client-reviews-silder-items p {
            font-size: 14px;
            line-height: 19px !important;
            margin-left: 0;
        }
        .our-client-reviews-silder-items {
            padding: 20px;
        }
        .our-client-reviews-silder-items-icon {
            display: none;
        }
        .our-client-reviews-silder-items-text ul {
            margin-top: 10px;
        }
        .checkout-our-client-reviews-sec {
            padding: 80px 0 0;
        }
        .inquiry-form-sec:before {
            display: none;
        }
        .inquiry-form-heading h2 {}
        .inquiry-form-heading {
            margin: 0;
            text-align: center;
        }
        .inquiry-form-form {
            padding: 20px;
            margin: 0;
        }
        .inquiry-form-btn ul {
            justify-content: center;
        }
        .footer-newsletter ul li a {
            font-size: 15px;
            justify-content: center;
        }
        .footer-contact a {
            margin: 0;
            display: block;
        }
        .footer-contact {
            height: auto;
            margin-bottom: 20px;
            margin-top: 20px;
        }
        .media-active-entertainment-heading h3 {
  font-size: 45px;
  margin: 0;
}
.checkout-our-client-reviews-heading h3 {
  font-size: 45px;
}
.inquiry-form-heading h3 {
  font-size: 45px;
  margin: 0;
}
        .footer-contact a img {
            width: 50%;
        }
        .footer-bottom {
            margin: 0;
            padding: 10px 0;
        }
        .footer-newsletter {
            padding-bottom: 0;
            margin: 0;
            text-align: center;
        }
        .footer-media ul {
            justify-content: center;
            margin: 10px 0;
        }
        .footer-contact:after {
            display: none;
        }
        .quick-link {
            padding: 10px 0;
            padding-top: 40px;
        }
        footer {
            text-align: center;
        }
        .quick-link ul li a {
            justify-content: center;
        }
        .footer-bottom p {
            text-align: center;
            font-size: 13px;
        }
        section.main_slider.inner {
            height: 300px;
        }
        section.main_slider.inner .carousel-caption {
            top: 0 !important;
        }
        section.main_slider.inner img.img-fluid {
            height: 300px !important;
        }
          .meet-the-backyard-pe-team-box img {
    height: 300px;
    width: 100%;
    border-radius: 14px;
  }
  .event-gallery-images a, .event-gallery-images a img {
  object-fit: contain;
  width: 100%;
  height: 230px;
  object-position: top;
}

.blog-txt {
  position: unset !important;
  width: 100% !important;
  padding: 20px 10px !important;
}
.blog-txt h4 {
  font-size: 20px;
}
.blog-img img {
  height: 300px !important;
}
        .meet-the-backyard-pe-team-box h2 {
            font-size: 30px;
        }
        .meet-the-backyard-pe-team-box h3 {
            font-size: 27px;
        }
        .meet-the-backyard-pe-team-box {
            margin-bottom: 30px;
        }
        .inquiry-form-sec {
            padding-top: 50px;
        }
        section.contact-page {
            text-align: center;
        }
        .cont-page-text h2 {
            font-size: 30px;
            line-height: 1.2;
        }
        ul.cont-icon {
            display: block;
        }
        .cont-input {
            padding: 0 10px;
        }
        .cont-input input {
            margin-bottom: 10px;
        }
        .our-client-reviews-silder-items-points-line {
            height: auto;
            overflow: unset;
        }
        .our-client-reviews-silder-items:before {
            height: 100%;
        }
        .checkout-our-client-reviews-sec h2 {
            font-size: 13px;
            margin: 0;
        }
        .our-client-reviews-silder-items {
            margin-bottom: 20px;
        }
        .inquiry-form-heading p {
            margin-bottom: 20px;
        }
        .inquiry-form-form input input[type="date"] {
            width: 100%;
            max-width: 100%;
            min-width: 95%;
            background: transparent;
        }
    }
    
    html {
        overflow-x: hidden;
    }
    
    @media only screen and (min-width: 0px) and (max-width: 299px) {}
    
    .footer-contact:after {
        display: none;
    }
    
    .loction-detail-sec h3 {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    
    .loction-detail-sec {
        padding: 100px 0;
    }
    
    .loction-detail-sec h2 {
        font-size: 50px;
        margin-bottom: 0;
        line-height: 60px !important;
        margin-bottom: 20px !important;
    }
    
    .loction-detail-sec p {
        color: #000;
        font-size: 22px;
        line-height: 35px !important;
        font-weight: 500;
        font-family: 'Poppins';
        margin-bottom: 20px !important;
    }
    /*Blog Page Start*/
    
    .blog-txt h4 {
        font-size: 25px;
        text-transform: uppercase;
        margin: 10px 0;
        font-family: 'Oswald';
    }
    
    .blog-txt p {
        font-family: 'Poppins';
        font-size: 14px;
        opacity: 80%;
        border-bottom: 1px solid #00000030;
        padding-bottom: 15px;
        line-height: 28px;
    }
    
    span.com-date {
        font-family: 'Poppins';
        font-size: 13px;
        color: #000;
        font-weight: 600;
    }
    
    .use-blog {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .use-blog span {
        font-size: 15px;
        font-family: 'Oswald';
        text-transform: uppercase;
    }
    
    .add-shar i {
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        color: #7ce02f;
        border-radius: 10px;
        /* font-family: 'Font Awesome 5 Free'; */
    }
    
    .main-user {
        display: flex;
        align-items: center;
        gap: 60px;
        margin-top: 15px;
    }
    
    .add-shar {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    
    .blog-txt {
        padding: 30px 30px;
        background: #eae9e8c7;
        border-radius: 0px;
        width: 80%;
        position: absolute;
        left: 60px;
        bottom: -30px;
    }
    
    .blog-main {
        position: relative;
    }
    
    section.blog-sec {
        padding: 130px 0;
    }
    
    .blog-img img {
        width: 100%;
        height: 520px;
        object-fit: cover;
        border-radius: 0px;
    }
    
    section.blog-sec .row.i {
        margin-bottom: 100px;
    }
    /*Blog Page End*/
    /*Blog Detail Page Start*/
    
    .blog-detail-txt p {
        font-size: 14px;
        /* border-bottom: 1px solid #00000024; */
        padding-bottom: 10px;
        line-height: 29px;
    }
    .banner_text h1 span {
    line-height: 1.5;
    font-size: 55px;
}
    .blog-detail-txt .add-shar i {
        color: #ecdbbf;
    }
    
    section.blog-detail-sec {
        padding: 100px 0;
    }
    
    .blog-detail-sec-img img {
        width: 99%;
        height: 480px;
        object-fit: cover;
        border-radius: 0px;
    }
    
    .blog-detail-txt h4 {
        font-size: 60px;
        text-transform: uppercase;
        margin-bottom: 30px;
        font-family: "Oswald", sans-serif;
        color: #000;
        line-height: 66px !important;
    }
    
    .blog-detail-txt .main-user {
        justify-content: space-between;
    }
    
    .blog-detail-txt {
        margin-top: 16px;
    }
    
    .blog-detail-btm-txt p {
        font-size: 14px;
        padding-bottom: 15px;
        line-height: 29px;
    }
    
    .meet-the-backyard-pe-team-box.imgs {
        background: #000;
        padding: 10px;
        border-radius: 21px;
    }
    /*Blog Detail Page End*/
    
.parent-modal .modal-content {
  border-radius: 20px;
  overflow: hidden;
  border: none;
  background: linear-gradient(180deg, #8B0000 0%, #DC143C 50%, #B22222 100%);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  animation: modalSlideIn 0.6s ease-out;
}

@keyframes modalSlideIn {
  from { transform: translateY(-40px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.parent-modal .modal-header {
  background: linear-gradient(135deg, #003049 0%, #0077B6 100%);
  color: #fff;
  text-align: center;
  padding: 15px 30px;
}
.parent-intro h4 {
    color: #FFD700;
}
.parent-intro p {
    color: #F0F0F0;
}
.parent-modal .modal-title {
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
}

.parent-modal .modal-body {
  padding: 25px 40px;
}

.parent-modal .highlight {
  color: #d35400;
}

.parent-modal .section-title {
    color: #FFD700;
    font-weight: 700;
    border-bottom: 3px solid #FFD700;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    gap: 10px;
}

.parent-modal .session-date {
  background: #fff2e0;
  border-left: 5px solid #e07a2f;
  border-radius: 12px;
  padding: 10px 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  transition: 0.3s ease;
  gap: 10px;
  font-size: 14px;
}
.parent-modal ul.list-unstyled {
    /*column-count: 2;*/
}
.parent-modal .session-date:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(224, 122, 47, 0.2);
}

.parent-modal .activity-item {
    position: relative;
    margin-bottom: 0.6rem;
    padding-left: 1.5rem;
    transition: 0.3s ease;
    color: #F0F0F0;
}

.parent-modal .activity-item::before {
  content: "\f06c"; /* Font Awesome leaf icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffd700;
  position: absolute;
  left: 0;
  font-size: 0.9rem;
}

.parent-expectations h4.section-title {
    justify-content: start;
}
.parent-expectations  .activity-item::before {
    display: none;
}

.parent-details .activity-item::before {
    display: none;
}
.parent-details .activity-item{
    padding:0 !important;
}
.parent-expectations .activity-item{
    padding:0 !important;
}
.parent-details h4.section-title {
    justify-content: start;
}
.parent-modal .cta-section {
  background: linear-gradient(135deg, #1B4D3E 0%, #0F3A2E 50%, #003049 100%);
  border-radius: 15px;
  padding: 20px;
  margin-top: 25px;
  border: 2px dashed #e07a2f;
  text-align: center;
}

.parent-modal .btn-primary {
  background: #e07a2f;
  border: none;
  border-radius: 30px;
  padding: 0.8rem 2rem;
  font-weight: 600;
  color: #fff;
  transition: all 0.3s ease;
}

.parent-modal .btn-primary:hover {
  background: #a64b00;
  transform: translateY(-3px);
}

.parent-modal .feature-icon {
  width: 60px;
  height: 60px;
  background: #134033;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  margin: 0 auto 10px;
}

.parent-modal .highlight-box {
  background: linear-gradient(135deg, #003049 0%, #0077B6 100%);
  border-radius: 12px;
  border: 1px solid rgba(224, 122, 47, 0.3);
  padding: 15px;
  box-shadow: 0 5px 15px rgba(224, 122, 47, 0.1);
}

.parent-modal .tagline {
  font-weight: 600;
  text-align: center;
  color: #8b4513;
  margin-top: 20px;
}

.parent-modal .close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  background: #134033;
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.parent-modal .close-btn:hover {
  background: #a64b00;
  transform: rotate(90deg);
}

.parent-modal .social-links a {
  color: #e07a2f;
  text-decoration: none;
  margin: 0 10px;
  font-weight: 500;
  transition: 0.3s ease;
}

.parent-modal .social-links a:hover {
  color: #000;
}


.parent-highlight h5 {
    font-family: "Oswald", sans-serif;
    color: #F0F0F0;
    text-transform: uppercase;
    font-size: 28px;
}

.parent-highlight p {
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.8;
}


.parent-locations {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: end;
}
p.mb-0.locaition {
    font-size: 15px;
}

.parent-locations p.fw-bold {
    font-family: "Oswald", sans-serif;
    color: #da7737;
    text-transform: uppercase;
    font-size: 28px;
}

.parent-locations i {
    color: #da7737;
    font-size: 25px;
    line-height: 1.6;
}
p.mb-0.loct-font {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}
.row.team-sec-row {
    justify-content: center;
    margin: 40px 0px;
}
.row.meet-secon-row {
    justify-content: center;
    margin-top: 50px;
}

.row.meet-secon-row .meet-the-backyard-pe-team-box h2 {
    color: #000;
}

.row.meet-secon-row .meet-the-backyard-pe-team-box h3 {
    color: #000;
}



.imgcntn {
    margin-bottom: 50px;
}

.imgcntn img {
    object-fit: contain;
}


.meet-the-backyard-pe-team-box.imgcntn h6 {
    color: #000;
    font-size: 22px;
    line-height: 35px;
    font-weight: 500;
    margin-top: 12px;
}

.meet-the-backyard-pe-team-box.imgcntn p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 5px;
    text-align: justify;
    text-align-last: center;
}
section.abtwhchoss {
    padding-top: 80px;
}

.blog-detail-txt h2 {
    font-size: 40px !important;
}

p.lead strong {
    background: #00486ead;
    padding: 10px 20px;
    margin: 10px auto;
    display: block;
    width: fit-content;
    font-size: 22px;
    backdrop-filter: blur(10px);
    border: 1px solid #fff;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #fff;
    font-weight: 600;
}
.parent-cta.cta-section.text-center.mt-4 a {
    color: #fff;
}

.main_slider .banner_text h1 {
    text-transform: uppercase;
}
.event-gallery-sec .media-active-entertainment-heading h2 {
    text-transform: uppercase;
}
.counter-sec .row {
    align-items: end;
}

.cnt-lst h2 {
    margin-bottom: -19px;
}

@media only screen and (min-width: 1366px) and (max-width: 1599px) {
    
    .header-logo a img {
    transform: scale(1.3);
}
}