@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
body {
    font-family: "Roboto", sans-serif;
}

.sidemenu {
    color: #118806;
    font-size: 20px;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    margin-left: 50px;
    font-size: 36px;
}

.sidenav {
    box-shadow: 0 0 5px grey;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 15px 0;
    text-decoration: none;
    font-size: 20px;
    color: #118806;
    display: block;
    transition: 0.3s;
}

.navbar {
    box-shadow: 0 0 5px grey;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
    left: 0;
}

.navbar .navbar-brand {
    color: #ff9934;
    font-family: "Jim Nightshade", cursive;
    font-size: 1.6rem;
    font-weight: 600;
}

.navbar .navbar-brand .first {
    color: #118806;
    margin-right: 5px;
}

.navbar-brand img {
    height: 100%;
    width: 100%;
}

.bg-light {
    background-color: #fff !important;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 500;
    font-size: 16px;
}


/* .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
    left: 0;
    
} */

.navbar-light .navbar-nav .nav-link:hover {
    color: #ff9934;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #ff9934;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0rem;
    padding-left: 3rem;
    color: #118806;
}

.dropdown-menu {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    border-radius: 0;
    border: 1px solid transparent;
    padding: 0;
}

.dropdown-item {
    padding: 0.5rem 0.95rem;
    color: #fff;
    background-color: #0f181d;
    border-bottom: 1px solid #183a5a52;
}

.dropdown-item:hover {
    background-color: #0274bb;
    color: #fff;
}


/* index page */

.heading .title h3 {
    font-weight: bold;
    font-family: "Jim Nightshade", cursive;
    font-size: 3rem;
}

.heading {
    position: relative;
}

.heading .padding {
    padding-top: 100px;
}

.heading .title .color1 {
    color: #118806;
}

.heading .title .color2 {
    color: #ff9934;
}

.button_class .btn-success {
    color: #fff;
    background-color: #118806;
    border-color: #118806;
}

.button_class .btn-lg {
    padding: 0.8rem 1rem;
}

.partner-text h3 {
    font-size: 16px;
    font-weight: 600;
}

.partner-text:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 45px;
    background-color: #0f181d;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 4px;
}

.product .card .btn-primary {
    color: #fff;
    background-color: #118806;
    border-color: #118806;
}

.product .card {
    border: none;
}

.product .card-title {
    text-transform: capitalize;
    color: #118806;
    font-weight: 500;
    font-size: 14px;
}
.product .card-color{
    text-transform: capitalize;
    color: #118806;
    font-weight: 500;
    font-size: 16px;
}
.about_description_page .title{
    text-transform: capitalize;
    color: #118806;
    font-weight: 500;
    font-size: 16px;
}
.product .card-body {
    padding: 2rem 0;
}

.link:hover {
    color: #ff9934;
}

.link {
    border-bottom: 1px solid;
    font-weight: 800;
    padding-bottom: 8px;
    text-transform: uppercase;
    color: #118806;
    text-decoration: none;
}

.product .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 200px;
}

.about .about-bg {
    background-color: #f6f6f6;
}

.about_description p {
    text-align: justify;
}

.about_description {
    padding: 20px 50px;
}

.style a {
    text-decoration: none;
}

.font-style {
    font-style: italic;
}

.testimonial .star a {
    color: #fbbc04;
}

.user_name h5 {
    color: #118806;
    font-size: 18px;
}

.modal-content {
    border-radius: 0;
    background-color: #f8f9fa;
}

.modal-body form .form-control:focus {
    outline: none !important;
    resize: none;
    border: none;
}

.modal-body .form-control {
    border-radius: 0;
    background-color: #ddd3;
    outline: none;
}

.modal-body .border-top {
    padding: 20px 0;
}


/* star rating */

.rate {
    float: left;
    height: 46px;
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked)>label {
    float: left;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

.rate:not(:checked)>label:before {
    content: '★ ';
}

.rate>input:checked~label {
    color: #fbbc04;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #fbbc04;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #fbbc04;
}


/* updates page */

.update_content {
    position: relative;
}

.update_content .padding {
    padding-top: 100px;
}


/* testimonial page */

.review-box {
    position: relative;
    margin-bottom: 30px;
    /* padding-left: 10px; */
    min-height: 130px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
}

.rev-header h4 {
    line-height: 30px;
    color: #222222;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1rem;
}

.rating .fas {
    font-size: 12px;
}

.rating .far {
    font-size: 12px;
}

.rating .fas {
    margin-right: 3px;
}

.rev-header .rating {
    color: #fbbc04 !important;
}

.testimonial_page .padding {
    padding-top: 50px;
}

.testimonial_page .card-body {
    padding: 2rem 3rem;
    background-color: #f6f6f6;
}


/* about page */

.about_description_page p {
    text-align: justify;
    line-height: 30px;
    color: #737373;
    font-weight: 500;
}

.about_us .padding {
    margin-top: 100px;
}


/* gallery page */

.gallery .padding {
    margin-top: 100px;
}

.pagination {
    margin-top: 30px;
    text-align: center;
    justify-content: center;
}

.pagination {
    justify-content: center;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-item.disabled .page-link {
    color: #fff;
    pointer-events: none;
    cursor: auto;
    background-color: #000;
    border-color: #dee2e6;
    margin-right: 10px;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination>li>a,
.pagination>li>span {
    background-color: #1c1c1c;
    padding: 10px 20px;
    color: #fff;
    border: 0px;
}

.pagination>li>a {
    margin-right: 10px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #118806;
    margin-right: 10px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #118806;
    border-color: #118806;
}

.pagination>li>a:hover {
    background-color: #118806;
    color: white;
    text-decoration: none;
}


/* contact page */

.enquiry:after {
    position: absolute;
    content: "";
    height: 4px;
    width: 65px;
    background-color: #ff9934;
    left: 0;
    right: 90px;
    margin: 0 auto;
}

.contact-form .form-control-wrap {
    position: relative;
}

.contact-form form {
    overflow: hidden;
}

.contact-form form .form-control:focus {
    border-radius: 30px;
    color: #fff;
    background: #2d3237;
    box-shadow: none;
    border: none;
    padding: 15px;
    font-weight: 600;
    width: 100%;
    font-size: 16px;
    resize: none;
    max-height: 200px;
    outline: none;
    height: auto;
}

.contact-form form .form-control {
    border-radius: 30px;
    color: #fff;
    background: #2d3237;
    box-shadow: none;
    border: none;
    padding: 15px;
    font-weight: 600;
    width: 100%;
    font-size: 16px;
    resize: none;
    max-height: 200px;
    outline: none;
    height: auto;
}

.contact-form form {
    background: #212529;
    padding: 25px;
}

.contact-form .contact-form-submit input {
    background-color: #ff9934 !important;
}

.contact-form .color_contact {
    color: #118806;
    font-weight: bold;
}

.phone_color {
    color: #118806;
}

.contact_page .padding {
    margin-top: 100px;
}