    body {
        font-family: "Poppins";
    }
    
    img {
        max-width: 100%;
    }
    
    @font-face {
        font-family: "Poppins";
        src: url("Poppins-Black.woff2") format("woff2"), url("Poppins-Black.woff") format("woff");
        font-weight: 900;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: "Poppins";
        src: url("Poppins-Bold.woff2") format("woff2"), url("Poppins-Bold.woff") format("woff");
        font-weight: bold;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: "Poppins";
        src: url("Poppins-BlackItalic.woff2") format("woff2"), url("Poppins-BlackItalic.woff") format("woff");
        font-weight: 900;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: "Poppins";
        src: url("Poppins-BoldItalic.woff2") format("woff2"), url("Poppins-BoldItalic.woff") format("woff");
        font-weight: bold;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: "Poppins";
        src: url("Poppins-ExtraBold.woff2") format("woff2"), url("Poppins-ExtraBold.woff") format("woff");
        font-weight: 800;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: "Poppins";
        src: url("Poppins-ExtraBoldItalic.woff2") format("woff2"), url("Poppins-ExtraBoldItalic.woff") format("woff");
        font-weight: 800;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: "Poppins";
        src: url("Poppins-ExtraLight.woff2") format("woff2"), url("Poppins-ExtraLight.woff") format("woff");
        font-weight: 200;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: "Poppins";
        src: url("Poppins-Italic.woff2") format("woff2"), url("Poppins-Italic.woff") format("woff");
        font-weight: normal;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: "Poppins";
        src: url("Poppins-ExtraLightItalic.woff2") format("woff2"), url("Poppins-ExtraLightItalic.woff") format("woff");
        font-weight: 200;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: "Poppins";
        src: url("Poppins-Light.woff2") format("woff2"), url("Poppins-Light.woff") format("woff");
        font-weight: 300;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: "Poppins";
        src: url("Poppins-Medium.woff2") format("woff2"), url("Poppins-Medium.woff") format("woff");
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: "Poppins";
        src: url("Poppins-LightItalic.woff2") format("woff2"), url("Poppins-LightItalic.woff") format("woff");
        font-weight: 300;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: "Poppins";
        src: url("Poppins-MediumItalic.woff2") format("woff2"), url("Poppins-MediumItalic.woff") format("woff");
        font-weight: 500;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: "Poppins";
        src: url("Poppins-Regular.woff2") format("woff2"), url("Poppins-Regular.woff") format("woff");
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: "Poppins";
        src: url("Poppins-SemiBold.woff2") format("woff2"), url("Poppins-SemiBold.woff") format("woff");
        font-weight: 600;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: "Poppins";
        src: url("Poppins-SemiBoldItalic.woff2") format("woff2"), url("Poppins-SemiBoldItalic.woff") format("woff");
        font-weight: 600;
        font-style: italic;
        font-display: swap;
    }
    
    @font-face {
        font-family: "Poppins";
        src: url("Poppins-Thin.woff2") format("woff2"), url("Poppins-Thin.woff") format("woff");
        font-weight: 100;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: "Poppins";
        src: url("Poppins-ThinItalic.woff2") format("woff2"), url("Poppins-ThinItalic.woff") format("woff");
        font-weight: 100;
        font-style: italic;
        font-display: swap;
    }
    
    .bg-light {
        background: #fff !important;
    }
    
    .topcontact {
        position: absolute;
        right: 0;
        padding: 0 24px;
        z-index: 1;
        top: 0;
        margin-top: 10px;
    }
    
    .cart {
        font-size: 24px;
        font-family: "Poppins";
        font-size: 15px;
        color: #000;
    }
    
    .topcall {
        color: #00aeef;
    }
    
    header {
        background: #fff;
        /*box-shadow: 0px 0px 10px 0px #f1f1f1;*/
    }
    
    #navbarNav {
        background: #01b402;
        margin-top: 65px;
    }
    
    .navbar {
        background-color: #fff;
        /* background color */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        /* box shadow */
    }
    
    .navbar-brand {
        font-weight: bold;
        /* font weight */
    }
    
    .navbar-nav .nav-link {
        font-weight: bold;
        /* font weight */
    }
    
    .dropdown-menu {
        background-color: #fff;
        /* background color */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        /* box shadow */
    }
    
    .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
        font-family: "Poppins";
        font-weight: 400;
        text-transform: uppercase;
    }
    
    .nav-link:focus,
    .nav-link:hover {
        background: #000;
    }
    
    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        background: #000;
    }
    
    .topsocial {
        text-align: right;
        margin-top: 5px;
    }
    
    .topsocial img {
        width: 22px;
        margin: 0 0px;
    }
    
    .navbar-brand img {
        width: 205px !important;
    }
    
    .desktopslider {
        margin-top: 150px;
    }
    
    .topcall img {
        width: 19px;
        margin-top: -5px;
    }
    
    ul.dropdown-menu li a.dropdown-item {
        font-family: "Poppins";
        font-weight: 300;
    }
    
    .footer {
        background: url(../images/footbg.png) no-repeat bottom left;
        overflow: hidden;
        position: relative;
        text-align: center;
        padding: 250px 0 0 0;
        margin-top: 150px;
    }
    
    .footlogo {
        text-align: center;
    }
    
    .footlogo img {
        width: 250px;
    }
    
    .footyellowcircle {
        background: #e5ae00;
        border-radius: 100%;
        height: 250px;
        width: 250px;
        position: absolute;
        bottom: -100px;
        left: -100px;
    }
    
    .footmenu {
        text-align: center;
        margin: 50px 0 0 0;
    }
    
    .footmenu ul {
        display: inline-block;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }
    
    .footmenu ul li {
        display: inline-block;
        list-style-type: none;
    }
    
    .footmenu ul li a {
        font-family: "Poppins";
        font-weight: 400;
        color: #000;
        text-decoration: none;
        margin: 0 10px;
        font-size: 16px;
    }
    
    .footmenu ul li a:hover {
        color: #01b402;
    }
    
    .footcontact {
        margin-top: 20px;
    }
    
    .footcontact ul {
        display: inline-block;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }
    
    .footcontact ul li {
        display: inline-block;
        list-style-type: none;
        margin: 0 10px;
    }
    
    .footcontact ul li a {
        font-family: "Poppins";
        font-weight: 400;
        color: #000;
        margin: 0 10px;
        font-size: 18px;
    }
    
    .footsocial {
        text-align: center;
        margin-top: 20px;
    }
    
    .footsocial ul {
        display: inline-block;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }
    
    .footsocial ul li {
        display: inline-block;
        list-style-type: none;
        margin: 0 3px;
    }
    
    .bottomstrip {
        background: #01b402;
        width: 250px;
        height: 16px;
        margin: 30px auto 0;
    }
    
    .innercontent {
        margin-top: 200px;
        min-height: 200px;
    }
    
    .innercontent h5 {
        font-size: 20px;
        color: #01b402;
        font-family: "Poppins";
        font-weight: 600;
    }
    
    .purple {
        color: #01b402;
    }
    
    .ourservices {
        margin-top: 50px;
        padding: 0 35px;
    }
    
    .ourservices h6 {
        font-family: "Poppins";
        font-weight: 600;
        color: #fff;
        font-size: 24px;
        margin: 0 0 0 15px;
        border-left: 1px solid #fff;
        padding: 0 0 0 15px;
        text-transform: uppercase;
    }
    
    a.servicebox_purple {
        background: #01b402;
        border-radius: 3px;
        padding: 10px;
        display: flex;
        align-items: center;
        text-decoration: none;
    }
    
    .servicebox_lightpurple {
        background: #7114ae;
        border-radius: 3px;
        padding: 10px;
        display: flex;
        align-items: center;
        text-decoration: none;
    }
    
    .servicebox_pink {
        background: #f2105e;
        border-radius: 3px;
        padding: 10px;
        display: flex;
        align-items: center;
        text-decoration: none;
    }
    
    .servicebox_yellow {
        background: #e5ae00;
        border-radius: 3px;
        padding: 10px;
        display: flex;
        align-items: center;
        text-decoration: none;
    }
    
    a.servicebox_purple:hover,
    a.servicebox_lightpurple:hover,
    a.servicebox_pink:hover,
    a.servicebox_yellow:hover {
        background: #e80300;
    }
    
    a.servicebox_purple img,
    a.servicebox_lightpurple img,
    a.servicebox_pink img,
    a.servicebox_yellow img {
        max-width: inherit;
        width: 60px;
    }
    
    .dropdown-item.active,
    .dropdown-item:active {
        background: #000;
    }
    
    .pageheading {
        font-family: "Poppins";
        font-weight: 700;
        font-size: 42px;
        color: #01b402;
    }
    
    .pageheading span {
        color: #000;
    }
    
    .para {
        text-align: justify;
    }
    
    .innercontent h3 {
        font-family: "Poppins";
        font-weight: 600;
        font-size: 26px;
        color: #01b402;
    }
    
    .innercontent h6 {
        font-family: "Poppins";
        font-weight: 600;
        font-size: 18px;
        color: #01b402;
        margin-top: 24px;
    }
    
    .gallery a img {
        float: left;
        width: 25%;
        height: auto;
        border: 2px solid #fff;
        -webkit-transition: -webkit-transform .15s ease;
        -moz-transition: -moz-transform .15s ease;
        -o-transition: -o-transform .15s ease;
        -ms-transition: -ms-transform .15s ease;
        transition: transform .15s ease;
        position: relative;
    }
    
    .welcome h3 {
        font-family: "Poppins";
        font-weight: 700;
        font-size: 36px;
        color: #01b402;
        text-transform: uppercase;
    }
    
    .headunderline {
        display: block;
        text-align: center;
    }
    
    .headunderline span {
        background: #000;
        height: 4px;
        width: 15%;
        display: inline-block;
    }
    
    .orangebutton {
        background: #000;
        color: #fff;
        display: inline-block;
        padding: 15px 30px;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 20px;
        font-family: "Poppins";
        border-radius: 3px;
        font-weight: 500;
    }
    
    .orangebutton:hover {
        background: #01b402;
    }
    
    .welcome {
        margin: 100px 0 0 0;
        padding: 0 0 300px 0;
        background: url(../images/transbg.png) no-repeat center bottom;
    }
    
    .serviceinfo h4 {
        font-family: "Poppins";
        font-weight: 700;
        text-transform: uppercase;
        color: #ed4400;
        margin: 250px 0 10px 0;
        font-size: 40px;
    }
    
    .ourclients {
        margin: 0px 0 0 0;
    }
    
    .ourclients h3 {
        font-family: "Poppins";
        font-weight: 700;
        text-transform: uppercase;
        color: #01b402;
        margin: 250px 0 10px 0;
        font-size: 40px;
    }
    
    .interiorimage {
        position: relative;
    }
    
    .orangecircle {
        background: #ed4400;
        height: 400px;
        width: 400px;
        border-radius: 100%;
        margin: -200px 0 0 -250px;
        position: absolute;
    }
    
    .pinkcircle {
        background: #d71166;
        height: 200px;
        width: 200px;
        border-radius: 100%;
        margin: -100px 0px 0 0px;
        position: absolute;
        right: 0px;
    }
    
    .interiordesign {
        margin: 0px;
        padding: 0px;
    }
    
    .interiordesign h4 {
        font-family: "Poppins";
        font-weight: 700;
        text-transform: uppercase;
        color: #01b402;
        margin: 250px 0 10px 0;
        font-size: 40px;
    }
    
    .purplebutton {
        background: #01b402;
        color: #fff;
        display: inline-block;
        padding: 15px 30px;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 20px;
        font-family: "Poppins";
        border-radius: 3px;
        font-weight: 500;
    }
    
    .purplebutton:hover {
        background: #ed4400;
    }
    
    #makeMeScrollable {
        width: 100%;
        height: 100px;
        position: relative;
    }
    /* Replace the last selector for the type of element you have in
		   your scroller. If you have div's use #makeMeScrollable div.scrollableArea div,
		   if you have links use #makeMeScrollable div.scrollableArea a and so on. */
    
    #makeMeScrollable div.scrollableArea img {
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
        /* If you don't want the images in the scroller to be selectable, try the following
			   block of code. It's just a nice feature that prevent the images from
			   accidentally becoming selected/inverted when the user interacts with the scroller. */
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        user-select: none;
    }
    
    #makeMeScrollable img {
        height: 50px;
        background: #fff;
        margin: 0 26px !important;
    }
    
    .sidemenubar {
        background: #fff;
        box-shadow: 0px 0px 5px 3px #f1f1f1;
        border-radius: 3px;
        padding: 20px;
        height: 100%;
    }
    
    .sidemenubar ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }
    
    .sidemenubar ul li {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }
    
    .sidemenubar ul li a {
        text-decoration: none;
        margin: 0px 0 15px 0;
        display: block;
        color: #000;
        padding: 5px 0 5px 10px;
        border-bottom: 1px solid #f1f1f1;
    }
    
    .sidemenubar ul li a i {
        font-size: 7px;
        position: relative;
        top: -3px;
        margin: 0 6px 0 0;
    }
    
    .sidemenubar ul li a:hover {
        background: #01b402;
        color: #fff;
    }
    
    .sidemenubar ul li a.active {
        background: #000;
        color: #fff;
    }
    
    .sidemenubar h6 {
        margin: 0px 0 20px 0;
        padding: 0px 0 10px 0;
        color: #01b402;
        font-family: "Poppins";
        text-transform: uppercase;
        font-size: 30px;
        font-weight: 700;
        border-bottom: 1px solid #f1f1f1;
    }
    
    @media (max-width: 991px) {
        .navbar-collapse {
            background-color: #fff;
            /* background color */
        }
        .navbar-nav .nav-link {
            color: #fff;
            /* text color */
        }
    }
    
    @media all and (min-width: 240px) and (max-width: 320px) {}
    
    @media all and (min-width: 320px) and (max-width: 480px) {
        .mobtophide {
            display: none;
        }
        #navbarNav {
            margin: auto;
        }
        .navbar-expand-lg .navbar-nav .nav-link {
            padding-left: 10px;
        }
        .navbar-brand img {
            width: 150px !important;
        }
        .ourservices {
            padding: 0 0px;
        }
        .desktopslider {
            margin-top: 115px;
        }
        .mobileslider {
            margin-top: 115px;
        }
        .gallery a img {
            width: 50%;
        }
        .serviceinfo h4 {
            margin: 60px 0 10px 0;
        }
        .orangecircle {
            height: 150px;
            width: 150px;
            margin: -70px 0 0 -78px;
        }
        .interiorimage {
            margin: 80px 0 0px 0;
        }
        .pinkcircle {
            height: 100px;
            width: 100px;
            margin: -50px 0px 0 0px;
        }
        .ourclients h3 {
            margin: 125px 0 10px 0;
        }
        .footyellowcircle {
            height: 200px;
            width: 200px;
        }
        .bottomstrip {
            z-index: 1;
            position: relative;
        }
        .welcome {
            padding: 0 0 115px 0;
        }
        a.servicebox_purple img,
        a.servicebox_lightpurple img,
        a.servicebox_pink img,
        a.servicebox_yellow img {
            width: 40px;
        }
        .mobileslider {
            display: block !important;
        }
        .desktopslider {
            display: none;
        }
    }
    
    @media all and (min-width:481px) and (max-width:567px) {
        .gallery a img {
            width: 50%;
        }
        .mobileslider {
            display: block !important;
        }
        .desktopslider {
            display: none;
        }
    }
    
    @media all and (min-width:568px) and (max-width:767px) {
        .gallery a img {
            width: 50%;
        }
        .mobileslider {
            display: block !important;
        }
        .desktopslider {
            display: none;
        }
    }
    
    @media all and (min-width:768px) and (max-width:900px) {
        .mobileslider {
            display: block !important;
        }
        .desktopslider {
            display: none;
        }
    }
    
    @media all and (min-width:901px) and (max-width:1024px) {}
    
    @media all and (min-width:1025px) and (max-width:1280px) {}

    