@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Yellowtail&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");



body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    background:#fff;
}
p {
    margin-bottom: 0px;
}
html {
    scroll-behavior: smooth;
}
.owl-theme .owl-dots {
    display: none;
}
.owl-theme .owl-nav {
    display: block !important;
}
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #666;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}


.navbar-toggler:focus {
    box-shadow: none;
}
.btn-close:focus {
    box-shadow: none;
}
.btn:hover {
    color: #fff !important;
}
.accordion-button:focus {
    box-shadow: none;
}
a {
    color: #000;
    text-decoration: none;
}
ul,
ol {
    padding-left: 0px;
    list-style-type: none;
}
a:hover {
    color: initial;
}
input:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
/*.full-width {
  width: 100% !important;
}*/

.web-view {
    display: block;
}
.mobile-view {
    display: none;
}
.vertical-space-2 {
    height: 10px;
}
.vertical-space-5 {
    display: inline-block;
    width: 100%;
    height: 5px;
}

.vertical-space-8 {
    display: inline-block;
    width: 100%;
    height: 8px;
}

.vertical-space-10 {
    display: inline-block;
    width: 100%;
    height: 10px;
}

.vertical-space-12 {
    display: inline-block;
    width: 100%;
    height: 12px;
}

.vertical-space-15 {
    display: inline-block;
    width: 100%;
    height: 15px;
}

.vertical-space-20 {
    display: inline-block;
    width: 100%;
    height: 20px;
}

.vertical-space-30 {
    display: inline-block;
    width: 100%;
    height: 30px;
}

.vertical-space-40 {
    display: inline-block;
    width: 100%;
    height: 40px;
}

.vertical-space-50 {
    display: inline-block;
    width: 100%;
    height: 50px;
}

.vertical-space-60 {
    display: inline-block;
    width: 100%;
    height: 60px;
}
.vertical-space-65 {
    display: inline-block;
    width: 100%;
    height: 65px;
}
.vertical-space-70 {
    display: inline-block;
    width: 100%;
    height: 70px;
}

.vertical-space-80 {
    display: inline-block;
    width: 100%;
    height: 80px;
}

.vertical-space-90 {
    display: inline-block;
    width: 100%;
    height: 90px;
}

.vertical-space-100 {
    display: inline-block;
    width: 100%;
    height: 100px;
}
.vertical-space-120 {
    display: inline-block;
    width: 100%;
    height: 120px;
}
.vertical-space-150 {
    display: inline-block;
    width: 100%;
    height: 150px;
}
.common{
    color: #F3B047;
}


.common-btn{
    background: #F3B047 !important;
    border: 2px solid #F3B047 !important;
    padding:12px 34px;
    border-radius: 40px;
    color: #fff !important;
    font-size: 15px;
    font-weight: 400;
    line-height: initial;
    box-shadow: none;
    outline: none;
}
.common-btn1{
    background: transparent !important;
    border: 2px solid #F3B047 !important;
    padding:16px 45px;
    border-radius:0px;
    color: #F3B047 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: initial;
    box-shadow: none;
    outline: none;
    font-family: 'Roboto Condensed', sans-serif;
}
.common-btn1:focus , .common-btn1:hover{
    color: #F3B047 !important;
}

.fixed{
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1200;
    transition: 0.5s all;
    animation: swip_down .5s linear 1;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
@keyframes swip_down {
    from {
        transform: translate(0px, -50px);
        opacity: 0
    }

    to {
        transform: translate(0,0);
        opacity: 1
    }
}
.top-header {
    background: radial-gradient(circle at -0.2% 48.9%, rgb(0 148 211) 0%, rgb(40 180 88) 99.8%);
    padding: 12px 0px;
}
.top-header .top-header-left ul {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0px;
}
.top-header .top-header-left ul li{
    margin-right: 25px;
    position: relative;
}
.top-header .top-header-left ul li:not(:last-child):after{
    content: "";
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background: #ccc;
}
.top-header .top-header-left .top-header-link{
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
}
.top-header .top-header-right .desc-link{
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}
.top-header .top-header-right .desc-link li{
    margin-left: 25px;
    position: relative;
}
.top-header .top-header-right .desc-link li:not(:last-child):after{
    content: "";
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background: #ccc;
}
.top-header .top-header-right .top-header-link{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
}
.top-header .top-header-left .top-header-link i{
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}
.top-header .social-icon{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0px;
}
.top-header .social-icon li{
    margin-left: 15px;
}
.top-header .social-icon li a i{
    color: #fff;
    font-size: 16px;
    margin-right: 5px;
}

.banner-carousel .banner-img{
    position: relative;
}
.banner-carousel .banner-img::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,rgb(0 148 211) 0%,rgb(40 180 88) 100%);
    opacity: 0.8;
}

.banner-carousel .banner-img-1{
    background: url(../images/banner-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;
}
.banner-carousel .banner-img-2{
    background: url(../images/banner-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;
}
.banner-carousel .banner-img-3{
    background: url(../images/banner-3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100vh;
}

.banner  .navbar{
    background: #fff;
    padding: 0px;
}
.banner  .navbar .navbar-brand img{
    width: 300px;
}
.banner  .navbar .nav-item{
    padding-left: 50px;
}
.banner  .navbar .nav-link{
    font-size: 15px;
    font-weight: 500;
    color: #000;
    padding: 0px;
    padding-right: 0px;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: relative;
}
.banner  .navbar .nav-link::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0px;
    height: 1.5px;
    transition: 0.6s all;
    border-radius: 0px;
    background: linear-gradient(135deg,rgb(0 148 211) 0%,rgb(40 180 88) 100%);
}
.banner  .navbar .nav-link:hover::after , .banner  .navbar .nav-link.active::after{
    width: 100%;
}
.banner  .navbar .nav-link.active , .banner  .navbar .nav-link:hover , .banner  .navbar .nav-link:focus{
    background: radial-gradient(circle at -0.2% 48.9%, rgb(0 148 211) 0%, rgb(40 180 88) 99.8%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner .banner-content{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
}
@keyframes swip_up {
    from {
        transform: translate(0px, 50px);
        opacity: 0
    }
 
    to {
        transform: translate(0,0);
        opacity: 1
    }
 }


.banner .banner-content .banner-subtitle{
    font-size: 15px;
    font-weight: 600;
    color: #000;
    background: #fff;
    padding: 12px 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    line-height: 1.25em;
    display: inline-block;
    border-radius: 30px;
}
.banner .banner-content .banner-title{
    position: relative;
    margin-bottom: 20px;
    font-family: "Outfit", sans-serif;
    font-size: 40px;
    line-height: 1.35em;
    font-weight: 600;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
    text-transform: capitalize;
}
.banner .banner-content .banner-text{
  font-size: 16px;
  line-height: 25px;
  color: #fff;
}
.banner .banner-content .banner-small-img{
    width: 100%;
}
/* .banner .banner-content .banner-title span{
    color: rgb(40 180 88);
} */

.circle {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    /* border-radius: 50%; */
    border-radius: 50%;
  }

@keyframes fadeInUp {
    from {
        transform: translate(0px, 50px);
        opacity: 0
    }
 
    to {
        transform: translate(0,0);
        opacity: 1
    }
 }
  

 @keyframes zoomIn {
    from {
        transform: scale(0.5);
        opacity: 0
    }
 
    to {
        transform: scale(1);
        opacity: 1
    }
 }

/* CSS */
.button-17 {
  align-items: center;
  appearance: none;
  background-color: #fff;
  border-radius: 24px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-size: 16px;
  font-weight: 400;
  height: 48px;
  justify-content: center;  
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 2px 24px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform,opacity;
  z-index: 0;
}

.button-17:hover {
  background: #F6F9FE;
  color: #174ea6;
}

.button-17:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

.button-17:focus {
  outline: none;
  border: 2px solid #4285f4;
}

.button-17:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.button-17:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.button-17:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}



.banner .banner-carousel .owl-item.active .banner-btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.2s;
  }
  .banner .banner-carousel .owl-item.active .banner-text {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
  }
  .banner .banner-carousel .owl-item.active .banner-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.4s;
  }
  .banner .banner-carousel .owl-item.active .banner-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.4s;
  }
  .banner .banner-carousel .owl-item.active .banner-small-img{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: zoomIn;
    animation-delay: 0.5s;
  }
  .banner .banner-carousel .owl-nav{
    display: none !important;
  }
  .banner .banner-carousel .owl-dots {
    display: block;
    position: absolute;
    top: 50%;
    right: 5%;
    transform:rotate(90deg) translateY(-50%);
    margin-top: 20px;
}
.banner .banner-carousel .owl-dots .owl-dot span {
    width: 10px;
    height:10px;
    margin: 5px 7px;
    background:transparent;
    border: 1px solid #fff;
    display: block;
    transition: opacity 0.2s ease;
    border-radius: 50%;
    position: relative;
}
.banner .banner-carousel .owl-dots .owl-dot.active span{
   border-color: #fff;
   background: #fff;
}
.about-detail{
    padding: 60px 0px;
    position: relative;
    overflow-x: hidden;
}
.about-detail .about-title{
    background: linear-gradient(135deg,rgb(0 148 211) 0%,rgb(40 180 88) 100%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  letter-spacing: 4px;
  color: #fff;
        font-weight: 800;
        font-size: 70px;
        position: relative;
        font-family: "Roboto", sans-serif;
        text-align: center;
}
.about-detail .about-title::before{
    content: "";
    width: 40px;
    height: 1px;
    background: linear-gradient(135deg,rgb(0 148 211) 0%,rgb(40 180 88) 100%);
    display: inline-block;
    margin-right: 30px;
    transform: translateY(-35px);
}
.about-detail .about-title::after{
    content: "";
    width: 40px;
    height: 1px;
    background: linear-gradient(135deg,rgb(0 148 211) 0%,rgb(40 180 88) 100%);
    display: inline-block;
    margin-left: 30px;
    transform: translateY(-40px);
}
.about-detail .title{
    font-size: 40px;
    color: #121212;
    font-weight: 600;
    font-family: "Comic Neue", cursive; 
     margin-bottom: 15px; 
     position: relative;   
     display: inline-block;
}
.about-detail .title span{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
 }
 .about-detail .title span svg{
     animation: section-animation 4s infinite;
 }
.about-detail  .subtitle{
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
    padding:5px 15px;
    border-radius: 6px;
    display: inline-block;
    line-height: 28px;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
}
.about-detail .subtitle span{
     background: radial-gradient(circle at -0.2% 48.9%, rgb(0 148 211) 0%, rgb(40 180 88) 99.8%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-detail .leaf-1{
    position: absolute;
    top: 10%;
    right: -150px;
}
.about-detail .leaf-2{
    position: absolute;
    bottom: 20%;
    left: -50px;
}
.about-detail .leaf-1 img , .about-detail .leaf-2 img{
    width: 400px;
}
.about-detail .about-img {
    z-index: 1;
    position: relative;
    text-align: end;
    background: transparent;
        background-size: 28px 28px !important;
        background-position: -5px -5px;
        background-image: radial-gradient(circle, #CCCCCC 2px, transparent 0);
}
.about-detail .about-img img{
    width: 100%;
}
.about-detail .about-img .img-2{
    position: relative;
    width: 350px;
    left: -50px;
}
.about-detail .about-img .img-1
{
    position: absolute;
    top: -10%;
    left: 0%;
    width: 350px;
}
.exp-btn{
    background: #fff;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    padding: 25px;
    display: inline-block;
    position: absolute;
    top: -50px;
    right: 0px;
    text-align: center;
}
.exp-btn .title{
    font-weight: 700;
    background: linear-gradient(135deg,rgb(0 148 211) 0%,rgb(40 180 88) 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    margin-bottom: 0px;
    font-family: "Outfit", sans-serif;
}
.exp-btn .plus{
    font-weight: 700;
    background: linear-gradient(135deg,rgb(0 148 211) 0%,rgb(40 180 88) 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    margin-bottom: 0px;
    font-family: "Roboto", sans-serif;
}
.exp-btn span{
    font-size: 14px;
    color: #6e7879;
     
    font-style: italic;
    font-weight: 300;
    letter-spacing: 1px;
}
 .about-detail .text{
    font-size: 16px;
    line-height: 30px;
    color: #6e7889;
    font-weight: 400;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.printing-text{
    overflow: hidden;
    padding: 20px 0px;
}
.tp-slider-text-3__item {
    padding: 20px 0;
    animation: scrollText-2 20s infinite linear reverse;
}
.tp-slider-text-3__item span {
    font-weight: 400;
    font-size: 120px;
    color: #E7E7E7;
    line-height: 1;
    white-space: nowrap;
}
.tp-slider-text-3__item span i {
    background-color: #dbf26e;
    background-image: linear-gradient(319deg, #dbf26e 0%, #61fa74 37%, #1cfdd6 100%);
    
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-style: normal;
    font-weight: 400;
}
@keyframes scrollText-2 {
	from   { transform: translateX(-50%); }
	to { transform: translateX(0%); }
}
.our-policy{
    padding: 60px 0px 180px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(269.88deg, #d4e3ee54 6.75%, #f1fff75e 95.85%);
}

.our-policy .head-img{
    width: 50px;
    margin-bottom: 10px;
}
.our-policy .our-policy-title{
    font-size: 40px;
    color: #121212;
    font-weight: 600;
    font-family: "Comic Neue", cursive; 
     margin-bottom: 15px;   
     position: relative; 
     display: inline-block;
}
.our-policy  .our-policy-subtitle{
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
    padding:5px 15px;
    border-radius: 6px;
    display: inline-block;
    line-height: 28px;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
}
.our-policy .our-policy-title span{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
 }
 .our-policy .our-policy-title span svg{
     animation: section-animation 4s infinite;
 }
.our-policy .our-policy-subtitle span{
     background: radial-gradient(circle at -0.2% 48.9%, rgb(0 148 211) 0%, rgb(40 180 88) 99.8%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.our-policy .our-policy-text{
    font-size: 16px;
    line-height: 30px;
    color: #6e7889;
    font-weight: 400;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}
.our-policy .about-img::after{
    content:url(../images/ellipse-banner-3.png);
    position: absolute;
    width: 500px;
    left: -550px;
    top: -100px;
    z-index: 0;
}
.our-policy .about-img {
    z-index: 1;
    position: relative;
    text-align: end;
    background: transparent;
        background-size: 28px 28px !important;
        background-position: -5px -5px;
        background-image: radial-gradient(circle, #CCCCCC 2px, transparent 0);
}
.our-policy .about-img img{
    width: 100%;
    position: relative;
    z-index: 1;
}
.our-policy .about-img .img-2{
    position: relative;
    width: 350px;
    left: 0px;
}
.our-policy .about-img .img-1{
    position: absolute;
    bottom: -30%;
    left: 0%;
    width: 350px;
}
.our-policy .policy-list{
    padding-left: 25px;
    margin-top: 20px;
}
.our-policy .policy-list li{
    font-size: 16px;
    line-height: 30px;
    color: #6e7889;
    font-weight: 400;
    position: relative;
    z-index: 1;
    padding-left: 15px;
    margin-bottom: 20px;
}
.our-policy .policy-list li::before{
    content: "\f00c";
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 15px;
    background: #e2f5f2;
    color: #28B458;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.our-policy .circle{
    width: 100px;
    position: absolute;
    left: 5%;
    bottom: -15px;
    border: none;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(203.02deg, #28B458A6 18.73%, #EEC2FD00 98.41% );
}

.our-brands{
    padding: 60px 0px;
    background: linear-gradient(269.88deg, #D4E3EE 6.75%, #f1fdff 95.85%);
    overflow: hidden;
    position: relative;
}

.our-brands .blur-1{
    position: absolute;
    top: 0px;
    left: -70px;
    width: 300px;  
}
.out-brands-title{
    font-size: 40px;
    color: #121212;
    font-weight: 700;
    font-family: "Comic Neue", cursive; 
     margin-bottom: 15px; 
     text-align: center;
     position: relative;
}
.out-brands-title span{
   content: "";
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   bottom: -20px;
}
.our-brands .out-brands-title span svg{
    animation: section-animation 4s infinite;
}
@keyframes section-animation {
	0% {
	  width: 0;
	}
	15% {
	  width: 100%;
	}
	85% {
	  opacity: 1;
	}
	90% {
	  width: 100%;
	  opacity: 0;
	}
	to {
	  width: 0;
	  opacity: 0;
	}
}
.our-brands .brand-title{
    background: linear-gradient(135deg,rgb(0 148 211) 0%,rgb(40 180 88) 100%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 4px transparent;
    letter-spacing: 4px;
    color: #E2F0F6;
        font-weight: 800;
        font-size: 90px;
        position: relative;
        font-family: "Roboto", sans-serif;
        text-align: center;
}
.our-brands .brand-title::before{
    content: "";
    width: 40px;
    height: 1px;
    background: #00000050;
    display: inline-block;
    margin-right: 30px;
    transform: translateY(-40px);
}
.our-brands .brand-title::after{
    content: "";
    width: 40px;
    height: 1px;
    background: #00000050;
    display: inline-block;
    margin-left: 30px;
    transform: translateY(-40px);
}
.our-brands .card{
    border: none;
}
.our-brands .card .card-img {
    width: 100%;
    height: 180px;

}
.our-brands .card .card-img-overlay{
   background: linear-gradient(to bottom,rgba(15,15,15,0),rgba(15,15,15,.85) 100%);
}
.our-brands .card .card-content{
    position: absolute;
    bottom: 10px;
    transition: 0.6s all;
}
.our-brands .card:hover .card-content{
    transform: translateY(-30px);
}

.our-brands .card:hover .card-content img{
    width: 30px;
}
.our-brands .card:hover .card-content .card-title{
   font-size: 22px;
}
.our-brands .card .card-content img{
    width: 52px;
    filter: blur(0) invert(1);
    margin-bottom: 15px;
    transition: 0.5s all;
}
.our-brands .card .card-title{
    font-size: 20px;
    color: #fff;
    font-weight: 700; 
     margin-bottom: 0px; 
     text-align: center;
     font-family: "Comic Neue", cursive; 
     transition: 0.5s all;
}


.nav-tabs{
    margin:50px 0px;
    font-size:18px;
    padding:0px;
    font-weight: 700;
    list-style:none;
    background:#fff;
    box-shadow:0px 5px 20px rgba(0,0,0,0.1);
    border-radius:50px;
    position:relative;
    border: none;
  }
  
  .nav-tabs .nav-link{
    text-decoration:none;
    color: #777;
    padding:10px 20px;
    position:relative;
    font-family: "Comic Neue", cursive; 
    z-index:1;
    letter-spacing: 0.7s;
    transition:0.7s all;
    outline: none;
    border: none;
  }
  
 
  
.tabs a i{
    margin-right:5px;
  }
  
  .nav-tabs .nav-link.active{
    height:100%;
    display:inline-block;
    
    z-index:1;
    border-radius:50px;
    color: #fff;
    background: #05abe0;
    background: -moz-linear-gradient(135deg,rgb(0 148 211) 0%,rgb(40 180 88) 100%);
    background: -webkit-linear-gradient(135deg,rgb(0 148 211) 0%,rgb(40 180 88) 100%);
    background: linear-gradient(135deg,rgb(0 148 211) 0%,rgb(40 180 88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05abe0', endColorstr='#8200f4',GradientType=1 );
  }



  .job-ways{
    padding: 60px 0px;
}
.job-ways .job-title{
    font-size: 40px;
    color: #121212;
    font-weight: 700;
    font-family: "Comic Neue", cursive; 
     margin-bottom: 15px; 
     text-align: center;
     position: relative;
}
.job-ways .job-title span{
   content: "";
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   bottom: -20px;
}
 .job-ways .job-title span svg{
    animation: section-animation 4s infinite;
}
.job-ways .job-card{
   padding: 25px;
    box-shadow:  0px 20px 50px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    width: 100%;
    height: 100%;
}
.job-ways .job-card .job-img{
    margin:0px auto 20px;
    position: relative;
    text-align: center;
    transition: 0.5s all;
}
.job-ways .job-card .job-img img{
    width: 64px;
    transition: 0.5s all;
}
.job-ways .job-card .job-card-title{
    font-size: 18px;
    color: #121212;
    text-transform: capitalize;
    font-weight: 700;
    font-family: "Comic Neue", cursive; 
     margin-bottom: 15px; 
     text-align: center;
     position: relative;
}
.job-ways .job-card .job-card-text{
    font-size: 15px;
    font-weight: 400;
    color: #666;
    text-align: center;
    line-height: 28px;
}
.float{
	position:fixed;
	width:55px;
	height:55px;
	bottom:40px;
    line-height: 55px;
	left:30px;
	background-color:#25d366;
	color:#FFF !important;
	border-radius:50px;
	text-align:center;
  font-size:20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  z-index:100;
}

.float .my-float{
	margin-top:16px;
}




   .progress-section{
    padding: 60px 0px;
    background: url(../images/progress.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.progress-section::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,rgb(0 148 211) 0%,rgb(40 180 88) 100%);
    opacity: 0.7;
}
.progress-section .progress-box{
    position: relative;
    z-index: 1;
}
.progress-section .progress-box::after {
    content: "";
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 90px;
    background: #ffffff63;
}
.progress-section .progress-box .progress-title{
    color: #fff;
    font-size: 60px;
    text-align: center;
    margin-bottom: 15px;
}
.progress-section .progress-box .progress-text{
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.progress-section .progress-border::after{
     background: none;
}

.service-section{
    padding: 60px 0px;
}
.service-heading h2{
    font-size: 40px;
    color: #121212;
    font-weight: 700;
    font-family: "Comic Neue", cursive; 
     margin-bottom: 15px; 
     text-align: center;
     position: relative;
}
.service-heading h2 span{
   content: "";
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   bottom: -20px;
}
 .service-heading h2 span svg{
    animation: section-animation 4s infinite;
}
.service-heading p{
    font-size: 16px;
    font-weight: 400;
    color: #666;
    text-align: center;
    line-height: 30px;
}
.service-section .service-box{
    padding:30px 15px;
    width: 100%;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: 6px;
}
.service-section .service-box::after{
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 0;
    background: linear-gradient(135deg,rgb(0 148 211) 0%,rgb(40 180 88) 100%);
    transition: 0.6s all;
    border-radius: 6px;
}
.service-section .service-box:hover::after{
    height: 100%;
}
.service-section .service-box-1{
    margin-top: 100px;
}
.service-section .service-box-2{
    margin-top: 70px;
}
.service-section .service-box-3{
    margin-top: 30px;
}
.service-section .service-box-4{
    margin-top: 0px;
}
.service-section .service-icon img{
    width: 40px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}
.service-section .service-box .service-box-title{
    color: #000;
    font-weight: 700;
    padding-bottom: 0.2rem;
    font-family: "Comic Neue", cursive; 
   font-size: 18px;
   position: relative;
   z-index: 1;
}
.service-section .service-box .service-box-text{
    color: #676767;
    font-weight: 400;
    text-align: left;
    font-size: 15px;
    line-height: 28px;
    position: relative;
    z-index: 1;
}
.service-section .service-box:hover .service-icon img{
    filter: blur(0) invert(1);
}
.service-section .service-box:hover .service-box-text , .service-section .service-box:hover .service-box-title{
    color: #fff;
}


.contact-section{
	padding:60px 0;
    background: linear-gradient(269.88deg, #d4e3ee54 6.75%, #f1fff75e 95.85%);
}
.contact-section .section-header{
	margin-bottom:40px;
}
.contact-section .section-header h2{
    font-size: 40px;
    color: #121212;
    font-weight: 700;
    font-family: "Comic Neue", cursive; 
     margin-bottom: 15px; 
     text-align: center;
     position: relative;
}
.contact-section .section-header h2 span{
   content: "";
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   bottom: -20px;
}
 .contact-section .section-header h2 span svg{
    animation: section-animation 4s infinite;
}
.contact-section .section-header p{
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    color: #6e7879;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
}
.contact-section .address-detail{
    margin-right: 40px;
}
.contact-section .address-detail .address-box .icon{
    font-size: 20px;
    color: #fff;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background: #01afef;
}
.contact-section .address-detail .address-box .contact-padd{
    padding-left: 15px;
}
.contact-section .address-detail .address-box .address-box-subtitle{
    text-transform:uppercase;
	letter-spacing:2px;
	font-size:12px;
    font-weight: 400;
    margin-bottom: 10px;
    color:#01afef;
}
.contact-section .address-detail .address-box .address-box-title{
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    color: #6e7879;
}
.contact-section .address-detail .address-box .address-box-title a{
    color: #6e7879 !important;
}
.contact-form .form-group{
	margin-bottom:24px;
}
.contact-section  .form-control{
	padding:12px;
	color:#202020;
	border:solid 1px #D0D0D0;
	height:auto;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
	border-radius:0;
}
.contact-section  .form-control::-webkit-input-placeholder{
    font-family: "Comic Neue", cursive; 
	letter-spacing:2px;
	font-size:16px;
}
.contact-section  .form-control:focus{
	border-color:#202020;
}
.contact-section  textarea.form-control{
	resize:vertical;
}
.contact-section  .contact-form .btn-custom{
	padding:15px 27px;
	outline:none !important;
	font-size:15px;
	position:relative;
	top:0;
    background: #01afef;
    color: #fff;
    border: none;
}
.contact-section  .contact-form .btn-custom:hover{
	color:#FFF;
	background:#202020;
}
.contact-section  .contact-form .btn-custom:active{
	top:2px;
	opacity:.8;
}
         
.btn-grad {
    background: linear-gradient(135deg,rgb(0 148 211) 0%,rgb(40 180 88) 100%);
    margin: 10px;
    padding: 12px 35px;
    text-align: center;
    font-family: "Comic Neue", cursive; 
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    font-size: 16px;
    box-shadow: 0 0 20px #eee;
    border-radius: 30px;
  }

  .btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }
 

.footer{
    background: #000;
    padding: 60px 0px 15px;
    position: relative;
}

.footer .footer-content{
    padding:0px 10px;
    position: relative;
    z-index: 1;
}
.footer .footer-content .footer-logo{
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.footer .footer-content .footer-logo img{
    width: 250px;
    
}
.footer .footer-title{
    font-size: 24px;
    font-family: "Comic Neue", cursive;
    font-weight: 700;
    color: #fff;
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
}
.footer .footer-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    border-radius: 0px;
    background: linear-gradient(135deg,rgb(0 148 211) 0%,rgb(40 180 88) 100%);
}
.footer .footer-text{
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    font-weight: 500;
}
.footer .footer-list{
    padding-left: 0px;
}
.footer .footer-list li{
    padding-bottom: 20px;
    position: relative;
}
.footer .footer-list li::before{
    content: "\f105";
    background: radial-gradient(circle at -0.2% 48.9%, rgb(0 148 211) 0%, rgb(40 180 88) 99.8%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.footer .footer-list li a{
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}
.footer .footer-list li a:hover{
    background: radial-gradient(circle at -0.2% 48.9%, rgb(0 148 211) 0%, rgb(40 180 88) 99.8%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer .footer-contact-list{
    margin-bottom: 0px;
    padding-top: 0px;
}
.footer .footer-contact-list li{
    padding-bottom: 15px;
}
.footer .footer-contact-list .footer-contact{
    color: #ffff;
    font-size: 15px;
}
.footer .footer-contact-list .footer-contact i{
    margin-right: 10px;
}

 .footer-bottom{
    padding: 15px 0px 0px;
    border-top: 1px solid #ffffff33;
    position: relative;
    z-index: 1;
}
.footer-bottom .copyright-text{
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
    text-align: center;
}
.footer-bottom .copyright-text a{
    background: radial-gradient(circle at -0.2% 48.9%, rgb(0 148 211) 0%, rgb(40 180 88) 99.8%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.navbar-toggler{
    border: none;
    outline: none;
}




.social ul li {
    list-style-type: none;
    padding-left: 8px;
}
.social ul {
    display: flex;
    padding-left: 0px;
    justify-content: flex-start;
    padding-top: 20px;
    position: relative;
    z-index: 1;
}
.social i {
    color: #fff;
    text-align: center;
    font-size: 14px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 40px;
    margin:0px 15px 0px 0px;
}
.social a {
    cursor: pointer;
}
.social i:hover{
    color: #fff;
}

.fixed-img{
    position: fixed;
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    bottom:100px;
    right: 20px;
    z-index: 2000;
    display: none;
}
.fixed-img img{
    width: 180px;

}
.view{
    display: block !important;
}

  

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: #121212;
    color: #fff;
    cursor: pointer;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
}
#myBtn::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
#myBtn:hover {
    background: linear-gradient(135deg,rgb(0 148 211) 0%,rgb(40 180 88) 100%);
}

@media (min-width:2000px) {

}



@media (min-width: 992px) and (max-width: 1199.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        height: 70px;
        line-height: 70px;
        position: absolute;
        top: 0px;
        z-index: 1200;
        width: 100%;
        border-bottom: 1px solid #ffffff0d;
        background: transparent;
    }
    .mobile-header .logo  {
        width: 100px;
        font-size: 30px;
        color: #F3B047;
        font-weight: 700;
        font-family: "Comic Neue", cursive;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .offcanvas .logo img{
        width: 120px;
    }
    .toggler {
    color: #fff;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color: #fff;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .banner .banner-content .banner-title {
        font-size: 26px;
    }
    .about-section .about-title , .product-section .product-title , .contact-detail .contact-title , .product-detail-section .product-title{
        font-size: 30px;
    }
    .banner .banner-img-1{
        height: 750px;
    }
    .banner .banner-content{
        top: 75%;
    }
    .about-section .about-box{
        margin:  0 auto;
    }
    .about-section .piece-1{
        width: 115px;
    }
    .product-section .product-img{
        height: 200px;
    }
    .why-choose .why-choose-left{
        padding: 40px 20px;
    }
    .footer .footer-content .footer-logo{
        font-size: 30px;
    }
    .page-banner .page-banner-content .page-banner-title{
        font-size: 30px;
    }
    .page-banner{
        height: 250px;
    }
    
}

    @media screen and (min-width: 768px) and (max-width: 991.98px) {
        .web-view {
            display: none;
        }
        .mobile-view {
            display: block;
        }
        .mobile-header {
            height: 70px;
            line-height: 70px;
            position: absolute;
            top: 0px;
            z-index: 1200;
            width: 100%;
            border-bottom: 1px solid #ffffff0d;
            background: transparent;
        }
        .mobile-header .logo  {
            width: 100px;
            font-size: 30px;
            color: #F3B047;
            font-weight: 700;
            font-family: "Comic Neue", cursive;
        }
        .mobile-header .mobile-header-list {
            list-style-type: none;
            margin-left: 0px;
            padding-left: 0px;
            margin-bottom: 0px;
        }
        .mobile-header .mobile-header-list .nav-item {
            border-bottom: 1px solid #8A879F1c;
            opacity: 0.7;
        }
        .mobile-header .mobile-header-list .nav-item .nav-link {
            padding: 10px 0px;
            font-size: 15px;
        color: #8A879F;
            position: relative;
            line-height: 25px;
        }
        .mobile-header .mobile-header-list .nav-item .nav-link i{
            float: right;
        }
        .mobile-header .mobile-header-list  .sub-link{
            padding: 10px;
            font-size: 15px;
        color: #8A879F;
            position: relative;
            line-height: 25px;
        }
        .mobile-header .mobile-header-list .nav-item:last-child {
            border-bottom: none;
        }
        .mobile-header .offcanvas {
            width: 360px;
        }
        .mobile-header .offcanvas .logo img{
            width: 120px;
        }
        .toggler {
        color: #fff;
            font-size: 30px;
            border: none;
            text-align: center;
            padding: 0px;
        }
        .toggler:focus , .toggler:hover {
            color: #fff;
            background: transparent;
        }
        .mobile-header .social ul {
            justify-content: flex-start;
        }
        .mobile-header .offcanvas-body {
            line-height: initial;
        }
        .banner .navbar .navbar-brand img{
            width: 130px;
        }
        .banner .banner-content .banner-title {
            font-size: 26px;
        }
        .about-section .about-title , .product-section .product-title , .contact-detail .contact-title , .product-detail-section .product-title{
            font-size: 30px;
        }
       
        .banner .banner-content{
            top: 50%;
        }
        .banner .navbar .nav-item{
            padding-left: 0px !important;
            padding-bottom: 15px;
        }
        .banner .navbar .nav-item .nav-link{
            display: inline-block;
        }
        .about-detail .about-title , .our-brands .brand-title{
            font-size: 40px;
        }
        .about-detail .about-title::before , .our-brands .brand-title::before , .our-brands .brand-title::after , .about-detail .about-title::after{
            width: 15px;
            transform: translateY(-15px);
            margin: 0px 5px;
        }
        .about-detail .title , .job-ways .job-title , .service-heading h2 , .out-brands-title , .our-policy .our-policy-title{
            font-size: 26px;
        }
        .our-brands .card .card-img{
            height: 150px;
        }
        .about-detail .about-img .img-2 , .about-detail .about-img .img-1 , .our-policy .about-img .img-2 , .our-policy .about-img .img-1{
            width: 250px;
        }
        .tp-slider-text-3__item span{
            font-size: 70px;
        }
        
    }
    @media screen and (min-width: 576px) and (max-width: 767.98px) {
        .web-view {
            display: none;
        }
        .mobile-view {
            display: block;
        }
        .mobile-header {
            height: 70px;
            line-height: 70px;
            position: absolute;
            top: 0px;
            z-index: 1200;
            width: 100%;
            border-bottom: 1px solid #ffffff0d;
            background: transparent;
        }
        .mobile-header .logo  {
            width: 100px;
            font-size: 30px;
            color: #F3B047;
            font-weight: 700;
            font-family: "Comic Neue", cursive;
        }
        .mobile-header .mobile-header-list {
            list-style-type: none;
            margin-left: 0px;
            padding-left: 0px;
            margin-bottom: 0px;
        }
        .mobile-header .mobile-header-list .nav-item {
            border-bottom: 1px solid #8A879F1c;
            opacity: 0.7;
        }
        .mobile-header .mobile-header-list .nav-item .nav-link {
            padding: 10px 0px;
            font-size: 15px;
        color: #8A879F;
            position: relative;
            line-height: 25px;
        }
        .mobile-header .mobile-header-list .nav-item .nav-link i{
            float: right;
        }
        .mobile-header .mobile-header-list  .sub-link{
            padding: 10px;
            font-size: 15px;
        color: #8A879F;
            position: relative;
            line-height: 25px;
        }
        .mobile-header .mobile-header-list .nav-item:last-child {
            border-bottom: none;
        }
        .mobile-header .offcanvas {
            width: 360px;
        }
        .mobile-header .offcanvas .logo img{
            width: 120px;
        }
        .toggler {
        color: #fff;
            font-size: 30px;
            border: none;
            text-align: center;
            padding: 0px;
        }
        .toggler:focus , .toggler:hover {
            color: #fff;
            background: transparent;
        }
        .mobile-header .social ul {
            justify-content: flex-start;
        }
        .mobile-header .offcanvas-body {
            line-height: initial;
        }
        .banner .navbar .navbar-brand img{
            width: 130px;
        }
        .banner .banner-content .banner-title {
            font-size: 26px;
        }
        .about-section .about-title , .product-section .product-title , .contact-detail .contact-title , .product-detail-section .product-title{
            font-size: 30px;
        }
        .banner .banner-img{
            height: 750px !important;
        }
        .banner .banner-content{
            top: 50%;
        }
        .banner .navbar .nav-item{
            padding-left: 0px !important;
            padding-bottom: 15px;
        }
        .banner .navbar .nav-item .nav-link{
            display: inline-block;
        }
        .about-detail .about-title , .our-brands .brand-title{
            font-size: 30px;
        }
        .about-detail .title , .job-ways .job-title , .service-heading h2 , .out-brands-title , .our-policy .our-policy-title{
            font-size: 26px;
        }
        .about-detail .about-title::before , .our-brands .brand-title::before , .our-brands .brand-title::after , .about-detail .about-title::after{
            width: 15px;
            transform: translateY(-15px);
            margin: 0px 5px;
        }
        .about-detail .vertical-space-80 , .our-policy .vertical-space-80{
            height: 0px;
        }
        .tp-slider-text-3__item span{
            font-size: 50px;
        }
        .about-detail .about-img .img-1{
            top: 10%;
        }
        .about-detail .about-img .img-2 , .about-detail .about-img .img-1 , .our-policy .about-img .img-2 , .our-policy .about-img .img-1{
            width: 200px;
        }
        .nav-tabs{
            font-size: 15px;
        }
        .our-brands .card .card-img{
            height: 290px;
        }
        .nav-tabs::-webkit-scrollbar{
            display: none !important;
            width: 0px !important;
        }
        .service-section .service-box-1{
            margin-top: 0px;
        }
        .progress-section .progress-box::after{
            width: 0px;
        }
        .progress-section .progress-box .progress-title{
            font-size: 28px;
        }
        }   

    @media only screen and (max-width: 575.98px) {
        .web-view {
            display: none;
        }
        .mobile-view {
            display: block;
        }
        .mobile-header {
            height: 70px;
            line-height: 70px;
            position: absolute;
            top: 0px;
            z-index: 1200;
            width: 100%;
            border-bottom: 1px solid #ffffff0d;
            background: transparent;
        }
        .mobile-header .logo  {
            width: 100px;
            font-size: 30px;
            color: #F3B047;
            font-weight: 700;
            font-family: "Comic Neue", cursive;
        }
        .mobile-header .mobile-header-list {
            list-style-type: none;
            margin-left: 0px;
            padding-left: 0px;
            margin-bottom: 0px;
        }
        .mobile-header .mobile-header-list .nav-item {
            border-bottom: 1px solid #8A879F1c;
            opacity: 0.7;
        }
        .mobile-header .mobile-header-list .nav-item .nav-link {
            padding: 10px 0px;
            font-size: 15px;
        color: #8A879F;
            position: relative;
            line-height: 25px;
        }
        .mobile-header .mobile-header-list .nav-item .nav-link i{
            float: right;
        }
        .mobile-header .mobile-header-list  .sub-link{
            padding: 10px;
            font-size: 15px;
        color: #8A879F;
            position: relative;
            line-height: 25px;
        }
        .mobile-header .mobile-header-list .nav-item:last-child {
            border-bottom: none;
        }
        .mobile-header .offcanvas {
            width: 360px;
        }
        .mobile-header .offcanvas .logo img{
            width: 120px;
        }
        .toggler {
        color: #fff;
            font-size: 30px;
            border: none;
            text-align: center;
            padding: 0px;
        }
        .toggler:focus , .toggler:hover {
            color: #fff;
            background: transparent;
        }
        .mobile-header .social ul {
            justify-content: flex-start;
        }
        .mobile-header .offcanvas-body {
            line-height: initial;
        }
        .banner .navbar .navbar-brand img{
            width: 130px;
        }
        .banner .banner-content .banner-title {
            font-size: 26px;
        }
        .about-section .about-title , .product-section .product-title , .contact-detail .contact-title , .product-detail-section .product-title{
            font-size: 30px;
        }
        .banner .banner-img{
            height: 750px !important;
        }
        .banner .banner-content{
            top: 50%;
        }
        .banner .navbar .nav-item{
            padding-left: 0px !important;
            padding-bottom: 15px;
        }
        .banner .navbar .nav-item .nav-link{
            display: inline-block;
        }
        .about-detail .about-title , .our-brands .brand-title{
            font-size: 30px;
        }
        .about-detail .title , .job-ways .job-title , .service-heading h2 , .out-brands-title , .our-policy .our-policy-title{
            font-size: 26px;
        }
        .about-detail .about-title::before , .our-brands .brand-title::before , .our-brands .brand-title::after , .about-detail .about-title::after{
            width: 15px;
            transform: translateY(-15px);
            margin: 0px 5px;
        }
        .about-detail .vertical-space-80 , .our-policy .vertical-space-80{
            height: 0px;
        }
        .tp-slider-text-3__item span{
            font-size: 50px;
        }
        .about-detail .about-img .img-1{
            top: 10%;
        }
        .about-detail .about-img .img-2 , .about-detail .about-img .img-1 , .our-policy .about-img .img-2 , .our-policy .about-img .img-1{
            width: 200px;
        }
        .nav-tabs{
            font-size: 15px;
            flex-direction: column;
            border-radius: 5px;
        }
        .nav-tabs .nav-link{
            display: block;
        }
        .nav-tabs .nav-link.active{
            border-radius: 5px;
        }
        .our-brands .card .card-img{
            height: 290px;
        }
        .nav-tabs::-webkit-scrollbar{
            display: none !important;
            width: 0px !important;
        }
        .service-section .service-box-1{
            margin-top: 0px;
        }
        .progress-section .progress-box::after{
            width: 0px;
        }
        .progress-section .progress-box .progress-title{
            font-size: 28px;
        }
        .fixed-img img{
            width: 100px;
        }
        
    }