@import url('../css2');
@import url('../css2-1');



body {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.hdd {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 33px;
}

.main-container {
    float: left;
    width: 100%;
    overflow: hidden;
    background: url(../images/bg.png);
    background-attachment: fixed;
    background-repeat: repeat;
}
.about-title p {
  font-size: 18px;
  color: #da0b00;
  letter-spacing: 3px;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
}
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
}

.text-center {
    text-align: center !important;
}

#why-us {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.chooseus-section {
    padding: 0;
}

.chooseus-section1 {
    padding: 0px;
}

.chooseus-left1 {
    padding: 0;
}

.chooseus-left2 {
    padding: 0;
}

.chooseus-left2 span a {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    background: #f59300;
    position: absolute;
    text-align: center;
    left: 0;
    line-height: 80px;
    font-size: 25px;
    display: inline-block;
    bottom: 35px;
    margin: auto;
    animation-name: rip;
    animation-duration: 1.8s;
    animation-iteration-count: infinite;
}

@keyframes rip {
    0% {
        box-shadow: 0px 0px 0px 20px rgba(162, 162, 162, 0.8);
    }

    20% {
        box-shadow: 0px 0px 0px 25px rgba(162, 162, 162, 0.6);
    }

    40% {
        box-shadow: 0px 0px 0px 45px rgba(162, 162, 162, 0.4);
    }

    60% {
        box-shadow: 0px 0px 0px 55px rgba(162, 162, 162, 0.2);
    }

    80% {
        box-shadow: 0px 0px 0px 60px rgba(162, 162, 162, 0.1);
    }

    100% {
        box-shadow: 0px 0px 0px 65px rgba(162, 162, 162, 0);
    }
}

.chooseus-right1 {
    padding: 0 0 0 30px;
}

.chooseus-right2 {
    padding: 0;
}

.choose-head {
    padding: 0;
    text-align: left;
}

.choose-head p {
    font-size: 14px;
    color: #da0b00;
    letter-spacing: 2px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.choose-head strong {
    color: #000000;
    font-size: 46px;
    display: block;
    text-transform: capitalize;
    margin: -2px 0 0;
}

.choose-text {
    padding: 0;
    text-align: left;
}

.choose-text p {
    color: #4d4d4d;
    line-height: 29px;
    font-weight: 500;
    margin: 0;
    font-size: 15px;
    padding: 6px 0 10px;
}

.choose-list {
    padding: 0;
}

.choose-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.choose-list ul li {
    margin: 0;
    text-transform: capitalize;
    padding: 13px 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.choose-list ul li i {
    color: #ffc300;
    font-weight: 600;
    background: #db0117;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    border-radius: 50%;
    padding: 0 0px 0 0px;
    margin: 0 7px 0 0;
    height: 20px;
    width: 20px;
    line-height: 22px;
}

.chooseus-left2 span a i {
    font-size: 50px;
    color: #000;
    padding-top: 13px;
}

.choose-contact {
    padding: 8px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.choose-left1 {
    padding: 10px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-choose {
    width: 25%;
    text-align: left;
}

.left-choose img {
    border-radius: 100%;
    height: 76px;
}

.right-choose {
    width: 75%;
    text-align: left;
    padding: 0 0px 0 0px;
}

.right-choose strong {
    color: #c70000;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    text-transform: capitalize;
}

.right-choose p {
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    margin: 0;
    font-weight: 500;
}

.choose-right1 {
    padding: 0px 0 0 0;
}

.choose-right1 a {
    color: #fff;
    padding: 16px 17px;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    background: #059d03;
}
#services
{
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.bestservices-section {
    padding: 0;
}
.bestservices-section1 {
    padding:0px;
}
.bestservices-head {
    padding: 0;
    text-align: center;
}
.bestservices-head p {
    font-size: 18px;
    color: #da0b00;
    letter-spacing: 3px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}
.bestservices-head strong {
    color: #000000;
    font-size: 33px;
    display: block;
    text-transform: capitalize;
    margin: -5px 0 0 -3px;
}
.best-services {
    padding: 20px 0 0 0;
}
.best-services1 {
    padding: 15px;
}
.best-services2 {
    padding: 15px 15px 30px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    text-align: center;
}
.best-services3 {
    padding: 0;
}
.best-services3 img {
    border-radius: 20px;
}
.best-services4 {
    padding: 30px 0 0;
}
.best-services4 strong {
    font-size: 23px;
    color: #c00;
    text-transform: capitalize;
    margin: 0;
    display: block;
}
.best-services4 p {
    color: #000;
    padding: 0 0 15px 0;
    font-size: 14px;
    margin: 0;
    line-height: 30px;
    font-weight: 500;
}
.best-services4 a {
    color: #c00;
    padding: 7px 24px;
    display: inline-block;
    border-radius: 90px;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    background: #ffffff;
    box-shadow: 0 0 9px #d5d5d599;
}
.startcall-mark1 {
    padding: 20px;
    margin: 50px 0 0;
    background: #db0100;
    text-align: center;
}
.startcall-mark1 strong {
    color: #fff;
    font-size: 33px;
    margin: 0;
    letter-spacing: 1px;
    display: block;
    text-transform: capitalize;
}
.startcall-mark1 a {
    color: #000;
    background: #ffc300;
    padding: 9px 30px 7px;
    border-radius: 30px;
    margin: 10px 0 0 0;
    display: inline-block;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

.otherservices {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.sv-heading {
    text-align: center;
}

.sv-heading strong {
    font-size: 50px;
    text-transform: uppercase;
    display: block;
    padding: 0;
    color: #c00;
}

.sv-heading span {
    color: #000;
    text-transform: capitalize;
    font-size: 19px;
    background: #ffc300;
    display: block;
    padding: 4px 15px 4px;
}

.services1 {
    padding: 31px 20px 0px;
    overflow: hidden;
}

.text-center {
    text-align: center !important;
}

.services3 {
    z-index: 9;
    position: relative;
    padding: 75px 0 0;
}

.services3:before {
    content: "";
    margin: 0 auto;
    background: #ffc300;
    position: absolute;
    height: 100%;
    width: 5px;
    left: 0;
    right: 0;
    top: -31px;
    z-index: -1;
}

.services3 img {
    border-radius: 20px;
    border: 7px solid #ffc300;
    margin: 0 auto;
}

.services4 {
    position: relative;
}

.services4 strong {
    display: inline-block;
    text-transform: capitalize;
    font-size: 21px;
    padding: 1px 20px 2px;
    border-radius: 40px 40px;
    color: #ffffff;
    background: red;
    margin: 19px 0 0;
    font-weight: 400;
}

.services4 p {
    color: #000;
     font-size: 18px;
    padding: 8px 0 12px 0px;
    font-weight: 400;
    line-height: 31px;
}

.services4 a {
    margin: 0 auto;
    display: inline-block;
     font-size: 18px;
    font-weight: 700;
    border: 2px solid #ffffff;
    text-transform: capitalize;
    color: #000000;
    background: #ffc300;
    padding: 4px 15px 3px;
    border-radius: 50px;
}




.testimonials-section {
    position: relative;
    background: linear-gradient(90deg, #c00 25%, transparent 0);
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.services-heading {
    text-align: center;
}

.services-heading span {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    text-transform: uppercase;
    display: block;
}

.services-heading strong {
    padding: 5px 0 7px;
    text-transform: capitalize;
    font-size: 48px;
    display: block;
    color: #c00;
}

.testimonials-section1 {
    padding: 0px 0 0px;
}

.testimonials-1 {
    padding: 35px 15px 0;
}

.testimonials-2 {
    background: #fff;
    padding: 20px;
    position: relative;
    border: 2px solid #ffc300;
}

.testimonials-3 {
    padding: 0;
}

.testi-text {
    padding: 0;
}

.testi-text strong {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
}

.testi-text strong span {
    color: #c00;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    padding: 0 0px 0 0px;
    text-transform: uppercase;
}

.rating {
    color: #ffc300;
    padding: 5px 0 0;
}

.testi-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    color: #000;
    padding: 7px 0 0;
}

.footer-section {
    padding: 0;
    background: linear-gradient(to top, #ffffff 50%, #c00 50%);
    float: left;
    width: 100%;
}

.footer-right1 {
    padding: 30px 20px 0;
    background: #fff;
}

.footer-right2 {
    padding: 0;
}

.footer-contact1 {
    padding: 10px 15px;
}

.footer-contact2 {
    padding: 20px 10px;
    text-align: center;
}

.footer-contact2 span {
    height: 100px;
    width: 100px;
    line-height: 120px;
    border-radius: 50%;
    background: #ffc300;
    text-align: center;
    display: block;
    margin: 0 auto;
    animation: pulse2 2s linear infinite;
}

@keyframes pulse2 {
    0% {
        box-shadow: 0 0 0 0 #ffc300;
    }

    100% {
        box-shadow: 0 0 0 20px transparent;
    }
}

.footer-contact2 span i {
    font-size: 45px;
    color: #fff;
    line-height: 100px;
}

.footer-contact2 strong {
    display: block;
    color: #c00;
    padding: 20px 0 3px;
    font-size: 21px;
    text-transform: capitalize;
    font-weight: 600;
}

.footer-contact2 a {
    display: block;
    padding: 0;
    border-radius: 60px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.footer-left1 {
    padding: 0 0 0 0;
}

.footer-left2 {
    padding: 25px;
    background: #ffc300;
    text-align: center;
}

.footer-left2 span {
    color: #c00;
    padding: 2px 13px;
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    background: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px;
}

.footer-left2 strong {
    color: #000;
    font-size: 40px;
    font-weight: 500;
    display: block;
    text-transform: capitalize;
}

.footer-left2 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    color: #000;
    padding: 0 0 15px;
}

.chat-banner {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    background: #199f26;
    position: relative;
}

.chat-banner a {
    display: block;
    padding: 17px 0 20px;
}

.chat-banner a strong {
    color: #fff;
    padding: 0px 85px 0 0px;
    text-transform: capitalize;
    font-weight: 600;
    border-bottom: 1px solid;
    font-size: 32px;
    display: block;
}

.chat-banner a p {
    padding: 5px 85px 0px 0;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.chat-banner img {
    position: absolute;
    top: 11px;
    right: 0;
    height: 99px;
}

.copy-right {
    padding: 10px 0;
    background-color: #ffc300;
    text-align: center;
    float: left;
    width: 100%;
}.otherservices

.copy-right p {
    color: #000000;
    font-size: 17px;
    font-weight: 600;
}




.top-head {
    padding: 0;
    background: #ffc300;
    float: left;
    width: 100%;
}

.top-head-1 {
    padding: 0;
}

.bg-r {
    background: #c00;
    padding: 0;
    float: left;
    width: 100%;
}

.bg-left {
    padding: 0;
}

.bg-left-1 {
    color: #ffffff;
    font-size: 22px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 500;
    padding: 7px 15px;
}

.bg-right {
    padding: 0;
}

.bg-right-1 {
    padding: 0;
}

.contact-right {
    width: 100%;
    font-size: 20px;
    color: #000000;
    text-align: center;
    background: #FBD402;
    padding: 10px 20px 0;
    text-transform: capitalize;
    font-weight: 600;
}

.head-list {
    padding: 0;
    background-color: #000000;
    float: left;
    width: 100%;
}

.head-list1 {
    padding: 12px 0 0;
    font-size: 20px;
    color: #ffc300;
    font-weight: 600;
}


.just {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
background: #c00;;
}
.just-border {
    float: left;
    width: 100%;
    text-align: center;
}
.just-border i {
    font-size: 45px;
    color: #fff;
}
.just-border h4 {
    font-size: 55px;
    color: #fffcd6;
   
}
.just-border p {
    font-size: 18px;
    color: #fff;
   
    padding-bottom: 5px;
}
.just-border span {
    background: #fff;
    height: 1px;
    width: 25%;
    color: #fff;
    float: none;
    text-align: center;
    display: table;
    margin: 0 auto;
}

.top-mark {
    float: left;
    width: 100%;
}

.top-mark1 {
    font-size: 17px;
    padding: 15px 22px 0;
    margin: -15px 0 0;
    color: #000;
    text-transform: capitalize;
    background: #fff;
    font-weight: 600;
    border-radius: 50px;
    position: relative;
}

.top-mark1 a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding: 6px 15px 7px;
    margin: 0 5px;
    background: #528504;
    border-radius: 50px;
}



.about-sec {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.about-us-content {
  padding: 0;
  margin-top: 20px;
  float: left;
  width: 100%;
}
.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: #c00;

}

.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: #c00;
    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;
    background: #fff;
    text-align: center;
}

.award-section {
    float: left;
    width: 100%;
}

.award-section1 {
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 0 11px #dfdfdfa6;
    text-align: center;
    position: relative;
    background: #fff;
}

.award1 {
    padding: 10px;
    margin-top: 20px;
}

.award2 img {
    width: 100%;
}


@media(min-width:992px) and (max-width:1200px){
     .testimonials-section {
  background: linear-gradient(90deg, #c00 10%, transparent 0);
}
}
@media(min-width:768px) and (max-width:991px){

    .header .col-sm-4{width: 50%;}
    .col-sm-3{width: 50%;}
     .col-sm-4{width: 50%;}
     .testimonials-section {
  background: linear-gradient(90deg, #c00 10%, transparent 0);
}
}
@media(min-width:640px) and (max-width:767px){
    
.testimonials-section {
  background: linear-gradient(90deg, #c00 0%, transparent 0);
}
}
@media(min-width:480px) and (max-width:639px)
{ 
.testimonials-section {
  position: relative;
  background: linear-gradient(90deg, #c00 5%, transparent 0);
}
.header .container-fluid {
    padding: 0;
}
.testimonials-section {
  background: #fff;
}
.services-heading strong {
  font-size: 35px;
}
}
@media(min-width:320px) and (max-width:479px)
{
  .header .container-fluid {
    padding: 0;
} 
.testimonials-section {
  background: #fff;
}
.services-heading strong {
  font-size: 35px;
}
}