@import url('../css2');
@import url('../css2-1');


body {
    font-family: "Livvic", sans-serif;
    font-weight: 500;
}

.main-container {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.main-container:before {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    background: url(../images/bg.png) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
    z-index: -9;
    opacity: 0.1;
    left: 0;
    bottom: 0;
    top: auto;
}

.hdd {
    font-family: "Righteous", sans-serif;
    font-weight: 400;
    font-style: normal;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

img {
    max-width: 100%;
}

li {
    list-style: none;
}

.hind-li {
    background: linear-gradient(to top, #fdd02f 9%, #eea40a 90%);
    padding: 0px 0;
    text-align: center;
    box-shadow: 0 5px 5px #6008531c;
    float: left;
    width: 100%;
}

.hind-li p {
    font-size: 25px;
    font-family: system-ui;
    padding: 5px 0;
    margin: 0;
    color: #000;
}


.best-services.sp-pad {
   padding-bottom: 50px;
    float: left;
    width: 100%;
}

.text-center {
    text-align: center !important;
}

.text-center h2 {
    font-size: 40px;
    color: #042720;
}

.ser-box {
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
    margin-top: 30px;
}

.ser-box img {
    transition: 0.6s;
}

.cen-box {
    background: #042720;
    padding: 12px 5px;
    width: 90%;
    margin: 0 auto;
    margin-top: -35px;
    position: relative;
    z-index: 8;
}

.cen-box h3 a {
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    width: 100%;
    display: block;
}

.ser-box:hover img {
    transform: scale(1.1);
}

.ser-box img {
    transition: 0.6s;
}

.ser-box:hover .cen-box h3 a {
    color: #000;
}

.ser-box:hover .cen-box {
    background-image: linear-gradient(180deg, #ffc535 0%, #FFC974 100%);
}








.about {
    margin: 0;
    padding: 60px 0;
}

p.about-p-d {
    font-size: 16px;
    line-height: 1.6;
}

.f-22 {
    font-size: 22px;
    margin: 0 0 5px 0;
    color: #111;
}

ul.call-chat-services li {
    list-style: none;
}

ul.call-chat-services li a {
    text-decoration: none;
    font-size: 18px;
    background: #042720;
    padding: 12px 15px;
    color: #fff;
    border-radius: 22px;
    transition: 0.6s;
}

ul.call-chat-services li i {
    color: #ffc735;
}

ul.call-chat-services li a:hover{
    background: black;
}

.about-image {
    padding: 15px 0;
}

img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

p.f-16 {
    float: left;
    font-size: 18px;
    padding: 20px 0px;
    line-height: 38px;
}



.counter
{
    float: left;
    width: 100%;
   padding-bottom: 50px;
}
.counter-box{
    position: relative;
    z-index: 0;
 }
 .counter-1{
   padding: 15px 15px;
   position: relative;
 }
 .counter-2{
   text-align: center;
   padding: 30px 15px 15px;
   background: #042720;
   border-radius: 25px 25px 0;
 }
 .count-up{
   background: #ffffff;
   border-radius: 50%;
   padding: 0;
   width: 90px;
   height: 90px;
   line-height: 90px;
   box-shadow: 0 0 0 11px #ffffff2e;
   margin: 0 auto 15px;
   overflow: hidden;
   animation: float1 3s ease-in-out infinite;
   font-size: 35px;
   color: #e50100;
   animation: pulse-2 2s linear infinite;
 }
 @keyframes pulse-2 {
    0% {
       box-shadow: 0 0 0 0 #ffc535
    }
    to {
       box-shadow: 0 0 0 10px #8db0ea00
    }
 }
 .counter-count {
     color: #ffffff;
     font-size: 53px;
     font-weight: 600;
     text-transform: capitalize;
     padding: 15px 0px 15px;
 }
 .counter-2 p{
     color: #ffffff;
     font-size: 18px;
     font-weight: 500;
     text-transform: uppercase;
     padding: 0 0 3px;
     text-shadow: 0 0 3px white;
 }
 .counter-2 span{
     color: #e50100;
     font-size: 18px;
     font-weight: 700;
     text-transform: capitalize;
     padding: 2px 10px 2px;
     display: block;
     position: relative;
     background: #ffffff;
 }














 .footer-section{
    float: left;
    width: 100%;
    padding: 50px 0 0 0;
    background: #042720;
  }
  .footer-section1{
    background: linear-gradient(to top, #fdd02f 9%, #eea40a 90%);
    padding: 25px 15px;
  }
  .footer-dis{
    padding: 35px 0 0;
    text-align: center;
  }
  .footer-dis p{
    color: #ffffff;
    line-height: 21px;
    font-size: 15px;
    font-weight: 400;
    background: #e50100;
    padding: 6px 15px 7px;
  }
  
  .footer-dis span{
    color: #d90000;
    line-height: 25px;
    font-size: 17px;
    margin: 0;
    font-weight: 800;
  }
  
  
  .footer-right1{
    padding: 30px 0 0;
    background: #fff;
  }
  .footer-right2{
    padding: 0;
  }
  
  .footer-contact1{
    padding: 15px;
  }
  .footer-contact2{
    padding: 0;
    text-align: center;
  }
  .footer-contact2 span{
    height: 100px;
    width: 100px;
    line-height: 100px;
    border-radius: 50%;
    background: #042720;
    text-align: center;
    display: block;
    margin: 0 auto;
    animation: pulse2 2s linear infinite;
    color: #fdd02f;
    font-size: 39px;
  }
  @keyframes pulse2 {
     0% {
        box-shadow: 0 0 0 0 #042720
     }
  
     to {
        box-shadow: 0 0 0 20px transparent
     }
  }
  .footer-contact2 p{
     display: block;
     text-transform: capitalize;
     border-radius: 60px;
     font-size: 18px;
     font-weight: 500;
     color: #042720;
     padding: 25px 0 0;
  }
  .footer-contact2 strong{
     display: block;
     color: #042720;
     font-size: 16px;
     text-transform: uppercase;
     font-weight: 700;
  }
  .footer-list{
    border-top: 1px solid #ffffff40;
    border-bottom: 1px solid #ffffff40;
    padding: 3px 0;
    margin: 0 0 45px;
  }
  .footer-list ul li{
    padding: 8px 15px;
    position: relative;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    font-weight: 400;
    text-transform: capitalize;
  }
  /* footer section end */
  
  
  /* copyright section start */
  .copyryt{
    float: left;
    width: 100%;
     background: linear-gradient(to top, #fdd02f 9%, #eea40a 90%);
     text-align: center;
  }
  .disclaimer{
      font-size: 16px;
      font-weight: 600;
      line-height: 25px;
      padding: 0 0 10px;
      text-align: center;
      color: #000000;
  }
  .copyryt1 span{
      font-size: 18px;
      font-weight: 500;
      line-height: 22px;
      color: #042720;
      text-align: center;
      padding: 10px 0 15px;
      display: inline-block;
  }
  /* copyright section end */
  





  .top-sec{
    float: left;
    width: 100%;
    background: #042720;
}
.top-line{
    padding: 0;
}

.top-line1 ul li{
    text-align: center;
    padding: 5px;
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    font-size: 24px;
}
.top-line1 ul li a{
    color: #ffffff;
}
.top-line1 ul li i{
    color: #fdd02f;
    padding: 0 0 0 8px;
}

.top-center{
    padding: 0;
}
.top-center1 {
    font-size: 18px;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 600;
}
.top-center1 p{
    font-size: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #e50000;
    font-weight: 500;
    background: linear-gradient(to top, #fdd02f 9%, #eea40a 90%);
    padding: 5px 10px 4px;
    color: #000;
    text-shadow: 0 0 5px #e50000;
}
  




.other-services
{
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.about-title {
    text-align: center;
    border: 1px solid #fdd02f;
    border-top: 0;
    border-right: 0;
    border-radius: 0 40px;
    z-index: 0;
}
.about-title:before {
    width: 15px;
    height: 15px;
    left: -8px;
background: linear-gradient(to top, #fdd02f 9%, #eea40a 90%);
    top: 0;
    color: #fff;
    z-index: -1;
    border-radius: 50px;
    display: block;
    position: absolute;
    content: "";
}
.about-title h1 a, .about-title strong {
    text-transform: capitalize;
    font-size: 52px;
    font-weight: 400;
    display: block;
    color: #e30000;
}
.about-title p {
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 15px 5px;
    font-size: 15px;
    color: #042d26;
    font-weight: 800;
background: linear-gradient(to top, #fdd02f 9%, #eea40a 90%);
    border-radius: 20px 20px 0 0;
}
.about-title:after {
    width: 10px;
    height: 10px;
    left: -4px;
    background: #042720;
    top: 5px;
    animation: 3s infinite zoom;
    margin: 0 auto;
    color: #fff;
    z-index: -1;
    border-radius: 50px;
    display: block;
    position: absolute;
    content: "";
}


@keyframes zoom
{
    0% {
        transform: scale(1);
        background: #e50100;
    }
    50% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

.other-services1 {
    padding: 12px;
    text-align: center;
    margin-top: 20px;
}
.other-services2 {
    background: #fff;
    transition: 1s ease-in-out;
    border-radius: 0 0 25px 25px;
}
.other-services2 img {
    transition: .5s ease-in-out;
    border-radius: 0 0 25px 25px;
    aspect-ratio: 7 / 4;
}
.other-services2:hover img {
    filter: drop-shadow(2px 4px 6px #c8c8c8);
    transition: .5s ease-in-out;
    transform: translateY(-10px);
}
.other-services2 strong {
    font-size: 18px;
    padding: 30px 9px 12px;
    display: block;
    border: 1px solid #0f382412;
    border-top: 0;
    border-radius: 0 0 25px 25px;
    margin: -21px 0 0;
    color: #e50100;
}

.testi-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.testi-section1 {
    float: left;
    width: 100%;
    padding: 0px 0px;
}

.testi-1 {
    padding: 15px;
    margin-top: 30px;
}

.test-box {
    padding: 15px;
    border-radius: 23px;
    overflow: hidden;
    background: linear-gradient(to top, #fdd02f 9%, #eea40a 90%);
}

.test-box p {
    color: #000;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    text-align: justify;
    padding: 0 0 12px;
}

.test-box b {
    position: relative;
    display: block;
}

.test-box b:before {
    content: "";
    padding: 0;
    margin: 0;
    background: #042720;
    width: 75%;
    height: 8px;
    position: absolute;
    left: -48px;
    top: 36px;
    z-index: 0;
    border-radius: 30px;
}

.test-box b img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    bottom: 0;
    z-index: 1;
    left: 20px;
    border: 7px solid #042720;
    position: relative;
}

.testi-2 .test-name {
    background: #ffffff;
    text-align: right;
}

.testi-2 .test-name p {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 12px 0 2px;
}

.testi-2 .Country {
    display: block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    background: #e50100;
    padding: 4px 12px 3px;
    border-radius: 25px;
    letter-spacing: 1px;
    font-style: italic;
}

.main-sv-sec {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.main-sv-1 {
    padding: 15px;
    margin-top: 30px;
}

.main-sv-2 {
    text-align: center;
    background: linear-gradient(45deg, #042720, #000);
    border-radius: 400px 400px 0 0;
}

.main-sv-img img {
    width: 100%;
    border: 4px solid #ffffff;
}

.main-sv-4 {
    padding: 30px 15px 0;
    text-align: right;
    overflow: hidden;
}

.main-sv-4 span {
    color: #000000;
    font-size: 22px;
    display: inline-block;
    font-weight: 600;
    border-radius: 50px 0 0 50px;
    text-transform: capitalize;
    background: #ffffff;
    padding: 2px 15px;
    margin: -38px 0 0;

    position: relative;
    z-index: 0;
}

.main-sv-4 span:before {
    content: "";
    padding: 0;
    margin: 0;
    background: white;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -48px;
    top: 0px;
    z-index: -1;
}

.main-sv-4 p {
    padding: 10px 0 20px;
    color: #ffffff;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    text-align: justify;
}

.main-sv-call {
    text-align: left;
}

.main-sv-call a {
    text-align: center;
    color: green;
    font-size: 15px;
    padding: 6px 15px 5px;
    font-weight: 600;
    text-transform: uppercase;
    background: #fff;
    display: inline-block;
    border-radius: 0 20px 0 0;
}

.aboutus-heading {
    padding: 0;
    text-align: center;
  background: linear-gradient(to top, #fdd02f 9%, #eea40a 90%);
    border-radius: 20px 10px;
}
.aboutus-heading strong {
    display: block;
    color: #042720;
    font-size: 62px;
    text-transform: capitalize;
    line-height: 60px;
    padding: 12px 12px 5px;
}
.aboutus-heading span {
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 700;
    color: #000;
    background: #ffffff;
    padding: 3px 15px 3px;
    display: inline-block;
    border-radius: 10px 10px 0 0;
}



.header
{
    float: left;
    width: 100%;
    padding: 10px 0px;
    background: #fff;
    text-align: center;
}
.header2 img
{
    width: 65%;
    display: table;
    margin: 0 auto;
    float: none;
}




@media(min-width:992px) and (max-width:1200px){
}
@media(min-width:768px) and (max-width:991px){
    .header2{display: none;}
    .header .col-sm-5{width: 50%;}
    .top-line {
        text-align: center;
      }
      .main-sv-1 {
        width: 50%;
      }
      
}
@media(min-width:640px) and (max-width:767px){
    .header2{display: none;}
    .top-line1 ul li {
        font-size: 18px;
      }
      .top-center1 p {
        font-size: 18px;
      }
      .hind-li p {
        font-size: 18px;
      }
      .aboutus-heading strong {
        font-size: 35px;
      }
      .about-title strong {
        font-size: 35px;
      }
      .top-line {
        text-align: center;
      }
}
@media(min-width:480px) and (max-width:639px)
{
    .header2{display: none;}
    .top-line1 ul li {
        font-size: 18px;
      }
      .top-center1 p {
        font-size: 18px;
      }
      .hind-li p {
        font-size: 18px;
      }
      .aboutus-heading strong {
        font-size: 35px;
      }
      .about-title strong {
        font-size: 35px;
      }
      .top-line {
        text-align: center;
      }
}
@media(min-width:320px) and (max-width:479px)
{ .top-line {
    text-align: center;
  }
    .header2{display: none;}
    .top-line1 ul li {
        font-size: 13px;
      }
      .top-center1 p {
        font-size: 14px;
      }
      .hind-li p {
        font-size: 18px;
      }
      .aboutus-heading strong {
        font-size: 35px;
      }
      .about-title strong {
        font-size: 35px;
      }

}
