@import url('https://fonts.googleapis.com/css2?family=Belanosima:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.main-container {
    float: left;
    width: 100%;
    background: url(../images/bg2.jpg);
    background-attachment: fixed;
    background-size: cover;
}


.hdd {
    font-family: "Belanosima", serif;
    font-weight: 600;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}


.add-section {
    float: left;
    width: 100%;
    padding: 0px;
    margin-bottom: 50px;
}

.add-section {
    float: left;
    width: 100%;
    padding: 0px;
}

.add-section1 {
    padding: 0;
    text-align: center;
}

.add-section1 strong {
    color: #231111;
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    animation: tlf 1.2slinear infinite;
    text-align: center;
    display: inline-block;
}


@keyframes tlf {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(10px);
    }

    50% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.add-section1 p {
    font-size: 29px;
    text-transform: capitalize;
    padding: 15px 0 0px;
    color: #000000;
    font-weight: 600;
    display: block;
}

.add-section1 a {
    animation: mymove 0.6s infinite;
    font-weight: 600;
}

@keyframes mymove {
    0% {
        color: #e83015;
    }

    50% {
        color: #109f00;
    }

    100% {
        color: #e62305;
    }
}

.footer-section {
    background: #007227;
    float: left;
    width: 100%;
    padding-bottom: 50px;
}

.footer-left2 {
    padding: 45px 20px 35px;
    margin: -32px 0 0;
    background: #ff0000;
    border-radius: 15px 15px;
}

.list-img {
    display: block;
    padding: 0 0 20px 0;
}

.list-img img {
    color: #ff0000;
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    width: 125px;
    border-radius: 20%;
    display: inline-block;
    background: #ffffff;
    box-shadow: 0 0 0px 12px #ffffff;
}

.footer-links ul li {
    color: #fff;
    padding: 10px 12px 10px;
    background: #ffffff1c;
    position: relative;
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 15px 0 0;
    border-radius: 40px;
    display: flex;
    align-items: center;
}

.footer-links ul li:before {
    content: "";
    display: inline-block;
    margin: 0 6px 0 0;
    width: 15px;
    height: 15px;
    background: #ffffff;
    border-radius: 50%;
}

.footer-right1 {
    padding: 0 15px 0 50px;
}

.footer-contact-design strong {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    text-align: right;
    border-bottom: 1px solid #ffffff26;
    padding: 0 0 2px;
}

.footer-contact {
    border-radius: 20px;
    margin: 23px 0 0;
    background-position: center;
    padding: 20px 0;
}

.contact-left1 {
    padding: 15px;
}

.contact-left2 ul li {
    padding: 18px 10px 8px 10px;
    background: #000;
    text-align: center;
    position: relative;
    border: 1px solid #fff;
}

.contact-left2 li i {
    font-size: 70px;
    color: #e79802;
}

.contact-left2 li b {
    font-size: 18px;
    font-weight: 500;
    color: #e79802;
    text-transform: uppercase;
    display: block;
    padding: 10px 0 0;
}

.contact-left2 li span {
    font-size: 29px;
    display: block;
    color: #ffffff;
    padding: 0;
    font-weight: 400;
}

.footer-ws a span {
    color: #fff;
    padding: 20px 0px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    display: block;
    background: #097f09;
    position: relative;
    z-index: 9;
}

.footer-ws a span i {
    display: block;
    font-size: 80px;
    padding: 0 0 5px;
}

.disclaimer strong {
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    font-weight: 400;
}

.disclaimer p {
    font-size: 14px;
    line-height: 23px;
    color: #ffc000;
    text-align: center;
}



.text-center {
    text-align: center !important;
}




.mainservices-section {
    background: #007227;
    padding: 50px 0px;
    float: left;
    width: 100%;
}
.mainservices-1 {
    padding: 15px;
}
.mainservices-2 {
    padding: 0px 0 100px;
    background: #fff;
    border-radius: 7px 7px 15px 15px;
}
.mainservices-4 strong {
    padding: 8px 0px 7px;
    border-radius: 7px 7px 0 0;
    font-size: 21px;
    text-transform: capitalize;
    display: block;
    background: #ff0000;
    font-weight: 600;
    color: #fff;
}
.mainservices-3 span {
    position: relative;
    z-index: 9;
    text-align: center;
    display: block;
    margin: 30px 0 0;
}
.mainservices-3 span:before {
    position: absolute;
    content: "";
    height: 200px;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: -20px;
    width: 200px;
    background: #ffc000;
    z-index: -9;
    border-radius: 20px;
}
.mainservices-3 span img {
    display: block;
    padding: 0px;
    height: 181px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
     border-radius: 20px;
}

.services-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.services-1 {
    padding: 15px;
    margin-top: 15px;
}

.services-2 {
    border-radius: 36px;
    border: 1px solid #c5c5c5;
    background: #fff;
    padding: 0;
}

.services-3 img {
    border-radius: 36px 36px 0 0;
    width: 100%;
}

.ser-icon {
    width: 20%;
    background: #007227;
    padding: 9px 9px;
    margin-top: -30px;
    position: relative;
    margin-left: 20px;
    border-radius: 50%;
    height: 60px;
    width: 60px;
}

.ser-icon i {
    -webkit-animation: spin 7s linear infinite;
    animation: spin 7s linear infinite;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.services-4 {
    padding: 0 30px 10px 15px;
    text-align: left;
}

.services-4 strong {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 25px;
    position: relative;
    color: #ff0000;
    transition: 0.3s ease-in;
    border-radius: 50px;
    display: block;
    padding: 5px 0px 0 0;
}

.services-4 p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 30px;
}

.services-5 a {
    background: #000;
    color: #ffffff;
    font-size: 25px;
    padding: 5px 26px 5px 26px;
    font-weight: 600;
    transition: 0.3s ease-in;
    display: block;
    border-radius: 0 0 25px 25px;
    text-transform: capitalize;
}

.awards-heading strong {
    font-size: 49px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    padding: 0 0 0 0px;
    color: #fff;
    background: linear-gradient(5deg, #ff0000, #ff0000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.awards-heading span {
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    margin: 0;
    padding: 4px 0;
    font-weight: 600;
    background: linear-gradient(90deg, #ff410300, #007227, #ff410300);
    display: block;
}

.top-sec {
    padding: 0;
    float: left;
    width: 100%;
    background: #ffc000;
}

.top-line {
    text-align: center;
}

.top-line1 p {
    color: #007227;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    padding-top: 10px;
}

.top-line {
    text-align: center;
}

.top-line2 p {
    text-align: center;
    color: #ffffff;
    padding: 9px 15px 6px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    background: linear-gradient(5deg, #f00, #f00);
    border-radius: 0 0 12px 12px;
}

.top-line2 p b {
    color: #fff;
    padding: 0 0 0 9px;
    font-weight: 500;
}
.testimonial {
    float: left;
    width: 100%;
    padding: 50px 0px;
    overflow: hidden;
}

.testi-1 {
    padding: 12px;
    margin-top: 20px;
}

.testi__single {
    position: relative;
    display: block;
    background-color: #007227;
    text-align: center;
    padding: 0px 30px 50px;
    z-index: 1;
    border-radius: 20px;
}

.testi__single::before {
    content: "";
    position: absolute;
    top: 25px;
    bottom: 0;
    left: 14px;
    right: 14px;
    background-color: #ffc000;
    border-radius: 20px;
    z-index: -1;
}

.testi__inner {
    position: relative;
    display: block;
    z-index: 1;
}

.testi__icon {
    position: relative;
    display: inline-block;
}

.testi__icon img {
    width: 100px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    border-radius: 50px;
    border: 11px solid white;
}

.testi__title {
    font-size: 20px;
    font-weight: 700;
    padding: 15px 0 0px;
    display: block;
    color: #f00;
    text-transform: uppercase;
}

.testi__text {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    color: #000000;
    padding: 5px 0 15px;
}

.rating {
    position: relative;
    display: inline-block;
    background-color: #007227;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    padding: 7px 22px 6px;
    border-radius: 40px;
}

.testi__single::after {
    content: "";
    position: absolute;
    bottom: -155px;
    width: 184px;
    height: 184px;
    background-color: #fff;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.head-line-free {
    display: flex;
    background: #ffc000;
    float: left;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.head-line-free strong {
    display: inline-block;
    padding: 10px 10px;
    font-size: 25px;
    color: #000;
    animation: boun 0.4s infinite;
}

@keyframes boun {
    0% {
        transform: translateY(3px);
    }

    100% {
        transform: translateY(0);
    }
}




.testi-right {
    float: left;
    width: 100%;
    background: #007227;
}

.testi-right1 {
    padding: 15px;
}

.why-us-1 {
    padding: 7px 15px;
    text-align: center;

}

.why-us-2 {
    padding: 0px 15px 0px;
    background: white;
    display: block;
    border: 1px solid #007227;
}

.why-us-2 p {
    color: #fff;
    font-size: 17px;
    text-transform: capitalize;
    padding: 4px 15px;
    background: #007227;
}

.why-us-2 span {
    display: inline-block;
    font-size: 49px;
    color: #007227;
    padding: 5px 0 0;
}

.love_count {
    display: block;
    font-size: 32px;
    text-align: center;
    color: #ff0100;
    margin: -7px 0 0;
    font-weight: 700;
}

.love_count:after {
    content: "+";
    display: inline-block;
}

.about-sec {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.about-left {
    padding: 0 0 0 15px;
}
.about-us-content {
    padding: 0;
}

.about-us-content p {
    font-size: 17px;
    font-weight: 500;
    line-height: 32px;
    color: #343434;
    padding: 9px 0;
    text-align: justify;
}

.about-us-content p strong {
    color: #ff0100;

}

.about-us-content ul {
    padding: 6px 0 5px;
}

.about-us-content ul li {
    position: relative;
    padding: 4px 0;
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 32px;
    color: #343434;
}

.about-us-content ul li i {
    color: #ff0100;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    font-size: 19px;
    padding: 0px 8px 0 0;
}

.header
{
    float: left;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    background: #fff;
}
img
{
    max-width: 100%;
}
@media(min-width:992px) and (max-width:1200px){
}
@media(min-width:768px) and (max-width:991px){
    .header2{display: none;}
    .header .col-sm-4{width: 50%;}
    .mainservices-2 {
  float: left;
  width: 100%;
  margin-bottom: 100px;
}
.testimonial .col-sm-4{width: 50%;}
}
@media(min-width:640px) and (max-width:767px){
    .about-us-content {
  padding: 10px;
}.head-line-free strong {
  font-size: 18px;
}.mainservices-2 {
  float: left;
  width: 100%;
  margin-bottom: 100px;
}
}
@media(min-width:480px) and (max-width:639px)
{.about-us-content {
  padding: 10px;
}.head-line-free strong {
  font-size: 18px;
}.mainservices-2 {
  float: left;
  width: 100%;
  margin-bottom: 100px;
}
}
@media(min-width:320px) and (max-width:479px)
{
    .top-line1 {
  display: none;
}
.head-line-free strong {
  font-size: 14px;
}
.awards-heading span {
  background: linear-gradient(90deg, #000, #007227, #000);
}
.about-us-content {
  padding: 10px;
}
.mainservices-2 {
  float: left;
  width: 100%;
  margin-bottom: 100px;
}
.footer-right1 {
  padding: 15px;
}
.contact-left2 li span {
  font-size: 18px;
}
.footer-ws a span {
  font-size: 18px;
}
}