@import url('../css2');
@import url('../css2-1');
body {
    padding: 0;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

.main {
    /* width: 90%; */
    padding: 0px 15px;
    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%;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

p {
    margin: 0;
}


/* top section start */
.top-sec{
   padding:0;
   background: #1E3288;
}
.top-sec-1{
   padding:0;
   display: flex;
   align-items: center;
   justify-content: center;
}
.top-col1 {
    padding: 0;
    background: #000000;
}
.top-col2{
    padding:0;
    text-align: center;
    background: #1E3288;
}
.top-col2 ul{
    padding: 0;
}
.top-col2 ul li {
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  padding: 9px 8px 6px;
  text-transform: capitalize;
}

.top-col2 ul li i {
  color: #ffc107;
  font-size: 19px;
}

.top-col2 ul li span {
  display: block;
}
.top-col3{
    padding:0;
}
.top-col4{
  padding: 10px 10px 10px;
  text-align: center;
}
.top-col4:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: inherit;
    left: 0px;
    margin: 0 auto;
    background: #ffc107;
    z-index: 0;
    clip-path: polygon(100% 0, 8% 0, 0 50%, 8% 100%, 100% 100%);
}
.top-col4 a{
    color: #1E3288;
    font-size: 22px;
    font-weight: 800;
    z-index: 1;
    position: relative;
}
/* top section end */


/* header section start */
.header-logo {
    padding: 0;
}
.header-logo-1 {
    padding: 0;
    display: flex;
    align-items: center;
}
.header-logo-left {
    padding: 5px 0;
}
.header-logo-left-1 {
    padding: 0;
    text-align: center;
}
.header-logo-right {
    padding: 15px;
}
.header-logo-right-1 {
    padding: 5px 25px 11px;
    text-align: center;
    border: 2px dashed #0000004f;
    border-radius: 10px;
}
.header-logo-right-1 p{
  font-weight: 600;
  font-size: 19px;
  text-transform: capitalize;
  color: #000000;
  padding: 10px 0 0;
}
.logo-call a{
    font-weight: 900;
    font-size: 40px;
    text-transform: capitalize;
    color: #940100;
    animation: blink 2s linear infinite;
    display: inline-block;
}
@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: .2
    }
}

.solution_on_whatsapp {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 20px 0px;
    color: #000;
    background-color: #ffc107;
    border-radius: 200px;
    text-transform: capitalize;
    display: inline-block;
}
.get_solution_on_whatsapp iconify-icon {
    width: 80px;
    height: 80px;
    font-size: 80px;
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
}
/* header section end */


/* head list section start */
.head-list{
    padding:0;
    background: #940100;
}
.head-list1{
    padding: 0px;
    display: flex;
    align-items: center;
}

.list-left{
    padding: 0;
}
.list-left1{
    padding: 0px 0;
}
.list-left1 ul{
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
.list-left1 ul li{
  padding: 5px 10px;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
}
.list-left1 ul li span{
   background:#861428;
   color:#fff;
   padding: 7px 12px;
   border: 1px solid #c20023;
   font-size: 17px;
   border-radius: 5px;
   margin: 0 0px;
}
.list-left1 ul li:before {
    color: #ffc107;
    content: "\f192";
    font-weight: 900;
    display: inline-block;
    font-size: 13px;
    padding: 0 6px 0 0px;
    font-family: "Font Awesome 6 Pro";
}
.list-right{
    padding: 10px 0;
}
.list-right1{
    padding: 0px;
}
.list-right1 p{
    color: #fff;
    font-size: 18px;
    padding: 0;
    font-weight: 400;
    text-transform: capitalize;
    text-align: right;
}
.list-right1 p i{
    color: #000;
    font-size: 22px;
    padding: 0 7px 0 0;
    font-weight: 600;
    text-transform: capitalize;
    animation: 0.3s blk alternate infinite;
}
@keyframes blk {
  0% {
    color:white;
  }
  100% {
    color: #ffc107;
  }
}
/* head list section end */


/* banner section start */
.slider-section{
  padding: 0;
}
.slider-section img{
  width: 100%;
}
.carousel-caption{
  padding-bottom:100px;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}


.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
}

.carousel-control.left{
  background-image:none;
}
.carousel-control.right{
  background-image:none;
}
.carousel-control.left{
  background-image:none;
}
.carousel-control.right{
  background-image:none;
}
.carousel-control .glyphicon-menu-left{
  color: #ffffff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  top: 50%;
  left: 0;
  border-radius: 0;
  overflow:hidden;
  z-index: 1;
  position: relative;
}
.carousel-control .glyphicon-menu-left:after{
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  transition: .5s;
  z-index: -1;
  height: 100%;
  width: 0;
  border-radius: 0;
  background: #940100;
}
.carousel-control .glyphicon-menu-left:hover:after {
  left: 0;
  width: 100%;
}
.carousel-control .glyphicon-menu-left:hover{
  color: #ffffff;
}
.carousel-control .glyphicon-menu-right{
  /* background:#ac0007; */
  color: #ffffff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  top: 50%;
  right: 0;
  border-radius: 0;
  overflow:hidden;
  z-index: 1;
  position: relative;
}
.carousel-control .glyphicon-menu-right:after{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    transition: .5s;
    z-index: -1;
    height: 100%;
    width: 0;
    border-radius: 0;
    background: #940100;
}
.carousel-control .glyphicon-menu-right:hover:after {
    left: 0;
    width: 100%;
}
.carousel-control .glyphicon-menu-right:hover{
  /* color:#ac0007; */
}
.slider-section .carousel-control{
  opacity:1;
}
.slider-section .carousel-control:focus, .carousel-control:hover {
    opacity:1;
}
/* banner section end */


/* top services section start */
.topservices-section{
    padding:0;
}
.topservices-section1{
  padding: 55px 0px 30px;
}
.topservices{
  padding: 10px 0 0 0px;
}
.top-services1{
  padding: 25px 10px 25px;
}
.top-services2{
  padding: 0 16px;
  /* background: #bb63630a; */
  border-radius: 57% 57% 45px 45px;
  /* background: #efefef9c; */
}
.top-services3{
  padding: 0;
  text-align: center;
}
.srv-img{
    padding: 0;
}
.srv-img img {
    width: 100%;
    /* border: 7px solid white; */
    height: auto;
    transition: all 0.45s ease-in-out;
    border-radius: 50% 50% 30px 30px;
}
.srv-bx{
    padding: 0;
}
.srv-bx strong{
    color: #940100;
    font-size: 26px;
    text-transform: capitalize;
    display: block;
    text-align: center;
    font-weight: 700;
    font-family: Poppins;
    padding: 14px 0 0;
}
.srv-bx span a{
    text-align: center;
    color: #ffffff;
    font-size: 23px;
    display: block;
    font-weight: 900;
}
.top-services3 i {
    width: 72px;
    color: #d60053;
    height: 72px;
    position: absolute;
    left: 0;
    /* top: -42px; */
    background: #FFF;
    line-height: 78px;
    text-align: center;
    border-radius: 50%;
    margin-left: 0;
    z-index: 0;
    font-size: 32px;
    font-weight: 600;
    right: 0;
    margin: 0 auto;
    bottom: -11px;
}
.top-services4{
  padding: 0px 6px;
  text-align: center;
}
.topservices-text {
  padding: 0;
  margin: -2px 0 0;
}

.topservices-text p{
    color: #2a2a2a;
    line-height: 22px;
    padding:10px 0 18px;
    font-size: 14px;
    font-weight: 500;
}
.topservices-text a{
  display: inline-block;
  padding: 0px 25px 5px;
  background: #ffc107;
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 30px;
}
.topservices-text a i{
  display: inline-block;
  padding: 11px 15px 14px;
  border-radius: 0 0 26px 23px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background: #d60053;
}
/* top sservice section end */


/*  why choose us section start */
.casesolve_section1{
    padding: 30px 0 30px;
}
.casesolve_section2{padding: 0;}
.why-head strong{
   color: #fff8b1;
   font-weight: 900;
}
.why-head p{
    color: #fff;
}
.why-head .satisfaction_heading_line{
  background-color: #fff8b1;
}
.why-head .satisfaction_heading_line::after {
  background-color: #fff8b1;
}
.case_solve1{
    padding: 20px 0 0;
}
.case-1{
    padding: 10px 18px;
}
.case-2{
    padding: 0;
    text-align: center;
}
.ft-counterup-innerbox {
  border-radius: 8px;
  background-color: #fff;
  padding: 15px 27px 30px;
  box-shadow: 1.045px 9.945px 60px 0px rgba(68, 68, 68, 0.15);
}
.ft-counterup-icon {
  top: 50%;
  left: -3px;
  z-index: 1;
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 100%;
  background-color: #ffffff;
  transform: translateY(-50%);
  box-shadow: 5.694px 12.79px 30px 0px rgba(234, 30, 0, 0.15);
  line-height: 94px;
}
.ft-counterup-icon:before {
  top: 8px;
  left: 8px;
  content: "";
  z-index: -1;
  width: 65px;
  height: 65px;
  position: absolute;
  border-radius: 100%;
  background-color: #ffc107;
}
.ft-counterup-icon i {
  color: #940100;
  font-size: 35px;
}
.ft-counterup-text span {
  color: #940100;
  font-size: 45px;
  font-weight: 700;
  padding: 0 0 3px;
  display: inline-block;
}
.ft-counterup-text p {
  color: #000000;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 18px;
  background: #ffc107;
  padding: 10px 0 9px;
  border-radius: 40px;
}

/* why choose us section end */

/* about us section start */
.aboutus-section {
    padding: 0;
}

.aboutus-section1 {
    background: url(../img/about-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 0;
    border-left: 6px solid #ffc107;
}
.aboutus-section1:before {
    position: absolute;
    content: "";
    background: #ffffff8f;
    width: 100%;
    height: 100%;
}.aboutus-design {
    padding: 35px 30px 15px;
}

.about-text {
    padding: 0;
    padding-top: 30px;
}

.aboutus-heading {
    padding: 0;
    text-align: center;
}

.aboutus-heading p {
    display: inline-block;
    font-size: 20px;
    text-transform: capitalize;
    color: #000000;
    font-weight: 700;
    padding: 0;
    margin: -3px 0 0;
}

.aboutus-heading span {
    font-size: 40px;
    padding: 0;
    font-weight: 700;
    display: block;
    text-transform: capitalize;
    color: #940100;
    font-family: Poppins;
}

.aboutus-content {
    padding: 15px 15px 35px;
}

.aboutus-content p {
    color: #000;
    line-height: 26px;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
    padding-bottom: 10px;
}

.aboutus-content p strong {
    color: #940100;
    font-weight: 600;
}

.aboutus-content ul {
    list-style: none;
    border-radius: 10px;
    overflow: hidden;
    padding: 6px 0 2px 1px;
    position: relative;
}
.aboutus-content ul li {
    font-weight: 500;
    line-height: 32px;
    color: #2a2a2a;
    padding: 0px 0px 2px 0;
    font-size: 14px;
    z-index: 1;
    position: relative;
}

.aboutus-content ul li:before {
    content: "\f72e";
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    color: #940100;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    border-radius: 50%;
    padding: 0 8px 0 0;
}
@keyframes rotation {
  0% {transform: rotate(0);}
  to {transform: rotate(1turn);}
}
/* about us section end */



/* best services section start */

.bestservices-section{
  padding:0;
}
.bestservices-section1{
  padding: 20px 0 22px;
}
.bestservices{
  padding: 15px 0 0 0px;
}
.best-services1{
  padding: 20px 15px;
}
.best-services2{
  padding: 0;
}

.ft-service-innerbox {
    /* padding: 0 0 20px; */
    overflow: hidden;
    margin: 0 auto;
    border-radius: 6px;
    background-color: #fff;
    transition: 500ms all ease;
    box-shadow: 1.045px 9.945px 60px 0px rgba(68, 68, 68, 0.15);
    position: relative;
}
.ft-service-img {
    overflow: hidden;
    border-radius: 6px;
}
.ft-service-img img {
    width: 100%;
    transition: 500ms all ease;
}
.ft-service-innerbox:hover .ft-service-img  img {
    transform: scale(1.2);
}
.ft-service-text {
    padding: 20px 20px 0px;
}
.ft-service-icon {text-align: right;margin: -11px 0 0;}
.ft-service-icon i {
    font-size: 30px;
    color: #000000;
    width: 50px;
    height: 50px;
    line-height: 59px;
    text-align: center;
    border-radius: 5px;
    background-color: #fff;
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.ft-service-innerbox p{
    padding-bottom: 0;
    color: #940100;
    font-size: 37px;
    text-transform: capitalize;
    display: block;
    text-align: left;
    font-weight: 400;
    font-family: 'Engagement', cursive;
}
.ft-btn a {
    color: #000000;
    font-weight: 700;
    text-align: center;
    position: relative;
    display: inline-block;
    font-size: 17px;
    text-transform: capitalize;
}
.ft-btn a i {
    top: 2px;
    right: 0;
    left: 0;
    position: absolute;
    transition: 500ms all ease;
}
.ft-btn a span {
}
.ft-btn a:hover span {
    opacity: 1;
}
.ft-service-serial {
    right: -30px;
    bottom: -45px;
    height: 100px;
    width: 100px;
    color: #1e3288;
    font-size: 28px;
    font-weight: 700;
    border-radius: 100%;
    background-color: #ffc107;
    transition: 500ms all ease;
    padding: 15px 11px 10px 28px;
    position: absolute;
    line-height: 27px;
}
/* best serevices section end */



/* why us section start */
.choose-section{
    padding: 0 0px 30px;
    background: url(../img/why-bg.jpg);
    background-repeat:no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}
.choose-section:before {
    position: absolute;
    content: "";
    background: #000000d1;
    width: 100%;
    height: 100%;
}



.choose-section-1{
  padding: 60px 0 0px;
}

.choose-content{
  padding: 35px 0 0;
}
.choose-title{
    padding:0;
    text-align: center;
}
.choose-title span {
    font-size: 45px;
    padding: 0;
    font-weight: 700;
    display: block;
    text-transform: capitalize;
    color: #fec107;
    font-family: Poppins;
}
.choose-title p{
    display: inline-block;
    font-size: 20px;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 300;
    padding: 0;
    margin: 5px 0 0;
}
.choose-1{
  padding: 0 0 18px;
}
.choose-2{
  padding: 0;
  text-align: center;
}
.inner {
    position: relative;
}
.inner i {font-size: 66px;font-weight: 400;color: #ffffff;}
.count-box{
    font-size: 45px;
    color: #000000;
    font-weight: 700;
}
.counter-title {
    display: block;
    padding: 12px 0px;
    font-size: 21px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
}
/* why us section end */



/* award section start */
.awards-section{
  padding: 0;
}
.awards-section1{
  padding: 45px 0px 40px;
  margin-top: -210px;
  background: #fff;
}
.award-title img{
  width: 29px;
  padding: 0 0 5px;
}
.awards{
  padding: 10px 45px 0;
}
.awards-1{
    padding: 15px;
}

.awards-2{
  padding:0;
}
.awards-2 img{
  width:100%;
}

/* award section end */



/* testimonial section start */
.testimonials {
    padding: 50px 0 0 0;
}
.testimonials1 {
    padding: 0;
}
.testi {
    padding: 30px 0 35px;
}
.testi-1 {
    padding: 0px 25px 50px;
}
.testi-2 {
    padding: 0;
}
.testimonial-full-div {
    border: 1px solid #f4f4f4;
    text-align: center;
    padding: 28px 0px 0;
    min-height: 361px;
    background: #940100;
}
.testimonial-top-div {
    padding-bottom: 38px;
}
.testimonial-top-div img {
    border-radius: 50%;
    box-shadow: 0 0 13px 0px white;
    /* width: 97px; */
    background: white;
    padding: 4px;
}
.testimonial-text {
    border-top: 1px solid #f4f4f4;
    padding: 20px 20px;
    background: #ffffff;
}

.testimonial-text span {
    background: #ffc107;
    text-transform: capitalize;
    transform: translateY(-36px);
    color: #000000;
    font-size: 19px;
    border-radius: 50px;
    padding: 6px 18px;
    display: inline-block;
    font-weight: 700;
    margin-top: -3px;
}
.testimonial-text p {
    color: #2a2a2a;
    line-height: 31px;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    margin: -21px 0 0;
}
.rating {
    padding: 10px 0 0;
}
.rating i {
    color: #ffffff;
    padding: 7px 1px 0;
    font-size: 17px;
}
/* testimonial section end */


/* footer section start */
.footer-section{
    padding: 0;
    background: #940100;
}

.footer-section1{
    padding: 0;
}
.footer-about{
    padding: 0;
}
.footer-about1{
    padding: 40px 20px 0;
}
.footer-list{
    background: #ffc107;
    padding: 41px 20px 22px;
}
.about-head{
    text-align:center;
    padding: 0;
}
.about-head p{
    color: #feba01;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 700;
    padding: 0px 0;
    font-family: Poppins;
}
.footer-list .about-head p{
    color: #940100;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 700;
    padding: 0px 0;
    font-family: Poppins;
    background: white;
    border-radius: 50px;
}
.about-txt{
    padding: 15px 0 10px 0;
    text-align: center;
}
.about-txt p{
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.3px;
    margin: 0;
    font-weight: 300;
}
.about-txt p .capp{
    color: #feba01;
    font-weight: 500;
    padding: 0 2px 0 0;
    text-transform: capitalize;
}
.footer-list .quick-serv ul li{
    text-decoration: none;
    color: #000000;
    padding: 6px 8px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 500;
}
.footer-list .quick-serv ul li:before {
    content: "\f185";
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    color: #940100;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    border-radius: 50%;
    padding: 0 8px 0 0;
    border: 0;
}
.about-txt ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.about-txt ul li{
    display: inline-block;
    padding: 15px 5px 10px 5px;
}
.about-txt ul li a{
    text-decoration: none;
    color:#a3042c;
}
.about-txt ul li a i{
    color: #feba01;
    border: 2px solid #ffffff;
    padding: 6px 8px;
    line-height: 23px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    width: 40px;
}
.about-call{
    padding: 31px 0 0;
    text-align: center;
}
.about-call ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.about-call ul li{
    display: block;
    border-top: 1px solid #ccbbbb;
    position: relative;
    font-size: 20px;
    text-align: center;
    margin-bottom: 31px;
    padding-top: 31px;
}
.about-call li a{
    color: #fff;
}
.about-call li i{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #ffc107;
    line-height: 45px;
    text-align: center;
    color: #000000;
    font-size: 20px;
    position: absolute;
    top: -25px;
    left: 0;
    transition: 0.4s;
    margin: 0 auto;
    right: 0;
}
.quick-serv{
    padding: 14px 0 0;
    text-align: left;
}
.quick-serv ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.quick-serv ul li{
   color: #fff;
    font-size: 16px;
    line-height: 28px;
    padding: 5px 0;
    text-transform: capitalize;
    font-weight: 400;
}
.quick-serv li i{
    color: #feba01;
    padding: 0 5px 0 0;
}
/*footer section end*/


/* copyright section start */
.copy-right{
    padding:0;
    background: #1e3288;
    border-top: 2px solid #ffc107;
}
.disclimer{
    padding: 0px 0 10px;
    text-align: center;
    font-size: 13px;
    font-weight: 200;
    line-height: 29px;
    color: #fff;
}
.disclimer p{
    color: #ffffff;
    /* padding: 22px 0px 7px; */
    line-height: 30px;
    font-weight: 500;
    font-size: 17px;
}
.copyryt{
  padding:0;
  text-align: center;
}
.copyryt span{
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    padding: 15px 0 15px;
    display: inline-block;
}
.copyryt span a{
    color: #ffffff;
}
/* copyright section end */


#callbook {
    background: green;
    bottom: 0;
    height: 50px;
    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: 21px;
    width: 50%;
    list-style: none;
    float: left;
    text-align: center;
}
#callbook ul li a span {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    top: -11px;
}
#callbook ul li a i {
    color: #fff;
    position: relative;
    top: -11px;
    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){
.top-sec-1{display: block;}
.top-col2 {padding: 6px 0 5px;text-align: center;}
.top-col4:before {clip-path: polygon(100% 0, 0 0, 0 50%, 0 100%, 100% 100%);}
.top-col4 a{font-size: 42px;}
.top-services1 {padding: 20px 0px 35px;}
.header-logo-1{display:block;}
.header-logo-left {padding: 5px 0 0px;}
.header-logo-right {padding: 0 0 25px;}
.header-logo-right-1 p {font-size: 17px;}
.head-list1{display: block;}
.list-left1 ul{text-align: center;padding: 10px 0 0;}
.list-right1 p{text-align: center;padding: 0 0 4px;}
.top-services2 {padding: 0 9px;}
.srv-bx strong {font-size: 36px}
.case-1 {padding: 10px 7px;}
.ft-counterup-text p {font-size: 17px;}
.ft-counterup-text span {font-size: 42px;}
.aboutus-design {padding: 25px 15px 15px;}
.best-services1 {padding: 20px 7px;}
.awards {padding: 10px 30px 0;}
.awards-1 {padding: 15px 5px;}
.testi-1 {padding: 0px 6px 50px;}
.copyryt span {padding: 6px 0 73px;}
#callbook {display: block;}
}

@media only screen and (min-width: 767px) and (max-width:991px){
.top-sec-1{display: block;}
.top-col2 {padding: 6px 0 5px;}
.top-col4:before {clip-path: polygon(100% 0, 0 0, 0 50%, 0 100%, 100% 100%);}
.top-col4 a{font-size: 42px;}
.top-services1 {padding: 20px 0px 35px;}
.header-logo-1{display:block;}
.header-logo-left {padding: 15px 0 8px;}
.header-logo-right {padding: 0 15px 25px;}
.head-list1{display: block;}
.list-left1 ul{text-align: center;padding: 10px 0 0;}
.list-right1 p{text-align: center;padding: 0 0 4px;}
}

@media only screen and (min-width: 991px) and (max-width:1200px){
.top-col4 a {font-size: 22px;}
.top-col2 ul li {font-size: 13px;padding: 9px 2px 6px;}
.top-col2 ul li i {font-size: 16px;}
.logo-call a {font-size: 34px;}
.solution_on_whatsapp {font-size: 14px;}
.header-logo-right-1 p {font-size: 15px;padding: 8px 0 0;}
.top-services1 {padding: 20px 0px 35px;}
.srv-bx strong {font-size: 38px;}
.ft-counterup-innerbox {padding: 15px 11px 30px;}
.case-1 {padding: 10px 8px;}
.ft-counterup-text p {font-size: 15px;}
.ft-counterup-text span {font-size: 40px;}
.best-services1 {padding: 20px 6px}
.ft-service-text {padding: 0 15px 20px;}
.ft-service-innerbox p {font-size: 32px;}
.ft-btn a {font-size: 15px;}
.awards-1 {padding: 15px 9px;}
.testi-1 {padding: 0px 15px 50px;}
.footer-about1 {padding: 40px 15px 0;}
.footer-list {padding: 41px 15px 22px;}
.about-call ul li { font-size: 19px;}
.about-call li i {width: 42px;height: 42px;line-height: 42px;font-size: 19px;top: -23px;}

}




@media only screen and (min-width:1200px) and  (max-width:1330px){
.top-services1 {padding: 20px 5px 35px;}
.top-col2 ul li {padding: 9px 5px 6px;}
.case-1 {padding: 10px 10px;}
.ft-counterup-text p {font-size: 16px;}
.ft-counterup-text span {font-size: 43px;}
.best-services1 {padding: 20px 10px;}
}



@media (min-width:0) and (max-width:600px){
.top-col2 ul li {padding: 9px 6px 6px;}
.header-logo-right-1 p {font-size: 14px;}
.logo-call a {font-size: 38px;}
.solution_on_whatsapp {font-size: 14px;}
.list-left1 ul li {padding: 5px 6px;font-size: 17px;}
.list-left1 ul li:before {font-size: 12px;}
.list-right1 p {font-size: 17px;}
.list-right1 p i {font-size: 20px;}
.top-services1 {width: 100%;}
.srv-bx strong {font-size: 46px;}
.ft-counterup-text p {font-size: 15px;}
.ft-counterup-text span {font-size: 39px;}
.ft-counterup-innerbox{padding: 15px 20px 30px;}
.ft-service-innerbox p {font-size: 30px;}
.ft-btn a {font-size: 16px;}
.testi-1{width:100%;}

}


@media (min-width: 290px) and (max-width:490px){
.top-col4 a {font-size: 28px;}
.top-col2 ul li {font-size: 13px;padding: 9px 2px 6px;}
.top-col2 ul li i {font-size: 16px;}
.header-logo-right-1 {padding: 5px 12px 10px;}
.header-logo-right-1 p {font-size: 13px;line-height: 21px;padding: 7px 0 0;}
.logo-call a {font-size: 28px;}
.solution_on_whatsapp {font-size: 14px;}
.list-left1 ul li {padding: 5px 2px;font-size: 12px;}
.list-left1 ul li:before {font-size: 8px;padding: 0 4px 0 0px;}
.list-right1 p {font-size: 11px;}
.list-right1 p i {font-size: 13px;padding: 0 3px 0 0;}
.list-left1 ul {padding: 6px 0 0;}
.list-right {padding: 7px 0 5px;}
.aboutus-heading span, .choose-title span {font-size: 26px;}
.aboutus-heading p, .choose-title p {font-size: 15px;}
.aboutus-content {padding: 10px 3px 0px;}
.topservices-section1 {padding: 20px 0px 10px;}
.top-services2 {padding: 0;}
.top-services1 {padding: 6px 0px 15px;}
.srv-bx strong {font-size: 37px;}
.ft-counterup-text p {font-size: 18px;}
.ft-counterup-text span {font-size: 42px;}
.ft-counterup-innerbox{padding: 15px 20px 30px;}
.ft-service-innerbox p {font-size: 37px;}
.ft-btn a {font-size: 17px;}
.case-1{width: 100%;}
.choose-section {padding: 0 0px 0px;}
.choose-1 {padding: 0 0 12px;}
.choose-section-1 {padding: 25px 0 0px;}
.inner i {font-size: 47px;}
.counter-title {font-size: 15px;}
.best-services1{width:100%;padding: 12px 0;}
.awards-section1 {padding: 15px 0px 18px}
.awards {padding: 10px 15px 0;}
.awards-1{width:100%;padding: 3px 5px 4px;}
.testi {padding: 15px 0 3px;}
.testi-1{padding: 0px 0 15px;}
.footer-about1 {padding: 19px 20px 0;}
.footer-list {padding: 41px 20px 22px;}
#callbook ul li {padding: 26px 0;}
#callbook ul li a span {font-size: 16px;}
#callbook ul li a i{font-size: 20px;}
}

.marquee1 {
    color: #fff;
    font-weight: 700;
    font-size: 17px;
}

.pad0 {
    padding: 0px;
}

.bg1 {
    background-color: #F5F5F5 !important;
}







@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;
    }
}

@keyframes callb {
    0% {
        transform: scale(0.9);
    }

    20% {
        transform: scale(1);
    }

    40% {
        transform: scale(1.1);
    }

    60% {
        transform: scale(1.2);
    }

    80% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1.4);
    }
}

@keyframes calla {
    0% {
        box-shadow: 0px 0px 0px 4px rgba(162, 162, 162, 0.8);
    }

    20% {
        box-shadow: 0px 0px 0px 6px rgba(162, 162, 162, 0.6);
    }

    40% {
        box-shadow: 0px 0px 0px 8px rgba(162, 162, 162, 0.4);
    }

    60% {
        box-shadow: 0px 0px 0px 10px rgba(162, 162, 162, 0.2);
    }

    80% {
        box-shadow: 0px 0px 0px 12px rgba(162, 162, 162, 0.1);
    }

    100% {
        box-shadow: 0px 0px 0px 14px rgba(162, 162, 162, 0);
    }
}


.fix {
    display: block;
}

.fix {
    position: fixed;
    padding: 0px;
    bottom: 0;
    left: 0;
    background: transparent;
    /*border-top: 1px solid #e2e2e2;*/
    /*display: none;*/
}

.ff5 {
    padding: 40px 10px;
}

.end {
    margin: 0;
    padding: 0;
    text-align: center;
}

    .end li {
        display: inline;
        text-align: left;
        list-style: none;
        position: absolute;
        text-align: center;
        height: 60px;
        bottom: 10px;
        width: 60px;
        border-radius: 1px solid #000;
        animation-name: calla;
        animation-duration: 0.8s;
        animation-iteration-count: infinite;
        background: #df0505;
        line-height: 60px;
        border-radius: 50%;
    }

.ph-fx {
    left: 20px;
}

.end li a {
    text-decoration: none;
    position: absolute;
    z-index: 9;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.ph-fx a i {
    color: #fff !important;
}

.end li a i {
    font-size: 34px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: pulsate 1s ease-out;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: infinite;
    display: block;
    height: 30px;
    width: 32px;
    line-height: 57px;
    color: #fff;
    margin: 0 auto;
    z-index: 99;
}

.end li {
    display: inline;
    text-align: left;
    list-style: none;
    position: absolute;
    text-align: center;
    height: 60px;
    bottom: 10px;
    width: 60px;
    border-radius: 1px solid #000;
    animation-name: calla;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    background: #a20032;
    line-height: 60px;
    border-radius: 50%;
}

.wh-fx {
    right: 20px;
    background: #26b144 !important;
}

.end li a {
    text-decoration: none;
    position: absolute;
    z-index: 9;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.end li a i {
    font-size: 34px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: pulsate 1s ease-out;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: infinite;
    display: block;
    height: 30px;
    width: 32px;
    line-height: 50px;
    color: #fff;
    margin: 0 auto;
    z-index: 99;
}

.bg2 {background-color: #ECF6FA;}
.bg3 {background-color: #FEF6E6;}
.ptb-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.mtb-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.bdr1 {
    border: 5px solid #940100;
}
.width100 {
    width: 100% !important;;
}

.as_heading {
    padding: 30px 0 10px 0;
    font-weight: 700;
    display: block;
    text-transform: capitalize;
    color: #940100;
    font-family: Poppins;
}




.footer-list1 .quick-serv ul li{
    text-decoration: none;
    color: #fff;
    padding: 6px 8px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 500;
}
.footer-list1 .quick-serv ul li:before {
    content: "\f185";
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    border-radius: 50%;
    padding: 0 8px 0 0;
    border: 0;
}
.pb-50 {
    padding:0 0 50px 0 !important;
}