@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,700|Open+Sans:300,300i,400,400i,600,600i,700,700i,800");

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    font-size: 15px;
    color: #666;
    overflow-x: hidden;
}

/* Auto Fonts, size etc */

h1,
h2,
h3,
h4,
h6 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    color: #444 !important;
    letter-spacing: 0.5px !important;
}


p {
    color: #444 !important;
    font-weight: 500 !important;
    margin: 20px 0 20px !important;
}

.navbar {
    background: #fff !important;
    font-size: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
    height: 5.5rem;
}


.navbar-brand {
    margin-left: 2.5rem
}

.nav-list-color {
    color: #000;
}

.navbar-nav>li {
    padding-left: 18px;
    padding-right: 18px;
}

.navbar-nav li a {
    text-decoration: none;
    font-weight: 600;
    line-height: 25px;
    font-size: 17px;
}

.navbar-collapse {
    background-color: #fff;
}

/* Navbar hover */
.navbar .navbar-nav .nav-link {
    transition: all 0.2s;
}

.navbar .navbar-nav .nav-link:hover {
    background-color: #f8b604;
    color: #000;
}

/* navbar drop down get down on hover */

@media only screen and (min-width: 991px) {

    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        /* remove the gap so it doesn't close */
    }
}

/* .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    remove the gap so it doesn't close
} */

/* Drop Down Hover Internal */

.navbar .navbar-nav .dropdown-item {
    transition: all 0.2s;
}

.navbar .navbar-nav .dropdown-item:hover {
    background-color: #f8b604;
    color: #000;
    transform: translateX(15px);
}

.navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}

/* hams */
.navbar-toggler {
    color: #7F171F;
}

.hams-color {
    color: #7F171F;
}


/* .bg-transparent.scrolled {
    background-color: #fff !important;
} */



/* ************************************ Section1 Image slider ***************************** */
.single-slider-item {
    margin-top: 5.9%;
    background-size: cover;
    background-position: center;
    background-color: #dddddd;
    height: 31.25rem;
    font-size: 1.5rem;
    color: #fff;
    position: relative;
}

.single-slider-item::before {
    background-color: #000000;
    content: "";
    left: 0;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}

/* Home slide 1 content */
.home-slid-1-content {
    margin: 5rem 0 0 9rem;
    z-index: 1;
}

.home-slid-1-content h1 {
    font-size: 45px;
    line-height: 65px;
    text-transform: uppercase;
    margin: 0 0 15px;
    color: #fff !important;
    font-weight: bold !important;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0.5px !important;

}

.home-slid-1-content h1 span {
    font-size: 45px;
    line-height: 65px;
    text-transform: uppercase;
    margin: 0 0 15px;
    color: #f8b604 !important;
    font-weight: bold !important;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0.5px !important;
}

.home-slid-1-content p {
    font-size: 22px;
    font-weight: 500 !important;
    line-height: 35px !important;
    color: #fff !important;
    /* text-shadow: 0 0 3px #000; */
    font-family: 'Montserrat', sans-serif !important;
}

/* Home slide 2 content */
.home-slid-2-content {
    margin: 10rem 0 10rem 6rem;
    z-index: 2;
}

.home-slid-2-content h1 {
    font-size: 45px;
    line-height: 65px;
    text-transform: uppercase;
    margin: 0 0 15px;
    color: #fff !important;
    font-weight: bold !important;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0.5px !important;
}

.home-slid-2-content h1 span {
    font-size: 45px;
    line-height: 65px;
    text-transform: uppercase;
    margin: 0 0 15px;
    color: #f8b604 !important;
    font-weight: bold !important;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0.5px !important;
}

/* Home slid 3 */
.home-slid-3-content {
    margin: 10rem 0 10rem 6rem;
    z-index: 2;
}

.home-slid-3-content h1 {
    font-size: 2.8rem;
    line-height: 4rem;
    text-transform: uppercase;
    margin: 0 0 0.9rem;
    color: #fff !important;
    font-weight: bold !important;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0.5px !important;
}

.home-slid-3-content h1 span {
    font-size: 2.8rem;
    line-height: 4rem;
    text-transform: uppercase;
    margin: 0 0 0.9rem;
    color: #f8b604 !important;
    font-weight: bold !important;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0.5px !important;
}


/* Home slider btns */
.home-slider-Lbtn {
    background-color: #f8b604;
    width: 3.1rem;
    height: 2.5rem;
    margin: 18rem 0 8rem 2rem;
}

.home-slider-Rbtn {
    background-color: #f8b604;
    width: 3.1rem;
    height: 2.5rem;
    margin: 18rem 2.7rem 8rem 0;
}




/* ******************************** Section2 About == IMAGE CSS ***************************/

.about-content-block {
    padding: 40px 0;
    background-color: #fff;
}

.section-title h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    text-align: center;
    color: #444 !important;
    margin: 0;
    padding-bottom: 8px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px !important;
}

.section-title p {
    color: #444 !important;
    font-weight: 500 !important;
    margin: 20px 0 50px 0 !important;
}

.who-we-info .single-info {
    margin-bottom: 30px;
    padding-left: 70px;
    padding-top: 5px;
    position: relative;
}

.who-we-info .single-info i {
    background-color: #f8b604;
    color: #ffffff;
}

.who-we-info .single-info i {
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    color: #ffffff;
    font-size: 20px;
    height: 50px;
    top: 0;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    width: 50px;
    transition: .3s;
    -webkit-transition: .3s;
}

.who-we-info .single-info:hover i {
    background-color: #222;
    color: #fff;
}

.who-we-info .single-info h4 {
    font-size: 16px;
    margin: 0 0 10px;
}

.who-we-info .single-info p {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

/* **************************** Our Services ************************************ */
.container-our-services {
    padding-top: 10px;
}

.container-our-services h2 {
    margin-bottom: 10px;
    margin-top: 15px;
    color: #7f171f;
    font-weight: 600;
    font-size: 45px;
}

.container-our-services h3 {
    color: #7f171f;
}

.container-our-services a {
    text-decoration: none;
}

.container-our-services a p {
    font-size: 16px;
    font-weight: var(--reguler) !important;
    line-height: 1.4;
    min-height: 120px;
    color: rgb(0, 6, 0);
}

.container-our-services {
    border-bottom: 4px solid #7F171F;
    margin-bottom: 15px;
}

/* ************************************* Clients **************************** */

.clients-served {
    background: #f2f2f2;
    padding-bottom: 6rem;
}

.happy-clients-head-con {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.clients-served .sec-title h2 {
    font-weight: bold;
    text-align: center;
    color: rgb(0, 0, 0);
    /* margin: 2rem 0 4rem 0; */
    /* padding-bottom: 2rem; */
    position: relative;
    text-transform: uppercase;
}

.clients-served img {
    padding-bottom: 3rem
}


/* ************************************** Section 5 ******************************** */

.video-section-container {
    height: auto;
    width: 60%;
    /* background-color: #f4fbfd; */
    background-color: white;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 auto 0 auto;
}

@import url(https://fonts.googleapis.com/css?family=Ubuntu);

.video-section-container h2 {
    font-weight: bold;
    text-align: center;
    color: #333;
    /* margin: 2rem 0 4rem 0; */
    /* padding-bottom: 2rem; */
    position: relative;
    text-transform: uppercase;
}

.video-inner-con {
    margin: 3rem auto 3rem auto;
    background-color: #ffeff2;
}


/* ******************************** ABOUT US PAGE CSS ***************************/





/* ************************************* Media Queires************************************************** */
/* ************************************* Media Queires************************************************** */
/* ************************************* Media Queries for home page************************************ */



@media only screen and (max-device-width: 480px) {
    /* styles for mobile browsers smaller than 480px; (iPhone) */

    @import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,700|Open+Sans:300,300i,400,400i,600,600i,700,700i,800");

    body {
        font-family: 'Open Sans', sans-serif;
        line-height: 26px;
        font-size: 15px;
        color: #666;
        /* overflow-x: hidden; */
    }

    /* Auto Fonts, size etc */

    h1,
    h2,
    h3,
    h4,
    h6 {
        font-family: 'Montserrat', sans-serif !important;
        font-weight: 600 !important;
        color: #444 !important;
        letter-spacing: 0.5px !important;
    }


    p {
        color: #444 !important;
        font-weight: 500 !important;
        margin: 20px 0 20px !important;
    }

    .navbar {
        background: #fff;
        height: 5.5rem;
        width: 100%;
        /* display: none; */
    }


    .navbar-brand {
        margin-left: 0;
        margin-bottom: 1rem;
    }

    .navbar-brand img {
        width: 8.5rem;
        height: 3rem;
    }

    .nav-list-color {
        color: #000 !important;
    }

    .navbar-nav>li {
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar-nav li a {
        text-decoration: none;
        font-weight: 600;
        line-height: 25px;
        font-size: 17px;
    }

    /* Navbar hover */
    .navbar .navbar-nav .nav-link {
        transition: all 0.5s;
        background-color: #fff;
    }

    .navbar .navbar-nav .nav-link:hover {
        background-color: #f8b604 !important;
        color: #fff !important;
    }

    /* Drop Down Hover Internal */

    .navbar .navbar-nav .dropdown-item {
        transition: all 0.5s;
    }

    .navbar .navbar-nav .dropdown-item:hover {
        background-color: #f8b604;
        color: #fff;
    }



    /* .bg-transparent.scrolled {
    background-color: #fff !important;
} */



    /* ************************************ Section1 Image slider ***************************** */
    .home-slider-carousel-cont {
        width: 100%;
    }

    /* .homeslide-car-con {
        width: 100%;
        margin-top: 100%;
    } */


    .single-slider-item {
        background-size: cover;
        background-position: center;
        background-color: #dddddd;
        height: 13.75rem;
        font-size: 24px;
        color: #fff;
        position: relative;
        width: 100%;
        margin-top: 5.3rem;
    }

    .single-slider-item::before {
        background-color: #000000;
        content: "";
        left: 0;
        height: 13.75rem;
        opacity: 0.5;
        position: absolute;
        top: 0;
        width: 100%;
    }

    /* Home slide 1 content */
    .home-slid-1-content {
        margin: 3.4rem auto 0 auto;
        z-index: 2;
        width: auto;
        padding: 22px;
        text-align: center;
        /* background-color: #000000; */
    }

    .home-slid-1-content h1 {
        font-size: 15px;
        line-height: 21px;
        text-transform: uppercase;
        /* margin: 3rem 30px 0 30px; */
        color: #fff !important;
        font-weight: bold !important;
        font-family: 'Montserrat', sans-serif !important;
        letter-spacing: 0.5px !important;

    }

    .home-slid-1-content h1 span {
        font-size: 15px;
        line-height: 21px;
        text-transform: uppercase;
        margin: 0 0 0 0;
        color: #f8b604 !important;
        font-weight: bold !important;
        font-family: 'Montserrat', sans-serif !important;
        letter-spacing: 0.5px !important;
    }

    .home-slid-1-content p {
        font-size: 10px;
        font-weight: 500 !important;
        line-height: 18px !important;
        color: #fff !important;
        /* text-shadow: 0 0 3px #000; */
        font-family: 'Montserrat', sans-serif !important;
    }

    /* Home slide 2 content */
    .home-slid-2-content {
        margin: 5.5rem auto 0 auto;
        z-index: 2;
        width: auto;
        padding: 0;
    }

    .home-slid-2-content h1 {
        font-size: 14px;
        line-height: 21px;
        text-transform: uppercase;
        /* margin: 3rem 30px 0 30px; */
        color: #fff !important;
        font-weight: bold !important;
        font-family: 'Montserrat', sans-serif !important;
        letter-spacing: 0.5px !important;
    }

    .home-slid-2-content h1 span {
        font-size: 14px;
        line-height: 21px;
        text-transform: uppercase;
        margin: 0 0 0 0;
        color: #f8b604 !important;
        font-weight: bold !important;
        font-family: 'Montserrat', sans-serif !important;
        letter-spacing: 0.5px !important;
    }

    /* Home slid 3 */
    .home-slid-3-content {
        margin: 5rem auto 0 auto;
        z-index: 1;
        width: auto;
        padding: 0;
    }

    .home-slid-3-content h1 {
        font-size: 15px;
        line-height: 20px;
        text-transform: uppercase;
        /* margin: 3rem 30px 0 30px; */
        color: #fff !important;
        font-weight: bold !important;
        font-family: 'Montserrat', sans-serif !important;
        letter-spacing: 0.5px !important;
    }

    .home-slid-3-content h1 span {
        font-size: 15px;
        line-height: 20px;
        text-transform: uppercase;
        margin: 0 0 0 0;
        color: #f8b604 !important;
        font-weight: bold !important;
        font-family: 'Montserrat', sans-serif !important;
        letter-spacing: 0.5px !important;
    }

    /* Home slider btns */
    .home-slider-Lbtn {
        background-color: #f8b604;
        width: 2.1rem;
        height: 2.5rem;
        margin: 11rem 0 8rem 0;
        z-index: 2;
    }

    .home-slider-Rbtn {
        background-color: #f8b604;
        width: 2.1rem;
        height: 2.5rem;
        margin: 11rem 0 8rem 0;
        z-index: 2;
    }




    /* ******************************** Section2 About == IMAGE CSS ***************************/

    .about-content-block {
        padding: 10px 0;
        background-color: #fff;
    }

    .section-title h2 {
        font-family: 'Montserrat', sans-serif !important;
        font-weight: 600 !important;
        text-align: center;
        color: #444 !important;
        margin: 0;
        padding-bottom: 8px;
        position: relative;
        text-transform: uppercase;
        letter-spacing: 0.5px !important;
    }

    .section-title p {
        color: #444 !important;
        font-weight: 500 !important;
        margin: 20px 0 50px 0 !important;
    }

    .who-we-info .single-info {
        margin-bottom: 30px;
        padding-left: 70px;
        padding-top: 5px;
        position: relative;
    }

    .who-we-info .single-info i {
        background-color: #f8b604;
        color: #ffffff;
    }

    .who-we-info .single-info i {
        -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
        clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
        color: #ffffff;
        font-size: 20px;
        height: 50px;
        top: 0;
        left: 0;
        line-height: 50px;
        position: absolute;
        text-align: center;
        width: 50px;
        transition: .3s;
        -webkit-transition: .3s;
    }

    .who-we-info .single-info:hover i {
        background-color: #222;
        color: #fff;
    }

    .who-we-info .single-info h4 {
        font-size: 16px;
        margin: 0 0 10px;
    }

    .who-we-info .single-info p {
        margin: 0;
        font-family: 'Open Sans', sans-serif;
    }

    .about-yt-con {
        width: 100%;
        height: 100%;
    }

    /* **************************** Our Services ************************************ */
    .container-our-services {
        padding-top: 5px;
    }

    .container-our-services h2 {
        margin-bottom: 5px;
        margin-top: 15px;
        color: #7f171f;
        font-weight: 600;
        font-size: 45px;
    }

    .container-our-services h3 {
        color: #7f171f;
    }

    .container-our-services a {
        text-decoration: none;
    }

    .container-our-services a p {
        font-size: 16px;
        font-weight: var(--reguler) !important;
        line-height: 1.4;
        min-height: 120px;
        color: rgb(0, 6, 0);
    }

    .container-our-services {
        border-bottom: 4px solid #7F171F;
        margin-bottom: 15px;
    }

    /* ************************************* Clients **************************** */

    .clients-served {
        background: #f2f2f2;
        padding-bottom: 6rem;
    }

    .happy-clients-head-con {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .clients-served .sec-title h2 {
        font-weight: bold;
        text-align: center;
        color: rgb(0, 0, 0);
        /* margin: 2rem 0 4rem 0; */
        /* padding-bottom: 2rem; */
        position: relative;
        text-transform: uppercase;
    }

    .clients-served img {
        padding-bottom: 3rem
    }


    /* ************************************** Section 5 ******************************** */

    .video-section-container {
        height: auto;
        width: 100%;
        /* background-color: #f4fbfd; */
        background-color: white;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    @import url(https://fonts.googleapis.com/css?family=Ubuntu);

    .video-section-container h2 {
        font-weight: bold;
        text-align: center;
        color: #333;
        /* margin: 2rem 0 4rem 0; */
        /* padding-bottom: 2rem; */
        position: relative;
        text-transform: uppercase;
    }

    .video-inner-con {
        margin: 0 auto 0 auto;
        background-color: #ffeff2;
    }


}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    /* For portrait layouts only */

    @import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,700|Open+Sans:300,300i,400,400i,600,600i,700,700i,800");

    body {
        font-family: 'Open Sans', sans-serif;
        line-height: 26px;
        font-size: 15px;
        color: #666;
        /* overflow-x: hidden; */
    }

    /* Auto Fonts, size etc */

    h1,
    h2,
    h3,
    h4,
    h6 {
        font-family: 'Montserrat', sans-serif !important;
        font-weight: 600 !important;
        color: #444 !important;
        letter-spacing: 0.5px !important;
    }


    p {
        color: #444 !important;
        font-weight: 500 !important;
        margin: 20px 0 20px !important;
    }

    .navbar {
        background: #fff !important;
        height: 5.5rem;
        width: 100%;
        /* display: none; */
    }


    .navbar-brand {
        margin-left: 0;
        margin-bottom: 1rem;
    }

    .navbar-brand img {
        width: 8.5rem;
        height: 3rem;
    }

    .nav-list-color {
        color: #000 !important;
    }

    .navbar-nav>li {
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar-nav li a {
        text-decoration: none;
        font-weight: 600;
        line-height: 25px;
        font-size: 17px;
    }

    /* Navbar hover */
    .navbar .navbar-nav .nav-link {
        transition: all 0.5s;
        background-color: #fff;
    }

    .navbar .navbar-nav .nav-link:hover {
        background-color: #f8b604 !important;
        color: #fff !important;
    }

    /* Drop down backgrund color */
    .navbar-collapse {
        background-color: #fff;
    }

    /* Drop Down Hover Internal */

    .navbar .navbar-nav .dropdown-item {
        transition: all 0.5s;
    }

    .navbar .navbar-nav .dropdown-item:hover {
        background-color: #f8b604;
        color: #fff;
    }



    /* .bg-transparent.scrolled {
    background-color: #fff !important;
} */



    /* ************************************ Section1 Image slider ***************************** */
    .home-slider-carousel-cont {
        width: 100%;
    }

    /* .homeslide-car-con {
        width: 100%;
        margin-top: 100%;
    } */


    .single-slider-item {
        background-size: cover;
        background-position: center;
        background-color: #dddddd;
        height: 18rem;
        font-size: 24px;
        color: #fff;
        position: relative;
        width: 100%;
        margin-top: 5.3rem;
    }

    .single-slider-item::before {
        background-color: #000000;
        content: "";
        left: 0;
        height: 18rem;
        opacity: 0.5;
        position: absolute;
        top: 0;
        width: 100%;
    }

    /* Home slide 1 content */
    .home-slid-1-content {
        margin: 5rem auto 0 auto;
        z-index: 2;
        width: auto;
        padding: 22px;
        text-align: center;
        /* background-color: #000000; */
    }

    .home-slid-1-content h1 {
        font-size: 16px;
        line-height: 21px;
        text-transform: uppercase;
        /* margin: 3rem 30px 0 30px; */
        color: #fff !important;
        font-weight: bold !important;
        font-family: 'Montserrat', sans-serif !important;
        letter-spacing: 0.5px !important;

    }

    .home-slid-1-content h1 span {
        font-size: 16px;
        line-height: 21px;
        text-transform: uppercase;
        margin: 0 0 0 0;
        color: #f8b604 !important;
        font-weight: bold !important;
        font-family: 'Montserrat', sans-serif !important;
        letter-spacing: 0.5px !important;
    }

    .home-slid-1-content p {
        font-size: 10px;
        font-weight: 500 !important;
        line-height: 18px !important;
        color: #fff !important;
        /* text-shadow: 0 0 3px #000; */
        font-family: 'Montserrat', sans-serif !important;
    }

    /* Home slide 2 content */
    .home-slid-2-content {
        margin: 7rem auto 0 auto;
        z-index: 2;
        width: auto;
        padding: 0;
    }

    .home-slid-2-content h1 {
        font-size: 18px;
        line-height: 21px;
        text-transform: uppercase;
        /* margin: 3rem 30px 0 30px; */
        color: #fff !important;
        font-weight: bold !important;
        font-family: 'Montserrat', sans-serif !important;
        letter-spacing: 0.5px !important;
    }

    .home-slid-2-content h1 span {
        font-size: 18px;
        line-height: 21px;
        text-transform: uppercase;
        margin: 0 0 0 0;
        color: #f8b604 !important;
        font-weight: bold !important;
        font-family: 'Montserrat', sans-serif !important;
        letter-spacing: 0.5px !important;
    }

    /* Home slid 3 */
    .home-slid-3-content {
        margin: 7rem auto 0 auto;
        z-index: 1;
        width: auto;
        padding: 0;
    }

    .home-slid-3-content h1 {
        font-size: 20px;
        line-height: 20px;
        text-transform: uppercase;
        /* margin: 3rem 30px 0 30px; */
        color: #fff !important;
        font-weight: bold !important;
        font-family: 'Montserrat', sans-serif !important;
        letter-spacing: 0.5px !important;
    }

    .home-slid-3-content h1 span {
        font-size: 20px;
        line-height: 20px;
        text-transform: uppercase;
        margin: 0 0 0 0;
        color: #f8b604 !important;
        font-weight: bold !important;
        font-family: 'Montserrat', sans-serif !important;
        letter-spacing: 0.5px !important;
    }

    /* Home slider btns */
    .home-slider-Lbtn {
        background-color: #f8b604;
        width: 2.1rem;
        height: 2.5rem;
        margin: 13rem 0 8rem 0;
        z-index: 2;
    }

    .home-slider-Rbtn {
        background-color: #f8b604;
        width: 2.1rem;
        height: 2.5rem;
        margin: 13rem 0 8rem 0;
        z-index: 2;
    }




    /* ******************************** Section2 About == IMAGE CSS ***************************/

    .about-content-block {
        padding: 10px 0;
        background-color: #fff;
    }

    .section-title h2 {
        font-family: 'Montserrat', sans-serif !important;
        font-weight: 600 !important;
        text-align: center;
        color: #444 !important;
        margin: 0;
        padding-bottom: 8px;
        position: relative;
        text-transform: uppercase;
        letter-spacing: 0.5px !important;
    }

    .section-title p {
        color: #444 !important;
        font-weight: 500 !important;
        margin: 20px 0 50px 0 !important;
    }

    .who-we-info .single-info {
        margin-bottom: 30px;
        padding-left: 70px;
        padding-top: 5px;
        position: relative;
    }

    .who-we-info .single-info i {
        background-color: #f8b604;
        color: #ffffff;
    }

    .who-we-info .single-info i {
        -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
        clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
        color: #ffffff;
        font-size: 20px;
        height: 50px;
        top: 0;
        left: 0;
        line-height: 50px;
        position: absolute;
        text-align: center;
        width: 50px;
        transition: .3s;
        -webkit-transition: .3s;
    }

    .who-we-info .single-info:hover i {
        background-color: #222;
        color: #fff;
    }

    .who-we-info .single-info h4 {
        font-size: 16px;
        margin: 0 0 10px;
    }

    .who-we-info .single-info p {
        margin: 0;
        font-family: 'Open Sans', sans-serif;
    }

    .about-yt-con {
        width: 85%;
        height: 35vh;
        margin: 0 auto 0 auto;
    }

    /* **************************** Our Services ************************************ */
    .container-our-services {
        padding-top: 5px;
    }

    .container-our-services h2 {
        margin-bottom: 2px;
        margin-top: 15px;
        color: #7f171f;
        font-weight: 600;
        font-size: 45px;
    }

    .container-our-services h3 {
        color: #7f171f;
    }

    .container-our-services a {
        text-decoration: none;
    }

    .container-our-services a p {
        font-size: 16px;
        font-weight: var(--reguler) !important;
        line-height: 1.4;
        min-height: 120px;
        color: rgb(0, 6, 0);
    }

    .container-our-services {
        border-bottom: 4px solid #7F171F;
        margin-bottom: 15px;
    }

    /* ************************************* Clients **************************** */

    .clients-served {
        background: #f2f2f2;
        padding-bottom: 6rem;
    }

    .happy-clients-head-con {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .clients-served .sec-title h2 {
        font-weight: bold;
        text-align: center;
        color: rgb(0, 0, 0);
        /* margin: 2rem 0 4rem 0; */
        /* padding-bottom: 2rem; */
        position: relative;
        text-transform: uppercase;
    }

    .clients-served img {
        padding-bottom: 3rem
    }


    /* ************************************** Section 5 ******************************** */

    .video-section-container {
        height: auto;
        width: 100%;
        /* background-color: #f4fbfd; */
        background-color: white;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    @import url(https://fonts.googleapis.com/css?family=Ubuntu);

    .video-section-container h2 {
        font-weight: bold;
        text-align: center;
        color: #333;
        /* margin: 2rem 0 4rem 0; */
        /* padding-bottom: 2rem; */
        position: relative;
        text-transform: uppercase;
        margin: 1rem 0 0 0;
    }

    .video-inner-con {
        margin: 2rem auto 0 auto;
        background-color: #ffeff2;
        width: 80%;
    }

}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    /* For landscape layouts only */

    @import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,700|Open+Sans:300,300i,400,400i,600,600i,700,700i,800");

    body {
        font-family: 'Open Sans', sans-serif;
        line-height: 26px;
        font-size: 15px;
        color: #666;
        /* overflow-x: hidden; */
    }

    /* Auto Fonts, size etc */

    h1,
    h2,
    h3,
    h4,
    h6 {
        font-family: 'Montserrat', sans-serif !important;
        font-weight: 600 !important;
        color: #444 !important;
        letter-spacing: 0.5px !important;
    }


    p {
        color: #444 !important;
        font-weight: 500 !important;
        margin: 20px 0 20px !important;
    }

    .navbar {
        background: #fff !important;
        height: 5.5rem;
        width: 100%;
        /* display: none; */
    }


    .navbar-brand {
        margin-left: 1rem;
        margin-bottom: 1rem;
    }

    .navbar-brand img {
        width: 8.5rem;
        height: 3rem;
    }

    .nav-list-color {
        color: #000 !important;
    }

    .navbar-nav>li {
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar-nav li a {
        text-decoration: none;
        font-weight: 600;
        line-height: 25px;
        font-size: 17px;
    }

    /* Navbar hover */
    .navbar .navbar-nav .nav-link {
        transition: all 0.5s;
        background-color: #fff;
    }

    .navbar .navbar-nav .nav-link:hover {
        background-color: #f8b604 !important;
        color: #fff !important;
    }

    /* Drop down backgrund color */
    .navbar-collapse {
        background-color: #fff;
    }

    /* Drop Down Hover Internal */

    .navbar .navbar-nav .dropdown-item {
        transition: all 0.5s;
    }

    .navbar .navbar-nav .dropdown-item:hover {
        background-color: #f8b604;
        color: #fff;
    }



    /* .bg-transparent.scrolled {
    background-color: #fff !important;
} */



    /* ************************************ Section1 Image slider ***************************** */
    .home-slider-carousel-cont {
        width: 100%;
    }

    /* .homeslide-car-con {
        width: 100%;
        margin-top: 100%;
    } */


    .single-slider-item {
        background-size: cover;
        background-position: center;
        background-color: #dddddd;
        height: 20rem;
        font-size: 24px;
        color: #fff;
        position: relative;
        width: 100%;
        margin-top: 5.3rem;
    }

    .single-slider-item::before {
        background-color: #000000;
        content: "";
        left: 0;
        height: 20rem;
        opacity: 0.5;
        position: absolute;
        top: 0;
        width: 100%;
    }

    /* Home slide 1 content */
    .home-slid-1-content {
        margin: 5rem auto 0 auto;
        z-index: 2;
        width: auto;
        padding: 22px;
        text-align: center;
        /* background-color: #000000; */
    }

    .home-slid-1-content h1 {
        font-size: 19px;
        line-height: 21px;
        text-transform: uppercase;
        /* margin: 3rem 30px 0 30px; */
        color: #fff !important;
        font-weight: bold !important;
        font-family: 'Montserrat', sans-serif !important;
        letter-spacing: 0.5px !important;

    }

    .home-slid-1-content h1 span {
        font-size: 19px;
        line-height: 21px;
        text-transform: uppercase;
        margin: 0 0 0 0;
        color: #f8b604 !important;
        font-weight: bold !important;
        font-family: 'Montserrat', sans-serif !important;
        letter-spacing: 0.5px !important;
    }

    .home-slid-1-content p {
        font-size: 14px;
        font-weight: 500 !important;
        line-height: 18px !important;
        color: #fff !important;
        /* text-shadow: 0 0 3px #000; */
        font-family: 'Montserrat', sans-serif !important;
    }

    /* Home slide 2 content */
    .home-slid-2-content {
        margin: 8rem auto 0 auto;
        z-index: 2;
        width: auto;
        padding: 0;
    }

    .home-slid-2-content h1 {
        font-size: 25px;
        line-height: 28px;
        text-transform: uppercase;
        /* margin: 3rem 30px 0 30px; */
        color: #fff !important;
        font-weight: bold !important;
        font-family: 'Montserrat', sans-serif !important;
        letter-spacing: 0.5px !important;
    }

    .home-slid-2-content h1 span {
        font-size: 25px;
        line-height: 28px;
        text-transform: uppercase;
        margin: 0 0 0 0;
        color: #f8b604 !important;
        font-weight: bold !important;
        font-family: 'Montserrat', sans-serif !important;
        letter-spacing: 0.5px !important;
    }

    /* Home slid 3 */
    .home-slid-3-content {
        margin: 7rem auto 0 auto;
        z-index: 1;
        width: auto;
        padding: 0;
    }

    .home-slid-3-content h1 {
        font-size: 27px;
        line-height: 30px;
        text-transform: uppercase;
        /* margin: 3rem 30px 0 30px; */
        color: #fff !important;
        font-weight: bold !important;
        font-family: 'Montserrat', sans-serif !important;
        letter-spacing: 0.5px !important;
    }

    .home-slid-3-content h1 span {
        font-size: 27px;
        line-height: 30px;
        text-transform: uppercase;
        margin: 0 0 0 0;
        color: #f8b604 !important;
        font-weight: bold !important;
        font-family: 'Montserrat', sans-serif !important;
        letter-spacing: 0.5px !important;
    }

    /* Home slider btns */
    .home-slider-Lbtn {
        background-color: #f8b604;
        width: 2.1rem;
        height: 2.5rem;
        margin: 13rem 0 8rem 0;
        z-index: 2;
    }

    .home-slider-Rbtn {
        background-color: #f8b604;
        width: 2.1rem;
        height: 2.5rem;
        margin: 13rem 0 8rem 0;
        z-index: 2;
    }




    /* ******************************** Section2 About == IMAGE CSS ***************************/

    .about-content-block {
        padding: 10px 0;
        background-color: #fff;
    }

    .section-title h2 {
        font-family: 'Montserrat', sans-serif !important;
        font-weight: 600 !important;
        text-align: center;
        color: #444 !important;
        margin: 0;
        padding-bottom: 8px;
        position: relative;
        text-transform: uppercase;
        letter-spacing: 0.5px !important;
    }

    .section-title p {
        color: #444 !important;
        font-weight: 500 !important;
        margin: 20px 0 50px 0 !important;
    }

    .who-we-info .single-info {
        margin-bottom: 30px;
        padding-left: 70px;
        padding-top: 5px;
        position: relative;
    }

    .who-we-info .single-info i {
        background-color: #f8b604;
        color: #ffffff;
    }

    .who-we-info .single-info i {
        -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
        clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
        color: #ffffff;
        font-size: 20px;
        height: 50px;
        top: 0;
        left: 0;
        line-height: 50px;
        position: absolute;
        text-align: center;
        width: 50px;
        transition: .3s;
        -webkit-transition: .3s;
    }

    .who-we-info .single-info:hover i {
        background-color: #222;
        color: #fff;
    }

    .who-we-info .single-info h4 {
        font-size: 16px;
        margin: 0 0 10px;
    }

    .who-we-info .single-info p {
        margin: 0;
        font-family: 'Open Sans', sans-serif;
    }

    .about-yt-con {
        width: 95%;
        height: 45vh;
        margin: 0 auto 0 auto;
    }

    /* **************************** Our Services ************************************ */
    .container-our-services {
        padding-top: 5px;
    }

    .container-our-services h2 {
        margin-bottom: 2px;
        margin-top: 15px;
        color: #7f171f;
        font-weight: 600;
        font-size: 45px;
    }

    .container-our-services h3 {
        color: #7f171f;
    }

    .container-our-services a {
        text-decoration: none;
    }

    .container-our-services a p {
        font-size: 16px;
        font-weight: var(--reguler) !important;
        line-height: 1.4;
        min-height: 120px;
        color: rgb(0, 6, 0);
    }

    .container-our-services {
        border-bottom: 4px solid #7F171F;
        margin-bottom: 15px;
    }

    /* ************************************* Clients **************************** */

    .clients-served {
        background: #f2f2f2;
        padding-bottom: 6rem;
    }

    .happy-clients-head-con {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .clients-served .sec-title h2 {
        font-weight: bold;
        text-align: center;
        color: rgb(0, 0, 0);
        /* margin: 2rem 0 4rem 0; */
        /* padding-bottom: 2rem; */
        position: relative;
        text-transform: uppercase;
    }

    .clients-served img {
        padding-bottom: 3rem
    }


    /* ************************************** Section 5 ******************************** */

    .video-section-container {
        height: auto;
        width: 100%;
        /* background-color: #f4fbfd; */
        background-color: white;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    @import url(https://fonts.googleapis.com/css?family=Ubuntu);

    .video-section-container h2 {
        font-weight: bold;
        text-align: center;
        color: #333;
        /* margin: 2rem 0 4rem 0; */
        /* padding-bottom: 2rem; */
        position: relative;
        text-transform: uppercase;
        margin: 1rem 0 0 0;
    }

    .video-inner-con {
        margin: 2rem auto 0 auto;
        background-color: #ffeff2;
        width: 80%;
    }
}