@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=Oswald:wght@200..700&amp;display=swap');


body {
    font-family: "Lato", sans-serif;
    font-weight: 500;
}

.hdd {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
}

.main-container {
  float: left;
  width: 100%;
  overflow: hidden;
  background-image: url('../images/bg1.png');
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: inherit;
}

img {
    max-width: 100%;
}

.text-center {
    text-align: center !important;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.head-add {
    background: #ffdc00;
    float: left;
    width: 100%;
}

.head-add p {
    font-size: 20px;
    padding: 10px 0 10px;
    text-transform: capitalize;
    font-weight: 900;
    color: #000000;
    text-align: center;
    line-height: 33px;
}

.head-section {
    text-align: center;
    background: #223900;
    float: left;
    width: 100%;
}

.fee-sec {
    animation: blkk 0.5s infinite;
}

@keyframes blkk {
    0% {
        background: #ffdc00;
        transform: translateY(-4px);
        color: #ff0000;
    }

    50% {
        background: red;
        transform: translateY(-2px);
        color: #ffffff;
    }

    100% {
        background: #ffdc00;
        transform: translateY(2px);
        color: #ff0000;
    }
}

.head-left2 {
    padding: 0 0 10px;
}

.head-list1 {
    text-align: center;
    display: none;
}

.head-list1 ul li {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    padding: 3px 0 0px;
    background: #fff4ac;
    margin: 10px 4px 10px;
    color: #000;
    text-transform: capitalize;
    border-radius: 12px;
    width: 30.3%;
}

.head-list1 ul li span {
    display: block;
    padding: 2px 2px 2px;
    background: red;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.fee-sec span {
    font-size: 30px;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 100;
    padding: 0px 10px 2px;
    font-weight: 600;
}

.banner3 {
    float: left;
    width: 100%;
}

.banner3 img {
    float: left;
    width: 100%;
}

.about {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.charkha-rt-dv {
    position: absolute;
    opacity: 17%;
}

.charkha-rt-dv-2 {
    right: 0;
    bottom: 0;
    position: absolute;
    opacity: 17%;
}

.about-section {
    padding: 0px;
    position: relative;
    z-index: 99;
    box-shadow: 0 0 19px #0000000d;
}

.about-title {
    padding: 0 0 19px;
    text-align: center;
}

.about-title strong {
    text-transform: uppercase;
    font-size: 56px;
    font-weight: 600;
    padding: 0;
    display: block;
    color: #223900;
    margin: 0 0 -8px;
}

.about-title p {
    text-transform: capitalize;
    padding: 2px 15px 2px;
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
    background: #bb001a;
}

.about-us-content {
    padding: 0 0 0;
}

.about-us-content p {
    font-size: 16px;
    font-weight: 600;
    line-height: 34px;
    color: #252525;
    padding: 5px 0;
    text-align: justify;
}

.about-us-content p strong {
    color: #bb001a;
    font-weight: 700;
}

.about-us-content ul {
    padding: 1px 0 9px;
}

.about-us-content ul li {
    position: relative;
    border-radius: 12px;
    display: flex;
    padding: 7px 0 0;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 34px;
    color: #252525;
}

.about-us-content ul li i {
    color: #022201;
    text-align: center;
    font-size: 19px;
    padding: 0px 10px 0 0px;
    display: inline-block;
    font-weight: 600;
}

.services-section {
  float: left;
  width: 100%;
  padding-top: 50px;
  background-image: url('../images/bg1.png');
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: inherit;
}
.sv1 {
    padding: 15px 15px 0;
    text-align: center;
}

.sc_inner strong {
    position: relative;
    font-weight: 800;
    font-size: 23px;
    text-transform: uppercase;
    padding: 7px 15px 5px;
    color: #bb001a;
    display: block;
    background: #ffdc00;
}

.sc_content {
    background-color: #223900;
    padding: 10px 15px 15px;
}

.sc_content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    color: #ffffff;
}

a.click_to_btn {
    display: block;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 15px;
    background: #bb001a;
    animation: blink 2s linear infinite;
    color: #fff;
}

.sc_image {
    padding: 0 10px;
    width: 100%;
    border-radius: 0 0 600px 600px;
}

.main-ser-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.list-left {
    padding: 15px 15px 0;
}

.list:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 40px;
    height: 100%;
    background-color: #bb001a;
}

.list {
    text-align: left;
    position: relative;
    background: #ffdc00;
    padding: 19px 0 20px 60px;
}

.list strong {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 32px;
    color: #ffffff;
    display: block;
    text-align: center;
    background: #bb001a;
    padding: 0 0 2px;
}

.serv-link {
    padding: 21px 0 0;
}

.serv-link ul {
    display: grid;
    grid-gap: 20px;
    gap: 26px;
}

.serv-link ul li {
    font-size: 16px;
    font-weight: 700;
    padding: 7px 20px;
    color: #000;
    position: relative;
    background-color: #ffffff;
    text-transform: capitalize;
    border-right: 1px solid #ffdc00;
    display: flex;
    align-items: center;
}

.list ul li i {
    color: #ffffff;
    text-align: center;
    font-size: 19px;
    padding: 0px 10px 0 0px;
    display: inline-block;
    font-weight: 600;
    left: -28px;
    position: absolute;
    z-index: 1;
}

.list-right {
    padding: 15px;
}

.why-us-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 34px;
    color: #252525;
    padding: 5px 0 28px;
}

.counter-sec {
    background: #ffdc00;
    position: relative;
    padding: 0 15px 0 0;
}

.counter-sec:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    width: 100%;
    height: 100%;
    background-color: #ffdc00;
    z-index: -1;
}

.counter-1 {
    padding: 20px 10px 10px;
    text-align: center;
}

.counter-2 {
    margin: 0 auto;
}

.counter-2 p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    background: #223900;
    padding: 3px 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.counter-2 p i {
    color: #ffdc00;
    font-weight: 300;
    padding: 0 8px 0 0;
    font-size: 19px;
}

.counter-2 .love_count {
    font-size: 41px;
    font-weight: 800;
    color: #bb001a;
}

.why-call span {
    font-weight: 800;
    font-size: 39px;
    padding: 40px 15px 15px;
    color: #000000;
    text-transform: capitalize;
    display: block;
    text-align: center;
}

.why-call a {
    font-weight: 800;
    font-size: 52px;
    padding: 0px 15px 3px;
    color: #000000;
    text-transform: capitalize;
    display: block;
    text-align: center;
    animation: mymove1 0.9s infinite;
}

@keyframes mymove1 {
    0% {
        background: red;
        color: #ffffff;
    }

    50% {
        background: #223900;
        color: #ffdc00;
    }

    100% {
        background: red;
        color: #ffffff;
    }
}


.services {
    float: left;
    width: 100%;
    padding-bottom: 50px;
}

.services1 {
    margin-top: 30px;
}

.services2 {
    position: relative;
    border-radius: 145px 0 0 0;
    padding: 0;
    text-align: center;
    background: linear-gradient(90deg, #223900, #000 80%);
    border: 1px solid #ffdc00;
}

.services3 {
    text-align: left;
    padding: 0 0 15px;
    margin: 0 0 0 -25px;
}

.services3 img {
    width: 250px;
    border: 9px solid #fff;
    border-radius: 50%;
}

.services4 {
    padding: 0 20px 0;
}

.services4 strong {
    font-size: 27px;
    font-weight: 800;
    display: block;
    position: relative;
    color: #ffdc00;
    text-transform: capitalize;
}

.services4 p {
    font-size: 16px;
    font-weight: 500;
    line-height: 33px;
    color: #fff;
    padding: 0px 0 15px;
}

.services-call {
    padding: 0 0 0 20px;
    text-align: right;
}

.services-call a {
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    padding: 4px 15px 2px;
    font-weight: 700;
    animation: blk1 0.9s infinite;
    border-radius: 15px 0 0 0;
}

@keyframes blk1 {
    0% {
        background: #ffdc00;
        color: #000;
    }

    50% {
        background: #fff;
        color: #223900;
    }

    100% {
        background: #ffdc00;
        color: #000;
    }
}



.testi {
    float: left;
    width: 100%;
    padding: 50px 0px;
}


.testimonials1 {
    padding: 10px;
    margin-top: 30px;
}

.testimonials2 {
    padding: 10px 0 20px;
    background: -webkit-linear-gradient(#223900, #000);
}

.testimonials3 {
    padding: 19px 24px 0px;
    position: relative;
}

.testimonials3 p {
    color: #ffffff;
    font-size: 17px;
    line-height: 31px;
    text-align: center;
    margin: 0 0 40px 0;
    font-weight: 400;
}

.testimonials4 {
    padding: 0px 0 0px;
    text-align: center;
}

.testimonials4 .testi-pic {
    padding: 10px 0;
    position: relative;
    background: #ffdc00;
    margin: -28px 0 0 0;
}

.testimonials4 .testi-pic img {
    border-radius: 50%;
    border: 4px solid #ffffff;
    height: 70px;
    padding: 2px;
}

.testimonials4 .testi-text {
    /* width: 70%; */
    padding: 0;
    margin: 20px 0 0px;
}

.testi-text p {
    font-size: 26px;
    color: #fff;
    margin: 0;
    font-weight: 500;
    text-transform: capitalize;
}

.testi-text span {
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 5px;
    font-weight: 600;
    display: inline-block;
    padding: 0;
}


.footer-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: linear-gradient(3deg, #223900, #000);
}
.footer-left1 {
    padding: 20px 10px 0;
}
.footer-left2 strong {
    font-size: 41px;
    line-height: 44px;
    font-weight: 800;
    display: block;
    text-transform: uppercase;
    color: #ffdc00;
}
.footer-left2 p {
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    padding: 10px 0 10px;
}
.footer-left2 .readmore {
    font-size: 15px;
    color: #bb001a;
    text-transform: uppercase;
    font-weight: 800;
    background: white;
    display: inline-block;
    border-radius: 50px;
    padding: 3px 12px 2px;
    animation: txt-blnk1 0.6s infinite;
}
.footer-right1 {
    padding: 20px 0 0 40px;
}
.footer-right2 {
    padding: 0px;
}.footer-right2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.footer-right2 ul li {
    padding: 3px 18px 3px 7px;
    background: linear-gradient(3deg, #223900, #000);
    margin: 0px 0 40px;
    text-align: left;
    border-radius: 50px 0 0 50px;
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;
    z-index: 0;
}.footer-right2 ul li span {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
    display: inline-block;
    color: #bb001a;
    background: #ffdc00;
    font-size: 23px;
    box-shadow: 0 0 0 12px #fff;
    border: 2px solid #fff;
}.footer-right2 ul li span i {
    font-weight: 600;
}.footer-right2 ul li a {
    color: #fff;
    font-size: 18px;
    width: 80%;
    line-height: 24px;
    padding: 0 0 0 29px;
    font-weight: 400;
    text-transform: capitalize;
}
.disclaimer {
    padding: 20px 0 12px;
    text-align: center;
    font-size: 13px;
    font-weight: 100;
    line-height: 22px;
    color: #ffffffb5;
    border-top: 1px solid #ffffff12;
}
.copyryt1 {
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    color: #ffffff;
    text-align: center;
    padding: 0;
    display: block;
}
.copyryt1 {
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    color: #ffffff;
    text-align: center;
    padding: 0;
    display: block;
}

.head-section1 {
    padding: 10px 0px;
}

@media(min-width:992px) and (max-width:1200px){
}
@media(min-width:768px) and (max-width:991px){
    .sv1 {
        width: 50%;
      }
      .services1 {
        width: 50%;
      }
      .testi .col-sm-4{width: 50%;}
}
@media(min-width:640px) and (max-width:767px){
    .sv1 {
        width: 50%;
      }
      .services1 {
        width: 50%;
      }
      .testi .col-sm-4{width: 50%;}
}
@media(min-width:480px) and (max-width:639px)
{ .why-call a {
    font-size: 35px;
} .fee-sec span {
    font-size: 25px;
    width: 100%;
}
}
@media(min-width:320px) and (max-width:479px)
{
    .fee-sec span {
        font-size: 18px;
        width: 100%;
    }
    .about-title strong {
        font-size: 45px;
    }
    .why-call span {
        font-weight: 800;
        font-size: 25px;
        padding: 10px 0px;
    }
    .why-call a {
        font-size: 25px;
    }

}