* {
    margin    : 0;
    padding   : 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'segoeuithibd';
    font-weight: normal;
    src        : url("../font/segoeuithibd.ttf") format("truetype");
}

@font-face {
    font-family: 'segoeuithis';
    src        : url("../font/segoeuithis.ttf") format("truetype");
}

@font-face {
    font-family: 'segoeuithisi';
    src        : url("../font/segoeuithisi.ttf") format("truetype");
}

@font-face {
    font-family: 'segoeuithisz';
    src        : url("../font/segoeuithisz.ttf") format("truetype");
}

@font-face {
    font-family: 'RacingEngine-Regular';
    font-weight: normal;
    src        : url("../font/RacingEngine-Regular.otf") format("truetype");
}

@font-face {
    font-family: 'RacingEngine-Sharps';
    font-weight: bold;
    src        : url("../font/RacingEngine-Sharps.otf") format("truetype");
}

body {
    font-family     : 'Poppins', sans-serif;
    background-color: #000;
    color           : #fff;
}

a {
    text-decoration: none;
    color          : #212529;
}

a:hover {
    color: #212529;
}

.text-primary {
    color: #055b12 !important;
}

.text-secondary {
    color: #e36000 !important;
}

.main-navbar {
    height       : 80px;
    top          : 0;
    position     : fixed;
    width        : 100%;
    z-index      : 999;
    background   : #030506 !important;
    /* box-shadow: 0px 0px 20px 0px #cdcdcd; */
}

@media(min-width:992px) {
    .main-navbar {
        padding-left : 50px;
        padding-right: 50px;
    }
}

.sticky {
    position        : fixed;
    top             : 0;
    width           : 100%;
    z-index         : 9999;
    background-color: #ffffff;
    box-shadow      : 0 2px 5px 2px rgb(38 34 34 / 14%);
}

.main-navbar a.nav-link {
    padding: 15px !important;
    color  : #fff !important;
}

.main-navbar .dropdown-menu {
    padding                : 0;
    box-shadow             : 0 1px 5px rgba(0, 0, 0, .1);
    border                 : 0;
    border-top-right-radius: 0;
    border-top-left-radius : 0;
    border-radius          : 0;
}

.main-navbar .dropdown-menu li {
    padding: 2px 10px;
}

.main-navbar .dropdown-menu a {
    padding: 2px 10px !important;
}

.main-navbar .dropdown-menu a:hover {
    background-color: #4fbc63;
    color           : #fff !important;
}

.navbar-brand img {
    height: 80px;
}

.dropdown-item:hover {
    background-color: #4fbc63;
    color           : #fff;
}

.main-navbar .nav-link {
    color: #555;
}

@media(max-width: 767px) {
    .main-navbar .nav-link {
        color: #fff;
    }
}

.main-navbar .nav-link:hover {
    color: #4fbc63 !important;
}

.main-navbar .navbar-nav .nav-link.active,
.main-navbar .navbar-nav .show>.nav-link {
    color: #4fbc63;
}

.main-navbar .navbar-nav>.nav-item>.nav-link {
    position          : relative;
    text-decoration   : none;
    cursor            : pointer;
    /* font-weight    : 600; */
}

@media(max-width:992px) {
    .navbar-collapse {
        /* display: none; */
        background: #191919;
    }

    .main-navbar .dropdown-menu {
        background: #016101;
    }
}

.btn-primary {
    background-color: #00560d;
    border-color    : #00560d;
    border-radius   : 30px;
}

.btn-primary:hover {
    background-color: #077617;
    border-color    : #077617;
}

.page-wrapper {
    margin-top: 80px;
}

.sec-pad {
    padding-top   : 50px;
    padding-bottom: 50px;
}

/* .banner-wrapper {
    height             : 1080px;
    background-image   : url('../images//Hero-Section-BG-1.jpg');
    background-position: center;
} */

.banner-wrapper {
    height             : 100vh;
}

.main-title {
    margin-bottom: 30px;
    font-weight  : 400;
}

.service-inner {
    background   : #7Bc143;
    border-radius: 30px;
    margin-bottom: 20px;
}

.service-inner img {
    border-top-left-radius : 30px;
    border-top-right-radius: 30px;

    /* height                 : 320px; */
}

@media (min-width: 992px) {
    .service-inner {
        margin-bottom: 0;
    }

    .service-inner img {

        height: 320px;

    }
}

.service-inner h5 {
    padding      : 15px;
    text-align   : center;
    border-radius: 30px;
}

.partner-wrapper img {
    width  : 250px;
    margin : auto;
    display: block;
}

.footer-wrapper img {
    width  : 150px;
    margin : auto;
    display: block;
}

.footer-wrapper ul li {
    margin-bottom: 20px;
    text-align   : center;
}

.footer-wrapper ul li a {
    color: #fff;
}

.footer-wrapper ul {
    list-style   : none;
    padding      : 0;
    margin-bottom: 0;
}

.social_media {
    display      : flex;
    align-items  : center;
    gap          : 10px;
    /* margin-top: 20px; */
    list-style   : none;
    padding      : 0;
}

.social_media li a {
    width        : 35px;
    height       : 35px;
    border       : 1px solid #9599ab;
    border-radius: 100px;
    color        : #ffffff;
    display      : block;
    text-align   : center;
    line-height  : 35px;
    transition   : .4s all;
}

.modal-content {
    border          : 1px solid;
    background-color: #191919;
}

.contact-modal .modal-body {
    padding: 40px;
}

.contact-modal table td {
    color : #fff;
    border: 0;
}

@media (min-width: 992px) {
    .hour-inner {
        margin-left: 100px;
    }
}

.modal-header {
    border: 0;
}

.modal-header .btn-close {
    position: relative;
}

.modal-header .btn-close {
    background: none;
    color     : #fff;
    font-size : 28px;
}

.btn-close:focus {
    box-shadow: none;
}

.banner-content {
    margin-top: 80px;
}

.banner-content #headline {
    font-family    : 'RacingEngine-Sharps';
    font-size: 70px;
    line-height: 1.5;
    position: absolute;
}

@media (max-width: 552px) {
    .banner-content #headline {
        font-size: 45px;
    }
}

.banner-content #headline span {
    color: #7Bc143;
}

.banner-content li {
    display        : inline-block;
    font-size      : 1.5em;
    list-style-type: none;
    padding        : 1em;
    text-transform : uppercase;
    font-family    : 'segoeuithis';
}

.banner-content li span {
    display      : block;
    font-size    : 3.5rem;
    font-family  : 'segoeuithibd';
    background   : #1e1e1e;
    padding      : 10px;
    border-radius: 12px;
    margin-bottom: 15px;
    width        : 105px;
    color        : #7cc240;
}

#videoBackground {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
}

.home-about-wrapper {
    margin-top: -150px;
    padding-top: 0;
    position: relative;
    z-index: 1;
}