@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&amp;display=swap');

body {
    font-family: "Nunito Sans", sans-serif;
}

.main-container {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

#callbook {
    background: green;
    bottom: 0;
    height: 40px;
    left: 0;
    position: fixed;
    display: none;
    right: 0;
    z-index: 999999;
}

#callbook ul {
    padding: 0px;
}

#callbook ul li {
    background: #9d021b;
    position: relative;
    padding: 6px 21px 20px;
    width: 50%;
    list-style: none;
    float: left;
    text-align: center;
}

#callbook ul li a span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    top: 0px;
}

#callbook ul li:last-child {
    background: #038303;
}

.header-logo {
    padding: 0;
}

.main {
    width: 90%;
    padding: 0;
    margin: 0 auto;
    border: 0px solid;
}

.head-line p {
    background: #fdcf31;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #063601;
    padding: 9px 5px 9px;
    text-transform: capitalize;
    font-weight: 700;
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    from{
        color: red;
    }
    to{
        color: #000;
    }
}
.header-logo-1 {
    padding: 0;
    display: flex;
    align-items: center;
}

.header-logo-left {
    padding: 0 15px;
}

.header-logo-left-1 {
    padding: 0;
    text-align: center;
    border: 1px solid #eee;
}

.header-logo-left-1 p {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #343434;
    padding: 11px 0 9px;
    text-transform: capitalize;
}

.header-logo-left-1 span {
    background: #063601;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 11px 18px 8px;
    display: block;
    text-transform: capitalize;
}

.header-logo-center {
    padding: 10px 0;
}

.header-logo-center-1 {
    padding: 0px 0;
    text-align: center;
}

.header-logo-center-1 img {
    max-width: 100%;
}

.header-logo-right {
    padding: 0 15px;
}

.header-logo-right-1 {
    padding: 0;
    text-align: center;
    border: 1px solid #eee;
}

.header-logo-right-1 p {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #343434;
    padding: 11px 0 9px;
    text-transform: capitalize;
}

.header-logo-right-1 span {
    background: #063601;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 11px 18px 8px;
    display: block;
    text-transform: capitalize;
}

.tophead-section {
    padding: 0;
    background: #fdcf31;
}

.tophead-section1 {
    padding: 10px 0 0 0;
    color: #fff;
    overflow: hidden;
}

.tophead-1 {
    padding: 0px;
    text-align: center;
}

.tophead-1 .top-line {
    padding: 0;
}

.tophead-1 .top-line p {
    color: #063601;
    font-weight: 500;
    font-size: 19px;
    text-transform: capitalize;
    padding: 2px 0 7px;
}

.tophead-2 {
    padding: 0 10px 6px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.top-left {
    width: 50%;
    background: #0c6d02;
    padding: 10px 0 10px;
    box-shadow: 3px 3px 0 #fff;
}

.top-left p {
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
    animation: texxclr 4s infinite;
    margin: 0;
}

@keyframes texxclr {
    0% {
        transform: translateX(20px);
    }

    50% {
        transform: translateX(-20px);
    }

    100% {
        transform: translateX(20px);
    }
}

.banner3 {
    float: left;
    width: 100%;
}

.banner3 img {
    float: left;
    width: 100%;
}

.main-srv-sec-1 {
    padding: 0;
    float: left;
    width: 100%;
}

.main-srv-sec-2 {
    padding: 40px 0px 10px;
}

.about-us-title {
    padding: 0;
    text-align: center;
}

.about-us-title strong {
    font-size: 17px;
    font-weight: 500;
    padding: 3px 14px 3px;
    display: inline-block;
    color: #063601;
    text-transform: capitalize;
    position: relative;
    background: #f9cc30;
    border-radius: 50px;
    margin:9px;
}

.about-us-title p {
    font-size: 41px;
    color:#063601;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0px 0 7px;
}

.main-srv-sec-content {
    padding: 0 0 0px;
}

.main-srv-mn {
    padding: 10px 0px 10px;
}

.main-srv-inr {
    padding: 0;
}

.main-serv-bx {
    text-align: center;
    padding-top: 5px;
}

.ser-txt {
    background: #fff;
    /* width: 90%; */
    margin: 10px 15px 10px;
    padding: 10px 15px 13px;
    border-radius: 10px;
    box-shadow:0px 0px 20px #838783;
    position: relative;
    animation: float 3s ease-in-out infinite;
    border: 3px solid green;
}

.ser-txt span {
    font-weight: 600;
    background: #fdcf31;
    color: #063601;
    border-radius: 30px;
    padding: 7px 15px;
    font-size: 18px;
}

.ser-txt p {
   font-size: 17px;
  font-weight: 400;
  line-height: 29px;
  padding: 15px 0 0;
  color: black;
}

.serv-img {
    padding: 0;
    margin: 0 0 -25px;
}

.serv-img img {
    border-radius: 50%;
    width: 100%;
    background:#158203;
    padding: 10px;
}

.sv-info {
    position: relative;
    margin: 0 auto;
    left: 0;
    width: 56%;
    height: 40px;
    line-height: 40px;
    background: #f9cc30;
    border-radius: 5px;
    overflow: hidden;
}

.sv-info span {
    top: 0%;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 30px;
    background: #063601;
    font-size: 17px;
    color: #f9cc30;
    float: left;
    display: inline-block;
    position: relative;
}

.sv-contentft {
    font-size: 18px;
    font-weight: 600;
    color: #063601;
    text-transform: capitalize;
}

.sv-contentft a {
    color: #063601;
}

.about-us-sec {
    padding: 0 0 0;
}

.about-us-sec-1 {
    padding: 0 0 20px;
}

.about-us-content {
    padding: 0px 0 0;
}

.about-us-content p {
    font-size: 18px;
    line-height: 30px;
    padding: 0 0 5px;
}

.about-us-content p strong {
    color: #063601;
    font-weight: 600;
}

.about-us-content ul {
    padding: 8px 0 6px;
}

.about-us-content ul li {
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    padding: 0px 0 9px;
    display: flex;
    align-items: self-start;
    list-style: none;
}

.about-us-content ul li i {
    font-weight: 600;
    font-size: 19px;
    color: #fdcf31;
    padding: 0;
    padding-top: 5px;
    padding-right: 10px;
}

.why-sec {
    padding: 0;
}

.why-sec-1 {
    padding: 0;
}

.why-0 {
    padding: 0;
}

.why-1 {
    padding: 0;
}

.why-list {
    padding: 0 0 18px;
    text-align: right;
}

.why-list ul {
    display: inline-block;
    position: relative;
}

.why-list ul li {
    width: 46%;
    margin-bottom: 5px;
    margin-right: 12px;
    margin-top: 8px;
    background: #f9cc30;
    clip-path: polygon(0 0, 92% 0, 100% 100%, 8% 100%);
    color: #063601;
    padding: 13px 0;
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
}

.why-list ul li:nth-child(2) {
    background: #107705;
    color: #fff;
    font-weight: 400;
}

.why-list ul li:nth-child(3) {
    background:#107705;
    color: #fff;
    font-weight: 400;
}

.why-2 {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.why-2 span {
    color: #107705;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    padding: 5px 0 4px;
    text-transform: capitalize;
    display: inline-block;
}

.why-2 p {
    font-size: 17px;
    font-weight: 400;
    line-height:29px;
}

.why-2 p strong {
    color: #063601;
    font-weight: 600;
}

.why-bg-img {
    position: absolute;
    top: 0px;
    z-index: -1;
    left: 0;
}

.banner-sec-1 {
    padding: 0;
}

.banner-sec-2 {
    padding: 20px 0 20px;
}

.banner-1 {
    padding: 20px;
}

.banner-2 {
    padding: 0;
}

.banner-2 img {
    width: 100%;
}

.awards-section {
    padding: 0;
}

.awards-section1 {
    padding: 20px 0 20px;
    background: #fff;
}

.awards {
    padding: 20px 0px 10px;
}

.awards-1 {
    padding: 15px;
}

.awards-2 {
    padding: 8px;
}

.awards-2 img {
    width: 100%;
}

.srv-sec-1 {
    padding: 0;
}

.srv-sec-2 {
    padding: 0 0 52px;
}

.srv-sec-3 {
    padding: 11px 0 0;
}

.srv-left {
    padding: 0;
}

.srv-left-1 {
    padding: 0;
}

.srv-1 {
    padding: 0 15px 19px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin: 5px;
  background-color:#0c6d02;
}

.srv-1 li:nth-child(1) {
    width: 70%;
    padding: 0 0 0 0;
    list-style: none;
}

.srv-1 li span {
    font-size: 21px;
    color:#fcb307;
    text-align: center;
    font-weight: 700;
    padding: 0 0 5px;
    display: inline-block;
    list-style: none;
}

.srv-1 li p {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 31px;
    border-top: 1px solid #063601;
    /* border-radius: 0 70px 70px 0; */
    padding: 7px 12px 0 0px;
    color:white;
}

.srv-1 li img {
    border-radius: 50%;
    list-style: none;
    width: 65%;
    border: 5px dashed #f9cc30;
}

.srv-right {
    padding: 0;
}

.srv-right-1 {
    padding: 0;
}

.srv-1 li {
    list-style: none;
}

.ser-list {
    padding: 0;
    background:#0c6d02;
}

.ser-list-left {
    padding: 0;
}

.ser-list-left-1 {
    padding: 0;
}

.srv-list-1 {
    padding: 49px 40px 45px 85px;
    position: relative;
}

.srv-list-1 ul li {
    position: relative;
    background-color: #f9cc30;
    margin-bottom: 6px;
    padding: 17px 0 17px 90px;
    border: 3px solid #fff;
    border-radius: 10px;
    font-size: 19px;
    color: #063601;
    text-transform: uppercase;
    font-weight: 600;
    border-right: 0px;
    display: flex;
    align-items: center;
}

.srv-list-1 ul li i {
    position: absolute;
    right: 0;
    width: 65px;
    background: #ffffff;
    height: 43px;
    line-height: 42px;
    text-align: center;
    color: #063601;
    font-weight: 600;
    font-size: 23px;
    border-radius: 7px 0 0 7px;
}

.ser-list-right {
    padding: 0 99px 0 18px;
}

.ser-list-right-1 {
    padding: 0;
}

.other-srv {
    padding: 0;
}

.other-srv-1 {
    padding: 0;
}

.other-srv-2 {
    background: #ffffff;
    padding: 15px 0 10px;
    position: absolute;
    margin: -200px 0 0;
}

.other-srv-img {
    padding: 0 15px;
}

.other-srv-img img {
    width: 100%;
    border: 10px solid #f9cc30;
    border-radius: 10px;
}

.other-srv-call a {
    position: relative;
    display: block;
    text-align: center;
}

.other-srv-call a i {
    position: relative;
    top: -43px;
    width: 80px;
    height: 80px;
    line-height: 82px;
    display: inline-block;
    background: #f9cc30;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    color: #063601;
    font-weight: 600;
    box-shadow: 0 0 0px 11px #f9cc30b5;
    margin: -7px auto;
}

.other-srv-name {
    position: relative;
    padding: 0 15px;
}

.other-srv-name:before {
    content: "";
    width: 100%;
    height: 1%;
    background: #063601;
    position: absolute;
    top: 25px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 0;
}

.other-srv-call span {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    background:#0c6d01;
    display: block;
    padding: 12px 0 10px;
    font-weight: 500;
    border-radius: 10px 10px;
    position: relative;
}

.other-srv-call p {
    text-align: center;
    padding: 15px 15px;
    font-weight: 400;
    font-size: 17px;
    line-height: 31px;
}

.copy-right {
    padding: 0;
}

.disclimer {
    padding: 23px 60px 22px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 31px;
    color: #000;
    border: 3px solid #063601;
    border-top: 0;
    border-bottom: 0;
}

.copyryt {
    padding: 0;
    text-align: center;
    background:#0c6d02;
}

.copyryt span {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    padding: 15px 0 13px;
    display: inline-block;
}

.contact-section {
    padding: 50px 0 20px;
    background:#0c6d02;
    position: relative;
    z-index: 0;
    overflow: hidden;
    float: left;
    width: 100%;
}

.contact-section:before {
    /* content: "CONTACT INFO"; */
    position: absolute;
    opacity: 0.039;
    font-size: 158px;
    line-height: 152px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    /* font-family: "Anybody"; */
    text-align: center;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    bottom: -19px;
    z-index: -1;
}

.contact-section-1 {
    padding: 0;
    z-index: 1;
}

.contact-section-2 {
    padding: 0;
    display: flex;
    align-items: center;
}

.contact-1 {
    padding: 0 0 31px;
}

.contact-2 {
    padding: 0;
    text-align: center;
}

.cta-box {
    position: relative;
    z-index: 0;
    border: 3px solid #ffffff;
    border-left: none;
    margin: 0 60px 0 0;
    border-radius: 0 15px 15px 0;
}

.cta-box.left:before {
    content: '';
    position: absolute;
    width: 436px;
    height: 110px;
    border-radius: 0 15px 15px 0;
    /* border: 3px solid #ffffff; */
    border-left: none;
    left: -119px;
    z-index: -1;
}

.cta-box-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -108px 0 0;
    padding: 0 0 0 65px;
}

.cta-detail a {
    line-height: 24px;
    color: #ffffff;
    font-weight: bold;
    font-size: 28px;
    display: inline-block;
}

.cta-icon {
    width: 100px;
    height: 100px;
    line-height: 89px;
    background: #f9cc30;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    border: 8px solid #ffffff;
    font-size: 41px;
}

.cta-icon i {
    padding: 0;
    /* font-size: 41px; */
    font-weight: 600;
    color: #fff;
}

.contact-1 {
    padding: 0 0 5px;
}

.contact-2 {
    padding: 0;
    text-align: center;
}

.about-txt {
    padding: 0px 42px;
}

.about-txt-1 {
    padding: 15px;
    background: #fff;
}

.about-txt-1 p {
    padding: 5px 0 0;
    line-height: 31px;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
}

.about-txt-1 p strong {
    color: #063601;
    font-weight: 500;
}

.about-txt-1 a {
    font-weight: 500;
    color: #063601;
    text-transform: capitalize;
}

.cta-box.right {
    border: 3px solid #ffffff;
    border-right: none;
    margin: 0 0 0 60px;
    border-radius: 15px 0 0 15px;
}

.cta-box.right:before {
    content: '';
    position: absolute;
    width: 436px;
    height: 110px;
    border-radius: 15px 0 0 15px;
    /* border: 3px solid #ffffff; */
    border-right: none;
    right: -119px;
    z-index: -1;
}

.cta-box.right .cta-box-1 {
    margin: 0 0 0 -108px;
    padding: 0 65px 0 0;
}

.about-txt-1 img {
    max-width: 100%;
}

.test-ser {
    float: left;
    width: 100%;
    padding: 30px 0px;
}

.testi-1 {
    padding: 5px 15px 0;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.testi-2 {
    padding: 0;
    text-align: center;
    position: relative;
}

.testi-div-sec {
    background: #f9cc30;
    overflow: hidden;
    position: relative;
    padding-top: 23px;
}

.testi-div-sec:before {
    content: "";
    display: block;
    width: 95px;
    background-color: #063601;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
}

.testi-rat i {
    color:#0c6d02;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    display: inline-block;
    position: relative;
}

.testi-div-sec p {
    color:#0b0b0b;
    font-size: 16px;
    line-height: 33px;
    font-weight: 500;
    padding: 6px 15px 15px;
}

.testi-yell-sec {
    overflow: hidden;
    padding: 12px;
    background:#0c6d02;
}

.div-center {
    justify-content: center;
    align-items: center;
}

.testi-yell-sec img {
    border-radius: 50%;
    border: 2px solid #ffffff;
    width: 67px;
}

.testi-yell-sec p {
    color: #f9cc30;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 500;
}

.testi-yell-sec span {
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
}
     
#callbook {
  background: green;
  bottom: 0;
  height: 50px;
  left: 0;
  position: fixed;
  display: none;
  right: 0;
  z-index: 9999;
}

#callbook ul {
    padding: 0px;
    float: left;
    width: 100%;
}

#callbook ul li {
  border-bottom: 1px solid #fff;
  background: red;
  position: relative;
  padding: 21px 0px;
  width: 50%;
  list-style: none;
  float: left;
  text-align: center;
}

#callbook ul li a span {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    top: -15px;
    text-decoration: none;
}

#callbook ul li a i {
    color: #fff;
    position: relative;
    top: -13px;
    padding: 0 5px 0 0;
    font-size: 16px;
}

#callbook ul li a {
    line-height: 41px;
}

#callbook ul li a i {
    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;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .contact-section-2 {
        display: block;
        align-items: center;
    }

    .contact-section-2 .col-sm-6 {
        width: 50%;
    }

    .cta-box.right {
        display: none;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .header-logo-1 {
        display: block;
    }

    .header-logo-left {
        display: none;
    }

    .tophead-2 {
        display: none;
    }

    .header-logo .col-sm-6 {
        width: 100%;
    }

    .other-srv-2 {
        position: relative;
        margin: 20px 0 0;
    }

    .ser-list .col-sm-6 {
        width: 100%;
    }

    .test-ser .col-sm-4 {
        width: 50%;
    }

    .contact-section-2 {
        display: block;
        align-items: center;
    }
}

@media(min-width:640px) and (max-width:767px) {
    #callbook {
        display: block;
    }

    .other-srv-2 {
        position: relative;
        margin: 20px 0 0;
    }

    .contact-section-2 {
        display: block;
        align-items: center;
    }

    .header-logo-1 {
        display: block;
    }

    .header-logo-left {
        display: none;
    }

    .tophead-2 {
        display: none;
    }
}

@media(min-width:480px) and (max-width:639px) {
    .contact-section-2 {
        display: block;
        align-items: center;
    }

    #callbook {
        display: block;
    }

    .srv-list-1 {
        padding: 0;
        float: left;
        width: 100%;
    }

    .srv-list-1 ul li {
        padding: 17px 0 17px 10px;
        border: 3px solid #fff;
    }

    .srv-list-1 ul li i {
        width: 50px;
    }

    .ser-list-right {
        padding: 0;
    }

    .other-srv-2 {
        position: relative;
        margin: 20px 0 0;
    }

    .awards {
        padding: 10px 45px 0;
        padding: 0;
    }

    .main-srv-mn {
        float: left;
        width: 100%;
        padding: 0px;
    }

    .header-logo-1 {
        display: block;
    }

    .header-logo-left {
        display: none;
    }

    .tophead-2 {
        display: none;
    }
        .header-logo .container-fluid {
  padding: 0;
}
.main {
  width: 100%;
  float: left;
}
.head-line {
  float: left;
  width: 100%;
  background-color: #fdcf31;
}
.header-logo-right {
  padding: 0;
}
}

@media(min-width:320px) and (max-width:479px) {
    #callbook {
        display: block;
    }

    .header-logo-1 {
        display: block;
    }

    .header-logo-left {
        display: none;
    }

    .tophead-2 {
        display: none;
    }

    .main-srv-mn {
        float: left;
        width: 100%;
        padding: 0px;
    }

    .why-list {
        display: none;
    }

    .awards-1 {
        float: left;
        width: 100%;
        padding: 0px;
    }

    .srv-1 li img {
        width: 100%;
    }

    .srv-1 li:nth-child(1) {
        width: 100%;
    }

    .srv-1 {
        display: block;
    }

    .srv-list-1 {
        padding: 0;
        float: left;
        width: 100%;
    }

    .srv-list-1 ul li {
        padding: 17px 0 17px 10px;
        border: 3px solid #fff;
        font-size: 12px;
    }

    .srv-list-1 ul li i {
        width: 50px;
    }

    .ser-list-right {
        padding: 0;
    }

    .other-srv-2 {
        position: relative;
        margin: 20px 0 0;
    }

    .cta-box-1 {
        display: none;
    }

    .about-txt {
        padding: 0px 42px;
        padding: 0;
    }

    .contact-section-2 {
        display: block;
        align-items: center;
    }
    .header-logo .container-fluid {
  padding: 0;
}
.main {
  width: 100%;
  float: left;
}
.head-line {
  float: left;
  width: 100%;
  background-color: #fdcf31;
}
.header-logo-right {
  padding: 0;
}
}
.header-logo-left-1 p a{
    color:black;
}