@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@500&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&amp;display=swap');


.main-container 
{
    float: left;
    width: 100%;
}
.banner_container 
{
    float: left;
    width: 100%;
}
.banner_container img
{
    float: left;
    width: 100%;
}
.header {
    float: left;
    width: 100%;
    padding: 10px 0px;
}
.header1 {
    float: left;
    width: 100%;
}
.header1 img{
    float: left;
    width: 100%;
}
.header2 {
    float: left;
    width: 60%;
    text-align: center;
}
.header-conatct1 {
    float: left;
    width: 100%;
    text-align: right;
    padding-top: 30px;
    font-family: 'Nunito', sans-serif;
    position: relative;
    animation-name: bounce;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    font-size: 30px;
    font-weight: 600; animation-name: bounce;
    animation-duration: 1s;
    animation-iteration-count: infinite;
   
}
.header-conatct1 a{
    color: #000;
} 
@keyframes bounce {
    70% { transform:translateY(0%); }
    80% { transform:translateY(-15%); }
    90% { transform:translateY(0%); }
    95% { transform:translateY(-7%); }
    97% { transform:translateY(0%); }
    99% { transform:translateY(-3%); }
    100% { transform:translateY(0); }
}
.header-ser {
    float: left;
    width: 100%;
    text-align: center;
}
.header-ser h2{font-size:35px;font-family: 'Nunito', sans-serif;
color: #011228;}
.header-ser p{font-size: 20px;font-family: 'Nunito', sans-serif;
color: #fb6376;
font-weight: 800;
text-transform: uppercase;}
.header2 ul{
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: 'Nunito', sans-serif;
}
.header2 ul li {
    padding: 6px 19px;
    list-style: none;
    display: inline-block;
    margin: 0 3px;
    font-size: 15px;
    color: #ffffff;
    border-radius: 30px;
    background: #011228;
    text-transform: capitalize;
    font-weight: 500;
}
.header2 ul li i {
    color: #ffc9a1;
    padding-right:10px;
}
.list-section1 {
    padding: 0 0 0px;
    border-bottom: 1px solid #011228;
    float: left;
    width: 100%;
    font-family: 'Nunito', sans-serif;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
}
.list-section1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-section1 ul li {
    display: inline-block;
    padding: 7px 17px;
    font-size: 18px;
    border-radius: 40px;
    color: #000;
    font-weight: 800;
    text-transform: capitalize;
}
.top-header {
    float: left;
    width: 100%;
    padding: 10px 0px;
    background: #ffc9a1;
}
.top-header1 {
    float: left;
    width: 40%;
    text-align: center;
    font-size: 25px;
    color: #000;
    font-family: 'Nunito', sans-serif;
    padding-top: 10px;
}
.top-header1 strong{color: #011228;}
.top-header2 {
    float: left;
    width: 30%;
    text-align: center;
}
.top-header3 {
    float: left;
    width: 30%;
    text-align: center;
}
.best-ser {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(to top, #fff 60%, #ff0000 60%);
}
.best-header {
    float: left;
    width: 80%;
    font-size: 35px;
    text-align: left;
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
}
.best-header2 {
    float: left;
    width: 20%;
}
.best-border {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.best-border img{
    float: left;
    width: 100%;
}
.abt {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.abt-left {
    float: left;
    width: 100%;
}
.abt-left img{
    float: left;
    width: 100%;
}
.abt-right {
    float: left;
    width: 100%;
}
.about-header {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 30px;
    color: #011228;
    font-family: 'Josefin Sans', sans-serif;
}
.about-sub {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 20px;
    color: #000;
    font-family: 'Nunito', sans-serif;
}
.abt-desc {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #000;
    padding-top: 15px;
    line-height: 30px;
    font-family: 'Nunito', sans-serif;
}
.abt-desc span{color: #011228;font-weight: 600;}
.call-chat{
    padding: 0;
    text-align: center;
    float: left;
    width: 100%;
    text-align: center;
    padding-top:30px ;
  }
  .call-chat a{
    background:#ff0000;
    color:#fff;
    font-size:29px;
    border-radius:37px;
    text-decoration:none;
    padding: 10px 50px;
    display:
    inline-block;
    text-transform: capitalize;
    font-weight:600;
    margin:0 10px 0 0;
  }
  .call-chat span{
    animation-name: bounce;
    display: inline-block;
    animation-duration: 1s;
    animation-iteration-count: infinite;
  }
  .call-chat .chat{
    background:#05a605;
  }
  .why {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 150px;
    background: #ffc9a1;
    position: relative;
    z-index: 1;
}
.y-header {
    float: left;
    width: 100%;
    font-size: 35px;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    color: #011228;
    font-family: 'Josefin Sans', sans-serif;
}
.y-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #000;
    font-family: 'Nunito', sans-serif;
}

.inner{
    position: relative;
    width: 209px;
    margin: 0px auto 0;
    text-align: center;
    padding: 0px 2px 0;
  }
  
  .icon-box{
      font-size: 42px;
      color:#1e3a00;
      position: relative;
      left: 0;
      top: 40px;
      right: 0;
      /* margin: 0 auto; */
      z-index: 1;
  }
  .icon-box i{
    width: 75px;
    height: 75px;
    line-height: 66px;
    background: #ffc9a1;
    color: #011228;
    border: 7px solid #011228;
    font-size: 37px;
    text-align: center;
  }
  
  .content{
    position: relative;
    padding: 44px 2px 23px;
    border: 8px solid #fb6376;
    background: #ffc9a1;
  }
  .content p{
    font-size: 31px;
    font-weight: 700;
    color: #011228;
    text-transform: capitalize;
    padding: 0 0 2px;
    font-family: 'Josefin Sans', sans-serif;
  }
  .content span{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    display: inline-block;
    font-family: 'Nunito', sans-serif;
  }
  .y-border {
    float: left;
    width: 100%;
}
.other-ser {
    float: left;
    width: 100%;
    padding: 50px 0px;
    position: relative;
}
.other-ser1 {
    float: left;
    width: 100%;
    padding: 50px 30px 70px;
    background: #fff;
    margin: -140px 0 0;
    border-radius: 0px 0px 70px 70px;
    box-shadow: 4px 9px 11px 0px #e1e1e1a8;
    position: relative;
    z-index: 2;
}
.other-header {
    float: left;
    width: 100%;
    font-size: 35px;
    text-align: center;
    color: #011228;
    font-family: 'Josefin Sans', sans-serif;
}
.other-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #000;
    font-family: 'Nunito', sans-serif;
}
.other-border {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.other-img {
    float: left;
    width: 100%;
    padding: 25px;
    position: relative;
    z-index: 1;
}
.other-img img{
    float: left;
    width: 100%;
    border-radius: 10px;
}
.other-cont {
    float: left;
    width: 100%;
    border: 2px solid #fb6376;
    text-align: center;
    padding: 75px 15px 30px 15px;
    margin-top: -100px;
    z-index: -1;
    background: #fff;
}
.other-cont h2 {
    font-size: 25px;
    color: #011228;
    font-family: 'Josefin Sans', sans-serif;
}
.other-cont p {
    font-size: 16px;
    color: #000;
    font-family: 'Nunito', sans-serif;
    padding-bottom: 10px;
}
.other-cont a {
    font-size: 20px;
    background: #ff0000;
    padding: 8px 15px;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    text-decoration: none;
}
.other-border:hover .other-cont
{
    background: #ffc9a1;
    transition: 0.9s ease-in-out;
}

.topcontact-left1{
    padding: 10px;
    font-family: 'Nunito', sans-serif;
  }
  .topcontact-left2{
    padding: 0;
    margin-top: 15px;
  }
  .topcontact-left2 p{
    color: #011228;
    font-size: 24px;
    margin: 0;
    text-transform: capitalize;
    padding: 0;
  }
  .topcontact-left2 p span{
    color: #000000;
    margin: 0;
    text-transform: uppercase;
    font-weight: 800;
    padding: 0;
  }
  .topcontact-right1{
    padding: 10px;
  }
  .topcontact-right2{
     padding: 0;
  }
  
  .topcontact-right2 span{
    border-radius: 50%;
    height: 70px;
    width: 70px;
    background: #011228;
    color: #fff;
    position: absolute;
    text-align: center;
    left: 12px;
    line-height: 60px;
    font-size: 25px;
    display: inline-block;
    top: 0;
    bottom: 0;
    border: 3px solid #011228;
    margin: auto;
    animation-name: rip;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
  }
  @keyframes rip{
  0%{ box-shadow: 0px 0px 0px 4px rgba(162, 162, 162, 0.8);}
  20%{ box-shadow: 0px 0px 0px 6px rgba(162, 162, 162, 0.6);}
  40%{ box-shadow: 0px 0px 0px 8px rgba(162, 162, 162, 0.4);}
  60%{ box-shadow: 0px 0px 0px 10px rgba(162, 162, 162, 0.2);}
  80%{ box-shadow: 0px 0px 0px 12px rgba(162, 162, 162, 0.1);}
  100%{ box-shadow: 0px 0px 0px 14px rgba(162, 162, 162, 0);}
  }
  .topcontact-right2 p{
    margin:0;
    color: #fff;
    padding: 0 0 0 103px;
    font-size: 33px;
    font-weight: 700;
    text-transform: capitalize;
  }
  .topcontact-right2 p a{
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 43px;
    font-family: 'Nunito', sans-serif;
    text-decoration: none;
  }
  .just {
    float: left;
    width: 100%;
    background: #ffc9a1;
    padding: 15px 0px 10px 0px;
}
.extra-service {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.extra-service:before {
    height: 220px;
    width: 100%;
    background: #ffc9a1;
    position: absolute;
    content: "";
    top: 35%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.best-border h2 {
    font-size: 25px;
    color: #011228;
    font-family: 'Josefin Sans', sans-serif;
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    margin: 0px;
    border-left: 5px solid #fb6376;
    border-right: 5px solid #fb6376;
}
.testi {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #ffc9a1;
    border-top: 2px dashed #000;
}
.test-border {
    padding: 20px 20px 33px 20px;
    float: left;
    width: 100%;
    margin-top: 30px;
    box-shadow: 0 0 3px #00000021;
    background: #fff;
}
.testimonials3{
    padding: 0;
  }
  .testimonials3 p{
      color: #000;
      padding: 2px 0;
      text-align: center;line-height: 30px;
      font-size: 17px;
      font-weight: 500;
      margin: 0;
      font-family: 'Nunito', sans-serif;
  }
  .testimonials4{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 0;
    /* text-align: center; */
  }
  .testimonials4 .testi-pic{
    width: 25%;
  }
  .testimonials4 .testi-pic img{
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: 13px solid #5000382e;
    
  }
  .testimonials4 .testi-text{
    width: 75%;
    padding: 0 0px  0 9px;
  text-align: right;}
  .testi-text p{
    font-size: 19px;
    margin: 0;
    font-family: 'Josefin Sans', sans-serif;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
  }
  .testi-text p span{
    font-size:15px;
  text-transform: capitalize;
  color: #3d3d3d;
  font-family: 'Josefin Sans', sans-serif;
}
  .testi-text i{
    color: #011228;
  }
  .footer {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../images/bg.html);
    background-size: cover;
}
.footer1 {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #eee;
    padding: 20px 10px;
}
.footer-boreder {
    float: left;
    width: 100%;
}
.footer-title {
    float: left;
    width: 100%;
    background: #011228;
    text-align: center;
    padding: 8px;
    font-size: 18px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 15px;
}
.footer-boreder ul li {
   font-family: 'Nunito', sans-serif;
    list-style: none;
    line-height: 32px;
    font-size: 17px;
    background-position: 0px 12px !important;
    border-bottom: solid 1px #eee;
    color: #000;
  
}
.footer-boreder ul li i{
 color: #011228;
 padding-right: 10px;
  
}
@media(min-width:992px) and (max-width:1200px){  .top-header img{width: 100%;}
}
@media(min-width:768px) and (max-width:991px){ .top-header2 {
    width: 50%;
  }
  .top-header3 {
    width: 50%;
  }
  .top-header img{width: 100%;}
  .header1 {
    width: 100%;
  }
  .header2 {
    width: 100%;
  } .best-header {
    width: 100%;
  }
  .best-header2 {
    width: 100%;
  }.call-chat .chat {
    margin-top: 10px;
  }.best-border {
    background: #fff;
  }
  .why .col-sm-3{width: 50%;}
  .other-ser .col-sm-4{width: 50%;}.topcontact-right2 p a {
    font-size: 29px;
  }
  .extra-service .col-sm-4{width: 50%;}
  .testi .col-sm-4{width: 50%;}
.footer .col-sm-4{width: 50%;}
}
@media(min-width:640px) and (max-width:767px){.top-header1 {
    width: 100%;
    font-size: 18px;
    padding-bottom: 10px;
  }
  .top-header2 {
      width: 50%;
    }
    .top-header3 {
      width: 50%;
    }
    .top-header img{width: 100%;}
    .header1 {
      width: 100%;
    }
    .header2 {
      width: 100%;
    } .best-header {
        width: 100%;
      }
      .best-header2 {
        width: 100%;
      }.call-chat .chat {
        margin-top: 10px;
      }.best-border {
        background: #fff;
      }
}
@media(min-width:480px) and (max-width:639px)
{.top-header1 {
    width: 100%;
    font-size: 18px;
    padding-bottom: 10px;
  }
  .top-header2 {
      width: 50%;
    }
    .top-header3 {
      width: 50%;
    }
    .top-header img{width: 100%;}
    .header1 {
      width: 100%;
    }
    .header2 {
      width: 100%;
    }.header-conatct1 {
      font-size: 22px;
      text-align: center;
    }.header-ser h2 {
      font-size: 25px;
    }.header-ser p {
      font-size: 16px;
    }.header2 ul {
      display: none;
    }.list-section1 {
      display: none;
    }.call-chat a {
      font-size: 25px;
    }.call-chat .chat {
      margin-top: 10px;
    }
    .best-header {
      width: 100%;
    }
    .best-header2 {
      width: 100%;
    }.other-cont a {
      font-size: 16px;
    }.topcontact-right2 p a {
      font-size: 35px;
    }.best-border {
      background: #fff;
    }.testimonials4 .testi-pic img {
      width: 80px;
      height: 80px;
    }
}
@media(min-width:320px) and (max-width:479px)
{.top-header1 {
  width: 100%;
  font-size: 18px;
  padding-bottom: 10px;
}
.top-header2 {
    width: 50%;
  }
  .top-header3 {
    width: 50%;
  }
  .top-header img{width: 100%;}
  .header1 {
    width: 100%;
  }
  .header2 {
    width: 100%;
  }.header-conatct1 {
    font-size: 22px;
    text-align: center;
  }.header-ser h2 {
    font-size: 25px;
  }.header-ser p {
    font-size: 16px;
  }.header2 ul {
    display: none;
  }.list-section1 {
    display: none;
  }.call-chat a {
    font-size: 18px;
  }.call-chat .chat {
    margin-top: 10px;
  }
  .best-header {
    width: 100%;
  }
  .best-header2 {
    width: 100%;
  }.other-cont a {
    font-size: 16px;
  }.topcontact-right2 p a {
    font-size: 19px;
  }.best-border {
    background: #fff;
  }.testimonials4 .testi-pic img {
    width: 80px;
    height: 80px;
  }
}