@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Teko:wght@300..700&family=Yantramanav:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Oswald:wght@200..700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
    --yantramanav-family: "Yantramanav", sans-serif;
    --oswald-family:"Oswald", sans-serif;
    --lato-family: "Lato", sans-serif;
    --teko-family: "Teko", sans-serif; 
    --main-color:#004B50;
    --black-color:#222222;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: #fff;
    user-select: none;
    font-family: var(--lato-family);
}

p {
    margin-bottom: 0px;
}
html {
    scroll-behavior: smooth;
}
.owl-theme .owl-dots {
    display: none;
}
.owl-theme .owl-nav {
    display: block !important;
}
::-webkit-scrollbar {
    width: 5px;
}
.hidden{
    display: none;
}
/* Track */
::-webkit-scrollbar-track {
    background: #666;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.btn:focus {
    box-shadow: none !important;
    border: none !important;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.btn-close:focus {
    box-shadow: none;
}
.btn:hover {
    color: #fff !important;
}
.accordion-button:focus {
    box-shadow: none;
}
a {
    color: #000;
    text-decoration: none;
}
ul,
ol {
    padding-left: 0px;
    list-style-type: none;
}
a:hover {
    color: initial;
}
input:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
/*.full-width {
  width: 100% !important;
}*/
.container{
    max-width: 93%;
}
.web-view {
    display: block;
}
.mobile-view {
    display: none;
}
.vertical-space-2 {
    height: 10px;
}
.vertical-space-5 {
    display: inline-block;
    width: 100%;
    height: 5px;
}

.vertical-space-8 {
    display: inline-block;
    width: 100%;
    height: 8px;
}

.vertical-space-10 {
    display: inline-block;
    width: 100%;
    height: 10px;
}

.vertical-space-12 {
    display: inline-block;
    width: 100%;
    height: 12px;
}

.vertical-space-15 {
    display: inline-block;
    width: 100%;
    height: 15px;
}

.vertical-space-20 {
    display: inline-block;
    width: 100%;
    height: 20px;
}

.vertical-space-30 {
    display: inline-block;
    width: 100%;
    height: 30px;
}

.vertical-space-40 {
    display: inline-block;
    width: 100%;
    height: 40px;
}

.vertical-space-50 {
    display: inline-block;
    width: 100%;
    height: 50px;
}

.vertical-space-60 {
    display: inline-block;
    width: 100%;
    height: 60px;
}
.vertical-space-65 {
    display: inline-block;
    width: 100%;
    height: 65px;
}
.vertical-space-70 {
    display: inline-block;
    width: 100%;
    height: 70px;
}

.vertical-space-80 {
    display: inline-block;
    width: 100%;
    height: 80px;
}

.vertical-space-90 {
    display: inline-block;
    width: 100%;
    height: 90px;
}

.vertical-space-100 {
    display: inline-block;
    width: 100%;
    height: 100px;
}
.vertical-space-120 {
    display: inline-block;
    width: 100%;
    height: 120px;
}
.vertical-space-150 {
    display: inline-block;
    width: 100%;
    height: 150px;
}

.common-btn{
    background: var(--main-color) !important;
    padding: 10px 40px;
    border: none;
    border-radius: 0px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-family: var(--teko-family);
    position: relative;
    z-index: 2;
    letter-spacing: 0.1rem;
}
.common-btn:hover{
    background: var(--main-color) !important;
    color: #fff !important;
}
.fixed{
    position: fixed !important;
    top: 20px !important;
    left: 50% !important;
    transform: translateX(-50%);
    width: 95% !important;
    z-index: 1200;
    transition: 0.5s all;
    padding:  0px;
    background: var(--main-color) !important;
    animation: swip_down .5s linear 1;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

.fixed .navbar-brand img{
    width: 194px !important;
}

.fixed .container{
    max-width: 98%;
}

@keyframes swip_down {
    from {
        transform: translate(-50%, -50px);
        opacity: 0
    }

    to {
        transform: translate(-50%,0);
        opacity: 1
    }
}
.top-header{
    border-bottom: 1px solid #efefef9d;
}
.top-header .top-header-left{
    display: flex;
    padding-left: 20px;
    margin-bottom: 0px;
}
.top-header .top-header-left li{
    padding: 0px 25px 0px 0px;
    position: relative;
}
.top-header .top-header-left li:not(:last-child):after{
    content: "";
    position: absolute;
    top: 50%;
    right: 9px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #8A879F;
}
.top-header .top-header-left .link-text{
    color: #8A879F;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.top-header .top-header-right{
    display: flex;
    justify-content: end;
    margin-bottom: 0px;
}
.top-header .top-header-right li{
    padding-left: 20px;
}
.top-header .top-header-right li a{
    color: #8A879F;
    font-size: 14px;
}
.top-header .quote-btn{
    background-color: #4d5dfb;
background-image: linear-gradient(315deg, #4d5dfb 0%, #01BAFC 74%);
    color: #fff !important;
    font-size: 14px;
    text-transform: uppercase;
    border: none !important;
    border-radius: 0px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.5px;
    padding: 10px 20px;
}
.main-header .site-logo .logo img{
    width: 180px;
}
.main-header .main-header-top{
    padding: 15px 0px;
}
.main-header .main-header-top .main-header-contact .icon{
    font-size: 24px;
    color: #8a8a8a;
    text-align: left;
}
.main-header .main-header-top .main-header-contact ul{
    margin-bottom: 0px;
    display: flex;
    justify-content: end;
    align-items: center;
}
.main-header .main-header-top .main-header-contact ul li{
    padding:0px 25px;
    position: relative;
}
.main-header .main-header-top .main-header-contact ul li:last-child{
    padding-left: 35px;
    padding-right: 0px;
}
.main-header .main-header-top .main-header-contact ul li:not(:last-child):after{
    content: "";
    position: absolute;
    width: 1px;
    height: 26px;
    background: #d5dce4;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}
.main-header .main-header-top .main-header-contact .contact-text{
    font-size: 16px;
    text-transform: uppercase;
    color: var(--main-color);
    font-weight: 600;
    font-family: var(--oswald-family);
}
.main-header .main-header-top .main-header-contact .phone-number{
    font-size: 14px;
    color: #666;
    font-weight: 400;
}
.main-header .main-header-top .main-header-contact .icon{
    margin-right: 20px;
    color: var(--main-color);
    text-align: center;
    font-size: 35px;
    float: left;
    position: relative;
    z-index: 1;
}
.main-header .main-header-top .main-header-contact .icon i{
    position: relative;
}
.main-header .main-header-top .main-header-contact .icon::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 5px;
    background: #004b5024;
    width: 45px;
    height: 45px;
    line-height: 48px;
    border-radius: 50%;
    z-index: 0;
}
.main-header .main-header-top .main-header-contact .text{
    float: right;
}
.main-header .main-header-bottom{
    position: relative;
}
.main-header .main-header-bottom .navbar{
    height: 80px;
    width: 100%;
    position: relative;
    z-index: 1020;
    background: var(--main-color);
}
.main-header .main-header-bottom .navbar::before{
    content: "";
    display: block;
    background-color: var(--black-color);
    position: absolute;
    top: 0;
    right: 0%;
    height: 100%;
    width: 35%;
    z-index: 1px;
}
.main-header .main-header-bottom .navbar::after{
        content: "";
    display: block;
    background-color: var(--black-color);
    position: absolute;
    top: 0;
    right: 30%;
    height: 100%;
    width: 203px;
    z-index: 2px;
    -webkit-transform: skew(35deg);
    -khtml-transform: skew(35deg);
    -moz-transform: skew(35deg);
    -ms-transform: skew(35deg);
    -o-transform: skew(35deg);
    transform: skew(35deg);
}
.main-header .main-header-bottom .navbar-brand img{
    display: none;
    width: 120px;
}
.main-header .main-header-bottom .navbar .nav-link{
    font-size: 15px;
    color: #fff;
    padding: 0px 45px 0px 0px;
    position: relative;
    line-height: 80px;
    font-family: var(--oswald-family);
    text-transform: uppercase;
    letter-spacing: 0.02rem;
}
.main-header .main-header-bottom .navbar .nav-link:hover , .main-header .main-header-bottom .navbar .nav-link.active{
    color:#ffc107;
}
.main-header .online-btn{
    background: #fff;
    font-size: 15px;
    border-radius: 30px;
    padding: 7px 30px;
   border: none;
   outline: none;
   color: #000;
   font-family: 'Lato', sans-serif;
   font-weight: 600;
   box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.main-header .online-btn:focus , .main-header .online-btn:hover{
    background: #fff;
    color: #000 !important;
}
.main-header .nav-item.dropdown .dropdown-toggle::after{
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "+";
    margin-left: 5px;
}
.main-header .nav-item  .dropdown-menu{
   border: none;
    background: #fff;
    padding: 0px;
    min-width: 250px;
   -webkit-box-shadow: 0 18px 43px rgba(90,90,90,.14);
    -khtml-box-shadow: 0 18px 43px rgba(90,90,90,.14);
    -moz-box-shadow: 0 18px 43px rgba(90,90,90,.14);
    -ms-box-shadow: 0 18px 43px rgba(90,90,90,.14);
    -o-box-shadow: 0 18px 43px rgba(90,90,90,.14);
    box-shadow: 0 18px 43px rgba(90,90,90,.14);
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
   
}

.dropdown-menu[data-bs-popper]{
    margin-top: 0px !important;
}
.main-header .dropdown .dropdown-menu .dropdown-item{
    color: #4D4D4D;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 30px;
    background: transparent;
    transition: 0.6s all;
    font-family: var(--yantramanav-family);
    position: relative;
}
.main-header .dropdown .dropdown-menu .dropdown-item::after {
    content: "\f101";
    position: absolute;
    top: 50%;
    left: 9px;
    font-size: 12px;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--main-color);
    opacity: 0;
    visibility: hidden;
}
.main-header .dropdown .dropdown-menu .dropdown-item:hover , .main-header .dropdown .dropdown-submenu li:hover{
    color: var(--main-color);
    margin-left: 5px;
}
.main-header .dropdown .dropdown-menu .dropdown-item:hover:after{
    opacity: 1;
    visibility: visible;
}
.main-header .dropdown:hover > ul.dropdown-menu{
    display: block !important;
    animation: swip_up .5s linear 1;
}

.main-header .dropdown .dropdown-menu li:last-child{
    border-bottom: none;
}

.main-header li:hover > ul.dropdown-menu{
    display: block;
}
.main-header .dropdown-submenu {
    position:relative;
    
}
.main-header .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    animation: swip_up .5s linear 1;
}

/* rotate caret on hover */
.main-header .dropdown-submenu  a.dropdown-toggle:after{
    border: none;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 14px;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #4D4D4D;
}
.main-header .dropdown-submenu > li:hover > .dropdown-menu{
    display: block;
    animation: swip_left .5s linear 1;
} 

.main-header .dropdown .dropdown-menu li:last-child{
    border-bottom: none;
}
@keyframes swip_up {
    from {
        transform: translate(0px, 100px);
        opacity: 0
    }

    to {
        transform: translate(0,0);
        opacity: 1
    }
}

.main-header  .input-group{
    position: relative;
    z-index: 1;
}
.main-header  .input-group .form-control{
   background: #fff;
   border: none !important;
   box-shadow: none !important;
   outline: none !important;
   font-size: 16px;
   font-weight: 400;
   padding: 12px 20px;
   border-radius: 0px;
   color: #000;
   font-family: var(--yantramanav-family);
}
.main-header .input-group .form-control::placeholder{
    color: #000;
}
.main-header  .input-group-text{ 
    background: var(--main-color) ;
    border-radius: 0px !important;
    color: #fff;
    font-size: 16px;
    padding: 8px 20px;
    text-align: center;
      font-family: var(--yantramanav-family);
}


.search-icon{
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 16px;
    margin-right: 30px;
    cursor: pointer;
}
.search-icon a{
    color: #fff;
}
.header-btn{
    background: var(--main-color) !important;
    padding: 12px 30px;
    border: none;
    border-left: 4px solid #fff;
    border-radius: 0px 5px 5px 0px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-family: var(--oswald-family);
    position: relative;
    z-index: 2;
}


 .search-icon .search-form-main {
    background: var(--black-color) none repeat scroll 0 0;
    -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.15);
    box-shadow: 1px 1px 7px rgba(0,0,0,.15);
    border-top: 2px solid var(--main-color);
    padding: 10px;
    position: absolute;
    right: 0px;
    top: 218%;
    width: 350px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}
.search-icon .search-form-main.active-search {
    opacity: 1;
    visibility: visible;
}
 .search-icon .search-form-main:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--main-color);
    content: "";
    position: absolute;
    right: -2px;
    top: -10px;
}
 .search-icon .search-form-main:before {
    border-bottom-color: var(--main-color);
}
 .search-icon .search-form-main  .input-group{
    background: rgba(66, 66, 66, 0.85);
    border-radius: 0px;
    padding: 2px ;
    border: 1px solid rgba(66, 66, 66, 0.85);
}
.search-icon .search-form-main .input-group .form-control{
   background: transparent;
   border: none !important;
   box-shadow: none !important;
   outline: none !important;
   font-size: 16px;
   font-weight: 400;
   padding: 8px 20px;
   color: #fff;
   font-family: var(--yantramanav-family);
}
 .search-icon .search-form-main .input-group .form-control::placeholder{
    color: #fff;
}
 .search-icon .search-form-main  .search-btn{ 
    background: var(--main-color) ;
    border-radius: 0px !important;
    color: #fff;
    font-size: 16px;
    padding: 8px 30px;
    text-align: center;
      font-family: var(--yantramanav-family);
}
.footer  .search-btn i{
    margin-left: 7px;
}

.banner-carousel .banner-img{
    position: relative !important;
}


.banner-carousel .banner-img-1{
    background: url(../images/page-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:left;
    width: 100%;
    height: 470px;
}
.banner-carousel .banner-img-2{
    background: url(../images/page-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 470px;
}
.banner-carousel .banner-img-3{
    background: url(../images/page-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 470px;
}
.banner .banner-content{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
}
@keyframes swip_up {
    from {
        transform: translate(0px, 50px);
        opacity: 0
    }
 
    to {
        transform: translate(0,0);
        opacity: 1
    }
 }

.banner .banner-product-img{
    width: 100%;
    height: 400px;
    position: relative;
}
.banner .banner-product-img::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/splash.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.banner .banner-product-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
}
.banner .banner-content .banner-subtitle{
    font-size: 15px;
    font-weight: 400;
    color: #000;
    background: #000;
    padding: 12px 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    line-height: 1.25em;
    display: inline-block;
    border-radius: 30px;
}
.banner .banner-content .banner-title{
    position: relative;
    margin-bottom: 25px;
    font-size: 50px;
    font-weight: 600;
    font-family: var(--oswald-family);
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #000;
    text-transform: capitalize;
    position: relative;
}
.banner .banner-content .banner-title span{
    color: #004B50;
}

.banner .banner-content .banner-text{
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
  font-family: var(--roboto-family);
}
.banner .banner-content .banner-btn{
    background: var(--main-color) !important;
    padding: 12px 40px;
    border: none;
    border-left: 4px solid #004B50;
    border-radius: 0px ;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-family: var(--teko-family);
    position: relative;
    z-index: 2;
    letter-spacing: 0.1rem;
}


.banner .banner-content .banner-btn:hover span{
    color: #fff;
}
.banner .banner-content .banner-btn1{
    background: var(--black-color) !important;
    padding: 15px 40px;
    border: none;
    border-left: 4px solid #484848;
    border-radius: 0px ;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-family: var(--teko-family);
    position: relative;
    z-index: 2;
}

  .banner .banner-carousel .owl-item.active .banner-btn1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.1s;
  }
  .banner .banner-carousel .owl-item.active .banner-btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.2s;
  }
  .banner .banner-carousel .owl-item.active .banner-text {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
  }
  .banner .banner-carousel .owl-item.active .banner-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.4s;
  }
  .banner .banner-carousel .owl-item.active .banner-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.4s;
  }
  .banner .banner-carousel .owl-item.active .banner-small-img{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: zoomIn;
    animation-delay: 0.5s;
  }
  .banner .banner-carousel .owl-nav{
    display: none !important;
  }
  .banner .banner-carousel .owl-dots {
    display: block;
    position: absolute;
    top: 50%;
    right: 5%;
    transform:rotate(90deg) translateY(-50%);
    margin-top: 20px;
}
.banner .banner-carousel .owl-dots .owl-dot span {
    width: 8px;
    height:8px;
    margin: 5px 7px;
    background:var(--main-color);
    display: block;
    transition: opacity 0.2s ease;
    border-radius: 50%;
    position: relative;
}
.banner .banner-carousel .owl-dots .owl-dot.active span{
   outline: 1px solid var(--main-color);
   outline-offset: 2px;
   background: var(--main-color);
}

.about-detail{
    padding: 50px 0px ;
    position: relative;
    overflow: hidden;
}
.about-detail .about-img{
    width: 100%;
    height: 600px;
    position: relative;
    z-index: 2;
}
.about-detail .about-img .about-img-big{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
}
.about-detail .about-content{
    padding: 0px 30px;
}
.about-detail .about-subtitle {
    color: #ff0000 !important;
    font-family: var(--teko-family);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.about-detail .about-title{
        color: #000;
    font-family: var(--oswald-family);
    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.about-detail .about-title span{
    position: relative;
    color: #004B50;
}

.about-detail .about-desc-title{
        color: #000;
    font-family: var(--roboto-condensed-family);
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 15px;
}
.about-detail .about-desc-title span{
    position: relative;
}
.about-detail .about-desc-title span:before {
    width: 100%;
    height: 15px;
    background: url(../images/line-bottom.png);
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 4px;
    background-repeat: no-repeat;
}
.about-detail .about-text{
  font-size: 16px;
  line-height: 28px;
  color: #333;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: var(--roboto-family);
}
.about-detail .nav-item{
    margin-right: 3px;
}
.about-detail .nav-link img{
    width: 33px;
    margin-right:10px;
}

.about-detail .nav-link{
   color: #000 !important;
    background: #F5F5F5;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 18px;
    font-family: var(--oswald-family);
    padding:10px;
    border-radius: 0px;
    text-transform: uppercase;
    outline: none;
}
.about-detail .nav-link.active{
    background: #F5F5F5;
    border-bottom: 2px solid var(--main-color);
}
.about-detail .nav-text{
     font-size: 16px;
  line-height: 28px;
  color: #333;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: var(--roboto-family);
}
.about-detail .nav-list{
    margin-bottom: 0px;
    padding-left: 40px;
}
.about-detail .nav-list li:before {
    content: "\f085";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: -50px;
    top: 0px;
    color: var(--blue-color);
    transform: rotate(-45deg);
    line-height: 30px;
    width: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.about-detail .nav-list li{
  font-size: 16px;
  line-height: 28px;
  color: #333;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
}

.about-detail .content-box{
   background: transparent;
    padding: 25px 20px 25px 35px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    overflow: hidden;
}
.about-detail .bg-settings {
    position: absolute !important;
    top: 50%;
    left: 50%;
    width: 190px !important;
    opacity: 0.1;
    transform: translate(-50% , -50%);
}

.about-detail .content-box .vertical-text {
    font-size: 14px;
     font-family: var(--roboto-condensed-family);
     letter-spacing: 4px;
    font-weight: 600;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    transform: rotate(-90deg) translate(-100%, -50%);
    display: inline-block;
    transform-origin: left top;
    opacity: 0.75;
    position: absolute;
    top: 17%;
    left: 30px;
    z-index: 1;
}
.about-detail .content-post{
    position: relative;
    z-index: 2;
}
.about-detail .content-box .exp-year h4{
    font-size: 60px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
    line-height: 50px;
         font-family: var(--roboto-condensed-family);
    z-index: 1;
}
.about-detail .content-box .text{
     font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
     font-family: var(--roboto-condensed-family);
     z-index: 1;
}

.about-detail .about-box{
    background: url(../images/saving-box.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    padding:30px 25px;
    position: relative;
}
.about-detail .about-box .about-desc-title{
    color: #fff;
}



.content-box{
    background: var(--main-color);
    padding: 80px 20px 50px 50px;
    position: absolute;
    left: -30px;
    top:50%;
    transform: translateY(-50%);
    overflow: hidden;
}

.content-box:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    width: 100% !important;
    height: 100%;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat !important;
    background: url(../images/bg-design.png);
    z-index: 1;
}
.content-box .vertical-text {
    font-size: 30px;
     font-family: var(--teko-family);
     letter-spacing: 4px;
    font-weight: 600;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    transform: rotate(-90deg) translate(-100%, -50%);
    display: inline-block;
    transform-origin: left top;
    opacity: 0.65;
    position: absolute;
    top: 22%;
    left: 35px;
    z-index: 1;
}
.content-post{
    position: relative;
    z-index: 2;
}
.content-box .exp-year h4{
    font-size: 80px;
    font-weight: 800;
    color: #fff;
    line-height: 50px;
    margin-bottom: 30px;
    z-index: 1;
}
.content-box .text{
     font-size: 24px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
     font-family: var(--teko-family);
     z-index: 1;
}



.our-popular-brands{
    padding: 50px 0px;
}
.our-popular-brands .brand-subtitle {
    color: #ff0000 !important;
    font-family: var(--teko-family);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.our-popular-brands .brand-title{
        color: #000;
    font-family: var(--oswald-family);
    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.our-popular-brands .brand-title span{
   color: var(--main-color);
}   
.our-popular-brands .spectrum-box{
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding:30px 20px;
    width: 100%;
    height: 100%;
    transition: 0.5s all;
    background: #fff;
    position: relative;
}
.our-popular-brands .spectrum-box:hover{
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.spectrum-box.spectrum-bt-0{
    border-bottom: none;
}
.our-popular-brands .spectrum-box-spectrum-bl{
      border-left: 1px solid #eee !important;
}
.our-popular-brands .spectrum-box .icon{
    width: 100%;
    height: 100px;
}
.our-popular-brands .spectrum-box .icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.our-popular-brands .spectrum-title{
    font-size: 17px;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
}
.our-popular-brands .spectrum-text{
    font-size: 14px;
    color: #666d81;
    font-weight: 400;
    text-transform: capitalize;
}
.our-popular-brands .overlay-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffffe6;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all;
}
.our-popular-brands .overlay-box .overlay-link {
    position: relative;
    left: 50%;
    top: 50%;
    width: 60%;
    height: 100%;
    text-align: center;
    transform: translate(-50% , -50%);
    z-index: 2;
    background: url(../images/splash.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.our-popular-brands .overlay-box .overlay-link .view-link{
    border: none !important;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    z-index: 2;
}
.our-popular-brands .overlay-box .overlay-link .view-link:hover , .our-popular-brands .overlay-box .overlay-link .view-link:focus{
   color: #fff !important;
}
.our-popular-brands .spectrum-box:hover .overlay-box{
    opacity: 1;
    visibility: visible;
}
.our-popular-brands .spectrum-box.view-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.our-popular-brands .spectrum-box.view-box .overlay-box{
     opacity: 1;
    visibility: visible;
}
.our-popular-brands .overlay-img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    width: 200px;
    opacity: 0.15;
}
.our-popular-brands .view-btn{
   background: var(--red-color);
    padding: 15px 50px;
    border: none;
    border-radius: 0px;
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    font-family: var(--jost-family);
    position: relative;
    z-index: 2;
}
.our-popular-brands .view-btn:hover , .view-btn:focus{
   background: var(--red-color) !important;
   color: #fff !important;
}
.our-popular-brands .view-btn i{
    margin-left: 8px;
    
}


.achivements{
    padding: 50px 0px;
    background: url(../images/banner-1.webp);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.achivements::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #004B50dc;
}
.achivements .achive-subtitle {
    color: #fff !important;
    font-family: var(--teko-family);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.achivements .achive-title{
        color: #fff;
    font-family: var(--oswald-family);
    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.achivements .achive-text{
        color: #fff;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0px;;
}
.achivements .achive-content{
    position: relative;
    z-index: 2;
}
.achivements .achive-content .achive-box .icon{
    width: 100%;
    height: 60px;
}
.achivements .achive-content .achive-box .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.achivements .achive-content .achive-box .box-subtitle {
    color: #fff !important;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.achivements .achive-content .achive-box .box-title{
        color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px;
}


.our-products{
    padding: 50px 0px;
}
.our-products .product-subtitle {
    color: #ff0000 !important;
    font-family: var(--teko-family);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.our-products .product-title{
        color: #000;
    font-family: var(--oswald-family);
    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 15px;
}
.our-products .product-title span{
   color: var(--main-color);
}  
.our-products .product-card{
    padding: 10px;
    border: 1px solid #eee;
}
.our-products .product-card .img-box{
    width: 100%;
    height: 200px;
    position: relative;
    padding: 15px;
    background: url(../images/splash.png);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}
.our-products .product-card .img-box::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background: #eee;
}
.our-products .product-card .img-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.our-products .product-card .card-body{
    padding: 20px 0px;
}
.our-products .product-card .card-body .card-list li {
    color: #666d81 !important;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 0px;
}
.our-products .product-card .card-body .card-list li::before {
    content: "\f105";
    color: var(--main-color);
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.our-products .product-card .card-body .card-title{
        color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
    font-family: var(--oswald-family);
}
.our-products .product-card .card-body .card-btn{
    margin-top: 10px;
    text-align: center;
}
.our-products .product-card .card-body .get-btn{
    background: var(--main-color) !important;
    padding: 10px 20px;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-family: var(--teko-family);
    position: relative;
    z-index: 2;
    letter-spacing: 0.1rem;
}
.our-products .product-card .card-body .view-btn{
    background: #0F759B !important;
    padding: 10px 20px;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-family: var(--teko-family);
    position: relative;
    z-index: 2;
    letter-spacing: 0.1rem;
}

.our-partners{
 background: var(--main-color);
    padding: 50px 0px;
    position: relative;
    z-index: 1;
}
.our-partners .partner-content{
     position: relative;
    z-index: 1;
}
.our-partners::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
   background-image: url(../images/testimonial-bg-1.png);
    opacity: 0.6;
}
.our-partners .partner-subtitle {
    color: #fff !important;
    font-family: var(--teko-family);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.our-partners .partner-title{
        color: #fff;
    font-family: var(--oswald-family);
    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.our-partners .partner-list{
    margin-top: 50px;
}
.our-partners .partner-list .spectrum-box{
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding:20px;
    text-align: center;
    width: 100%;
    height: 100%;
    transition: 0.5s all;
    background: #fff;
    position: relative;
}
.our-partners .partner-list .spectrum-box:hover{
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.our-partners .spectrum-box.spectrum-bt-0{
    border-bottom: none;
}
.our-partners .partner-list .spectrum-box .icon{
    width: 100%;
    height: 70px;
}
.our-partners .partner-list .spectrum-box .icon img{
 width: 100%;
 height: 100%;
 object-fit: contain;
}


.enquiry-detail{
    padding: 50px 0px;
}
.enquiry-detail .enquiry-box{
    background: url(../images/jumbtron.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left 25%;
    padding: 30px;
    width: 100%;
}
.enquiry-detail .enquiry-box .enquiry-title{
     font-size: 36px;
     margin-bottom: 8px;
     padding-top: 0px;
     font-weight: 400;
     color: #fff;
     font-family: var(--oswald-family);
 }
.enquiry-detail .enquiry-box .enquiry-text{
     font-size: 16px;
     color: #ffffff;
     line-height: 1em;
     margin-bottom: 0px;
 }




.testimonials{
    padding: 60px 0px;
}
.testimonials .testimonial-content{
    padding-right: 30px;
}
.testimonials .testimonial-subtitle{
   color: #ff0000 !important;
    font-family: var(--teko-family);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.testimonials .testimonial-title{
        color: #000;
    font-family: var(--oswald-family);
    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.testimonials .testimonial-title span{
    color: var(--main-color);
    position: relative;
}
.testimonials .testimonial-title  span:before {
    width: 100%;
    height: 15px;
    background: url(../images/line-bottom.png);
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -2px;
    left: 4px;
    background-repeat: no-repeat;
}
.testimonials .testimonial-text{
  font-size: 16px;
  line-height: 28px;
  color: #666;
  font-weight: 400;
  margin-bottom: 20px;

}

.testimonials .testimonial-contact {
 display: flex;
 align-items: center;
}
.testimonials .testimonial-contact .contact-text{
    font-size: 20px;
    color: var(--main-color);
    font-weight: 600;
    font-family: var(--teko-family);
}
.testimonials .testimonial-contact .phone-number{
    font-size: 15px;
    color: #666;
    font-family: var(--roboto-family);
    font-weight: 400;
}
.testimonials .testimonial-contact .icon{
    margin-right: 20px;
    color: var(--main-color);
    text-align: center;
    font-size: 35px;
    float: left;
    position: relative;
    z-index: 1;
}
.testimonials .testimonial-contact .icon i{
    position: relative;
}
.testimonials .testimonial-contact .icon::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 5px;
        background: #d5dce4;
    width: 45px;
    height: 45px;
    line-height: 48px;
    border-radius: 50%;
    z-index: 0;
}
.testimonials .testimonial-contact .text{
    float: right;
}
.testimonial-box{
    background: url(../images/testimonial.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
    z-index: 1;
    padding:60px 40px;
}
.testimonial-box::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--main-color);
    opacity: 0.8;
    z-index: -1;
}

.testimonials .testimonial-card .testimonial-text{
     font-size: 16px;
     font-weight: 400;
     line-height: 28px;
     text-align: center;
     color: #ffffff;
     font-family: var(--roboto-family);
     margin-bottom: 20px;
 }
 .testimonials .testimonial-card .user-detail{
     margin-top: 20px;
     text-align: center;
 }
 .testimonials .testimonial-card .user-detail .icon{
     width: 80px;
     height: 80px;
     border-radius: 50%;
     overflow: hidden;
     margin:  20px auto;
 }
 .testimonials .testimonial-card .user-detail .icon img{
     width: 100%;
     height: 100%;
     object-fit: cover;
 }
 .testimonials .testimonial-card .user-detail .user-title{
     font-size: 26px;
     margin-bottom: 15px;
     padding-top: 0px;
     font-weight: 400;
     color: #fff;
     line-height: 1em;
     text-transform: uppercase;
     font-family: var(--teko-family);
 }
 .testimonials .testimonial-card .user-detail .user-text{
     font-size: 16px;
     color: #ffffff;
     line-height: 1em;
     margin-bottom: 10px;
       font-family: var(--teko-family);
 }
 .testimonials .testimonial-card .quote img{
    width: 80px;
    opacity: 0.1;
 }
  .testimonials .testimonial-carousel .owl-nav{
    display: none;
  }
 .testimonials .testimonial-carousel .owl-dots {
     display: block;
     position: absolute;
     bottom: -20px;
     left: 50%;
     transform: translateX(-50%);
     margin-top: 30px;
 }
 .testimonials .testimonial-carousel .owl-dots .owl-dot span {
     width: 10px;
     height:10px;
     margin: 5px;
     background:#f4f6f9;
     border: none;
     display: block;
     transition: opacity 0.2s ease;
     border-radius: 0px;
     position: relative;
 }
 .testimonials .testimonial-carousel .owl-dots .owl-dot.active span{
    background: #ffc107 !important;
 }

 .footer{
    background:#121212;
    width: 100%;
    padding: 60px 0px 0px;
    position: relative;
}
.footer .footer-logo img{
    width: 180px;
    filter: brightness(0) invert(1);
}
.footer .footer-title{
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}
.footer .footer-subtitle{
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
  }
.footer .footer-email{
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
}
.footer .footer-text{
    color: #ffffff90;
    font-size: 15px;
    margin-bottom: 20px;
}
.footer .footer-list{
    padding-left: 0px;
}
.footer .footer-list li{
    margin-bottom: 15px;
}
.footer .footer-list li .footer-link{
    color: #ffffff90;
    font-size: 15px;
}

.footer .footer-address{
    padding-left: 0px;
}
.footer .footer-address li{
    margin-bottom: 15px;
}
.footer .footer-address li .address-text{
    color: #ffffff90;
    font-size: 15px;
}
.footer .footer-email span{
    font-size: 14px;
}
.footer .footer-card .img-box{
    width: 100%;
    height: 150px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.footer .footer-card .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.footer .footer-card .card-title{
    color: #fff;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Lato", sans-serif;
  }
.footer .input-group {
    border-bottom: 1px solid #fff;
}
.footer .input-group .form-control{
    background: transparent;
    border: none;
    border-radius: 0px;
    padding: 12px 0px;
    font-size: 15px;
    font-weight: 400;
    color:#fff;
}
.footer .input-group .form-control::placeholder{
    color: #FFFFFF99;
}
.footer .input-group>:not(:first-child):not(.dropdown-menu):not(.form-floating):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
    margin-left: 10px;
    border-radius: 30px;
}
.footer .search-btn{
   border: none;
    padding:16px 0px;
    color: #fff !important;
    font-size: 15px;
    font-weight: 500;
    line-height: initial;
    box-shadow: none;
    outline: none;
}
.footer .search-btn:focus , .footer .search-btn:hover{
    color: #fff !important;
}

.footer-social-list{
    padding-left: 0px;
}
.footer-social-list li{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #FFFFFF3B;
    color: #ffffff90;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}
.footer-social-list li a{
    color: #fff;
    
}
.footer-social-list li:last-child{
    border-bottom: none;
}
.footer-bottom{
    margin-top: 30px;
    padding: 15px 0px;
    position: relative;
    z-index: 1;
    border-top: 1px solid #ffffff14;
}
.footer-bottom .copyright-text{
    font-size: 14px;
    color: #ffffff90;
    font-weight: 400;
    margin-bottom: 0px;
    text-align: center;
}
.footer-bottom .copyright-text a{
  color: #fff;
}



.page-banner{
    background: url(../images/page-banner.png);
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 250px;
    position: relative;
}
.page-banner .banner-content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
}
.page-banner .banner-title{
    color: #121212;
    font-size: 40px;
    font-weight: 700;
    z-index: 1;
    font-family: var(--oswald-family);
}
.page-banner .banner-title span{
    color: var(--main-color);
}

.page-banner  ol{
    margin-bottom: 0px;
}
.page-banner  .breadcrumb-item {
    font-weight: 400;
    font-size: 16px;
}
.page-banner  .breadcrumb-item a{
    color: #000
}
.page-banner  .breadcrumb-item.active {
    color: var(--main-color);
}


.vision-detail{
    padding: 30px 0px;
}
.vision-detail .img-box{
    width: 100%;
    height: 500px;
}
.vision-detail .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.vision-detail .vision-box-1{
    z-index: 1;
    position: relative;
}
.vision-detail .vision-box-2{
    z-index: 1;
    position: relative;
}
.vision-detail .vision-box{
    padding: 35px;
}
.vision-detail .vision-box-subtitle{
        color: #ff0000 !important;
    font-family: var(--teko-family);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.vision-detail .vision-box-title{
  color: #000;
    font-family: var(--oswald-family);
    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.vision-detail .vision-box-text{
    color: #666d81 !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}
.vision-detail .factsheet-box .icon{
    width: 100%;
    height: 50px;
}
.vision-detail .factsheet-box .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.vision-detail .factsheet-box .box-subtitle {
   
    margin-bottom: 10px;
     color: #000;
    font-size: 17px;
    font-weight: 600;
}
.vision-detail .factsheet-box .box-title{
        color: #666d81 !important;
    font-size: 15px;
    font-weight: 400;
}



.factsheet-detail{
    padding: 50px 0px;
}
.factsheet-detail .factsheet-subtitle {
    color: #ff0000 !important;
    font-family: var(--teko-family);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.factsheet-detail .factsheet-title{
        color: #000;
    font-family: var(--oswald-family);
    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.factsheet-content-title{
     color: var(--main-color);
    font-family: var(--oswald-family);
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.factsheet-detail .factsheet-text{
        color: #666d81;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0px;;
}
.factsheet-detail .factsheet-content{
    position: relative;
    z-index: 2;
}
.factsheet-detail .factsheet-content .factsheet-box .icon{
    width: 100%;
    height: 60px;
}
.factsheet-detail .factsheet-content .factsheet-box .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.factsheet-detail .factsheet-content .factsheet-box .box-subtitle {
   
    margin-bottom: 10px;
     color: #000;
    font-size: 17px;
    font-weight: 600;
}
.factsheet-detail .factsheet-content .factsheet-box .box-title{
        color: #666d81 !important;
    font-size: 15px;
    font-weight: 400;
}


.infrastructure-detail{
    padding: 50px 0px;
}
.infrastructure-detail .infra-subtitle {
    color: #ff0000 !important;
    font-family: var(--teko-family);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.infrastructure-detail .infra-title{
        color: #000;
    font-family: var(--oswald-family);
    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.infrastructure-detail .infra-title span{
    color: var(--main-color);
}
.infrastructure-detail .infra-box .card-img{
    width: 100%;
    height: 300px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 10px;
    position: relative;
}
.infrastructure-detail .infra-box .card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.infrastructure-detail .infra-box .card-body{
    padding: 12px 40px;
    background: var(--main-color);
    position: absolute;
    bottom: -10px;
    right: 20px;
    z-index: 1;
    clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
}
.infrastructure-detail .infra-box .card-body .card-title{
 color: #fff;
    font-size: 15px;
    margin-bottom: 0px;
}
.infrastructure-detail .image--container {
    margin-top: 20px;
    display: grid;
    grid-auto-rows: 250px;
    grid-gap: 5px;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    grid-auto-flow: dense;
}
.infrastructure-detail .box {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 1.2s all;
    position: relative;
}
.infrastructure-detail .box a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: url(../images/search.png);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all;
}
.infrastructure-detail .box:hover img {
    transform: scale(1.2);
}
.infrastructure-detail .box:hover a::after {
    opacity: 1;
    visibility: visible;
}
.infrastructure-detail .box img {
    transition: 1.2s all;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3.2;
}
.infrastructure-detail .box.tall {
    grid-row: span 2;
}
.infrastructure-detail .box.tall .img-box{
   height: 500px;
   width: 100%;
   
}
.infrastructure-detail .box.wide .img-box{
    height: 250px;
    width: 100%;
 }
 .infrastructure-detail .box .img-box{
    height: 250px;
    width: 100%;
 }
.infrastructure-detail .box.wide {
    grid-column: span 2;
}


.product-detail{
    padding: 50px 0px;
}
.product-detail-content{
    padding: 0px 30px;
}
.product-detail-content .product-title{
    font-size: 30px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: var(--oswald-family);
}
.product-detail-content .product-subtitle{
    font-size: 15px;
    color: #666;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
}
.product-detail-content .product-rate{
    font-size: 30px;
    color: var(--main-color);
    font-weight: 600;
    margin-bottom: 10px;
    font-family: var(--teko-family);
}
.pdf-btn img{
    width: 40px;
    margin-right: 8px;
}
.pdf-btn a{
    font-size: 20px;
    color: #121212;
    font-family: var(--oswald-family);
    font-weight: 600;
}
.product-detail-content .desc-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    border-bottom: 1px dashed #c1c1c1;
    padding-bottom: 10px;
}
.product-detail-content .desc-list li{
    margin-right: 35px;
    position: relative;
}
.product-detail-content .desc-list li:not(:last-child)::after{
    content: "";
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    border-right: 1px dashed #c1c1c1;
    right: -20px;
}
.product-detail .product-detail-content .review-text{
    font-size: 15px;
    color: #666;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
}
.product-detail .product-detail-content .review-link a{
    font-size: 15px;
    color: #666;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
}
.product-detail .product-detail-content .review-link a i{
    margin-right: 10px;
}
.product-detail .product-detail-content .star-rating {
    display: flex;
    justify-content: center;
}
.product-detail .product-detail-content .star-rating i {
    font-size: 14px;
    color:#ffbf34;
    margin: 0px 2px 10px 2px;
}
.product-detail-content h1 , .product-detail-content h2 , .product-detail-content h3 , .product-detail-content h4 , .product-detail-content h5 , .product-detail-content h6 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: var(--oswald-family);
}
.product-detail .product-detail-content p{
    color: #666;
    font-size: 15px;
}
.product-detail .product-detail-content dt p{
    color: #000;
}

.product-detail .detail-title{
      font-size: 20px;
    color: #121212;
    font-weight: 600;
    margin-bottom: 20px;
}
.product-detail .detail-list li{
     font-size: 15px;
    color: #666;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
}


.carousel-main .flickity-prev-next-button.previous , .carousel-main .flickity-prev-next-button.next{
    display: none !important;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 50%;
  background: white;
  background: var(--main-color);
  color: #fff;
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: var(--main-color); }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}   

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */ */
/* .flickity-rtl .flickity-prev-next-button.previous { */
/*   left: auto; */
/*   right: 10px; */
/* } */
/* .flickity-rtl .flickity-prev-next-button.next { */
/*   right: auto; */
/*   left: 10px; */
/* } */

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #fff;
}
.carousel-main{
    margin-bottom: 20px;
}
.carousel-cell {
  width: 100%;
  height: 400px;
  margin-right: 8px;
  border-radius: 5px;
  padding: 25px;
  border: 1px solid #eee;
}
.carousel-cell img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.carousel-nav .carousel-cell {
  height: 90px;
  width: 120px;
  padding: 0px;
}
.carousel-nav .carousel-cell img{
    width: 100%;
    height: 100%;
    object-fit: contain ;
}


.moretext {
  display: none;
}
.text-link{
    color: var(--main-color);
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
}



.our-partners-inner{
    padding: 50px 0px;
    position: relative;
    z-index: 1;
}
.our-partners-inner .partner-subtitle {
    color: #ff0000 !important;
    font-family: var(--teko-family);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.our-partners-inner .partner-title{
        color: #000;
    font-family: var(--oswald-family);
    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.our-partners-inner .partner-list{
    margin-top: 50px;
}
.our-partners-inner .partner-list .spectrum-box{
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding:20px;
    text-align: center;
    width: 100%;
    height: 100%;
    transition: 0.5s all;
    background: #fff;
    position: relative;
}
.our-partners-inner .partner-list .spectrum-box:hover{
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.our-partners-inner .spectrum-box.border-bt-0{
    border-bottom: none;
}
.our-partners-inner .partner-list .spectrum-box .icon{
    width: 100%;
    height: 70px;
}
.our-partners-inner .partner-list .spectrum-box .icon img{
 width: 100%;
 height: 100%;
 object-fit: contain;
}



.contact-detail{
    padding: 50px 0px;
}
.contact-detail .contact-map{
    margin-bottom: 25px;
}
.contact-detail .address-detail{
    margin-top: 35px;
}
.contact-detail .address-detail .address-title{
    font-size: 26px;
    font-family: var(--oswald-family);
    text-transform: capitalize;
    margin-bottom: 20px;
}
.contact-detail .address-detail .form-label{
    font-size: 16px;
}
.contact-detail .address-detail .form-control{
    padding: 10px;
}
.contact-detail .address-detail .address-subtitle{
    font-size: 20px;
    font-family: var(--oswald-family);
    text-transform: capitalize;
    margin-bottom: 20px;
}
.contact-detail .address-detail .address-text{
     font-size: 15px;
    color: #666;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 28px;
}

.contact-detail .address-detail .address-link a{
     font-size: 15px;
    color: #666;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 28px;
}






#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
}
#myBtn::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
#myBtn:hover {
    background-color: #FD6601;
}




.mobile-address{
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}
.mobile-address li{
    padding:0px 25px;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}
.mobile-address li:last-child{
    padding-right: 0px;
    margin-bottom: 0px;
}
.mobile-address  li:not(:last-child):after{
    content: "";
    position: absolute;
    width: 1px;
    height: 26px;
    background: #d5dce4;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}
.mobile-address .contact-text{
    font-size: 16px;
    text-transform: uppercase;
    color: var(--main-color);
    font-weight: 600;
    font-family: var(--oswald-family);
}
.mobile-address .phone-number{
    font-size: 14px;
    color: #666;
    font-weight: 400;
}
.mobile-address .icon{
    margin-right: 20px;
    color: var(--main-color);
    text-align: center;
    font-size: 35px;
    float: left;
    position: relative;
    z-index: 1;
}
.mobile-address .icon i{
    position: relative;
}
.mobile-address .icon::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 5px;
    background: #004b5024;
    width: 45px;
    height: 45px;
    line-height: 48px;
    border-radius: 50%;
    z-index: 0;
}
.mobile-address .text{
    float: left;
}





@media (min-width:2000px) {
  .container{
    max-width: 1320px;
  }
}



@media (min-width: 992px) and (max-width: 1199.98px) {
      .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        background: #fff;
        width: 100%;
        z-index: 1200;
        padding: 10px 0px;
       position: relative;
       overflow: hidden;
    }
    .mobile-header .container{
        max-width: 98%;
    }
    .mobile-header::after{
          content: "";
    display: block;
    background-color: var(--black-color);
    position: absolute;
    top: 0;
    right: 0%;
    height: 100%;
    width: 40%;
    z-index: 2px;
    -webkit-transform: skew(35deg);
    -khtml-transform: skew(35deg);
    -moz-transform: skew(35deg);
    -ms-transform: skew(35deg);
    -o-transform: skew(35deg);
    transform: skew(35deg);
    }
    .mobile-header::before{
    content: "";
    display: block;
    background-color: var(--black-color);
    position: absolute;
    top: 0;
    right: 0%;
    height: 100%;
    width: 18%;
    z-index: 1px;
}
    .mobile-header .logo img {
        width: 140px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
    color: #000;
    font-weight: 500;
        position: relative;
        line-height: 25px;
    }
  .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .main-section .vertical-space-50{
        height: 0px !important;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .offcanvas .logo img{
        width: 150px;
    }
    .toggler {
    color: #fff !important;
        font-size: 32px;
        border: none;
        padding: 0px;
        margin-top: 10px;
        position: relative;
        z-index: 1;
    }
    .toggler:focus , .toggler:hover {
        color: #fff;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .banner{
        padding: 25px;
    }
     .banner-carousel .banner-img-1 , .banner-carousel .banner-img-2 , .banner-carousel .banner-img-3{
        height: 30vh;
        padding: 25px;
     }
     .search-icon{
        margin-right: 0px;
        text-align: right;
        font-size: 18px;
        margin-top: 10px;
     }
     .search-icon .search-form-main:before{
        right: 46px;
     }
     .search-icon .search-form-main{
        right: -50px;
     }
     .content-box{
        left: -10px;
     }
     .about-detail .about-content{
        padding: 0px;
     }
     .about-detail .about-title , .our-strength .strength-title , .our-products .product-title , .work-process .process-title , .testimonials .testimonial-title{
        font-size: 30px;
        line-height: 35px;
     }
     .our-strength .strength-box.strength-box-1 , .our-strength .strength-box.strength-box-2 , .our-strength .strength-box.strength-box-3, .our-strength .strength-box.strength-box-4{
        margin-top: 0px;
     }
     .about-detail {
    padding: 30px 0px;
}

.page-banner{
    margin: 20px;
}
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        background: #fff;
        width: 100%;
        z-index: 1200;
        padding: 10px 0px;
       position: relative;
    }
    .mobile-header .container{
        max-width: 98%;
    }
    .mobile-header::after{
          content: "";
    display: block;
    background-color: var(--black-color);
    position: absolute;
    top: 0;
    right: 8%;
    height: 100%;
    width: 30%;
    z-index: 2px;
    -webkit-transform: skew(35deg);
    -khtml-transform: skew(35deg);
    -moz-transform: skew(35deg);
    -ms-transform: skew(35deg);
    -o-transform: skew(35deg);
    transform: skew(35deg);
    }
    .mobile-header::before{
    content: "";
    display: block;
    background-color: var(--black-color);
    position: absolute;
    top: 0;
    right: 0%;
    height: 100%;
    width: 18%;
    z-index: 1px;
}
   .toggler {
    color: #fff !important;
        font-size: 32px;
        border: none;
        padding: 0px;
        margin-top: 10px;
        position: relative;
        z-index: 1;
    }
    .toggler:focus , .toggler:hover {
        color: #fff;
        background: transparent;
    }
    .mobile-header .logo img {
        width: 140px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
    color: #000;
    font-weight: 500;
        position: relative;
        line-height: 25px;
    }
  .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .banner .banner-content .banner-title{
        font-size: 40px;
    }
      .search-icon{
        margin-right: 0px;
        text-align: right;
        font-size: 18px;
        margin-top: 10px;
     }
     .search-icon .search-form-main:before{
        right: 46px;
     }
     .search-icon .search-form-main{
        right: -50px;
     }
     .about-detail .about-content {
    padding: 0px;
}
.our-popular-brands .spectrum-box{
    border: 1px solid #eee !important;
}
.page-banner .banner-title{
    font-size: 26px;
}
.our-partners-inner .partner-list .spectrum-box{
    border: 1px solid #eee !important;
}
.page-banner{
    height: 150px;
}
.product-detail-content {
    padding: 0px;
}
    }   

@media only screen and (max-width: 575.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .container{
        max-width: 98%;
    }
    .mobile-header {
        background: #fff;
        width: 100%;
        z-index: 1200;
        padding: 10px 0px;
       position: relative;
    }
    .mobile-header .container{
        max-width: 98%;
    }
    .mobile-header::after{
          content: "";
    display: block;
    background-color: var(--black-color);
    position: absolute;
    top: 0;
    right: 8%;
    height: 100%;
    width: 30%;
    z-index: 2px;
    -webkit-transform: skew(35deg);
    -khtml-transform: skew(35deg);
    -moz-transform: skew(35deg);
    -ms-transform: skew(35deg);
    -o-transform: skew(35deg);
    transform: skew(35deg);
    }
    .mobile-header::before{
    content: "";
    display: block;
    background-color: var(--black-color);
    position: absolute;
    top: 0;
    right: 0%;
    height: 100%;
    width: 18%;
    z-index: 1px;
}
    .mobile-header .logo img {
        width: 120px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
    color: #000;
    font-weight: 500;
        position: relative;
        line-height: 25px;
    }
  .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .main-section .vertical-space-50{
        height: 0px !important;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .offcanvas .logo img{
        width: 140px;
    }
    .toggler {
    color: #fff !important;
        font-size: 32px;
        border: none;
        padding: 0px;
        margin-top: 10px;
        position: relative;
        z-index: 1;
    }
    .toggler:focus , .toggler:hover {
        color: #fff;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    
     .banner-carousel .banner-img-1 , .banner-carousel .banner-img-2 , .banner-carousel .banner-img-3{
        height: 80vh;
        padding: 25px 0px;
     }
     .search-icon{
        margin-right: 0px;
        text-align: right;
        font-size: 18px;
        margin-top: 10px;
     }
     .search-icon .search-form-main:before{
        right: 46px;
     }
     .search-icon .search-form-main{
        right: -50px;
     }
     .banner .banner-content{
        position: relative;
        transform: translateY(0px);
        top: 0px;
     }
     .banner .banner-content .banner-title{
        font-size: 30px;
     }
     .banner .banner-product-img {
    width: 100%;
    height: 250px;
}
.banner .banner-content .banner-btn{
    font-size: 14px;
    padding: 10px 25px;
}
.about-detail .about-content {
    padding: 0px;
}
.about-detail .about-title , .factsheet-detail .factsheet-title , .our-partners-inner .partner-title, .enquiry-detail .enquiry-box .enquiry-title, .infrastructure-detail .infra-title , .our-popular-brands .brand-title , .achivements .achive-title , .our-products .product-title , .our-partners .partner-title , .testimonials .testimonial-title{
    font-size: 26px;
    line-height: 30px;
}
.about-detail .about-img{
    height: auto;
}
.our-popular-brands .spectrum-box{
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: none;
}
.testimonials {
    padding: 20px 0px;
}
.page-banner .banner-title{
    font-size: 26px;
}
.page-banner{
    height: 150px;
}
.our-partners-inner .partner-list .spectrum-box{
    border: 1px solid #eee !important;
}
.product-detail-content {
    padding: 0px;
}
}   
