@import url('../css2');
@import url('../css2-1');
body{
    padding: 0;
    margin: 0;
    font-family: 'Libre Franklin', sans-serif;
    color: #b60100;
}
.main{
  width: 90%;
  padding: 0;
  margin: 0 auto;
  border:0px solid;
}
a{
    color: #000;
    text-decoration: none;
}
a:focus, a:hover {
    color: #000;
    text-decoration: none;
}
img{
    max-width: 100%;
}

ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
p{
    margin:0;
}


/* top header section start */
.top-header{
  padding: 0;
  background: #7a0000;
}
.top-left{
  padding: 0;
}
.top-left-1{
  padding: 0;
}
.top-left-1 p{
  text-align: center;
  animation: 0.3s blink alternate infinite;
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 5px 10px 0px;
}
@keyframes blink {
  0%{color:#ffffff;}
  100%{color:#ffff01;}
}
.top-right{
    padding: 0;
}
.top-right-1{
  background: #fff;
  color: #af0004;
  font-size: 23px;
  display: inline-block;
  font-weight: 900;
  padding: 8px 12px 5px;
  text-transform: capitalize;
  text-decoration: none;
  text-align: center;
  border-bottom: 1px solid #7a0000;
}
/* top header section end */






/* top add section start */
.topadd-section{
  padding: 0;
  background: #ffff01;
  border-bottom: 1px solid #7a0000;
}
.topadd-section1{
    padding: 12px 0 5px;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    text-transform: capitalize;
    line-height: 42px;
    animation: animate 0.8s linear infinite;
}
@keyframes animate{
    0%, 25%{
       color: #ae0200;
}
    25%, 50%{
        color: #000000;
    }
    50%, 75%{
     color: #ae0200;
    }
    75%, 100%{
      color: #ae0200;
    }
}
/* top add section end */



/* header section start */
.header-logo-1{
  padding:0;
  display: flex;
  align-items: self-start;
}
.header-logo-left{
  padding:0;
}
.header-logo-left-1{
  padding: 10px 15px;
  text-align: center;
}
.header-logo-center{
  padding:0;
}
.header-logo-center-1{
  padding: 5px 15px 0;
  text-align: center;
}
.header-logo-center-1 img{
  border-radius: 50%;
}
.header-logo-right{
  padding:0;
}
.header-logo-right-1{
  padding: 10px 15px;
  text-align: center;
}
/* header section end */



/* banner section start */
.banner{
    padding:0;
    border-top: 1px solid #7a0000;
}
.banner img{
    width:100%;
}
/* banner section end */



/* main services section start */
.mainsrv-sec-1{
    padding: 50px 0;
}
.srv-head{
    padding: 0 0 12px;
    text-align: center;
}
.srv-head strong{
    color: #ffff01;
    font-weight: 900;
    font-size: 55px;
    text-transform: capitalize;
    display: block;
}
.srv-head span{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    display: block;
	    padding-top: 30px;
}
.service4 a{
	
    padding: 4px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background: #b30103;
   
}
.services1{
  padding: 15px;
}
.services2{
  padding: 20px 0;
  background-color:#fff;
  text-align: center;
  box-shadow: 0px 0px 6px 2px rgb(166 166 166 / 13%);
}
.services3{
    text-align: center;
    border-radius: 0;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.serv-img{
    width: 270px;
	border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
    z-index: 1;
    border: 4px solid #7a0000;
    padding: 8px;
}
.serv-img:before {
    content: "";
    position: absolute;
    left: -13px;
    right: -13px;
    top: -13px;
    bottom: -13px;
    border: 2px dashed #7a0000;
    border-radius: 50%;
    z-index: -1;
    animation: rotate 30s infinite linear;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.serv-img img{
    border-radius: 50%;
    width: 100%;
}
.services2:hover serv-img {
    transform: translateY(-10px);
    box-shadow: 0 4px 6px rgb(0 0 0 / 30%);
}
.service4{
  padding: 12px 0 0;
  text-align: center;
}
.service4 strong{
  font-size: 19px;
  font-weight: 800;
  color:#fff;
  display: block;
  text-transform: capitalize;
  background: #7a0000;
  padding: 7px 0 5px;
}
.service4 p{
  color: #252525;
  font-size: 15px;
  line-height: 28px;
  padding: 12px 12px 0;
  font-weight: 500;
}
/* main services section end */



/* choose section start */
.choose-sec-1{
    padding: 50px 0 50px;
	background-image:url(../images/bg.png)
}
.choose-left{
    padding: 0;
}
.choose-left-1{
    padding:0;
}
.choose-1{
    padding: 15px;
}
.choose-2{
    padding: 0;
}

.counter {
    text-align: center;
    height: 210px;
    width: 210px;
    padding: 7px 4px 0;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    color:#fed43a;
}
.counter:before {
    content: '';
    background-color: #fff;
    height: 157px;
    width: 157px;
    border-radius: 15px;
    border: 5px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1) inset;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
}
.counter .counter-icon:after {
    content: '';
    background-color: #7a0000;
    height: 42px;
    width: 12px;
    border-radius: 15px;
    border: 5px solid #fff;
    position: absolute;
    left: 0;
    top: 8%;
    z-index: -1;
    right: 0;
    margin: 0 auto;
}
.counter .counter-icon {
    color: #ffffff;
    background: linear-gradient(#7a0000,#51a846);
    line-height: 70px;
    font-size: 25px;
    height: 25px;
    width: 25px;
    margin: 0 auto 46px;
    border-radius: 50px;
    border: 3px solid #7a0000;
}
.counter .counter-icon i {
    padding-right: 10px!important;
    display: none;
}
.cct {
    font-weight: 700;
    color: #000;
    padding: 0 0 0 4px;
    font-size: 28px;
}
.counter .counter-value {
    font-size: 35px;
    font-weight: 800;
    color: #b30103;
    padding: 0 0 5px;
    display: inline-block;
}
.counter p{
    color: #b30103;
    background: linear-gradient(#ffff01,#f8ca1f);
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 800;
    padding: 10px 10px 8px;
    border-radius: 12px;
}
.counter p:before, .counter p:after {
    content: "";
    background:linear-gradient(to right bottom,transparent 49%,#fdd652 50%)
    width: 20px;
    height: 20px;
    position: absolute;
    top: -20px;
    left: 0;
    z-index: -2;
}
.counter p:after {
    transform: rotateY(180deg);
    left: auto;
    right: 0;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -20px;
    z-index: -2;
}
.choose-right{
    padding:0;
}
.choose-right-1{
    padding: 0 0 0 20px;
}
.contact-text{
    padding:0;
    text-align: center;
}
.contact-text span{
    color: #ffffff;
    font-weight: 900;
    font-size: 26px;
    display: block;
    background: #7a0000;
    padding: 15px 15px 10px;
}
.contact-text p{
    color: #b30103;
    font-weight: 900;
    font-size: 32px;
    text-transform: capitalize;
    display: block;
    line-height: 45px;
    background: #ffff01;
    padding: 12px 15px;
}
.add-line{
   color: #fff;
   font-weight: 600;
   font-size: 17px;
   text-transform: capitalize;
   display: block;
   line-height: 29px;
   padding: 20px;
}
.cta-nfo {
    padding: 15px 15px;
    border: 1px solid #ffff01;
    border-radius: 30px;
}
.cta-nfo p {
    font-size: 100px;
    color:#ffff01;
    line-height: 50px;
    text-align: center;
    background: transparent;
    padding: 0 0 12px;
}
.contentdg a {
    font-size: 55px;
    color: #fff;
    font-weight: 800;
    line-height: 68px;
}
/* choose section end */

.about-us-1 img{
	    float: right;
    width: 39%;
    border-radius: 43px;
    border: 5px solid #fff;
}

/* about us section start */
.aboutus-section{
 padding: 0 0 25px;
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.aboutus-section:before{
    position: absolute;
    content: "";
    background: #7a0000f7;
    height: 100%;
    width: 100%;
    top: 0;
}
.about-head{
    padding: 0 0 28px;
    text-align: center;
}
.about-head strong{
    color: #b30103;
    font-weight: 900;
    font-size: 55px;
    text-transform: capitalize;
    display: inline-block;
    line-height: 42px;
    text-align: center;
    background: #ffff01;
    padding: 20px;
}
.about-head span{
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
    display: block;
    padding: 10px 0 0;
}

.about-us-1{
    padding: 0 0 0;
}
.about-us-1 p{
  color: #fff;
  line-height: 30px;
  font-weight: 300;
  font-size: 15px;
  padding: 8px 0;
}
.about-us-1 p strong{
  color: #ffff01;
  font-weight: 400;
}
.about-us-1 ul{
  text-align: left;
  padding: 3px 0 9px;
  border-radius: 20px;
}
.about-us-1 ul li{
  font-size: 15px;
  padding: 2px 0;
  color: #fff;
  text-transform: capitalize;
  font-weight: 300;
  line-height: 27px;
  display: flex;
  align-items: center;
}
.about-us-1 li:before {
  color: #ffff01;
  font-weight: 300;
  display: inline-block;
  font-size: 16px;
  font-family: "Font Awesome 6 Pro";
  padding: 0 6px 0 0;
  text-align: center;
  content: "\f061";
}

/* about us section end */



/* award section start */
.award-title strong{
    text-transform: capitalize;
    padding: 15px 0 5px;
    font-size: 55px;
    font-weight: 800;
    display: block;
    text-align: center;
}
.award1{
  padding: 15px;
}
.award1 img{
    width: 100%;
}
/* award section end */


/* best services section start */

.bestservices-section1{
  padding: 50px 0;
}
.best-services1{
  padding: 15px;
}
.best-services2{
  padding: 0px 15px;
  background: linear-gradient(180deg, #7a0000 82%, transparent 50%);
}
.best-services3{
  padding: 8px;
  border-radius: 0 0 210px 210px;
  border: 8px solid #fff;
  border-top: 0;
}
.best-services3 img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  cursor: default;
}
.best-services4{
  padding: 10px 0 0;
  text-align: center;
}
.bestservices-text {padding: 0;}

.bestservices-text strong{
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 800;
  color:#ffff01;
  display: block;
}
.bestservices-text span{
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  display: block;
  padding: 0 0 9px;
}
.bestservices-text p{
    background: #fff;
    color: #252525;
    font-size: 15px;
    line-height: 28px;
    padding: 12px 12px;
    font-weight: 500;
}
.bestservices-text a{
  display: inline-block;
  padding: 8px 0 6px;
  font-size: 46px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background: #b30103;
  width: 80px;
  height: 80px;
  line-height: 63px;
  border-radius: 50%;
}

/* best serevices section end */



/* testimonial section start */
.testimonials1 {
    padding: 0 0 50px;
}
.testi-1 {
    padding: 30px 15px 15px;
}
.testi-2 {
    padding: 0px 15px;
    text-align: center;
    background: #ffff01;
}
.testi-3 {
    padding: 0;
    margin: -16px 0 0 0;
    text-align: center;
}
.testi-3 span {
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 15px 4px;
    background: #7a0000;
    border-radius: 50px;
}
.rating li {
    display: inline-block;
    font-size: 22px;
    padding: 9px 0px 0;
}
.testi-4 img {
    border-radius: 50%;
    display: inline-block;
    border: 9px solid #b30103;
    height: 120px;
}
.testi-4 {
    padding: 10px 0;
    text-align: center;
}
.testi-txt {
    color: #000000;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    padding: 0 0 20px;
}
.testi-5{
    padding: 0;
    border-bottom: 3px solid #fff;
}
.testi-5:before{
   position: absolute;
   content:"";
   background: #fff;
   line-height: 70px;
   height: 25px;
   width: 25px;
   margin: 0 auto 46px;
   border-radius: 50px;
   border: 3px solid #fff;
   right: 0;
   bottom: -59px;
}
.testi-5:after{
   position: absolute;
   content:"";
   background: #fff;
   line-height: 70px;
   height: 25px;
   width: 25px;
   margin: 0 auto 46px;
   border-radius: 50px;
   border: 3px solid #fff;
   left: 0;
   bottom: -59px;
}
/* testimonial section end */


/*  service list section start */
.srvv-sec{
  padding: 0;
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.srvv-sec:before{
    position: absolute;
    content: "";
    background: #000;
    height: 100%;
    width: 100%;
    top: 0;
}

.srvv-head{
    padding:0;
    text-align: center;
}
.srvv-head p {
    color: #ffff01;
    font-weight: 700;
    font-size: 30px;
    text-transform: capitalize;
    padding: 40px 0;
    text-align: center;
}
.srvv-left{
  padding: 0;
}
.srv-list{
  padding: 15px;
}
.srv-list-1{
  padding: 0;
  background: #ffff01;
}
.srv-list-1 .list-head{
    font-size: 30px;
    font-weight: 700;
    color: #b30103;
    text-transform: uppercase;
    padding: 5px 10px 2px;
    border-bottom: 3px solid #7a0000;
    text-align: center;
}
.srv-list-1 ul{
  padding: 12px 15px;
}
.srv-list-1 ul li {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 15px;
    padding: 9px 0;
    text-transform: capitalize;
}
.srv-list-1 ul li:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  font-size: 15px;
  color: #b30103;
  padding-right: 9px;
  content: "\f061";
}
.srvv-1{
  padding: 15px;
}
.srvv-2{
  padding: 0;
  text-align: center;
}
.srvv-img{
  width: 100%;
  background: #fff;
  padding: 20px 15px;
  box-shadow: 0 -10px 10px -10px #000000b8 inset;
  border-radius: 50%;
}
.srvv-img img{
  border-radius: 50%;
}
.srvv-text{
  padding: 0;
}
.srvv-text span{
  color: #ffff01;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  padding: 12px 0 3px;
  display: block;
}
.srvv-text p{
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 0 5px;
}
.srvv-text a{
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  animation: 0.3s blink1 alternate infinite;
  display: block;
}

@keyframes blink1 {
  0%{color:#ffffff;}
  50%{color:#ffff01;}
  100%{color:#b30103;}
}

.list-contact {
    font-size: 65px;
    font-weight: 800;
    animation: blink2 0.4s infinite;
    text-align: center;
    display: block;
    padding: 0 0 15px;
}

@keyframes blink2{
  0%{
    color:#ffff01;
  }
  100%{
    color:#ffffff;
  }
}
/* service list section  end*/




/* copyright section start */
.copy-right{
    padding: 12px 0;
    background: #ffff01;
    text-align: center;
}
.copy-right p{
    color: #000;
    padding: 0 0px 5px;
    line-height: 20px;
    font-weight: 600;
    font-size: 13px;
}
.copy-right span{
    font-size: 15px;
    font-weight: 700;
    color: #b30103;
    display: block;
    line-height: 23px;
}
/* copyright section end */




#callbook {
    background: green;
    bottom: 0;
    height: 38px;
    left: 0;
    position: fixed;
    display: none;
    right: 0;
    z-index: 9999;
}
#callbook ul {
    padding: 0px;
}
#callbook ul li {
    border-bottom: 1px solid #fff;
    background: red;
    position: relative;
    padding: 22px 12px 0;
    width: 50%;
    float: left;
    text-align: center;
}
#callbook ul li a span {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    top: -15px;
}
#callbook ul li a i {
    color: #fff;
    position: relative;
    top: -13px;
    padding: 0 5px 0 0;
    font-size: 20px;
}
#callbook ul li a i {
    animation: pulsate 0.5s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: pulsate 0.5s ease-out;
    -webkit-animation-iteration-count: infinite;
}
@keyframes pulsate {
    0% {
        transform: scale(0.9, 0.9);
        opacity: 1;
    }
    50% {
        transform: scale(1.2, 1.2);
        opacity: 1;
    }
    100% {
        transform: scale(0.9, 0.9);
        opacity: 1;
    }
}



@media (max-width: 767px){
.topadd-section1 {font-size: 20px;padding: 8px 0 5px;line-height: 35px;}
.header-logo-1{display: block;}
.header-logo-center-1 img {width: 230px;}
.header-logo-center-1 {padding: 0;}
.header-logo-left-1 {padding: 10px 0 0;}
.header-logo-right-1 {padding: 0 0 10px;}
.about-head strong, .srv-head strong {font-size: 40px;}
.contact-text span {font-size: 25px;}
.cta-nfo p {font-size: 80px;}
.contentdg a {font-size: 48px;}
.choose-right-1 { padding: 0;}
.bestservices-text strong {font-size: 21px;}
.srvv-head p {font-size: 25px;line-height: 40px;}
.list-contact {font-size: 50px;}
.srv-list { padding: 15px 0;}
.copyryt span {padding: 0px 0 70px;}
.copy-right {padding: 12px 0 45px;}
.award-title strong {font-size: 42px;}
.bestservices-text p {height: 270px;}
#callbook {display: block;}
.about-us-1 img {
   
    width: 100%;
   
}
}


@media only screen and (min-width: 767px) and (max-width:990px){
.header-logo-1{display: block;}
.header-logo-center-1 {padding: 0;}
.header-logo-center-1 img {width: 238px;}
.header-logo-right-1 {padding: 0 15px 15px;}
.choose-right-1 {padding: 0;}
.choose-left-1 {padding: 0 0 30px;}
.srvv-head p {font-size: 30px;line-height: 45px;padding: 40px 0 20px;}
.topadd-section1 {font-size: 25px;line-height: 40px;}
.top-left-1 p {font-size: 22px;padding: 8px 10px 0px;}
.top-right-1 {font-size: 22px;}
.contact-text p {font-size: 26px;padding: 5px 15px;}
.cta-nfo p {font-size: 100px;}
.about-head strong {font-size: 48px;}
.bestservices-text p {height: 200px;}
}


@media only screen and (min-width: 991px) and (max-width:1200px){
.services1 {padding: 0 6px 40px;}
.service4 strong {font-size: 16px;}
.why-head strong {font-size: 46px;}
.contact-text span {font-size: 18px;}
.contact-text p {font-size: 28px;line-height: 40px;}
.add-line {font-size: 15px;line-height: 30px;}
.cta-nfo p {font-size: 80px;}
.contentdg a {font-size: 40px;line-height: 52px;}
.best-services1 {padding: 15px 10px;}
.bestservices-text strong {font-size: 17px;}
.bestservices-text span {font-size: 14px;}
.bestservices-text a {font-size: 37px;width: 65px;height: 65px;line-height: 52px;}
.srvv-head p {font-size: 28px;}
.srvv-1 {padding: 0 8px;}
.srvv-text span {font-size: 18px;}
.list-contact {font-size: 62px;}
.srv-list-1 .list-head {font-size: 25px;}
.srv-head strong {font-size: 52px;}

}





@media only screen and (min-width:1201px) and (max-width:1330px){
.bestservices-text strong {font-size: 21px;}
.contentdg a {font-size: 50px;}
.contact-text span {font-size: 24px;}
}

@media only screen and (min-width:1331px) and (max-width:1440px){

}

@media (min-width:0) and (max-width:600px){
.topadd-section1 {font-size: 18px;line-height: 31px;}
.services1 {width:100%;padding: 15px 0;}
.about-head strong, .srv-head strong {font-size: 25px;padding: 5px 15px;}
.contact-text span {font-size: 19px;}
.contact-text p {font-size: 25px;line-height: 35px;padding: 8px 10px;}
.add-line {font-size: 16px;line-height: 32px;}
.cta-nfo p {font-size: 70px;}
.contentdg a {font-size: 40px;line-height: 50px;}
.best-services1{width:100%;}
.testi-1{width:100%;padding: 30px 0 15px;}
.list-contact {font-size: 45px;}
.srvv-head p {font-size: 20px;line-height: 32px;padding: 20px 0 0;}
.srv-head span, .about-head span {font-size: 15px;}
.award-title strong {font-size: 35px;}
.bestservices-text p {height: auto;}


}

@media (min-width: 290px) and (max-width:500px){
.header-logo-center-1 img {width: 118px;}
.topadd-section1 {font-size: 16px;line-height: 26px;}
.mainsrv-sec-1 {padding: 20px 0;}
.mainsrv-contant {padding: 20px 0 0;}
.choose-sec-2 {padding: 0px 0 30px;}
.aboutus-section1 {padding: 0 0 30px;}
.srv-head span,.about-head span {font-size: 13px;line-height: 22px;}
.about-head strong, .srv-head strong {font-size: 22px;line-height: 30px;}
.contact-text p {font-size: 20px;line-height: 30px;}
.add-line {font-size: 15px;line-height: 25px;}
.cta-nfo p {font-size: 49px;padding: 0 5px 5px;}
.contentdg a {font-size: 28px;line-height: 38px;}
.bestservices-section1 {padding: 30px 0;}
.choose-1{width:100%;}
.bestservices {padding: 0;}
.best-services1 {padding:20px 0 0px;}
.srvv-head p {font-size: 19px;line-height: 29px;}
.srvv-1 {width: 100%;}
.srvvv-sec-1 {padding: 40px 0 27px;}
.list-contact {font-size: 28px;}
.srv-list-1 .list-head {font-size: 25px;}
.testi {padding: 35px 0px 0px 0px;}
.srv-list {padding: 23px 0 15px;}
.top-left-1 p {font-size: 19px;}
.top-right-1 {font-size: 18px;}
.testimonials1, .choose-sec-1 {padding: 0 0 35px}
.about-head {padding: 0 0 15px;}
.award-title strong {font-size: 30px;line-height: 32px;}
.award1 {width: 100%; padding: 6px;}

}