@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marko+One&amp;display=swap');



body {
    font-family: "Nunito", sans-serif;
    font-weight: 500;
/*    background: url(../images/bg.jpg);
*/    background-attachment: fixed;
}

.hdd {
    font-family: "Marko One", serif;
    font-weight: 400;
}

.main-container {
    float: left;
    width: 100%;
    overflow: hidden;
}

img {
    max-width: 100%;
}

.header {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
}

.header2 img {
    display: table;
    margin: 0 auto;
    float: none;
    width: 80%;
}

.top-bar {
    padding: 0 0;
    background: #056605;
}

.satisfied-part ul {
    margin-top: 7px;
    margin-bottom: 7px;
}

.satisfied-part ul li {
    list-style: none;
    display: inline-block;
    margin-top: 10px;
}

.satisfied-part ul li a {
    text-decoration: none;
    color: #fff;
    margin-right: 10px;
    font-size: 16px;
}

.satisfied-part ul li a img {
    width: 35px;
    padding: 7px;
    border: dotted 2px #ff8a00;
    border-radius: 100px;
    margin-top: -7px;
    margin-right: 10px;
}

.marquee-part {
    font-size: 18px;
    color: #ffffff;
    padding: 11px 0 0 0;
}

.satisfied-part ul li a span {
    padding-top: 10px;
}

.fa-spin {
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    animation: fa-spin 5s infinite linear !important;
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.head-line {
    padding: 5px 0px;
    background: #056605;
    position: relative;
    float: left;
    width: 100%;
}

.d-flex {
    display: flex !important;
}

.icon-om img {
    width: 45px;
    padding: 5px;
    border: dotted 2px #ffffff;
    border-radius: 100px;
    position: relative;
    top: 2px;
    z-index: 999;
}

.head-line marquee {
    font-size: 19px;
    padding: 8px 0 0 0;
    font-weight: 500;
    color: #fff;
}

.banner3 {
    float: left;
    width: 100%;
}

.best-ser {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.best-header.hdd {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #006808;
}

.best-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #000;
    padding: 10px 0px;
}

.line-img {
    float: left;
    width: 100%;
    text-align: center;
}

.line-img img {
    max-width: 100%;
}

.box-services {
    float: left;
    width: 100%;
    margin-top: 30px;
    border: 1px solid #006808;
    text-align: center;
    border-radius: 10px 10px 10px 10px;
    transition: 0.5s;
    padding: 5% 2% 10% 2%;
    background: #ffffff;
}

.box-services img {
    border-radius: 50%;
    padding: 10px;
    border: 2px dashed #ff8a00;
}

.box-services h4 {
    color: #006808;
    font-size: 21px;
}

.box-services p a.read-more {
    text-decoration: none;
    color: #ffffff;
    background: #006808;
    padding: 10px 30px;
    border-radius: 60px;
    position: relative;
    top: 15px;

}

.box-services p {
    font-size: 16px;
    color: #000;
    padding: 0px 20px;
}

.box-services:hover {
    background: #ffedbb;
}

.other-ser {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.other-border {
    float: left;
    width: 100%;
    padding: 20px;
    background: #006808;
    text-align: center;
    margin-top: 30px;
}

.other-border img {
    width: 100px;
    padding: 10px;
    border-radius: 60px;
    border: dashed 2px #ff8a00;
    background: #ffedbb;
}

.other-border h2.hdd {
    font-size: 20px;
    line-height: 30px;
    color: #ff8a00;
}

.other-border p a {
    text-decoration: none;
    color: #006808;
    background: #ffedbb;
    padding: 10px 30px;
    border-radius: 60px;
    position: relative;
    top: 5px;
    font-weight: 600;
    font-size: 15px;
}

.about-us {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: #f2ffdc;
}

.about-content {
    padding: 17px 0 0;
    margin-top: 20px;
}

.about_img {
    position: relative;
    float: right;
    padding: 0 0 22px;
}

.about_img .about_img_bg {
    animation: spin 12s infinite linear;
    display: block;
    width: 400px;
    margin: 0 auto;
}

.about_img .god_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 325px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.about-content p {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 32px;
    padding: 0 0 8px;
}

.about-content strong {
    font-weight: 600;
    color: #006808;
}

.about-content ul {
    padding: 2px 0 10px;
}

.about-content ul li {
    font-size: 15px;
    font-weight: 500;
    line-height: 32px;
    padding: 2px 0 2px 0;
    display: flex;
    position: relative;
    color: #000;
}

.about-content ul li i {
    color: #006808;
    padding-right: 10px;
    padding-top: 8px;
    font-size: 17px;
}

.other-ser2 {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.sv1 {
    padding: 35px 15px 0;
}

.sv2 {
    padding: 0px 22px 0 35px;
    background: #006808;
}

.main-txt {
    padding: 20px 0px 0 0px;
    text-align: left;
}

.main-txt .main-txt1 {
    padding: 0px 0 0;
    font-size: 25px;
    color: #ff8a00;
    font-weight: 700;
    text-transform: capitalize;
}

.main-txt a {
    color: #006808;
    font-weight: 700;
    font-size: 19px;
    text-transform: capitalize;
    background: #ffffff;
    padding: 7px 16px;
    text-align: center;
    border-radius: 50px;
}

.main-img {
    padding: 30px 0 30px 0;
    position: relative;
    text-align: center;
}

.main-img img {
    border-radius: 50%;
    width: 202px;
    border: 4px dashed #ffffff;
    box-shadow: 0 0 14px #ffffff61;
    animation: fa-spin 9s infinite linear;
}

.main-img span {
    position: absolute;
    height: 55px;
    width: 55px;
    background: green;
    border-radius: 50%;
    line-height: 60px;
    right: 0px;
    text-align: center;
    animation: clc 0.6s infinite;
    display: inline-block;
    margin: 0 auto;
    bottom: 40px;
}

.main-img span a {
    color: #fff;
    padding: 0px;
    display: block;
    text-align: center;
    font-size: 28px;
    line-height: 56px;
}

@keyframes clc {
    0% {
        box-shadow: 0 0 0 4px #fff;
    }

    50% {
        box-shadow: 0 0 0 8px #fff;
    }

    100% {
        box-shadow: 0 0 0 4px #fff;
    }
}

.main-txt .main-txt2 {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    line-height: 32px;
    padding: 0px 0 14px 0;
}

.counter {
    text-align: center;
    padding: 0 20px 20px;
    position: relative;
    z-index: 1;
    margin-top: 40px;
}

.counter:before {
    content: '';
    border: 3px solid #ff8a00;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 30px;
    bottom: 0;
    right: 0;
    z-index: -1;
    clip-path: polygon(0 0, 50% 0, 50% 50%, 100% 50%, 100% 100%, 0 100%);
}

.counter .counter-icon {
    color: #fff;
    background-color: #006808;
    font-size: 33px;
    line-height: 63px;
    width: 65px;
    height: 65px;
    margin: 0 auto 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.counter .counter-value {
    color: #006808;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 4px;
    display: block;
}

.counter h3 {
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 0;
    color: #000;
    line-height: 30px;
}

.testi {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.test-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    letter-spacing: 2px;
    color: #006808;
}

.testi-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #000;
}

.testi-border {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.test-cont {
    padding: 25px 15px;
    background: #006808;
    -webkit-box-shadow: 0px 4px 23px #0000002e;
    box-shadow: 0px 4px 23px #0000002e;
    text-align: center;
    border-radius: 10px;
    float: left;
    background-attachment: fixed;
    width: 100%;
}

.test-cont img {
    max-width: 100%;
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.test-cont p {
    font-size: 16px;
    color: #fff;
    padding: 10px;
}

.test-name {
    float: left;
    width: 100%;
    padding: 0px 50px;
}

.test-name1 {
    float: left;
    width: 100%;
    margin: -20px auto 0px;
    padding: 10px;
    background-image: -webkit-linear-gradient(0deg, rgb(244, 170, 54) 0%, rgb(243, 115, 53) 100%);
    border-radius: 100px;
    text-align: center;
}

.test-name1 span {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.test-name1 p {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.footer {
    float: left;
    width: 100%;
    background-image: -webkit-linear-gradient(0deg, rgb(126 244 54) 0%, rgb(34 53 1) 100%);
    padding: 80px 0px 50px 0px;
}

.foter-border {
    float: left;
    width: 100%;
    background: #fff;
    padding: 40px 20px;
    text-align: center;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
    border-color: rgba(223, 225, 229, 0);
    border-radius: 5px;
    margin-top: -90px;
}

.foter-icon {
    float: left;
    width: 100%;
    margin-top: -40px;
}

.foter-border h2 {
    font-family: "Marko One", serif;
    margin: 0;
    font-size: 25px;
    color: #ff8a00;
    font-weight: 400;
    padding-bottom: 10px;

}

.foter-border a {

    margin: 0;
    font-size: 20px;
    color: #000;
    padding: 10px 0px;
}

.foter-icon img {
    width: 84px;
    padding-bottom: 10px;
}

.dsc {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #000;

}

.dsc span {
    font-weight: bold;
}

.copy {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;

    background: #000;
    padding: 10px;
}


@media(min-width:992px) and (max-width:1200px){.other-ser .col-sm-3{width: 50%;}
}
@media(min-width:768px) and (max-width:991px){
    .testi .col-sm-4{width: 50%;}
    .other-ser .col-sm-3{width: 50%;}
    .best-ser .col-sm-4{width: 50%;}
}
@media(min-width:640px) and (max-width:767px){
    .header2 {
        display: none;
      }
      .about_img {
        margin-top: 30px;
        width: 100%;
      }
      .sv2 {
        float: left;
        margin-top: 30px;
      }
      .foter-border {
        margin-top: 20px;
      }
}
@media(min-width:480px) and (max-width:639px)
{ .header2 {
    display: none;
  }
  .about_img {
    margin-top: 30px;
    width: 100%;
  }
  .sv2 {
    float: left;
    margin-top: 30px;
  }
  .foter-border {
    margin-top: 20px;
  }
        .satisfied-part ul li {
  float: left;
  width: 50%;
}
.satisfied-part ul {
  padding: 0;
}
.satisfied-part ul li a img {
  width: 28px;
}
.satisfied-part ul li a span {
  font-size: 14px;
}
}
@media(min-width:320px) and (max-width:479px)
{
    .header2 {
        display: none;
      }
      .about_img {
        margin-top: 30px;
      }
      .sv2 {
        float: left;
        margin-top: 30px;
      }
      .foter-border {
        margin-top: 20px;
      }
      .satisfied-part ul li {
  float: left;
  width: 50%;
}
.satisfied-part ul {
  padding: 0;
}
.satisfied-part ul li a img {
  width: 28px;
}
.satisfied-part ul li a span {
  font-size: 14px;
}
}