
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@500;600;700;800&display=swap');

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Regular.woff2') format('woff2'),
        url('../fonts/Manrope-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Medium.woff2') format('woff2'),
        url('../fonts/Manrope-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-ExtraBold.woff2') format('woff2'),
        url('../fonts/Manrope-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-ExtraLight.woff2') format('woff2'),
        url('../fonts/Manrope-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-SemiBold.woff2') format('woff2'),
        url('../fonts/Manrope-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Bold.woff2') format('woff2'),
        url('../fonts/Manrope-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Light.woff2') format('woff2'),
        url('../fonts/Manrope-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*

Globel css
============
*/

:root {
    --primary: #022129;
    --primary2: #1C8FAE;
    --primary3: #43A6C0;
    --darkBlue: #f5f9fa;
    --lightBlue: rgba(0, 10, 11, 0.6);
    --lightWhite: rgb(255, 255, 255, .6);
    --bg: #fff;
    --white: #fff;
    --darkgreen: #042022;
    --darkred: #C04352;
}


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

body {
   font-family: 'Jost', sans-serif;
    color: var(--lightBlue);
    font-size: 16px;
    line-height: 1.5;

}
h3, h3 {
    font-size: 35px;
    color: black;
    font-weight: bold;
    margin-bottom: 15px;
}
img{
    max-width: 100%;
}

.dr-pic img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.dr-dis h4{
	margin-bottom:0;
}
a{
	  font-family: 'Jost', sans-serif;
}
.banner {
    overflow-x: hidden;
}
.top-list{
    margin: 0;
    padding: 0;
}
.top_header {
    padding-top: 10px;
    padding-bottom:  10px;
    background-color: #ff3183!important;
}

.top-list {
    display: flex;
    align-items: center;
}
.header-bottom {
    background: #dbb3ba1c;
    padding: 21px 0;
}
.top-list i {
    background: white;
    color: black;
    width: 29px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    border-radius: 100%;
}
.inq {
    background: #ff3183;
    color: white;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    padding: 9px 33px;
    border-radius: 5px;
}

.search {
    margin-right: 43px;
   
}

.button-sm {
    background: transparent;
    border: none;
    position: absolute;
    top: 13px;
    right: 18px;
}
.search-box {
    position: absolute;
    width: 100%;
    transform: translatey(-40px);
    display: none;
}
.search-show{
    transform: translatey(0px);
    display: block;
    transition: 0.9s all ease-out;
}

#search-bt{
    transition: 0.9s all ease-out;
}
.header-right{
    position: relative;
}
.search-inp {
    border: none;
    width: 100%;
    height: 55px;
    padding: 7px 23px;
}

.banner .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.nav-list {
    display: flex;
    justify-content: space-between;
    flex-basis: 100%;
    margin: 0;
}
.nav-main{
   align-items: center;
    display: flex;
    justify-content: space-between;
    flex-basis: 100%;
}
.nav-main ul li a{
    color: black;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}
footer .logo {
    border: none;
    border-radius: 0;
    background: white;
    padding: 5px;
}
.nav-list li > a{
		    padding: 47px 15px;
}
.sub-menu li a{
	font-size:16px;
}
.search i {
    color: black;
    font-size: 19px;
    margin-left: 10px;
}
.mobile {
    color: white;
    font-size: 19px;
    text-align: right;
    margin: 0;
    padding: 0;
}

.owl-theme .owl-nav [class*=owl-]{
    background: #ff3183 !important;
    color: white !important;
    width: 63px !important;
    height: 63px !important;
    font-size: 41px !important;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(-50%);
}

.owl-next{
    right: 0;
    left: inherit !important;
}

.pad70{
    padding: 70px 0;
}

.cust-inner img {
    max-width: 93px;
    margin: auto;
    text-align: center;
    display: block;
    margin-bottom: 15px;
}


.customer  {
    background:#ff318336;
}
.owl-dots{
    display: none;
}
.h4, h4 {
    font-size: 17px;
    color: black;
    font-weight: 700;
}

.cust-inner {
    text-align: center;
    background: white;
    padding: 25px;
    min-height: 314px;
    border-radius: 10px;
}

.footer {
    background: #ff318336;
}
.cat-inner img {
    max-width: 122px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.dr-pro {
    display: flex;
    align-items: center;
}
.dr-pic {
    flex-basis: 65px;
    margin-right: 19px;
}

.testimonils {
    background: #fbf1f3;
    /* color: white; */
    border-radius: 20px;
    padding: 19px;
}

.about {
    background: #ff318336;
}
.list-c{
    flex-basis:20%;
}
.flex-wrap-wrap{
    flex-wrap: wrap;
}
.our-client .owl-theme .owl-nav [class*=owl-] {
    width: 34px !important;
    height: 41px !important;
    font-size: 29px !important;
    position: absolute;
 
}
.logo {
    border-radius: 10px 0;
}

.footer li a, footer h4, footer h3, footer p, footer p a, .about h3, .about p{
    color: white !important;
}
.flex-wrap-wrap a {
    color: #666;
    font-weight: bold;
    display: block;
    border: 1px solid #ddd;
    text-align: center;
    padding: 12px 0;
    text-decoration: none;
}
.cat-heading {
    color: white;
    font-weight: bold;
}
.bg-main{
    background: #ff3183 !important;
}
.entry-title{
    color: #333;
}
.product-dis-heading {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #ff3183;
}
.contact-col p a{
    color: black;
    text-decoration: none;
    font-size: 16px;
}
.products_col{
    position: relative;
}
.btn-smt{
    border: none;
    display: block;
    width: 100%;
    padding: 12px 0;
    font-weight: bold;
}
.list-details li{
    position: relative;
    color: black;
    font-size: 17px;
    margin-bottom: 10px;
}
.list-details li::before{
    content: "";
    position: absolute;
    height: 7px;
    width: 7px;
    border-radius: 100%;
    left: -14px;
    top: 9px;
    z-index: 999;
    background: #ff3183;
}
.form-details_page {
    background: #ff3183;
    color: white;
    padding: 40px;
    padding-top: 10px;
    border-radius: 10px;
}

.form-details_page h3{
    color: white;
}
.prod-hover {
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    display: block;
    width: 100%;
    background: #ffffffa6;
    display:none;
}
.products_col:hover .prod-hover{
  display: block;
}
.pls-icon {
    height: 50px;
    width: 50px;
    display: block;
    background: #ff3183;
    color: white;
    font-size: 36px;
    text-align: center;
    border-radius: 100%;
    text-decoration: none;
    font-weight: bold;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}

.contact-col h4{
    margin-bottom: 0;
}
.contact-col{
    position: relative;
    padding-left: 30px;
}
.i-d i{
    position: absolute;
    left: 0;
    top: 11px;
    font-size: 22px;
    color: white;
}
.footer-inner ul li a {
     text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 17px;
    padding: 2px 0;
    display: block;
}

.footer-inner ul {
    margin: 0;
    padding: 0;
}
.sub-menu {
	top: 76px;
    display: flex;
    flex-wrap: wrap;
    background: white;
    padding: 19px 30px;
    max-width: 700px;
    width: 100%;
    position: absolute;
    z-index: 99;
    display: none;
    border-top: 3px solid #ff3183;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-transform: translateZ(0);
    display: none;
	    right: 0;
}
.has-child:hover .sub-menu{
    display: flex;
}
.sub-menu li{
    flex-basis: 50%;
}
.sub-menu li a{
    padding:13px 10px;
    display: block;
}
.footer-inner h3{
    font-size: 21px;
    margin-bottom: 3px;
    color: #ff3183;
}
.margin-lf {
    margin-left: 27px !important;
}
.bg-secound {
    background: #fbf1f3;
}

.vision i {
    font-size: 72px;
    color: #ff3183;
}
.vision {
    background: white;
    border-radius: 10px;
    text-align: center;
    padding: 30px;
}
.contact-form {
    padding: 40px;
}

.contact-form .form-control {
    height: 68px;
}
.mst {
    width: 100%;
    text-align: left;
    border: none;
}
.carousel-gallery {
    margin: 50px 0;
    padding: 0 30px;
  }
  .carousel-gallery .swiper-slide a {
    display: block;
    width: 100%;
    height: 200px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
  }
  .carousel-gallery .swiper-slide a:hover .image .overlay {
    opacity: 1;
  }
  .carousel-gallery .swiper-slide a .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
  }
  .carousel-gallery .swiper-slide a .image .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(20, 20, 20, 0.8);
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .carousel-gallery .swiper-slide a .image .overlay em {
    color: #fff;
    font-size: 26px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
  }
  .carousel-gallery .swiper-pagination {
    position: relative;
    bottom: auto;
    text-align: center;
    margin-top: 25px;
  }
  .carousel-gallery .swiper-pagination .swiper-pagination-bullet {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 0.7;
  }
  .carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #d63031;
    transform: scale(1.1, 1.1);
  }
  
  /*# Carousel Gallery*/
  .plugins {
    text-align: center;
  }
  .plugins h3 {
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: Arial;
    text-transform: uppercase;
    color: #111;
  }
  .plugins a {
    display: inline-block;
    font-family: Arial;
    color: #777;
    font-size: 14px;
    margin: 10px;
    transition: all 0.2s linear;
  }
  .plugins a:hover {
    color: #d63031;
  }
.contact-right .contact-col {
    position: relative;
    padding-left: 30px;
    background: #ff3183;
    color: white;
    padding: 25px 51px;
    
    margin-bottom: 40px;
    border-radius: 10px;
}
.inq{
    border: none;
}
.contact-right .contact-col p a {
    color: white;
    text-decoration: none;
    font-size: 20px;
}
.contact-right h4 {
    color: white;
    font-size: 33px;
}
.contact-right i {
    position: absolute;
    left: 14px;
    top: 42px;
    font-size: 27px;
    color: white;
}
.menu-mobile, .close-menu{
    display: none;
}
@media screen and (max-width: 767px) {
    .nav-main {
      display: none;
    }
    .close-menu{
        display:block;
    }
    .contact-col p a {
        font-size: 16px;
    }
    .contact-col h4 {
        margin-bottom: 0;
        font-size: 17px;
    }
    .footer-inner{
        margin-bottom: 30px;
    }
    .testimonils {
        margin-bottom: 19px;
    }

    .category-home .row>* {
        width: 48%;
        max-width: 100%;
    }

    .cat-inner img {
        margin-bottom: 0;
    }
    .pad70 {
        padding: 30px 0;
    }
    .cust-inner {
        padding: 21px;
        min-height: inherit;
        margin-bottom: 19px;
    }
    .our-client{
        text-align: center;
    }

    .top-list {
        display: flex;
        justify-content: center;
    }
  h4 {
        font-size: 18px;
    }
    h3, h3 {
        font-size: 27px;
        color: black;
        font-weight: bold;
        margin-bottom: 15px;
        line-height: 1;
    }
    .owl-theme .owl-nav [class*=owl-] {
        width: 39px !important;
        height: 39px !important;
        font-size: 26px !important;
    }
    .header-right {
        position: relative;
        display: block !important;
    }
    .mobile {
        text-align: center;
    }

    .nav-main.menu-show{
        display:block;
    }
    .nav-list {
        display: block;
        text-align: center;
        margin: 0;
        padding: 0;
    }

   .menu-mobile{
        position: absolute;
        right: 0;
        top: 19px;
    }
    .entry-title {
        text-align: center;
        font-size: 16px;
        text-align: center;
        display: block;
    }
    .products_col {
        margin-bottom: 30px;
    }
    .products-list .row>* {
        flex-shrink: 0;
        width: 48%;
    }
    .cat-list ul {
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
        justify-content: center;
    }
    .list-c {
        flex-basis: 48%;
    }
.close-menu{
    text-align: right;
}
.menu-mobile{
   display: block;
}
   .nav-main {
        position: fixed;
        z-index: 999;
        background: white;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .nav-main ul li a {
        border-bottom: 1px solid pink;
        color: black;
        text-decoration: none;
        font-size: 20px;
        font-weight: 600;
        display: block;
        padding: 20px 0;
    }
  .header-bottom .inq {
        padding: 9px 33px;
        border-radius: 5px;
        display: block;
        margin: auto;
        text-align: center;
        max-width: 123px;
    }
    .logo {
        max-width: 140px;
        width: 100%;
        display: block;
		border:none;
        margin-bottom: 10px;
    }
    .header-bottom {
        position: relative;
     
    }
    #search-bt{
        display:none;
    }
	.top_header{
		display:none;
	}
  }