@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tilt+Warp&amp;display=swap');

body {
    font-family: "Lato", serif;
    font-weight: 500;
}

.hdd {
    font-family: "Tilt Warp", serif;
    font-weight: 400;
}

.main-container {
    float: left;
    width: 100%;
    position: relative;
}

.main-container:before {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    background: url(../images/bg.png) no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    z-index: -9;
    opacity: 0.5;
    left: 0;
    bottom: 0;
    top: auto;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.text-center {
    text-align: center;
}

.head-design {
    align-items: center;
}

#callbook {
    background: green;
    bottom: 0;
    height: 40px;
    left: 0;
    position: fixed;
    display: none;
    right: 0;
    z-index: 9999;
}

#callbook ul {
    padding: 0px;
}

#callbook ul li {
    border-bottom: 1px solid #fff;
    position: relative;
    padding: 23px 0;
    width: 50%;
    list-style: none;
    float: left;
    text-align: center;
}

#callbook ul li a i {
    color: #fff;
    position: relative;
    top: -15px;
    padding: 0 5px 0 0;

    font-size: 16px;
    animation: pulsate 0.5s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: pulsate 0.5s ease-out;
    -webkit-animation-iteration-count: infinite;
}

@keyframes pulsate {
    0% {
        transform: scale(0.9, 0.9);
        opacity: 1;
    }

    50% {
        transform: scale(1.2, 1.2);
        opacity: 1;
    }

    100% {
        transform: scale(0.9, 0.9);
        opacity: 1;
    }
}

#callbook ul li a span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    top: -15px;
}


.awards-section {
    float: left;
    width: 100%;
}

.award-title strong {
    text-transform: capitalize;
    padding: 0 15px;
    font-size: 65px;

    display: block;
    font-family: "Tilt Warp", serif;
    text-align: center;
    color: #ff0100;
    background: linear-gradient(45deg, #c4e82e, #c4e82e);
}

.award1 {
    padding: 10px;
    margin-top: 20px;
}

.award2 img {
    width: 100%;
}

.award3 img {
    margin-top: 100px;
}

.about-sec {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.about-left {
    padding: 0 0 0 15px;
}

.list {
    padding: 0 0 20px 0;
}

.list strong {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 38px;
    display: block;
    text-align: center;
    padding: 0;
    color: #007227;
}

.list strong span {
    font-size: 34px;
    padding: 8px 12px 1px;
    color: #ff0100;
    background: linear-gradient(45deg, #c4e82e, #c4e82e);
    border-radius: 13px;
}

.list p {
    text-transform: capitalize;

    font-size: 21px;
    display: block;
    text-align: center;
    padding: 0 0 0;
    color: #000000;
}

.serv-link {
    padding: 0;
    position: relative;
    z-index: 0;
}

.serv-link ul {
    padding: 0 0 0 30px;
}

.serv-link ul li {
    font-size: 17px;

    color: #007227;
    position: relative;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    border: 1px solid #00722726;
    padding: 13px 20px 10px;
    margin: 25px 0;
    border-radius: 8px;
    background: #edff00;
}

.list ul li i {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    left: -29px;
    position: absolute;
    z-index: -1;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    display: inline-block;
    background: #ff0100;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        opacity: 1.1;
    }

    100% {
        opacity: .5;
    }
}

.about-right {
    padding: 0 15px 0 45px;
}

.about-title {
    padding: 0 0 25px;
    text-align: center;
}

.about-title span {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    color: #ff0100;
    line-height: 24px;
    padding: 7px 30px 2px;
    background: linear-gradient(45deg, #c4e82e, #c4e82e);
    border-radius: 120px 120px 0 0;
}

.about-title strong {
    text-transform: capitalize;
    padding: 0 50px 2px;
    font-size: 52px;
    display: inline-block;
    color: #007227;
    line-height: 60px;
    font-family: "Tilt Warp", serif;
}

.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;
}

.add2 {
    padding: 0;
    background: linear-gradient(45deg, #c4e82e, #29bb04);
    text-align: center;
    float: left;
    width: 100%;
}

.add2 p {
    color: #000000;
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 400;
    padding: 20px 15px 0px;
    text-align: center;
}

.add2 a {
    display: inline-block;
    color: #ffffff;
    font-size: 54px;
    font-weight: 700;
}

.top-services {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.top-services1 {
    padding: 40px 15px 0;
    text-align: center;
}

.top-services2 {
    padding: 15px 0 20px;

    text-align: center;
    position: relative;

}

.sc_image img {
  border-radius: 0px 266px 0px 0px;
  border: 2px solid #00ff59;
  float: left;
  width: 100%;
}

.top-services2 strong {
    font-size: 25px;
    text-transform: capitalize;
    display: block;
    padding: 0px 20px 0px;
    color: #ff0100;
    background: #fff;
    font-family: "Tilt Warp", serif;
    border-top-right-radius: 266px;
}

.top-services2 p {
    padding: 10px 15px 10px;
    font-size: 17px;
    font-weight: 500;
    line-height: 32px;
    color: #ffffff;
    background: #007227;
}

.top-services2 a {
    display: inline-block;
    color: #ffffff;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 400;
    background: green;
    padding: 7px 20px 3px;
    border-radius: 7px;
}

.top-services2 a i {
    font-size: 19px;
    padding: 0 5px 0 0;
    color: #beff00;
}

.services-section {
    float: left;
    width: 100%;
    padding: 8px 0px;
}

.popular-sv1 {
    padding: 40px 15px 15px;
    text-align: center;
}

.popular-sv2 {
    position: relative;
    background: #007227;
}

.popular-sv4 strong {
    background: #ffffff;
    color: #ff0101;
    font-size: 25px;
    padding: 5px 26px 0px;
    font-weight: 400;
    display: inline-block;
    text-transform: capitalize;
    transform: translateY(-18px);
    font-family: "Tilt Warp", serif;
}

.popular-sv4 a {
    display: block;
    color: #000;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
    background: #c4e82e;
    padding: 7px 20px 3px;
}

.popular-sv4 a i {
    font-size: 22px;
    padding: 0 5px 0 0;
    color: #007227;
}

.popular-sv4 p {
    font-size: 17px;
    font-weight: 500;
    line-height: 32px;
    color: #fff;
}

.popular-sv3 img {
  float: left;
  width: 100%;
}
.testimonial {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.testi-sec {
    padding: 0 15px;
}

.testi-1 {
    padding: 15px;
    text-align: center;
}

.testi-2 {
    background: linear-gradient(45deg, #c4e82e, #007227);
    padding: 0 0 15px;
}

.testi-box p {
    padding: 20px 20px 30px;
    font-size: 17px;
    font-weight: 500;
    line-height: 32px;
    color: #000000;
}

.testi-info {
    background: #007227;
    text-align: right;
    position: relative;
}

.testi-info span {
    display: block;
    padding: 5px 15px;
    position: absolute;
    top: -21px;
}

.testi-info img {
    box-shadow: 0 0 0px 8px #007227;
}

.testi-info strong {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    padding: 5px 15px 4px;
    text-align: right;
}

.rating {
    color: #ff0100;
    padding: 14px 15px 0;
    font-size: 16px;
}

.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;
}

.best-services {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.best-services1 {
    padding: 40px 15px 0;
}

.best-services2 strong {
    color: #ff0100;
    font-size: 25px;
    text-transform: capitalize;
    background: linear-gradient(45deg, #c4e82e, #c4e82e);
    padding: 5px 10px 3px;
    display: block;
    text-align: center;
    border-radius: 50px 0px;
    font-family: "Tilt Warp", serif;
}

.best-services2 img {
    width: 100%;
    border: 3px solid #fff100;
    border-radius: 50px 0px;
}

.best-services2 a {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    background: green;
    margin: -15px 0 0;
    padding: 9px 10px 3px;
    display: block;
    text-align: center;
    border-radius: 50px 0px;
    animation: blink 2s linear infinite;
    position: relative;
}

.best-services2 a i {
    color: #fff;
    padding: 0 8px 0 0;

}

.add1-section {
    animation: texccl 2s linear infinite;
    float: left;
    width: 100%;
}

.add1-section strong {
    color: #ff0100;
    font-size: 53px;

    text-transform: capitalize;
    font-family: "Tilt Warp", serif;
}

.add1-section p {
    color: #000000;
    font-size: 24px;
    line-height: 28px;
    display: block;
    font-weight: 700;
    padding: 4px 0 0;
    text-transform: capitalize;
}

@keyframes texccl {
    0% {
        transform: translateY(10px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(10px);
    }
}

.footer-section {
    padding: 0 0 20px;
    text-align: center;
    float: left;
    width: 100%;
    background: #007227;
}
.footer-section1 {
    padding: 0px 0px 0px;
}
.footer {
    padding: 0 0px 0px;
    margin: 0px 0 0;
}
.footer-design {
    padding: 0px 0 0;
}
.footer-location1 {
    padding: 15px;
}
.footer-location2 {
    padding: 20px 0px 10px;
    border-radius: 20px;
}
.footer-location2 strong {
    display: inline-block;
    padding: 0 0 6px;
    color: #c4e82e;
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 200;
}
.footer-location2 p {
    line-height: 32px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    padding: 5px 0 0 0px;
}
.footer-right1 {
    padding: 0 0 0 40px;
}
.footer-right2 {
    padding: 0px;
}
.footer-list {
    padding: 0;
    color: #fff;
}
.footer-list1 {
    padding: 35px 0 10px 20px;
    
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-list1 ul li {
    text-align: left;
    padding: 8px 0;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    display: block;
    font-weight: 300;
}
li {
    list-style: none;
}
.footer-list1 ul li span {
    height: 42px;
    width: 42px;
    border-radius: 10px;
    line-height: 43px;
    text-align: center;
    display: inline-block;
    color: white;
    background: #f01100;
    font-size: 22px;
}
.footer-list1 ul li a {
    padding: 0 0 0 2px;
    color: #ffffff;
    font-size: 19px;
    font-weight: 400;
}
.footer-list1 ul li {
    text-align: left;
    padding: 8px 0;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    display: block;
    font-weight: 300;
}
.footer-list1 ul li i {
    color: #ebff00;
    font-weight: 200;
    display: inline-block;
    padding: 0px 6px 0 0px;
    font-size: 22px;
}
.copy-right {
    padding: 12px 0 12px;
    background-color: #c4e82e;
    text-align: center;
    width: 100%;
    float: left;
}

.copy-right p {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    padding: 0;
}



.tophead-section {
    float: left;
    width: 100%;
    padding: 0;
    background: #007227;
}

.tophead-section1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.tophead-left1 {
    padding: 0;
}

.tophead-left2 {
    padding: 0;
}

.tophead-left2 ul li {
    padding: 0 5px;
    display: inline-block;
}

.tophead-left2 ul li .top-right2 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #ffffff;
    padding: 0 10px;
}

.tophead-left2 ul li .top-right2 i {
    color: #c4e82e;
    font-size: 17px;
    font-weight: 400;
}

.tophead-right1 {
    padding: 0;
    background: #007227;
}

.tophead-right2 {
    padding: 0px;
}

.tophead-right2 p {
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    padding: 8px 10px 9px;
}

.header-logo {
    padding: 0;
    display: flex;
    align-items: center;
    text-align: center;
    background: #ffffff;
    float: left;
    width: 100%;
}

.header-logo-1 {
    padding: 0;
    display: flex;
    align-items: center;
}

.header-logo-left {
    padding: 0;
}

.header-logo-left-1 {
    padding: 12px;
    text-align: center;
}

.header-logo-right {
    padding: 0;
}

.header-logo-right-1 {
    padding: 15px 5px 15px;
}

.head-markline {
    padding: 10px 0;
}

.head-markline p {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: bolder;
    color: #000000;
    padding: 0 0 12px;
}

.head-markline1 {
  padding: 8px 12px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: bold;
  text-transform: capitalize;
  color: #ffffff;
  border: 1px solid #000000;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(0, 0, 0);
  border-top: 0;
  background: #000000;
}
.head-side {
    padding: 10px;
}
.head-side1 {
    padding: 10px;
    text-align: center;
}

.head-side1 a {
    text-align: center;
    color: #e10e10;
    font-size: 28px;
    font-weight: 800;
    animation: boun1 0.4s infinite;
    display: inline-block;
    padding: 0 0 8px;
}

.head-side1 p {
    font-weight: bolder;
    color: #000000;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 7px 0 5px;
    border-top: 6px dashed #c4e82e;
    letter-spacing: 2px;
}

@keyframes boun1 {
    0% {
        transform: translateY(6px);
        color: #ffffff;
    }

    100% {
        transform: translateY(0);
        color: #000000;
    }
}


@media(min-width:992px) and (max-width:1200px) {}

@media(min-width:768px) and (max-width:991px) {
    .popular-sv1 {
        width: 50%;
    }

    #callbook {
        display: block;
    }

    .award3 img {
        margin-top: 0px;
    }
    .header-logo {
        display: block;
      }
      .header-logo-1 {
        display: block;
      }
     .top-services .col-lg-4{width: 50%;}
     .footer-section .col-sm-5{width: 100%;}
     .footer-section .col-sm-7{width: 100%;}
}

@media(min-width:640px) and (max-width:767px) {
  
    .award3 img {
        margin-top: 0px;
    }
    .tophead-section1 {
        display: block;
      }
      .tophead-left2 {
        text-align: center;
      }
      .header-logo {
        display: block;
      }
      .header-logo-1 {
        display: block;
      }
      .header-logo-right-1 {
        padding: 0;
      }
      .head-markline {
        padding: 0;
      }

}

@media(min-width:480px) and (max-width:639px) {
    .tophead_right2 ul li a {
        font-size: 18px;
    }

    .head-tag-col p {
        display: none;
    }

    .about-title strong {
        font-size: 35px;
        line-height: 40px;
    }

    .award-title strong {
        font-size: 35px;
    }

    .award3 img {
        margin-top: 0px;
    }

    .add2 a {
        font-size: 35px;
    }

    .add1-section strong {
        font-size: 30px;
    }

    #callbook {
        display: block;
    }
    .tophead-section1 {
        display: block;
      }
      .tophead-left2 {
        text-align: center;
      }
      .header-logo {
        display: block;
      }
      .header-logo-1 {
        display: block;
      }
      .header-logo-right-1 {
        padding: 0;
      }
      .head-markline {
        padding: 0;
      }

}

@media(min-width:320px) and (max-width:479px) {
    .tophead-section1 {
        display: block;
      }
      .tophead-left2 {
        text-align: center;
      }
      .header-logo {
        display: block;
      }
      .header-logo-1 {
        display: block;
      }
      .header-logo-right-1 {
        padding: 0;
      }
      .head-markline {
        padding: 0;
      }

    .popular-sv4 strong {
        font-size: 25px;
    }

    .tophead_right2 ul {
        display: block;
    }

    .tophead_right1 {
        display: none;
    }

    .head-tag-col p {
        display: none;
    }

    .about-title strong {
        font-size: 35px;
        line-height: 40px;
    }

    .award-title strong {
        font-size: 35px;
    }

    .award3 img {
        margin-top: 0px;
    }

    .add2 a {
        font-size: 35px;
    }

    .add1-section strong {
        font-size: 30px;
    }

    #callbook {
        display: block;
    }
    .head-side1 {
  padding: 0;
}
.head-markline p {
  padding: 0;
  margin: 0;
}
}