body{
    font-family: 'Roboto', sans-serif;
}
* , a , ul , li , p{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
    border: none;
    outline: none;
}
ul , li{
    margin: 0;
    padding: 0;
}

/*Back To Top Button*/

#myBtn{
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #77282B;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: fixed;
    border: none;
    outline: none;
    transition: all ease .3s;
    z-index: 999;
    box-shadow: 0px 2px 6px rgba(0,0,0,.25);
    right: 20px;
    bottom: 40px;
}

/*Back To Top Button End*/

.mobile-logo a img{
    width: 200px!important;
}

/*ENquire Now Button*/

.enquire-btn{
    padding: 10px 25px;
    background: #77282B;
    font-size: 16px;
    font-weight: 500;
    position: fixed;
    right: -50px;
    top: 50%;
    z-index:1000000;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    border-radius: 0px 20px 0px 20px;
}
#Enquire_Now{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    color:#ffffff;
}

/*ENquire Now Button*/

/*Responsive Navigation --- Footer*/

#mob-Navigation{
    display: none;
}

/*Responsive Navigation --- Footer*/

/*Global Button*/

#global-btn{
    padding: 10px 24px;
    background: #222;
    color: #fff;
    margin-top: 20px;
    border-radius: 5px;
    transition: all ease-in .3s;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
#global-btn::before{
    content: "";
    position: absolute;
    width: 0%;
    background: #77282B;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all ease-in .3s;
}
#global-btn:hover::before{
    width: 100%;
}

/*Global Button*/

/*Owl Navigation*/

.hero-section .owl-dots {
    position: absolute;
    bottom: 75px;
    right: auto;
    z-index: 9;
    margin: 0 auto;
    width: 100%;
}
.hero-section .owl-dots button {
    margin: 0 5px;
}
.hero-section .owl-dots button {
    position: relative;
    margin: 0 8px;
}
.owl-theme .owl-dots .owl-dot span {
    margin: 5px 0px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 5px;
    width: 30px;
    height: 3px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #77282B;
}


/*Owl Nav*/

.owl-navigation .owl-theme .owl-dots .owl-dot.active span{
    width: 30px;
    background: #77282B;
    transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
}
.owl-navigation .owl-carousel button.owl-dot {
    display: none;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #77282B;
    color: #FFF;
    text-decoration: none;
}
.owl-theme .owl-nav [class*=owl-]{
    padding: 10px!important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    padding: 0px 12px!important;
    font-size: 24px;
    position: absolute;
    top: 45%;
    background: #F5F5F5;
    box-shadow: 0px 0px 6px #725959;
    transition: all ease-in .3s;
}
 .owl-carousel .owl-nav button.owl-next{
    right: 15%;
}
 .owl-carousel .owl-nav button.owl-prev{
    left: 15%;
}

/*Hide Mobile Menu*/

.mobile-menu{
    display: none;
}

/*Hide Mobile Menu*/

/*Banner text Animation*/

/* #Text_Animator{
    animation: anim_1 ease-in .5s 6s 1;
    position: absolute;
    left: -200px;
}
@keyframes anim_1{
    0%{
        left: 200px;
    }
    100%{
        left: inherit;
    }
} */
.animated-banner{
    display: block;
}
.custom-banner{
    display: none;
}

/*Home Page Zoom-in*/

.home-page .zoom-in-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    display: flex;
    padding: 0;
    background: rgba(17, 17, 17,0.5);
    z-index: 9998;
    transition: all ease-in .3s;
    justify-content: center;
    align-items: center;
}
.home-page .zoom-in-image .zoom-in-inner{
    flex-basis: 1000px;
}

/*Sticky Nav*/

.sticky-nav{
    background: #fff;
    box-shadow: 0px 2px 6px rgb(34, 34, 34, 0.15);
    width: 100%;
    left: 0;
    top: 0;
    position: fixed!important;
    transition: top 0.4s ease-in-out!important;
    -webkit-transition: top 0.4s ease-in-out!important;
    z-index: 999;
    padding: 20px calc(100% - 95%)!important;
    animation: moveDown 0.5s ease-in-out;
}

@keyframes moveDown{
    from{
        transform: translateY(-100px);
    }
    to{
        transform: translateY(0px);
    }
}

/*Top Header Begin*/

.top-header-bg {
    background: url(../Image/top-header\ bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 40px;
}
.top-header-content-outer{
    height: 40px;
}
.top-header-content .top-header-content-left .top-header-tabs{
    padding-right: 25px;
    padding-left: 15px;
    display: flex;
    align-items: center;
    position: relative;
}
.top-header-content .top-header-content-left li:nth-child(1){
    padding-left: 0;
}
.top-header-content .top-header-content-left li:nth-child(3)::after{
    width: 0;
}
.top-header-content .top-header-content-left .top-header-tabs::after{
    content: "";
    position: absolute;
    width: 2px;
    height: 25px;
    background: #fff;
    top: 0;
    right: 0;
}
.top-header-content .top-header-content-left .top-header-tabs img{
    width: 26px;
    margin-right: 12px;
}
.top-header-content .top-header-content-left .top-header-tabs span{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.top-header-content .top-header-icons .icons{
    height: 40px;
}
.top-header-content .top-header-icons .icons li{
    padding-right: 25px;
}
.top-header-content .top-header-icons .icons li a img{
    transition: all ease-in .3s;
}
.top-header-content .top-header-icons .icons li a img:hover{
    transform: rotateY(360deg);
}
.top-header-content .top-header-icons .icons li:last-child{
    padding-right: 0;
}

/*Top Header End*/

/*Main Navbar Begin*/

.main-navbar {
    width: 100%;
    padding: 5px 0px;
    background: #fff;
}
.logo a{
    text-align: center;
}
.logo a img{
    width: 100px;
}
.logo span{
    font-size: 28px;
    color: #222;
    display: inline-block;
    padding-left: 15px;
    font-weight: 600;
}
.main-navbar .navbar-content .navbar-tabs{
    display: flex;
    justify-content: space-between;
}
.main-navbar .navbar-content .navbar-tabs>li{
    cursor: pointer;
    line-height: 80px;
    position: relative;
    transition: all ease-in .3s;
}
.main-navbar .navbar-content .navbar-tabs>li::after{
    content: "";
    position: absolute;
    width: 0%;
    background: #77282B;
    height: 3px;
    left: 0;
    bottom: 0;
    transition: all ease-in .3s;
}
.main-navbar .navbar-content .navbar-tabs li:first-child:after{
    width: 100%;
}
.main-navbar .navbar-content .navbar-tabs li:hover::after{
    width: 100%;
}
.main-navbar .navbar-content .navbar-tabs>li:hover>a{
    color: #77282B!important;
}
.main-navbar .navbar-content .navbar-tabs>li a{
    color: #222;
    font-size: 18px;
    font-weight: 500;
    line-height: 80px;
    transition: all ease-in .3s;
    display: block;
}
.main-navbar .navbar-content .navbar-tabs>li:first-child a{
    color: #77282B;
}
.sub-menu-2{
    width: 180px!important;
    margin: 0!important;
}
.main-navbar ul .sub-menu-2 ul li{
    width: 180px;
}
.main-navbar .parent .sub-menu{
    position: absolute;
    width: 520px;
    margin: 0 0 0 -150px;
    background: rgba(119, 40, 43,0.8);
    transform: translateY(100px);
    visibility: hidden;
    opacity: 0;
    transition: all linear .3s;
    z-index: 9999;
}
.main-navbar .parent:hover .sub-menu{
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}
.main-navbar .parent .sub-menu ul li{
    line-height: 40px;
    transition: all ease-in .3s;
}
.main-navbar .parent .sub-menu ul li a{
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 1;
    padding: 0px 10px;
}
.main-navbar .parent .sub-menu ul li:hover a{
    color: #999;
}
.main-navbar ul ul li {
    width: 260px;
    display: list-item;
    position: relative;
    border-bottom: 1px solid #8a8a8a40;
    padding: 5px 0px;
    float: left;
}
.main-navbar .parent .sub-menu ul li a:hover img{
    rotate: -180deg!important;
}

/*Mobile Menu*/

.mob-nav .mob-navigation li{
    padding: 0px 5px;
    border-bottom: 1px solid #8a8a8a40;
}
.mob-nav .mob-navigation li:hover{
    background: #d9d9d9;
}

.mobile-menu .hamburger{
    cursor: pointer;
    display: none;
    position: relative;
    z-index: 99;
}
.mobile-menu .hamburger span{
    display: block;
    border-radius: 2px;
    height: 5px;
    width: 34px;
    background: #111;
    margin: auto;
    margin-bottom: 3px;
    transition: all ease-in .3s;
}
.mobile-menu .hamburger span:nth-child(3){
    transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
}
.mobile-menu .hamburger span:nth-child(1){
    transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
}
.cross span:nth-child(1) {
    background: #222;
    rotate: 45deg;
    transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
}
.mobile-menu .hamburger span:nth-child(3) {
    transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
}
.cross span:nth-child(2) {
    background: #222;
    rotate: -45deg;
    margin-top: -8px;
    transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
}
.cross span:nth-child(3) {
    background: #222;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in .3s;
    -webkit-transition: all ease-in 
}
/*Main Navbar End*/

/*Hero Section*/

.banner-slider{
    max-height: 660px;
    overflow: hidden;
}
.banner-slider .banner-1{
    background: url(../Image/home-page-banner-1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 650px;
}
.banner-slider .banner-1 h2{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 0% 10%;
}
.banner-slider .banner-2{
    background: url(../Image/Complete-Commercial-Kitchen-Setup-View-2.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 660px;
    position: relative;
    z-index: 1;
}
.banner-slider .banner-2::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .2;
    z-index: -1;
}
.banner-slider .banner-2 h2{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 0% 10%;
}
.banner-slider .banner-3{
    background: url(../Image/home-page-banner-3.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 390px!important;
}
.banner-slider .banner-3 h2{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 0% 10%;
}

/*Hero Section End*/

/*About Kalp Taru Engineering Begin*/

.about-section{
    background: #e6e6e6;
    padding: 40px;
    transform: translateY(-50px);
    position: relative;
    z-index: 5;
}
.about-section .about-left .heading{
    margin-bottom: 40px;
}
.about-section .about-left .heading h1{
    position: relative;
    font-size: 32px;
    color: #222;
    font-weight: 600;
    margin-left: 2px;
}
.about-section .about-left .heading h1::after{
    position: absolute;
    content: "ABOUT KALP TARU";
    top: -15px;
    left: 0;
    width: 100%;
    text-align: left;
    color: #999;
    font-size: 46px;
    font-weight: 800;
    z-index: -1;
    opacity: .3;
    text-shadow: 0px 4px 4px rgba(0, 0, 0,0.50);
}
.about-section .about-left .heading h1::after{
    background: transparent;
}

.about-section .about-right img{
    width: 100%;
}

/*About Kalp Taru Engineering End*/

/* Services Section Begin */

.services-section-bg{
    background: url(../Image/services-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 40px 0px;
}
.services-section-bg .heading {
    text-align: center;
    padding-bottom: 40px;
}
.heading h1{
    position: relative;
    font-size: 32px;
    font-weight: 600;
    color: #222;
    padding-bottom: 10px;
}
.heading h1::after{
    position: absolute;
    content: "";
    width: 10%;
    height: 3px;
    background: #77282B;
    left: 45%;
    bottom: 0px;
}
.heading p{
    margin-top: 20px;
}
.heading span {
    margin-top: 20px!important;
}
.service-card {
    text-align: center;
    padding-bottom: 10px;
    background: #fff;
    padding-left: 0!important;
    padding-right: 0!important;
    box-shadow: 0px 1px 6px #cccccc;
}
.services-section-bg .service-image{
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.services-section-bg .service-image img{
    width: 100%;
    height: 250px;
    transition: all ease-in .3s;
}
.services-section-bg .service-image img:hover{
    transform: scale(1.1);
}
.services-section-bg  .service-card .service-details{
    padding: 10px;
}
.services-section-bg  .service-card .service-details h4{
    color: #222;
    font-size: 24px;
    font-weight: 600;
}
.services-section-bg  .service-card .service-details p{
    font-size: 14px;
    color: #968A8A;
    font-weight: 400;
}

/*Services Section End*/

/*Kitchen Equipment*/

.kitchen-equipment{
    background: #f3f3f3;
    padding: 40px 0px;
}
.kitchen-equipment  .equipment{
    margin-bottom: 60px;
}
.kitchen-equipment .kitchen-equipment-range .cooking{
    background: url(../Image/Commercial-Cooking-Equipment.png);
    background-position: center center; 
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    width: 100%;
    height: 255px;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
.kitchen-equipment .kitchen-equipment-range .cooking span{
    position: absolute;
    bottom: -42px;
    left: 0;
    width: 100%;
    background: #77282B;
    padding: 10px 0px;
    color: #fff;
}

.kitchen-equipment .kitchen-equipment-range .display{
    background: url(../Image/Commercial-Display-Equipment.png);
    background-position: center center; 
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    width: 100%;
    height: 255px;
    position: relative;
    text-align: center;
}
.kitchen-equipment .kitchen-equipment-range .display span{
    position: absolute;
    bottom: -42px;
    left: 0;
    width: 100%;
    background: #77282B;
    padding: 10px 0px;
    color: #fff;
}


.kitchen-equipment .kitchen-equipment-range .freezer{
    background: url(../Image/Commercial-Refrigeration-Equipme.png);
    background-position: center center; 
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    width: 100%;
    height: 255px;
    position: relative;
    text-align: center;
}
.kitchen-equipment .kitchen-equipment-range .freezer span{
    position: absolute;
    bottom: -42px;
    left: 0;
    width: 100%;
    background: #77282B;
    padding: 10px 0px;
    color: #fff;
}
.kitchen-equipment .kitchen-equipment-range .washing{
    background: url(../Image/Dish-Washing-Equipment.png);
    background-position: center center; 
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    width: 100%;
    height: 255px;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
.kitchen-equipment .kitchen-equipment-range .washing span{
    position: absolute;
    bottom: -42px;
    left: 0;
    width: 100%;
    background: #77282B;
    padding: 10px 0px;
    color: #fff;
}
.kitchen-equipment .kitchen-equipment-range .bakery{
    background: url(../Image/Commercial-Bakery-Equipment.png);
    background-position: center center; 
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    width: 100%;
    height: 255px;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
.kitchen-equipment .kitchen-equipment-range .bakery span{
    position: absolute;
    bottom: -42px;
    left: 0;
    width: 100%;
    background: #77282B;
    padding: 10px 0px;
    color: #fff;
}
.kitchen-equipment .kitchen-equipment-range .storage{
    background: url(../Image/Storage-Equipment.png);
    background-position: center center; 
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    width: 100%;
    height: 255px;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
.kitchen-equipment .kitchen-equipment-range .storage span{
    position: absolute;
    bottom: -42px;
    left: 0;
    width: 100%;
    background: #77282B;
    padding: 10px 0px;
    color: #fff;
}


.kitchen-equipment .kitchen-equipment-range .bar{
    background: url(../Image/Bar-Equipment.png);
    background-position: center center; 
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    width: 100%;
    height: 255px;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
.kitchen-equipment .kitchen-equipment-range .bar span{
    position: absolute;
    bottom: -42px;
    left: 0;
    width: 100%;
    background: #77282B;
    padding: 10px 0px;
    color: #fff;
}
.kitchen-equipment .kitchen-equipment-range .preparation{
    background: url(../Image/Preparation-Equipment.jpg);
    background-position: center center; 
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    width: 100%;
    height: 255px;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
.kitchen-equipment .kitchen-equipment-range .preparation span{
    position: absolute;
    bottom: -42px;
    left: 0;
    width: 100%;
    background: #77282B;
    padding: 10px 0px;
    color: #fff;
}

.kitchen-equipment .kitchen-equipment-range .Imported{
    background: url(../Image/Imported-Equipment.png);
    background-position: center center; 
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    width: 100%;
    height: 255px;
    position: relative;
    text-align: center;
}
.kitchen-equipment .kitchen-equipment-range .Imported span{
    position: absolute;
    bottom: -42px;
    left: 0;
    width: 100%;
    background: #77282B;
    padding: 10px 0px;
    color: #fff;
}


/*Equipment Hover Effect*//*Equipment Hover Effect*//*Equipment Hover Effect*//*Equipment Hover Effect*/

.kitchen-equipment .kitchen-equipment-range .hover-effect{
    transition: all ease .3s;
}
.kitchen-equipment .kitchen-equipment-range .hover-effect::after{
    content: "\f00e";
    font-size: 32px;
    font-family: "fontAwesome";
    position: absolute;
    background: rgba(0,0,0,.25);
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #77282B;
    font-weight: 500;
    cursor: pointer;
    opacity: 0;
    transition: all ease-in .3s;
}
.kitchen-equipment .kitchen-equipment-range .hover-effect:hover::after{
    opacity: 1;
}
.kitchen-equipment .kitchen-equipment-range .hover-effect:hover{
    transform: scale(1.1);
}



/*Kitchen Equipment End*/

/*Happy Employee*/

.bg-img{
    background: url(../Image/industries\ bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    padding: 40px 0px;
}

.bg-img .hash{
    padding: 15px;
    border: 2px dashed #fff;
    margin: 20px 0px;
}
.bg-img .hash span{
    color: #fff;
}
.bg-img .hash span img{
    margin-right: 40px;
    width: 35px;
}
.bg-img .heading {
    color: #e6e6e6;
    margin-bottom: 20px;
}
.bg-img .heading h1{
    color: #fff;
}

/*Happy Employee*/

/*Get Qoute Now Begin*/

.get-a-qoute{
    padding: 40px 0px;
    background: #f3f3f3;
}
.get-a-qoute .heading h1::after{
    background: transparent;
}
.get-a-qoute .heading{
    margin-bottom: 30px;
}
.get-a-qoute .heading h1{
    font-size: 30px;
    font-weight: 500;
    color: #222;
}
.get-a-qoute .heading span{
    font-size: 14px;
    font-weight: 500;
    color: #7B7575;
    margin-bottom: 10px;
}
.get-a-qoute form{
    background: #fff;
    padding: 40px;
    box-shadow: 0px 4px 6px rgba(119, 40, 43,0.20);
}
.get-a-qoute form label{
    display: block;
    padding-bottom: 5px;
    font-size: 14px;
    color: #222;
}
.get-a-qoute form input{
    padding: 10px 10px;
    border: 2px solid #ACA8A8;
    width: 100%;
    margin-bottom: 30px;
    font-size: 14px;
    border-radius: 5px;
    transition: all ease-in .3s;
}
.get-a-qoute form input:focus{
    border-color: #77282B;
}
.get-a-qoute form input:checked + label{
    border-color: #1aca03;
}
.get-a-qoute form #global-btn{
    margin: 20px auto 0 auto;
    display: block;
}

/*Get Qoute Now End*/

/*Testimonial Begin*/

.testimonial{
    background: url(../Image/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 40px 0px 60px 0px;
    width: 100%;
    height: 100%; 
}
.testimonial-section{
    position: relative;
    z-index: 2;
    padding: 0px 40px 40px 40px;
}
.testimonial-section::after{
    position: absolute;
    content: "";
    background: #77282B;
    width: 80%;
    height: 90%;
    left: 0;
    bottom: -20px;
    z-index: -1;
}
.testimonial-section .heading h3{
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}
.para p{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.client-image{
    height: 150px;
    overflow: hidden;
}
.testimonial .client-card{
    width: 100%;
    height: 400px;
    background: #fff;
    border-radius: 10px;
    position: relative;
}
.testimonial .client-card .client-image img{
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}
.testimonial .client-card .client-image .qoute{
    width: 40px;
    position: absolute;
    bottom: 58%;
    left: 10px;
}
.testimonial .client-card .testimonial-details{
    padding: 30px 20px;
    text-align: justify;
}
.testimonial .client-card .testimonial-details p{
    font-size: 14px;
    color: #968A8A;
    padding-bottom: 15px;
}
.testimonial .client-card .testimonial-details h3{
    font-size: 16px;
    color: #222;
    margin-bottom: 0;
}
.testimonial .client-card .testimonial-details span{
    color: #968A8A;
    font-size: 14px;
}
.testimonial .testimonial-section .custom-slide{
    flex-wrap: nowrap;
}
.testimonial .testimonial-section .testimonial-slider{
    width: 900px;
}

.testimonial-section .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
    display: block!important;
}
.testimonial-section .owl-carousel .owl-nav button.owl-prev {
    left: 0%;
}
.testimonial-section .owl-carousel .owl-nav button.owl-next, .testimonial-section .owl-carousel .owl-nav button.owl-prev {
    top: unset;
}
.testimonial-section .owl-carousel .owl-nav button.owl-next{
    right: 90%;
}
.testimonial-section .owl-theme .owl-dots .owl-dot.active span, .testimonial-section .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}
.testimonial-section .owl-theme .owl-dots .owl-dot span{
    margin-right: 10px;
}
.testimonial-section .owl-dots{
    position: absolute;
    right: 25%;
}

/*Testimonial End*/

/*Partner Brands Logo*/

.partners .brands-slider{
    background: #F2EAEA;
    padding: 40px 60px;
}
.partners .heading{
    background: #F2EAEA;
    padding: 40px 0px 10px 0px;
}
.partners .brands img{
    width: 150px;
    height: 90px;
}
.partners  .owl-carousel .owl-nav button.owl-prev {
    left: 0;
}
.partners .owl-carousel .owl-nav button.owl-next, .partners .owl-carousel .owl-nav button.owl-prev {
    top: 38%;
}
.partners .owl-carousel .owl-nav button.owl-next{
    right: 0;
}

/*Partner Brands Logo*/

/*Footer Section Begin*/

.footer-section{
    background: #F2EAEA;
    padding: 40px 0px 0px 0px;
}
.footer-section .para p{
    color: #817C7C;
    padding-bottom: 20px;
}
.footer-section .logo{
    margin-bottom: 20px;
}
.footer-section .logo span{
    line-height: 36px;
    font-size: 28px;
}
.footer-section .contact-details{
    margin-bottom: 15px;
}
.footer-section .contact-details img{
    width: 25px;
    margin-right: 10px;
}
.footer-section .address span{
    text-transform:uppercase;
}
.footer-section .contact-details a{
    color: #7B7575;
    font-size: 14px;
}
#Navigation{
    display: flex;
    justify-content: center;
    position: relative;
}
#Navigation::before{
    content: "";
    position: absolute;
    width: 2px;
    background: #77282B;
    height: 100%;
    left: 0;
    top:0;
    opacity: .3;
}
#Navigation::after{
    content: "";
    position: absolute;
    width: 2px;
    background: #77282B;
    height: 100%;
    right: 0;
    top:0;
    opacity: .3;
}
.footer-section ul {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    padding-top: 40px;
    margin: 0 auto;
}
.footer-section ul li i{
    color: #77282B;
    font-size: 15px;
    margin-right: 10px;
}
.footer-section ul li{
    transition: all linear .2s;
}
.footer-section ul li:hover{
    transform: translateX(7px);
    transition: all linear .2s;
}
.footer-section ul li:hover a{
    text-decoration: underline;
    transition: all linear .2s;
}
.footer-section ul li a{
    font-size: 14px;
    color: #7B7575;
    font-weight: 400;
    transition: all linear .2s;
}
.footer-section .sign-up{
    margin-top: 40px;
}
.footer-section .sign-up-input {
    position: relative;
    margin-top: 25px;
}
.footer-section .sign-up-input #Email{
    padding: 10px 15px;
    width: 100%;
}
.footer-section .sign-up-input #Sign_up{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 25px;
    background: #77282B;
    color: #FFF;
    transition: all ease-in .3s;
}
.footer-section .sign-up-input #Sign_up:hover{
    background: #222;
}
.footer-section .sign-up .sign-up-heading h2{
    font-size: 20px;
    color: #222;
    font-weight: 600;
    padding-bottom: 15px;
}
.copyright{
    background: #77282B;
    text-align: center;
}
.copyright p{
    padding: 10px 0px;
    font-size: 14px;
    color: #fff;
}
.social-icons{
    display: none;
}







/*Other Page Css Begin*/

/*About Us Page*/

/*About Banner*/

.about-banner{
    background: url(../Image/about-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
}
.about-banner h1{
    color: #fff;
    font-size: 36px;
    font-weight: 600;
}
.about-banner h1 span{
    color: #77282B;
    text-shadow:  1px 1px 1px #fff ,  -1px -1px 1px #fff;
}

/*About Banner*/

/*About Us Content*/

.about-content .heading{
    padding-bottom: 20px;
    padding-top: 40px;
}
.about-content .heading h1 span{
    color: #77282B;
}
.about-content{
    text-align: center;
}
.about-content .bold-content p{
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 40px;
}
.about-content .normal-content p{
    font-size: 16px;
    font-weight: 400;
    color: #7B7575;
    padding-bottom: 60px;
}
.about-bg{
    background: url(../Image/about-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

/*About Us Content*/

.our-mission{
    padding-top: 60px;
    background: #f3f3f3;
    display: flex;
    flex-wrap: wrap;
}
.misson{
    background: url(../Image/mission.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 33.33%;
    height: auto;
    text-align: center;
    color: #fff;
    padding: 20px 40px;
}
.misson p{
    font-size: 14px;
    color: #7B7575;
}
.misson .mission-icon{
    transform: translateY(-80px);
}
.vision{
    background: url(../Image/vision.jpg);
}
.value{
    background: url(../Image/values.jpg);
}

/*About Us Content*/

/*Why Choose Us*/

.why-choose-us{
    background: #f3f3f3;
    padding-top: 40px;
}
.why-choose-us-section{
    padding: 40px 0px 0px 0px;
}
.why-choose-us-section .cards{
    background: #fff;
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 23%;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(114, 40, 43, 0.20);
}
.why-choose-us-section .cards img{
    display: block;
    width: 60px;
}
.pd{
    padding-bottom: 40px;
}

/*Why Choose Us*/

/*Get A Qoute*/

.get-a-qoute-stripe{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0px;
    background: #77282B;
}
.get-a-qoute-stripe h4{
    margin: 0;
    color: #fff;
    font-size: 34px;
    font-weight: 600;
}
.get-a-qoute-stripe #global-btn a{
    color: #fff;
}
.get-a-qoute-stripe #global-btn{
    margin: 0;
    margin-left: 20px;
}
.get-a-qoute-stripe .call-btn img{
    width: 15px;
}
.get-a-qoute-stripe .call-btn{
    background: #fff;
    padding: 7px 15px;
    margin-left: 20px;
}
.Product-responsive-banner h1 {
    display: none;
}
/*About Us Page*/

/*Service Page*/

/*Hero Section*/

.service-banner{
    background: url(../Icons/Service-banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    color: #fff;
}
.service-banner h1{
    position: relative;
    font-size: 36px;
    font-weight: 600;
    display: inline-block;
}
.service-banner h1::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.service-banner h1::before{
    content: "";
    position: absolute;
    width: 30%;
    height: 3px;
    background: #77282B;
    right: 35%;
    bottom: 0;
    z-index: 2;
}

/*Hero Section*/

/*Heading*/

.our-services{
    padding: 40px 0px;
    position: relative;
    z-index: 3;
    background: #f3f3f3;
}
.our-services .heading h1::after{
    position: absolute;
    content: "KALP TARU ENGINEERING";
    top: -15px;
    width: 100%;
    left: 0;
    text-align: center;
    color: #ACA8A8;
    font-size: 46px;
    font-weight: 800;
    z-index: 4;
    opacity: .3;
    background: transparent;
    text-shadow: 0px 4px 4px rgba(0, 0, 0,0.50);
}
.our-services .hamburger{
    cursor: pointer;
    position: relative;
    z-index: 99;
    display: inline-block;
}
.our-services .hamburger span{
    display: block;
    border-radius: 2px;
    height: 5px;
    width: 34px;
    background: #fff;
    margin: auto;
    margin-bottom: 3px;
    transition: all ease-in .3s;
}
.our-services .hamburger span:nth-child(3){
    transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
}
.our-services .hamburger span:nth-child(1){
    transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
}
.our-services .hamburger span:nth-child(3) {
    transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
}

.our-services-menu .menu-heading{
    display: flex;
    align-items: center;
    width: 300px;
    height: 50px;
    background: #77282B;
    color: #fff;
    padding: 0px 15px;
    justify-content: center;
}
.our-services-menu .menu-heading h4{
    margin: 0;
}
.our-services-menu{
    width: 300px;
}
.our-services-menu .menu-content .menu-tabs li a{
    color: #4E4A4A;
    padding: 10px 5px;
}
.our-services-menu .menu-content .menu-tabs li{
    padding: 10px;
    border-bottom: 1px solid #999;
    cursor: pointer;
}
.our-services-section{
    margin-top: 40px;
}
.our-services-section .heading h2{
    font-size: 24px;
    color: #77282B;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}
.our-services-section .heading h2::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #d9d9d9;
    left: 0;
    bottom: -10px;
    z-index: 1;
}
.our-services-section .heading h2::before{
    content: "";
    position: absolute;
    width: 30%;
    height: 3px;
    background: #77282B;
    right: 35%;
    bottom: -10px;
    z-index: 2;
}

.our-services-section .services-right .img img{
    width: 100%;
    height: 300px;
    border: 4px solid #d9d9d9;
}
.our-services-section .services-right{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.our-services-section{
    display: flex;
    justify-content: space-between;
}
.our-services-section .services-right .first-txt{
    margin-bottom: 10px;
}
.our-services-section .services-right ul li{
    display: flex;
    align-items: center;
}
.our-services-section .services-right ul li img{
    width: 15px;
    margin-right: 10px;
}
.our-services-section .services-right ul{
    margin-bottom: 10px;
}
.service-mobile-tabs{
    display: none;
}
.web-service-tabs{
    display: block;
}
/*Emergency Properties*/
/*Emergency Properties*/
/*Emergency Properties*/
/*Emergency Properties*/
/*Emergency Properties*/
/*Emergency Properties*/
/*Emergency Properties*/


/*Logo Text Font Size*/
/*Logo Text Font Size*/

.lg{
    font-size: 24px!important;
}

/*Logo Text Font Size*/
/*Logo Text Font Size*/

.mobile-logo{
    display: flex;
    align-items: center;
}
.mobile-logo a img{
    width: 70px;
}


.full_body_bg_color{
    background: #f3f3f3;
}


/*Emergency Properties*/
/*Emergency Properties*/
/*Emergency Properties*/
/*Emergency Properties*/
/*Emergency Properties*/
/*Emergency Properties*/
/*Emergency Properties*/


/*Product Page CSS*/

.product-page-partners .brands-slider{
    background: transparent;
}
.product-page-partners{
    background: #EBEBEB;
}

.product-banner{
    background: url(../Image/product-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
}
.product-banner h1{
    color: #fff;
}
/* .Product-responsive-banner{
    background: url(../Image/res.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
    display: none;
    align-items: center;
} */
.Product-responsive-banner h1{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

/*Product Page Content */

.product-content .heading h1::after{
    content: unset;
}
.product-content .heading h1::before{
    position: absolute;
    content: "KALP TARU ENGINEERING";
    top: -20px;
    width: 100%;
    left: 0;
    text-align: center;
    color: #ACA8A8;
    font-size: 46px;
    font-weight: 800;
    z-index: 4;
    opacity: .3;
    background: transparent;
    text-shadow: 0px 4px 4px rgba(0, 0, 0,0.50);
}
.our-products .heading{
    margin-bottom: 40px;
}
.our-products .heading h1::after{
    content: unset;
}
.our-products .heading h1::before{
    position: absolute;
    content: "Our Products";
    top: -20px;
    width: 100%;
    left: 0;
    text-align: center;
    color: #ACA8A8;
    font-size: 46px;
    font-weight: 800;
    z-index: 4;
    opacity: .3;
    background: transparent;
    text-shadow: 0px 4px 4px rgba(0, 0, 0,0.50);
}

/*Our Product Section*/

.our-products .product-nav-content{
    text-align: center;
    background: #f3f3f3;
}
.our-products .product-nav-content #p-arrow{
    font-size: 14px;
    transition: all ease-in .3s;
}
.p-rotate{
    rotate: 180deg;
}
.our-products .product-nav-content li{
    display: block;
    width: 100%;
}
.our-products .product-nav-content h2{
    font-size: 16px;
    font-weight: 600;
    color: #4E4A4A;
    padding: 10px 0px;
    background: #d9d9d9;
}
.our-products .product-nav-content li{
    padding: 10px;
    display: block;
    color: #2B2929;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #d9d9d9;
    cursor: pointer;
}
.our-products .product-nav-content li a:hover{
    background: #e0e0e0;
}
.product-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.products{
    width: 32%;
    margin-bottom: 20px;
    cursor: zoom-in;
    padding: 10px;
}
.products a{
    padding: 10px 0px;
    display: block;
    background: #1e6cfc;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all ease-in .3s;
    z-index: 1;
}
.products a::after{
    content: "";
    position: absolute;
    width: 0%;
    left: 0%;
    background: #77282B;
    bottom: 0;
    height: 110%;
    z-index: -1;
    transition: all ease-in .3s;
}
.products a:hover::after{
    width: 100%;
}
.products img{
    width: 100%;
    height: 220px;
    position: relative;
}

/* .products img::after{
    position: absolute;
    content: "";
} */
.our-product-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

/*For Stop Scrolling . I am using The Overflow-hidden Property In entire Body . This Class Will Added In Whenever I want to---*/

.over-hid{
    overflow: hidden;
    background: rgba(0, 0, 0,0.7)!important;
}

/*For Stop Scrolling . I am using The Overflow-hidden Property In entire Body . This Class Will Added In Whenever I want to-----------> Using Javascript <-------*/



/*Our Product Pop Up*/

.show-pop-up{
    display: block;
    visibility: visible!important;
    animation: zoomin ease-in .3s!important;
    -webkit-animation: zoomin ease-in .3s!important;
    -moz-animation: zoomin ease-in .3s!important;
}
@keyframes zoomin{
    0%{
        transform: scale(.2);
        opacity: .2;
        top: 55%;
        left: 50%;
        transform: translate(-50% , -50%);
    }
    25%{
        transform: scale(.4);
        opacity: .4;
        top: 55%;
        left: 50%;
        transform: translate(-50% , -50%);
    }
    50%{
        transform: scale(.6);
        opacity: .6;
        top: 55%;
        left: 50%;
        transform: translate(-50% , -50%);
    }
    75%{
        transform: scale(.8);
        opacity: .8;
        top: 55%;
        left: 50%;
        transform: translate(-50% , -50%);
    }
    100%{
        transform: scale(1);
        opacity: 1;
        top: 55%;
        left: 50%;
        transform: translate(-50% , -50%);
    }
}
.center-align{
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-pop-up {
    width: 60vw;
    height: auto;
    padding: 20px 20px;
    overflow: visible;
    position: fixed;
    top: 10%;
    left: 20%;
    z-index: 9999;
    background: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}
.product-pop-up .pop-content{
    border: 1px solid #77282B;
    padding: 50px 50px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.product-pop-up .pop-content .pop-up-left{
    position: relative;
    width: 47%;
    text-align: center;
}
.product-pop-up .pop-content .pop-up-left .pop-up-image .big-image{
    width: 420px;
    height: 420px;
}
.product-pop-up .pop-content .pop-up-left .pop-up-image .product-zoom-in{
    position: relative;
    width: 420px;
    height: 420px;
    top: 0;
    left: 0;
}
.product-pop-up .pop-content .pop-up-left .pop-up-image .zoomin{
    position: absolute;
    width: 40px;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.product-pop-up .pop-content .pop-up-left .pop-up-image .small-image{
    position: absolute;
    width: 100px;
    height: 100px;
    border: 1px solid #77282B;
    top: 0;
    right: 0;
}
.product-pop-up .six-burner-gas-oven{
    padding: 7px 20px;
    background: #77282B;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: -20px;
}
.six-burner{
    margin: 20px 0px 0px -80px;
}
.product-pop-up .pop-content .pop-up-right{
    width: 47%;
    padding: 35px 25px;
    background: #fff;
}
.product-pop-up .pop-content .pop-up-right .pop-up-heading{
    padding: 0px 0px 20px 0px;
    border-bottom: 2px solid #D9D9D9;
    margin-bottom: 20px;
}
.product-pop-up .pop-content .pop-up-right .pop-up-heading h4{
    font-size: 16px;
    color: #2B2929;
}
.product-pop-up .pop-content .pop-up-right .pop-up-heading h4 a{
    color: #77282B;
    padding: 7px 14px;
    border: 1px solid #77282B;
    border-radius: 10px;
    font-size: 14px;
}
.product-pop-up .pop-content .pop-up-right h1{
    font-size: 18px;
    font-weight: 700;
    color: #2B2929;
    opacity: .7;
}
.product-pop-up .pop-content .pop-up-right .product-details{
    display: flex;
    width: 100%;
}
.product-pop-up .pop-content .pop-up-right .product-details ul{
    padding: 0px;
    margin-bottom: 20px;
}
.product-pop-up .pop-content .pop-up-right .product-details ul li{
    display: block;
    padding: 10px 20px;
    color: #545454;
    border-bottom: 2px solid #D9D9D9;
}
.product-pop-up .pop-content .pop-up-right .product-details .name{
    border-right: 2px solid #d9d9d9;
}
.product-pop-up .pop-content .pop-up-right  .interest{
    margin-top: 20px;
}
.product-pop-up .pop-content .pop-up-right  .interest a{
    padding: 12px 22px;
    background: #7B7575;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    margin-top: 20px;
}
.close-window{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

/*Our Product Section*/

/*Product Page CSS End*/

/*Gallery Page CSS*/

.gallery-banner{
    background: url(../Image/gallery-banner.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
}
.gallery-banner h1{
    position: relative;
    font-size: 36px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
}
.gallery-banner h1::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.gallery-banner h1::before{
    content: "";
    position: absolute;
    width: 30%;
    height: 3px;
    background: #77282B;
    right: 35%;
    bottom: 0;
    z-index: 2;
}
.gl-video-row{
    justify-content: space-between;
}
.gl-video-row .gl-video-outer{
    padding: 0;
    width: 32%;
    margin-bottom: 20px;
}
.gl-video{
    padding: 10px;
    border: 1px solid #000;
}
.gl-video video{
    width: 100%;
    height: 100%;
}

.load-more-video{
    display: none;
}
/*Gallery Page Content Begin*/

.gallery-section .heading {
    padding: 40px 0px 0px 0px;
}
.gallery-section .heading h1{
    color: #222;
    font-size: 28px;
    font-weight: 600;
    position: relative;
}
.gallery-section .heading h1::after{
    position: absolute;
    content: "Our Gallery";
    text-transform: uppercase;
    top: -20px;
    width: 100%;
    left: 0;
    text-align: center;
    color: #ACA8A8;
    font-size: 48px;
    font-weight: 800;
    z-index: 4;
    opacity: .3;
    background: transparent;
    text-shadow: 0px 4px 4px rgba(0, 0, 0,0.50);
}
.gallery-section .gallery-photo-section .gl-image-row{
    justify-content: space-between;
}
.gallery-section .gallery-photo-section .gl-image-row .gl-image-outer{
    border: 1px solid #77282B;
    padding: 10px;
    width: 32%;
    margin-bottom: 20px;
}
.gallery-section .gallery-photo-section .gl-image-row .gl-image-outer .gl-image{
    width: 100%;
    padding: 0px;
    border:  2px solid #d9d9d9;
    cursor: zoom-in;
}
.gallery-section .gallery-photo-section .gl-image-row .gl-image-outer .gl-image img{
    width: 100%;
}

/*Zoom In Image */

.showww{
    display: block!important;
}
.display-b{
    display: none;
    transition: all ease-in .3s;
}
.zoom-in-image{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 100px 500px;
    background: rgba(17, 17, 17,0.5);
    z-index: 9998;
    transition: all ease-in .3s;
}
.zoom-in-image .close-window img{
    padding: 100px 100px 0px 0px;
}
/* .zoom-in-image .zoom-in-inner{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: relative;
    z-index: 99999;
} */
.zoom-in-image .zoom-in-inner img{
    width: 100%;
    height: 100%;
}
/* .zoom-in-image .zoom-in-inner::after{
    position: absolute;
    content: "";
    width: 100vw;
    height: 100vh;
    background: #000;
    left: 0;
    top: 0;
    z-index: 99;
} */

/* Gallery Button */

.gallery-buttons{
    padding: 20px 0px;
}
.gallery-buttons ul li{
    padding: 7px 10px;
    background: #222;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
}
.button-active{
    background: #77282B!important;
    transition: all ease-in .3s;
}

/* Gallery Page CSS End */


/*Contact Us Page CSS */

.contact-banner{
    background: url(../Image/contact-us-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: left;
    text-align: left;
}
.contact-banner h1{
    color: #fff;
}
.contact-banner h1 span{
    text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff;
}
.contactus-form #Hotels{
    width: 100%;
    padding: 15px;
    border: 1px solid #77282B;
    border-radius: 10px;
}
.contactus-form .select{
    padding: 10px 30px;
    background: #fff;
    box-shadow: 0px 4px 4px rgba(119, 40, 43,0.20);
    margin-bottom: 20px;
}
.contactus-form input{
    width: 100%;
    padding: 15px;
    border: 1px solid #77282B;
    border-radius: 10px;
}
.contactus-form .input{
    width: 48%;
    padding: 10px 30px;
    background: #fff;
    box-shadow: 0px 4px 4px rgba(119, 40, 43,0.20);
    margin-bottom: 20px;
}
.contactus-form .text-area{
    width: 100%;
    padding: 30px;
    background: #fff;
    box-shadow: 0px 4px 4px rgba(119, 40, 43,0.20);
    margin-bottom: 20px;
}
.contactus-form textarea{
    width: 100%;
    padding: 20px;
    border: 1px solid #77282B;
    border-radius: 10px;
}
.contactus-form #Submit{
    margin: 0;
    padding: 10px 20px;
    background: #77282B;
    color: #fff;
    border-radius: 0;
}
.contactus-form .submit{
    padding: 0;
}
.contactus-form{
    margin: 40px 0px;
}

.contactus-form .Who-we-help{
    color: #615959;
    font-size: 14px;
    font-weight: 400;
}
.contactus-form .heading{
    margin-bottom: 30px;
}
.contactus-form .heading span{
    font-size: 16px;
    color: #77282B;
    font-weight: 500;
}
.contactus-form .heading h1{
    font-size: 30px;
    color: #222;
    font-weight: 600;
}
.contactus-form .heading h1::after{
    left: 0;
    width: 20%;
}
.address-contact , .phone-contact{
    display: flex;
}
.address-contact .map-image , .phone-contact .phone-image {
    display: inline-block;
    margin-right: 20px;
}
.address-contact .map-image img , .phone-contact .phone-image img{
    width: 50px;
}
.address-contact .adress-contact-content , .phone-contact .phone-contact-content{
    display: inline-block;
    padding: 0px 40px 0px 0px;
}
.address-contact .adress-contact-content h3 ,.phone-contact .phone-contact-content h3{
    color: #77282B;
}


.product-pop-up .pop-content .pop-up-right .interest a{
    transition: all ease-in .3s;
}
.product-pop-up .pop-content .pop-up-right .interest:hover a{
    background: #24b617;
}


/*Pop Up Form ->->->*//*Pop Up Form ->->->*//*Pop Up Form ->->->*//*Pop Up Form ->->->*//*Pop Up Form ->->->*//*Pop Up Form ->->->*//*Pop Up Form ->->->*//*Pop Up Form ->->->*//*Pop Up Form ->->->*//*Pop Up Form ->->->*//*Pop Up Form ->->->*//*Pop Up Form ->->->*//*Pop Up Form ->->->*//*Pop Up Form ->->->*//*Pop Up Form ->->->*/

.pop-up-form-outer{
    background: rgba(0,0,0,.25);
    position: fixed;
    z-index: 99999999;
    overflow: hidden;
    top: 0;
    width: 100%!important;
    height: 100vh!important;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.pop-up-form-outer .pop-up-form{
    align-self: center;
    top: 30%;
    position: absolute;
    background: #fff;
    max-width: 1300px;
    width: 1300px;
    margin: 0 auto;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0,0.50);
}