@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@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;}

.product-img {height: 200px;	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: #4193c9;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    padding: 6px 25px;
}
.more-btn:hover{
    background-color: #2356c9;
}
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: 'Roboto', sans-serif;
}

.container{
    width: 98%;
    max-width: 1300px;
}
.container-large{
    width: 98%;
    margin: 0 auto;
    max-width: 1500px;
}
.header{
    background-color: #fff;
    padding: 25px 0;
}
.nav_area > ul > li 
{    
    display: inline-block; 
}
.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;
}
.btn-top a{
    display: inline-block;
}
.callme{
    padding: 3px 20px 3px 45px;
    background: #2356c9 url(../image/call-icon.png) no-repeat 15px center;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 25px;
}
.callme:hover{
    background-color:#4193c9;
}
.what-btn {
    padding: 3px 20px 3px 45px;
    background: #51c85d url(../image/whatup-icon.png) no-repeat 15px center;
    font-size: 13px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    border-radius: 25px;
}
.what-btn:hover{
    background-color: #0095ce;
}
.lang-btn select{
border: none;
}

/*---------------footer----------------------*/
.footer {
    background: #152f41;
    color: #fff;
    font-size: 18px;
}
.footer h4{
    font-size:18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.footer li a{
    color: #fff;
    font-size: 15px;
}
.copyright {
    font-size: 14px;
    color: #fff;
}
.copyright p{
    margin: 0;
}
.footer-menu-last li a{
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
/*---------------index-page-------------------*/
.home-slider{position: relative;}
.home .owl-nav,.prd-cat-slider .owl-nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    width:100%;
    display: flex;
    justify-content: space-between;
    font-size: 45px;
    color:#fff;
    left: 0;
    right: 0;
    z-index: -1;
}
.home .home-slider .owl-nav{z-index: 9;}
.bg-img img{
    height: 600px;
    object-fit: cover;
}
.banner-slider .prd-icon img{
    width: auto;

}
.banner-slider{
    position: relative;
    z-index: 11;
    background-size: cover;
    background-position: left top;
}
.banner-slider::before {
	content: "";
	background-color: #00000087;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: -1;
}

.content-banner {
    color: #000;
    word-break: break-word;
    font-size: 20px;
    max-width:95%;
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.banner-slider .content-banner img{
    width: auto;
}
.content-banner h2{font-size: 58px;margin-bottom:30px;color: #233f7d;}
.prd-icon {
    position: absolute;
    bottom: 0;
}
.home-slider.owl-carousel .owl-nav button.owl-next,
.home-slider.owl-carousel .owl-nav button.owl-prev{
    background: #9ba8af;
    padding: 5px 15px;

    
}
.owl-carousel .owl-nav button.owl-prev{border-radius: 0 5px 5px 0;}
.owl-carousel .owl-nav button.owl-next {
    border-radius: 5px 0 0 5px;
}
.top-section {
    background: url(../image/home-img1.png) no-repeat left center;
    margin: 50px 0;
    background-size: 49% 100%;
    padding: 20px 0;
}

.intro-text a{
	color:#fff;
}

.intro-text p{
	font-size: 32px;
}

.product-setion{
    position: relative;
}
.setion-title,.f-32{
    font-size:32px ;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.setion-title::before{
    content: "";
    width: 150px;
    height: 2px;
    background: #a0c9e4;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.z-index{
    position: relative;
    z-index: 2;
}
.prd-inner {
    position: relative;
    border: 1px solid #ccc;
}
.prd-img {
    overflow: hidden;
    align-items: center;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    height: 250px;
}
.act-img{
    overflow: hidden;
}
.product-setion .owl-item img, .product-setion img,.act-img img,.prd-img img {
    width: 75%;
    display: block;
    margin: 0 auto;
    transition: 0.5s all ease-in-out;
    z-index: 99;
    position: relative;
    cursor: pointer;
    height: 240px;
    object-fit: contain;
}
.product-setion .prd-img:hover img,.act-img:hover img,.prd-img:hover img {
    transform: scale(1.2);
}

.details-prd {
    padding: 15px 15px 25px;
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    justify-content: center;
    font-size: 20px;
    color: #4193c9;
}
.details-prd h3 {
    font-size: 20px;
    align-items: center;
    display: flex;
    color: #000;
    min-height: 50px;
    justify-content: center;
}
.owl-theme .owl-dots{
    bottom: -20px;
}
.owl-theme .owl-dots .owl-dot span{
    background-color: #e2e2e2;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: #587529;
    border: 1px solid #587529;
}
.choose-setion{
    background:#cbcbcb url(../image/choose-bg.jpg) no-repeat left top /cover;

}
.choose-img{
    overflow: hidden;
}
.choose-img img{
    transition: 0.5s all ease-in-out;
}
.choose-img:hover img {
    transform: scale(1.2);
    cursor: pointer;
}
.choose-inner h3{
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color:#fff;
    margin-top: 25px;
}
.choose-setion .more-btn{
    background: #fff;
    color:#4193c9;
}
.choose-setion .more-btn:hover{
    background: #2356c9;
    color:#fff;
}
.prd-slider .owl-nav,.logo-slider .owl-nav{color:#000}
.prd-slider,.logo-slider{width: 90%; margin: 0 auto;position:static;}
.prd-slider .container,.logo-setion .container{position: relative;}
.logo-slider .owl-nav{z-index: 1;}
.logo-slider .owl-stage-outer{z-index: 2;}
/*------------------searchbar---------------*/
.searchsection{
    margin-bottom: 10px;
}

.searchbar input[type="text"] {
    border: 1px solid #ccc;
    padding: 2px 35px 2px 20px;
    width: 100%;}


/*------------------sidebar---------------*/
.banner{position: relative;}
.banner h2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-size: 58px;
    color: #fff;
    text-transform: uppercase;
}
h2.side-title {
    color: #000;
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
    background-color: #e7e7e7;
    text-transform: uppercase;

}
ul.sidemenu {
    padding: 15px 10px;
}

ul.sidemenu > li {
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
	font-weight:700;
    
}

ul.sidemenu > li a{color:#000;font-size: 18px; font-weight: bold;}

/* ul.sidemenu > li > a{display:flex; justify-content:space-between; } */

ul.sidemenu > li > a i,ul.sidemenu li.acv a,ul.sidemenu li a:hover {
    color: #4193c9;
}

ul.side-sub-menu li  i {
    padding-right: 5px; font-size:10px;opacity: .7;
}
ul.side-sub-menu {
    padding: 10px 0 0;
    font-size: 14px;
    display:none;
}
ul.side-sub-menu li {padding:3px 0;}
ul.side-sub-menu li a{font-size: 15px;font-weight: 400;}

.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;
}

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

.pagination a img {
    height: 30px;
    object-fit: contain;
}
.pagination a:hover img{
    filter: brightness(0.5);
}
/*------------------Product list---------------*/
.act-inner {
    border:1px solid #ccc;
    overflow: hidden;
    text-align: center;
    padding: 15px;
}
.act-inner h4{
    border-top: 1px solid #ccc;
    padding-top: 15px;
    font-size: 19px;
    margin-top: 20px;
}
.product-list .prd-img img{
    height: 100%;
}
.product-list .prd-img{
    padding-top: 15px;
}
/*------------------Product Details---------------*/
.page-title h2{
    font-size: 26px;
    color: #4193c9;
}
.page-title h2 span{
    font-size: 20px;
    color: #000;
}
.prd-top{
    background-color: #eff1f6;
}
.prd-d h2{
    font-size: 40px;
    color:#233f7d ;
}
.prd-d{
    font-size: 58px;
    color:#000 ;
    font-size: 20px;
}
.tabbable-line .nav-tabs li{
    
    text-transform: uppercase;
    padding: 8px 25px;
    border-radius: 25px;
    color: #fff;
    font-size: 20px;
}
.tabbable-line .nav-tabs li.active ,.tabbable-line .nav-tabs li:hover{
    background: #152f41;
}
.tabbable-line .nav-tabs li.active a,
.tabbable-line .nav-tabs li:hover a{
    color:#fff;
}
.tab-content{
    padding-top: 20px;
}
.tab-content h3{
    font-size: 35px;
    color: #4193c9;
}
.tab-content li{
    list-style-type: disc;
    margin-left: 20px;
}
/*------------------media query---------------*/
@media (min-width: 992px){
    .header {
        position: relative;
    }
    .nav_area > ul > li a{
        padding: 6px 7px;
    }
    .nav_area > ul > li:hover > a,.nav_area ul > li.act > a
	{color:#fff;background-color:#4193c9;}
    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;
    }
    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;    
    }
    .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: #4193c9;   
         
     }
     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;
    }
    .nav_area ul li a{font-size: 12px;}
}

@media (max-width:991px){
   
    .container {    max-width: 100%;  }
    ul.menu  
    { 
        position: fixed;
        width: 70%;
        left: 0;
        text-align: left;
        background: #0095ce;
        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: #0095ce;
            padding: 15px;
            top: 35px;
        }	
        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;}
        .what-btn,.callme{
            padding: 0px 10px 0px 30px;
            background-size: 15px;
            font-size: 12px !important;
            background-position:10px center ;
        }
        .tabbable-line .nav-tabs li{
            font-size: 15px;
            padding: 0px 15px;
        }
        .top-mobline{justify-content: center;}
        h2.side-title{
            display: flex;
            justify-content: space-between;
        }
        
     

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