@import url('../css2');
@import url('../css2-1');



body {
    font-family: "Dosis", serif;
    font-weight: 500;
}

.main-container {
    float: left;
    width: 100%;
    overflow: hidden;
    background: url(../images/bg2.png);
    background-attachment: fixed;
    
}

.hdd {
    font-family: "Chau Philomene One", serif;
    font-weight: 500;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
}

.footer {
    background: #ff0202;
    background-size: cover;
    float: left;
    width: 100%;
    padding-bottom: 50px;
}

.footer-contact1 {
    padding: 0 0 15px;
}

.footer-contact2 {
    padding: 0;
    text-align: center;
}

.footer-contact3 {
    padding: 0 15px;
}

.footer-about-head {
    display: block;
    color: #ffffff;
    padding: 5px 0 5px;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 800;
    border-bottom: 1px solid #ffffff12;
}

.footer-contact1 p {
    color: #ffffff;
    padding: 10px 0 25px;
    font-size: 17px;
    font-weight: 100;
    line-height: 30px;
}

.footer-contact1 span {
    color: #ffffff;
    padding: 10px 0 20px;
    font-size: 40px;
    font-weight: 900;
    line-height: 30px;
    display: block;
    animation: 0.6s clf infinite;
}

.footer-line {
    display: block;
    color: black;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    z-index: 0;
    line-height: 33px;
}

.footer-contact2 span {
    height: 130px;
    width: 125px;
    color: black;
    line-height: 125px;
    border-radius: 0 0 50% 50%;
    background: #ffd200;
    text-align: center;
    display: block;
    margin: 0 auto;
    animation: pulse2 2s linear infinite;
    font-size: 64px;
    padding: 0 !important;
    text-shadow: 0 0 20px #ff0202;
}

.footer-contact2 a {
    display: block;
    padding: 25px 0 0;
    font-size: 19px;
    font-weight: 400;
    color: #ffffff;
}

.footer-contact2 strong {
    display: block;
    color: #000000;
    padding: 26px 0 2px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
}

.footer-list ul li {
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    margin: 0 0 15px;
    padding: 7px 8px;
    color: #000;
    border-radius: 50px;
    font-size: 15px;
    background: white;
}

.footer-list ul li span {
    color: #000;
    font-size: 17px;
    margin: 14px 0;
    padding: 9px 15px;
    font-weight: 600;
    position: relative;
    background: #ffffff;
    text-transform: capitalize;
    border: 1px solid #ffae00;
    display: block;
}

.footer-list ul li i {
    color: #780d28;
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    margin: 0 11px 0 0;
    width: 35px;
    height: 35px;
    line-height: 36px;
    background: #fff;
    text-align: center;
    border-radius: 38px;
}

.banner-add1 p {
    background: #ff0202;
    font-size: 25px;
    color: #ffd200;
    padding: 15px 15px;
    font-weight: 700;
    text-align: center;
    line-height: 35px;
    text-transform: capitalize;
}

.copy-right p {
    color: #ffffffde;
    font-size: 13px;
    line-height: 23px;
    display: block;
    font-weight: 400;
    padding: 0 0 10px;
}

.copy-right span {
    font-size: 15px;
    font-weight: 500;
    color: black;
}

.testi-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.about-title {
    text-align: center;
}

.about-title p {
    text-transform: capitalize;
    display: inline-block;
    padding: 0 0 7px;
    font-size: 20px;
    color: #fe0000;
    font-weight: 600;
    border-radius: 50px;
}

.about-title strong {
    text-transform: capitalize;
    font-size: 57px;
    display: block;
    color: #ffd200;
    padding: 0 15px 0;
    background: #ff0202;
    line-height: 72px;
}

.testi-1 {
    padding: 15px 15px;
}

.testi-2 {
    padding: 0;
    position: relative;
}

.quote-icon i {
    font-size: 55px;
    color: #ffffff14;
    position: absolute;
    bottom: 34px;
    right: 38px;
    z-index: 2;
    font-weight: 600;
}

.testi-1 {
    padding: 15px 15px;
    margin-top: 20px;
}

.testi-2 {
    padding: 0;
    position: relative;
}

.testimonial-inner {
    position: relative;
    display: block;
    background: #ff0202;
    box-shadow: 0px 0px 35px 0px rgb(0, 0, 0, 0.05);
    padding: 30px 25px 30px;
    border-radius: 30px;
}

.rating-box {
    background: #ffffff;
    padding: 2px 10px 1px;
    border-radius: 50px;
    text-align: center;
    color: #fe0000;
    font-size: 16px;
}

.testi-box {
    position: relative;
    display: block;
}

.testi-box p {
    padding: 10px 0 12px;
    font-size: 17px;
    font-weight: 500;
    color: white;
    line-height: 29px;
    text-align: justify;
}

.testi-name {
    background: #ff0202;
    padding: 2px 15px 5px;
    border-radius: 10px;
}

.testi-name span {
    color:black;
    font-size: 19px;
    line-height: 32px;
    font-weight: 500;
    text-transform: capitalize;
}

.testi-name p {
    font-size: 14px;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
}

.services
{
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.services-1{
    padding: 15px 15px 15px;
    margin-top: 20px;
  }
  .services-2{
    position: relative;
    background: #fff;
    padding: 0;
    border-radius: 30px 30px 0 0;
    border: 3px solid #ff0202;
    border-bottom: 0;
    overflow: hidden;
  }
  .services-2:hover:before {
      background-size: 200% 4px, 4px 400%, 4px 400%, 55% 4px, 55% 4px;
      background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
      transform: scaleX(1) rotate(180deg);
      transition-delay: 0s, 0.2s, 0.4s;
  }
  .service_card_img img {
    width: 100%;
  }
  .service_card_div {
      position: relative;
      padding: 0;
  }
  .srv-title p {
      font-size: 28px;
      text-transform: capitalize;
      color: white;
      background: #ff0202;
      padding: 2px 0 0;
  }
  .service_card_content .srv-text{
     padding: 12px 15px 45px;
     font-size: 17px;
     font-weight: 500;
     color: #272727;
     line-height: 30px;
  }
  .srv-contac{
    position: relative;
  }
  .srv-contac a{
     font-size: 19px;
     font-weight: 500;
     display: block;
     text-transform: capitalize;
     color: #ffffff;
     padding: 4px 10px 1px;
     background: green;
     width: 50%;
     position: absolute;
     bottom: 0;
  }
  .srv-contac a.ptkk-1 {
      right: 0;
      left: auto;
      width: 45%;
      background: red;
      color: #fff;
      font-weight: 700;
  }
  .srv-contac a.ptkk-1 i{
      color: #fff;
      font-weight: 600;
  }
  .srv-contac a.ptkk-2 {
      left: 0;
  }
  .srv-contac a i {
      color: #fff;
      font-weight: 500;
      padding: 0 5px 0 0;
  }

  .add2-sec {
    float: left;
    width: 100%;
    background: #ff0202;
}
.add2-sec-1 {
    padding: 0;
    text-align: center;
}
.add2-sec-1 p {
    padding: 12px 15px 1px;
    color: darkred;
    font-size: 18px;
    font-weight: 600;
    background: #fff;
}
.add2-sec-1 span {
    padding: 15px 0 8px;
    color: white;
    font-size: 25px;
    text-transform: capitalize;
    display: block;
    text-shadow: 1px 2px 2px #ffffff7d;
    text-shadow: 1px 2px 2px #ffffff7d;
    
}

 
@keyframes blk
{
    50% {
        opacity: 0;
    }
}

.top-section {
    padding: 6px 0 10px;
    float: left;
    width: 100%;
    background: #ff0202;
    text-align: center;
}
.top-section2 {
    padding: 0;
}
.top-section2 p {
    color: white;
    font-size: 25px;
    text-transform: capitalize;
    padding: 12px 0 0px;
    text-shadow: 1px 2px 2px #ffffff7d;
    animation: blk 1s infinite;
}


.counter-sec{
    background: #ff0202;
    width: 100%;
    float: left;
  }
  .counter-1{
    padding: 0 12px 12px;
    text-align: center;
    position: relative;
  }
  .counter-count {
      color: black;
      font-size: 38px;
      font-weight: 500;
  }
  .counter-count:after {
      content: "+";
  }
  .count-up span{
      font-size: 18px;
      font-weight: 600;
      text-transform: capitalize;
      padding: 7px 0 6px;
      display: block;
      margin: 0 0 -4px;
      border-radius: 0 0 20px 20px;
      background: #ffffff;
  }
  .count-up i{
      font-size: 70px;
      transition: all 600ms ease;
      padding: 25px 0 8px;
      color: #ffd200;
  }
  .counter-2:hover .count-up i{
         transform: scale(-1) rotate(180deg);
  }
  .header {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
}



.servicess{
    float: left;
    width: 100%;
    background: #ff0202;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0px;
  }
  .servicess-1{
    padding: 12px;
    margin-top: 20px;
  }
  .servicess-2 img {
    border-radius: 50%;
    border: 12px solid #ff0202;
    border-bottom: 0;
  }
  .servicess-3{
    padding: 15px 0 0;
  }
  .servicess-3 strong {
      font-size: 25px;
      text-transform: capitalize;
      display: block;
      color: #ffd200;
  }
  .servicess-3 p{
     font-size: 17px;
     font-weight: 300;
     line-height: 26px;
     color: white;
     padding: 4px 0 15px;
  }
  .servicess-3 a{
     color: black;
     padding: 8px 15px 6px;
     display: inline-block;
     font-size: 18px;
     margin: 0 auto;
     border-radius: 7px;
     text-transform: capitalize;
     font-weight: 400;
     border: 5px solid black;
	 background:white;
  }
  .about-titles
  {
    float: left;
    width: 100%;
    text-align: center;
  }
  .services-title span {
    color: #000000;
    background:white ;
    padding: 7px 20px 5px;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    margin: -18px 0 0;
    border-radius: 30px;
}
.about-titles strong {
    text-transform: capitalize;
    font-size: 60px;
    display: block;
    position: relative;
    background: linear-gradient(to top, black 32%, black 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.about {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.about-us-content {
    padding: 0 0 25px;
}

.about-us-content p {
    padding: 5px 0;
    text-align: justify;
    line-height: 32px;
    color: #424242;
     font-size: 18px;
    font-weight: 500;
}

.about-us-content p strong {
    color: #fe0000;
    font-weight: 600;
}

.about-us-content ul {
    padding: 8px 0;
}

.about-us-content ul li {
    position: relative;
    display: inline-block;
    padding: 6px 15px 7px;
    line-height: 31px;
    color: white;
     font-size: 18px;
    font-weight: 600;
    background: #ff0202;
    margin: 4px 0 6px;
    border-radius: 40px;
}



.best-services {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.about-titlea {
    padding: 0 0 15px;
}

.about-titlea strong {
    font-size: 50px;
    text-transform: uppercase;
    display: block;
    padding: 0;
    color: #fe0000;
}

.about-titlea span {
    color: white;
    text-transform: capitalize;
    font-size: 19px;
    background: #ff0202;
    display: inline-block;
    font-weight: 700;
    padding: 4px 15px 4px;
    border-radius: 0 30px 30px 0;
}

.best-services1 {
    padding: 15px 15px;
    text-align: center;
}

.best-services2 {
    padding: 15px 15px 20px;
    background: white;
    border-radius: 500px 500px 20px 20px;
    box-shadow: 0 0 7px #0e09291f;
}

.best-services3 {
    padding: 8px 12px 9px;
}

.best-services3 img {
    width: 100%;
    border-radius: 50%;
    border: 15px solid #ff0202;
}

.best-services4 strong {
    font-size: 28px;
    text-transform: capitalize;
    display: inline-block;
    color: #fe0000;
    padding: 5px 0 0;
}

.best-services4 p {
    line-height: 31px;
    color: #424242;
     font-size: 18px;
    font-weight: 500;
    padding: 5px 0 9px;
}

.best-services5 a {
    color: #0e0929;
    font-weight: 700;
    font-size: 25px;
    padding: 0 15px;
    display: block;
    text-transform: uppercase;
    line-height: 18px;
}
.about-img {
  float: left;
  width: 100%;
}
.about-img img {
  border: 5px solid #ff0202;
}
.award {
    float: left;
    width: 100%;
}
.award .col-sm-3 {
  padding: 2px;
}
.award1 img{
    border: 2px solid #c10c19;
}
@media(min-width:992px) and (max-width:1200px){
}
@media(min-width:768px) and (max-width:991px){
    .services .col-lg-4{width: 50%;}
    .header2{display: none;}
    .header .col-sm-4{width: 50%;}
    .servicess-1 {
        padding: 12px;
        margin-top: 20px;
        width: 50%;
      }
      .best-services .col-sm-4{width: 50%;}
}
@media(min-width:640px) and (max-width:767px){
    .header3
  {
      padding-top: 10px;
  }
}
@media(min-width:480px) and (max-width:639px)
{   
  .servicess-1 {
    padding: 12px;
    margin-top: 20px;
    float: left;
    width: 100%;
  }.header3
  {
      padding-top: 10px;
  }
  .header .container-fluid {
  padding: 0;
}
.header .col-sm-4 {
  padding: 5px 8px;
}

.header .container-fluid {
  padding: 0;
}
.header .col-sm-4 {
  padding: 5px 8px;
}
.add2-sec-1 p {
  padding: 0;
}
.add2-sec-1 span {
  padding: 0px 0 10px;
}
.top-section2 p {
  padding: 0px 0 0px;
  margin: 0;
}
}
@media(min-width:320px) and (max-width:479px)
{.header3
    {
        padding-top: 10px;
    }
    .add2-sec-1 span {
        font-size: 15px;
    }
    .top-section2 p {
        font-size: 18px;
    }
    .about-title strong {
        font-size: 35px;
        line-height: 40px;
        
      }
      .about-titles strong {
        font-size: 35px;
        line-height: 40px;
      }
      .servicess-1 {
        padding: 12px;
        margin-top: 20px;
        float: left;
        width: 100%;
      }
      .about-titlea strong {
        font-size: 40px;
      }

.header .container-fluid {
  padding: 0;
}
.header .col-sm-4 {
  padding: 5px 8px;
}
.add2-sec-1 p {
  padding: 0;
}
.add2-sec-1 span {
  padding: 0px 0 10px;
}
.top-section2 p {
  padding: 0px 0 0px;
  margin: 0;
}
}