@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&display=swap');

/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after { clear:both;}

.clear {*zoom:1; clear:both;}

img {max-width:100%;	vertical-align:bottom;}

a {	
    color:#444;	
    text-decoration:none;
   -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; 
    
}

a:hover {text-decoration:none;}

a:focus {outline:0;text-decoration:none;}

a:hover, a:active {	outline:0;}

input:focus, textarea:focus, button:focus {	outline:0;	border:0;}

ul,li,h1,h2,h3,h4 {list-style-type:none;margin:0;padding:0}
.f-alice{font-family: 'Alice', serif;}
.f-white{color:#fff}
.f-blue{ color: #233f7d;}
a{display: inline-block;}
a:hover{color:#fff}
.btn-hover{
    color:#000;
    padding: 15px 25px;
    background-color: #f3b140;
	font-size:20px;
}
.btn-hover:hover{
    background-color: #587529;
    color: #fff;
}
.more-btn {
    background-color: #fff;
    border-radius: 25px;
    text-align: center;
    color: #ea4897;
    padding: 6px 30px;
    font-weight: 500;
    font-size: 18px;
}
.more-btn:hover{
    background-color: #fcdeea;
    color: #ea4897;
}
.more-btn.pink {
    background-color: #fcdeea;
}
ul,li,h1,h2,h3,h4,h5 
{
    list-style-type:none;
    margin:0;
    padding:0
}
body {
    font-size: 18px;
    color: #000;
    line-height: 28px;
	font-family: 'Montserrat', sans-serif;
}

.container{
    width: 98%;
    max-width: 1210px;
}
.container-large{
    width: 98%;
    margin: 0 auto;
    max-width: 1300px;
}
.header{
    background-color: #fff;
    padding: 30px 0;
}
.nav_area > ul > li 
{    
    display: inline-block; 
    padding: 30px 0;
}
.nav_area ul li a {
    color: #000;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;

}

ul .sub-menu span.arrow
{
    color: #000;
}
ul li span.arrow{
    color:#000;
    padding-left: 4px;
}
ul.sub-menu li a 
{
    color: #3c2313;
    line-height: 20px;
    padding: 10px;
    font-size: 15px;
    display: inline-block;
   
}

ul.sub-menu li {
    display: block;
    position: relative;
    padding-right: 20px;
}
.social-icons{
    display: flex;
    gap: 10px;
}
.btn-top a:hover{
    filter: brightness(0.9);
}

/*---------------footer----------------------*/
.footer {
    background: #fff;
    color: #000;
    font-size: 19px;
}
.footer h4{
    font-size:20px;
    margin-bottom: 10px;
}
.footer li a{
    color: #000;
    font-size: 19px;
    padding: 2px 0;
}
.copyright {
    font-size: 14px;
    color: #000;
}
.copyright p{
    margin: 0;
}

/*---------------index-page-------------------*/
.home-slider{position: relative;}
.banner-cnt{
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
}
.banner-cnt h2{
    font-size: 50px;
    font-weight: 600;
    text-shadow: 0 0 8px #000;
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
    text-transform: uppercase;
}
.arrow-img{
    animation: arrowanimation 1.5s infinite;
}
@keyframes arrowanimation {
    0% {
      margin-top: 0;
    }
    50% {
      margin-top: 20px;
    }
    100% {
      margin-top: 0;
    }
 }
.z-index{
    position: relative;
    z-index: 2;
}
.logo-setion{
    background-color: #ea4897;
    margin-top: -2px;
}
.logo-inner h6{
    text-transform: uppercase;
    font-size: 19px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.logo{
    width:100%;
}

.logo > a{
    width:70%;
}

.logo > a > img{
    width:100%;
}

.logo-slider .logo-inner img{
    width: 100%;
    margin: 0 auto;
    height: 90px;
    object-fit: none;
    object-position: center;
}
.logo-slider .owl-nav{color:#fff}
.logo-slider{padding: 0 50px; margin: 0 auto;position:static;}
.logo-setion .container{position: relative;}
.logo-slider .owl-nav {
    z-index: 1;
    display: flex;
    position: absolute;
    top: 50%;
    margin-top: 0;
    width: 100%;
    font-size: 35px;
    justify-content: space-between;
    left: 0;
    transform: translateY(-50%);
}
.logo-slider .owl-stage-outer{z-index: 2;}
.logo-inner {
    margin-bottom: 25px;
}
.current {
    border-bottom: 5px solid #ffffff78;
 }
 .current:after{
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    font-weight: 300;
    color: #ea4897;
    bottom: 0;
    position: absolute;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
 }
.prd-section-top{
    background: url(../image/bghome1.png) no-repeat left top / 80%;
    margin-top: -25px;
    background-color: #fff;
}
.prd-section-top .right-img{
    background: url(../image/bg1.png) no-repeat right top / 60%;
}
.prd-section-top .hidden {
    display: none;
  }
  .prd-section-top .visible {
    display: block;
 }
 .prd-img-box {
    margin-bottom: 10px;
 }
.prd-img-box h3{
    font-size: 20px;
    font-weight: 600;
    padding-top: 10px;
}
.prd-img-box span{
    font-size: 17px;
    color: 666;
}
.prd-section-btm{
    background: url(../image/bghome2.png) no-repeat top center / cover;
    background-color: #d9dada;
}
.prd-section-btm .section-title {
    background-color: #ea4897;
    color: #fff;
    font-size: 36px;
    margin: 0 auto;
    max-width: fit-content;
    padding: 5px 70px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}
.service-seciton{
    background: url(../image/banner2.png) no-repeat center top /cover;
    position: relative;
}
.service-seciton::before{
    background-color: #f6b6d6eb;
    position: absolute;
    content: "";
    top:0;
    bottom: 0;
    left:0;
    right: 0;
    z-index: 1;
}
.service-seciton h2{
    font-size: 50px;
    color: #870847;
    text-transform: uppercase;
    font-weight: 700;
}
.service-seciton .more-btn{
    font-size: 22px;
    max-width: 380px;
    width: 100%;
    margin: 0 10px;
}
/*---------------product-page-------------------*/
.prd-title{
    font-size: 66px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    position: relative;
}
.prd-title::after{
    content: "";
    width: 100px;
    border-bottom: 4px solid #ea4897;
    height: 5px;
    display: block;
    margin: 0 auto;
}
.brd-btm{
    border-bottom: 1px solid #ea4897;
    gap: 25px;
}
.title-section h3{font-size: 34px;color: #000;font-weight: 900;}
.title-section span{ font-size: 29px;color: #666666;}
.whatup-btn{
    background-color: #870847;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 50px;
}
.back-btn img:hover{
    filter: brightness(0.1);
}
/*******pagination**********/
.pagination {
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.pagination a {
    display: inline-block;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    text-align: center;
    line-height: 30px;
    margin: 0 4px;
    color: #000;
    border-radius: 100%;
}

.pagination a.active,
.pagination a:hover {
    background: #ea4897;
    color: #fff;
}
.pagination a:first-child:hover,
.pagination a:last-child:hover{
    background: none;
}

.pagination a.link {
    border: 1px solid #e6e6e6;
    color: #e6e6e6;
    width: 40px;
    height: 40px;
}
.pagination a.link:hover {
    border-color: #ea4897;
    color: #ea4897;
}
.pagination a.link .fal{
   line-height: 40px;
   font-size: 25px;
   
}
.pagination a:hover img{
    filter: brightness(0.5);
}

    
/*------------------media query---------------*/
@media (min-width: 992px){
    .header {
        position: relative;
        padding: 0;
    }
    .nav_area > ul > li a{
        padding: 6px 15px;
    }
    .nav_area > ul > li:hover > a,.nav_area ul > li.act > a
	{color:#fff;background-color:#ea4897;}
    ul.menu {
        display: flex;
        justify-content: end;
    }
    ul.sub-menu {
        min-width: 150px;
    }
    ul.sub-menu
    {
    position: absolute;
    background: #515151;
    z-index: 555;
    text-align: left;
    padding: 0px;
    height: 0;
    transition: all .5s ease;

     }
    ul.sub-menu span.arrow {
        display: inline-block;
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 40%;
    }
    .nav_area > ul > li ul.sub-menu 
    {
        transform-origin: 50% 0;
        transform: scaleY(0) translateZ(0);
        transition: transform 0.3s, opacity 0.3s;
        display: block;
        margin-top: 31px; 
    }
    ul.sub-menu li a
    {
        color: #fff;
    }
    .nav_area ul li:hover ul.sub-menu 
    {	
        display:block;
        height: auto;
    }
    ul.sub-menu li ul.sub-menu 
    {    
        left: 100%;   
        top:  0;  
        margin-top: 0;  
    }
    .menu-item-has-children .arrow{display: none;}
    ul.sub-menu span.arrow{color: #fff;}
    .nav_area > ul > li:hover > ul.sub-menu, .nav_area ul.sub-menu > li:hover > ul.sub-menu 
    {   
        transform: scaleY(1) translateZ(0);  
     }
    
     .nav_area ul li:hover ul.sub-menu 
     {    
         display: block; 
     }
     ul.sub-menu > li:hover
     {    
         background: #fc329d;   
         
     }
     ul.sub-menu > li:hover > a
     {	
         color:#fff; 
    }
    ul.sub-menu > li:hover .arrow
    {  
        color:#fff; 
    }
    ul
    {
       margin-top: 0;
       margin-bottom: 0;
    }
    label.toggle 
    {   
         display: none; 
    }
    ul.sub-menu li.menu-item-has-children .arrow 
    {    
        transform: rotate(-90deg);  
    }
    .nav_area ul li:last-child 
    {
        padding-right: 0;
        border-right: 0;
    }
   
       
        
}
@media (max-width:1200px){
    .lang-btn select{font-size: 15px;}
    .nav_area > ul > li a {
        padding: 1px 10px;
    }
    .banner-cnt{
        bottom: 10px;
    }
    .banner-cnt h2{
        font-size: 25px;
    }
    .banner-cnt img{
        max-width: 80px;
    }
}

@media (max-width:991px){
   
    .container {    max-width: 100%;  }
    ul.menu  
    { 
        position: fixed;
        width: 70%;
        left: 0;
        text-align: left;
        background: #fc329d;
        z-index: 2;
        padding: 15px 10px;
        z-index: 10;
        top: 0;
        height: 100%;
        left: -100%;
        transition: all .4s;
    }

        ul.menu.open 
        {
            left:0;
        }
        .toggle {
            cursor: pointer;
            color: #fff;
            font-size: 22px;
            margin: 0;
            text-align: right;
            display: block;
            position: absolute;
            right: 38px;
            background: #ea4897;
            padding: 15px;
            top: 25px;
        }	
        ul li span.arrow{
            color:#fff;
            font-size: 15px;
        }
       .nav_area ul li a 
        {    
            line-height: 40px;    
            font-size: 20px; 
            color:#fff;
        }
        nav.nav_area ul li
        {
            display:block;     
            position: relative;    
            border: 0;  
            padding:0 0 10px 0;
        }
        ul li span.arrow.close-icon i:before
        {
            content: "\f106";
        }
        ul.sub-menu li span.arrow.close-icon i:before 
        {    
            content: "\f106";  
        }
        ul li .sub-menu li a 
        {   
             line-height: 18px;  
             font-size: 15px;
        }
        ul.sub-menu span.arrow 
        {
            right: 10px;
            text-align: center;
            top: 0;
            font-size:15px;
        }

        span.arrow {
            position: absolute;
            right: 10px;
            color: #fff;
            top: 12px;
            width: 40px;
            text-align: center;
            height: 30px;
            }
        ul.sub-menu 
        {
            display: none;
            position: relative;
            background: transparent;
            padding: 0; 
            font-size:10px;   
        }
        ul.sub-menu li ul.sub-menu {    
        padding: 10px;
        width: 100%;  
    }
   
}

@media (max-width:767px){
    .copyright p {
        font-size: 12px;
    }
    
        ul.footer-menu {
            padding-bottom: 28px;
        }
        .number h5 {
            padding-bottom: 12px;
        }
    
        a.w-btn {
            text-align: center;
            display: block;
            padding: 10px 0 0;
        }
        
        ul.sidemenu{display: none;}
        .order2{order: 2;}
        .toggle{top: 80px;    right: 20px;}
        .top-section{background-size: cover;}
        .intro-text {
            background: #ffffffc9;
            padding: 15px;
        }
        .content-banner h2,.prd-d h2,.banner h2{font-size: 35px;}
        .banner img{height: 100px;object-fit: cover;}

        .tabbable-line .nav-tabs li{
            font-size: 15px;
            padding: 0px 15px;
        }
        .top-mobline{justify-content: end;}
        h2.side-title{
            display: flex;
            justify-content: space-between;
        }
        .logo-slider .logo-inner img{
            height: 60px;
             object-fit: contain;
             padding-bottom: 5px;
             padding-top: 10px;
        }
        .logo-inner h6{font-size: 16px;}
        .home-slider > img{
            height: 180px;
            object-fit: cover;
            object-position: center center;
        }
        .service-seciton .more-btn{
            margin: 5px;
        }
        .service-seciton h2{font-size: 30px;}
        .logo-slider .owl-nav{font-size: 25px;}
        .whatup-btn{
            margin-top: 15px;
            font-size: 18px;
        }
        .prd-title{font-size: 50px;}

}
@media only screen and (min-width:768px) {
    ul.sidemenu {
        display: block !important;
    }
    .side-title .fa {
        display: none;
    }
}