@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Squada+One&amp;display=swap');

.main-container {
    float: left;
    width: 100%;
    overflow: hidden;
}
.bannn {
  float: left;
  width: 100%;
}
img {
    max-width: 100%;
}

body {
    font-family: "Public Sans", sans-serif;
}

.hdd {
    font-family: "Squada One", sans-serif;
    font-weight: 500;
}

.tophead-section {
    padding: 0;
    background: #a9a9a912;
}

.head-align {
    align-items: flex-end;
    justify-content: center;
}

.tophead-left1 {
    padding: 0;
}

.tophead-left1 a {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    padding: 4px 0 5px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.tophead-left1 a img {
    padding: 0 8px 0 0;
}

.tophead-right1 {
    padding: 0;
    text-align: right;
}

.tophead-right1 span {
    padding: 7px 24px 6px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
    background: #002a02;
    text-shadow: 0 0 11px white;
    text-align: center;
}
.header {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
}
.header2 img:first-child {
    animation: rotation 10s linear infinite;
    -webkit-animation: rotation 10s linear infinite;
}
@keyframes rotation
{
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }
    100% {
        transform: rotate(1turn);
        -webkit-transform: rotate(1turn);
    }
}
.header2 img:last-child {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    margin: auto;
    width: 55%;
}
.other-sv {
    float: left;
    width: 100%;
    padding: 50px;
    padding: 0px;
}

.other-sv-left {
    padding: 0 15px;
}

.other-sv-left-1 {
    position: relative;
}

.other-sv-left-1:before {
    content: "";
    position: absolute;
    background: #002a02;
    width: 100%;
    height: 885px;
    z-index: -1;
    margin: -198px 0 0;
}

.other-sv1 {
    padding: 0 12px 45px;
    text-align: center;
    margin: 0 auto;
}

.other-sv-img {
    padding: 0 0 35px;
}

.other-sv2 p {
    font-size: 18px;
    font-weight: 700;
    color: #383838;
    padding: 3px 12px;
    background: #ffffff;
    text-transform: capitalize;
}

.other-sv-img img {
    padding: 0 0 0;
    border: 6px double #ffffff;
    box-shadow: 0 0 0 15px yellow;
}

.other-sv-right {
    padding: 0 0 0 35px;
}

.other-sv-right-1 {
    padding: 0;
}

.sv-list {
    padding: 0 25px;
}

.sv-list1 ul {
    padding: 0;
}

.sv-list1 ul li {
    position: relative;
    display: flex;
    font-size: 17px;
    font-weight: 600;
    line-height: 33px;
    color: #252525;
    margin: 23px 0;
    background: #ffffff;
    align-items: center;
    text-transform: capitalize;
    padding: 10px 10px 10px 38px;
    border: 2px solid #002a02;
    border-radius: 0 50px 50px 0;
    border-left: 0;
}

.sv-list1 ul li:before {
    content: "";
    background: #002a02;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto auto auto -9px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    border-radius: 200px;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 8px yellow;
}

.sv-list {
    padding: 0 25px;
}

.banner-sec {
    padding: 0;
}

.banner1 {
    padding: 0 20px 40px;
}

.banner1 img {
    width: 100%;
    border-radius: 20px;
}

.about {
    position: relative;
    padding: 50px 0px;
    float: left;
    width: 100%;
}

.about:before {
    content: "";
    position: absolute;
    background: url(../images/bg.jpg) no-repeat;
    width: 100%;
    height: 600px;
    z-index: -1;
    right: 0;
    top: 0;
    background-position: right;
}

.about-sec1 {
    position: relative;
    background: #fff;
    border-radius: 28px;
    padding: 22px 0;
    border: 1px solid #002a0214;
}

.about-title {
    padding: 0;
    text-align: center;
}

.about-title p {
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 600;
    padding: 0 0 5px;
    display: block;
    color: #4e4e4e;
}

.about-title strong {
    text-transform: uppercase;
    padding: 4px 10px 3px;
    font-size: 43px;
    color: yellow;
    font-weight: 900;
    background: #036707;
    display: block;
}

.about-us-content {
    padding: 25px 35px 0;
}

.about-us-content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 33px;
    color: #494949;
    padding: 5px 0;
    text-align: justify;
}

.about-us-content p strong {
    color: #002a02;
    font-weight: 600;
}

.about-us-content ul {
    padding: 7px 0;
}

.about-us-content ul li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 33px;
    color: #292929;
    padding: 5px 20px 5px 44px;
    margin: 10px 18px 10px 0;
    border-radius: 0 25px 0 25px;
    border: 1px solid #002a0214;
}

.about-us-content ul li:before {
    content: "";
    background: #002a02;
    position: absolute;
    left: 15px;
    right: 0;
    top: 13px;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    border-radius: 200px;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 4px yellow;
}

.bestservices {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.best-services1 {
    padding: 65px 20px 0;
}

.best-services3 {
    text-align: center;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.best-services4 {
    padding: 40px 55px 13px 15px;
    background: yellow;
    border: 1px solid #002a0214;
}

.best-services-img img {
    width: 200px;
    border: 8px solid yellow;
    box-shadow: 0 0 0 20px #002a02;
}

.best-services4 p {
    font-size: 15px;
    font-weight: 400;
    line-height: 33px;
    color: #000;
    padding: 35px 0 5px;
}

.best-services2 strong {
    writing-mode: vertical-lr;
    position: absolute;
    right: 0px;
    top: 0;
    display: block;
    color: #ffffff;
    background: #002a02;
    width: 40px;
    height: 100%;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 0 0px 0;
    font-weight: 700;
    letter-spacing: 4px;
}

.best-services-call {
    padding: 34px 5px 0;
    text-align: right;
    position: relative;
    float: left;
    width: 100%;
}

.best-services-call:before {
    content: "";
    position: absolute;
    background: yellow;
    width: 12px;
    height: 70px;
    z-index: -1;
    margin: 0 auto;
    right: 28px;
    top: 0;
}

.best-services-call a {
    display: inline-block;
    font-size: 25px;
    text-align: center;
    font-weight: 800;
    text-transform: capitalize;
    color: #ffffff;
    padding: 2px 0;
    width: 60px;
    height: 60px;
    line-height: 55px;
    border-radius: 50%;
    box-shadow: 0 0 0 12px yellow;
    background: #002a02;
}

.top-services {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.top-services1 {
    padding: 50px 20px 0;
}

.top-services2 {
    padding: 20px 12px 15px 27px;
    border: 1px solid #002a0214;
    overflow: hidden;
    background: yellow;
    z-index: 1;
}

.top-services3 {
    padding: 20px;
    text-align: center;
}

.top-services3 a {
    font-size: 16px;
    background: green;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    text-decoration: none;
}

.top-services3 img {
    border: 8px solid yellow;
    box-shadow: 0 0 0 20px #002a02;
    width: 185px;
}

.top-services4 {
    padding: 20px 0 0 15px;
    text-align: left;
}

.top-services4 strong {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    background: #002a02;
    position: relative;
    color: #fff;
    letter-spacing: 4px;
    padding: 4px 0 3px;
}

.top-services4 strong:before {
    content: "";
    height: 100%;
    width: 100%;
    background: #002a02;
    top: 0;
    left: -115px;
    position: absolute;
    z-index: -1;
}

.top-services4 p {
    font-size: 15px;
    font-weight: 400;
    line-height: 33px;
    color: #494949;
    padding: 9px 15px 0 0;
}

.testimonial {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.testimonial-left {
    padding: 0 40px 15px 15px;
}

.testimonial-sec {
    position: relative;
}

.testi-align {
    align-items: center;
}

.testimonial-sec:after {
    content: "";
    position: absolute;
    background: url(../images/bg.jpg) no-repeat;
    width: 100%;
    height: 100%;
    top: 0%;
    z-index: -1;
    left: -120px;
}

.testi-left {
    padding: 0;
}

.testi-1 {
    padding: 40px 10px 0px;
}

.testi-2 {
    padding: 15px 15px 15px;
    border: 5px solid #fff;
    border-radius: 20px;
    animation: up-down linear 4s infinite;
    transform-origin: 50% 50%;
}

@keyframes up-down {
    0% {
        transform: translate(1px, 20px);
    }

    24% {
        transform: translate(1px, 30px);
    }

    50% {
        transform: translate(1px, 12px);
    }

    74% {
        transform: translate(1px, 22px);
    }

    100% {
        transform: translate(1px, 22px);
    }
}

.testi-box {
    background: #002a02;
    border-radius: 15px;
    padding: 15px;
    overflow: hidden;
}

.testi-box p {
    color: #fff;
    font-size: 15px;
    font-weight: 200;
    line-height: 33px;
    padding: 0 0 10px;
}

.testi-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testi-img {
    position: relative;
    padding: 8px;
}

.testi-img:before {
    content: "";
    height: 100px;
    width: 100%;
    background: #ffffff;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    border-radius: 80px 80px 0 0;
}

.testi-img img {
    border-radius: 60%;
    position: relative;
    width: 58px;
}

.testi-info1 {
    text-align: right;
}

.testi-info1 strong {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
}

.testi-info1 span i {
    color: yellow;
    font-size: 15px;
    font-weight: 400;
}

.testi-right {
    padding: 0;
}

.testimonial-right {
    padding: 5px 15px 0;
}

.add {
    padding: 0 15px 0;
}

.add1 {
    background: #ffffff;
    padding: 25px 0 0;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #002a0214;
    overflow: hidden;
}

.add1 a {
    color: #ffffff;
    line-height: 35px;
    padding: 10px 15px 8px;
    font-size: 30px;
    font-weight: 700;
    background: #002a02;
    border-radius: 50px;
    display: block;
    margin: 0 15px;
}

.add1 p {
    color: #606060;
    line-height: 27px;
    padding: 11px 15px 31px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.addbox {
    padding: 0;
}

.addicon {
    padding: 0 0 38px;
}

.addicon i {
    height: 115px;
    width: 115px;
    line-height: 111px;
    background: #002a02;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    border: 4px solid #ffffff;
    box-shadow: 0 0 0 14px #002a0212;
    font-size: 47px;
    color: #fff;
}

.addbox span {
    padding: 4px 10px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    background: #002a02;
    display: block;
}

.testi-right1 {
    margin-top: 100px;
}
.gddd {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: -50px;
    margin-bottom: 15px;
}
.why2 {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: url(../images/bg2.jpg);
    background-attachment: fixed;
    background-size: cover;
}
.why2 .about-title strong
{
    color: yellow;
}
.why2 .about-title p
{
    color: #fff;
}
.y-border {
    padding: 30px 60px;
    border: 1px solid #fff;
    margin-top: 30px;
    text-align: center;
}
.y-border p
{
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    padding-top: 10px;
}
.footer {
    float: left;
    width: 100%;
    padding: 50px 0px;
  background: #002a02;
}

.footer-contact {
    float: left;
    width: 100%;
    background: yellow;
    padding: 0 15px;
    border-radius: 20px;
}

.contact-details {
    float: left;
    width: 100%;
    padding: 42px 15px 15px;
    text-align: center;
}

.contact-details3 {
    padding: 0px;
}

.contact-details3 i {
    font-size: 42px;
    color: #ffffff;
    font-weight: 600;
    width: 100px;
    height: 100px;
    line-height: 86px;
    background: #002a02;
    border-radius: 50%;
    border: 7px solid yellow;
    box-shadow: 0 0 0 15px #065d0012;
}

.contact-details4 {
    padding: 35px 0 0;
}

.contact-details4 strong {
    color: #002a02;
    font-weight: 800;
    font-size: 18px;
    text-transform: capitalize;
    padding: 0;
    display: inline-block;
}

.contact-details4 p {
    color: #000;
    font-size: 30px;
    font-weight: 900;
    padding: 0;
}

.contact-details1 {
    padding: 20px 15px 35px;
    margin-top: 50px;
}

.contact-details3 {
    padding: 0px;
}

.disclaimer p {
    padding: 0 0 20px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    color: #141414;
}

.copyryt {
    font-size: 19px;
    line-height: 25px;
    color: #ffffff;
    text-align: center;
    padding: 7px 10px 9px;
    display: block;
    text-transform: capitalize;
    background: #002a02;
}



@media(min-width:992px) and (max-width:1200px){
}
@media(min-width:768px) and (max-width:991px){
    .why2 .col-sm-3{width: 50%;}
}
@media(min-width:640px) and (max-width:767px){
}
@media(min-width:480px) and (max-width:639px)
{.header2 img:first-child {
    width: 50%;
  }
  .header2 img:last-child {
    width: 30%;
  }
  .other-sv-left {
    margin-top: 30px;
  }
  .testi-1 {
    padding: 0;
  }
  .gddd {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
@media(min-width:320px) and (max-width:479px)
{
    .header2 img:first-child {
        width: 50%;
      }
      .header2 img:last-child {
        width: 30%;
      }
      .other-sv-left {
        margin-top: 30px;
      }
      .testi-1 {
        padding: 0;
      }
      .gddd {
        margin-top: 10px;
        margin-bottom: 15px;
      }
}