*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {

    font-family: 'Bricolage Grotesque', sans-serif ;
    color: #000; 
	overflow-x : hidden;	 
    font-size: 17px;

}




p { 
    font-size: 17px; 
    font-family: 'Bricolage Grotesque', sans-serif ;
}
a {
    font-size: 16px;
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Bricolage Grotesque', sans-serif ;
}
 
a:hover {
    text-decoration: none;
    outline: none;
}
ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
ul li{
    font-size: 16px;
    color: #4c4c4c;
    line-height:22px;

}
button:focus,
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}
h1,h2,h3,h4,h5{
    font-family: "DM Serif Display", sans-serif;
    margin: 0px;
}
p{
    margin: 0px;
}
.pt-50{
    padding-top: 50px;
}
.pb-50{
    padding-bottom: 50px;
}
.pb-30{
    padding-bottom: 30px;
}
.justify-center{
    justify-content: center;
}
.mt-20{
    margin-top: 20px;
}
.align-item-center{
    align-items: center;
}
.justify-content-space-between{
    justify-content: space-between;
}

/* Header */
.top-header{
    padding: 7px 0px;
    background: #400403;
}
.top-header-cards{
    display: flex;
    align-items: center;
}
.top-head-contact{
    display: flex;
}
.top-head-left-content{
    display: flex;
}
.top-head-contact li{
    color: #fff;
}
.top-head-contact li a{
    color: #fff;
}
.top-head-contact.top-contact{
    margin-right: 10px;
}
.top-head-contact.top-contact li{
    margin: 0px 0px 0px 30px;
}
.top-head-contact.top-contact li i{
    color: #ffd200;
} 
.top-head-contact.top-head-social li i{
    position: relative;
    z-index: 3;
    width: 20px;
    height: 20px;
    line-height: 21px;
    font-size: 11px;
    transition: 0.2s ease-in;
    text-align: center;
    color: #fff;
    background-color: #fff;
    border-radius: 50%;
    margin: 0px 0px 0px 7px;
}
.top-head-contact.top-head-social li i.fa-facebook-f{
    color: #0075ea !important;
}
.top-head-contact.top-head-social li i.fa-instagram{
    color: #CD201F;
    position: relative;
}
.top-head-contact.top-head-social li i.fa-linkedin-in{
    color: #0a66c2 !important;
}
.top-head-contact.top-head-social li i.fa-youtube{
    color: #CD201F !important;
}
.header-section{
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    /* padding: 12px 0px; */
}
.header-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo-section{
    width: 200px;
    transition: 0.4s ease-in-out;
}
.logo-section img{
    width: 100%;
}
.header-navigation ul.navigation-ul {
    display: flex;
    display: flex;
    align-items: center;
}
.header-navigation ul li a.navlinks{
    display: inline-block;
    margin: 0px;
    line-height: 90px;
    padding: 0px 20px;
    color: #000;
    position: relative;
    transition: 0.4s ease-in-out;
    font-weight: 500;
}
.header-navigation ul li a.navlinks::after{
    position: absolute;
    content: '';
    bottom: 0;
   width: 0%;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    background: #8b1f1e;
    transition: 0.4s ease-in-out;
}
.header-navigation ul li a.navlinks:hover:after, .header-navigation ul li a.navlinks.active::after{
    width: 75%;
}
.header-navigation ul li a.navlinks.btn-style-1{
    background: #8b1f1e;
    line-height: normal;
    padding: 12px 25px;
    border-radius: 36px;
    color: #fff;
    position: relative;
    top: 2px;
}
.btn-style-1{
    background: #8b1f1e;
    line-height: normal;
    padding: 10px 20px;
    border-radius: 36px;
    color: #fff;
    position: relative;
    top: -2px;
    overflow: hidden;
    z-index: 1;
}
.btn-style-1::after{
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 300px;
    height: 200px;
    background-color: #333;
    border-color: transparent;
    border-radius: 50%;
    transform: translate(-40px, -80px) scale(0.1);
    opacity: 0;
    z-index: -1;
   
    transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}
.btn-style-1:hover:after{
    opacity: .3;
    transform-origin: 100px 100px;
    transform: scale(1) translate(-10px, -70px);
}
.menu-has-child{
    position: relative;
}
.sub-navigation-ul{
    position: absolute;
    top: 100px;
    left: 0px;
    padding: 10px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease-in-out;
    z-index: 12;
}
.sub-navigation-ul li a{
    width: 252px;
    display: inline-block;
    line-height: 24px;
    padding: 6px 13px;
    border-bottom: 1px dashed #ddd;
    color: #232323;
}
.sub-navigation-ul li a:hover{
    color: #8b1f1e;
    padding-left: 20px;
}
.sub-navigation-ul li:last-child a{
    border-bottom: none
}
.menu-has-child:hover .sub-navigation-ul{
    top: 90px;
    visibility: visible;
    opacity: 1;
}
.header-section.sticky{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 11111;
    transition: 0.4s ease-in-out;
}
.header-section.sticky .logo-section{
    width: 120px;
    transition: 0.4s ease-in-out;
}
.header-section.sticky .header-navigation ul li a.navlinks{
    line-height: 60px;
    transition: 0.4s ease-in-out;
}
.header-section.sticky .header-navigation ul li a.navlinks.btn-style-1{
    line-height: normal;
    top: 2px;
    transition: 0.4s ease-in-out;
}
.header-section.sticky .menu-has-child:hover .sub-navigation-ul{
    top: 60px;
    transition: 0.4s ease-in-out;
}
.mobile-header{
    display: none;
}
.mobile-header.sticky{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 11111;
    transition: 0.4s ease-in-out;
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.mobile-header-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}
.mobile-logo{
    width: 150px;

}
.mobile-logo img{
    width: 100%;
}
.humburger span{
    width: 33px;
    height: 4px;
    background-color: #400403;
    display: block;
    margin: 4px 0px;
    border-radius: 10px;
    transition: 0.2s ease-in-out;
}
.mobile-navigation{
    position: fixed;
    left: -100%;
    transition: 0.5s ease-in-out;
    width: 100%;
    background: #8b1f1e;
    top: 72px;
    z-index: 11111;
}
.mobile-navigation.show{
    left: 0;
   
}
.mobile-nav-ul li a{
    display: block;
    text-align: left;
    padding: 10px 12px;
    border-bottom: 1px dashed #ddd;
    color: #fff;
}
.mobile-sub-child{
    position: relative;
}
.mobile-sub-child i{
    position: absolute;
    top: 7px;
    right: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #dddddd21;
    border-radius: 4px;
    color: #fff;
    transition: 0.4s ease-in-out;
}
.mobile-sub-child i.active{
    transform: rotate(180deg);
    transition: 0.4s ease-in-out;
}
.mobil-sub-c-list{
    display: none;
}
.mobil-sub-c-list.sub2.show{
    display:block;
}
.mobil-sub-c-list.sub1.show{
    display:block;
}

.mobil-sub-c-list li a{
    padding-left: 20px;
    background: #610908;
}
.humburger span:nth-child(2){
    transition: 0.2s ease-in-out;
}
.humburger span:first-child{
    transition: 0.2s ease-in-out;
}
.humburger span:last-child{
    transition: 0.2s ease-in-out;
}
.humburger span.active:nth-child(2){
    visibility: hidden;
    opacity: 0;
    transition: 0.2s ease-in-out;
}
.humburger span.active:first-child{
    transform: rotate(36deg);
    position: relative;
    top: 6px;
    transition: 0.2s ease-in-out;
}
.humburger span.active:last-child{
    transform: rotate(-36deg);
    position: relative;
    top: -10px;
    transition: 0.2s ease-in-out;
}
/* Meida for header */
@media screen and (max-width:768px){
    header{
        display: none;
    }
    .mobile-header{
        display: block;
    }
}

.bg-1{
    background-color: #f6f6f6;
}
.features-card{
    padding: 24px;
    border: 1px solid #ddd;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #fff;
    min-height: 255px;
}
.feature-icon {
    width: 80px;
    margin: auto;
}
.feature-icon img{
    width: 100%;
}
.feature-title h4{
    font-size: 22px;
    margin-top: 10px;
    text-align: center;
    color: #1a1a1a;
}
.feature-para p{
    color: #4c4c4c;
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
}
.features-section .row .col-md-4:nth-child(1){
    position: relative;
    /* top: -40px; */
    z-index: 111;
}
.features-section .row .col-md-4:nth-child(2){
    position: relative;
    /* top: -40px; */
    z-index: 111;
}
.features-section .row .col-md-4:nth-child(3){
    position: relative;
    /* top: -40px; */
    z-index: 111;
}
.section-title h4{
    color: #8b1f1e;
}
.section-title h2{
    position: relative;
    color: #1a1a1a;
}
.section-title h2::after{
    position: absolute;
    bottom: 0;
    content: '';
    left: 0;
    right: 0;
    width: 100px;
    height: 30px;
    background-image: url(../img/other-design/underline.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom -2px left;
}
.section-title.center h4{
    text-align: center;
}
.section-title.center h2{
    text-align: center;
    display: inline-block;
    margin: 0px auto;
    width: 100%;
}
.section-title.center h2::after{
    margin: auto;
    bottom: -3px;
}
.about-us{
    position: relative;
}
.about-us::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 174px;
    background: #9a0f0e;
    z-index: -1;
}
.about-us.inner-about::after{
    min-height: 206px;
}
.about-us.inner-about .counters-section{
    margin-top: 83px;
}
@media screen and (max-width:2500px) and (min-width:1400px){
    .about-us::after{
        height: 42%;
    }
}
.about-us-content p{
    text-align: justify;
    margin-top: 20px;
   color: #505050;
}

.about-us-img-wrapper{
    position: relative;
}
.about-us-img-wrapper::after{
    content: '';
    position: absolute;
    top: 4px;
    bottom: 0px;
    left: 15px;
    right: 0px;
    width: 102%;
    height: 100%;
    z-index: 1;
    background: #fff;
}
.about-us-img{
    width: 100%;
    margin-left: 20px;
    position: relative;
    z-index: 22;
}
.about-us-img img{
    width: 100%;
}
.experience-card-wrapper{
    position: absolute;
    bottom: 12px;
    left: 0px;
}
.experience-card{
    position: relative;
    padding: 20px;
    display: inline-block;
    background: #8b1f1e;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    /* border-radius: 5px; */
    z-index: 111;
}
.experience-card h2{
    display: inline-block;
    font-size: 70px;
    font-weight: bold;
    color: #fff;
    line-height: 62px;
}
.experience-card span{
    color: #ddd;
    font-size: 70px;
    position: absolute;
    top: 1px;
}
.experience-card p{
    color: #fff;
}
.counters-section{
    margin-top: 37px;
}
.counters .counter-num span.timer{
    font-size: 43px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
}
.counters .counter-num span{
    color: #ddd;
    font-size: 34px;
    line-height: 20px;
}

.counters .counter-text{
    color: #fff;
}


.services-slider-section{
    margin-top: 40px;
}
.services-card{
    position: relative;
    cursor: pointer;
}
.services-img{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.services-img::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 90%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: linear-gradient(0deg, #610908, transparent);
    z-index: 22;
    transition: 0.4s ease-in-out;
}
.services-img img{
    width: 100%;
    position: relative;
    z-index: 22;
    transition: 0.4s ease-in-out;
}
.service-content{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 13px;
    z-index: 33;
}
.service-content h4{
    font-size: 20px;
    color: #fff;
}
.service-content p{
    font-size: 16px;
    color: #fff;
    margin-top: 4px;
}
.service-content a{
    display: inline-block;
    margin-top: 5px;
    color: #ffcd01;
    margin-bottom: 10px
}
.services-card:hover .services-img img{
    transform: scale(1.05);
}

.services-card:hover .services-img::after{
    height: 100%;
}


.product-row{
    margin-top: 40px;
}
.product-card{
    min-height: 442px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
    margin-bottom: 20px;
    background: #fff;
}
.product-img{
    width: 100%;
}
.product-img img{
    width: 100%;
    padding: 1px;
}
.product-info{
    padding:12px 20px 20px 20px;
}
.product-title{
    font-size: 22px;
    margin-bottom: 8px;
    color: #1a1a1a;
}
.product-para{
    font-size: 16px;
    color: #4c4c4c;
    margin-bottom: 12px;
    line-height: normal;
}
.product-btn{
    display: inline-block;
    color: #9a0f0e;
    position: relative;
}
.product-btn::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #1a2226;
}
.product-card.viewallBtn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-choose-content ul li p{
    text-align: justify;
    font-size: 16px;
    color: #4c4c4c;
}

.why-choose-title{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 340px;
    background: #9a0f0e;
    border-radius: 100%;
    width: 340px;
    padding: 35px;
    margin: auto;
}
.mobile-why-title{
    display: none;
}
.why-choose-content ul li img{
    width: 50px;
}
.why-choose-para h4{
    font-size: 18px;
    margin: 10px 0px 12px 0px;
}
.why-choose-para p{
    font-size: 15px;
}
.why-choose-title .section-title h4{
    color: #ffd100;
}
.why-choose-title .section-title h2{
    color: #fff;
}
.why-choose-title .section-title h2::after{
    background-image: url(../img/other-design/underline-white.png);
}


.testimonials-slider-section{
    margin-top: 40px;
}
.testimonial-card{
    padding: 50px 30px 30px 30px;
    position: relative;
}
.testimonial-content{
    position: relative;
    z-index: 2;
}
.testimonial-content p{
    text-align: justify;
    font-size: 15px;
    color: #383838;
}
.author-name{
    margin-top: 20px;
}
.author-name h4{
    font-size: 20px;
    color: #8b1f1e;
}
.author-name p{
    font-size: 14px;
    color: #333;
}
.testimonial-card .testi-quote{
    position: absolute;
    top: 0px;
    font-size: 78px;
    color: #dddddd8c;
    z-index: 1;
}
.clients-logo {
    width: 85%;
    margin: auto;
}
.clients-logo img{
    width: 100%;
}



.footer{
    background: #400403;
}
.footer-logo {
    width: 150px;
}
.footer-logo img{
    width: 100%;
}
.footer-content:hover .footer-title h4::after{
    width: 100px;
    background: linear-gradient(87deg, #c6c6c6, transparent);
}
.footer-content-para p{
    text-align: justify;
    margin-top: 20px;
    margin-right: 20px;
    color: #d1d1d1;
}
.footer-title h4{
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 20px;
    position: relative;
}
.footer-title h4::after{
    position: absolute;
    content: '';
    bottom: 12px;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(87deg, #c6c6c6, transparent);
    transition: 0.4s ease-in-out;
}
.footer-links a{
    color: #ffffff;
    line-height: 30px;
    
}
.footer-links a:hover{
    color: #be0b31;
}
.footer-address ul li{
    display: flex;
    align-items: baseline;
}
.footer-address ul li i{
    color:#ffcf00;
    margin-right: 10px;
}
.footer-address ul li a{
    color: #fff;
    line-height: 30px;
}
.footer-address ul li a:hover {
    color: #be0b31;
}
.footer-social-links {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.footer-social-links li a i{
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}
.footer-social-links li a i.fa-facebook-f{
    color: #0075ea !important;
}
.footer-social-links li a i.fa-instagram{
   color: #be0b31;
}
/* 
.footer-social-links li a i.fa-instagram::after{
    background: #fff;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    border-radius: 50%;
    z-index: 1;
} */
.footer-social-links li a i.fa-linkedin-in{
    color: #0a66c2 !important;
}
.footer-social-links li a i.fa-twitter{
    color: #009feb !important;
}

.footer-social-links li p{
    color: #fff;
    margin-right: 10px;
}
.footer-copyright{
    background: #000000;
    padding: 10px 0px;
}
.aks-logo p{
    color: #fff;
}
.aks-logo p span{
    color:#ffcd00;
}



/* Media querries */

@media screen and (max-width:991px) and (min-width:769px){
    .top-head-contact li{
        font-size: 11px;
    }
    .top-head-contact li a{
        font-size: 11px;
    }
    .top-head-contact.top-head-social li i{
        width: 15px;
        height: 15px;
        line-height: 17px;
        font-size: 8px;
    }
    .logo-section{
        width: 120px;
    }
    .header-navigation ul li a.navlinks{
        font-size: 10px;
        line-height: normal;
    }
    .header-navigation ul li a.navlinks.btn-style-1{
        top: 3px;
        padding: 5px 10px;
    }
    .header-section{
        padding: 10px 0px;
    }
    .about-us .container{
        max-width: 100%;
        padding: 0px 20px;
    }
    .product-card{
        min-height: auto;
    }
    .produc-view-btn-wrap{
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .why-choose-title{
        width: 100%;
        min-height: auto;
    }
    .why-choose-us .row{
        align-items: center;
    }
}
@media screen and (max-width:768px) and (min-width:500px){
    .features-section .row .col-md-4:nth-child(1){
        top: 0px;
    }
    .features-section .row .col-md-4:nth-child(2){
        top: 0px;
    }
    .features-section .row .col-md-4:nth-child(3){
        top: 0px;
    }
    .features-section .row .col-md-4:nth-child(1) .features-card {
        margin-top: 40px;
    }
    .features-card{
        margin: 5px 0px;
    }
    .about-us::after{
        top: 40%;
        height: 306px;
        bottom: auto;
    }
    .about-us-img{
        margin-left: 0px;
    }
    .about-us-img-wrapper::after{
        width: 100%;
        top: 1px;
        left: 0px;
    }
    .about-us-img img{
        padding: 10px;
    }
    .counters{
        position: relative;
        top: -28px;
        text-align: center;
    }
    .about-us.pb-50{
        padding-bottom: 0px;
    }
    .row.product-row .col-md-4:last-child{
        display: none;
    }
    .mobile-why-title{
        display: block;
        
    }
    .mobile-why-title .why-choose-title{
        display: block;
        padding: 25% 25px;
    }
    .why-choose-title{
        display: none;
    }
    .footer-title h4{
        margin-top: 20px;
    }
    .col-md-6.aks-logo{
        display: flex;
        justify-content: center;
    }
}
@media screen and (max-width:499px) and (min-width:320px){
    .features-section .row .col-md-4:nth-child(1){
        top: 0px;
    }
    .features-section .row .col-md-4:nth-child(2){
        top: 0px;
    }
    .features-section .row .col-md-4:nth-child(3){
        top: 0px;
    }
    .features-section .row .col-md-4:nth-child(1) .features-card {
        margin-top: 40px;
    }
    .features-card{
        margin: 5px 0px;
    }
    .about-us::after{
        top: 57%;
        height: 306px;
        bottom: auto;
        display: none;
    }
    .counters .counter-num span.timer{
        color: #480000;
    }
    .counters .counter-text{
        color: #8b1f1e;
    }
    .counters .counter-num span{
        color: #480000;
    }
    .about-us-img{
        margin-left: 0px;
    }
    .about-us-img-wrapper::after{
        width: 100%;
        top: 1px;
        left: 0px;
    }
    .about-us-img img{
        padding: 10px;
    }
    .counters{
        position: relative;
        top: -28px;
        text-align: center;
    }
    .about-us.pb-50{
        padding-bottom: 0px;
    }
    .row.product-row .col-md-4:last-child{
        display: none;
    }
    .mobile-why-title{
        display: block;
        
    }
    .mobile-why-title .why-choose-title{
        display: block;
        padding: 40% 25px;
        width: 100%;
    }
    .why-choose-title{
        display: none;
    }
    .footer-title h4{
        margin-top: 20px;
    }
    .col-md-6.aks-logo{
        display: flex;
        justify-content: center;
    }
}
@media screen and (max-width:319px) {
    .features-section .row .col-md-4:nth-child(1){
        top: 0px;
    }
    .features-section .row .col-md-4:nth-child(2){
        top: 0px;
    }
    .features-section .row .col-md-4:nth-child(3){
        top: 0px;
    }
    .features-section .row .col-md-4:nth-child(1) .features-card {
        margin-top: 40px;
    }
    .features-card{
        margin: 5px 0px;
    }
    .about-us::after{
        top:63%;
        height: 306px;
        bottom: auto;
    }
    .about-us-img{
        margin-left: 0px;
    }
    .about-us-img-wrapper::after{
        width: 100%;
        top: 1px;
        left: 0px;
    }
    .about-us-img img{
        padding: 10px;
    }
    .counters{
        position: relative;
        top: -28px;
        text-align: center;
    }
    .about-us.pb-50{
        padding-bottom: 0px;
    }
    .row.product-row .col-md-4:last-child{
        display: none;
    }
    .mobile-why-title{
        display: block;
        
    }
    .mobile-why-title .why-choose-title{
        display: block;
        padding: 49% 25px;
        width: 100%;
    }
    .why-choose-title{
        display: none;
    }
    .footer-title h4{
        margin-top: 20px;
    }
    .col-md-6.aks-logo{
        display: flex;
        justify-content: center;
        text-align: center;
    }
}

/* Go to top */

#button {
    display: inline-block;
    background-color: #400403;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
    font-size: 10px;
}
#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
#button.show {
    opacity: 1;
    visibility: visible;
}

.inner-banner{
    background-size: cover;
    
}
.inner-bnr-wrap{
    display: flex;
    justify-content: right;
    align-items: center;
    padding: 13px 0px;
}
.inner-banner-content{
    text-align: right;
}
.inner-bnr-title{
    font-size: 48px;
}
.inner-banner-content p a{
    color: #353535;
    font-weight: normal;
}
.inner-banner-content p{
    color: #8b1f1e;
    font-weight: bold;
}

.contact-margin{
    margin-right: 20px;
}
.contact-card{
    padding: 10px;
    border: 1px solid #dddddd42;
    margin-bottom: 20px;
}
.contact-card-icon{
    width: 50px;
    position: relative;
}
.contact-card-icon img{
    width: 100%;
    position: relative;
    z-index: 22;
}
.contact-card-icon::after{
    position: absolute;
    content: '';
    top: 14px;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/other-design/icon-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.contact-card-content h4{
    font-size: 22px;
    /* font-weight: bold; */
    color: #400403;
    margin: 12px 0px 5px 0px;
}
.contact-card-content p a{
    color: #505050;
    font-weight: 600;
}



.contact-form{
    padding: 40px;
    background: #fff;
    /* box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px; */
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    border-radius: 12px;
}
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus{
    box-shadow: none;
} 
.contact-form label{
    margin-top: 15px;
    margin-bottom: 5px;
}
.form-submit-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.form-submit-btn .btn-style-1{
    display: inline-block;
}



/* 29-08-2023 */
.banner-carousel{
    position: relative;
}
.banner-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    left: 1%;
    width: 38px;
    background: #0202023b;
    font-size: 15px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
    height: 38px;
}
.banner-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    right:  1%;
    width: 38px;
    background: #0202023b;
    font-size: 15px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
    height: 38px;
}
.banner-carousel:hover button.owl-next{
    visibility: visible;
    opacity: 1;
}
.banner-carousel:hover button.owl-prev{
    visibility: visible;
    opacity: 1;
}


/* 30-08-2023 */
@media screen and (max-width:768px){
    .service-content{
        text-align: center;
    }
    .product-info{
        text-align: center;
    }
    .why-choose-content{
        margin-top: 30px;
    }
    .why-choose-content ul li{
        text-align: center;
    }
}



/* 30-08-2023 */
.our-services{
    background-color: #f5f6fa;
}
.our-services-content{
    padding: 30px;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
}
.gotoSection{
    background: transparent;
    width: 100%;
    height: 10px;
    position: absolute;
    top: -170px;
    left: 0;
    right: 0;
    margin: auto;
}
.our-services-para p{
    text-align: justify;
    margin-top: 20px;
    color: #4c4c4c;
    font-size: 16px;
}
.our-services-side-bar{
    padding: 30px;
    background: #fff;
    position: sticky;
    top: 80px;
}
.our-services-side-bar ul li a{
    display: block;
    padding: 7px;
    border-bottom: 1px solid #dddddd59;
    color: #4c4c4c;
    font-size: 16px;
}
.our-services-side-bar ul li.active a{
    background: #8b1f1e;
    color: #fff;
    padding-left: 16px;
}
.our-serv-img{
    width: 100%;
    margin-top: 20px;
}
.our-serv-img img{
    width: 100%;
}
.our-services-para ul{
    margin-left: 20px;
    margin-top: 10px;
}
.our-services-para ul li{
    list-style-type: square;
    text-align: justify;
    color: #4c4c4c;
    font-size: 16px;
}


.btn-style-1.free-style{
    display: inline-block;
    margin-top: 20px;
}

.our-serv-img.img-position-sticky{
    position: sticky;
    top: 80px;
    margin: 0px;
    margin-bottom: 50px;
}
@media screen and (max-width:480px){
    .inner-banner{
        width: 100%;
        overflow: hidden;
    }
    .inner-banner-img{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .inner-banner img{
        width: 135%;
        margin: auto;
    }
}



/* 05-06-2023 */
.product-img {
    position: relative;
}
.product-img img{
    position: relative;
    z-index: 2;
}
.product-cat-list{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-out;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-cat-list ul li{
    list-style-type: square;
    color: #fff;
    line-height: 24px;
}
.product-img.product-img-af::after{
    position: absolute;
    content: '';
    /* background-color: #8b1f1eeb; */
    background-color: #000000cc;
    width: 100%;
    height: 100%;
    z-index: 4;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: scaleY(0); 
    transition: 0.5s ease-out;  
}
.product-card:hover .product-img:after{
    transform: scaleY(1);   
}
.product-card:hover .product-cat-list{
    opacity: 1;
    visibility: visible;
}
.color-white-ul li{
    color: #fff;
}
.list-style-square li{
    margin-left: 21px;
    list-style-type: square;
}



/* 08-09-2023 */
.service-more{
    display: none; 
}
.services-card:hover .service-more{
    display: block; 
}


/* 12-09-2023 */
@media screen and (max-width:480px){
    .experience-card-wrapper p {
        font-size: 10px;
    }
}

/* 16-08-2023 */
.inner-banner-img{
    width: 100%;
}
.inner-banner-img img{
    width: 100%;
}





/*23 04 -24*/


.about-us.inner-about::after {
    min-height: 166px;
} 
.about-us-img-wrapper.inner {
    height: 100%;
    display: flex;
    align-items: end;
}



