@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

* {margin: 0;padding: 0;box-sizing: border-box;}

/* ====================== Typography start ====================== */

body {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 30px;
    color: #686868;
    background-color: #ffffff;
}

p {
    margin: 0 0 20px 0;
    font-weight: 400;
    font-size: 16px;
    color: #70778a;
}

a, a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    font-family: var(--font-family-heading);
    margin: 0 0 25px 0;
    color: #212121;
}

ul, ul li, ol, ol li {
    list-style: none;
    padding: 0;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1190px;
}

.pt {
    padding-top: 80px;
}
.pb {
    padding-bottom: 80px;
}
.py {
    padding-top: 80px;
    padding-bottom: 80px;
}
  
  
/* ====================== Header start ====================== */
.top-header {
    background: #fdf384;
    padding: 10px 0;
}

ul.social-wrapper-one {
    margin: 0;
}

ul.social-wrapper-one li:not(:last-child) {
    margin-right: 20px;
}

ul.social-wrapper-one li a {
    font-size: 18px;
    color: #000;
}

.top-header .contact-info span {
    padding: 20px;
    border-left: 1px solid #ccc;
}

.top-header .contact-info span:first-child {
    padding-left: 0;
    border-left: 0;
}

ul.menu li a {
    padding: 0 18px;
    display: block;
    color: #1C2539;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

.btn-wrapper a {
    padding: 17px 30px;
    min-width: max-content;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    border-radius: 15px;
    color: #fff;
    background: rgb(0 92 96);
    display: inline-block;
}

.tooggle-btn, .tooggle-btn:hover {
    padding: 14px 16px;
    min-width: max-content;
    font-size: 26px;
    line-height: 21px;
    font-weight: 700;
    border-radius: 15px;
    color: #fff;
    background: rgb(225 109 109);
    margin-left: 30px;
}

.main-header {
    padding: 20px 0;
}





/* ====================== about section start  ====================== */

.about-sec {
    position: relative;
}

.about-sec .left-sec {
    padding-right: 80px;
}

.title {
    position: relative;
}

.title > span {
    color: #005c60;
    font-size: 14px;
}

.title h2 {
    color: #f33f3f;
    text-shadow: -1px 3px 5px #00000045;
    font-size: 39px;
}

.about-sec .img-wrpper {
    position: relative;
}

.animatesss {
    position: absolute;
    left: -80px;
    bottom: 30px;
    animation: jump-2 6s linear infinite;
}

.about-sec .exp-wrapper {
    
    background: #e16d6d;
    color: #fff;
    max-width: 300px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 20px 20px;
    
}

.about-sec .exp-wrapper span.year {
    font-size: 39px;
    font-weight: 700;
}

.about-sec .exp-wrapper span.year b {
    font-size: 18px;
    line-height: normal;
}

.about-sec .left-sec p {
    font-size: 18px;
    line-height: 36px;
}

.about-sec .left-sec .btn-wrapper {
    margin-top: 30px;
}

.about-sec .img-wrpper > img {
    border-radius: 20px;
    border: 1px solid;
}

.prd-list .content {
    border: 1px solid #f4f4f4;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: -4px 7px 5px #ccc;
}

.prd-list .content span {
    display: block;
    background: #005c60;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 0;
    border-top: 1px solid #f4f4f4;
    color: #fff;
}

.prd-list .single-list {
    margin-bottom: 30px;
}


/* sidebar start */
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: 999;
    padding: 40px 30px;
    width: 365px;
    height: 100%;
    overflow: auto;
}

.sidebar .content {
    width: 100%;
}


.sidebar .content > *:not(:last-child) {
    margin-bottom: 30px;
}

.touch .single:not(:last-child) {
    margin-bottom: 6px;
}

.touch .single a {
    color: #000;
}

.touch .single i {
    color: #da0000;
}

.social-wrapper-two {
    display: flex;
}

.social-wrapper-two a {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f00;
    color: #fff;
    border-radius: 100%;
}


.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-section .shape {
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 11;
}

.banner-section .paginator-center {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 50%;
    transform: translateY(-50%);
    z-index: 22;
    padding: 0 30px;
}

.banner-section .paginator-center .slick-arrow {
    color: #fff;
    font-size: 36px;
}
/* ====================== Footer start  ====================== */

.top-footer {
    background-color: #f4f4f4;
    padding: 50px 0;
}

.top-footer h4 {
    padding-bottom: 15px;
    position: relative;
}

.top-footer h4:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    display: block;
    background: #e16d6d;
}

.top-footer ul li {
    position: relative;
}

.top-footer ul li a:before {
    content: '\f178';
    font-family: 'FontAwesome';
    margin-right: 5px;
}

.top-footer ul li a {
    color: #000;
}

.footer-info .icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #048187;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.footer-info .text {
    width: calc(100% - 60px);
    font-weight: 500;
}

.footer-info {
    margin-bottom: 20px;
}

.copyright {
    background-color: #048187;
    padding: 18px 0;
}

.copyright span, .copyright span a {
    color: #fff;
    font-weight: 500;
}


.banner-section .paginator-center .slick-arrow {
    color: #e16d6d;
    cursor: pointer;
}
.banner-slider img {
    width: 100%;
}
.bg-img {
    background-size: cover;
}

.main-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 60%);
    z-index: 99;
}



.single-product .img-wrapper {
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-product .img-wrapper img {
    width: 100%;
}

.single-product h4 {
    font-weight: 500;
    color: #000;
    margin-bottom: 9px;
}

.single-product .row:not(:last-child) {
    margin-bottom: 50px;
}

.other-banner {
    position: relative;
}

.other-banner img {
    width: 100%;
}

.whatsapp-icon, .whatsapp-icon:hover, .whatsapp-icon:focus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #00ad4b;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 24px;
    z-index: 1000;
}
.l-selector .skiptranslate.goog-te-gadget > span {
    display: none;
}

.l-selector  .skiptranslate.goog-te-gadget {
    font-size: 0;    line-height: normal;
}

.l-selector select.goog-te-combo {
    font-size: 18px;
    margin: 0 !important;
}
.logo img {
    width: 250px;
}
ul.menu {
    margin-bottom: 0;
}


@keyframes jump-2 {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    50% {
      -webkit-transform: translate3d(0, 30px, 0);
      transform: translate3d(0, 30px, 0);
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }


/* ======================================================================
Responsive css
====================================================================== */
@media (max-width: 991px){
    .sidebar .menu {
        flex-wrap: wrap;
    }
    
    .sidebar .menu li {
        width: 100%;
        display: block;
        border-bottom: 1px solid #f4f4f4;
    }
    
    .sidebar .menu li:last-child {
        border: 0;
    }
    
    .sidebar .menu li a {
        padding: 8px 0;
        font-size: 16px;
    }
}
