    * {
        margin: 0px;
        padding: 0px;
    }
    
    html {
        scroll-behavior: smooth;
    }
    
    body {
        font-size: 15px;
        color: #000;
    }
    
     :root {
        --orange: #f60;
        --white: #fff;
        --black: #000;
    }
    
     ::-webkit-scrollbar {
        width: 8px;
    }
    
    .text-orange {
        color: var(--orange);
    }
    
    .text-white {
        color: #fff;
    }
    
    .heading-primary {
        font-weight: bold;
        text-transform: uppercase;
    }
    /* Track */
    
     ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }
    /* Handle */
    
     ::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px;
    }
    /* Handle on hover */
    
     ::-webkit-scrollbar-thumb:hover {
        background: #B0B0B0;
    }
    
    header {
        padding: 10px 10px;
        border-bottom: 1px solid #f1f1f1;
    }
    
    header .row {
        display: flex;
        align-items: center;
    }
    
    .logo {
        display: inline-block;
    }
    
    .custom-nav {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 10;
        font-family: sans-serif !important;
        z-index: 1000;
        height: 100%;
    }
    
    .custom-nav a {
        font-size: 14px;
        color: #000 !important;
        text-decoration: none;
        font-weight: 600;
        padding: 11px 14px;
        text-transform: uppercase;
        transition: all 0.45s;
    }
    
    .custom-nav a:hover {
        color: #f60 !important;
    }
    
    .custom-nav.navbar-light .navbar-toggler {
        background: #e1e1e1 !important;
        display: none;
    }
    
    .custom-nav li {
        margin: 0px 10px;
    }
    
    section.about-section {
        background: #fff;
        padding: 50px 0px;
    }
    
    section.about-section p {
        text-align: justify;
    }
    
    section.our-spacility {
        padding: 50px 0px;
        background: var(--orange);
    }
    
    section.our-spacility h3 {
        color: #fff;
        text-align: center;
    }
    
    section.our-spacility .speciality-box {
        text-align: center;
        margin-top: 50px;
    }
    
    section.our-spacility .speciality-box h3 {
        margin-top: 25px;
    }
    
    section.our-brands {
        padding: 50px 0px;
        background: var(--white);
    }
    
    section.our-brands h3 {
        color: var(--black);
        text-align: center;
    }
    
    section.our-brands .speciality-box {
        text-align: center;
        margin-top: 50px;
    }
    
    section.our-brands .speciality-box h3 {
        margin-top: 25px;
    }
    
    section.our-brands .brand-box {
        width: 80%;
        margin: auto;
        margin-top: 25px;
    }
    
    section.our-brands .brand-box img {
        width: 100%;
    }
    
    section.our-brands .brand-box h3 {
        margin-top: 20px;
    }
    
    section.our-brands .owl-nav {
        margin-top: 10px;
        position: absolute;
        top: 100px;
    }
    
    section.our-brands .owl-nav {
        font-size: 60px;
        width: 100%;
    }
    
    section.our-brands .owl-nav .owl-prev {
        position: absolute;
        left: 0px;
    }
    
    section.our-brands .owl-nav .owl-prev:hover,
    section.our-brands .owl-nav .owl-next:hover {
        background: none;
        color: var(--black);
    }
    
    section.our-brands .owl-nav .owl-next {
        position: absolute;
        right: 0px;
    }
    
    footer {
        background: #0f0f0f;
        color: #fff;
        font-weight: normal;
    }
    
    footer h3 {
        color: var(--orange);
        margin-bottom: 30px;
    }
    
    footer .footer-top {
        padding: 50px 0px;
        padding-bottom: 10px;
    }
    
    .footer-bottom {
        background-color: #021a46;
        margin-top: 30px;
        text-align: center;
    }
    
    .copyright-text {
        position: relative;
        margin-top: 15px;
        margin-bottom: 10px;
        text-align: center;
    }
    
    footer p {
        font-size: 13px;
    }
    
    footer .footer-title {
        font-size: 18px;
        font-weight: bold;
    }
    
    footer ul.footer-list {
        margin: 0px;
        padding: 0px;
    }
    
    footer ul.footer-list li {
        list-style: none;
        text-transform: uppercase;
    }
    
    footer ul.footer-list li a {
        color: #fff;
        font-size: 13px;
    }
    
    footer ul.footer-list li a:hover {
        text-decoration: none;
        color: #999;
    }
    
    footer a {
        color: #fff;
    }
    
    footer a:hover {
        text-decoration: none;
        color: #fff;
    }
    
    .social-icons {
        margin-top: 4px;
        display: block;
        width: 100%;
        margin-top: 5px;
    }
    
    .social-icons ul {
        margin: 0px;
        padding: 0px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    
    .social-icons ul li {
        list-style: none;
        margin: 0px 10px;
    }
    
    .social-icons ul li a {
        color: #FFFFFF;
        display: block;
    }
    
    .social-icons ul li a svg {
        color: #FFFFFF;
        font-size: 18px;
    }
    
    footer .social-icons ul li {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 1px solid #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 5px;
        margin-left: 0px;
        margin-right: 25px;
        transform: all 0.45s;
    }
    
    footer .social-icons ul li:hover {
        background: var(--orange);
    }
    
    .copyright-stripe {
        padding: 15px 0px;
        background: var(--orange);
        text-align: center;
        align-items: center;
    }
    
    .copyright-stripe p {
        color: var(--black);
        margin-bottom: 0px;
        font-size: 14px;
        font-weight: 500;
    }
    
    .contact-section {
        background: #e2f5fe;
        padding: 50px 0px;
    }
    
    .contact-section .form-group textarea {
        width: 100%;
        height: 185px;
    }
    
    .contact-left-cnt {
        background: #ff6600;
        /*height: 100%;*/
        padding: 65px 50px;
        padding-right: 40px;
        display: flex;
        flex-direction: column;
    }
    
    h2.contact-title {
        font-size: 24px;
        font-weight: 700;
        color: #ffffff;
        letter-spacing: 0;
        position: relative;
        margin-bottom: 24px;
        padding-bottom: 20px;
    }
    
    h2.contact-title:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 100px;
        background: #fff;
    }
    
    .contact-left-cnt p {
        color: #fff;
        margin-bottom: 23px;
    }
    
    .contact-left-cnt ul li {
        color: #fff;
        display: flex;
        letter-spacing: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
        margin-bottom: 19px;
    }
    
    .contact-left-cnt ul li i {
        margin-right: 18px;
        height: 100%;
        margin-top: 4px;
        font-size: 18px;
    }
    
    .btn-primary {
        background: #ff6600;
        border: 0px;
    }
    
    .btn-primary:hover {
        background: #ff6600;
        border: 0px;
    }