@import url("https://fonts.googleapis.com/css?family=Poppins:400, 500, 600&display=swap");
.read-more .read-more-icon {
    display: inline-block;
    width: 27px;
    height: 5px;
    position: relative;
}
.read-more .read-more-icon:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/next-btn.svg) no-repeat 0 0;
    background-size: 26px;
    width: 27px;
    height: 5px;
    z-index: 2;
}
.read-more .read-more-icon:after {
    content: "";
    display: block;
    position: absolute;
    top: -7px;
    right: -7px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    z-index: 1;
}
body {
    font-size: 16px;
    margin: 0;
    padding: 0;
}
p {
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
}
:focus {
    outline: 0;
}
a:focus,
button:focus {
    outline: 0;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.w-75 {
    width: 95% !important;
    margin: 0 auto;
}
@media (max-width: 992px) {
    .w-75 {
        width: 90% !important;
    }
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
h2.title {
    font-family: "Titillium Web", sans-serif;
    font-size: 2.125rem;
    font-weight: 600;
    line-height: 38px;
}
@media (max-width: 992px) {
    h2.title {
        font-size: 1.625rem;
        line-height: 30px;
    }
}
h2.title span {
    font-weight: 400;
}
.form-box label {
    position: absolute;
    height: 100px;
    left: 16px;
    width: 400px;
    color: #21304a;
    top: 23px;
    z-index: -1;
    transition-duration: 0.2s;
    transition-property: transform;
}
.form-box textarea + label {
    top: 0;
}
.form-box input,
.form-box textarea {
    border: none;
    padding: 40px 0 20px 0;
    color: #21304a;
    background: 0 0;
    outline: 0;
    height: 30px;
    width: 100%;
    transition-property: transform;
    border-bottom: 2px solid #ccc;
}
.form-box input:focus + label,
.form-box textarea:focus + label {
    transform: translateY(-45px) translateX(-80px) scale(0.6);
}
.form-box input:valid + label {
    transform: translateY(-45px) translateX(-80px) scale(0.6);
}
.form-box input:valid + label::after,
.form-box textarea:valid + label::after {
    display: block;
    transform: translateX(-10px) rotate(-45deg);
}
.form-box input:invalid + label::after,
.form-box textarea:invalid + label::after {
    transform: translateX(100px) rotate(-45deg);
}
.readmore {
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
    padding-right: 50px;
    background: url(../images/more.svg) no-repeat;
    background-size: 25px;
    background-position: right;
    color: #d50101;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.readmore:hover {
    color: #d50101;
    padding-right: 60px;
}
button {
    padding: 20px;
    border-radius: 50px;
    background: #21304a;
    color: #fff;
    border: 0;
    vertical-align: middle;
    margin-top: 15px;
}
button i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50px;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
}
button i img {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
header {
    position: fixed;
    height: 78px;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    background: 0 0;
    box-shadow: 2px 4px 9px 0 transparent;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
    
@media (max-width: 992px) {
    header {
        height: 66px;
    }
    header svg path {
        fill: #191919 !important;
    }
}
header .navbar-nav {
    margin-left: auto;
}
header nav {
    margin: 0 auto;
}
@media (max-width: 992px) {
    header nav {
        width: 95%;
    }
}
/* @media (max-width: 992px) {
    header nav.navbar {
        flex-wrap: nowrap;
    }
} */
    
/* @media (max-width: 992px) {
    header nav .navbar-toggler {
        display: block;
        line-height: 0;
        margin-top: 0;
    }
    header nav .navbar-toggler span {
        display: block;
        width: 20px;
        height: 2px;
       background: #ccc;
        margin-bottom: 5px;
    }
} */
      
header nav .navbar-brand {
    width: 200px;
    background: #fff;
    padding: 10px;
    position: absolute;
    top: -8px;
    border-radius: 0 0 10px 10px;
}
  
@media (max-width: 992px) {
    header nav .navbar-brand {
        position: relative;
        width: 160px;
    }
}
@media (max-width: 768px) {
    header nav .navbar-brand {
        width: 100px;
    }
}
header nav .navbar-brand img {
    width: 100%;
}
header nav .nav-menu {
    padding-left: 50px;
    top: 28px;
    position: relative;
}
@media (max-width: 992px) {
    header nav .nav-menu {
        padding-left: 0;
        position: absolute;
        top: 65px;
        width: 106%;
        height: auto;
        left: -10px;
        text-align: center;
        right: 0;
        background: #fff;
        padding-bottom: 30px;
    }
}
     
@media (max-width: 992px) {
    header nav .nav-menu .form-inline .navbar-nav .nav-item:last-child {
        display: block;
    }
}
@media (max-width: 992px) {
    header nav .nav-menu .navbar-nav {
        flex-direction: initial;
        position: relative;
        display: block;
    }
}
header nav .nav-menu .nav-item {
    padding: 0 10px;
}
@media (max-width: 992px) {
    header nav .nav-menu .nav-item {
        padding: 0 3px;
    }
}
header nav .nav-menu .nav-item .dropdown-toggle::after {
    display: none;
}
header nav .nav-menu .nav-item .dropdown-menu {
    left: -82px;
    padding-top: 25px;
    background: 0 0;
    border: 0;
}
@media (max-width: 992px) {
    header nav .nav-menu .nav-item .dropdown-menu {
        position: relative !important;
        text-align: center;
    }
}
@media (max-width: 768px) {
    header nav .nav-menu .nav-item .dropdown-menu {
        left: 0;
        right: 0;
        padding-top: 5px;
    }
}
header nav .nav-menu .nav-item .dropdown-menu .dd-menu {
    background: #fff;
    display: block;
    width: 100%;
    box-shadow: 2px 2px 7px 3px rgba(0, 0, 0, 0.16);
    border: 0;
    border-radius: 5px;
    overflow: visible;
}
   
header nav .nav-menu .nav-item .dropdown-menu .dd-menu .dropdown-item {
    padding: 0;
    position: relative;
    border-radius: 5px;
    background: #fff;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
header nav .nav-menu .nav-item .dropdown-menu .dd-menu .dropdown-item ul {
    position: absolute;
    top: 0;
    min-width: 10rem;
    right: -10rem;
    display: none;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
header nav .nav-menu .nav-item .dropdown-menu .dd-menu .dropdown-item ul li {
    background: #fff;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
header nav .nav-menu .nav-item .dropdown-menu .dd-menu .dropdown-item ul li a {
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
header nav .nav-menu .nav-item .dropdown-menu .dd-menu .dropdown-item ul li:hover a {
    background: #ffa516;
}
header nav .nav-menu .nav-item .dropdown-menu .dd-menu .dropdown-item:hover {
    background: #d50101;
}
header nav .nav-menu .nav-item .dropdown-menu .dd-menu .dropdown-item:hover a {
    color: #fff;
}
header nav .nav-menu .nav-item .dropdown-menu .dd-menu .dropdown-item:hover ul {
    display: block;
}
      
header nav .nav-menu .nav-item .dropdown-menu .dd-menu a {
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 18px;
    color: #21304a;
    padding: 1rem 1.5rem;
}
header nav .nav-menu .nav-item .dropdown-menu .dd-menu:after {
    content: "";
    display: none;
    width: 15px;
    height: 15px;
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
}
  
header nav .nav-menu .nav-item:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
header nav .nav-menu .nav-item .nav-link {
    font-family: "Titillium Web", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    padding: 5px 10px;
    position: relative;
}
@media (max-width: 992px) {
    header nav .nav-menu .nav-item .nav-link {
        font-size: 0.875rem;
        line-height: 18px;
    }
}
    
@media (max-width: 992px) {
    header nav .nav-menu .nav-item .nav-link {
        color: #191919 !important;
        font-size: 1.375rem;
        line-height: 32px;
    }
}
@media (max-width: 768px) {
    header nav .nav-menu .nav-item .nav-link {
        padding: 5px 5px;
    }
}
header nav .nav-menu .nav-item .nav-link:after {
    opacity: 0;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100px;
    background: #fff;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
    
header nav .nav-menu .nav-item .nav-link:hover:after {
    opacity: 1;
}
header nav .nav-menu .nav-item .nav-link .hb-icon {
    display: block;
    width: 22px;
    height: 2px;
    margin-bottom: 5px;
    background: #21304a;
}
header nav .nav-menu .nav-item .nav-link .hb-icon:nth-child(2) {
    width: 18px;
    margin-right: 0;
    margin-left: auto;
}
header.scroll {
    background: #fff;
    box-shadow: 2px 4px 9px 0 rgba(0, 0, 0, 0.07);
}
header.scroll .nav-link {
    color: #191919 !important;
}
header.scroll svg path {
    fill: #191919 !important;
} 
section.banner {
    width: 100%;
    height: 830px;
    overflow: hidden;
    position: relative;
}
@media (max-width: 992px) {
    section.banner {
        height: auto;
    }
}
section.banner .banner-slider {
    position: relative;
}
section.banner .banner-slider .item {
    height: auto;
    padding-top: 7.5%;
}
section.banner .banner-slider .item .img-box {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 90%;
}
section.banner .banner-slider .item .img-box img {
    width: 100%;
}
@media (max-width: 992px) {
    section.banner .banner-slider .item .img-box img {
        width: auto;
        height: 200px;
    }
}
section.banner .banner-slider .item .text-area {
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 30%;
    left: 0;
}
@media (max-width: 992px) {
    section.banner .banner-slider .item .text-area {
        top: 18%;
    }
}
section.banner .banner-slider .item .text-area .banner-text {
    width: 40%;
}
@media (max-width: 768px) {
    section.banner .banner-slider .item .text-area .banner-text {
        width: 100% !important;
    }
}
@media (max-width: 992px) {
    section.banner .banner-slider .item .text-area .banner-text {
        width: 80%;
        top: 15% !important;
    }
}
section.banner .banner-slider .item .text-area .btns {
    display: flex;
}
section.banner .banner-slider .item .text-area .btns .btn-1,
section.banner .banner-slider .item .text-area .btns .btn-2 {
    display: block;
    padding: 10px 25px;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    border-radius: 5px;
}
section.banner .banner-slider .item .text-area .btns .btn-1 {
    border: 1px solid #fff;
    margin-right: 25px;
}
section.banner .banner-slider .item .text-area .btns .btn-2 {
    background: #fe0000;
}
section.banner .banner-slider .item .text-area h2 {
    font-family: "Titillium Web", sans-serif;
    font-size: 2.625rem;
    font-weight: 600;
    line-height: 46px;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
}
@media (max-width: 992px) {
    section.banner .banner-slider .item .text-area h2 {
        font-size: 1.375rem !important;
        line-height: 28px !important;
    }
}
@media (max-width: 992px) {
    section.banner .banner-slider .item .text-area h2 {
        font-size: 2.5rem;
        line-height: 44px;
    }
}
section.banner .banner-slider .item .text-area p {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
}
section.banner .banner-slider .item .text-area a {
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    color: #20304a;
    margin-top: 10px;
    display: inline-block;
}
section.banner .banner-slider .item .text-area a .read-more-icon {
    display: inline-block;
    width: 27px;
    height: 5px;
    position: relative;
}
section.banner .banner-slider .item .text-area a .read-more-icon:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/next-btn.svg) no-repeat 0 0;
    background-size: 26px;
    width: 27px;
    height: 5px;
    z-index: 2;
}
section.banner .banner-slider .item .text-area a .read-more-icon:after {
    content: "";
    display: block;
    position: absolute;
    top: -7px;
    right: -7px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    z-index: 1;
    background: #fff;
}
section.banner .banner-slider .item .text-area a span {
    left: 15px;
}
section.banner .slick-dots {
    width: 80%;
    position: absolute;
    top: 84%;
    list-style: none;
    margin: 0 auto;
    right: 0;
    left: 0;
    text-align: right;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}
@media (max-width: 992px) {
    section.banner .slick-dots {
        top: 70%;
    }
}
section.banner .slick-dots li button {
    font-size: 0;
    padding: 5px 5px;
    margin-right: 5px;
    background: #fff;
    border: none;
    border-radius: 50px;
}
section.banner .slick-dots li.slick-active button {
    padding: 5px 15px;
}
section.banner.innerpage {
    height: 200px;
    position: relative;
}
section.banner.innerpage .innerbanner-txt {
    position: absolute;
    top: 125px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
}
@media (max-width: 992px) {
    section.banner.innerpage .innerbanner-txt {
        top: 85px;
    }
}
section.banner.innerpage .innerbanner-txt h2 {
    font-family: "Titillium Web", sans-serif;
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
@media (max-width: 992px) {
    section.banner.innerpage .innerbanner-txt h2 {
        font-size: 1.625rem;
        line-height: 30px;
    }
}
section.banner.innerpage .item {
    height: 200px;
}
section.banner.innerpage .slick-dots {
    display: none !important;
}
section.features {
    position: relative;
    margin-top: -90px !important;
}
@media (max-width: 992px) {
    section.features {
        margin-top: -120px !important;
    }
}
section.features .title-box h2 {
    display: inline-block;
    color: #fff;
    padding: 10px 50px 10px 30px;
    background: linear-gradient(270deg, #e50101 3.6%, #d50101 100%);
    border-radius: 0 90px 0 0;
    margin-bottom: 0;
}
@media (max-width: 992px) {
    section.features .title-box h2 {
        width: 100%;
        border-radius: 0;
    }
}
section.features .content-box {
    display: flex;
}
@media (max-width: 992px) {
    section.features .content-box {
        flex-wrap: wrap;
    }
}
section.features .content-box .box {
    width: 20%;
    padding: 30px;
    background: linear-gradient(90deg, #d50101 0, #ef0000 99.91%);
}
@media (max-width: 992px) {
    section.features .content-box .box {
        width: 50%;
        border-bottom: 1px solid #c70000;
    }
    section.features .content-box .box:last-child {
        width: 100%;
    }
}
@media (max-width: 768px) {
    section.features .content-box .box {
        width: 100%;
    }
}
section.features .content-box .box .icon {
    margin-bottom: 25px;
}
section.features .content-box .box .icon img {
    width: 35px;
}
section.features .content-box .box h3 {
    font-family: "Titillium Web", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px;
}
@media (max-width: 992px) {
    section.features .content-box .box h3 {
        font-size: 1.125rem;
        line-height: 22px;
    }
}
section.features .content-box .box h3 span {
    font-weight: 400;
}
section.features .content-box .box p {
    color: #ffb9b9;
    margin-bottom: 0;
}
section.home-about {
    padding-top: 100px;
    padding-bottom: 70px;
    background: url(../images/whoweare-bg.jpg) no-repeat;
    background-size: cover;
}
@media (max-width: 992px) {
    section.home-about {
        padding-top: 50px;
        margin-top: 50px;
    }
    section.home-about .row {
        flex-direction: column-reverse;
    }
    section.home-about .row .left-area {
        margin-top: 50px;
    }
}
section.home-about .left-area {
    display: flex;
}
section.home-about .left-area .img-1,
section.home-about .left-area .img-2 {
    width: 100%;
    position: relative;
}
section.home-about .left-area .img-1 img,
section.home-about .left-area .img-2 img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
section.home-about .left-area .img-1 {
    margin-right: 20px;
    top: -20px;
}
section.home-about .left-area .img-2 {
    margin-right: 20px;
    bottom: -20px;
}
section.home-about h2 {
    background: -webkit-linear-gradient(#9d0101, #0b0101);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section.home-about p {
    width: 70%;
    color: #444;
}
@media (max-width: 992px) {
    section.home-about p {
        width: 100%;
    }
}
section.product-box {
    padding-top: 70px;
    padding-bottom: 60px;
}
@media (max-width: 992px) {
    section.product-box .readmore {
        display: none;
    }
}
section.product-box h2 {
    background: -webkit-linear-gradient(#9d0101, #0b0101);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 50px;
}
section.product-box .pbox {
    margin-bottom: 50px;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
section.product-box .pbox:hover img {
    box-shadow: 1px 2px 16px rgba(0, 0, 0, 0.3294117647);
}
section.product-box .pbox a {
    display: block;
}
section.product-box .pbox img {
    width: 100%;
    height: 352px;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    box-shadow: 1px 2px 16px transparent;
}
section.product-box .pbox p {
    font-family: "Titillium Web", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 24px;
    display: inline-block;
    color: #000;
    font-weight: 400;
    margin-top: 20px;
    padding-right: 50px;
    background: url(../images/more.svg) no-repeat;
    background-size: 25px;
    background-position: right;
    text-transform: uppercase;
}
@media (max-width: 992px) {
    section.product-box .pbox p {
        font-size: 1.125rem;
        line-height: 22px;
    }
}
section.product-box .pbox p span {
    color: #d40101;
    font-weight: 600;
}
section.featured-product-box {
    position: relative;
    background: url(../images/featured-bg.jpg) no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}
section.featured-product-box .readmore {
    background-image: url(../images/more-white.svg);
}
section.featured-product-box .title {
    width: 100%;
    color: #fff;
}
section.featured-product-box h3 {
    color: #fff;
    font-family: "Titillium Web", sans-serif;
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 40px;
    margin-top: 40px;
}
@media (max-width: 992px) {
    section.featured-product-box h3 {
        font-size: 1.625rem;
        line-height: 30px;
    }
}
section.featured-product-box .readmore {
    margin-top: 30px;
    color: #fff;
}
section.featured-product-box .left-box {
    width: 30%;
}
@media (max-width: 992px) {
    section.featured-product-box .left-box {
        width: 100%;
    }
}
section.featured-product-box .left-box p {
    color: #fff;
    margin-top: 20px;
}
section.featured-product-box .right-box {
    width: 60%;
    position: absolute;
    top: 33%;
    right: 0;
}
@media (max-width: 992px) {
    section.featured-product-box .right-box {
        position: relative;
        width: 100%;
        top: 0;
        margin-top: 80px;
    }
}
section.featured-product-box .right-box .slick-dots {
    display: flex;
}
section.featured-product-box .right-box .slick-dots li button {
    font-size: 0;
    border-radius: 0;
    background: #fff;
    padding: 5px;
    margin-right: 10px;
    opacity: 0.5;
}
section.featured-product-box .right-box .slick-dots li.slick-active button {
    opacity: 1;
}
section.featured-product-box .right-box a {
    display: block;
    padding-right: 20px;
}
section.featured-product-box .right-box a img {
    width: 100%;
    border-radius: 10px;
}
section.home-popupbox {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media (max-width: 992px) {
    section.home-popupbox .readmore {
        display: none;
    }
}
section.home-popupbox h2 {
    margin-bottom: 40px;
    background: -webkit-linear-gradient(#9d0101, #0b0101);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section.home-popupbox .galleryItem {
    display: block;
}
@media (max-width: 992px) {
    section.home-popupbox .galleryItem {
        margin-bottom: 20px;
    }
}
section.home-popupbox .galleryItem img {
    width: 100%;
    border-radius: 10px;
}
section.home-popupbox .items {
    margin-bottom: 30px;
}
section.enquire {
    background: linear-gradient(150.03deg, #d50101 -59.05%, #000 101.85%);
    padding-top: 80px;
    padding-bottom: 80px;
}
section.enquire h2 {
    margin-bottom: 40px;
    color: #fff;
    text-transform: uppercase;
}
section.enquire input,
section.enquire textarea {
    display: block;
    width: 100%;
    background: #fcfcfc;
    border-radius: 5px;
    border: 0;
    padding: 10px;
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 22px;
}
section.enquire textarea {
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
}
section.enquire button {
    padding: 10px 20px;
    background: #d50101;
    border: 1px solid #ff7070;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    margin-top: 30px;
}
footer {
    background: #ffffff;
    padding-top: 80px;
}
footer h3 {
    color: #404040;
    font-family: "Titillium Web", sans-serif;
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 40px;
}
@media (max-width: 992px) {
    footer h3 {
        font-size: 1.125rem;
        line-height: 22px;
    }
}
footer h3 span {
    font-weight: 400;
}
@media (max-width: 992px) {
    footer h3 {
        margin-top: 50px;
    }
}
footer a,
footer p {
    color: #242424;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 22px;
    display: block;
    opacity: 1;
    margin-bottom: 10px;
}
footer a {
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
footer a:hover {
    color: 585858;
    opacity: 0.5;
}
footer p {
    width: 90%;
}
footer .links {
    display: flex;
    flex-wrap: wrap;
}
footer .links a {
    width: 50%;
    margin-bottom: 20px;
}
footer .footer-logo {
    width: 130px;
    position: relative;
    top: 80px;
}
@media (max-width: 992px) {
    footer .footer-logo {
        top: 40px;
    }
}
footer .addres,
footer .mail,
footer .phone,
footer .skype,
footer .whatsapp {
    padding-left: 40px;
    background-size: 15px;
    background-position: left top;
    background-repeat: no-repeat;
}
footer .addres {
    background-image: url(../images/location.svg);
}
footer .phone {
    background-image: url(../images/call.svg);
}
footer .whatsapp {
    background-image: url(../images/whatsapp-footer.svg);
}
footer .mail {
    background-image: url(../images/mail.svg);
}
footer .skype {
    background-image: url(../images/skype.svg);
}
footer .cp-rt {
    width: 100%;
    background: #171717;
    color: silver;
    font-size: 0.75rem;
    margin: 80px 0 0 0;
    text-align: center;
    padding: 30px;
    line-height: 0;
}
footer .container {
    position: relative;
}
footer .container .wp-tr {
    display: block;
    position: fixed;
    right: 3%;
    bottom: 2%;
    width: 80px;
}
@media (max-width: 992px) {
    footer .container .wp-tr {
        width: 30px;
        bottom: 30px;
        right: 30px;
    }
}
footer .container .wp-tr img {
    width: 100%;
}
footer .social-icon {
    position: relative;
    top: 120px;
    display: flex;
}
@media (max-width: 992px) {
    footer .social-icon {
        top: 60px;
    }
}
footer .social-icon a {
    display: block;
    width: 20px;
    margin-left: 15px;
}
footer .social-icon a img {
    width: 100%;
}
section.about {
    padding-top: 80px;
    padding-bottom: 80px;
}
section.about .img-1 img {
    width: 100%;
    border-radius: 20px;
}
section.product-inner {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media (max-width: 992px) {
    section.product-inner {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
section.product-inner .product-wrap {
    width: 75%;
    margin: 0 auto;
}
@media (max-width: 992px) {
    section.product-inner .product-wrap {
        width: 90%;
    }
}
section.product-inner .product-wrap .img-box img {
    width: 100%;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
@media (max-width: 992px) {
    section.product-inner .product-wrap .img-box img {
        margin-bottom: 30px;
    }
}
section.product-inner .product-wrap .row {
    margin-bottom: 70px;
}
section.product-inner .product-wrap .row:nth-child(even) {
    flex-direction: row-reverse;
}
section.product-inner .product-wrap .row h2 {
    font-family: "Titillium Web", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    margin-bottom: 30px;
    text-transform: uppercase;
}
@media (max-width: 992px) {
    section.product-inner .product-wrap .row h2 {
        font-size: 1.125rem;
        line-height: 22px;
    }
}
section.product-inner .product-wrap .row h2 span {
    color: #d50101;
    font-weight: 700;
}
section.product-inner .product-wrap .row p {
    margin-bottom: 50px;
    width: 85%;
}
.benifit-collapse {
    width: 85%;
    margin: 0 auto;
}
@media (max-width: 992px) {
    .benifit-collapse {
        width: 100%;
    }
}
.benifit-collapse h2 {
    background: -webkit-linear-gradient(#9d0101, #0b0101);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 30px;
}
.benifit-collapse .card-header {
    padding: 0;
}
.benifit-collapse h3 button {
    text-align: left;
    display: block;
    width: 100%;
    font-weight: 600;
    font-family: "Titillium Web", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    padding: 20px;
    color: #333;
    text-decoration: none !important;
    position: relative;
}
@media (max-width: 992px) {
    .benifit-collapse h3 button {
        font-size: 1.125rem;
        line-height: 22px;
    }
}
.benifit-collapse h3 button span {
    position: absolute;
    right: 20px;
    width: 20px;
    top: 15px;
}
.benifit-collapse h3 button span i {
    background: 0 0;
    font-style: normal;
    font-size: 30px;
}
.benifit-collapse h3 button:hover {
    color: #9d0101;
}
.benifit-collapse h3 button .one {
    display: none;
}
.benifit-collapse h3 button .two {
    display: block;
}
.benifit-collapse h3 button.collapsed .one {
    display: block;
}
.benifit-collapse h3 button.collapsed .two {
    display: none;
}
.benifit-list {
    margin: 0;
    padding: 0;
}
.benifit-list li {
    padding-left: 40px;
    margin-bottom: 15px;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 22px;
    position: relative;
    color: #333;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.benifit-list li::before {
    content: "";
    width: 15px;
    height: 5px;
    position: absolute;
    display: block;
    left: 0;
    top: 10px;
    background: #9d0101;
    border-radius: 50px;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.benifit-list li:hover {
    color: #9d0101;
}
.benifit-list li:hover::before {
    width: 25px;
}
section.branches {
    padding-top: 80px;
    padding-bottom: 80px;
}
section.branches h3 {
    font-family: "Titillium Web", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 15px;
}
@media (max-width: 992px) {
    section.branches h3 {
        font-size: 1.125rem;
        line-height: 22px;
    }
}
section.branches .br-box {
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 10px;
    margin-bottom: 30px;
}
section.contact {
    padding-top: 80px;
    padding-bottom: 80px;
}
section.contact .item,
section.contact input,
section.contact textarea {
    width: 100%;
}
section.contact input,
section.contact textarea {
    display: block;
    width: 100%;
    background: #fcfcfc;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 22px;
}
section.contact textarea {
    min-height: 150px;
    max-height: 150px;
}
section.contact button {
    width: 200px;
    display: inline-block;
    padding: 10px 20px;
    background: #d50101;
    border: 1px solid #ff7070;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    border-radius: 5px;
    margin-top: 30px;
}
h1.seo_head {
    font-size: 14px;
    margin-bottom: 30px;
}
h1.seoproduct_head {
    font-size: 12px !important;
    color: #fff !important;
    line-height: 5px !important;
}
.footer_err {
    margin-top: 15px;
    color: #c00;
    font-weight: 600;
    font-size: 16px;
}
.footer_msg {
    margin-top: 15px;
    color: #7cb342;
    font-weight: 600;
    font-size: 16px;
}
.cpy_rt {
    display: inline-block;
    margin-left: 19px;
    font-size: 12px;
    color: #949494 !important;
}
.callaction {
    text-align: right;
    position: fixed;
    z-index: 999;
    top: 65%;
    right: 1%;
    display: block;
}
.callaction li {
    color: #fff;
    padding: 4px 5px;
    font-size: 25px;
    font-weight: 700;
    list-style: none;
}
.callaction img {
    height: 40px;
    width: auto;
}
.right-area ul li {
    margin-left: 30px;
    list-style: disc;
}
.right-area h1 {
    font-size: 22px;
}
.right-area h2 {
    font-size: 18px;
}
.dd-menu ul {
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}
ul::-webkit-scrollbar {
    width: 8px;
}
ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgb(255 0 0 / 95%);
}
h5.title {
    font-family: "Titillium Web", sans-serif;
    font-size: 2.125rem;
    font-weight: 600;
    line-height: 38px;
}
h5.title span {
    font-weight: 400;
}
section.home-popupbox h5 {
    margin-bottom: 40px;
    background: -webkit-linear-gradient(#9d0101, #0b0101);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section.enquire h5 {
    margin-bottom: 40px;
    color: #fff;
    text-transform: uppercase;
}
section.banner.innerpage .innerbanner-txt h1 {
    font-family: "Titillium Web", sans-serif;
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.why-choose-title {
    font-weight: 600;
    font-size: 18px;
    color: #e51c2d;
}

ol.why-choose-options li {
    color: #340f0f;
    font-weight: 600;
    font-size: 15px;
}

