    body {
        font-family: 'Lato', sans-serif !important;
    }
    
    * {
        margin: 0;
        padding: 0;
        text-decoration: none;
    }
a {
    color: #e4ff00;
    text-decoration: none;
}
    
    header {
        position: relative;
        width: 100%;
        padding: 10px 0;
        z-index: 9;
    }
    
    .logo {
        position: relative;
        z-index: 123;
        padding: 10px;
        font: 18px verdana;
        color: #6DDB07;
        float: left;
        width: 15%;
    }
    
    .logo a {
        color: #6DDB07;
    }
    
    .logo img {
        width: 230px;
    }
    
    nav {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }
    
    #cssmenu,
    #cssmenu ul,
    #cssmenu ul li,
    #cssmenu ul li a,
    #cssmenu #head-mobile {
        border: 0;
        list-style: none;
        line-height: 1;
        display: block;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    #cssmenu:after,
    #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }
    
    #cssmenu #head-mobile {
        display: none;
    }
    
    #cssmenu {}
    
    #cssmenu > ul > li {
        float: left;
    }
    
    #cssmenu > ul > li > a {
        padding: 15px 8px 13px;
        font-size: 15px;
        letter-spacing: 0;
        text-decoration: none;
        color: #333;
        text-transform: uppercase;
    }
    
    #cssmenu > ul > li:hover > a,
    #cssmenu ul li.active a {
        color: #fff;
    }
    
    #cssmenu > ul > li:hover,
    #cssmenu ul li.active:hover,
    #cssmenu ul li.active,
    #cssmenu ul li.has-sub.active:hover {
        background: #63a524!important;
        -webkit-transition: background .3s ease;
        -ms-transition: background .3s ease;
        transition: background .3s ease;
    }
    
    #cssmenu > ul > li.has-sub > a {
        padding-right: 30px;
    }
    
    #cssmenu > ul > li.has-sub > a:after {
        position: absolute;
        top: 21px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: #034b79;
        content: '';
    }
    
    #cssmenu > ul > li.has-sub > a:before {
        position: absolute;
        top: 18px;
        right: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: #014f80;
        content: '';
        -webkit-transition: all .25s ease;
        -ms-transition: all .25s ease;
        transition: all .25s ease;
    }
    
    #cssmenu > ul > li.has-sub:hover > a:before {
        top: 23px;
        height: 0;
    }
    
    #cssmenu ul ul {
        position: absolute;
        left: -9999px;
    }
    
    #cssmenu ul ul li {
        height: 0;
        -webkit-transition: all .25s ease;
        -ms-transition: all .25s ease;
        background: #014f80;
        transition: all .25s ease;
    }
    
    #cssmenu ul ul li:hover {
        background: #63a524;
    }
    
    #cssmenu li:hover > ul {
        left: auto;
    }
    
    #cssmenu li:hover > ul > li {
        height: 35px;
    }
    
    #cssmenu ul ul ul {
        margin-left: 100%;
        top: 0;
    }
    
    #cssmenu ul ul li a {
        border-bottom: 1px solid rgba(150, 150, 150, 0.15);
        padding: 11px 15px;
        width: 247px;
        font-size: 13px;
        text-decoration: none;
        color: #ffffff;
        font-weight: 400;
        text-transform: uppercase;
    }
    
    #cssmenu ul ul li:last-child > a,
    #cssmenu ul ul li.last-item > a {
        border-bottom: 0;
    }
    
    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li a:hover {
        color: #fff;
        background: #63a524;
    }
    
    #cssmenu ul ul li.has-sub > a:after {
        position: absolute;
        top: 16px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: '';
    }
    
    #cssmenu ul ul li.has-sub > a:before {
        position: absolute;
        top: 13px;
        right: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: '';
        -webkit-transition: all .25s ease;
        -ms-transition: all .25s ease;
        transition: all .25s ease;
    }
    
    #cssmenu ul ul > li.has-sub:hover > a:before {
        top: 17px;
        height: 0;
    }
    
    #cssmenu ul ul li.has-sub:hover,
    #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
        background: #363636;
    }
    
    #cssmenu ul ul ul li.active a {
        border-left: 1px solid #333;
    }
    
    #cssmenu > ul > li.has-sub > ul > li.active > a,
    #cssmenu > ul ul > li.has-sub > ul > li.active> a {
        border-top: 1px solid #333;
    }
    
    @media screen and (max-width:1000px) {
        .logo {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 46px;
            text-align: center;
            padding: 10px 0 0 0;
            float: none;
        }
        .logo2 {
            display: none;
        }
        nav {
            width: 100%;
        }
        #cssmenu {
            width: 100%;
        }
        #cssmenu ul {
            width: 100%;
            display: none;
        }
        #cssmenu ul li {
            width: 100%;
            border-top: 1px solid #444;
        }
        #cssmenu ul li:hover {
            background: #363636;
        }
        #cssmenu ul ul li,
        #cssmenu li:hover > ul > li {
            height: auto;
        }
        #cssmenu ul li a,
        #cssmenu ul ul li a {
            width: 100%;
            border-bottom: 0;
        }
        #cssmenu > ul > li {
            float: none;
        }
        #cssmenu ul ul li a {
            padding-left: 25px;
        }
        #cssmenu ul ul li {
            background: #004d7e!important;
        }
        #cssmenu ul ul li:hover {
            background: #363636!important;
        }
        #cssmenu ul ul ul li a {
            padding-left: 35px;
        }
        #cssmenu ul ul li a {
            color: #ddd;
            background: none;
        }
        #cssmenu ul ul li:hover > a,
        #cssmenu ul ul li.active > a {
            color: #fff;
        }
        #cssmenu ul ul,
        #cssmenu ul ul ul {
            position: relative;
            left: 0;
            width: 100%;
            margin: 0;
            text-align: left;
        }
        #cssmenu > ul > li.has-sub > a:after,
        #cssmenu > ul > li.has-sub > a:before,
        #cssmenu ul ul > li.has-sub > a:after,
        #cssmenu ul ul > li.has-sub > a:before {
            display: none;
        }
        #cssmenu #head-mobile {
            display: block;
            padding: 23px;
            color: #ddd;
            font-size: 12px;
            font-weight: 700;
        }
        .button {
            width: 55px;
            height: 46px;
            position: absolute;
            right: 0;
            top: 0;
            cursor: pointer;
            z-index: 12399994;
        }
        .button:after {
            position: absolute;
            top: 22px;
            right: 20px;
            display: block;
            height: 4px;
            width: 20px;
            border-top: 2px solid #64cc01;
            border-bottom: 2px solid #004e7f;
            content: '';
        }
        .button:before {
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease;
            position: absolute;
            top: 16px;
            right: 20px;
            display: block;
            height: 2px;
            width: 20px;
            background: #014f80;
            content: '';
        }
        .button.menu-opened:after {
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease;
            top: 23px;
            border: 0;
            height: 2px;
            width: 19px;
            background: #004e80;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }
        .button.menu-opened:before {
            top: 23px;
            background: #62cc00;
            width: 19px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
        #cssmenu .submenu-button {
            position: absolute;
            z-index: 99;
            right: 0;
            top: 0;
            display: block;
            border-left: 1px solid #444;
            height: 46px;
            width: 46px;
            cursor: pointer;
        }
        #cssmenu .submenu-button.submenu-opened {
            background: #004d7e;
        }
        #cssmenu ul ul .submenu-button {
            height: 34px;
            width: 34px;
        }
        #cssmenu .submenu-button:after {
            position: absolute;
            top: 22px;
            right: 19px;
            width: 8px;
            height: 2px;
            display: block;
            background: #65cd01;
            content: '';
        }
        #cssmenu ul ul .submenu-button:after {
            top: 15px;
            right: 13px;
        }
        #cssmenu .submenu-button.submenu-opened:after {
            background: #fff;
        }
        #cssmenu .submenu-button:before {
            position: absolute;
            top: 19px;
            right: 22px;
            display: block;
            width: 2px;
            height: 8px;
            background: #63ca07;
            content: '';
        }
        #cssmenu ul ul .submenu-button:before {
            top: 12px;
            right: 16px;
        }
        #cssmenu .submenu-button.submenu-opened:before {
            display: none;
        }
        #cssmenu ul ul ul li.active a {
            border-left: none;
        }
        #cssmenu > ul > li.has-sub > ul > li.active > a,
        #cssmenu > ul ul > li.has-sub > ul > li.active > a {
            border-top: none;
        }
    }
    
    .sp-nav {
        margin: 10px 0;
    }
    
    .sp-nopadd {
        padding: 0;
    }
    
    .sp-product-img {
        display: none;
    }
    
    .sp-product1 {
        background: url(ROOFING-SHEETS.jpg);
        background-attachment: fixed;
        background-size: cover;
    }
    
    .sp-product2 {
        /*background: url(img/Colour-Coated-Roofing-Sheets.jpg);*/
        background: url(Bubble-Insulation.jpg);
        background-attachment: fixed;
        background-size: cover;
    }
    
    .sp-product3 {
        background: url(POLYCARBONATE-SHEETS.jpg);
        background-attachment: fixed;
        background-size: cover;
        background-position: bottom;
    }
    
    .sp-product4 {
        background: url(FABRICATION-AND-ERECTION.jpg);
        background-attachment: fixed;
        background-size: cover;
        background-position: bottom;
    }
    
    .sp-product5 {
        background: url(AIR-TURBINE-VENTILATORS.jpg);
        background-attachment: fixed;
        background-size: cover;
    }
    
    .sp-product-zc {
        background: url(z-&-c-purlins-solutions.jpg);
        background-attachment: fixed;
        background-size: cover;
    }
    
    .sp-product-puf-panel {
        background: url(PUF-PANEL.jpg);
        background-attachment: fixed;
        background-size: cover;
    }
    
    .sp-product-box {
        background: #ffffff;
        padding: 12% 7%;
    }
    
    .sp-product-box h4 {
        text-align: center;
        text-transform: uppercase;
        color: #014d80;
        font-weight: 700;
        margin: 15px 0;
        font-size: 25px;
    }
    
    .sp-product-box p {
        text-align: center;
        font-size: 17px;
    }
    
    .sp-product-box a {
        text-transform: uppercase;
        color: gray;
        font-size: 14px;
        letter-spacing: 2px;
    }
    
    .bg-light,
    .box-s2 {
        background: #f8f8f8;
    }
    
    .section-pad {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    
    .wide-sm {
        max-width: 800px;
        margin: 0 auto;
    }
    
    .al-center,
    .center {
        text-align: center;
    }
    
    .sp-btn {
        margin: 0 auto;
        display: table;
        margin-top: 35px;
    }
    
    .wide-sm h1,
    .sp-why h1 {
        margin-bottom: 25px;
        color: #014f80;
        text-align: center;
        text-transform: capitalize;
    }
    
    .wide-sm p {
        font-size: 17px;
    }
    
    .sp-btn a {
        background: #003e72;
        color: white;
        text-transform: capitalize;
        font-size: 16px;
        border-radius: 0;
        padding: 10px 25px;
    }
    
    .sp-btn a:hover {
        background: #2fb534;
        color: white
    }
    
    .sp-box {
        text-align: center;
        margin-bottom: 20px;
    }
    
    .sp-box img {
        margin: 0 auto;
        width: 25%;
        margin-bottom: 8px;
    }
    
    .sp-box h4 {
        margin-bottom: 2px;
        font-size: 17px;
    }
    
    .sp-box p {
        font-size: 15px;
    }
    /* Masonry grid */
    
    .masonry {
        transition: all .5s ease-in-out;
        column-gap: 30px;
        column-fill: initial;
    }
    /* Masonry item */
    
    .masonry .brick {
        margin-bottom: 30px;
        display: inline-block;
        /* Fix the misalignment of items */
        vertical-align: top;
        /* Keep the item on the very top */
    }
    /* Masonry image effects */
    
    .masonry .brick img {
        transition: all .5s ease-in-out;
        backface-visibility: hidden;
        /* Remove Image flickering on hover */
    }
    
    .masonry .brick:hover img {
        opacity: .75;
    }
    /* Bordered masonry */
    
    .masonry.bordered {
        column-rule: 1px solid #eee;
        column-gap: 20px;
    }
    
    .masonry.bordered .brick {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #eee;
    }
    /* Gutterless masonry */
    
    .masonry.gutterless {
        column-gap: 0;
    }
    
    .masonry.gutterless .brick {
        margin-bottom: 0;
    }
    /* Masonry on tablets */
    
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .masonry {
            column-count: 2;
        }
    }
    /* Masonry on big screens */
    
    @media only screen and (min-width: 1024px) {
        .desc {
            font-size: 1.25em;
        }
        .intro {
            letter-spacing: 1px;
        }
        .masonry {
            column-count: 4;
        }
    }
    
    .footer-widget {
        background: #014f80;
        color: #fff;
        font-size: 16px;
        line-height: 1.74;
    }
    
    .footer-widget a {
        color: inherit;
        text-decoration: none;
        text-transform: capitalize;
    }
    
    .footer-widget a:hover,
    .footer-widget a:focus {
        color: #66cb02;
    }
    
    .footer-widget .wgs-footer {
        margin-bottom: 40px
    }
    
    .footer-widget .wgs-footer:last-child {
        margin-bottom: 0
    }
    
    .footer-widget .wgs-title {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0 0 12px
    }
    
    .footer-widget .wgs-title:not([class*="color-"]) {
        color: #67cd00;
    }
    
    .footer-widget .wgs-content ul {
        list-style: none;
        margin: 0
    }
    
    .footer-widget .wgs-content ul li {
        padding-bottom: 8px;
    }
    
    .footer-widget .wgs-content ul li:last-child {
        padding-bottom: 0
    }
    
    .footer-widget .contact-info .fa {
        float: left;
        color: #747474;
        font-size: 24px;
        margin-top: 5px
    }
    
    .footer-widget .contact-info span {
        margin-left: 40px;
        display: block
    }
    
    .footer-widget .contact-info li:not(:last-child) {
        padding-bottom: 15px
    }
    
    .footer-widget.style-v2 {
        background: #f9f9f9;
        border-top: 1px solid rgba(35, 35, 35, 0.06);
        color: #333
    }
    
    .footer-widget .wgs-menu .menu li {
        padding-left: 12px;
        position: relative
    }
    
    .footer-widget .wgs-menu .menu li a:before {
        font-family: 'FontAwesome';
        content: "\f105";
        position: absolute;
        left: 0;
        margin-top: 7px;
        line-height: 16px;
        font-size: 16px;
        color: darkgray;
        display: inline-block;
        transition: left .3s;
    }
    
    .footer-widget .wgs-menu .menu li:hover a:before {
        left: 3px
    }
    
    .copyright {
        background: #0f364e;
        color: #fff;
        font-size: 16px;
        line-height: 1.4;
    }
    
    .copyright a {
        color: inherit;
        text-decoration: none
    }
    
    .copyright a:hover,
    .copyright a:focus {
        color: #53cd00;
    }
    
    .copyright .sep {
        color: inherit;
        padding: 0 5px
    }
    
    .copyright.style-v2 {
        background: #fefefe;
        border-top: 1px solid rgba(12, 12, 12, 0.06);
        color: #595959
    }
    
    .copyright:not([class*="section-pad"]) {
        padding: 25px 0
    }
    
    .social {
        margin: 0;
        padding: 0;
        list-style: none
    }
    
    .social li {
        display: inline-block;
        margin-left: 15px
    }
    
    .social li:first-child {
        margin-left: 0
    }
    
    .site-copy p {
        margin: 0
    }
    
    .autoplay1 {
        display: none !important;
    }
    
    .slick-next {
        right: 0 !important
    }
    
    .slick-prev {
        left: 0 !important
    }
    /* Mobile HD */
    
    @media screen and (min-width: 350px) and (max-width: 760px) {
        .logo img {
            width: 230px;
        }
        .sp-product-box h4 {
            font-size: 22px;
        }
        .sp-product-box p {
            font-size: 15px;
        }
        .sp-product-box a {
            font-size: 12px;
            letter-spacing: 1px;
        }
        .section-pad {
            padding-top: 20px;
            padding-bottom: 20px;
        }
        .footer-widget .wgs-title {
            margin: 20px 0 12px;
        }
        .wide-sm h1,
        .sp-why h1 {
            margin-bottom: 15px;
            font-size: 22px;
        }
        .wide-sm p {
            font-size: 15px;
        }
        .autoplay1 {
            display: block !important
        }
        .autoplay {
            display: none !important
        }
        .sp-product-img {
            display: block !important;
        }
    }
    /* Mobile LD */
    
    @media screen and (max-width: 350px) {
        .logo img {
            width: 230px;
        }
        .sp-product-box h4 {
            font-size: 22px;
        }
        .sp-product-box p {
            font-size: 15px;
        }
        .sp-product-box a {
            font-size: 12px;
            letter-spacing: 1px;
        }
        .section-pad {
            padding-top: 20px;
            padding-bottom: 20px;
        }
        .footer-widget .wgs-title {
            margin: 20px 0 12px;
        }
        .wide-sm h1,
        .sp-why h1 {
            margin-bottom: 15px;
            font-size: 22px;
        }
        .wide-sm p {
            font-size: 15px;
        }
        .autoplay1 {
            display: block !important
        }
        .autoplay {
            display: none !important
        }
        .sp-product-img {
            display: block !important;
        }
    }
    
    .ss-inner {
        display: block;
        padding: 10.4rem 0;
        position: relative;
    }
    
    .ss-banner {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .ss-about {
        position: relative;
        z-index: 1;
        padding-left: 20px;
    }
    
    .ss-about h1 {
        font-weight: 600;
        text-transform: capitalize;
        color: #ffffff;
        margin-bottom: 15px;
        font-size: 45px;
    }
    
    .ss-about ul li {
        display: inline-block;
        color: #ffffff;
        font-size: 16px;
        position: relative;
        margin-right: 12px;
        padding-right: 10px;
        margin-bottom: 10px;
    }
    
    ul li {
        list-style: none;
    }
    
    .ss-shape {
        position: relative;
        z-index: 1;
        padding-bottom: 30px;
        padding-top: 50px;
    }
    
    .ss-back {
        background-color: #f8f8f8;
    }
    
    .ss-boxlayout {
        display: flex;
        align-items: center;
    }
    
    .ss-box-layout p {
        font-size: 17px;
    }
    
    .ss-box-layou .left {
        padding-right: 10rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    
    .ss-item {
        width: 50%;
    }
    
    .ss-title {
        position: relative;
        font-weight: 700;
        padding-bottom: 15px;
    }
    
    .ss-border {
        border-bottom: 4px solid #66cc01;
        width: 12%;
        padding-bottom: 10px;
    }
    
    .ss-shadow h3 {
        font-weight: 700;
        color: #014f80;
        text-align: center;
    }
    
    .ss-shadow {
        padding: 10px;
    }
    
    .ss-shadow p {
        font-size: 17px;
    }
    
    .ss-shadow:hover {
        border: 1px solid #014f80;
        background: #f5f8fb;
        height: auto;
        padding: 9px;
    }
    
    .ss-menu li {
        font-size: 19px;
        padding-left: 14px;
    }
    
    .ss-menu i {
        color: #66cc01;
    }
    
    .padding-8 {
        padding-top: 67px;
        padding-right: 70px;
        padding-bottom: 100px;
        padding-left: 70px;
    }
    
    .bg-layer {
        background-color: #66cc01;
    }
    
    .ss-title {
        margin-bottom: 15px;
        position: relative;
        text-transform: capitalize;
    }
    
    .ss-name {
        margin-bottom: 15px;
        display: block;
        padding-top: 5px;
    }
    
    .ss-name input,
    textarea {
        width: 80%;
    }
    
    .ss-input .text-input {
        background-color: transparent;
        border: none;
        border-radius: 0;
        padding-bottom: 9px;
        padding-left: 5px;
        border-bottom: 1px solid rgba(0, 0, 0, .15);
        border-bottom-color: rgb(89, 106, 174);
    }
    
    .ss-input label {
        width: 100%;
        margin-bottom: 15px;
    }
    
    .ss-input .text-area {
        background-color: transparent;
        border: none;
        border-radius: 0;
        padding-bottom: 9px;
        padding-left: 5px;
        border-bottom: 1px solid rgba(0, 0, 0, .15);
        border-bottom-color: rgb(89, 106, 174);
    }
    
    .ss-btn {
        border-color: #145782;
        padding: 11px 32px 11px 31px;
        width: 37%;
        background: #145782;
        color: #fff;
        border-radius: 0px;
        font-size: 16px;
    }
    
    .ss-btn:hover {
        border-color: #145782;
        padding: 11px 32px 11px 31px;
        width: 37%;
        background: #145782;
        color: #66cc01;
        border-radius: 0px;
        font-size: 16px;
    }
    
    .list-inline li a {
        color: #fff;
    }
    
    .item-content {
        padding-left: 14px;
    }
    
    .ss-site {
        background-color: #145782;
        font-size: 16px;
        line-height: 40px;
        margin-bottom: 0;
        color: #fff;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        margin-left: -126px!important;
        margin-top: 100px!important;
    }
    
    .padding-8 {
        padding-top: 67px;
        padding-right: 70px;
        padding-bottom: 100px;
        padding-left: 70px;
    }
    
    .ss-textcolor {
        color: #fff;
    }
    
    .feature-box {
        padding: 7px 0;
    }
    
    .featured-box h4 {
        font-size: 25px;
    }
    
    @media only screen and (max-width:500px) {
        .ss-btn {
            width: 67%;
        }
    }
    
    @media only screen and (max-width:500px) {
        .ss-site {
            margin-left: 0px!important;
            margin-top: 0px!important;
        }
    }
    
    @media screen and (min-width: 760px) and (max-width: 980px) {
        .ss-site {
            margin-left: 0px!important;
            margin-top: 0px!important;
        }
    }
    
    .bg-height {
        padding-top: 30px;
    }
    
    .ss-box {
        text-align: center;
        margin-bottom: 20px;
        background: #f4fbf8;
        padding: 15px;
    }
    
    .ss-box img {
        margin: 0 auto;
        width: 25%;
        margin-bottom: 8px;
    }
    
    .ss-border1 {
        border-top: 4px solid #66cc01;
        width: 70px;
        padding-bottom: 10px;
        padding-top: 0px;
    }
    
    .multi-item-carousel {
        .carousel-inner {
            > .item {
                transition: 500ms ease-in-out left;
            }
            .active {
                &.left {
                    left: -33%;
                }
                &.right {
                    left: 33%;
                }
            }
            .next {
                left: 33%;
            }
            .prev {
                left: -33%;
            }
            @media all and (transform-3d),
            (-webkit-transform-3d) {
                > .item {
                    // use your favourite prefixer here
                    transition: 500ms ease-in-out left;
                    transition: 500ms ease-in-out all;
                    backface-visibility: visible;
                    transform: none!important;
                }
            }
        }
        .carouse-control {
            &.left,
            &.right {
                background-image: none;
            }
        }
    }
    /*--thumbnail--*/
    
    .product-slider {
        padding: 45px;
    }
    
    .product-slider #carousel {
        border: 4px solid #1089c0;
        margin: 0;
        width: 68%;
    }
    
    .product-slider #thumbcarousel {
        margin: 12px 0 0;
        padding: 0 45px;
    }
    
    .product-slider #thumbcarousel .item {
        text-align: center;
    }
    
    .product-slider #thumbcarousel .item .thumb {
        border: 4px solid #cecece;
        width: 20%;
        margin: 0 2%;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 148px;
    }
    
    .product-slider #thumbcarousel .item .thumb:hover {
        border-color: #1089c0;
    }
    
    .product-slider .item img {
        width: 100%;
        height: auto;
    }
    
    .carousel-control {
        color: #ffffff;
        text-align: center;
        text-shadow: none;
        font-size: 30px;
        width: 30px;
        height: 30px;
        line-height: 20px;
        top: 23%;
    }
    
    .carousel-control:hover,
    .carousel-control:focus,
    .carousel-control:active {
        color: #333;
    }
    
    .carousel-caption,
    .carousel-control .fa {
        font: normal normal normal 30px/26px FontAwesome;

    }
    
    .carousel-control {
        background-color: rgba(0, 0, 0, 0);
        bottom: auto;
        font-size: 20px;
        left: 0;
        position: absolute;
        top: 30%;
        width: auto;
    }
    
    .carousel-control.right,
    .carousel-control.left {
        background-color: rgba(0, 0, 0, 0);
        background-image: none;
    }
    /*--thumbnail--*/
    /*--do--*/
    
    #accordion .panel {
        border: none;
        border-radius: 5px;
        box-shadow: none;
        margin-bottom: 10px;
        background: transparent;
    }
    
    #accordion .panel-heading {
        padding: 0;
        border: none;
        border-radius: 5px;
        background: #014f80;
        position: relative;
    }
    
    #accordion .panel-title a {
        display: block;
        padding: 20px 30px;
        margin: 0;
        background: rgba(0, 0, 0, 0.4);
        font-size: 17px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
        border: none;
        border-radius: 5px;
        position: relative;
    }
    
    #accordion .panel-title a.collapsed {
        border: none;
    }
    
    #accordion .panel-title a:before,
    #accordion .panel-title a.collapsed:before {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        width: 30px;
        height: 30px;
        line-height: 27px;
        text-align: center;
        font-size: 25px;
        font-weight: 900;
        color: #fff;
        position: absolute;
        top: 15px;
        right: 30px;
        transform: rotate(180deg);
        transition: all .4s cubic-bezier(0.080, 1.090, 0.320, 1.275);
    }
    
    #accordion .panel-title a.collapsed:before {
        color: rgba(255, 255, 255, 0.5);
        transform: rotate(0deg);
    }
    
    #accordion .panel-body {
        padding: 20px 30px;
        /*background: rgba(0,0,0,0.1);*/
        font-size: 15px;
        color: #333;
        line-height: 28px;
        letter-spacing: 1px;
        border-top: none;
        border-radius: 5px;
    }
    
    .ss-turbine img {
        border: 1px solid #d4d0d0;
        border-radius: 8px;
		width:100%;
    }
    
    .ss-bottom-text p {
        font-size: 20px;
        padding-top: 8px;
        padding-left: 15px;
    }
    
    .ss-accssories p {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        padding-top: 7px;
    }
    
    .ss-sheet {
        padding: 16px;
        border-radius: 0px;
        width: 95%;
        font-size: 20px;
    }
    
    .nav-tabs li a {
        font-size: 25px;
    }
    
    .tab-content p {
        font-size: 17px;
    }
    
    .sp-product-box h4 a {
        text-align: center;
        text-transform: uppercase;
        color: #014d80;
        font-weight: 700;
        margin: 15px 0;
        font-size: 25px;
    }
    
    .ss-bttn {
        background: #014f80;
        color: #fff;
        border-radius: 0;
        padding: 13px 35px;
        font-size: 18px;
        width: 100%;
    }
    
    .ss-bttn:hover {
        background: #66cc01;
        color: #fff;
        border-radius: 0;
        padding: 13px 35px;
        font-size: 18px;
        width: 100%;
    }
    
    @media only screen and (max-width: 500px) {
        .ss-box-layout {
            padding: 0px 10px;
        }
    }
    
    .carousel-control.left {
        left: 20px
    }
    
    .carousel-control.right {
        right: 20px
    }
	
	
	
	
	
	
	.ss-accssories img{
		padding: 14%;
    border: 1px solid #9d9d9d;
    border-radius: 4%;
	}