@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Patua+One&display=swap');

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.main-container {
    float: left;
    width: 100%;
    overflow: hidden;
    background: url(../images/circle.png);
    background-attachment: fixed;

}

.hdd {
    font-family: "Patua One", serif;
    font-weight: 500;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
}
.serv1-sec 
{
    text-align: center;
    padding: 0px 0px;
    background: #9c0000;
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.serv1-sec .srv-mn {
    padding: 25px;
}
.serv1-sec .srv-mn .srv-inr {
    padding: 20px;
    position: relative;
    background: #fff;
    z-index: 1;
    border-radius: 10px;
}

.srv-nm {
    font-size: 19px;
    color: #9c0000;
    text-transform: capitalize;
    text-align: center;
    margin: 0px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 6px;
    background: #ffc800;
    color: #000;
    z-index: 1;
    border-radius: 0px 0px 0px 20px;
}
.srv-im {
    padding: 0px;
    text-align: center;
    position: relative;
}
.srv-im:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    top: inherit;
    right: 0px;
    bottom: 0px;
    left: inherit;
    margin: 0 auto;
    border: 0px solid #fff;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.srv-im img {
    width: 100%;
}
.srv-para {
    line-height: 27px;
    font-size: 15px;
    text-align: left;
    color: #000;
    text-align: center;
    margin: 0px;
    padding: 20px 0px;
}
.srv-inr span a {
    position: relative;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    color: #fff;
    border: 1px solid #9c0000;
    padding: 10px 20px;
    z-index: 1;
    background: #9c0000;
}

.srv-inr:after {
    content: "";
    position: absolute;
    width: 15px;
    right: -15px;
    bottom: inherit;
    left: inherit;
    margin: 0 auto;
    border-radius: 0px 50px 50px 0px;
    background: #ffc800;
    height: 75px;
    z-index: -2;
    top: 0;
}

.srv-inr span a:hover {
    background: transparent;
    color: #9c0000;
    -webkit-box-shadow: 0px 0px 6px #ffffff5c;
    box-shadow: 0px 0px 6px #ffffff5c;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.srv-inr:before{
    content: "";
    position: absolute;
    width: 15px;
    height: 25px;
    top: 50px;
    right: -15px;
    bottom: inherit;
    left: inherit;
    margin: 0 auto;
    background: linear-gradient(to top, #ffc800, #000000a6);
    border-radius: 0px 50px 50px 0px;
}
.srv-inr:hover .srv-im:before {
    border: 40px solid #fff;
    border-color: #c3c3c3 #fff #fff #c3c3c3;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.faq-section
{
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.question span{
    display: inline-block;
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    padding: 2px 0 7px 15px;
    border-left: 3px solid #9c0000;
 }
 .ans p{
     padding: 9px 15px;
     background: linear-gradient(45deg, #3700ba14, transparent);
     color: #4f4e4e;
     font-size: 16px;
     line-height: 28px;
     font-weight: 500;
 }


 .aboutus-heading {
    text-align: center;
    padding: 0 0 15px;
}
.aboutus-heading strong {
    display: block;
    font-size: 75px;
    text-transform: capitalize;
    line-height: 75px;
    background: #9c0000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.aboutus-heading span {
    text-transform: capitalize;
    font-size: 19px;
    color: #2d2d2d;
    font-weight: 600;
    display: inline-block;
}
.faq-design1
{
    padding-top: 30px;
}


.othersv-section{
    overflow: hidden;
    background: #9c0000;
    float: left;
    width: 100%;
  }
  .othersv1{
    padding: 0 15px 15px; 
  }
  .othersv2{
    text-align: center;
    position: relative;
    z-index: 0;
  }
  .othersv2:after {
      content: '';
      position: absolute;
      bottom: -25px;
      width: 10px;
      height: 385px;
      background: #fff;
      background-repeat: no-repeat;
      left: 0;
      right: 0;
      z-index: -1;
      margin: 0 auto;
  }
  .othersv2 img{
    width: 240px;
    border: 5px solid #ffffff;
    box-shadow: 0 0 0px 12px #ffffff54;
  }
  .othersv2 span{
      margin: 0 0 40px;
      color: #000000;
      font-size: 25px;
      padding: 0px 12px 0px;
      text-transform: capitalize;
      display: block;
      background: #fff;
      position: relative;
      z-index: 1;
  }
  .contact-part {
    padding: 10px 0px;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 35px;
}
.contact-part ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.contact-part ul li {
    padding: 0px 5px;
}
.contact-part ul li  i{
    font-size: 20px;
    color: #fff;

}
.contact-part ul li a {
    position: relative;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    color: #fff;
    border: 1px solid #000;
    padding: 10px 20px;
    z-index: 1;
    padding: 4px 15px;
    font-size: 20px;
}
.contact-part ul li a:hover {
    background: transparent;
    color: #000;
    -webkit-box-shadow: 0px 0px 6px #ffffff5c;
    box-shadow: 0px 0px 6px #ffffff5c;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.contact-part ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0 auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #000;
    z-index: -1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.contact-part ul li a:hover::before {
    -webkit-transform: scale(0);
    transform: scale(0);
}


.srv1-sec-1{
    padding: 50px 0px;
    float: left;
    width: 100%;
}
.srv1-sec-2{
    padding: 0px 0;
}
.srv1-sec-content{
    padding: 0;
}
.srv1-mn{
    padding: 0 9px 0px;
}      
.srv1-inr{
    padding: 20px 15px 0px;
    position: relative;
    z-index: 1;
    border: 1px solid #9c00001c;
    border-bottom: 3px solid #9c0000;
}
.srv1-inr .srv1-img {
    padding: 0;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
}
.srv1-inr .srv1-img img{
    width:100%;
}
.srv1-inr .srv-img:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    top: inherit;
    right: 0px;
    bottom: 0px;
    left: inherit;
    margin: 0 auto;
    border: 17px solid #fff;
    border-color: #ffc800 #fff #fff #ffc800;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

.srv1-text{
    padding: 12px 0 0;
    text-align: center;
}
.srv1-text span{
    font-size: 22px;
    color: #9c0000;
    padding: 0px 0px 7px;
    text-transform: capitalize;
    display: block;
}   

.srv1-text a{
    background: #ffc800;
    color: #000000;
    font-size: 18px;
    border: 0px solid #fff;
    display: inline-block;
    padding: 6px 37px 3px;
    font-weight: 500;
    text-transform: capitalize;
}

.srv-title {
    padding: 0 0 35px;
    text-align: center;
}
.srv-title strong {
    font-size: 50px;
    display: block;
    color: #9c0000;
    text-transform: uppercase;
}
.srv-title p {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    text-transform: capitalize;
}
.testimonials-section
{
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.testimonials {
    padding: 0px 0 0 0;
}
.testimonials1 {
    padding:  10px 20px;
}
.testimonials2 {
    padding: 0;
    border-radius: 0;
    box-shadow: 0 0 3px #00000021;
    background: #ffc800;
}
.testimonials-2 {
    background: white;
    padding: 20px 20px 33px 20px;
    border-radius: 251px 0 0 0;
}
.testimonials4 {
    display: flex
;
    justify-content: center;
    align-items: center;
    padding: 10px 0 0;
    /* text-align: center; */
}
.testimonials4 .testi-pic {
    width: 25%;
}
.testimonials4 .testi-pic img {
    border-radius: 50%;
    border: 13px solid #9c00004b;
}
.testimonials4 .testi-text {
    width: 75%;
    padding: 0 0px 0 9px;
    text-align: right;
}
.testi-text p {
    font-size: 19px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #9c0000;
}
.testi-text p span {
    font-size: 15px;
    text-transform: capitalize;
    color: #3d3d3d;
}
.testi-text i {
    color: #ffc800;
}
.testimonials3 {
    padding: 0;
}
.testimonials3 i {
    font-weight: 900;
    position: absolute;
    top: 74px;
    left: -7px;
    font-size: 45px;
    color: #00000029;
}
.testimonials3 p {
    color: #222;
    padding: 2px 0;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}



.top-head{
    float: left;
    width: 100%;
    padding:0;
    background: #ffc800;
}
.top-head-1{
    padding:0;
}
.bg-r {
    background: #9c0000;
    padding: 0;
}
.bg-left{
    padding:0;
}
.bg-left-1{
    color: #ffffff;
    font-size: 20px;
    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: #ffc800;
    font-weight: 600;
}

.counter-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.line-free span {
    font-weight: 900;
    color: #000000;
    text-align: center;
    display: block;
    font-size: 35px;
    padding: 13px 15px 8px;
    background: #ffc800;
}

.line-free2 {
    font-weight: 700;
    color: #000;
    text-align: center;
    display: block;
    font-size: 23px;
    text-transform: capitalize;
    padding: 9px 0 0;
    line-height: 30px;
}

.counter-1 {
    padding: 15px;
    text-align: center;
}

.counter-2 {
    border-radius: 40px;
    background: #9c0000;
    padding: 25px 0 30px;
    overflow: hidden;
    border: 5px solid #ffc800;
}

.choose-icon {
    background: #ffc800;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 98px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.choose-icon:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #ffc800;
    display: block;
    z-index: -1;
    transform: rotate(47deg);
    text-align: center;
    top: 56px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.choose-icon i {
    color: #000;
    font-size: 40px;
    font-weight: 600;
}

.choose-text {
    padding: 12px 0 0;
}

.love_count {
    color: #ffffff;
    font-weight: 700;
    font-size: 36px;
    padding: 5px 0 0px;
    display: block;
}

.choose-text strong {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    background: #000;
    display: block;
    text-transform: capitalize;
    padding: 0 0 3px;
}

.copyright {
    background: #ffc800;
    text-align: center;
    padding: 30px 0;
    float: left;
    width: 100%;
}

.disclimer p {
    color: #000000;
    padding: 0 0 8px;
    line-height: 24px;
    font-weight: 600;
    font-size: 14px;
}

.copyryt {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
    text-align: center;
    display: inline-block;
    padding: 0;
}

.footer-sec {
    background: #9c0000;
    text-align: center;
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.footer-text {
    padding: 0;
}

.footer-text strong {
    font-size: 46px;
    font-weight: 800;
    color: #000;
    display: block;
    text-transform: capitalize;
    border-bottom: 0;
    padding: 0px 15px 4px;
    background: #ffc800;
}

.footer-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    color: #fff;
    padding: 12px 0 0;
    text-transform: capitalize;
}

.footer-contac {
    padding: 15px;
}

.footer-contac1 {
    background: #ffffff;
    padding: 25px;
}

.footer-contac-1 a i {
    font-size: 85px;
    font-weight: 800;
    color: #000;
    border-radius: 50px;
    padding: 0 0 15px;
}

.footer-contac-1 a span {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    padding: 10px 0 0;
    display: block;
    text-transform: capitalize;
    border-top: 1px solid #00000026;
}



.about-us-sec {
    padding: 50px 0px;
    float: left;
    width: 100%;
}

.about-us-sec-1 {
    padding: 0px 0;
}

.about-us-title {
    padding: 0 0 12px;
    text-align: center;
}

.about-us-title strong {
    font-size: 62px;
    font-weight: 700;
    padding: 0 0 0;
    display: block;
    color: #9c0000;
    text-transform: capitalize;
}

.about-us-title p {
    font-size: 18px;
    color: #9c0000;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0;
}

.about-us-content {
    padding: 0;
}

.about-us-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: #000000;
    text-align: justify;
    padding: 5px 0;
}

.about-us-content p strong {
    color: #9c0000;
    font-weight: 600;
}

.about-us-content ul {
    padding: 3px 0 5px;
}

.about-us-content ul li {
    margin: 10px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000000;
    background: #ffc800;
    padding: 9px 10px 12px;
}

.about-us-content ul li i {
    font-size: 28px;
    color: #9c0000;
    padding: 0 5px 0 0;
}

.header
{
    float: left;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
}
.banner3 img {
  float: left;
  width: 100%;
}
.header2 img {
  float: left;
  width: 100%;
}
.header1 img {
  float: left;
  width: 100%;
}
@media(min-width:992px) and (max-width:1200px){
}
@media(min-width:768px) and (max-width:991px){
    .srv1-mn {
        margin-top: 20px;
      }
      .header .col-sm-4{width: 50%;}
      .header2{display: none;}
      .serv1-sec .srv-mn {
        width: 50%;
      }
      .othersv-section .col-lg-3{width: 50%;}
      .othersv1 {
        padding: 0 15px 15px;
        float: left;
        width: 100%;
        overflow: hidden;
      }
}
@media(min-width:640px) and (max-width:767px){
    .srv1-mn {
        margin-top: 20px;
      }
      .othersv1 {
        padding: 0 15px 15px;
        float: left;
        width: 100%;
        overflow: hidden;
      }
}
@media(min-width:480px) and (max-width:639px)
{.srv1-mn {
    margin-top: 20px;
  }
  .othersv1 {
    padding: 0 15px 15px;
    float: left;
    width: 100%;
    overflow: hidden;
  }
  .header .container-fluid {
  padding: 0;
}
}
@media(min-width:320px) and (max-width:479px)
{.srv1-mn {
    width: 100%;
    margin-top: 20px;
  }
  .srv-title strong {
    font-size: 45px;
  }
  .about-us-title strong {
    font-size: 45px;
  }
  .aboutus-heading strong {
    font-size: 45px;
    line-height: 50px;
  }
  .othersv1 {
    padding: 0 15px 15px;
    float: left;
    width: 100%;
    overflow: hidden;
  }
  .header .container-fluid {
  padding: 0;
}
}