@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&amp;display=swap');
body{
    padding: 0;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    color: #a81627;
}
.main{
  width: 93%;
  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 add section start */
.top-add{
    padding:0;
    background: #a81627;
}
.top-add-1{
    padding: 9px 22px 3px;
    float: left;
    width: 100%;
    position: relative;
    border-radius: 30px;
    font-weight:600;
    color: #ffffff;
    font-size: 19px;
}
.top-add-1 .topa{
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #eb0909;
}
.top-add-1 .topb{
    height: 15px;
    width: 15px;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #eb0909;
    left: unset !important;
    right: 0;
}

/* top add section end */


/* top head section start */
.top-head{
    padding:0;
    background: #a81627;
}
.top-head-1{
    padding:0;
    display: flex;
    align-items: center;
}
.top-head-left{
    padding:0;
}
.top-head-left-1{
    padding:0;
    text-align: center;
}
.top-head-left-1 ul li{
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    padding: 3px 15px 5px;
    text-transform: capitalize;
    display: inline-block;
}
.top-head-left-1 ul li a{
    color: #ffffff;
}
.top-head-left-1 ul li a i {
    color: #ffffff;
    padding-right: 2px;
    font-size: 20px;
}
.top-head-right{
    padding:0;
}
.top-head-right-1{
    color: #000;
    background: #ffffff;
    padding: 10px 55px;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    display: inline-block;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 9% 100%);
}
/* top head section end */


/* header section start */
.header-logo{
    padding: 0;
}
.header-logo-1{
  padding:0;
  display: flex;
  align-items: center;
}
.header-logo-left{
  padding:0;
}
.header-logo-left-1{
  padding:12px 6px 15px;
  text-align: center;
}
.header-logo-right{
  padding:0;
}
.header-logo-right-1{
  padding:10px 6px 15px;
  text-align:center;
}
/* header section end */

/* top add1 section start */
.top-add1{
    padding:0;
    text-align: center;
    background: #a81627;
}
.top-add2{
    padding: 15px 0;
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    animation-name: bounce;
    animation-duration: 800ms;
    animation-iteration-count: infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {color:#ffffff;}
  40% {color: #a81627;}
  60% {color:#ffffff;}
}
.top-add2 strong{
    
display: inline-block;
    
font-size: 45px;
    
color: #ffffff;
    
background: #d8a609;
    
margin: 5px auto 0;
    
padding: 4px 15px 1px;
    
text-transform: uppercase;
    
width: 46%;
}
/* top add1 section end */

/* banner section start */
.slider-section{
  padding: 0;
  margin-top:-1px;
}
.slider-section img{
  width: 100%;
}
/* banner section end */

/* years experience section start */
.years-experience{
   
padding: 30px 0 0;
}
.years-experience strong{
    font-size: 75px;
    display: block;
    font-weight: 800;
    text-transform: capitalize;
    text-align: center;
    animation-name: bounce;
    animation-duration: 800ms;
    animation-iteration-count: infinite;
    background: #d8a609;
    padding: 0 15px 8px;
}
/* years experience section  end */


/* about us section start */
.about-section{
    padding:0;
}
.about-section-1{
    padding: 60px 0;
}
.about-title{
    padding: 0;
    text-align:center;
}
.about-title strong{
    font-size: 65px;
    font-weight: 100;
    line-height: 29px;
    text-transform: capitalize;
    font-family: 'Lobster', cursive;
    padding: 0 0 25px;
    display: block;
}
.about-us-content{
    padding:15px 0 0;
}
.about-us-content p{
    font-size: 15px;
    font-weight: 500;
    line-height: 29px;
    color: #303030;
    padding: 8px 0;
    text-align: justify;
}
.about-us-content p strong{
    color: #000000;
    font-weight: 600;
}
.about-heading{
    color: #a81627;
    font-size: 20px;
    font-weight: 700;
    padding: 5px 0px 0px;
    display: block;
    text-transform: capitalize;
}
.about-us-content ul{
  padding: 10px 0 0px;
}
.about-us-content ul li{
    font-size: 15px;
    font-weight: 500;
    line-height: 29px;
    color: #303030;
    padding: 1px 0;
}
.about-us-content ul li:before{
    content: "\f6a1";
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    font-size: 14px;
    color: #a81627;
    padding-right: 7px;
}
/* about us section end */


/* add section start */
.add-sec1{
    padding:0;
    text-align: center;
    background: linear-gradient(45deg, #a81627, #eb0909);
    z-index: 1;
}
.add-sec1:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 3%;
    background: url(../images/add-bg.jpg);
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    z-index: 0;
    left: 0;
}
.add-sec2{
    padding: 35px 0 50px;
    text-align:
    center;
}
.add-sec2 p{
    color: #fff;
    padding: 2px 0px 16px;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}
.add-sec2 span{
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
}
.add-sec2 a{
    /* color: #000; */
    background: #ffffff;
    padding: 2px 40px 8px;
    font-size: 45px;
    font-weight: bolder;
    text-transform: capitalize;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
} 
/* add section end */



/* service section start */
.srv-sec-1{
    padding: 80px 0 20px;
}
.srv-sec-content{
    padding: 25px 0 0;
}
.srv-1{
    padding: 20px;
    text-align: center;
}
.srv-2{
    padding: 0;
}
.srv-2 img{
    border-radius: 38% 43% 60% 28%;
}
.srv-text{
    color: #000;
    padding: 0;
    transition: all 0.3s ease 0s;
}

.srv-title{
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    padding: 3px 20px 5px;
    position: relative;
    font-family: 'Lobster', cursive;
    background: linear-gradient(45deg, #a81627, #eb0909);
    display: inline-block;
    margin: -37px auto 0;
    transform: translateY(-12px);
    border-radius: 50px;
}
.srv-content{
    padding: 0px 0 12px;
    font-size: 15px;
    font-weight: 500;
    line-height: 29px;
    color: #303030;
}
.srv-text a {
    color: #000000;
    display: block;
    font-size: 25px;
    text-transform: capitalize;
    font-family: 'Lobster';
    font-weight: 100;
}
.pay-section strong{
    font-size: 90px;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
    display: block;
    padding: 60px 0 0;
    animation-name: bounce1;
    animation-duration: 800ms;
    animation-iteration-count: infinite;
}
@keyframes bounce1 {
  0%, 20%, 50%, 80%, 100% {color:#a81627;}
  40% {color: #ffffff;}
  60% {color:#000000;}
}
/* service section end */


/* add1 section start */
.add1-sec{
    padding: 0;
    background: linear-gradient(45deg, #a81627, #eb0909);
}

.add1-sec:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 3%;
    background: url(../images/add-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    left: 0;
}
.add1-sec-1{
    padding: 30px 0 42px;
    text-align:
    center;
}
.add1-sec-1 p{
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 29px;
}
.add1-sec-1 span{
    padding: 12px 0 8px;
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}
.add1-sec-1 a{
    background: #ffffff;
    padding: 2px 40px 8px;
    font-size: 45px;
    font-weight: bolder;
    text-transform: capitalize;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
}
/* add1 section end */



/* why choose us section start */
.choose-sec{
    padding: 15px 0;
}
.choose-1{
    padding: 15px 15px 50px;
    text-align:
    center;
    display:
    flex;
}
.choose-2{
    padding: 0;
}
.choose-2:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 40px;
    width: 5px;
    margin: auto;
    bottom: -51px;
    background: linear-gradient(360deg, #a81627, #eb0909);
}
.choose-2:after {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: -11px;
    height: 5px;
    width: 79%;
    margin: auto;
    background: linear-gradient(261deg, #a81627, #eb0909);
}
.choose-head p{
    color: #000;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 700;
}
.choose-text span{
    display: block;
    padding: 8px 0 2px;
    font-size: 15px;
    font-weight: 500;
    line-height: 29px;
    color: #303030;
}
/* why choose us section end */


/* banner section start */
.banner{
    padding:0;
}
.banner img{
    width:100%;
}
/* banner section end */

/* testimonial section start */
.testi-sec{
    padding: 30px 0 60px;
}
.testi-sec-1{
    padding:45px 0 24px;
}
.testi-1{
  padding: 30px 15px 0;
}
.testi-2{
  padding:0;
  text-align:center;
}
.testi-desc {
    font-size: 15px;
    font-weight: 500;
    line-height: 29px;
    color: #303030;
    padding: 5px 0 30px;
}
.testi-2 img {
    width: 85px;
    border-radius: 50%;
    box-shadow: 0 0 0px 12px #d8a20a54;
}
.testi-name {
    font-size: 22px;
    color: #000;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 0 3px;
}
.rating li {
    display: inline-block;
    font-size: 16px;
    padding: 0 2px;
    color: #d8a20a;
}
/* testimonial section end */



/* footer section start */
.footer-sec{
    padding: 0;
    background: #000000;
}
.footer-sec:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 3%;
    background: url(../images/add-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    left: 0;
}
.footer-sec-1{
    padding:0;
}
.footer-box{
    padding:0;
}
.footer-1{
    padding: 0;
}
.footer-2{
    padding: 25px 15px 0;
}
.footer-0{
    padding: 0 25px 0px;
}

.footer-3{
    padding: 33px 0 31px;
    background: linear-gradient(360deg, #a81627, #eb0909);
    text-align:center;
}
.footer-title{
    padding: 0;
}
.footer-title-0 strong{
    color: #ffffff;
    font-size: 68px;
    text-transform: capitalize;
    font-family: 'Lobster';
    padding: 0 0 8px;
    display: block;
}
.footer-title strong{
    color: #ffffff;
    font-size: 32px;
    font-weight: 100;
    text-transform: capitalize;
    font-family: 'Lobster';
}
.footer-list{
    padding: 0;
}
.footer-info li{
    padding: 20px 0 5px;
}

.footer-info li i{
    background: #ffffff;
    font-size: 25px;
    border-radius: 50px;
    text-align: center;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-weight: 700;
    display: inline-block;
    color: #000;
    box-shadow: 0 0 0 8px #ffffff30;
}
.footer-info li a {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    padding: 16px 0 0;
    display: block;
}
.srv-list-1{
    padding:0;
}
.srv-list-2{
    padding: 15px;
}
.footer-list-3{
    padding: 15px 0 0;
}
.footer-list-3 ul li{
    color: #ffffff;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 8px 0;
}
.footer-list-3 ul li:before {
     content: "\e020"; 
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    font-size: 15px;
    color: #d82969;
    padding-right: 7px;
}
.disclaimer{
    padding: 17px 0 0;
}
.disclaimer-1{
    padding: 12px 22px 12px;
    font-size: 10px;
    font-weight: 500;
    color: #000;
    line-height: 18px;
    background: #fff;
    text-align: center;
}
/* footer section end */


/* footer copyright section start */
.footer-copyryt{
    background: #a81627;
    padding: 0;
}
.copyryt{
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    padding: 9px 0 8px;
    text-align: center;
}


/* footer copyright section end */

.mobile-call{
    display:none;
}
.call {
    bottom:12px;
    left: 16px;
    position: fixed;
    z-index: 1111;
}
.call a i{
    text-align: center;
    font-size: 16px;
    height: 43px;
    bottom: 10px;
    width: 43px;
    line-height:43px;
    color: #fff;
    background:#f00008;
    border-radius: 50%;
}
.call a:before{
  content: "";
  display: block;
  position: absolute;
  background: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  transition: .3s all;
  border: 2px solid;
  border-color:#f00008;
  transform: scale(2);
  animation: scnee 800ms linear infinite;
}

.call i:after{
  content: "";
  display: block;
  position: absolute;
  background: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  transition: .3s all;
  border: 2px solid;
  border-color:#f00008;
  transform: scale(1.5);
  animation: sollcl 800ms linear infinite;
}

.whatsapp {
    bottom:12px;
    right: 16px;
    font-size: 18px;
    position: fixed;
    z-index: 1111;
}
.whatsapp  a i{
    text-align: center;
    font-size: 20px;
    height: 43px;
    bottom: 10px;
    width: 43px;
    line-height: 43px;
    color: #fff;
    background:#00c800;
    border-radius: 50%;
}
.whatsapp  a:before{
  content: "";
  display: block;
  position: absolute;
  background: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  transition: .3s all;
  border: 2px solid;
  border-color:#00c800;
  transform: scale(2);
  animation: scnee 800ms linear infinite;
}
.whatsapp i:after{
  content: "";
  display: block;
  position: absolute;
  background: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  transition: .3s all;
  border: 2px solid;
  border-color:#00c800;
  transform: scale(1.5);
  animation: sollcl 800ms linear infinite;
}
@keyframes scnee {
     0% {
         transform: scale(1);
         opacity: 1;
     }

     50% {
         transform: scale(1.8);
         opacity: 0;
     }

     100% {
         transform: scale(1);
         opacity: 1;
     }
 }

 @keyframes sollcl {
     0% {
         transform: scale(1);
     }

     50% {
         transform: scale(1.4);
     }

     100% {
         transform: scale(1);
     }
 }




@media (max-width: 767px){
.top-head-1{display: block;}
.top-head-right-1{clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);padding: 7px 10px;}
.header-logo-1{display:block;}
.header-logo-left-1 {padding: 12px 0px 0px;}
.header-logo-right-1 {padding: 0px 0px 12px;}
.top-add2 {font-size: 18px;line-height: 28px;}
.add-sec2 span {font-size: 25px;}
.srv-1 {padding: 20px 10px;}
.srv-title {font-size: 22px;}
.add-sec2 p {font-size: 18px;}
.add-sec2 a, .add1-sec-1 a {font-size: 32px;padding: 2px 30px 6px;}
.add1-sec-1 p {font-size: 15px;line-height: 28px;}
.add1-sec-1 span {font-size: 30px;}
.srv-1 {height: 545px;}
.about-us-content p{text-align: left;}
.add1-sec-1 span {font-size: 28px;}
.footer-list-3 ul li {display: inline-block;padding: 5px 5px;}
.srv-list-2 {padding: 5px 0;}
.srv-list-1 {text-align: center;}
.years-experience strong {font-size: 45px;padding: 5px 15px 8px;}
.top-add2 strong {font-size: 40px;width: fit-content;padding: 20px 15px 18px;}
.top-add2 strong:nth-child(2){display:none;}
.pay-section strong {font-size: 52px;padding: 0;}
.mobile-call{display: block;}
}



@media only screen and (min-width: 768px) and (max-width:990px){
.top-head-left-1 ul li {font-size: 18px;padding: 5px 8px 9px;}
.top-head-left-1 ul li a i {padding-right: 4px;font-size: 17px;}
.top-head-right-1 {padding: 13px 0px 13px 28px;font-size: 16px;}
.header-logo-left-1 {padding: 12px 6px 9px;}
.header-logo-right-1 {padding: 10px 6px 9px;}
.top-add2 {font-size: 18px;}
.add-sec2 span {font-size: 35px;}
.add-sec2 p {font-size: 20px;}
.add-sec2 a, .add1-sec-1 a {font-size: 38px;}
.srv-title {font-size: 28px;}
.choose-2 {padding: 0;}
.choose-head p {font-size: 19px;}
.footer-list-3 ul li {display: inline-block;}
.srv-list-2 { padding: 0 15px;}
.add1-sec-1 span {font-size: 32px;}
.add1-sec-1 p {font-size: 16px;}
.srv-list-1 {text-align: center;}
.footer-info li {padding: 30px 48px 0px;display: inline-block;width: 49%;}
.srv-1 {height: 545px;}
.years-experience strong {font-size: 55px;}
.top-add2 strong {font-size: 30px;}
.pay-section strong {font-size: 75px;padding: 20px 0 0;}

}


@media only screen and (min-width: 991px) and (max-width:1200px){
.top-head-right-1 {font-size: 19px;padding: 12px 15px 12px 40px;}
.srv-title {font-size: 26px;}
.top-add2 {padding: 11px 0;font-size: 22px;}
.top-head-left-1 ul li {font-size: 23px;}
.footer-title-0 strong {font-size: 52px;}
.footer-3 {padding: 52px 0 52px;}
.srv-1 {height: 545px;}
.years-experience strong {font-size: 70px;}
.top-add2 strong {font-size: 35px;}


}


@media only screen and (min-width:1201px) and (max-width:1250px){

}




@media (min-width:0) and (max-width:600px){
.top-add-1 {font-size: 15px;}
.top-head-left-1 ul li {font-size: 20px;padding: 0 15px 5px;}
.add-sec2 span {font-size: 22px;}
.add-sec2 p {font-size: 16px;padding: 5px 0px 14px;}
.add-sec2 a, .add1-sec-1 a {font-size: 25px;padding: 2px 20px 6px;}
.srv-2 {padding: 10px 6px 0;}
.add1-sec-1 span {font-size: 23px;}
.add-sec2 {padding: 20px 0 20px;}
.srv-1 {height: auto;}
.choose-2 {padding: 0 0px;}
.choose-head p {font-size: 20px;}
.srv-1{width: 100%;}
.footer-2 {padding: 15px 0 15px;}
.footer-0 {padding: 0;}
.years-experience strong {font-size: 35px;}

}





@media (min-width: 290px) and (max-width:490px){
.top-head-right-1 {font-size: 14px;padding: 7px 10px 0;}
.top-head-left-1 ul li {font-size: 15px;padding: 0 3px 7px;}
.top-head-left-1 ul li a i {padding-right:4px;font-size: 14px;}
.top-add2 {line-height: 23px;font-size: 14px;padding: 10px 0;}
.add-sec2 span {font-size: 18px;}
.add-sec2 p {font-size: 15px;padding: 5px 0px 10px;}
.add1-sec-1 p {font-size: 13px;line-height: 23px;}
.add1-sec-1 span {font-size: 20px;padding: 8px 0 8px;}
.about-section-1 {padding: 40px 0 35px;}
.srv-sec-content {padding: 17px 0 0;}
.about-title strong{font-size: 42px;padding: 0 0 15px;}
.footer-title-0 strong {font-size: 40px;}
.srv-1{width:100%;padding: 0px 0px 28px}
.choose-1{width: 100%;padding: 15px 0px 50px;}
.testi-sec-1 {padding: 32px 0 12px;}
.testi-1{width:100%;padding: 15px 15px 25px;}
.srv-list-1{width:100%;}
.about-us-content {padding: 0;}
.srv-sec-1 {padding: 45px 0 15px;}
.add1-sec-1 {padding: 22px 0 30px;}
.testi-sec {padding: 20px 0 30px;}
.about-heading {font-size: 18px;}
.years-experience strong {font-size: 23px;padding: 5px 12px 6px;}
.years-experience {padding: 15px 0 0;}
.top-add2 strong {font-size: 22px;padding: 8px 10px 6px;}
.pay-section strong {font-size: 32px;}
}




