@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&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=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&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");



:root {
    --barlow--family:  "Barlow", serif;
    --barlow-condensed-family: "Barlow Condensed", serif;
    --roboto-family: "Roboto", sans-serif;
    --lato-family: "Lato", serif;
    --main-color: #781215;
    --yellow-color:#bf1e24;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: #fff;
    /* user-select: none; */
    overflow-x: hidden;
    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{
    color: var(--main-color);
}


/* From Uiverse.io by niat786 */ 
.cssbuttons {
 border: none;
 color: #fff !important;
 background-image: linear-gradient(30deg, #781215, #bf1e24);
 border-radius: 50px;
 background-size: 100% auto;
 font-family: inherit;
 font-size: 15px;
 padding: 1.0em 2.5em;
 position: relative;
}

.cssbuttons:hover {
 background-position: right center;
 background-size: 200% auto;
 -webkit-animation: pulse 2s infinite;
 animation: pulse512 1.5s infinite;
}

@keyframes pulse512 {
 0% {
  box-shadow: 0 0 0 0 #78121566;
 }

 70% {
  box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
 }

 100% {
  box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
 }
}


.fixed {
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
    z-index: 1200;
    transition: 0.5s all;
    padding: 0px;
    background: var(--green-color) !important;
    animation: swip_down 0.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: 140px !important;
    display: block !important;
}

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

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


.top-header {
    background:#000;
    padding: 12px 0;
}
.top-header .top-header-left ul {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0px;
}
.top-header .top-header-left ul li{
    margin-left: 20px;
    position: relative;
}
.top-header .top-header-left ul li:not(:last-child):after{
    content: "";
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background: #ccc;
}
.top-header .top-header-left .top-header-link{
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
}
.top-header .top-header-right .desc-link{
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}
.top-header .top-header-right .desc-link li{
    margin-left: 25px;
    position: relative;
}
.top-header .top-header-right .desc-link li:not(:last-child):after{
    content: "";
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background: #fff;
}
.top-header .top-header-right .top-header-link{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
}
.top-header .top-header-left .top-header-link i{
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
}
.top-header .social-icon{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0px;
}
.top-header .social-icon li{
    margin-left: 15px;
}
.top-header .social-icon li a i{
    color: #fff;
    font-size: 13px;
    margin-right: 3px;
}
.top-header .header-btn{
    background: linear-gradient(45deg, #781215, #bf1e24);
    padding: 12px 20px;
    font-size: 14px;
    color: #fff;
    border: none;
    border-radius: 0px;
}

.main-header .navbar{
    padding:  0px;
    width: 100%;
    position: relative;
    z-index: 1020;
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.main-header .navbar::after {
    content: "";
    display: block;
    background-image: linear-gradient(30deg, #781215, #bf1e24);
    position: absolute;
    top: 0;
    right:0;
    height: 100%;
    width: 80%;
    z-index: 0;
     transform-origin: bottom left;
    -webkit-transform: skew(-35deg , 0deg);
    -khtml-transform: skew(-35deg , 0deg);
    -moz-transform: skew(-35deg , 0deg);
    -ms-transform: skew(-35deg , 0deg);
    -o-transform: skew(-35deg , 0deg);
    transform: skew(-35deg , 0deg);
}
.main-header .navbar-brand{
    padding: 15px 0px;
}
.main-header .navbar-brand img{
    width: 150px;
}
.main-header .navbar .navbar-nav{
    position: relative;
    z-index: 1;
}
.main-header .navbar .nav-link{
    font-size: 16px;
    color: #f9f9f9;
    padding: 30px 0px;
    position: relative;
    font-weight: 400;
    position: relative;
}
.main-header .navbar li.dropdown .nav-link:after {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    margin-left: 4px;
    margin-top: 7px;
    vertical-align: baseline;
}
.main-header .navbar .nav-link:hover , .main-header .navbar .nav-link.active{
    color: #Fff;
}
.main-header .navbar .nav-item{
    padding-left:27px;
}
.main-header .navbar .nav-item.dropdown .dropdown-toggle::after{
    border: none;
}
.main-header .navbar .nav-item  .dropdown-menu{
    border: none;
    border-radius: 0px;
    background: #fff;
    padding: 0px;
    box-shadow: 0 3px 25px 0 rgba(0,0,0,.07),0 0 0 rgba(0,0,0,.1) inset;
}
.main-header .navbar .dropdown .dropdown-menu .dropdown-item{
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    display: block;
    padding: 15px 20px;
    text-align: left;
    color: #8093a8;
    border-top: 1px solid rgba(0,43,92,.04);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    background: transparent;
}

.main-header .navbar .dropdown .dropdown-menu .dropdown-item:hover{
    color: #fff;
    background-image: linear-gradient(30deg, #781215, #bf1e24);
}
.main-header .navbar .dropdown:hover > ul.dropdown-menu{
    display: block !important;
    animation: swip_left .5s linear 1;
}

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

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



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


.banner-carousel .banner-img-1{
    background: url(../images/banner-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;
}
.banner-carousel .banner-img-2{
    background: url(../images/banner-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 100vh;
    z-index: 0;
}
.banner-carousel .banner-img-2:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right , #000000d0 , transparent);
    z-index: -1;
}
.banner-carousel .banner-img-2 .banner-title , .banner-carousel .banner-img-2 .banner-text , .banner-carousel .banner-img-3 .banner-title , .banner-carousel .banner-img-3 .banner-text{
    color: #fff !important;
}
.banner-carousel .banner-img-3{
    background: url(../images/banner-3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;
    z-index: 0;
}
.banner-carousel .banner-img-3:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right , #000000d0 , transparent);
    z-index: -1;
}

.banner .banner-content{
    position: absolute;
    top: 45%;
    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-content .banner-subtitle{
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}
.banner .banner-content .banner-title{
    position: relative;
    margin-bottom: 20px;
    font-size: 130px;
    line-height: 100px;
    font-weight: 800;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif;
}
.banner .banner-content .banner-title span{
    color: #fff;
    font-size: 130px;
    /* padding: 5px 40px 5px; */
    background-image: linear-gradient(30deg, #781215, #bf1e24);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner .banner-content .banner-text{
  font-size: 16px;
  line-height: 25px;
  font-family: "Lato", sans-serif;
  color: #000;
  margin-bottom: 30px;
}
.banner .banner-content .banner-small-img{
    width: 100%;
}



.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 .item:first-child .owl-dots .owl-dot span{
        background: #000;
    }
  .banner .banner-carousel .owl-nav{
    display: none !important;
  }
.banner .banner-carousel .owl-dots {
    display: block;
    position: absolute;
    bottom:  25%;
    left: 5%;
    margin-top: 20px;
}
.banner .banner-carousel .owl-dots .owl-dot span {
    width: 12px;
    height:12px;
    margin: 5px;
    background:#fff;
    border: 1px solid #fff;
    display: block;
    transition: opacity 0.2s ease;
    border-radius: 50%;
    position: relative;
}
.banner .banner-carousel .owl-dots .owl-dot.active span{
   outline: 1px solid #fff;
   outline-offset: 2px;
}

  .subtitle-wrapper{
    margin-bottom: 15px;
}
.subtitle-wrapper img{
    width: 30px !important;
}
.subtitle-wrapper .content-subtitle{
    background-image: linear-gradient(30deg, #781215, #bf1e24);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
    letter-spacing: 2px;
    text-transform: uppercase;
}


.about-detail{
    padding: 50px 0px 100px;
    position: relative;
}
.about-detail .img-box{
    position: relative;
}
.about-detail .img-box:after{
     content: "";
    width: 13px;
    background-image: linear-gradient(30deg, #781215, #bf1e24);
    height: 200px;
    position: absolute;
    top: 0px;
    right: 100px;
    z-index: 1;
}
.about-detail .img-box::before{
     content: "";
    width: 13px;
    background:#000;
    height: 150px;
    position: absolute;
    top: 0px;
    right: 70px;
    z-index: 1;
}
.about-detail .img-grid{
   position: relative;
}
.about-detail  .pencil-img{
    width: auto;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.about-detail .img-box-1{
    position: absolute;
    padding-right: 0px;
/*    box-shadow: 0px 1px 14px 0px rgba(0,0,0,.13);*/
    right: 30%;
    transform: translateX(50%);
    width: 50%;
    bottom: -100px;
}
.about-detail .img-1{
/*    padding-right: 50px;*/
    width: 100%;
    max-width: 450px;
}
.about-detail .img-2{
    margin-top: -100px;
    background-color: #fff;
    border: 10px solid #fff;   
    width: 100%;
    max-width: 350px;
    box-shadow: 0px 1px 14px 0px rgba(0,0,0,.13);
}
.about-detail .content-box{
  background-image: linear-gradient(30deg, #781215, #bf1e24);
    padding: 25px 20px 25px 35px;
    position: absolute;
    left: -20px;
    bottom: -20px;
    overflow: hidden;
    border-radius: 15px;
}
.about-detail .bg-settings {
    position: absolute !important;
    top: 50%;
    left: 50%;
    width: 150px !important;
    opacity: 0.1;
    transform: translate(-50% , -50%);
    filter: brightness(0) invert(1);
}

.about-detail .content-box .vertical-text {
    font-size: 20px;
     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: 7%;
    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;
    z-index: 1;
}
.about-detail .content-box .text{
     font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
     z-index: 1;
}
.about-detail .about-content{
    position: relative;
}
.about-detail .about-title{
    font-size: 36px;
    color: #000;
    margin-bottom: 25px;
    font-weight: 700;
    font-family: var(--roboto-family);
}
.about-detail .about-text{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 15px;
}
.about-detail .about-list{
    margin-top: 35px;
}
.about-detail .about-list li{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}
.about-detail .about-list li::after{
    content: "\f101";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: var(--main-color);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.about-detail .about-divider{
    margin-top: 25px;
}
.about-detail .about-divider .divide-box .icon img{
    width: 60px;
}
.about-detail .about-divider .divide-box .title{
    font-size: 20px;
    color: #1a1a1a;
    margin-bottom: 0px;
    font-weight: 800;
    text-transform: capitalize;
}
.subtitle-wrapper{
    display: flex;
    align-items: center;
}
.subtitle-wrapper img{
    width: 16px;
    margin-right: 10px;
}

.quality-detail{
    padding: 50px 0px;
    margin-top: -150px;
    position: relative;
    z-index: 1;
}
.quality-detail .quality-box{
    box-shadow: 0 3px 9px -2px #d0cece;
    background: #fff;
    padding: 25px;
    position: relative;
    width: 100%;
    height: 100%;
}
.quality-detail .quality-box .quality-content{
    position: relative;
    z-index: 1;
}
.quality-detail .quality-box .icon{
    margin-bottom: 15px;
}
.quality-detail .quality-box .icon img{
    width: 64px;
}
.quality-detail .quality-box .box-title{
       font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 10px;
    font-weight: 600;;
    position: relative;
    padding-left: 30px;
    font-family: var(--roboto-family);
    text-transform: uppercase;
}
.quality-detail .quality-box .box-title::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 3px;
    left: 0px;
    background:#781215;
}
.quality-detail .quality-box .box-text{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 15px;
}
.quality-detail .quality-box::after{
    content: "";
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 15px;
    height: 15px;
    transition: 0.6s all;
    background-image: linear-gradient(30deg, #781215, #bf1e24);
}
.quality-detail .quality-box:hover::after{
    width: 98%;
    height: 98%;
}
.quality-detail .quality-box:hover .icon img{
    filter: brightness(0) invert(1);
}
.quality-detail .quality-box:hover .box-title , .quality-detail .quality-box:hover .box-text{
    color: #fff;
}
.quality-detail .quality-box:hover .box-title::after{
    background: #fff !important;
}


.product-detail{
    padding: 50px 0px;
    background: linear-gradient(to right , #fff 70% , #f9f9f9 30%);
}
.product-detail .product-image{
    width: 100%;
    height: 450px;
     box-shadow: 0px 1px 14px 0px rgba(0,0,0,.13);
}
.product-detail .product-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 10px solid #fff;
}
.product-detail .product-title{
    font-size: 36px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 700;
    font-family: var(--roboto-family);
}
.product-detail .product-desctitle{
    font-size: 26px;
    color: #000;
    margin-bottom: 25px;
    font-weight: 700;
    font-family: var(--roboto-family);
}
.product-detail .product-title span{
      background-image: linear-gradient(30deg, #781215, #bf1e24);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.product-detail .product-subtitle{
       font-size: 18px;
    background-image: linear-gradient(30deg, #781215, #bf1e24);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
    font-weight: 600;;
    position: relative;
    padding-left: 30px;
    font-family: var(--roboto-family);
}
.product-detail .product-subtitle::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 3px;
    left: 0px;
    background:#781215;
}
.product-detail .product-text{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 15px;
}
.product-detail .product-list{
    margin-top: 15px;
}
.product-detail .product-list li{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}
.product-detail .product-list li b{
    color: #000;
}
.product-detail .product-list li::after{
    content: "\f101";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: var(--main-color);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.product-detail.product-white{
    background: #fff !important;
}

.why-choose{
    padding: 50px 0px;
    background: url(../images/why-choose.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}
.why-choose:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000d0;
    z-index: -1;
}
.why-choose .subtitle-wrapper{
    margin-bottom: 15px;
}
.why-choose .subtitle-wrapper img{
    width: 30px !important;
    filter: brightness(0) invert(1);
}
.why-choose .subtitle-wrapper .content-subtitle{
    background: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.why-choose .why-choose-title{
     font-size: 36px;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 700;
    font-family: var(--roboto-family);
}
.why-choose .why-choose-text{
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 0px;
}
.why-choose .why-us-box {
    padding: 20px;
    background: #fff;
     border-radius: 5px;
     position: relative;
}
.why-choose .why-us-box::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/items-shape.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
.why-choose .why-us-box .icon{
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    margin-top: -50px;
    margin-bottom: 20px;
    background-image: linear-gradient(30deg, #781215, #bf1e24);
    border-radius: 5px;
}
.why-choose .why-us-box .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
    filter: brightness(0) invert(1);
}
.why-choose .why-us-box .box-title{
       font-size: 20px;
    color: #1a1a1a;
    margin-bottom: 10px;
    font-weight: 600;;
    position: relative;
    font-family: var(--roboto-family);
    text-transform: capitalize;
}
.why-choose .why-us-box .box-text{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 10px;
}


.special-features{
    padding: 50px 0px 70px;
}
.special-features .feature-box{
    background:#f9f9f9 ;
    padding:35px 20px;
    text-align: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}
.special-features .feature-box::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    z-index: -1;
    transition: 0.6s all;
      background-image: linear-gradient(30deg, #781215, #bf1e24);
}
.special-features .feature-box .icon{
    margin-bottom: 25px;
}
.special-features .feature-box .icon img{
    width: 64px;
}
.special-features .feature-box .feature-title{
       font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 10px;
    font-weight: 600;;
    position: relative;
    padding-left: 30px;
    font-family: var(--roboto-family);
}
.special-features .feature-box .feature-text{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 15px;
}
.special-features .feature-box .arrow-icon{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 45px;
    background: #781215;
    border: 5px solid #fff;
    color: #fff;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    bottom: -22px;
    z-index: 1;
    transition: 0.6s all;
}
.special-features .feature-box:hover::after{
    height: 100%;
}
.special-features .feature-box:hover .icon img{
    filter: brightness(0) invert(1);
}
.special-features .feature-box:hover .feature-title , .special-features .feature-box:hover .feature-text{
    color: #fff;
}


.revolution-detail{
    padding: 50px 0px;
}
.revolution-detail .revolution-image{
    width: 100%;
    height: 450px;
}
.revolution-detail .revolution-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 10px solid #fff;
}
.revolution-detail .revolution-title{
    font-size: 36px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 700;
    font-family: var(--roboto-family);
}
.revolution-detail .revolution-title span{
      background-image: linear-gradient(30deg, #781215, #bf1e24);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.revolution-detail .revolution-text{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 15px;
}
.revolution-detail .revolution-list{
    margin-top: 35px;
}
.revolution-detail .revolution-list li{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}
.revolution-detail .revolution-list li::after{
    content: "\f101";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: var(--main-color);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.progress-section{
    padding: 60px 0px;
}
.progress-section .progress-box{
    position: relative;
    z-index: 1;
}
.progress-section .progress-box .progress-title{
    color: #000;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "Lato", sans-serif;
    position: relative;
    z-index: 1;
}
.progress-section  .progress-box .progress-title::after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ffe6e6;
    opacity: 0.9;
    transition: 0.7s all;
    z-index: -1;
}
.progress-section .progress-box .progress-text{
    font-size: 16px;
    color: #666;
    font-weight: 400;
}
.progress-section .progress-border::after{
     background: none;
}



.testimonial-detail{
    position: relative;
    background: url(../images/testimonial.jpg);
   background-position: top;
   background-size: cover;
   background-repeat: no-repeat;
   padding: 50px 0px 80px;
   z-index: 0;
}
.testimonial-detail::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 66%);
    z-index: -1;
}
.testimonial-detail .subtitle-wrapper{
    margin-bottom: 15px;
}
.testimonial-detail .subtitle-wrapper img{
    width: 30px !important;
    filter: brightness(0) invert(1);
}
.testimonial-detail .subtitle-wrapper .content-subtitle{
    background: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.testimonial-detail .testimonial-title{
    font-size: 36px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 700;
    font-family: var(--roboto-family);
    text-align: center;
}


.testimonial-detail .testimonial-card .icon{
    text-align: center;
    margin: 20px 0px;
}
.testimonial-detail .testimonial-card .icon i{
    font-size: 38px;
    color: #fff;
}
.testimonial-detail .testimonial-card .card-text{
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 30px;
}
.testimonial-detail .testimonial-card .card-title{
    color: #ffffff;
    font-size: 14px;
    margin-top: 35px;
    text-transform: uppercase;
    text-align: center;
}
.testimonial-detail .testimonial-card .card-subtitle{
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
}
.testimonial-detail .testimonial-slider .owl-nav{
    display: none;
}
.testimonial-detail .testimonial-slider .owl-dots {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
}
.testimonial-detail .testimonial-slider .owl-dots .owl-dot span {
    width: 5px;
    height:5px;
    margin: 5px 7px;
    background:#fff;
    display: block;
    box-shadow: inset 0 0 3px rgb(0 0 0 / 30%);
    transition: opacity 0.2s ease;
    border-radius: 0px;
    padding: 2px;
    position: relative;
}
.testimonial-detail .testimonial-slider .owl-dots .owl-dot.active span{
    background: #fff;
}
.testimonial-detail .testimonial-slider .owl-dots .owl-dot.active span:after{
    content: "";
    width: 11px;
    height: 11px;
    left: -3px;
    top: -3px;
    position: absolute;
    background: transparent;
    border: 1px solid #fff;
}



.spectrum-service{
    padding: 60px 0px;
}
.spectrum-service .spectrum-box{
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding:30px 20px;
    text-align: center;
    width: 100%;
    height: 100%;
    transition: 0.5s all;
}
.spectrum-service .spectrum-box:hover{
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.spectrum-box.spectrum-bt-0{
    border-bottom: none;
}
.spectrum-service .spectrum-box .icon img{
    width: 64px;
    margin:  0 auto 30px;
}
.spectrum-service .spectrum-title{
    font-size: 16px;
    color: #2C4250;
    text-align: center;
    font-weight: 700;
    font-family: var(--roboto-family);
}
.spectrum-service .spectrum-main{
    font-size: 40px;
    line-height: 54px;
    position: relative;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 700;
}



.our-gallery{
    padding: 50px 0px;
}
.our-gallery .gallery-subtitle{
    font-size: 16px;
    font-weight: 400;
    color: #E2A31A;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.our-gallery .gallery-title{
    position: relative;
    margin-bottom: 25px;
    font-size: 40px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    position: relative;
   text-align: center;
}
.our-gallery  .image-container{
    padding: 20px 0px;
}
.our-gallery  .img-box{
    width: 100%;
    position: relative;
    height: 250px;
}
.our-gallery  .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
.our-gallery .img-box .overlay-box{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0,0,0,0.75);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.our-gallery .img-box:hover .overlay-box{
    opacity: 1;
    visibility: visible;
}
.our-gallery .img-box .overlay-box  .options-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
}
.our-gallery .img-box .overlay-box  .options-box li {
    position: relative;
    float: left;
    margin-right: 2px;
}
.our-gallery .img-box .overlay-box  .options-box li  a .icon {
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    background-image: linear-gradient(30deg, #781215, #bf1e24);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.footer{
    padding: 60px 0px 15px;
    position: relative;
    background: #1a1a1a;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}
.footer::after {
    background: url(../images/bg-footer.png);
    transition: all .4s;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
}
.footer .container{
    position: relative;
    z-index: 2;
}
.footer .logo img{
    width: 270px;
    margin-bottom: 20px;
}
.footer  .input-group{
    background: rgba(66, 66, 66, 0.85);
    border-radius: 0px;
    padding: 2px ;
    border: 1px solid rgba(66, 66, 66, 0.85);
}
.footer .input-group .form-control{
   background: transparent;
   border: none !important;
   box-shadow: none !important;
   outline: none !important;
   font-size: 14px;
   font-weight: 400;
   padding: 10px 20px;
   color: #fff;
}
.footer .input-group .form-control::placeholder{
    color: #fff;
}
.footer  .input-group-text{ 
    border-radius: 0px !important;
}
.footer  .search-btn i{
    margin-left: 7px;
}
.footer .shipping-detail{
    padding:20px 0px ;
    border-bottom:1px solid #5C5C5C;
}
.footer .shipping-detail .shipping-title{
    position: relative;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 400;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
    text-transform: capitalize;
    font-family: var(--fira-sans-family);
}

.footer .link-desc{
    padding-bottom: 30px;
    border-bottom: 1px solid #5c5c5c6c;
    
}
.footer .link-desc .footer-text{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    margin-bottom: 0px;

}
.footer .link-desc .social ul li {
    list-style-type: none;
    padding-left: 8px;
    color: #fff;
}
.footer .link-desc .social ul {
    display: flex;
    padding-left: 0px;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
    margin-top: 25px;
}
.footer .link-desc .social i {
    color: #fff;
    text-align: center;
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
        margin:0px 5px 0px 0px;
}
.footer .link-desc .social a {
    cursor: pointer;
}
.footer .link-desc .social i:hover{
    color: var(--main-color);
}
.footer .footer-address-list{
    margin-top: 15px;
}
.footer .footer-address-list li{
  margin-bottom: 15px;
}
.footer .footer-address-list li a{
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 0px;
}

.footer .footer-address-list li a i{
    margin-right: 10px;
    color: #fff;
}
.footer-list li{
    margin-bottom: 15px;
    display: inline-block;
    width: 49%;
}
.footer .link-desc .footer-title{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
    font-family: var(--teko-family);
}
.footer-list li .footer-link{
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
    position: relative;
    transition: 0.6s all;

}
.footer-list li .footer-link:hover{
    color: var(--main-color);
    margin-left: 5px;
}
.footer-list li .footer-link:hover:after{
    opacity: 1;
    visibility: visible;
    margin-left: 10px;
}

.footer .footer-contact-list li{
  margin-bottom: 10px;
}
.footer .footer-contact-list li h6{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.footer .footer-contact-list li h6 i{
    margin-right: 10px;
}
.footer .footer-contact-list li a{
    font-size: 15px;
    color: #929FA5;
    margin-bottom: 0px;
}

.footer .footer-contact-list li a i{
    margin-right: 10px;
}

.footer .footer-bottom{
    padding-top: 15px;
}
.footer-bottom .coypright-text{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
    margin-bottom: 0px;
}
.footer-bottom .coypright-text a{
    color: #fff;
}
.footer .divide-list{
    display: flex;
    margin-bottom: 0px;
    margin-top: 25px;
}
.footer .divide-list .divide-link{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
    margin-bottom: 0px;
    position: relative;
}
.footer .divide-list  li{
    position: relative;
    margin-right: 25px;
}
.footer .divide-list  li:not(:last-child)::after{
    content: "";
    position: absolute;
    right: -14px;
    width: 2px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--main-color);
}

.page-banner{
    position: relative;
    padding: 130px 0px;
    background: url(../images/page-banner.jpg);
    background-size: cover;
    background-position: 50% 60%;
    background-repeat: no-repeat;
}
.page-banner .banner-content{
    position: absolute;
    top:50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
}
.page-banner .banner-content .banner-title{
    position: relative;
    margin-bottom: 0px;
    font-size: 60px;
    line-height: 100px;
    font-weight: 800;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif;
}
.page-banner .banner-content .banner-title span{
    color: #fff;
    font-size: 60px;
    /* padding: 5px 40px 5px; */
    background-image: linear-gradient(30deg, #781215, #bf1e24);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}
.page-banner .banner-content .banner-text{
  font-size: 16px;
  line-height: 25px;
  font-family: "Lato", sans-serif;
  color: #000;
  margin-bottom: 30px;
}

.vision-mission{
    padding: 60px 0px;
    background: #fff;
}
.vision-mission .vision-title{
    line-height: 1.2;
    color: #222E48;
    letter-spacing: inherit;
    font-size: 40px;
    font-weight: 700;
    font-family: var(--roboto-family);
    margin-bottom: 20px;
}
.vision-mission .card{
    padding: 25px;
    border-radius: 0px;
    border: none;
    position: relative;
    z-index: 0;
}
.vision-mission .card .card__icon  img{
    width: 64px;
    margin-bottom: 25px;
}
.vision-mission .card .card_title{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}
.vision-mission .card .card-text{
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 0px;
}
.text-truncate-4{
    display: -webkit-box;
    text-overflow: ellipsis;
     -webkit-line-clamp: 4 !important;
     -webkit-box-orient: vertical;
     overflow: hidden;
}
.vision-mission .card .icon{
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    margin:  auto;
    border: 1px solid #DFE0E4;
}



.application-detail{
    padding: 50px 0px;
}
.application-detail .application-title{
    font-size: 36px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 700;
    font-family: var(--roboto-family);
    text-align: center;
}
.application-detail .application-box .card-img{
    width: 100%;
    height: 200px;
    position: relative;
    margin-bottom: 25px;
}
.application-detail .application-box .card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.application-detail .application-box .card-img::after {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
     background-image: linear-gradient(30deg, #781215, #bf1e24);
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: rotate(2deg);
}
.application-detail .application-box .card-title{
     font-size: 18px;
    color: #000;
    margin-bottom: 0px;
    font-weight: 700;
    font-family: var(--roboto-family);
    text-align: center;
    text-transform: capitalize;
}

.application-detail .application-list-box{
    background: #fff;
    position: relative;
    box-shadow: 0 3px 9px -2px #d0cece;
    z-index: 0;
    padding-bottom: 25px;
    width: 100%;
    height: 100%;
}
.content-wrapper{
    padding:0px 25px;
    margin-top: 35px;
}
.application-detail .application-list-box .application-box-title {
  width: 90%;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  font-size: 16px;
 position: relative;
  color: #fff;
  font-weight: 700;
  font-family: var(--roboto-family);
  left: -8px;
  top: 20px;
  background: var(--main-color)
}
.application-detail .application-list-box .application-box-title:before, .application-detail .application-list-box .application-box-title:after {
  content: "";
  position: absolute;
}
.application-detail .application-list-box .application-box-title:before {
  height: 0;
  width: 0;
  top: -8.5px;
  left: 0.1px;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}
.application-detail .application-list-box .application-box-title:after {
  height: 0;
  width: 0;
  right: -14.5px;
  top: 0px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 15px solid var(--main-color);
}
.application-detail .application-list-box ul{
    margin-top: 15px;
    margin-bottom: 0px;
}
.application-detail .application-list-box ul li{
    font-size: 16px;
    color: #222;
    line-height: 28px;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}
.application-detail .application-list-box ul li:last-child{
    margin-bottom: 0px;
}
.application-detail .application-list-box ul li b{
    color: #000;
}
.application-detail .application-list-box ul li::after{
    content: "\f101";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: var(--main-color);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}



.time-line-wrapper{
   width: 80%;
   padding: 50px 0;
   margin: 50px auto;
   position: relative;
   overflow: hidden;
   z-index: 1;
}

.time-line-wrapper:before {
   content: '';
   position: absolute;
   top: 0;
   left: 50%;
   margin-left: -1px;
   width: 2px;
   height: 100%;
   background: #CCD1D9;
   z-index: 1
}

.timeline-block {
   width: -webkit-calc(50% + 8px);
   width: -moz-calc(50% + 8px);
   width: calc(50% + 8px);
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -moz-box-pack: justify;
   justify-content: space-between;
   clear: both;
}

.timeline-block-right {
   float: right;
}

.timeline-block-left {
   float: left;
   direction: rtl
}

.marker {
   width: 16px;
   height: 16px;
   border-radius: 50%;
   border: 2px solid #f9f9f9;
   background: linear-gradient(30deg, #781215, #bf1e24);
   margin-top: 10px;
   z-index: 9999
}

.timeline-content {
   width: 95%;
   padding: 0 15px;
}

.timeline-content h3 {
   margin-top: 5px;
   margin-bottom: 5px;
   font-size: 20px;
   font-weight: 500
}

.timeline-content span {
   font-size: 15px;
   color: #a4a4a4;
}

.timeline-content p {
   font-size: 16px;
   line-height: 1.5em;
   word-spacing: 1px;
   color: #888;
}
.right-side{
    padding-right: 0px;
}
.right-side li{
    text-align: start;
    padding-left: 0px;
    padding-right: 25px;
}
.right-side li::after{
    content: "\f101";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: var(--main-color);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.timeline-content ul{
    margin-top: 15px;
}
.timeline-content ul li{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}
.timeline-content ul li b{
    color: #000;
}
.timeline-content ul li::after{
    content: "\f101";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: var(--main-color);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

@media screen and (max-width: 768px) {
    .time-line-wrapper{
        width: 100%;
    }
   .time-line-wrapper:before {
      left: 8px;
      width: 2px;
   }
   .timeline-block {
      width: 100%;
      margin-bottom: 30px;
   }
   .timeline-block-right {
      float: none;
   }

   .timeline-block-left {
      float: none;
      direction: ltr;
   }
}
.new-max-width{
    max-width: 500px;
}
@media screen and (max-width: 767px) {
    .marqueeinfinite {
        display: none !important;
    }
}


.contact-section{
    padding: 50px 0px;
}
.contact-section .contact-title{
    font-size: 36px;
    color: #000;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
    font-family: var(--roboto-family);
    position: relative;
}
.contact-detail .form-control{
    border-radius: 0px;
    font-size: 14px;
    padding:  12px 15px;
    border: 1px solid #ededed;
}
.border-tp{
    border-top: 1px solid #ededed;
    margin: 20px 0px;
}
.contact-section  .address-title{
    font-size: 18px;
    font-weight: 700;
    font-family: var(--roboto-family);
    color: #333;
    margin-bottom: 15px;
}
.contact-section  .address-text{
    font-size: 14px;
    line-height: 25px;
    color: #838383;
}
.contact-section  ul li{
    padding-bottom: 15px;
}
.contact-section  ul li .icon{
    font-size: 18px;
    color: #781215;
    margin-right: 10px;
}
.contact-section  ul li .strong-text{
    font-size: 16px;
    color: #781215;
    margin-right: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.contact-section  ul li a{
    color: #777;
    font-size: 16px;
}


.our-benifits{
    padding: 50px 0px;
}
.our-benifits .benifits-title{
    font-size: 36px;
    color: #000;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
    font-family: var(--roboto-family);
    position: relative;
}
.our-benifits .benifits-card{
    padding: 20px;
    border: 1px solid #f1eeeb;
    position: relative;
}
.our-benifits .benifits-card .back-img{
    width: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    opacity: 0.2;
}
.our-benifits .benifits-card .icon{
    margin-bottom: 10px;
    width: 100px;
    height: 60px;
}
.our-benifits .benifits-card .icon img{
    width: 50px;
}
.our-benifits .benifits-card .card-title{
    font-family: var(--roboto-family);
    font-weight: 500;
    line-height: 1.25em;
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #222;
    position: relative;
    z-index: 1;
}
.our-benifits .benifits-card .card-text{
        font-family: 'Barlow', sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.75em;
        color: #666;
        margin-bottom: 0px;
        position: relative;
        z-index: 1;
}




.case-study{
    padding: 50px 0px;
}
.case-study .case-title{
    font-size: 30px;
    color: #000;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
    font-family: var(--roboto-family);
    position: relative;
}
.case-study .case-text{
    font-size: 15px;
    font-weight: 400;
    color: #666;
    line-height: 28px;
    font-family: var(--roboto-family);
    margin-bottom: 0px;
}
.case-study .case-img-1{
    width: 100%;
    height: 300px;
    position: relative;
    margin-top: 30px;
    z-index: 2;
}
.case-study .case-img-1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    position: relative;
}
.case-study .case-img-1::after{
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    background: linear-gradient(30deg, #781215, #bf1e24);
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: rotate(2deg);
}
.case-study .case-img-1::before{
    content: "";
    position: absolute;
    top: -30px;
    left: -30px;
    background: url(../images/bg-design.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 0;
}


.case-study .case-img-2{
    width: 100%;
    height: 300px;
    position: relative;
    margin-top: 30px;
    z-index: 2;
}
.case-study .case-img-2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    position: relative;
}
.case-study .case-img-2::after{
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    background: linear-gradient(30deg, #781215, #bf1e24);
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: rotate(2deg);
}
.case-study .case-img-2::before{
    content: "";
    position: absolute;
    top: -30px;
    right: -30px;
    background: url(../images/bg-design.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 0;
}


.product-section.product-left{
    background: linear-gradient(to right , #fff 70% , #f9f9f9 30%);
}
.product-section.product-right{
    background: linear-gradient(to left , #fff 70% , #f9f9f9 30%);
}
.product-space{
    padding: 50px 0px;
}
.product-section .product-image{
    width: 100%;
    height: 450px;
     box-shadow: 0px 1px 14px 0px rgba(0,0,0,.13);
}
.product-section .product-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 10px solid #fff;
}
.product-section .product-title{
    font-size: 36px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 700;
    font-family: var(--roboto-family);
}
.product-section .product-desctitle{
    font-size: 26px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: var(--roboto-family);
}
.product-section .product-title span{
      background-image: linear-gradient(30deg, #781215, #bf1e24);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.product-section .product-subtitle{
       font-size: 18px;
    background-image: linear-gradient(30deg, #781215, #bf1e24);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
    font-weight: 700;;
    position: relative;
    padding-left: 30px;
}
.product-section .product-subtitle::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 3px;
    left: 0px;
    background:#781215;
}
.product-section .product-text{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 15px;
}
.product-section .product-list{
    margin: 15px 0px;
}
.product-section .product-list li{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}
.product-section .product-list li b{
    color: #000;
}
.product-section .product-list li::after{
    content: "\f101";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: var(--main-color);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.pdf-btn{
     color: #fff !important;
 background-image: linear-gradient(30deg, #781215, #bf1e24);
 border: 3px solid #fff;
 box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
 margin-right: 10px;
 padding: 8px 15px;
}




.technical-data{
    padding: 50px 0px;
}
.technical-data .technical-title{
    font-size: 36px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 700;
    font-family: var(--roboto-family);
}
.technical-data .technical-subtitle{
    font-size: 26px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: var(--roboto-family);
}
.technical-data .table>thead{
    background-image: linear-gradient(30deg, #781215, #bf1e24);
    color: #fff;
    text-transform: uppercase;
}
.technical-data .table td , .technical-data .table th{
    padding: 12px 0px;
    vertical-align: middle;
}
.technical-data .table td{
    font-size: 16px;
    color: #666;
}






#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;
}

@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;
    }
    .container{
        max-width: 98%;
    }
    .mobile-header {
        background:transparent;
        border-bottom: 1px solid #efefef;
        width: 100%;
        z-index: 1200;
        padding: 5px 0px;
        position: relative;
        overflow: hidden;
    }
 .mobile-header::after {
    content: "";
    display: block;
    background-image: linear-gradient(30deg, #781215, #bf1e24);
    position: absolute;
    top: 0;
    right:0;
    height: 100%;
    width: 70%;
    z-index: 0;
     transform-origin: bottom left;
    -webkit-transform: skew(-35deg , 0deg);
    -khtml-transform: skew(-35deg , 0deg);
    -moz-transform: skew(-35deg , 0deg);
    -ms-transform: skew(-35deg , 0deg);
    -o-transform: skew(-35deg , 0deg);
    transform: skew(-35deg , 0deg);
}
    .mobile-header .container {
        max-width: 98%;
    }

    .mobile-header .offcanvas {
        width: 360px;
        z-index: 1201;
    }

    .mobile-header .offcanvas .logo img {
        width: 140px;
    }
.mobile-header .logo img{
    width: 150px;
    z-index: 1;
    position: relative;
}
.main-wrapper .banner-content {
    padding: 15px 0px;
}

    .toggler {
        color: #fff !important;
        font-size: 32px;
        border: none;
        padding: 0px;
        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{
    height: 35vh;
    background-position: left;
  }
  .banner .banner-content .banner-title , .banner .banner-content .banner-title span , .page-banner .banner-content .banner-title , .page-banner .banner-content .banner-title span{
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 15px;
  }
   .banner .banner-content{
    top: 50%;
  }
  .page-banner .banner-content {
    top: 50%;
  }
  .about-detail .about-title , .technical-data .technical-title, .contact-section .contact-title, .product-section .product-title, .vision-mission .vision-title, .our-benifits .benifits-title , .our-gallery .gallery-title, .spectrum-service .spectrum-main, .product-detail .product-title , .revolution-detail .revolution-title , .testimonial-detail .testimonial-title{
    font-size: 30px;
    line-height: normal;
  }
   .product-section .product-desctitle{
    font-size: 20px;
  }
.coypright-text{
    text-align: center;
}
.footer .footer-bottom .social ul{
    justify-content: center;
}
.about-detail{
    padding: 50px 0px 150px;
}
.page-banner{
    padding: 80px 0px;
}
.our-gallery .img-box{
    height: 200px;
}
.spectrum-service .spectrum-box{
    border:1px solid #efefef  !important;
}
   .about-detail .pencil-img{
    bottom: 0;
    top: inherit;
}
.quality-detail{
    padding: 50px 0px 0px;
     margin-top: -80px;
}
.technical-data .technical-subtitle{
    font-size: 20px;
}
.technical-data .table td , .technical-data .table th{
    font-size: 14px;
}
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
           .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }
    .container{
        max-width: 98%;
    }
    .mobile-header {
        background:transparent;
        border-bottom: 1px solid #efefef;
        width: 100%;
        z-index: 1200;
        padding: 5px 0px;
        position: relative;
        overflow: hidden;
    }
 .mobile-header::after {
    content: "";
    display: block;
    background-image: linear-gradient(30deg, #781215, #bf1e24);
    position: absolute;
    top: 0;
    right:0;
    height: 100%;
    width: 70%;
    z-index: 0;
     transform-origin: bottom left;
    -webkit-transform: skew(-35deg , 0deg);
    -khtml-transform: skew(-35deg , 0deg);
    -moz-transform: skew(-35deg , 0deg);
    -ms-transform: skew(-35deg , 0deg);
    -o-transform: skew(-35deg , 0deg);
    transform: skew(-35deg , 0deg);
}
    .mobile-header .container {
        max-width: 98%;
    }

    .mobile-header .offcanvas {
        width: 360px;
        z-index: 1201;
    }

    .mobile-header .offcanvas .logo img {
        width: 140px;
    }
.mobile-header .logo img{
    width: 150px;
    z-index: 1;
    position: relative;
}
.main-wrapper .banner-content {
    padding: 15px 0px;
}

    .toggler {
        color: #fff !important;
        font-size: 32px;
        border: none;
        padding: 0px;
        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{
    height: 35vh;
    background-position: left;
  }
  .banner .banner-content .banner-title , .banner .banner-content .banner-title span , .page-banner .banner-content .banner-title , .page-banner .banner-content .banner-title span{
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 15px;
  }
   .banner .banner-content{
    top: 50%;
  }
  .page-banner .banner-content {
    top: 50%;
  }
  .about-detail .about-title , .why-choose .why-choose-title, .application-detail .application-title, .technical-data .technical-title, .contact-section .contact-title,  .product-section .product-title, .vision-mission .vision-title, .our-benifits .benifits-title , .our-gallery .gallery-title, .spectrum-service .spectrum-main, .product-detail .product-title , .revolution-detail .revolution-title , .testimonial-detail .testimonial-title{
    font-size: 30px;
    line-height: normal;
  }
  .product-section .product-desctitle{
    font-size: 20px;
  }

.footer .footer-bottom .social ul{
    justify-content: center;
}
.about-detail{
    padding: 50px 0px 150px;
}
.page-banner{
    padding: 80px 0px;
}
.our-gallery .img-box{
    height: 200px;
}
.spectrum-service .spectrum-box{
    border:1px solid #efefef  !important;
}
.about-detail .pencil-img{
    bottom: 0;
    top: inherit;
       width: 200px;
    max-width: 100%;
}
.about-detail .img-box:after{
    right: 10px;
    z-index: 0;
}
.about-detail .img-box::before{
    z-index: 0;
    right: 40px;
}
.quality-detail{
    padding: 50px 0px 0px;
     margin-top: -80px;
}
.technical-data .technical-subtitle{
    font-size: 20px;
}
.technical-data .table td , .technical-data .table th{
    font-size: 14px;
}
.banner .banner-content .banner-text{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.about-detail .img-box-1{
    width: 40%;
}
}

@media only screen and (max-width: 575.98px) {
    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }
    .container{
        max-width: 98%;
    }
    .mobile-header {
        background:transparent;
        border-bottom: 1px solid #efefef;
        width: 100%;
        z-index: 1200;
        padding: 5px 0px;
        position: relative;
        overflow: hidden;
    }
 .mobile-header::after {
    content: "";
    display: block;
    background-image: linear-gradient(30deg, #781215, #bf1e24);
    position: absolute;
    top: 0;
    right:0;
    height: 100%;
    width: 55%;
    z-index: 0;
     transform-origin: bottom left;
    -webkit-transform: skew(-35deg , 0deg);
    -khtml-transform: skew(-35deg , 0deg);
    -moz-transform: skew(-35deg , 0deg);
    -ms-transform: skew(-35deg , 0deg);
    -o-transform: skew(-35deg , 0deg);
    transform: skew(-35deg , 0deg);
}
    .mobile-header .container {
        max-width: 98%;
    }

    .mobile-header .offcanvas {
        width: 360px;
        z-index: 1201;
    }

    .mobile-header .offcanvas .logo img {
        width: 140px;
    }
.mobile-header .logo img{
    width: 140px;
    z-index: 1;
    position: relative;
}
.main-wrapper .banner-content {
    padding: 15px 0px;
}

    .toggler {
        color: #fff !important;
        font-size: 32px;
        border: none;
        padding: 0px;
        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{
    height: 25vh;
    background-position: left;
  }
   .banner .banner-content .banner-title , .banner .banner-content .banner-title span {
    font-size: 30px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .banner .banner-content .banner-text{
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .banner-img .cssbuttons{
    padding: 0.5em 1em;
    font-size: 13px;
  }
.page-banner .banner-content .banner-title , .page-banner .banner-content .banner-title span{
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 0px;
  }
 .banner .banner-content{
    top: 50%;
  }
  .page-banner .banner-content {
    top: 50%;
  }
  .about-detail .about-title , .why-choose .why-choose-title, .application-detail .application-title, .technical-data .technical-title, .contact-section .contact-title, .product-section .product-title, .vision-mission .vision-title, .our-benifits .benifits-title , .our-gallery .gallery-title, .spectrum-service .spectrum-main, .product-detail .product-title , .revolution-detail .revolution-title , .testimonial-detail .testimonial-title{
    font-size: 26px;
    line-height: normal;
  }
   .product-section .product-desctitle{
    font-size: 20px;
  }

.footer .footer-bottom .social ul{
    justify-content: center;
}
.about-detail{
    padding: 50px 0px 150px;
}
.page-banner{
    padding: 80px 0px;
}
.our-gallery .img-box{
    height: 150px;
}
.spectrum-service .spectrum-box{
    border:1px solid #efefef  !important;
}
.about-detail .pencil-img{
    bottom: 0;
    top: inherit;
    width: 200px;
    max-width: 100%;
}
.quality-detail{
    padding: 50px 0px 0px;
    margin-top: -30px;
}
.technical-data .technical-subtitle{
    font-size: 18px;
}
.technical-data .table td , .technical-data .table th{
    font-size: 13px;
}
.case-study .case-img-1 , .case-study .case-img-2{
    width: 85%;
    margin: 0 auto;
}
.application-detail .application-box .card-img{
    width: 100%;
    height: 130px;
    margin: 0 auto 25px;
}
.application-detail .application-box .card-img::after {
    top: -5px;
    left: -5px;
}
.application-detail .application-box .card-title{
    font-size: 14px;
}
.case-study {
    padding: 20px 0px;
}
.case-study .case-title{
    font-size: 20px;
    margin-bottom: 0px;
}
.about-detail .img-box:after{
    right: 10px;
    z-index: 0;
}
.about-detail .img-box::before{
    z-index: 0;
    right: 40px;
}
.about-detail .img-box-1{
    width: 40%;
}
.about-detail .img-grid{
    text-align: center;
}
.banner .banner-carousel .owl-dots {
    bottom: 5%;
    left: 5%;
}
.banner .banner-carousel .owl-dots .owl-dot span{
    width: 5px;
    height: 5px;
}
}
.faq-section{
  position: relative;
  padding: 50px 0px 50px 0px;
}

.faq-section .faq-sidebar{
  position: relative;
  background: #fff;
  padding: 51px 30px 55px 50px;
  margin-right: 30px;
  border-radius: 10px;
  box-shadow: 0 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.faq-section .faq-sidebar h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #222;
  font-weight: 500;
  margin-bottom: 38px;
}

.faq-section .faq-sidebar .online-purchase a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #4527a4;
  font-weight: 500;
  line-height: 22px;
  border-bottom: 1px solid #4527a4;
  margin-bottom: 21px;
}

.faq-section .faq-sidebar .list-item li{
  position: relative;
  display: block;
  margin-bottom: 17px;
}

.faq-section .faq-sidebar .list-item li:last-child{
  margin-bottom: 0px;
}

.faq-section .faq-sidebar .list-item li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #777;
}

.faq-section .faq-sidebar .list-item li a:hover{
  color: #4527a4;
}

.faq-section .accordion-box{
  position:relative;
}

.faq-section .accordion-box .block{
  position:relative;
  margin-bottom: 15px;
  box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.1);
  
  /*padding: 0px 28px;
  background: linear-gradient(30deg, #781215, #bf1e24) !important;*/
/*  background: #000;*/
}
.faq-section .accordion-box .acc-btn{
  
  box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  /*padding: 0px 28px;
  background: linear-gradient(30deg, #781215, #bf1e24) !important;*/
  background: #9d1a1f;
  padding: 0 20px;
  margin-bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
 border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; 
}
.faq-section .accordion-box .acc-btn.active{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; 
    
}
.faq-section .accordion-box .block:last-child{
  margin-bottom: 0px;
}

.faq-section .accordion-box .block .acc-btn h4{
  position:relative;
  display: block;
  font-size:18px;

  color:#fff;
  padding: 20px 30px 19px 0px;
  cursor:pointer;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 500ms ease;
}

.faq-section .accordion-box .block .acc-btn.active h4{
  color: #fff;
  padding-top: 29px;
   font-size:18px;
   text-transform: uppercase;
   font-weight: 600;
   margin-bottom: 0;
 
}

.faq-section .accordion-box .block .acc-content{
  position:relative;
 
  padding: 20px 25px 27px 25px;
    display: none;
  ;
    background: #ffffff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.faq-section .accordion-box .block .acc-content.current{
  display:block;  
 
}

.faq-section .accordion-box .block .content .text{
  position:relative;
  display: block;
  font-size: 18px;
  color: #222;
  padding-right: 40px;
}

.faq-section .accordion-box .block .acc-btn .icon-outer{
  position: absolute;
  top: 16px;
  right: 25px;
  font-size: 14px;
  color: #fff;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
  z-index: 1;
}

.faq-section .accordion-box .block .acc-btn.active .icon-outer{
  color: #fff;
}

.faq-section .accordion-box .block .acc-btn.active .icon-outer i:before{
  position: relative;
  font-size: 14px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin: 0px;
  content: "\f107";
}

.faq-section .faq-content .sec-title h2{
  font-size: 30px;
  margin-bottom: 48px;
}

.table-main {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
 
      /*overflow-x: auto;*/
}
.wrapper-tables 
{
   overflow-x:auto;
}
.table-main th, .table-main td {
  text-align: center;
  padding: 12px;
}
.table-main th{
 background: #fff;
    border: 1px solid #222;
  color: #222 !important;
  font-size: 17px;
  font-weight: 600 !important;
}
.table-main tr:nth-child(even){background-color: #fff}

.table-main td{
      border: 1px solid #000;
      font-size: 15px;
      font-weight: 500;
      color: #000;

}
.table-main tr:nth-child(odd){
    background: #fff;
}
.sal-foot{
        font-size: 17px;
    color: #fff;
    margin-bottom: 15px;
}

/*karthika*/
/*blog*/
.rts-section-gap {
    padding: 60px 0;
}
.blog-grid-inner {
  border: 1px solid #afb0b087;
  border-radius: 15px;
}
.blog-grid-inner .blog-header {
  position: relative;
}
.blog-grid-inner .blog-header .blog-info {
  position: absolute;
  display: flex;
  align-items: center;
  padding: 7px 30px;
  bottom: 0;
  background: linear-gradient(30deg, #781215, #bf1e24);
  width: 100%;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .blog-grid-inner .blog-header .blog-info {
    padding-left: 15px;
  }
}
.blog-grid-inner .blog-header .blog-info .user {
  margin-right: 25px;
}
.blog-grid-inner .blog-header .blog-info .user i {
  color: #fff;
}
.blog-grid-inner .blog-header .blog-info .user span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-left: 8px;
}
.blog-grid-inner .blog-header .date {
  position: absolute;
  padding: 10px 20px;
  border-radius: 15px;
  right: 20px;
  bottom: 20px;
  background: #fff;
}
.blog-grid-inner .blog-header .date .title {
  margin-bottom: 0;
  color: #bf1e24;
  margin-bottom: -2px;
  font-weight: 600;
}
.blog-grid-inner .blog-header .date span {
  color: #bf1e24;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
.blog-grid-inner .thumbnail {
  overflow: hidden;
  border-radius: 15px 15px 0 0;
  width: 100%;
  display: block;
}
.blog-grid-inner .thumbnail img {
  width: 100%;
  transition: 0.3s;
}
.blog-grid-inner .blog-body {
  padding: 16px 30px 30px 30px;
}
@media only screen and (max-width: 767px) {
  .blog-grid-inner .blog-body {
    padding: 15px;
  }
}
.blog-grid-inner .blog-body a .title {
  margin-bottom: 0;
  transition: 0.3s;
  line-height: 32px;
}
.blog-desc p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #434343;
    text-align: justify;
}
.blogwordswrp1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    height: 70px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    text-align: justify;
    padding-top: 14px;
}
.blogwordswrp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    height: 64px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 20px;
    text-align: justify;
    font-weight: 600;
}
/*blog details*/
.blog-single {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.blog-single .blog-audio, .blog-single .blog-img, .blog-single .blog-video {
    position: relative;
    overflow: hidden;
}
.border-radius img {
    border-radius: 20px;
}
.blog-single .blog-content {
    margin: 0 0 0 0;
    padding: 40px 40px 0px 40px;
    position: relative;
}
.blog-single .blog-meta {
    margin: -0.35em 0 10px 0;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.blog-meta span i, .blog-meta i {
    margin-right: 8px;
    background: linear-gradient(30deg, #781215, #bf1e24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 10px;
}
.sidebar-area {
    margin-bottom: -10px;
}
.recent-post-meta{
    background: linear-gradient(30deg, #781215, #bf1e24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.widget {
    padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
    background-color: #F5F5F5;
    margin-bottom: 40px;
    position: relative;
    border-radius: 5px;
}
.widget_title {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1em;
    margin: -0.12em 0 28px 0;
}
.recent-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.recent-post .media-img {
    margin-right: 15px;
    width: 80px;
    overflow: hidden;
    border-radius: 5px;
}
.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.recent-post .post-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 8px 0;
    font-family: var(--title-font);
    text-transform: capitalize;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.recent-post .recent-post-meta i {
    margin-right: 6px;
    background: linear-gradient(30deg, #781215, #bf1e24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (min-width: 1400px) and (max-width: 1920px) {
.blog-card.style1 .calendar {
    top: 286px;
    left: 280px;
}
}
.norecord-title{
    font-size: 30px;
    text-align: center;
    margin: 20px 0;
}
.desc p{
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
/*application*/
.services-style-bg {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .07);
    box-shadow: 0 0 15px rgba(0, 0, 0, .07);
}
.services-card {
    padding: 30px 18px 25px;
    background: linear-gradient(30deg, #781215, #bf1e24);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-top: 15px;
    height: calc(100% - 30px);
}
.new .services-card::before {
    content: '';
    position: absolute;
    z-index: -1;
    opacity: .1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-color: unset;
    background-repeat: no-repeat;
    background-image: url(../images/application.webp);
}
.services-card i {
    color: #fff;
    font-size: 60px;
    line-height: 1;
}
.services-card h5 a, .services-card h4 a, .services-card h2 a {
    display: block;
    color: #fff;
    font-size: 26px;
}
.ht-50 {
    height: 50px;
}
.services-card .learn-btn {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.btn-2 {
    padding: 12px 15px;
    font-size: 14px;
    background-color: #000;
    border-radius: 50px;
    text-align: center;
    line-height: 1.8;
}
.services-card::after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 75px;
    height: 75px;
    background-color: #fff;
    border-radius: 170px 0 0 0;
    opacity: 0;
}
/*catergory detail*/
.location-grid{
        color: #fff !important;
    padding: 25px 15px !important;
    background: #aa1e23;
    margin-bottom: 25px;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 5px !important;
    -webkit-transition: .7s !important;
    transition: .7s !important;
    text-align: center;
}
.bg-fff{
background-color: #fff;
}
.bg-theme{
    background: #ec2120;
}
.bg-000{
background-color: #000;
}
.color-white{
color: #fff;
}
@media (max-width: 600px) {
.mbl-grid{
width: 50%;
}
}

/*marguee*/
.marqueeinfinite {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #fff!important;
    font-size: 1.25rem;
  overflow: hidden;
    background: linear-gradient(30deg, #781215, #bf1e24)!important;
  white-space: nowrap;
}
.infinite-mar{
    color: #fff!important;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 18px;
}
.mbl-blck {
    display: none;
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.scroll-left {
height: 30px; 
overflow: hidden;
position: relative;

}
.marquee--inner {
  display: block;
  width: 2000%;
  position: absolute;
  animation: marquee 25s linear infinite;
  &:hover {
    animation-play-state: paused;
    color: #fff;
  }
}
.marqueeinfinite span {
  float: left;
  width: 50%;
  overflow: hidden;
}
.pb-20{
    padding-bottom: 20px;
}
/*whatsapp*/

.whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
  color: #fff;
}

#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 98px;
  right: 32px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}

a.blantershow-chat {
background: #fff;
color: #404040;
position: fixed;
display: flex;
font-weight: 400;
justify-content: space-between;
z-index: 98;
bottom: 154px;
right: 35px;
font-size: 18px;
padding: 4px;
border-radius: 30px;
box-shadow: 0 1px 15px rgb(32 33 36 / 61%);
}

a.blantershow-chat svg {
  transform: scale(1.2);
}

.header-chat {
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
}

.header-chat h3 {
  margin: 0 0 10px;
}

.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.info-avatar {
  position: relative;
}

.info-avatar img {
  border-radius: 100%;
  width: 50px;
  float: left;
  margin: 0 10px 0 0;
  background: #fff;
}

a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.5s;
}

a.informasi:hover {
  background: #f1f1f1;
}

.info-chat span {
  display: block;
}

#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}

#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

#get-label,
#get-nama {
  color: #fff;
}

span.my-number {
  display: none;
}

textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 46px;
  outline: none;
  resize: none;
  padding: 9px;
  font-size: 14px;
  border-radius: 0px;
  min-height: 50px;
}

a#send-it {
  font-weight: 700;
  padding: 10px 10px 0;
  background: #eee;
}
a#send-it svg {
  fill: #a6a6a6;
  height: 24px;
  width: 24px;
}

.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}
.first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}

.start-chat .blanter-msg {
  display: flex;
}

#get-number {
  display: none;
}

a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}

@keyframes ZpjSY {
  0% {
    background-color: #b6b5ba;
  }
  15% {
    background-color: #111111;
  }
  25% {
    background-color: #b6b5ba;
  }
}
@keyframes hPhMsj {
  15% {
    background-color: #b6b5ba;
  }
  25% {
    background-color: #111111;
  }
  35% {
    background-color: #b6b5ba;
  }
}
@keyframes iUMejp {
  25% {
    background-color: #b6b5ba;
  }
  35% {
    background-color: #111111;
  }
  45% {
    background-color: #b6b5ba;
  }
}
@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
@media screen and (max-width: 1200px) {
.index-page.show{
  display: none !important;
}
}

#whatsapp-chat.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

#whatsapp-chat.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: white;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
  padding: 4px 0px 0px 2px;
  background-color: #e6ddd4;
  position: relative;
}
.whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("../../spine-image/images/whatsapp/whatsapp-bg.png");
}

.dAbFpq {
  display: flex;
  z-index: 1;
}

.eJJEeC {
  background-color: white;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
  position: relative;
  display: flex;
}

.ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  animation-name: ZpjSY;
}

.dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  animation-name: hPhMsj;
}

.kAZgZq {
/*  padding: 7px 14px 6px;*/
 /* background-color: white;
  border-radius: 0px 8px 8px;*/
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
/*  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;*/
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}
/*.kAZgZq::before {
  position: absolute;
  background-image: url("../../solar-image/images/whatsapp/side-extend.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0px;
  left: -12px;
  width: 12px;
  height: 19px;
}*/

.bMIBDo {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: #000;
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}

.iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}

.cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}
.ds-flex{
display:flex;
}
.ds-flex li{
    margin-right:10px;
}
.new-seo {
    font-size: 1px;
    color: #fff;
    margin-bottom: 0px;
    line-height: 0px;
}