
ul {
    margin: 0px;
    padding: 0px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    word-wrap: break-word
}

body {
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
    width: 100%;
}

html {
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
    width: 100%;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'El Messiri', sans-serif;

}

a img {
    border: none;
}

a {
    text-decoration: none;
    color: #000;
    font-family: 'Lato', sans-serif;
}

ul {
    list-style: none
}

:focus {
    outline: none
}

input[type="submit"],
button {
    -webkit-appearance: none
}

select {
    word-wrap: normal
}

body.offcanvas-active {
    overflow: hidden;
}
header.header-part {
    background: #fff;
}
a.navbar-brand img {
    width: 94px;
}
.offcanvas-header {
    display: none;
}

ul.navbar-nav li a {
    color: #222;
    font-size: 17px;
    display: inline-block;
    text-transform: capitalize !important;
    position: relative;
}
ul.navbar-nav li.active a:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #363435;
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: -8px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
ul.navbar-nav li a:before {
    content: "";
    width: 0%;
    height: 1px;
    background: #363435;
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: -8px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
ul.navbar-nav li a:hover:before {
    width: 100%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.mobile-header {
    display: none;
}
.screen-darken {
    height: 100%;
    width: 0%;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

ul.navbar-nav.main-navbar li {
    padding: 0 8px;
}
ul.navbar-nav.ms-auto.right-menu li a img {
    width: 25px;
}

ul.navbar-nav.ms-auto.right-menu li.count-product {
    position: relative;
}

.screen-darken.active {
    z-index: 10;
    transition: opacity .3s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}

/* banner css */
.banner-part{}
.swiper-container.banner-slide .swiper-slide {
    min-height: 600px;
}

.slider-container {
    position: absolute;
    top: 50%;
    left:20%;
    transform: translate(-20%,-50%);
    width:50%;
}
.banner-slide{position: relative;}
.slider-sub-title {
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #111;
}
.swiper-button-next,.swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    border: 1px solid #222;
    border-radius: 50%;
    transition: 0.4s all;
}
.swiper-button-next:hover,.swiper-button-prev:hover{background: #222;}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 16px !important;
    color:#222;
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after{
    font-size: 16px !important;
    color:#fff;
}
.slider-title {
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -1.03px;
    color: #222;
    padding: 20px 0px;
    opacity: 1;
}
.slider-buttton {
    border: solid 1px #222;
    padding: 13px 30px;
    color: #ffffff;
    font-size: 18x;
    text-decoration: none;
    background:#222;
    transition: 0.6s all;
}
.slider-buttton:hover{
    background-color: transparent;
    color:#fff;
}
.slide-1 {
    background: url("../images/banner-1.jpg");
    background-size: cover;
}

.slide-2 {
    background: url("../images/banner-2.jpg");
    background-size: cover;
}

.slide-3 {
    background: url("../images/banner-3.jpg");
    background-size: cover;
}
.slider-buttton {
    display: inline-block;
}
.swiper-slide-active .slider-sub-title {
    -webkit-animation: fadeInUp 1s;
            animation: fadeInUp 1s;
}

.swiper-slide-active .slider-title {
    -webkit-animation: fadeInUp 1.5s;
            animation: fadeInUp 1.5s;
}
.swiper-slide-active.slide-2 .slider-title {
    -webkit-animation: fadeInRight 1.5s;
            animation: fadeInRight 1.5s;
}
.swiper-slide-active.slide-3 .slider-title {
    -webkit-animation: fadeInLeft 1.5s;
            animation: fadeInLeft 1.5s;
}


.swiper-slide-active .slider-buttton {
    -webkit-animation: zoomIn 2s;
            animation: zoomIn 2s;
}
.sl-whats-new__card {
    background-color: #fff;
    padding: 20px;
    position: relative;
    height: 300px;
    margin: 0 auto 30px;
    width: 100%;
    box-shadow: 4px 6px 68px 0 rgba(0,0,0,.15);
    -webkit-animation: zoomIn 2s;
    animation: zoomIn 2s;
}
.sl-whats-new__card__img {
    position: absolute;
    height: 250px;
    transition: all 1s ease-out;
    left: 50px;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
    width: 200px;
}
 .sl-whats-new__card__data {
    position: absolute;
    bottom: 75px;
    right: 30px;
}
.sl-whats-new__card--2 {
    position: relative;
    top: 60px;
    -webkit-animation: zoomIn 2s;
    animation: zoomIn 2s;
}
.sl-whats-new__card__link, .sl-whats-new__card__title {
    text-transform: uppercase;
    color: #002f5d;
    font-weight: 700;
}
p.sl-whats-new__card__link {
    font-size: 13px;
}
.sl-whats-new__card__title{font-size: 20px;}
.sl-whats-new__card--3 {
    margin-top: 30px;
}
.sl-whats-new__card--3 .sl-whats-new__card__img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    right: -9px;
    left: unset;
    top: 0;
}
.sl-whats-new__card--3 .sl-whats-new__card__data {
    position: absolute;
    top: 70px;
    left: 30px;
    right: unset;
}
.sl-whats-new__card--3 .sl-whats-new__card__img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    right: -17px;
}
.sl-whats-new__card--4 {
    position: relative;
    top: 60px;
    margin-top: 0;
}
.sl-whats-new__card--4 .sl-whats-new__card__img {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    right: 0;
    left: unset;
    height: 348px;
    width: 52%;
}
.sl-whats-new__card--4 .sl-whats-new__card__data {
    position: absolute;
    bottom: 20px;
    top:unset;
    left: 20px;
}
/* about css */
img{width: 100%;}
.about-img img {
    width: 100%;
}
section.about-part {
    padding: 60px 0;
}
.about-content h2 {
    font-size: 33px;
    font-weight: 800;
    position: relative;
    padding-bottom: 20px;
}
.about-content p {
    color: #8d8d8d;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
}
.about-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    -webkit-animation: zoomIn 2s;
    animation: zoomIn 2s;
}
.about-content {
    padding-left: 36px;
    text-align: justify;
    -webkit-animation: zoomIn 2s;
    animation: zoomIn 2s;
}
.about-content a {
    border: solid 1px #222;
    padding: 13px 30px;
    color: #ffffff;
    font-size: 18x;
    text-decoration: none;
    background:#222;
    transition: 0.6s all;
    display: block;
    margin: 20px 0 0;
    width: fit-content;
}
.about-content a:hover{
    background-color: transparent;
    color:#000;
}

.bg-banner {
    position: relative;
}
 .banner-wrapper-infor {
    justify-content: center;
    display: flex;
    bottom: 0;
    transform: translateY(0);
    top: auto;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0px 15px 20px 15px;
}
h3.title-banner {
    padding: 0px;
    margin: 0px;
}
.bwp-image a {
    display: block;
    width: 100%;
}
 .banner-wrapper-infor .info {
    padding: 10px 15px 10px 15px;
    background: #FFFFFF;
    width:fit-content;
    text-align: center;
}
.bwp-image a img {
    backface-visibility: hidden;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1s ease 0s,transform 1s ease 0s;
    transition: opacity 1s ease 0s,transform 1s ease 0s;
}
.bwp-image a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: top;
}
.bg-banner:hover .bwp-image a img {
    filter: alpha(opacity=80);
    transform: scale3d(1.1,1.1,1);
}

.services-wrapper {
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-block-start: 20px;
}
.service {
    float: left;
    position: relative;
    width: 33.33%;
    padding: 0 40px;
    color: #222;
}
.service-icon {
    display: inline-block!important;
    height: 55px;
    width: 60px;
    float: none;
    margin: 0 auto;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center top;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}
.service-description {
    float: left;
    text-align: center;
    margin-block-start: 20px;
}
.service-title {
    font-weight: 600;
    text-transform: uppercase;
    margin-block-end: 5px;
}
.page-head {
    text-align: center;
    padding-bottom: 20px;
}
section.why-choose-part {
    padding: 50px 0;
}
.service-icon.service-icon1{background:url(../images/service1_56x.png);}
.service-icon.service-icon2{background:url(../images/service2_56x.png);}
.service-icon.service-icon3{background:url(../images/service3_56x.png);}
.service-subtitle {
    color: #222;
    float: left;
}
.service:hover .service-icon {
    background-position: center bottom;
    transform: translateY(-8px);
}
.collection-1-content {
    position: relative;
    transition: all .3s ease;

}
.collection-content {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    background-color: transparent;
}
.collection-content:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #0000007f;
    z-index: 2;
    transform: rotateY(90deg);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
.collection-text-content.top {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 3;
    transform: translate(-50%);
    text-align: center;
}
.title-collection-1 {
    text-transform: capitalize;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}
.collection-1 .cat-bottom {
    position: relative;
}

.collection-text-content .cat-button {
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    opacity: 0;
    transform: rotateY(90deg);
    font-size: 12px;
    line-height: 2.0833333333;
    font-weight: 700;
    color: #fff;
    transition: all .3s ease;
}
.collection-1-content:hover .collection-content:before {
    opacity: 1;
    visibility: visible;
    transform: rotateY(0);
    width: 100%;
    height: 100%;
}
.collection-1-content:hover .count {
    opacity: 0;
    transform: rotateY(180deg);
}
.collection-1-content:hover .cat-button {
    opacity: 1;
    transform: rotateY(0);
}
.collection-text-content .count {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    transform: rotateY(0);
    line-height: 26px;
    color: #fff;
    transition: all .3s ease;
}
 .banner-image {
    position: relative;
 }
 .banner-grid-content.media{
    display: block;
    background-color: transparent;
    position: relative;
    overflow: hidden;
}
.banner-grid-style-4 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 316px;
    min-width: 607px;
}
.banner-grid-style-4 h5 {
    font-size: 14px;
    padding-bottom: 4px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: Mulish;
    letter-spacing: 1.8px;
    margin-bottom: 16px;
}
.banner-grid-style-4 h3 {
    font-size: 72px;
    line-height: 72px;
    text-transform: capitalize;
    margin-bottom: 25px;
    color: #fff;
}
.banner-grid-style-4 p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 50px;
    line-height: 28px;
}
.banner-grid-style-4 .button-content span {
    color: #fff;
    border: 2px solid #fff;
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 1.1rem 3.9rem;
}
footer.footer-2 {
    background: #363435;
    padding: 50px 0;
}
.logo-footer img {
    width: 94px;
}
.description-logo {
    color: #fff;
}
h2.title-footer,h2.title-footer-content {
    font-size: 23px;
    color: #fff;
    padding-bottom: 10px;
}
nav.footer-menu ul li a {
    font-size: 15px;
    color: #ccc;
}
nav.footer-menu ul li{padding-bottom: 10px;}
a.footer-link, ul.list-content-footer li, ul.list-content-footer li a {
    font-size: 14px;
    line-height: 24px;
    color:#ccc;
}
.row.banner-content .col-12 {
    padding: 0px;
}
.col-md-3.col-sm-6.no-padding {
    padding: 0px;
}
span.client-img {
    width:80px;
    height:80px;
    display: block;
    margin: auto;
}
.client-review {
    width: 60%;
    margin: auto;
    text-align: center;
}
section.client-part {
    padding: 60px 0 30px;
}
.swiper-container.client-slide {
    position: relative;
}
section.copyright-part {
    background: #000;
    text-align: center;
    padding: 10px 0;
}
section.copyright-part p{
    color: #fff;
    padding: 0;
    margin: 0px;
}
.footer-social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 50%;
    font-size: 21px;
    color: #ccc;
    margin-right: 5px;
    transition: 0.8s all;
}
.footer-social a:hover{
    background: #ccc;
    color:#222;
    transform: translateY(-9px);

}
.footer-social {
    margin-top: 25px;
}
/* ============ mobile view ============ */
@media all and (max-width: 991px) {
    .mobile-view,.product-filter-mobile{display: block;}
  
    .offcanvas-header {
        display: block;
    }
   
    .nav.nav-tabs.mb-3.mobile-view {
        width: 100% !important;
        overflow: hidden;
    }
  
    .mobile-logo {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
    }
     .mobile-header {
        display: block;
        padding: 15px 0;
    }
    a.navbar-brand{display: none;}
    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1200;
        width: 60%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .3s ease-in-out, transform .3s ease-in-out;
        background: #fff;
    }
    .lg-after-none{display: none;}
    ul.navbar-nav.mobile-menu {
        display: inline-block;
    }
    ul.navbar-nav.mobile-menu {
        margin-left: auto;
        width: 100%;
        float: right;
        text-align: right;
    }
    ul.navbar-nav.mobile-menu li {
        display: inline-block;
    }
    ul.navbar-nav.mobile-menu li a img {
        width: 25px;
    }
    button.d-lg-none.btn.btn-warning {
        background: transparent;
        border: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        text-align: right;
        float: right;
    }
    ul.navbar-nav.mobile-menu li {
        position: relative;
    }
    .mobile-logo img {
        width: 85px;
    }
    .mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0);
    }

    .mobile-offcanvas .container,
    .mobile-offcanvas .container-fluid {
        display: block;
    }
    .slider-container{width:100%}
    .swiper-container.banner-slide .swiper-slide{background-position: top right;}
    .banner-grid-style-4 {
        position: absolute;
        top: 20px;
        transform: unset;
        left: 0;
        min-width: 100%;
    }
    .banner-grid-content.media img {
        height: 47vh;
    }
    .banner-grid-style-4 h3 {
        font-size: 24px;
        line-height: 32px !important;
    }
}
@media all and (max-width: 767px) {
    .service {
        /* float: left; */
        position: relative;
        width: 100%;
        padding: 0 40px;
        color: #222;
    }

}