@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&display=swap');
body{
  margin:0;
  padding:0;
  font-family: 'Lexend Deca', sans-serif;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}
.main{
  margin: auto;
  padding: 0;
  width: 94%;
}
a{
  color: #000000;
  text-decoration: none;
}
a:focus, a:hover {
  color: #000;
  text-decoration: none;
}
img{
  max-width: 100%;
}

p{
  margin: 0;
  padding: 0;
}
ul{
  list-style:none;
  margin: 0;
  padding: 0;
}
.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}


/* top section start */
.tophead-section{
  background: linear-gradient(13deg, #a40b02, #26285c);
}
.tophead-left1 p{
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 7px 0;
}
.tophead-right1{
  padding:0;
}
.tophead-right1 ul li{
  font-size: 17px;
  text-transform: capitalize;
  padding: 6px 6px;
  display: inline-block;
  color: #fff;
}
.tophead-right1 ul li i{
  color: #fdff00;
  padding: 0 2px 0;
}
/* top section end */


/* head section start */
.head-align{
  align-items: end;
  justify-content: center;
}
.head-left1{
  text-align: center;
}
.head-right1{
  padding: 0 0 0 20px;
  text-align: center;
}
.head-right2{
  padding: 0;
}
.head-line{
    padding: 0 0 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.head-list{
  width: 60%;
  padding: 0;
}
.head-list ul li{
  font-size: 17px;
  display: inline-block;
  color: #000000;
  text-transform: capitalize;
  font-weight: 500;
}
.head-list ul li i{
  color: #990d09;
  padding: 0 0px 0 3px;
  font-size: 7px;
  font-weight: 600;
}
.head-num{
  width: 45%;
  padding: 0;
  text-align: center;
}
.head-num a{
  font-size: 34px;
  font-weight: 700;
  text-transform: capitalize;
  color: #000;
  display: inline-block;
  animation: boun 0.4s infinite;
}
@keyframes boun {
    0% {
        transform: translateY(6px);
        color:#2e2657;

    }
    100% {
        transform: translateY(0);
        color:#9a0d08;
    }
}
.head-mark{
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
  background: #2d2757;
  padding: 9px 25px 4px;
  border-radius: 30px 0 0 0;
}
/* head section end */


/* banner section start */
.banner img{
  width:100%;
}
/* banner section end */


/* services section start */
.services-sec{
    text-align: center;
    border: 1px solid #d7d7d7;
    border-top: 0;
    border-radius: 0 0 15px 15px;
    padding: 0;
}
.services-1{
  padding: 0;
}
.services-1:nth-child(2) .services-2:before {
    content: "";
    position: absolute;
    left: 0;
    height: 275px;
    z-index: -1;
    bottom: 75px;
    border-left: solid 1px #eee;
}
.services-1:nth-child(2) .services-2:after {
    content: "";
    position: absolute;
    right: 0;
    height: 275px;
    z-index: -1;
    bottom: 75px;
    border-right: solid 1px #eee;
}
.services-2{
  padding: 12px 50px;
}
.service_card_content{
  padding: 18px 0 13px;
}
.service_card_content p {
    font-size: 22px;
    font-weight: 700;
    padding: 0;
    text-transform: capitalize;
    color: #980e0a;
    display: block;
}
.service_card_content .srv-text{
   padding: 5px 0 15px;
   font-size: 15px;
   font-weight: 400;
   line-height: 26px;
   color: #2c2c2c;
}
.service_card_img {
  padding: 0;
}
.sv-call a {
  border-radius: 50%;
  height: 65px;
  text-align: center;
  border: 3px solid #2d275733;
  width: 65px;
  line-height: 59px;
  display: inline-block;
  background: #2d2757;
  color: #ffffff;
  animation: pulse2 2s linear infinite;
  font-size: 27px;
  font-weight: 600;
}
.sv-call a i{
   font-weight: 600; 
}
@keyframes pulse2 {
   0% {
      box-shadow: 0 0 0 0 #2d275796;
   }

   to {
      box-shadow: 0 0 0 10px transparent
   }
}

/* services section end */

/* about us section start */
.about{  
  overflow: hidden;
}
.about-left{
    padding: 0 15px 0 0;
}
.about-left-1{
    padding: 28px 25px 15px 12px;
    position: relative;
    background: #2d2757;
}
.about-left-1:before {
    content: "";
    position: absolute;
    left: -135px;
    width: 100%;
    height: 100%;
    z-index: -1;
    bottom: 0;
    background: #2d2757;
}
.bestsv1{
  padding: 15px 15px 15px;
  text-align: center;
}
.best-img img{
    border-radius: 10px;
    border-bottom: 7px solid #9e0d07;
}
.best-text strong{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    padding: 12px 0 0px;
    display: block;
    color: #fdff00;
}
.best-text p {
    color: #ffffff;
    padding: 3px 0 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 27px;
}
.about-right{
    padding: 28px 12px 0 25px;
}
.about-title{
    text-align: center;
}
.about-title strong{
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 800;
    display: block;
    color: #2d2757;
    margin: -4px 0 0;
    font-family: 'Gabarito', sans-serif;
}
.about-title p{
    text-transform: capitalize;
    font-size: 16px;
    color: #980d0a;
    font-weight: 500;
}
.about-us-content p{
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    color: #2c2c2c;
    padding: 10px 0 0;
    text-align: justify;
}
.about-us-content p strong{
    color: #990e0a;
    font-weight: 600;
}
.about-us-content ul{
  padding: 9px 12px;
  background: #fff;
  text-align: -webkit-auto;
  border: 1px solid #2d2757;
  border-radius: 8px;
  margin: 20px 0 8px;
}
.about-us-content ul li{
    position: relative;
    border-radius: 12px;
    display: flex;
    padding: 2px 0 2px 21px;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #2c2c2c;
}
.about-us-content ul li:before {
     content: "";
     font-size: 17px;
     height: 18px;
     width: 18px;
     border: 4px solid #fff;
     background: linear-gradient(13deg, #a40b02, #26285c);
     border-radius: 38%;
     transform: rotate(180deg);
     position: absolute;
     left: 0;
}
/* about us section end */



/* awards section start */
.award-left{
  padding: 12px;
}
.award-right{
  padding: 12px;
}
.awards-1{
  padding: 12px;
}
.awards-2{
  padding:0;
  text-align: center;
}
.awards-2 img{
  width: 100%;
}
.award-right1 ul li{
  background: #970e0b;
  margin: 13px 0;
  padding: 9px 15px 9px 15px;
  text-transform: capitalize;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  border-radius: 50px;
}
.award-right1 ul li i{
    color: #feff01;
    font-weight: 600;
    display: inline-block;
    font-size: 17px;
    text-align: center;
    padding: 0;
}

/* awards section end */


/* why choose us section start */
.choose-sec-1{
  background: #2d2757;
  padding: 0 25px 25px;
  border-radius: 0 0 20px 20px;
  margin: 60px 0 0;
}
.choose-1{
   padding: 0 0 25px;
   text-align: center;
   margin: -28px 0 0;
}
.chooseline-icon{
    position: relative;
    margin: 0 0 35px;
}
.chooseline-icon i{
    color: #fff;
    font-size: 44px;
    line-height: 102px;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    margin: 0 auto;
    background: #920e0b;
    border: 10px solid #fff;
    left: 0;
    right: 0;
}
.chooseline-icon:before {
    content: '';
    background: white;
    position: absolute;
    width: 5px;
    height: 37px;
    bottom: -27px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 10px;
}
.chooseline-content .title{
    color: #feff01;
    font-size: 19px;
    font-weight: 400;
    padding: 5px 0 0;
    text-transform: capitalize;
}
.why-add{
  text-align: center;
  border-radius: 11px;
  background: #fff;
  padding: 0 0 15px;
}
.why-add p{
  color: #000;
  font-size: 15px;
  line-height: 27px;
  font-weight: 500;
  padding: 15px 12px 8px;
}
.why-add ul li{
  color: #970e0b;
  font-size: 17px;
  line-height: 27px;
  font-weight: 600;
  padding: 3px 15px 4px;
  display: inline-block;
}
/* why choose us section end */

/* testimonial section start */
.testimonials{
  overflow: hidden;
}
.testi-flex{
  align-items: end;
}
.testi-left{
  text-align: center;
}
.testi-right{
  padding: 0 0 0 30px;
}
.testi-right1{
  padding:0;
}
.testimonial-sec{
  padding: 0 75px 0 30px;
  position: relative;
  background: #920e0b;
  margin: 30px 0 0;
}
.testimonial-sec:before {
    content: "";
    position: absolute;
    right: -102px;
    width: 456px;
    height: 100%;
    z-index: -1;
    bottom: 0;
    background: #920e0b;
}
.testi-1{
  padding: 30px 12px;
}
.testi-2{
  padding: 0 0 25px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid white;
}
.testi-text p {
    color: #ffffff;
    padding: 8px 15px 15px;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
}
.testi-box {
    text-align: center;
}
.testi-box1{
    padding: 0 0px 10px;
    line-height: 0;
}
.testi-box1 span {
    color: #000000;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    display: block;
    padding: 20px 0;
    background: #ffffff;
    border-radius: 15px 15px 0 0;
}
.testi-text ul li{display: inline-block;}
.testi-text ul i {
    font-size: 20px;
    color: #feff01;
}
/* testimonial section end */



/* main services section start */
.main-srv-0{
   padding: 12px;
}
.main-srv-1{
   text-align: center;
}
.main-srv-text span {
    display: block;
    font-size: 22px;
    font-weight: 700;
    padding: 18px 0 2px;
    text-transform: capitalize;
    color: #980e0a;
}
.ss-ser-img-div img {
    border: 5px solid #ffffff;
    box-shadow: 0 0 6px #e9e9e9;
    border-radius: 400px 400px 0 0;
}
.main-srv-text{
  
position: relative;
  
padding: 20px 0 0;
}
.main-srv-text:before {
    content: '';
    background: #2d2757;
    position: absolute;
    width: 7px;
    height: 30px;
    top: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 10px;
    z-index: -1;
}
.nss-text{
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #2c2c2c;
}
/* main services section end */

/* copyright section start */
.copyright-sec{
  padding: 0;
  border-top: 2px solid #ffffff;
  background: #2d2757;
  text-align: center;
}
.disclaimer p{
    padding: 10px 0 8px;
    font-size: 12px;
    font-weight: 200;
    line-height: 22px;
    color: #dbdbdbed;
    border-bottom: 1px solid #ffffff17;
}
.copyryt{
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #ffffff;
    padding: 5px 0 12px;
    display: block;
}
.footer-navigation1{
  padding: 7px 0 0;
  text-align: center;
}
.footer-navigation1 ul li{
    padding: 10px 25px 0;
    position: relative;
    font-size: 15px;
    font-weight: 300;
    text-transform: capitalize;
    color: #ffffff;
    display: inline-block;
}
.footer-navigation1 ul li a{
    color: #feff01;
}
/* copyryt section end */


#callbook {
  background:green;
  bottom: 0;
  height: 38px;
  left: 0;
  position: fixed;
  display: none;
  right: 0;
  z-index: 999999;
}
#callbook ul{
  padding: 0px;
}
#callbook ul li {
  background: #d50000;
  position: relative;
  padding: 7px 12px 15px;
  width:50%;
  float:left;
  text-align: center;
}
#callbook ul li:last-child{
  background: #008b12;
}
#callbook ul li a span {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  position: relative;
  top: 0px;
  text-transform: uppercase;
}


@media (max-width: 767px){
.tophead-section {padding: 4px 0 5px}
.tophead-left1 p {font-size: 17px;}
.tophead-right1 ul li {padding: 3px 6px 6px;}
.head-list, .head-num{width: 100%;}
.head-right1 {padding: 0;}
.head-line {padding: 0 12px 2px;display: block;}
.services-2 {padding: 12px;}
.services-1:nth-child(2) .services-2:before , .services-1:nth-child(2) .services-2:after {height: 0;}
.choose-1 {padding: 10px 0 30px;}
.why-add ul li {font-size: 15px;padding: 0px 9px 4px;}
.why-add p {font-size: 14px;line-height: 26px;}
.testi-left {padding: 0 12px 50px;}
.testimonial-sec {padding: 12px 15px 12px 20px;}
.copyryt{padding: 8px 0 50px;}
.about-right {padding: 28px 12px 0;}
.testi-1 {padding: 12px;}
.about-left-1 {padding: 28px 15px 15px 12px;}
.about-us-content p {text-align: left;}
#callbook {display:block;}

}


@media only screen and (min-width: 768px) and (max-width: 991px) {
.tophead-section {padding: 4px 0 5px}
.tophead-right1 ul li {padding: 3px 6px 6px;}
.head-right1 {padding: 0;}
.head-line {padding: 0 0 5px;}
.services-1:nth-child(2) .services-2:after {height: 0;}
.choose-1 {padding: 10px 0 40px;}
.why-add ul li {font-size: 16px;}
.why-add p {font-size: 14px;line-height: 26px;}
.testi-left {padding: 0 0 35px;}
.testimonial-sec {padding: 0 15px 0 30px;margin: 15px 0 0;}
.about-right {padding: 28px 12px 0;}

}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
.tophead-left1 p {font-size: 15px;}
.tophead-right1 ul li {font-size: 15px;padding: 6px 3px;}
.head-list ul li {font-size: 16px;}
.head-num a {font-size: 27px;}
.head-line {padding: 0 0 18px;}
.why-add ul li {font-size: 16px;padding: 3px 8px 4px;}
.testimonial-sec {padding: 0 0 0 30px;}

}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
}

@media (max-width: 575px) and (min-width: 0px) {
.tophead-left1 p {font-size: 15px;}
.tophead-right1 ul li {padding: 3px 4px 6px;font-size: 15px;}
.about-title strong {font-size: 35px;}
.testi-right {padding: 0 0 0 15px;}
.why-add ul li {padding: 0px 9px 0px;}
.about, .choose-sec{padding: 0 !important;}
}


@media (max-width: 419px) and (min-width: 290px) {
.tophead-section {padding: 4px 0px 10px;}
.tophead-right1 ul li {padding: 0px 4px;}
.head-list ul li {font-size: 15px;}
.about-title strong {font-size: 28px;line-height: 35px;}
.choose-sec-1 {padding: 0 15px 15px;}
.awards-1{width:100%;}
.testimonial-sec {padding: 12px 22px 12px 6px;}
.head-mark {font-size: 16px;padding: 8px 25px 2px;}
.footer-navigation1 ul li {padding: 10px 12px 0;}
}