@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400;500;600;700;800&amp;display=swap');
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-size: 15px;
    font-family: 'Baloo Bhai 2', cursive;
    outline: none;
}
.clearfix:after,.clearfix.before{
    content: "";
    display: block;
    clear: both;
}
h1{
    font-weight: 500 !important;
    color: #C14730 !important;
    padding-top: 20px;
    padding-bottom: 50px;
}
ul{
    margin-bottom: 0px !important;
    padding-left: 0px !important;
}
.top-header{
    border: 1px solid #000;
    background-color: #000;
}
.top-header ul{
    list-style: none;
}
.top-header li{
    display: inline-block;
    padding: 6px 10px;
}
.top-header a{
    text-decoration: none;
    color: #fff;
} 
.top-header a:hover{
    color: #fff;
}
.top-header li i{
    font-size: 10px;
    margin-right: 7px;
    background-color: #fff;
    color: #000;
    border-radius: 50px;
    padding: 6px;
}
.header{
    position: sticky;
    top: -1px;
    background-color: #fff;
    z-index: 1000;
    box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
}
.header .nav{
    display: flex;
    align-items: center;
    justify-content: end;
}
.header .logo-section{
    display: flex;
    align-items: flex-end;
}
.header .logo img{
    vertical-align: middle;
    border: none;
    padding: 12px 0px;
}
.header .logo-section span{
    display: block;
    padding-bottom: 8px;
    padding-left: 3px;
    font-size: 16px;
    font-weight: 500;
}
.header ul{
    list-style: none;
}
.header li{
    display: inline-block;
    padding: 5px 5px;
    position: relative;
}
/* .header li:last-child{
    padding-right: 0px;
} */
.header ul li a{
    text-decoration: none;
    color: #C14730;
    font-size: 16px;
    font-weight: 500;
    padding: 24px 9px;
    transition: .3s;
} 
.header ul li a:hover{
    color: #EE7D2C;
}
.header ul li i{
    position: relative;
    top: 2px;
    padding-left: 8px;
}

/* Drope-Down  */
.header ul .sub-menu{
    width: 200px;
    display: none;
    position: absolute;
    top: 54px;
    left: 0;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 2px !important;
    box-shadow: 0px 10px 20px 0px rgb(8 0 42 / 8%);
}
.header ul .sub-menu li{
    width: 100%;
    padding: 2px 5px;
    position: relative;
}
.header ul .sub-menu li:last-child a{
    border: none !important;
}
.header ul .sub-menu li a{
    width: 100%;
    padding: 4px 2px;
    font-size: 14px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: right;
    border-bottom: 1px solid #000;
    line-height: 1.4;
}
.header ul .sub-menu li a:hover{
    color: #EE7D2C;
    border-bottom: 1px solid #EE7D2C;
}
.header ul .sub-menu li i{
    padding-left: 0px;
}
.header ul li:hover > .sub-menu{
    display: block;
}

.header ul .sub-menu .sub-in-menu{
    width: 200px;
    display: none;
    position: absolute;
    top: 0px;
    left: -202px;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 0px;
    box-shadow: 0px 10px 20px 0px rgb(8 0 42 / 8%);
}
.header ul .sub-menu li:hover > .sub-in-menu{
    display: block;
}
.header ul .sub-menu .sub-in-in-menu{
    left: -200px;
    z-index: 2;
}
.header ul .sub-menu .sub-in-ul{
    padding: 3px 0px;
}
.header ul .sub-menu .sub-in-in-menu li a{
    justify-content: center;
    border-bottom:1px solid #000 !important;
}
.header ul .sub-menu .sub-in-in-menu li a:hover{
    color: #EE7D2C !important;
    border-bottom: 1px solid #EE7D2C !important;
}
.header ul .sub-menu .sub-in-in-menu li:last-child a{
    border-bottom:0px solid #000 !important;
}

.header ul .sub-menu .sub-in-first{
    left: -200px;
    z-index: 2;
}
#burger{
    display: none;
    display: flex !important;
    justify-content: end;
}
#burger img{
    max-width: 22px;
    border: none;
    vertical-align: middle;
}
.header .burger-menu{
    display: flex;
    align-items: center;
    justify-content: right;
    display: none;
}
.header .burger-menu i{
    font-size: 25px;
}
.header ul .sub-menu li i:nth-child(2){
    display: none;
}
/* .hamburger{
    display: none;
    cursor: pointer;
}
.hamburger .bar{
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    background-color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} */
.line{
    position: relative;
    display: inline-block;
}
.line::before{
    content: " ";
    position: absolute;
    bottom: 35px;
    left: 45%;
    background-color: #EE7D2C;
    /* box-shadow: 1px 1px 4px 0px #EE7D2C; */
    width: 90%;
    height: 2px;
    visibility: hidden;
     /* height: 2px; */
    background-image: radial-gradient(#EE7D2C, #EE7D2C, #fff, #fff);
}
.line:hover::before{
    bottom: 0px;
    left: 5%;
    transition: all 300ms ease-out;
    visibility: visible;
}
.line::after{
    position: absolute;
    content: " ";
    bottom: 31px;
    left: 63%;
    height: 10px;
    width: 10px;
    border-radius: 50px;
    background-color: #EE7D2C;
    box-shadow: 1px 1px 8px 0px #EE7D2C;
    visibility: hidden;
}
.line:hover::after{
    bottom: -4px;
    left: 43%;
    transition: all 400ms ease-in;
    visibility: visible;
}
/* Header-End  */

/* Owl-Slider  */
.owl-carousel .owl-nav{
    display: none;
}
.owl-carousel .owl-dots{
    padding: 15px 0px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: #EE7D2C !important;
}
/* Owl-Slider-End  */

/* Risponsive  */
@media screen and (max-width:991px){
    .top-header{
        display: none;
    }
    .header .burger-menu{
        display: block;
    }
    #burger{
        display: block;
        position: relative;
        top: 25px;
    }
    
    /* .hamburger{
        display: block;
    }
    .hamburger .active .bar:nth-child(2){
        opacity: 0;
    }
    .hamburger .active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    }
    .hamburger .active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);
    } */
    /* .nav-menu{
        position: fixed;
        left: -100%;
        top: 70px;
        gap: 0;
        flex-direction: column;
        background-color: #000;
        text-align: center;
        transition: 0.3s;
    } */
    .header .nav{
        display: none;
        width: 60%;
        height: 100vh;
        background: #000000d1;
        position: fixed;
        top: 73px;
        right: 0px;
        padding: 0px 12px 0px 12px;
        box-shadow: -5px 0 20px -5px rgb(0 0 0 / 50%);
    }
    .header ul{
        width:100%;
        text-align: center;
        position: relative;
        top: 95px;
    }
    .header li{
        display: block;
        border-bottom: 1px solid #C14730;
        padding: 10px;
    }
    .header li a{
        font-size: 18px !important;
    }
    #close{
        display: none;
    }
    .header ul .sub-menu{
        width: unset;
        display: none;
        position: inherit;
        top: 0;
        background-color: #000;
        padding: 0px 12px !important;
        margin: 10px 0px !important;
    }
    .header ul .sub-menu li:last-child{
        border: none;
    }
    .header ul .sub-menu li i:nth-child(2){
        display: block;
    }
    .header ul .sub-menu li a{
        color: #C14730;
        padding: 7px 2px;
        text-align: left;
    }
    .header ul .sub-menu .sub-in-menu{
        width: unset;
        position: inherit;
        top: 0;
        left: 0;
        background-color: #000;
    }
    .header ul .sub-menu li i:first-child{
        display: none;
    }
    .line:hover::before{
        visibility: hidden;
    }
    .line:hover::after{
        visibility: hidden;
    }
}
@media screen and (max-width:767px){
    .header .nav{
        width: 100%;
        top: 73px;
    }
    .header ul{
        top: 0px;
    }
    .header .burger-menu{
        display: block;
    }
    /* #burger img{
        width: 85%;
    } */
}
/* About */
.about-section{
    padding: 70px 0px 100px 0px;
}
.about-section .about-left{
    padding-right: 90px;
}
.about-section .about-left p{
    font-size: 18px;
    line-height: 1.4;
}
.about-section .about-left h4{ 
    margin-bottom: 20px;
}
.about-section .about-left a{
    padding: 5px 30px;
    border: 1px solid #cfcfd0;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    background-color: transparent;
    transition: .3s;
}
.about-section .about-left .about-btn{
    margin-top: 40px;
    text-align: center;
}
.about-section .about-left a:hover{
    background-color: #EE7D2C;
    color: #fff;
    border: 1px solid #EE7D2C;
}
.about-section .about-image img{
    width: 100%;
}
/* .risponsive  */
@media screen and (max-width:991px){
    .about-section .about-left{
        padding-right: 20px;
    }
    .about-section .about-right .about-image{
        padding-top: 60px;
    }
}
@media screen and (max-width:767px){
    .about-section{
        padding: 50px 0px 80px 0px;
    }
    .about-section  .about-flip{
        flex-direction: column-reverse;
    }
    .about-section .about-left{
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
    .about-section .about-right .about-image{
        padding-top: 0px;
        padding-bottom: 20px;
    }
}
/* About-End  */

/* Product-section  */
.product-section{
    padding: 0px 0px 100px 0px;
}
.product-section h1{
    text-align: center;
}
.product-section a{
    text-decoration: none;
}
.product-section .pro-hov:hover .product-name{
    background-color: #EE7D2C;
}
.product-section .product-image{
    overflow: hidden;
    border: 1px solid #C14730;
    border-radius: 10px;
    padding: 2px;
    transition: .3s;
}
.product-section .product-image:hover{
    border: 1px solid #EE7D2C;
}
.product-section .product-image img{
    width: 100%;
    transition: transform .3s;
}
.product-section .product-image img:hover{
    transform: scale(1.1);
}
/* .product-section .product-name:hover{
    background-color: #EE7D2C;
} */
.product-section .product-name{
    margin-bottom: 0px;
    background-color: #C14730;
    border-radius: 10px;
    width: 97%;
    text-align: center;
    color: #fff;
    padding: 7px 0px;
    position: relative;
    top: -18px;
    left: 1.5%;
    transition: .3s;
}
.product-section .product-name p{
    margin-bottom: 0px;
    font-weight: 600;
}
.pro-pdf{position: relative;}
.pro-pdf img {
  width: 60px;
position: absolute;
z-index: 999;
margin-top: 10px;
right: 0px;
margin-right: 2px;
}
/* Product-section-End  */

/* Testimonial  */
#section6{
    background-color: dimgrey;
    padding-bottom: 60px !important;
}
#section6 h1{
    color: #fff !important;
}
#container{
    width: 1040px;
    overflow: hidden;
    margin: auto;
   
}
.slidebox{
    position: relative;
    width: 3260px;
    animation-name: anni;
    /* animation-duration: 25s;
    animation-iteration-count: infinite;
    animation-timing-function:ease; */
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}
.slidebox img{
    margin-right: 10px;
    max-width: 250px;
    float: left;
    border-radius: 5px;
  }
  @keyframes anni{
    0%{
        right: 0px;
        top: 0;   
    }
    11%{
        right: 0px;
        top: 0;
    }
    11.1%{
        right: 270px;
        top: 0;   
    }
    22.1%{
        right: 270px;
        top: 0; 
    }
    22.2%{
        right: 530px;
        top: 0; 
    }
    33.2%{
        right: 530px;
        top: 0; 
    }
    33.3%{
        right: 790px;
        top: 0;
    }
    44.3%{
        right: 790px;
        top: 0;
    }
    44.4%{
        right: 1050px;
        top: 0;
    }
    55.4%{
        right: 1050px;
        top: 0;
    }
    55.5%{
        right: 1310px;
        top: 0;
    }
    66.5%{
        right: 1310px;
        top: 0;
    }
    66.6%{
        right: 1570px;
        top: 0; 
    }
    77.6%{
        right: 1570px;
        top: 0;
    }
    77.7%{
        right: 1830px;
        top: 0;
    }
    88.7%{
        right: 1830px;
        top: 0;
    }
    88.8%{
        right: 2090px;
        top: 0;
    }
    99%{
        right: 2090px;
        top: 0;
    }
    100%{
        right: 2350px;
        top: 0;
    }
   }
   /* Risponsive  */
   @media screen and (max-width:1199px){
    #container{
        width: 780px;
    }
   }
   @media screen and (max-width:1024px){
    #container{
        width: 780px;
    }
   }
   @media screen and (max-width:991px){
    #container{
        width: 520px;
    }
    .slidebox{
        animation-duration: 30s;
    }
   }
   @media screen and (max-width:767px){
    #container{
        width: 260px;
    }
   }
/* Testimonial-End  */

/* Footer  */
.footer{
    padding: 75px 0px 0px 0px;
    background-color: #e8e8e8;
    /* background-image: url(../img/net.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
}
.footer ul{
    list-style: none;
}
.footer h4{
    font-size: 22px;
    padding-bottom: 25px;
    margin-bottom: 35px;
    border-bottom: 2px solid #000;
}
.footer span{
    font-weight: 600;
    display: block;
    padding-bottom: 15px;
}
.footer .footer-tag i{
    margin-right: 20px;
    color: #C14730;
    font-size: 17px;
}
.footer h3{
    font-size: 17px;
}
.footer .footer-link{
    padding: 0px 40px 0px 60px;
}
.footer .footer-link ul{
    list-style: none;
}
.footer .footer-link li{
    padding: 5px 0px;
}
.footer .footer-link a{
    text-decoration: none;
    color: #000;
    font-weight: 500;
    transition: .3s;
    display: block;
}
.footer .footer-link a:hover{
    color: #EE7D2C;
}
.footer .footer-prod{
    padding: 0px 50px 0px 20px;
}
.footer-bottom{
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    border-top: 2px solid #000;
    margin-top: 50px;
}
.footer-bottom p{
    margin: 0px;
    font-weight: 600;
}
.footer-bottom a{
    text-decoration: none;
    color: #C14730;
}
.footer-bottom .footer-span{
    color: #C14730;
    display: inline-block;
    padding: 0px;
}
.footer-bottom a:hover{
    color: #EE7D2C;
}
.footer .footer-tag a{
    text-decoration: none;
    color: #000;
    font-weight: 500;
    transition: .3s;
    display: block;
}
.footer .footer-tag a:hover{
    color: #EE7D2C;
}
.footer .m-t{
    margin-top: 10px;
}
.footer-button a {
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    color: #C14730;
    position: fixed;
    right: 20px;
    bottom: 25px;
    transition: .5s;
    font-weight: normal;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.footer-button a:hover{
    background-color: #EE7D2C;
    color: #fff;
}
.footer .float-icons {
    position: fixed;
    left: 20px;
    bottom: 10px;
    display: flex;
    flex-direction: column;
    z-index: 9999;
}
.footer .float-icons a {
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    border-radius: 50%;
    text-align: center;
    background: #C14730;
    color: #fff;
    transition: .5s;
    font-weight: normal;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    margin-bottom: 15px;
}
.footer .float-icons a:hover{
    background-color: #EE7D2C;
    color: #fff;
}
/* Risponsive  */
@media screen and (max-width:990px){
    .footer .footer-prod{
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: 70px;
    }
    .footer .footer-link{
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .footer .footer-tag {
        margin-top: 70px;
    }
}
@media screen and (max-width:767px){
    .footer .footer-link{
        margin-top: 70px;
    }
    /* .footer .float-icons{
        right: 20px;
        bottom: 70px;
    } */
}
/* Footer-End  */

/* About-Page  */
.banner-section{
    background-image: url(../img/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
}
.banner-section .banner-content h3{
    font-size: 38px;
    color:#fff;
    font-weight: 500;
}
.banner-section .banner-content a{
    text-decoration: none;
    color: #fff;
    transition: .3s;
    font-weight: 500;
}
.banner-section .banner-content a:hover{
    color: #EE7D2C;
    font-weight: 500;
}
.banner-section .banner-content span{
    color: #fff;
    font-weight: 500;
    padding: 0px 10px;
}
.banner-section .banner-content .banner-color{
    color: #EE7D2C;
    font-weight: 500;
    padding: 0px;
    text-transform: uppercase;
}
.about-page p{
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.4;
}
.about-page .about-rotate{
    flex-direction: row-reverse;
}
.about-page .about-left {
    padding-right: 0px;
}
.about-page .about-image{
    padding-right: 90px;
}
.about-icon-img{
    padding: 5px 0px;
    display: flex;
    align-items: center;
}
.about-icon img{
    width: 30px;
}
.about-icon span{
    color: #C14730 !important;
    padding-left: 10px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
}
@media screen and (max-width: 991px){
    .about-page .about-right .about-image{
        padding-top: 130px;
    }
    .about-page .about-image{
        padding-right: 30px;
    }
}
@media screen and (max-width:767px){
    .banner-section{
        text-align: center;
    }
    .about-page .about-rotate{
        flex-direction: column-reverse;
    }
    .about-page .about-image{
        padding-right: 0px;
    }
    .about-page .about-right .about-image{
        padding-top: 0px !important;
    }
}
/* Contact-Page  */
.contact-section{
    padding: 70px 0px 100px 0px;
}
.contact-section form input{
    width: 100%;
    padding: 17px 24px 16px;
    background-color: #fff;
    border: 2px solid #ebebeb;
    font-size: 15px;
    font-weight: 400;
    color: #7b8095;
    font-family: system-ui;
    margin-bottom: 8px;
    outline: none;
    transition: .3s;
}
.contact-section form input:hover{
    border:2px solid #EE7D2C;
}
.contact-section form textarea{
    width: 100%;
    padding: 17px 24px 16px;
    background-color: #fff;
    border: 2px solid #ebebeb;
    font-size: 15px;
    font-weight: 400;
    color: #7b8095;
    font-family: system-ui;
    outline: none;
    transition: .3s;
}
.contact-section form textarea:hover{
    border:2px solid #EE7D2C;
}
.form-btn{
    margin-top: 25px !important;
    text-align: center;
}
.contact-section .form-btn button{
    padding: 12px 35px;
    border: 1px solid #cfcfd0;
    font-size: 14px;
    text-decoration: none;
    background-color: transparent;
    transition: .3s;
    font-family: system-ui;
    color: #7b8095;
    font-weight: 500;
}
.contact-section .form-btn button:hover{
    background-color: #EE7D2C;
    color: #fff;
    border: 1px solid #EE7D2C;
}
/* product-Page */
.product-page{
    padding: 70px 0px 100px 0px;
}

/* Product-Info-Page  */
.product-info{
    padding: 70px 0px 100px 0px;
}
.product-info .product-info-image{
    margin-bottom: 45px;
    box-shadow: 0px 0px 20px rgb(17 26 57 / 10%);
}
.product-info .product-info-image img{
    width: 100%;
}
.product-info .service-info-col {
    flex-basis: 48%;
    text-align: center;
    width: 90%;
    margin: auto;
    padding-bottom: 15px;
}
.product-info .service-info-head {
    /* background-color: #D2691E;  */
    background-color: #323232;
    padding: 45px;
    box-shadow: 0px 0px 20px rgb(17 26 57 / 10%);
    margin-bottom: 30px;
}
.product-info .service-info-head a{
    display: flex;
    align-items: center;
    text-decoration: none;
}
.product-info .service-info-head a:hover span{
    color: #C14730;
}
.product-info .service-info-head span{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0px;
    /* border-bottom: 1px solid #fff; */
    width: 70%;
    display: block;
    transition: .4s;
}
.product-info .service-info-head img{
    width:20%;
}
.product-info .service-info-col h1 {
    font-size: 35px;
    color: #2c3941;
    /* margin-bottom: 15px; */
    font-weight: 600 !important;
    padding-bottom: 0px !important;
}
.product-info .service-info-col table {
    border-collapse: collapse;
    width: 100%;
}
.product-info .service-info-btn {
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    border: none;
    background-color: #BD090A;
    padding: 5px 15px;
    border-radius: 5px;
    margin-top: 30px;
    cursor: pointer;
    transition: .3s;
    margin-bottom: 20px;
}
.product-info .service-info-btn:hover{
    background-color:rgb(238, 125, 44);
}
.product-info .service-info-col table tr {
    border-bottom: 1px solid #ddd;
}
.product-info .service-info-col table tr:last-child{
    border-bottom: none !important;
}
.product-info .service-info-col table td {
    text-align: left;
    padding: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #777;
}
.product-info .service-info-col table td span {
    font-weight: 500;
    color: #333;
    font-size: 16px;
}
.product-info .service-info-col p {
    text-align: justify;
    color: #677a85;
    font-size: 16px;
    padding-top: 15px;
}

.product-info .product-info-link{
    /* background-color: #D2691E; */
    background-color: #323232;
    /* opacity: 0.8; */
    padding: 45px;
    box-shadow: 0px 0px 20px rgb(17 26 57 / 10%);
    margin-bottom: 30px;
}
.product-info .product-info-link ul{
    list-style: none;
}
.product-info .product-info-link li a{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0px;
    border-bottom: 1px solid #fff;
    width: 100%;
    display: block;
    transition: .4s;
}
.product-info .product-info-link li a:hover{
    color: #C14730;
}
.product-info .product-info-link li:last-child a{
    border-bottom: none;
}
.product-info .product-info-con{
    /* background-color: #D2691E; */
    background-color: #323232;
    /* opacity: 0.8; */
    padding: 45px;
    cursor: pointer;
    box-shadow: 0px 0px 20px rgb(17 26 57 / 10%);
}
.product-info .con-image img{
    width: 100%;
}

/* Gallery-Section  */
.gallery-section{
    padding: 70px 0px 100px 0px;
}
.gallery-section .gallery-image{
    box-shadow: 0px 0px 20px rgb(17 26 57 / 10%);
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.gallery-section .gallery-image img{
    width: 100%;
}
.gallery-section .gallery-image .zoom{
    width: 40px;
    height: 40px;
    background-color: #C14730;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    top: -20%;
    opacity: 0;
    left: 45%;
    cursor: pointer;
    transition:.3s;
    /* transform:scale(15.5); */
}
.gallery-section .gallery-image:hover .zoom{
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:.3s;
    top: 40%;
    left: 45%;
    opacity: 1;
    /* transform:scale(1); */
}
.gallery-section .gallery-image .zoom:hover{
    background-color: #EE7D2C;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.gallery-section .gallery-cont{
    background-color: #323232;
    padding: 10px;
    position: absolute;
    bottom: -20%;
    width: 100%;
    color: #fff;
    text-align: center;
    opacity: 0;
    transform:scale(15.5);
}
.gallery-section .gallery-image:hover .gallery-cont{
    bottom: 0%;
    transition:.3s;
    opacity: 1;
    transform:scale(1);
}
.gallery-section .gallery-cont p{
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
/* Modal  */
.modal-header {
    width: 100%;
    height: 50px;
    background-color: #000;
    color: #fff;
}
.modal .btn-close {
    color: #fff;
    background-color: #ffff;
    z-index: 99999999999;
    font-size: 10px;
}
.modal .modal-body {
    width: 100%;
    padding: 40px 20px;
    text-align: center;
}
.modal form {
    color: #2c3941;
}
.modal .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.modal form input {
    width: 100%;
    padding: 5px 7px;
    margin-bottom: 15px;
    outline: none;
}
.modal textarea {
    width: 100%;
    padding: 5px 7px;
    margin-bottom: 15px;
    outline: none;
}
.modal .form-btn {
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    background-color: #C14730;
    padding: 17px 35px;
    border-radius: 20px;
    border: 0px solid #000;
    cursor: pointer;
    transition: .3s;
    margin-top: 10px;
    border: 1px solid #C14730;
    line-height: 0%;
    width: auto;
    height: auto;
    transition: .3s;
}
.modal .form-btn:hover {
    background-color: #EE7D2C;
    border: 1px solid #EE7D2C;
}