input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.fa-sync-alt{
  padding-left: 10px;
}
body{
        color: #000;
        font-family: 'Poppins', sans-serif;
    }
    .main-nav {
        background-color: #fff;
        z-index: 10;
        padding: 7px 20px;
        position: fixed;
        width: 100%;
    }
    
    .navbar {
        backdrop-filter: blur(30px) saturate(150%);
        -webkit-backdrop-filter: blur(8px) saturate(171%);
        background: rgba(255, 255, 255, 0.00);
    }
    
    .nav-link {
        display: inline-block;
        position: relative;
    }
    
    .logo {
        width: 190px;
        transition: 0.4s;
    }
    
    .mm-btn {
        display: none;
    }
    
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: #f55148;
        overflow-x: hidden;
        transition: 0.75s;
        padding-top: 60px;
        z-index: 1000;
    }
    
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 1.1rem;
        color: #fff;
        display: block;
        font-weight: 500;
    }
    
    .sidenav a:hover {
        color: #620500;
    }
    
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
    }
    .dropbtn {
      background-color: #fff0;
color: #525252;
font-size: 16px;
border: none;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
background-color: #ffffff;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
border-radius: 10px;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {
      background: linear-gradient(90.05deg, rgb(240 86 131) 0.02%, rgb(202 38 130) 39.16%, rgb(80 115 213) 75.82%, rgb(36 188 238) 112%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  }
  
  .dropdown:hover .dropdown-content {
      display: block;
  }
    .main-nav-a {
        color: #525252 !important;
        font-weight: 400 !important;
        padding: 0 15px !important;
        font-size: .97rem;
    }
    .main-nav-a:hover{
        color: #f55148 !important;
    }
    .main-nav-a.active{
      color: #f55148 !important;
  }
    a.blantershow-chat {
      background: #4caf50;
      color: #404040;
      position: fixed;
      display: flex;
      font-weight: 400;
      justify-content: space-between;
      z-index: 98;
      bottom: 25px;
      right: 30px;
      font-size: 18px;
      padding: 20px 20px;
      border-radius: 50%;
      box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  }
  a.blantershow-chat:hover{
    background: #3e9f42;
  }
   a.blantershow-chat svg {
       transform: scale(1.8);
  }
.home {
    padding: 100px 50px 0;
    background-image: url('../image/home-bg.png');
    background-position: top;
    background-repeat: no-repeat;
}
    .home-text{
      padding-right: 90px;
      display: flex;
      align-items: center;
    }
    .home-text h1{
      font-size: 3rem;
      line-height: 1.2;
      margin-bottom: 15px;
      font-family: 'Prompt', sans-serif;
    }
    .home-text p{
      color: #787878;
    font-weight: 400;
    }
    .home-img-div{
      position: relative;
    }
    .home-img{
      -webkit-filter: blur(0px);
      -webkit-animation: fadein infinite 8s ease-in-out;
  }
.home-logo {
    width: 500px;
    margin-bottom: 25px;
}
  
  @-webkit-keyframes fadein {
     0% {    -webkit-filter: opacity(0%) blur(5px);}
    3% { -webkit-filter: opacity(100%)  blur(5px);}
   6% {  -webkit-filter: opacity(100%) blur(0px);}
   44% {  -webkit-filter: opacity(100%) blur(0px);}
    47% { -webkit-filter: opacity(100%)  blur(5px);}
    50% {    -webkit-filter: opacity(0%) blur(5px);}
    100% {    -webkit-filter: opacity(0%) blur(5px);}
  }
  .home-img-2{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0%;
    max-width: 420px;
    -webkit-filter: blur(0px);
    -webkit-animation: fadein-2 infinite 8s ease-in-out;
}

@-webkit-keyframes fadein-2 {
   0% {    -webkit-filter: opacity(0%) blur(5px);}
   50% {    -webkit-filter: opacity(0%) blur(5px);}
  53% { -webkit-filter: opacity(100%)  blur(5px);}
 56% {  -webkit-filter: opacity(100%) blur(0px);}
 94% {  -webkit-filter: opacity(100%) blur(0px);}
  97% { -webkit-filter: opacity(100%)  blur(5px);}
  100% {    -webkit-filter: opacity(0%) blur(5px);}
}
    .home-card{
      position: absolute;
    bottom: 60%;
    right: 5%;
    background-color: #fff;
    padding: 10px 5px;
    width: 200px;
    border-radius: 7px;
    animation: leaves 5s ease-in-out infinite alternate;
}

@keyframes leaves {
    0% {
        transform: scale(1.0);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
      transform: scale(1);
  }
}
    .card-icon{
      background-color: #ffdcda;
      padding: 14px 2px 8px;
      text-align: center;
      border-radius: 5px;
    }
        .card-icon img{
            width: 100%;
            max-width: 35px;
        }
    .card-text h6{
      font-size: .9rem;
    }
    .card-text h5{
      font-size: 1.5rem;
      margin-bottom: 1px;
      margin-top: 7px;
      font-weight: 600;
    }
    .home-img{
      width: 100%;
    max-width: 420px;
    }
    .short-about{
      background-color: #ffe0b5;
      padding: 30px 50px 25px;
    }
    .short-div{
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .short-div i{
      background-color: #f04f47;
      padding: 12px 10px 8px;
      font-size: 2.3rem;
      color: #ffffff;
      margin-right: 20px;
      border-radius: 2px;
      box-shadow: rgb(199 165 117) 0px 5px 10px;
    }
    .short-div h4{
      margin-top: 10px;
      font-weight: 600;
    }
    .about{
      padding: 50px 50px 55px;
      background-color: #fff5e7;
    }
    .about-img{
      width: 100%;
      display: block;
    }
    .about-img-phone{
      display: none;
    }
    .about-text{
      display: flex;
      align-items: center;
      justify-content: center;
      padding-left: 50px;
    }
    .about-text h5{
      color: #f04f47;
      font-weight: 400;
    }
    .about-text h1{
      font-size: 3rem;
      font-weight: 500;
      margin-bottom: 15px;
    }
    .about-btn-margin-p{
      margin-bottom: 25px;
    }
    .about-btn{
      background-color: #fff0;
      padding: 5px 25px;
      color: #301f07;
      border: 1px solid #301f07;
      text-decoration: none;
      border-radius: 35px;
      font-weight: 500;
    }
    .about-btn:hover{
      background-color: #f55148;
    color: #fff;
    border: 1px solid #f55148;
    box-shadow: rgb(189 18 9 / 41%) 0px 0px 7px !important;
    }
    .about-tab{
      background-color: #ededed;
    padding: 20px;
    margin-top: 30px;
    border-radius: 10px 10px 0 0;
    border-bottom: none;
    margin-bottom: 0 !important;
    }
    .nav-item:hover{
      outline: none !important;
      border: none !important;
    }
    .nav-tabs .nav-link {
     margin-bottom: 0px;
      background: 0 0;
      border: none;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
  }
    .about-tab-btn.active{
      background-color: #f04f47 !important;
    border: none !important;
    color: #fff !important;
    border-radius: 5px !important;
    box-shadow: rgb(189 18 9 / 41%) 0px 0px 7px !important;
    }
    .about-tab-btn{
    color: #000 !important;
    font-weight: 600 !important;
    outline: none;
    }
    .about-tab-btn:hover{
      border: none !important;
      }
      .tab-content{
        padding: 20px 10px 20px 25px;
        background-color: #e1e1e1;
        border-radius: 0 0 10px 10px;
      }
    .tab-content li{
      margin-bottom: 10px;
      font-size: 1.1rem;
      list-style: circle;
    }
    .tab-content li::marker{
      color: #f55148;
    }
    .tab-pane p{
      font-size: 1.1rem !important;
    text-align: justify !important;
    color: #000000 !important;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
    }
    ol, ul {
      padding-left: 1rem;
  }
  .services{
    background:linear-gradient(to right, #f04f47 , #cf2921);
    padding: 50px;
  }
  .services-heading h5{
    color: #fff;
    font-weight: 400;
  }
  .services-heading h1{
    font-size: 2.8rem;
    font-weight: 600;
    margin-top: 15px;
    color: #fff;
  }
  .carousel {
    position: relative;
    max-width: 100%;
}
.service-carousel-div{
  margin-top: 20px;
}
.card-body-div{
  height: 100%;
}
.card-body{
  background-color: #fff0;
  border: none;
  padding: 10px;
}
.service-card{
  background-color: #ffffff20;
  padding: 15px;
  border-radius: 5px;
}
.service-card img{
  margin-bottom: 8px;
}
.service-card h6{
  line-height: 1.4;
  font-weight: 600;
  margin: 0;
  color: #fff;
}
.service-btn{
  background-color: #fff0;
  padding: 5px 25px;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  border-radius: 35px;
  font-weight: 500;
}
.service-btn:hover{
  background-color: #fff;
  color: #f04f47;
  box-shadow: rgb(189 18 9 / 41%) 0px 0px 7px !important;
}
.what-is{
  padding: 70px 50px;
}
.what-text{
  padding-right: 50px;
}
.what-text h1{
  font-weight: 600;
  color: #f55148;
  font-size: 2.7rem;
  margin-bottom: 15px;
}
.what-video{
  display: flex;
  align-items: center;
}
.what-video-phone{
  display: none;
}
.blog {
    padding: 40px 40px 25px !important;
    background-color: #ffe8c9;
}
.blog-heading h5{
  color: #000;
  font-weight: 400;
}
.blog-heading h1{
  color: #000;
    font-weight: 600;
    margin-top: 15px;
}
.blog-card-div{
  padding: 10px;
}
.blog-card{
  padding: 15px;
    background-color: #f5d2a2;
    height: 100%;
}
.blog-card img{
  width: 100%;
  margin-bottom: 10px;
}
.blog-card h6{
  color: #745831;
  font-size: .8rem;
}
.blog-card h4{
  font-weight: 600;
    color: #301f07;
    font-size: 1.35rem;
}
.blog-card p{
  text-align: justify;
  margin-bottom: 10px;
  font-size: .9rem;
}
.blog-card a{
  color: #503106;
    font-weight: 600;
    text-decoration: underline;
    font-size: .9rem;
}
.blog-card a:hover {
  color: #080500;
}
.blog-btn{
  background-color: #fff0;
  padding: 5px 25px;
  color: #301f07;
  border: 1px solid #301f07;
  text-decoration: none;
  border-radius: 35px;
  font-weight: 500;
}
.blog-btn:hover{
  background-color: #301f07;
  color: #fff;
  box-shadow: rgb(48 31 7) 0px 0px 7px !important;
}
.contact{
  background-color: #f55148;
}
.contact-img {
    background-image: url('../image/contact-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.contact-form-div{
  padding: 60px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form-div h1{
  color: #fff;
  font-weight: 500;
}
input{
  width: 100%;
padding: 3px 0;
border: none;
border-bottom: 1px solid #fff;
outline: none;
color: #fff;
background-color: #fff0;
}
input::placeholder{
color: #ffffffa3;
font-weight: 300;
}
label{
color: #fff;
font-weight: 400;
}
textarea{
  width: 100%;
padding: 3px 0;
border: none;
border-bottom: 1px solid #fff;
outline: none;
color: #fff;
background-color: #fff0;
height: 60px;
}
textarea::placeholder{
color: #ffffffa3;
font-weight: 300;
}
.submit-btn{
  width: 100%;
  font-size: 1.1rem;
  background-color: #ff7979;
  padding: 10px 15px !important;
  color: #ffffff !important;
  border-radius: 5px;
  border: 1px solid #ffc3c3;
  font-weight: 500;
}
.submit-btn:hover{
  background-color: #ffffff;
  padding: 10px 15px !important;
  color: #f55148 !important;
  border: 1px solid #fff;
}
footer{
  padding: 50px;
}
.footer-logo{
  width: 100%;
  max-width: 150px;
}
.footer-social{
  display: flex;
  align-items: end;
}
.social-icons-div{
  margin-top: 10px;
}
.footer-social a{
  background-color: #dbdbdb;
  padding: 4px 8px;
  color: #000 !important;
  font-size: 1.2rem;
  border-radius: 50%;
  margin-right: 10px;
}
.footer-social a:hover{
  color: #fff !important;
  background-color: #f55148;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .footer-link h4{
    font-weight: 500;
    color: #f55148;
  }
  .footer-link a{
    color: #4c4c4c;
    font-weight: 400;
    text-decoration: none;
    line-height: 2;
    font-size: 1.05rem;
  }
  .footer-link a:hover{
    color: #f55148;
  }
  .footer-logo-3-div{
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .footer-logo-1{
    width: 100%;
    max-width: 180px;
    margin-right: 100px;
  }
  .footer-logo-2, .footer-logo-3{
    width: 100%;
    max-width: 100px;
    margin-right: 30px;
  }
.flag-div {
    padding: 15px 50px 15px;
    background-color: #f1f1f1;
}
.flag-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
    .flag-img img {
        width: 30%;
        margin-right: 7px;
    }
.flag-content{
    padding-left:0;
}
    .flag-content p {
        margin: 0;
        font-size: .9rem;
        font-weight: 500;
    }
.copyright {
    padding: 10px 10px;
    background-color: #dbdbdb;
    font-size: .85rem;
    font-weight: 500;
}
.contact-card-div{
  padding: 50px 65px 0;
}
.contact-card{
  background-color: #f55148;
  padding: 40px;
  border-radius: 5px;
  color: #fff;
}
.contact-card h2{
  margin-bottom: 0;
  font-weight: 300;
  margin-top: 2px;
}
.contact-card a{
  background-color: #fff;
  width: 100%;
  padding: 10px 10px;
  text-decoration: none;
  color: #f55148;
  font-weight: 500;
}
.contact-card a:hover{
  background-color: #c3332b;
  color: #ffffff;
}
@media screen and (max-width: 1140px) {
  .home-img-2 {
    top: -6.35%;
  }
    .footer-logo-1 {
        margin-right: 50px;
    }
}
@media screen and (max-width: 1024px) {
  .home-img-2 {
    position: absolute;
    left: -15%;
    width: 100%;
    top: -6.35%;
  }
  .home-card {
    bottom: 75%;
    right: 0%;
    padding: 10px 5px;
    width: 200px;
}
  .contact-card h2{
    font-size: 1.6rem;
    margin-top: 5px;
}
.contact-card a{
    padding: 10px 5px;
}
.contact-card {
    padding: 25px 30px;
}
    .footer-logo-1 {
        max-width: 160px;
        margin-right: 20px;
    }
.footer-logo-2, .footer-logo-3 {
  max-width: 85px;
}
}
@media screen and (max-width: 991px) {
.mm-btn{
  display: block;
}
.home {
  padding: 140px 40px 0;
  height: auto;
  background: none;
  display: flex;
  align-items: end;
}
    .home-logo {
        width: 350px;
        margin-bottom: 16px;
    }
.home-text {
  padding-right: 0px;
}
.home-img-div {
  padding: 20px 0 0 250px;
}
.home-card {
  background-color: #fff;
  box-shadow: rgb(66 66 66 / 12%) 0px 4px 7px;
}
.home-card {
  right: 20%;
}
.home-img-2 {
  left: 30%;
  top: 20px;
}
.contact-card {
  text-align: center;
}
.contact-card-btn-div{
  justify-content: center;
}
.contact-card-btn-div a{
  padding: 10px 5px;
  width: 30%;
  margin-top: 15px;
}
    .footer-logo-3-div {
        justify-content: start;
    }
    .flag-img img {
        width: 15%;
        margin-right: 10px;
    }
    .flag-img {
        margin-bottom: 10px;
    }
    .flag-content{
        text-align:center;
    }
}
@media screen and (max-width: 810px) {
  .home-card {
    right: 10%;
  }
  .home-img-div {
    padding: 20px 0 0 200px;
  }
  .home-img-2 {
    left: 25%;
    top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .home-img-div {
    padding: 20px 0 0 150px;
  }
  .home-img {
    max-width: 250px;
}
  .home-img-2 {
    left: 20%;
    top: 20px;
    max-width: 250px;
}
  .main-nav {
    padding: 7px 0px;
}
  .home-text {
    padding-right: 0px;
}
.home-text h1 {
  font-size: 3.3rem;
}
.home-text p {
  font-size: .9rem;
}
.home-card {
  padding: 10px 5px;
}
.home-card {
  width: 180px;
  right: 25%;
  bottom: 60%;
}
.card-icon {
  padding: 10px 2px 8px;
}
.card-icon i {
  font-size: 2rem;
}
.card-text h5 {
  font-size: 1.3rem;
}
.card-text h6 {
  font-size: .75rem;
  margin-bottom: 0px;
}
.short-div i {
  padding: 10px 10px 8px;
  font-size: 1.5rem;
}
.short-div h4 {
  font-size: 1rem;
}
.about-img{
  display: none;
}
.about-img-phone{
  display: block;
  width: 100%;
}
.about-text {
  padding-left: 10px;
}
.services-heading h1 {
  font-size: 2rem;
  margin-top: 5px;
}
.service-carousel-div {
  margin-top: 5px;
  padding: 0 50px;
}
.what-video{
  display: none;
}
.what-video-phone{
  display: block;
}
.what-is {
  padding: 70px 50px 40px;
}
    .blog {
        padding: 50px 50px 25px !important;
    }
.blog-card img {
  margin-bottom:0px;
}
.blog-card h4 {
  font-size: 1.6rem;
}
footer {
  padding: 20px;
}
    .footer-logo {
        width: 100%;
        max-width: 210px;
    }
.contact-card-div {
  padding: 35px 45px 15px;
}
.contact-card h2 {
  font-size: 1.4rem;
}
.contact-card-btn-div a {
  padding: 7px 5px;
}
    .flag-div {
        padding: 15px 35px 15px;
    }
    .flag-content p {
        font-size: .8rem;
    }
}
@media screen and (max-width: 576px) {
  .home {
    padding: 180px 25px 0;
    height: auto;
    background: none;
}
.home-img-2 {
  left: 50%;
  top: 20px;
  max-width: 200px;
}
.home-text h1 {
  font-size: 3rem;
}
.home-card {
  right: 50%;
  bottom: 50%;
}
.home-card {
  background-color: #fff;
  box-shadow: rgb(66 66 66 / 12%) 0px 4px 7px;
}
  .home-img {
    max-width: 200px;
    float: right;
}
.short-about {
  background-color: #ffe0b5;
  padding: 20px 15px 20px;
}
.short-div i {
  padding: 10px 10px 8px;
  font-size: 1rem;
  margin-right: 5px;
}
.short-div h4 {
  font-size: .9rem;
}
.about {
  padding: 25px 25px 45px;
}
.about-text h1 {
  font-size: 2.5rem;
}
.services {
  padding: 50px 1px;
}
.services-heading h1 {
  font-size: 1.7rem;
}
.services-row{
  width: 100%;
  margin: 0;
}
.services-heading h1 {
  font-size: 1.4rem;
}
.service-carousel-div {
  padding: 0 15px;
}
.what-text h1 {
  font-size: 2rem;
}
.what-is {
  padding: 40px 20px 30px;
}
.what-text {
  padding-right: 10px;
}
.blog {
  padding: 30px 20px 10px !important;
}
.blog-heading h1 {
  font-size: 1.5rem;
}
.blog-card img {
  margin-bottom: 10px;
}
.contact-form-div {
  padding: 40px 30px 35px;
}
.contact-form-div h1 {
    font-size: 2.5rem;
}
    .footer-logo {
        width: 100%;
        max-width: 260px;
    }
.footer-logo-div{
  text-align: center;
}
.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-logo-1 {
  max-width: 130px;
  margin-right: 20px;
}
.footer-logo-2, .footer-logo-3 {
  max-width: 80px;
  margin-right: 20px;
}
    .flag-div {
        padding: 15px 25px 15px;
    }
    .flag-img img {
        width: 25%;
        margin-right: 10px;
    }
    .flag-content p {
        font-size: .8rem;
    }
}
@media screen and (max-width: 425px) {
  .home {
    padding: 120px 25px 0;
}
    .home-logo {
        width: 200px;
        margin-bottom: 15px;
    }
.home-card {
    right: 40%;
    bottom: 25%;
}
    .home-img-2 {
        left: 30%;
        top: -8px;
        max-width: 220px;
    }
.short-div i {
    padding: 8px 8px 6px;
    font-size: 1rem;
    margin-right: 6px;
}
.contact-card-div {
  padding: 20px 30px 15px;
}
.contact-card {
  padding: 15px 15px;
}
.contact-card-btn-div a {
  width: 40%;
  font-size: .9rem;
}
    .blog {
        padding: 40px 20px 15px !important;
    }
    .contact-card h2 {
        font-size: 1.3rem;
        text-align: center;
    }
}
@media screen and (max-width: 370px) {
    .home-img-2 {
        left: 30%;
        top: -28px;
        max-width: 180px;
    }
    .contact-card-btn-div a {
        width: 100%;
        font-size: .9rem;
    }
    .contact-card h2 {
        font-size: 1.3rem;
    }
}
@media (max-width: 768px) {
  .carousel-inner .carousel-item>div {
      display: none;
  }

  .carousel-inner .carousel-item>div:first-child {
      display: block;
  }
  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next,
  .carousel-item-next:not(.carousel-item-start) {
      transform: translateX(33.33%) !important;
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-item-prev:not(.carousel-item-end),
  .active.carousel-item-start,
  .carousel-item-prev:not(.carousel-item-end) {
      transform: translateX(-33.33%) !important;
  }

  .carousel-item-next.carousel-item-start,
  .active.carousel-item-end {
      transform: translateX(0) !important;
  }

  .carousel-inner .carousel-item-prev,
  .carousel-item-prev:not(.carousel-item-end) {
      transform: translateX(-33.33%) !important;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-start,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

@media (min-width: 768px) {

  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next,
  .carousel-item-next:not(.carousel-item-start) {
      transform: translateX(33.33%) !important;
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-item-prev:not(.carousel-item-end),
  .active.carousel-item-start,
  .carousel-item-prev:not(.carousel-item-end) {
      transform: translateX(-33.33%) !important;
  }

  .carousel-item-next.carousel-item-start,
  .active.carousel-item-end {
      transform: translateX(0) !important;
  }

  .carousel-inner .carousel-item-prev,
  .carousel-item-prev:not(.carousel-item-end) {
      transform: translateX(-33.33%) !important;
  }
}