 .main-header .header-top .top-right .social-links{
     position:relative;
     float:left;
     padding:18px 0px;
     margin-left:40px;
}
 .main-header .header-top .top-right .social-links li{
     position:relative;
     margin-right:18px;
     display:inline-block;
}
 .main-header .header-top .top-right .social-links li a{
     position:relative;
     color:#ffffff;
     -webkit-transition:all 300ms ease;
     -moz-transition:all 300ms ease;
     -ms-transition:all 300ms ease;
     -o-transition:all 300ms ease;
     transition:all 300ms ease;
}
 .main-header .header-top .top-right .social-links li a:hover{
     color:#8a2420;
}
/*Sticky-Icon Start*/
 .email-icon{
     position: fixed;
     bottom: 40%;
     right: 1%;
     width: 50px;
     height: 50px;
     z-index: 9999;
}
 .email-icon .icon_logo{
     position: relative;
     z-index: 9999;
     padding: 5px;
}
 .email-icon .icon_logo > a > img{
     width: 100%;
}
 .email-icon .circle_waves{
     border-radius: 50%;
     background-color: #252849;
     width: 50px;
     height: 50px;
     position: absolute;
     opacity: 0;
     bottom: 1px;
     left: 0px;
     z-index: 99;
     animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}
 .modal-backdrop{
    /*z-index: 9;
    */
}
 .modal-dialog{
     width: 50%;
     top: 10%;
}
 .modal-title{
     font-size: 24px;
}
 .modal-header{
     padding: 10px 15px;
}
 .modal-header .modal-title{
     color: #ff0000;
}
 .modal .cross-btn{
     position: absolute;
     right: -10px;
     top: -10px;
     height: 20px;
     width: 20px;
     background: #ff0000;
     z-index: 999;
     opacity: 1;
     border-radius: 100%;
     color: #fff;
}
 .modal .cross-btn span{
     position: absolute;
     top: 40%;
     left: 52%;
     transform: translate(-50%, -50%);
     font-size: 16px;
}
 @media (max-width: 767px) {
     .modal-dialog{
         width: 70%;
         left: 50%;
         transform: translateX(-50%) !important;
    }
}
 .email-model .form-group{
     margin-bottom: 0;
}
 .right-popup .text{
     margin-bottom: 0px;
     font-size: 16px;
}
 .right-popup h4.text{
     color: #222;
}
 .right-popup input, .right-popup textarea{
     margin-bottom: 0;
     border-radius: 5px;
     border: 1px solid #d8d8d8;
     color: #9b9b9b;
     border-radius: 5px;
     font-size: 13px;
     font-weight: 400;
     height: 40px;
}
 [type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus, .form-control:focus{
     box-shadow: 0 0 5px #e8c0d6 !important;
     border-color:transparent;
}
 .popuo-btn{
     text-align: center;
     float: unset;
     margin: 0 auto;
}
 .right-popup button{
     background: #ff0000 none repeat scroll 0 0;
     border: 2px solid transparent;
     border-radius: 50px;
     color: #fff;
     display: inline-block !important;
     font-weight: 800;
     margin-top: 20px;
     padding: 0 10px;
     text-transform: capitalize;
     height: unset;
     line-height: 30px;
     width: 100%;
}
 .right-popup button:hover{
     background: none;
     border: 2px solid #ff0000;
     color: #ff0000;
}
/*Whatsapp*/
 .whatsapp-btn{
     position: fixed;
     bottom: 13%;
     left: 2%;
     width: 50px;
     height: 50px;
     z-index: 9999;
}
 .whatsapp-btn .icon_logo{
     position: relative;
     z-index: 9999;
     padding: 5px;
}
 .whatsapp-btn .icon_logo > a > img{
     width: 100%;
}
 .whatsapp-btn .circle_waves{
     border-radius: 50%;
     background-color: #3cc04e;
     width: 50px;
     height: 50px;
     position: absolute;
     opacity: 0;
     bottom: 1px;
     left: 0px;
     z-index: 99;
     animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}
/*Call*/
 .call-btn{
     position: fixed;
     bottom: 31%;
     right: 1%;
     width: 50px;
     height: 50px;
     z-index: 9999;
}
 .call-btn .icon_logo{
     position: relative;
     z-index: 9999;
     padding: 5px;
}
 .call-btn .icon_logo > a > img{
     width: 100%;
}
 .call-btn .circle_waves{
     border-radius: 50%;
     background-color: #252849;
     width: 50px;
     height: 50px;
     position: absolute;
     opacity: 0;
     bottom: 1px;
     left: 0px;
     z-index: 99;
     animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}
/*Location*/
 .location-btn{
     position: fixed;
     bottom: 22%;
     right: 1%;
     width: 50px;
     height: 50px;
     z-index: 9999;
}
 .location-btn .icon_logo{
     position: relative;
     z-index: 9999;
     padding: 5px;
}
 .location-btn .icon_logo > a > img{
     width: 100%;
}
 .location-btn .circle_waves{
     border-radius: 50%;
     background-color: #252849;
     width: 50px;
     height: 50px;
     position: absolute;
     opacity: 0;
     bottom: 1px;
     left: 0px;
     z-index: 99;
     animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}
 @keyframes waves {
     from {
         transform: scale(.55, .55);
         opacity: .6;
    }
     to {
         transform: scale(1.8, 1.8);
         opacity: 0;
    }
}
/*Sticky End*/
 .about-widget .social-links{
     position:relative;
}
 .about-widget .social-links li{
     position:relative;
     margin-right:4px;
     margin-bottom:5px;
     display:inline-block;
}
 .about-widget .social-links li a{
     position:relative;
     color:#ffffff;
     width:45px;
     height:45px;
     border-radius:2px;
     display:inline-block;
     text-align:center;
     line-height:43px;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
     border:1px solid #8a2420;
}
 .about-widget .social-links li a:hover{
     color:#8a2420;
     border-color:#ffffff;
     background-color:#ffffff;
}
 .footer-content {
     display: block;
     overflow: hidden;
}
 .footer-list li a {
     color: #ddd;
     padding: 5px 0px 15px 20px;
     display: block;
     position: relative;
     font-weight: 500;
     font-size: 16px;
}
 .footer-list li:first-child a{
     padding-top: 0px;
}
 .footer-list li:last-child a{
     padding-bottom: 0px;
}
 .footer-list li a::after {
     position: absolute;
     content: "\e606";
     right: auto;
     top: 5px;
     font-family: 'simple-line-icons';
     font-size: 12px;
     left: 0;
}
 .footer-list li a:hover {
     color: #8a2420;
}
 .contact-text a {
     color: #30a016;
}
 .contact-text a:hover, .contact-text a:focus {
     color: #8a2420;
}
 .product-titl{
     color: #252849;
     font-size: 30px;
     margin-bottom: 15px;
     padding-bottom: 15px;
     font-weight: 900;
}
 .product-titl:before{
     position:absolute;
     content:'';
     left:0px;
     bottom:0px;
     width:250px;
     height:2px;
     background-color:#252849;
}
 .product-titl:after{
     position:absolute;
     content:'';
     left:0px;
     bottom:0px;
     width:80px;
     height:2px;
     background-color:#8a2420;
}
 .section-bot {
     padding-bottom: 50px;
}
 .sex-text {
     font-size: 18px;
     color: #000000;
     font-weight: 500;
}
 .sex-text-1 {
     font-size: 18px;
     color: #000000;
     font-weight: 500;
     text-align: justify;
}
 @media (max-width: 575.98px) {
     .main-header .header-top .top-left{
         width: 110%;
         display: block;
    }
     .main-header .header-upper .logo-outer{
         width: 70%;
    }
     .main-header .main-menu {
         padding-top: 30px;
         width: 100%;
         margin: 0px;
    }
}
 @media (min-width: 576px) and (max-width: 767.98px) {
     .main-header .header-top .top-left .text{
         width: 100%;
         padding: 0px 0px;
    }
     .main-header .header-top .top-left{
         width: 110%;
         display: block;
    }
     .mobile-view{
         display: flex;
         justify-content: center;
    }
     .main-menu .navbar-header{
         padding: 20px 0px 10px;
         right: 50px;
    }
     .main-menu .collapse{
         padding: 30px 0px 0px;
    }
}
 @media (min-width: 768px) and (max-width: 991.98px) {
     .main-header .header-top .top-left .text{
         width: 100%;
         padding: 0px 0px;
    }
     .main-header .header-top .top-left{
         width: 110%;
         display: block;
    }
     .mobile-view{
         display: flex;
         justify-content: center;
    }
     .main-menu .navbar-header{
         padding: 20px 0px 10px;
         right: 50px;
    }
     .main-menu .collapse{
         padding: 30px 0px 0px;
    }
}
/* ============================================= Gallery Css ==============================================*/
 .main .container {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     grid-gap: 1rem;
     justify-content: center;
     align-items: center;
}
 .main .card {
     background: #ffffff;
     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
     color: #333333;
     border-radius: 2px;
}
.main .card-image {
     background: #ffffff;
     display: block;
     padding-top: 70%;
     position: relative;
     width: 100%;
}
.main .card-video {
     background: #ffffff;
     display: block;
     padding-top: 0%;
     position: relative;
     width: 100%;
}
.main .card-image img {
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     object-fit: cover;
}
.Gallery-background{
     background-color: #f00;
     border-radius: 0px;
     margin-bottom: 10px;
}
.Gallery-img-Hover {
     position: relative;
     width: auto;
     background-color: #252849;
}
.Gallery-Products-Img {
     opacity: 1;
     display: block;
     width: 100%;
     height: auto;
     transition: .5s ease;
     backface-visibility: hidden;
}
.Gallery-Hover-Effect {
     transition: .5s ease;
     opacity: 0;
     position: absolute;
     top: 50%;
     left: 45%;
     transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     text-align: center;
     width: 80%;
     margin: 0px 0px 0px 10px;
}
.Gallery-img-Hover:hover .Gallery-Products-Img {
     opacity: 0.3;
}
 .Gallery-img-Hover:hover .Gallery-Hover-Effect {
     opacity: 1;
}
 .Gallery-Hover-Text {
     background-color: #8a2420;
     color: white;
     font-size: 16px;
     padding: 20px 20px;
     width: 30%;
     display: inline-block;
}
 .Gallery-link-tex{
     font-size: 16px;
     color: #ffffff;
     font-weight: 700;
}
 .Gallery-link-tex:hover{
     font-size: 16px;
     color: #ffffff;
     font-weight: 700;
}
 @media only screen and (max-width: 600px) {
     .main .container {
         display: grid;
         grid-template-columns: 1fr;
         grid-gap: 1rem;
    }
}
 .section-bgcolor {
     background-color: #f1f1f3;
}
 .section-bgcolor-whi{
     padding-top: 30px;
}
 .products-text {
     color: #000 !important;
     font-size: 20px !important;
     line-height: 1.7em !important;
     margin-bottom: 25px !important;
     text-align: justify;
}
 .products-text-1 {
     color: #000 !important;
     font-size: 18px !important;
     line-height: 1.7em !important;
     margin-bottom: 25px !important;
     text-align: justify;
}