@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&amp;display=swap');



body {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.hdd {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.main-container {
    float: left;
    width: 100%;
    overflow: hidden;
    background: url(../images/bgg.png);
   background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
}

.text-center {
    text-align: center !important;
}

.main-sv-sec {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.about-title {
    text-align: center;
    padding: 0px 0px 25px;
}

.about-title span {
    text-transform: capitalize;
    font-size: 19px;
    font-weight: 700;
    display: block;
    color: rgb(0, 0, 0);
}

.about-title strong {
    text-transform: capitalize;
    font-size: 70px;
    display: inline-block;
    line-height: 90px;
    -webkit-text-fill-color: transparent;
    padding: 0px;
    background: linear-gradient(3deg, rgb(35, 118, 4), rgb(10, 76, 63)) text;
}

.main-sv-1 {
    padding: 35px 15px 0px;
}

.main-sv-2 {
    text-align: center;
    padding: 15px 15px 0px;
    background: rgba(255, 211, 3, 0.15);
    border-radius: 10px;
}

.main-sv-3 {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 210, 0);
    border-image: initial;
    padding: 25px;
}

.main-sv-img img {
    border-radius: 50%;
    border-width: 8px;
    border-style: solid;
    border-color: rgb(255, 0, 0);
    border-image: initial;
}

.main-sv-4 {
    padding: 0px 15px 15px;
    background: linear-gradient(45deg, rgb(10, 76, 63), rgb(10, 76, 63));
    border-radius: 0px 0px 10px 10px;
    padding-top: 20px;
}

.main-sv-4 span {
    color: rgb(255, 255, 255);
    font-size: 26px;
    display: block;
    text-transform: capitalize;
    margin-top: -63px;
    position: relative;
    line-height: 33px;
    padding: 2px 15px 6px;
    background: rgb(255, 0, 0);
    border-radius: 0px 40px;
}

.main-sv-4 p {
    line-height: 30px;
    font-weight: 600;
    font-size: 17px;
    color: white;
    padding: 8px 0px 12px;
}

.main-sv-4 a {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: rgb(255, 255, 255);
    background: rgb(31 112 12);
    padding: 0px 0px 5px;
    border-radius: 50px;
}

.main-sv-1 {
    padding: 35px 15px 0px;
}

.main-sv-add {
    text-align: center;
    background: rgb(255, 210, 0);
    padding: 20px;
}

.main-sv-add span {
    color: rgb(0, 0, 0);
    font-size: 30px;
    display: block;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    line-height: 33px;
    padding: 0px 0px 6px;
}

.main-sv-add strong {
    display: block;
    text-align: center;
    font-size: 51px;
    text-transform: capitalize;
    color: rgb(255, 0, 0);
    padding: 0px 10px;
    background: rgb(255, 255, 255);
}

.main-sv-add p {
    line-height: 30px;
    font-weight: 600;
    font-size: 17px;
    color: black;
    padding: 8px 0px 0px;
}

.main-sv-chat {
    padding: 15px 0px 0px;
}

.main-sv-chat img {
    width: 100%;
    border-radius: 15px;
}

.about {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.about-section {
    border-width: 0px 1px 1px;
    border-style: solid solid solid;
    border-color: rgb(255, 123, 0) rgb(255, 123, 0) rgb(255, 123, 0);
    border-image: initial;
    padding: 0px 40px;
    border-top: 0px;
    border-radius: 0px 0px 30px 30px;
}

.about-us-content {
    padding: 0px 0px 25px;
}

.about-us-content p {
    color: rgb(39, 39, 39);
    text-align: justify;
    line-height: 30px;
    font-weight: 600;
    font-size: 17px;
    padding: 5px 0px;
}

.about-us-content p strong {
    color: rgb(255, 0, 0);
    font-weight: 600;
}


.awards-sec {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.awards-sec {
    position: relative;
    z-index: 9;
    background: linear-gradient(45deg, rgb(0, 0, 0), rgb(0, 0, 0));
}

.awards-sec::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: -9;
    opacity: 0.1;
    background: url(../images/bg.jpg) center center / cover no-repeat;
    background-position: center center;
}

.award-heading p {
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    text-align: center;
    padding: 0px 15px 5px;
    background: rgb(255, 0, 0);
}

.awards-1 {
    padding: 12px;
}

.awards-2 img {
    width: 100%;
}

.award-right1 {
    text-align: center;
    padding: 15px 15px 20px;
    border-radius: 20px;
    background: url(../images/ff.jpg);
}

.award-right1 strong {
    color: green;
    font-size: 39px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
}

.award-right1 p {
    color: rgb(0, 0, 0);
    line-height: 30px;
    font-weight: 600;
    font-size: 17px;
}

.award-right1 a {
    color: rgb(0, 0, 0);
    font-size: 34px;
    font-weight: 900;
    text-transform: capitalize;
    display: block;
    line-height: 50px;
    padding: 0px 0px 6px;
    animation: 1s ease 0s infinite normal none running bounce;
}

@keyframes bounce {
    0% {
        color: rgb(255, 0, 0);
    }

    100% {
        color: rgb(0, 0, 0);
    }
}

.award-right1 i {
    color: rgb(255, 0, 0);
    font-size: 80px;
    font-weight: 700;
    text-transform: capitalize;
}

.other-ser {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.best-services1 {
    padding: 10px;
}

.best-services2 {
    text-align: center;
    padding: 0px 20px 0px 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(35, 118, 4);
    border-image: initial;
    overflow: hidden;
    background: rgb(255, 255, 255);
    
}

.best-services3 {
    text-align: center;
    z-index: 9;
    padding: 0px;
    margin: -15px 13px 0px;
}

.best-services3 img {
    border-width: 12px 12px 12px 0px;
   
    
    border-image: initial;

}

.best-services4 {
    padding: 10px 12px 0px 40px;
}

.best-services4 strong {
    font-size: 27px;
    text-transform: capitalize;
    color: rgb(255, 0, 0);
    display: block;
}

.best-services4 p {
    color: #000;
    line-height: 27px;
    font-size: 17px;
    padding: 9px 0px 21px;
}

.best-services5 {
    padding: 0px;
    overflow: hidden;
}

.best-services5 a {
    height: 110px;
    width: 180px;
    display: block;
    font-size: 20px;
    line-height: 80px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0px auto -40px;
    background: rgb(35, 118, 4);
   
    color: #fff;
}

.best-services2 span {
    writing-mode: vertical-lr;
    position: absolute;
    left: 0px;
    top: 120px;
    display: block;
    color: #fff;
    width: 8%;
    height: 66%;
    line-height: 28px;
    text-transform: capitalize;
    font-size: 16px;
    background: rgb(35, 118, 4);
    border-radius: 50px 50px 50px 0px;
    padding: 92px 0px 0px;
}


.counter-section {
    padding: 0;
    float: left;
    width: 100%;
}

.counter-section1 {
    padding: 20px 20px 15px;
    margin: 0 0 35px;
    text-align: center;
    border-radius: 10px;
    background: url(../images/bg.jpg);
    position: relative;
    z-index: 9;
}

.counter-section1:before {
    background: linear-gradient(45deg, rgb(35, 118, 4), rgb(35, 118, 4));
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    left: 0;
    right: 0;
    top: 0;
    z-index: -9;
}

.counter-1 {
    text-align: center;
    padding: 0 12px 12px;
}

.counter-2 {
    padding: 0;
}

.counter-2 .love_count {
    font-size: 48px;
    color: #ffffff;
    font-weight: 500;
    line-height: 70px;
}

.counter-2 p {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 5px 10px;
    display: block;
    background: rgb(255, 210, 0);
    border-radius: 50px;
}





.footer_sec {
    padding: 0;
    background: linear-gradient(45deg, rgb(30 110 14), rgb(26 104 22));
    float: left;
    width: 100%;
}

.footer_sec1 {
    padding: 0 0 0;
}

.footer-col {
    padding: 0;
}

.footer-col1 {
    padding: 0;
}

.cont-inr {
    padding: 22px 0 0;
}

.footer-col1 p {
    padding: 10px 0px;
    font-size: 28px;
    font-weight: 800;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
    color: rgb(255, 210, 0);
    text-align: left;
}

.cont-inr ul {
    text-align: left;
    width: 100%;
    margin: 0 auto;
}

.cont-inr ul li {
    padding: 8px 0;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

.cont-inr ul li a {
    color: #fff;
}

.cont-inr ul li i {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgb(255, 210, 0);
    color: red;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin: 0 8px 0 0;
    font-weight: 600;
    line-height: 35px;
}

.footer-col0 {
    padding: 0 35px 0 0;
}

.footer-col2 {
    background: #fff;
    padding: 15px 22px 20px 15px;
}

.footer-col {
    padding: 0;
}

.footer-col1 {
    padding: 20px;
}

.footer-col1 p {
    padding: 10px 0px;
    font-size: 28px;
    font-weight: 800;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
    color: rgb(255, 210, 0);
    text-align: left;
}

.footer-col1 span {
    color: #fff;
    line-height: 30px;
    font-weight: 300;
    font-size: 15px;
}

.footer-col1 span strong {
    color: rgb(255, 210, 0);
    font-weight: 400;
}

.dsclmr {
    padding: 27px 0 0;
}

.dsclmr1 {
    padding: 15px;
    background: rgb(255, 210, 0);
    border-top: 9px dotted #007227;
    float: left;
    width: 100%;
}

.dsclmr1 p {
    line-height: 25px;
    text-align: center;
    color: #007227;
    font-weight: 600;
    padding: 0 0 6px;
}

.dsclmr1 span {
    display: block;
    text-align: center;
    color: red;
    font-weight: 800;
}



.testi-sec {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.testi-content {
    padding: 20px 0 0;
}

.testimonials-1 {
    padding: 10px 10px 15px;
}

.testimonials-2 {
    padding: 0px;
}

.testimonials-3 {
    padding: 0px;
}

.sigma_testimonial-inner {
    position: relative;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0px 10px 20px 0px rgba(53, 82, 99, 0.09);
    display: flex;
    align-items: flex-start;
    border-top: 5px solid #007227;
}

.sigma_testimonial-thumb {
    position: relative;
    margin-right: 20px;
    width: 100px;
}

.sigma_testimonial-thumb i {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background-color: red;
    font-weight: 600;
}

.sigma_testimonial-thumb+div {
    flex: 1;
}

.sigma_testimonial-inner .sigma_rating-wrapper {
    margin-left: auto;
    padding: 0 0 7px;
}

.sigma_testimonial-inner .sigma_rating-wrapper i {
    font-size: 13px;
    padding: 0 5px 5px 0;
    color: #ffeb00;
}

.sigma_testimonial-body p {
    color: #222222fa;
    line-height: 30px;
    font-weight: 400;
    font-size: 15px;
}

.sigma_testimonial-footer {
    display: flex;
    align-items: center;
}

.sigma_testimonial-author p {
    color: #007227;
    font-weight: 800;
    font-size: 21px;
    text-transform: capitalize;
    display: block;
    padding: 18px 0 0 0;
}

.sigma_testimonial-inner span {
    color: #222222fa;
    font-weight: 600;
    font-size: 17px;
}



.tophead-section {
    padding: 0;
    background: linear-gradient(45deg, rgb(35, 118, 4), rgb(10, 76, 63));
    float: left;
    width: 100%;
    position: relative;
}

.tophead-section:before {
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    right: 0;
    margin: 0 auto;
    background: rgb(255, 210, 0);
    top: 45%;
}

.tophead-section1 {
    padding: 0px 0;
}

.tophead-section2 {
    padding: 10px 0 0px;
    text-align: center;
}

.tophead-section2 p {
  font-size: 25px;
  background: rgb(255, 210, 0);
  text-transform: capitalize;
  font-weight: 700;
  display: inline-block;
  position: relative;
  color: #000;
  border-radius: 50px;
  padding: 7px 17px 5px 17px;
  width: 74%;
  animation: blk 0.2s infinite;
  animation: blink 1s linear infinite;
}

.list-ser {
  float: left;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('../images/bg1.html');
  background-attachment: fixed;
  background-position: center center;
}
.list-border {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.pricingTable {
    background: #002d00;
    text-align: center;
    border-radius: 0;
    padding: 0;
    overflow: hidden;
    transition: all .3s;
}.pricingTable .pricingTable-header {
    color: #fff;
    background: linear-gradient(100deg,#ffd300,#002d00);
    padding: 14px 30px 28px;
    margin: 0 0 50px;
    border-radius: 0 100px;
    font-family: Rubik,sans-serif;
}
.pricingTable .amount {
    font-size: 37px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
     font-family: "Righteous", sans-serif;
}.pricingTable .icon {
    color: #002d00;
    background-color: #082e04;
    border-radius: 50%;
    box-shadow: 0 0 0 15px #ffe60060;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 176px;
}
.icon img {
    height: 40px;
    width: 40px;
}
.pricing-content {
    background-color: #fff;
    padding:10px 0 51px 0;
    border-radius: 0 100px;
    box-shadow: 0 0 8px 1px rgb(0 0 0 / 22%) inset;
}
.pricing-content .bottom-list {
    padding: 0 0 0 7px;
    margin: 55px 0 20px;
    list-style: none;
    text-align: left;
}.pricing-content .bottom-list li {
    padding: 6px 5px 3px 0;
    font-size: 17px;
    display: flex;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    
    line-height:30px;
    padding-left: 50px;
}.pricing-content .bottom-list li:before {
    content: "";
    color: #ff0000;
    height: 3px;
    width: 3px;
    border-radius: 50%;
    border: 4px solid;
    margin: 7px 9px 0 0;
    padding: 0;
    text-align: center;
    margin-top: 10px;
}
.pricing-content .bottom-list li a{
  color: #000;
}
.pricingTable .pricingTable-signup {
    background: #ffd300;
    font-size: 20px;
    color: #000;
    padding: 9px 24px 9px 23px;
    text-decoration: none;
    
    border-radius: 44px;
}.pricingTable .pricingTable-signup span {
    display: inline-block;
    background-color: #002d00;
    height: 60px;
    border-radius: 30px;
    border: 2px solid #fff;
    width: 60px;
    line-height: 60px;
    text-align: center;
}
.pricingTable .pricingTable-signup span img {
  height: 40px;
  padding-top: 13px;
}

.top-section {
    padding: 0;
    background: linear-gradient(45deg, rgb(35, 118, 4), rgb(35, 118, 4));
    float: left;
    width: 100%;
}

.top-section1 {
    padding: 0;
}

.top-left1 {
    padding: 0px 0 0;
}

.top-left2 {
    padding: 0;
}

.top-left2 ul li {
    display: inline-block;
    padding: 9px 0 5px 70px;
    text-transform: capitalize;
    font-weight: 500;
    color: #ffffff;
    font-size: 22px;
}

.top-right1 {
    padding: 0;
}

.top-right2 {
    padding: 0px;
    text-align: right;
}

.top-right2 span {
  padding: 8px 30px;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: #ff0000;
  background: rgb(255, 210, 0);
  border-radius: 50px 0 0 50px;
  float: left;
  width: 100%;
  text-align: center;
}

.header {
    float: left;
    width: 100%;
    padding: 10px 0px;
    background: #fff;
    text-align: center;
}
@keyframes blink {
  0%, 100% {background-color:#fff;}
  50% {background-color: #ffd200;}
}

.video-call {
  float: left;
  width: 100%;
  padding-bottom: 50px;
}
.video-iframe {
  float: left;
  width: 100%;
  background-color: #000;
}
.video-iframe video {
  float: left;
  width: 100%;
}
.ifrme video {
  height: 986px;
}
.video-iframe img {
  border: 6px solid #f00;
  margin-bottom: 20px;
}
.top-left2 ul li {
  text-transform: capitalize;
  font-weight: 500;
  color: #ffffff;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
}
@media(min-width:992px) and (max-width:1200px) {}

@media(min-width:768px) and (max-width:991px) {
    .header .col-sm-4 {
        width: 50%;
    }

   

    .top-left2 {
        text-align: center;
    }

    .main-sv-1 {
        width: 50%;
    }

    .other-ser .col-sm-4 {
        width: 50%;
    }
}

@media(min-width:640px) and (max-width:767px) {
   
    .about-title strong {
        font-size: 45px;
        line-height: 55px;
    }
}

@media(min-width:480px) and (max-width:639px) {
    
    .about-title strong {
        font-size: 45px;
        line-height: 55px;
    }
    .header .container-fluid {
  padding: 0;
}
}

@media(min-width:320px) and (max-width:479px) {
   

    .about-title strong {
        font-size: 45px;
        line-height: 55px;
    }
.header .container-fluid {
  padding: 0;
}
.top-left2 ul li {
  display: inline-block;
  padding: 9px 0 5px 70px;
  text-transform: capitalize;
  font-weight: 500;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  float: left;
  width: 100%;
  padding: 8px;
}
}