@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');
body{
    padding:0;
    font-family: 'Nunito', sans-serif;
}
html {
    scroll-behavior: smooth;
}

/* common */
h1,h2,h3,h4{
    /* font-family: 'Marcellus', serif !important; */
    font-family: 'Nunito', sans-serif !important;
}
.white{
    color:#ffffff !important;
}
a,a:hover{
    text-decoration: none;
}
.list-none{
    list-style: none;
}
h1 {
    line-height: 1.2;
    font-weight: 900 !important;
    font-size:70px;
}
p {
    line-height: 1.7;
}
.font-30{
   font-size: 30px;
}
.font-13{
    font-size: 13px;
}
.font-14{
    font-size: 14px;
}
.font-15{
    font-size:15px;
}
.font-16{
    font-size:16px;
}
.font-17{
    font-size:17px;
}
.font-36{
    font-size: 36px;
    line-height: 1.4;
}
.font-20{
    font-size: 20px;
}
.font-23{
    font-size: 23px;
}
.font-25{
    font-size: 25px;
}
.fw-400{
    font-weight: 400;
}
button:focus,.btn.focus, .btn:focus{
    outline:0;
     box-shadow: none;
}
.theme-clr {
    color: #181818;
}

/* header */
/* top-header */
.top-header {
    /* background-color: #0076a9; */
    padding: 8px 0;
}
.top-header address a{
    color: #333333;
    border-bottom: 2px solid #b42086;
    padding-bottom: 11px;
}

.top-header a:hover{
    color: #ffffff;
}
.top-header img{
    width:22px;
}

.top-header ul img {
        width: auto;
        transition: all 0.3s linear;
}
.top-header ul li:hover img{
    transform: translateY(-2px);
}
address {
    margin-bottom: 0;
}
.top-header ul li {
    margin: 0 17px;
    display: flex;
    align-items: center;
}
.top-header ul li  span{
    font-weight: 700;
    color: #333333;
}
.top-header ul li  span a{
    font-weight: 400;
    color: #333 !important;
    text-decoration: none;
}
.number-btn a {
    color: #ffffff;
    text-decoration: none;
    padding: 9px 24px;
    border-radius: 7px;
    font-size: 14px;
    transition: all 0.3s linear;
    background: linear-gradient(to right, white 50%, #b42086 50%);
    display: block;
    background-size: 200% 100%;
    background-position: right bottom;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
}
 .number-btn a:hover{
    color: #b42086;
    background-position: left bottom !important;
    border-color:#b42086;
}
.number-btn a .call-hover{
   display: none;
}
.number-btn a img{
    width:17px;
    height: 17px;
}
.number-btn a:hover .call-hover{
    display: block !important;
}
.number-btn a:hover .call-img{
    display: none !important;
}
.navbar-brand img {
    width: 100%;
}
/* navbar */
.sticky {
    position: fixed !important;
    width: 100%;
    top: 0;
    padding: 3px 0px !important;
    background-color: #b42086 !important;
    z-index: 999;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 32%);
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
li.nav-btn-lst {
    padding: 10px 15px !important;
    background: #1d4986;
    margin: 0 !important;
    border-radius: 5px;
}
li.nav-btn-lst a {
    color: #fff !important;
    display: flex;
    column-gap: 10px;
}
.navbar-nav
{
    justify-content: flex-end;
    width:100%;
    column-gap: 30px;
}
li.nav-item {
    margin: 0 10px;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky {
    left: 0;
    background: #fff !important;
}
.sticky .navbar-nav
{
    justify-content: center !important;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffcdef;
}
nav.navbar.bg-light {
    /* box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 32%); */
    padding: 8px 0px;
    width:100%;
    background-color: transparent !important
}
.logo-outer
{
    margin-top: -45px;
}
/* banner */
.banner-slider{
    height:580px;
    overflow: hidden;
}
.banner-slider img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.overlay{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-color: rgba(0,0,0,0.2);
}
.banner-text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-text h5 {
    font-size: 16px;
    line-height: 1.5;
}
.enquiry {
    background-color: #605d5c;
    padding: 25px 22px;
    border-radius: 7px;
}
.btn-theme {
    background-color: #ffffff;
    border: 1px solid transparent;
    padding: 8px 33px;
    font-size: 16px;
    color: #03a0cb;
    font-weight: 500;
      transition: all 0.3s linear; 
    background: linear-gradient(to right, #03a0cb 50%, #ffffff 50%);
    display: block;
    background-size: 200% 100%;
    background-position: right bottom;
    border:1px solid transparent;
    margin: 0 auto;
}
 .btn-theme:hover{
    color: #ffffff;
    background-position: left bottom !important;
    border-color:#ffffff;
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.26);
}
.btn-modal{
    background-color: #b42086;
    border: 1px solid transparent;
    padding: 6px 33px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
}
.off-white{
    background-color: #f8f5ff;
}


/* about */

.about #accordion .btn-link{
    width: 100%;
    text-align: left;
    background-color: #b42086;
    border: none;
    border-radius: 7px;
    text-decoration: none;
    color: #ffffff !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
    padding: 8px 21px;
    font-weight: 700;
}
#accordion .btn-link.collapsed img{
    transform: rotate(178deg);
}
#accordion .btn-link img{
    width:12px;
}
.card-header{
    padding: 0 !important;
    border: none !important;  
}
.card {
    border: none !important;
    margin: 10px 0;
}
.btn-link .plus_img{
 display: none;
}
.btn-link.collapsed  .minus-img{
    display: none !important;
}
.btn-link.collapsed .plus_img{
    display: block !important;
}

/* type */
.type-inner {
    transition: all 0.3s linear;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}
.type-inner:hover img{
    transform: scale(1.1);
}
.type-img {
    width: 80px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #03a0cb26;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}
.type-img  img {
    width: 52px;
    object-fit: cover;
    transition: all 0.3s linear;
    display: block;
    margin: 0 auto;
}
.type-inner h5 {
    padding: 5px 0;
    color: #1c1c1c;
    letter-spacing: .7px;
    transition: all 0.3s linear;
    font-size: 25px;
    margin: 0 -2px;
    font-weight: 700;
}
/* product */

.product,.about{
    overflow: hidden;
  
}
.product-inner{
    padding:16px;
}
.product-inner img{
    width:100%
}
.product-img {
    border-radius: 7px;
    border: 4px solid #3e3e3e0f;
    transition: all 0.5s linear;
}
.product-img:hover{
  box-shadow: 0 0 30px rgb(0 0 0 / 8%);  
}
.product .slick-dots li.slick-active button:before {
    color: #b42086 !important;
}
.product .slick-dots li{
    margin:0 !important;
}

 .product .slick-dots li button:before {
    font-size: 15px !important;
 }
/* why */
/* .why{
    background-image: url("../images/bg-1.png");
    background-attachment: fixed;
     background-size: cover;
} */
.why-inner {
   
    border-radius: 7px;
    height: 100%;
    min-height: 180px;
    transition: all 0.3s linear;
    position: relative;
    z-index: 1;
    padding: 15px;
    /* overflow: hidden; */
}
.why-inner:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    transition: all 0.3s linear;
    border-radius: 7px;
    z-index: -1;
    border-bottom: 5px solid #1d4986;
}
.why-inner:hover:after{
    height:100%;
    border:5px solid #1d4986;
}
/* .why-inner:hover h5,.why-inner:hover p{
    color: #ffffff !important;
} */
.why-inner:hover {
    transform: translateY(-10px);
    border-color: transparent;
}
.why_icn {
    width: 120px;
    height: 120px;
    margin: -50px auto 30px;
    border-radius: 100px;
    background: #1d4986;
    display: flex;
    justify-content: center;
    padding: 20px;
}

.what_bg {
    background-image: url("../images/banner-fixed.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
/* benefits */
.benefits #accordion .btn-link {
    width: 100%;
    text-align: left;
    background-color: #b42086;
    border: none;
    border-radius: 7px;
    text-decoration: none;
    color: #ffffff !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 19px;
    padding: 5px 18px 6px;
    font-weight: 700;
}
.benefits .card {
    margin: 0 0 22px;
}

/* footer */
footer {
    background-image: linear-gradient(45deg, #8ab237, #b42086,#0170a5);
}
.footer-logo {
    width: 253px;
    margin-top: -28px;
}

.copyright-ftr {
    border-top:1px solid #ffffff47;
}
.copyright-ftr a:hover{
    color:#ffffff;
}
.mobile-fixed {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #03a0cb;
    box-shadow: 0px -3px 13px rgb(0 0 0 / 65%);
}
.mobile-fixed li {
    width: 33.33%;
    background-color: transparent;
}
.mobile-fixed li a img{
    width: 20%;
    margin: 0 2px 3px;
}
.mobile-fixed ul{
    padding: 4px 2px 0 !important;
}
.mobile-fixed li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff !important;
    font-weight: 500;
    padding: 5px 0;
    font-size: 14px;
    margin: 0;
    background-color: transparent;
    text-transform: capitalize;
    border: none;
}
/* media */
@media only screen and (min-width:1200px){
button.navbar-toggler {
    display: none;
}
    .type .col-md-1 {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
    .container {
        max-width: 1259px;
    }
    .navbar-light .navbar-brand {
        background: #ffffff;
        margin-top: -60px;
        padding: 23px 29px;
        margin-left: -60px;
    }
    .sticky.navbar-light .navbar-brand {
        margin-top: 0;
        padding: 0 0;
        margin-left: 0;
    }
}
@media only screen and (max-width:1023px){
    .number-btn {
        width: 300px;
        text-align: center;
        margin: 7px 0 11px;
    }
    .number-btn  a{
        text-align: center;
        justify-content: center;
    }
    nav.navbar.bg-light {
        padding: 1px 16px !important;
    }
    .start img{
        width:100%;
    }
    .type-inner img {
        width: 100%;
    }
    ul.navbar-nav {
        padding: 17px 0px 0;
        align-items: flex-start !important;
    }
}
@media only screen and (min-width:992px) and (max-width:1200px){
   
    .banner-slider,.banner-inner {
        height: 580px;
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .franchise  .col-md-3 ,.type   .col-md-3 ,footer .col-md-3,footer .col-md-2,footer .col-md-4{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 10px !important;
    }
    .benefits .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .benefits .col-md-5 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
    h1 {
        font-size: 45px;
    }
    .banner-slider,.banner-inner {
        height: 580px;
    }
    .banner-text .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 41.333333%;
        max-width: 41.333333%;
    }
}
@media only screen and (max-width:767px){
    button.navbar-toggler {
        background-color: #b42086;
        color: #fff;
        margin-left: auto;
    }
    .footer-form{
        display: none !important;
    }
    .footer-logo {
        margin-top: 0;
        margin-bottom: 20px;
    }
    br{
        display: none;
    }
    .banner-text{
        position: static;
        padding: 20px 0;
    }
    .baner_inner{
        position: absolute;
        top:5%;
    }
    .banner-slider {
        height: 245px !important;
    }
    .about #accordion .btn-link {
        font-size: 14px;
    }
    h1 {
        font-size: 38px;
        text-shadow: none;
    }
    ul.right_info.d-flex.ml-auto.list-none {
        display: none !important;
    }
    .baner_inner h4{
        font-size: 17px;
    }
    .banner .banner-inner{
        height:220px;
    }
    .font-36 {
        font-size: 25px;
    }
    .quality img{
        width:70%;
    }
    .start img{
        width:100%;
    }
    footer .font-25 {
        font-size: 21px;
        margin-top: 20px;
    }
    footer .font-20 {
        font-size: 17px;
    }
    .type-inner img {
        width: 55%;
    }
    .navbar-brand{
        margin:0;
    }
}

@media screen and (min-width:576px)
{
    .range-outer {
        max-width: 20% !important;
        flex: 0 0 20% !important;
    }
}

@media screen and (max-width:500px){
    
    
.mobile-fixed ul li a {
    color: #fff !important;
}

.mobile-fixed ul li {
    background-color: #009cb4 !important;
}    
    
    footer{
        margin-bottom: 62px;
    }
    .bubble{
        display: none !important;
    }
    .mobile-fixed{
        display:block !important;
    }
    .font-36 {
        font-size: 22px !important;
        text-align: center;
    }
    .number-btn a {
        padding: 9px 11px;
        font-size: 16px;
    }
    .navbar-brand{
        width:40%;
    }
    .quality img{
        width:26% !important;
    }
    .w-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .banner .banner-inner{
        height:360px !important;
    }
   .font-23{
        font-size: 19px !important;
    }
    .font-30{
        font-size: 21px;
    }
    .number-btn a img {
    width: 10px;
    height: 10px;
    }
    a.pdf_img {
       display: block !important;
    }
}
a.pdf_img {
    display: none;
    position: fixed;
    bottom: 15%;
    right: 8px;
    background-color: #b42086;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 1px 1px 6px 0px rgb(0 0 0 / 60%);
}
a.pdf_img img{
    width: 77px;
    padding: 11px;
}
.bubble {
    position: fixed;
    bottom: 0px;
    right: 0px;
    display: flex;
    flex-direction: column;
    top: 0;
    margin: auto;
    justify-content: center;
    align-items: flex-end;
}
.bubble img {
    width: 55px;
}
.bubble a {
    margin-top: 8px;
    border-radius: 5px 0px 0px 5px;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 46%);
    overflow: hidden;
    color: #fff;
    padding: 10px 14px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    width: 55px;
    transition: all 0.5s linear;
    height: 50px;
    overflow: hidden;
}
.bubble i.fa {
    color: #ffffff;
    font-size: 33px;
}
.bubble a:hover label {
    display: block;
}
.bubble a:hover {
    width: 100%;
}
.bubble a.whats {
    background: #25D366;
}
.bubble a.call {
    background: #b42086 ;
}
.bubble label {
    display: none;
    transition: all 0.5s linear;
    margin-bottom: 0;
    margin-right: 35px;
    font-size: 16px;
    text-transform: capitalize;
    white-space: nowrap;
}
.franchise-inner {
    background-color: #1d4986;
    padding: 10px;
    height:100%;
    border-radius: 7px;
    transition: all 0.5s linear;
}
.franchise-inner:hover{
    background-color:#605d5c;
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
}
.franchise-inner h6,.franchise-inner p{
    transition: all 0.3s linear;
}
.franchise-inner h6,.franchise-inner p{
    color:#ffffff;
}

.franchise-inner img {
    object-fit: cover;
    border-radius: 5px;
    transition: all 0.5s linear;
   
}
.franchise-inner:hover img {
    transform: scale(1.01);
}

.footer-form {
    position: fixed;
    right: 0px;
    bottom: 0;
    z-index: 1000;
    width: 17%;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
}
  .footer-form .heading-look {
      background: #b22084;
      text-align: center;
      display: block;
      cursor: pointer;
      padding: 6px 0;
      color: #ffffff;
      font-size: 16px;
      transition: all 0.5s linear;
      font-weight: 500;
  }
  .footer-form form button,.modal-body button {
      background: #b22084;
      border: 1px solid #b22084;
      font-size: 15px;
      color: #ffffff;
      padding: 9px 20px;
      border-radius: 5px;
      margin-top: 10px;
  }
  .footer-form  .form-control {
      margin-bottom: 7px;
  font-size: 14px !important;}
  div#mini_contact_form {
    padding: 8px;
    background: white;
  }
  .footer-form form {
      border: 1px solid #cccccc;
      padding: 10px 4px 4px;
  }

  a.fbb {
   
    background: #3b5998;}
 
.social_footer a{
    width: 32px;
    height: 32px;
    display: flex;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
}
a.twi {
    background-color: #1da1f2;
}
a.insta {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
a.quora {
    background: #B92B27;
}




