/* this is enquiry form */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");




/* .form {
  width: 100%;
  max-width: 820px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
} */

.contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
  /* background-color: #fff; */
  box-shadow: 3px 0px 6px 3px rgb(196, 194, 194);
}
  
  .contact-info .title {
    color: #1abc9c;
  }

.enquiry-form input{
height: 45px;
}
.enquiry-form select{
    height: 45px;
    width: 100%;
    }
.enquiry-form textarea{
    height: 100px;
    margin-top: 16px;
    width: 100%;
    padding-left: 10px;
    border: none;
    border-radius: 3px;
    }


   .we-offer-area .site-heading h2 {
        display: block;
        font-weight: 700;
        margin-bottom: 10px;
        text-transform: uppercase;
      }
      
      .we-offer-area .site-heading h2 span {
        color: #00a01d;
      }
      
      .we-offer-area .site-heading h4 {
        display: inline-block;
        padding-bottom: 20px;
        position: relative;
        text-transform: capitalize;
        z-index: 1;
      }
      
      .we-offer-area .site-heading h4::before {
        background: #00a01d none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 2px;
        left: 50%;
        margin-left: -25px;
        position: absolute;
        width: 50px;
      }
      
      .we-offer-area .site-heading {
        margin-bottom: 60px;
        overflow: hidden;
        margin-top: -5px;
      }
      
      .we-offer-area .carousel-shadow .owl-stage-outer {
        margin: -15px -15px 0;
        padding: 15px;
      }
      
      .we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
        background: #ffffff none repeat scroll 0 0;
        border: 2px solid;
        height: 15px;
        margin: 0 5px;
        width: 15px;
      }
      
      .we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
        background: #dc3545 none repeat scroll 0 0;
        border-color: #dc3545;
      }
      
      .we-offer-area .item {
        background: #ffffff none repeat scroll 0 0;
        border-left: 2px solid #dc3545;
        -moz-box-shadow: 0 0 10px #cccccc;
        -webkit-box-shadow: 0 0 10px #cccccc;
        -o-box-shadow: 0 0 10px #cccccc;
        box-shadow: 0 0 10px #cccccc;
        overflow: hidden;
        padding: 30px;
        position: relative;
        z-index: 1;
      }
      
      .we-offer-area.text-center .item {
        background: #ffffff none repeat scroll 0 0;
        border: medium none;
        padding: 67px 40px 64px;
      }
      
      .we-offer-area.text-center .item i {
      
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: #ffffff;
        font-size: 40px;
        height: 80px;
        line-height: 80px;
        position: relative;
        text-align: center;
        width: 80px;
        z-index: 1;
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        margin-bottom: 25px;
      }
      
      .we-offer-area.text-center .item i::after {
        border: 8px solid #dc3545;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        content: "";
        height: 90px;
        left: -5px;
        position: absolute;
        top: -5px;
        width: 90px;
        z-index: -1;
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
      }
      
      .we-offer-area.item-border-less .item {
        border: medium none;
      }
      
      .we-offer-area .our-offer-items.less-carousel .equal-height {
        margin-bottom: 30px;
      }
      
      .we-offer-area.item-border-less .item .number {
        font-family: "Poppins",sans-serif;
        font-size: 50px;
        font-weight: 900;
        opacity: 0.1;
        position: absolute;
        right: 30px;
        top: 30px;
      }
      
      .our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
      .we-offer-area.center-active .single-item:nth-child(2n) .item {
        background: #dc3545 none repeat scroll 0 0;
      }
      
      .our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
      .our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
      .our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
      .we-offer-area.center-active .single-item:nth-child(2n) .item i,
      .we-offer-area.center-active .single-item:nth-child(2n) .item h4,
      .we-offer-area.center-active .single-item:nth-child(2n) .item p {
        color: #ffffff;
      }
      
      .we-offer-area .item i {
        color: #dc3545;
        display: inline-block;
        font-size: 60px;
        margin-bottom: 20px;
      }
      
      .we-offer-area .item h4 {
        font-weight: 600;
        text-transform: capitalize;
      }
      
      .we-offer-area .item p {
        margin: 0;
      }
      
      .we-offer-area .item i,
      .we-offer-area .item h4,
      .we-offer-area .item p {
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
      }
      
      .we-offer-area .item::after {
        background: #dc3545 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: -100%;
        position: absolute;
        top: 0;
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        width: 100%;
        z-index: -1;
      }
      
      .we-offer-area .item:hover::after {
        left: 0;
      }
      
      .we-offer-area .item:hover i,
      .we-offer-area .item:hover h4,
      .we-offer-area .item:hover p {
        color: #ffffff !important;
      }
      
      .we-offer-area.text-center .item:hover i::after {
        border-color: #ffffff !important;
      }
      
      .we-offer-area.text-center .item:hover i {
        background-color: #ffffff !important;
        color: #dc3545 !important;
      }
      
      .we-offer-area.text-left .item i {
        background: #dc3545 none repeat scroll 0 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: #ffffff;
        display: inline-block;
        font-size: 60px;
        height: 100px;
        line-height: 100px;
        margin-bottom: 30px;
        position: relative;
        width: 100px;
        z-index: 1;
        text-align: center;
      }
      
      .we-offer-area.text-left .item i::after {
        border: 2px solid #dc3545;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        content: "";
        height: 120px;
        left: -10px;
        position: absolute;
        top: -10px;
        width: 120px;
      }
      .bg-gray {
        background-color: #f9f9f9;
    }
    .title-span{
        color: #f91942;
    }
    /* this is gallery styling */
    .gallery-item {
      position: relative;
      overflow: hidden;
      margin-bottom: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .gallery-item img {
      transition: transform 0.3s ease;
      width: 100%;
      height: auto;
      border-radius: 10px;
  }
  .gallery-item:hover {
      transform: translateY(-10px);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }
  .gallery-item:hover img {
      transform: scale(1.1);
  }
  .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /* background-color: rgba(0, 0, 0, 0.5); Semi-transparent red */
      background-color: rgb(113 11 45 / 50%);
      opacity: 0;
      transition: opacity 0.3s ease;
      border-radius: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .gallery-item:hover .overlay {
      opacity: 1;
  }
  .overlay-content {
      color: white;
      text-align: center;
      opacity: 0;
      transition: opacity 0.3s ease;
  }
  .gallery-item:hover .overlay-content {
      opacity: 1;
  }
  .overlay-content i {
      font-size: 2em;
  }
  .counterup-area {
    /* background-image: url(assets/img/bg/pattern.jpg); */
    background: linear-gradient(45deg, #F44336, #f3739e) !important;
    color: white !important;
    background-attachment: fixed;
}
/* this is services  */
      
        
.feat a,
a:active,
a:focus {
    color: #333;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

.feat ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.feat img {
max-width: 100%;
height: auto;
}
.feat span, a, a:hover {
display: inline-block;
text-decoration: none;
color: inherit;
}
 .section-head {
margin-bottom: 60px;
}
 .section-head h4 {
position: relative;
padding:0;
color:#f91942;
line-height: 1;
letter-spacing:0.3px;
font-size: 34px;
font-weight: 700;  
text-align:center;
text-transform:none;
margin-bottom:30px;
}

/* .section-head span{
  position: relative;
}
.section-head span:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #f91942;
  position: absolute;
 top: 45px;  
 left: 10px;
  } */
 .section-head h4:before {
content: '';
width: 60px;
height: 3px;
background: #f91942;
position: absolute;
left: 0px;
bottom: -10px;
right:0;  
margin:0 auto;
}
 .section-head h4 span {
font-weight: 700;
padding-bottom: 5px;
color:#2f2f2f
}
.feat p.service_text{
color:#cccccc !important;
font-size:16px;
line-height:28px;
text-align:center;    
}
.section-head p{
  color:#818181;
font-size:16px;
line-height:28px;
text-align:center; 
}
.feat .section-head p, p.awesome_line{
color:#818181;
font-size:16px;
line-height:28px;
text-align:center;  
}

.feat .extra-text {
font-size:34px;
font-weight: 700;
color:#2f2f2f;
margin-bottom: 25px;
position:relative;
text-transform: none;
}
.feat .extra-text::before {
content: '';
width: 60px;
height: 3px;
background: #f91942;
position: absolute;
left: 0px;
bottom: -10px;
right: 0;
margin: 0 auto;
}
.feat .extra-text span {
font-weight: 700;
color:#f91942;
}
.feat .item {
background: #fff;
text-align: center;
padding: 30px 25px;
-webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
border-radius: 20px;
border:5px solid rgba(0, 0, 0, 0.07);
margin-bottom: 30px;
-webkit-transition: all .5s ease 0;
transition: all .5s ease 0;
transition: all 0.5s ease 0s;
}
.feat .item:hover{
background:#f91942;
box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
-webkit-transition: all .5s ease 0;
transition: all .5s ease 0;
transition: all 0.5s ease 0s;
}
.feat .item:hover .item, .item:hover span.icon{
background:#fff;
border-radius:10px;
-webkit-transition: all .5s ease 0;
transition: all .5s ease 0;
transition: all 0.5s ease 0s;
}
.feat .item:hover h6, .item:hover p{
color:#fff;
-webkit-transition: all .5s ease 0;
transition: all .5s ease 0;
transition: all 0.5s ease 0s;
}
.feat .item .icon {
font-size: 40px;
margin-bottom:25px;
color: #f91942;   
width: 90px;
height: 90px;
line-height: 96px;
border-radius: 50px;
}
.feat .item .feature_box_col_one{
background:rgba(247, 198, 5, 0.20);
color:#f91942
}
.feat .item .feature_box_col_two{
background:rgba(255, 77, 28, 0.15);
color:#f91942
}
.feat .item .feature_box_col_three{
background:rgba(0, 147, 38, 0.15);
color:#f91942
}
.feat .item .feature_box_col_four{
background:rgba(0, 108, 255, 0.15);
color:#f91942
}
.feat .item .feature_box_col_five{
background:rgba(146, 39, 255, 0.15);
color:#f91942
}
.feat .item .feature_box_col_six{
background:rgba(23, 39, 246, 0.15);
color:#f91942
}
.feat .item p{
font-size:15px;
line-height:26px;
}
.feat .item h6 {
margin-bottom:20px;
color:#2f2f2f;
}
.feat .mission p {
margin-bottom: 10px;
font-size: 15px;
line-height: 28px;
font-weight: 500;
}
.feat .mission i {
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
background: #f91942;
border-radius: 50%;
color: #fff;
font-size: 25px;
}
.feat .mission .small-text {
margin-left: 10px;
font-size: 13px;
color: #666;
}
.feat .skills {
padding-top:0px;
}
.feat .skills .prog-item {
margin-bottom: 25px;
}
.feat .skills .prog-item:last-child {
margin-bottom: 0;
}
.feat .skills .prog-item p {
font-weight: 500;
font-size: 15px;
margin-bottom: 10px;
}
.feat .skills .prog-item .skills-progress {
width: 100%;
height: 10px;
background: #e0e0e0;
border-radius:20px;
position: relative;
}
.feat .skills .prog-item .skills-progress span {
position: absolute;
left: 0;
top: 0;
height: 100%;
background: #f91942;
width: 10%;
border-radius: 10px;
-webkit-transition: all 1s;
transition: all 1s;
}
.feat .skills .prog-item .skills-progress span:after {
content: attr(data-value);
position: absolute;
top: -5px;
right: 0;
font-size: 10px;
font-weight:600;    
color: #fff;
background:rgba(0, 0, 0, 0.9);
padding: 3px 7px;
border-radius: 30px;
}

.tick li {
  /* list-style-image: url(''); */
  list-style-type: disc;
}
/* this is best consultency style */
.best-consultency .box1{
  border: 2px solid red;
  padding: 10px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  text-align: center;
  min-height: 300px;
}
.best-consultency .box1 p{
  color: black;
  font-size: 14px;
  
}
.best-consultency .box1 img{
  width: 100px !important;
  height: 100px !important;
  border-radius: 100%;
  margin: auto;
}
/* .best-consultency .box1:hover{
  background-color: #E91E63;
  color: white !important;
} */
.best-consultency .animation{
  background-color: rgb(215, 11, 92);
  width: 40px;
  height: 40px;
  transition: 0.5s;
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-top-left-radius: 100px;
  z-index: -1;
}
.best-consultency .box1:hover .animation {
  transform: scale(50);
}
.best-consultency .box1:hover.box1 p{
  color: white;
}
.best-consultency .box1 button {
  border: none;
  padding: 6px 15px;
  background: linear-gradient(45deg, #d625cd, #E91E63);
  color: white;
  font-size: 13px;
  position: relative;
  top: 0px;

}
.why-choose{
  /* background-color: #f5fcfa; */
  /* background: linear-gradient(45deg, #9C27B0, #3F51B5); */
  background: linear-gradient(45deg, #ffffff, #3F51B5);

}

        .tick li {
            padding-left: 20px;
            position: relative;
            list-style: none;
            color: #fff;
        }
        .tick li:before {
            content: '';
            background-image: url('../img/icon/check.png'); /* Replace with the path to your image */
            background-size: cover;
            position: absolute;
            left: -3px;
            top: 6px;
            width: 16px; /* Adjust size as needed */
            height: 16px; /* Adjust size as needed */
        }
    /* this is testmonail styling */
    .contact09 .contact-form-wrapper h4 {
      font-size: 23px;
      font-weight: 700;
    }
    .contact09 h2.animate-charcter {
      background-image: linear-gradient(
        -225deg,
        #d8d2f0 0%,
        #9883ae 29%,
        #ff1361 67%,
        #fff800 100%
      ) !important;
      font-size: 22px !important;
      font-weight: 500;
    }
    /* h2.animate-charcter::before {
      content: "";
      position: absolute;
      bottom: -42px;
      left: 0;
      width: 100%;
      height: 100%;
      background: url(../images/border.png) no-repeat center center;
      background-size: contain;
    } */
    
    .btn-12 {
      width: 100%;
    }
    .contact09 .contact-links h2 {
      color: #fff;
      font-size: 22px;
      font-weight: 500;
    }
    .contact09 .contact-links p {
      color: #fdf9f9;
      /* align-items: center; */
      padding-top: 20px;
      text-align: justify;
    }
    .contact09 .contact-form-wrapper {
      text-align: center;
    }
    .contact09 .form-item {
      margin-bottom: 15px;
    }
    /* .contact09 {
      background-color: #4fd7ac; 
      display: flex;
      justify-content: center;
      align-items: center;
    }
     */
    .contact09 .contact-box {
      width: clamp(100px, 90%, 1000px);
      margin: 80px 50px;
      display: flex;
      flex-wrap: wrap;

    }
   
    
    .contact09 .contact-links {
      background-color: #1f2e43;
      background: radial-gradient(
          circle at 55% 92%,
          #426691 0 12%,
          transparent 12.2%
        ),
        radial-gradient(circle at 94% 72%, #426691 0 10%, transparent 10.2%),
        radial-gradient(
          circle at 20% max(78%, 350px),
          #263a53 0 7%,
          transparent 7.2%
        ),
        radial-gradient(circle at 0% 0%, #263a53 0 40%, transparent 40.2%), #1f2e43;
      border-radius: 10px 0 0 10px;
    }
    
    .contact09 .contact-form-wrapper {
   
      background-color: #fff;
      border-radius: 0 10px 10px 0;
    }
    
    @media only screen and (max-width: 800px) {
      .contact09 .contact-links,
      .contact09 .contact-form-wrapper {
        width: 100%;
      }
    
      .contact09 .contact-links {
        border-radius: 10px 10px 0 0;
      }
    
      .contact09 .contact-form-wrapper {
        border-radius: 0 0 10px 10px;
      }
    }
    
    @media only screen and (max-width: 400px) {
      .contact09 .contact-box {
        width: 95%;
        margin: 8% 5%;
      }
    }
    .contact09 .form-item {
      position: relative;
    }
    
    .contact09 label,
    .contact09 input,
    .contact09 textarea {
      font-family: "Poppins", sans-serif;
    }
    
    .contact09 label {
      position: absolute;
      top: 10px;
      left: 2%;
      color: #999;
      font-size: clamp(14px, 1.5vw, 18px);
      pointer-events: none;
      user-select: none;
    }
    
    .contact09 input,
    .contact09 textarea {
      width: 100%;
      outline: 0;
      border: 1px solid #ccc;
      border-radius: 4px;
      margin-bottom: 20px;
      padding: 12px;
      font-size: clamp(15px, 1.5vw, 18px);
    }
    
    .contact09 input:focus + label,
    .contact09 input:valid + label,
    .contact09 textarea:focus + label,
    .contact09 textarea:valid + label {
      font-size: clamp(13px, 1.3vw, 16px);
      color: #777;
      top: -20px;
      transition: all 0.225s ease;
    }
    
    .contact09 .submit-btn {
      background-color: #fd917e;
      filter: drop-shadow(2px 2px 3px #0003);
      color: #fff;
      font-family: "Poppins", sans-serif;
      font-size: clamp(16px, 1.6vw, 18px);
      display: block;
      padding: 12px 20px;
      margin: 2px auto;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      user-select: none;
      transition: 0.2s;
    }
    
    .contact09 .submit-btn:hover {
      transform: scale(1.1, 1.1);
    }
    
    .contact09 .submit-btn:active {
      transform: scale(1.1, 1.1);
      filter: sepia(0.5);
    }
    
    @media only screen and (max-width: 800px) {
      .contact09 h2 {
        font-size: clamp(40px, 10vw, 60px);
      }
    }
    
    @media only screen and (max-width: 400px) {
      .contact09 h2 {
        font-size: clamp(30px, 12vw, 60px);
      }
    
      .contact09 .links {
        padding-top: 30px;
      }
    
      .contact09 img {
        width: 38px;
        height: 38px;
      }
    }
    .contact-form-wrapper {
      background-color: #ffffff8f;
      border-radius: 0 10px 10px 0;
      box-shadow: 0px 0px 6px 0px #ccc;
    }
    .custom-btn {
      width: 157px;
      line-height: 18px;
      height: 40px;
      color: #fff;
      border-radius: 5px;
      padding: 10px 25px;
      font-family: 'Lato', sans-serif;
      font-weight: 800;
      background: transparent;
      cursor: pointer;
      transition: all 0.3s ease;
      position: relative;
      display: inline-block;
      box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
      outline: none;
    }
    .btn-11 {
      border: none;
      background: rgb(251,33,117);
      background: linear-gradient(0deg, rgba(251,33,117,1) 0%, rgba(234,76,137,1) 100%);
      color: #fff;
      overflow: hidden;
    }
    .btn-12 {
      width: 100%;
    }
    .btn-11:hover {
      opacity: .7;
      color:#000;
    }
    .faq-section .accordion {
      width: 100%;
    }
    .accordion-button{
      /* background-color: #3fb906; */
      background: #263690;
      color: white;
      margin-top: 10px;
      border-radius: 10px !important;
    }
    .accordion-button:not(.collapsed) {
      /* background-color: #3fb906; */
      background: #263690;
      color: white;
      border-radius: 10px !important;
     
    }
    
    .accordion-button:not(.collapsed)::after {
      background-color: #263690;
      color: white;
      transform: none;
    }
    
    .accordion-button:focus {
      box-shadow: none;
    }
    
    .accordion-button:before {
      content: "";
      position: absolute;
      /*   right: 0.75rem; */
      right: 0.75rem;
      top: 1.25rem;
      height: 2px;
      width: 1rem;
      background-color: var(--primary-text);
    }
    .accordion-button.collapsed:after {
      content: "";
      position: absolute;
      /*   right: 1.1875rem; */
      right: 1.1875rem;
      top: 0.8125rem;
      height: 1.0625rem;
      width: 0.125rem;
      border-style: none;
      background-color: var(--primary-text);
    }
    
    .faq-section .accordion-button h5 {
      /*   color: #7dbc9e; */
      color: var(--primary-text);
      margin-right: 13px;
    }
    .accordion-body {
      background-color: var(--secondary-text);
    }
    /* button:focus:not(:focus-visible) {
        outline: 0;
    } */
    
    @media screen and (min-width: 768px) {
      /*   .faq-section .accordion {
        width: 50%;
        margin: 0 auto;
      } */
    
      .accordion-button:before {
        right: 0.75rem;
      }
    
      .accordion-button.collapsed:after {
        right: 1.1875rem;
      }
    
      .faq-section .accordion-button h5 {
        margin-right: 0px;
      }
    }
    .faq6{
      color: #f91942;
      font-size: 30px;
      font-weight: 700;
    }
    .best-consultency {
      position: relative;
      z-index: 1;
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .best-consultency::before{
      content: "";
      width: 100%;
      height: 100%;
      background-color: aliceblue;
      position: absolute;
      top: 0;
      z-index: -1;
      opacity: 1;
    }

    .testimonial-slider {
      background: linear-gradient(45deg, #511d59, #3f70b5);
      /* padding: 2em 2em 3em; */
    }
    .testimonial-title {
      color: #fff;
    }
    .testimonial-title h2 {
      padding-left: 0.2em;
    }
    .card {
      margin: 0 0.5em;
      box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
      border: none;
      height: 100%;
    }
    .carousel-control-prev,
    .carousel-control-next {
      background-color: red;
      width: 2em;
      height: 2em;
      border-radius: 50%;
      top: 60%;
      transform: translateY(-50%);
    }
    .carousel-control-prev-icon,.carousel-control-next-icon {
      width: 1em;
      height: 1em;
    }
    
    @media (min-width: 576px) {
      .carousel-item {
        margin-right: 0;
        flex: 0 0 50%;
        display: block;
      }
      .carousel-inner {
        display: flex;
      }
    }
    @media (min-width: 768px) {
      .carousel-inner {
        padding: 1em;
      }
      .carousel-control-prev,
      .carousel-control-next {
        opacity: 1;
        position: absolute;
        left: 1em;
        top: 90%;
        transform: translateY(-50%);
      }
      .carousel-control-next {
        left: 5em;
      }
    }
    /* testmonials styling */
.header-image{
  width: 70px;
  height: 70px;
  border-radius: 100%;
 border:5px solid #E91E63;
 margin: auto;
 /* margin-top: -30px; */
}
.header-image img{
  width: 70px !important;
  border-radius: 100%;
  margin: auto !important;
  z-index: 99;
}
.testmonials .card{
  border: none;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #e00b54;
}
.testmonials .quote1{
  width: 30px !important;
  position: absolute;
  top: 0px;
}
.testmonials .quote2{
  width: 30px !important;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.result{
  background-color:#111d5e;
  color: white;
  padding: 40px;
  margin-top: 18px;
 
  transition: 1s;
  margin-top: 40px;

}
.special{
  width: 100%;
    /* background: #1abc9c; */
    background: linear-gradient(45deg, #FF9800,#f1eb18);
}
.red{
  font-weight: 700;
  color: #f91942;
  font-size: 50px;
}
.ab-content p{
  font-size: 14px;
}
.ab-img{
  width: 60px;
}
.listing li{
  list-style: disc;
  margin-left: 20px;
}
.founder-img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.ab-social a{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: red;
 text-align: center;
 line-height: 40px;
 color: white;
}
/* this is our Team member css */
@font-face {
  font-family: Exo;
  src: url(./fonts/Exo2.0-Medium.otf);
}
.main{
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0c5db9;
}
.profile-card{
  position: relative;
  font-family: sans-serif;
  width: 220px;
  height: 220px;
  background: #fff;
  padding: 30px;
  border-radius: 50%;
  box-shadow: 0 0 22px #3336;
  transition: .6s;
  margin: 0 25px;
  border-radius: 10px;
  height: 260px;
}

.profile-card .img{
  position: relative;
  width: 100%;
  height: 100%;
  transition: .6s;
  z-index: 99;
  transform: translateY(-60px);
}

.img img{
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 0 22px #3336;
  transition: .6s;
  border-radius: 10px;
}

.caption{
  text-align: center;
  transform: translateY(-80px);
  opacity: 1;
  transition: .6s;
}

.caption h3{
  font-size: 21px;
  font-family: sans-serif;
}
.caption p{
  font-size: 15px;
  color: #0c52a1;
  font-family: sans-serif;
  margin: 2px 0 9px 0;
}
.caption .social-links a{
  color: #333;
  margin-right: 15px;
  font-size: 21px;
  transition: .6s;
}
.social-links a:hover{
  color: #0c52a1;
}
.clients-img img{
  margin-top: 20px;
  height: 100px !important;
}
/* this is whatsapp sticky bar styling */
.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 32px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
  z-index: 999;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 15px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
/* this is call sticky bar styling */
.call-buton .cc-calto-action-ripple {
	z-index: 999;
	position: fixed;
	right: 20px;
  bottom: 90px;
	background: #f91942;
	width: 4rem;
	height: 4rem;
	padding: 1rem;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	-webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
	animation: cc-calto-action-ripple 0.6s linear infinite;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none; }
	.call-buton .cc-calto-action-ripple i {
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	  font-size: 2.2rem; }
	.call-buton .cc-calto-action-ripple:hover i {
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg); }
  
  @-webkit-keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }
  
  @keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }

	/* this is enquiry modal */
  #enquiry .modal-body{
    background-color: transparent !important;
    z-index: 9999;
  }

  .enquiry-btn{
    width: 100%;
    background: linear-gradient(145deg, #e55021, #ed3b77);
    padding: 6px;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
  }
  .enquiry-btn:hover{
    background: #3e089d !important;
   
  }
  
  .call-back{
    position: fixed;
    top: 40%;
    right: -62px;
   z-index: 999;
   background: linear-gradient(145deg, #e55021, #ed3b77);
    padding: 10px 30px;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    transform: rotate(270deg);
  }
  .call-back:hover{
    background: #3e089d !important;
   
  }

  .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: white;
    border: 0px;
    border-radius: .25rem;
    opacity: 0.8;
    z-index: 10000;
    float: right;
    margin-left: auto;
    padding-left: 15px;
}
.branch-box{
padding: 20px;
background-color: beige;
}
.text-linear{
  background-clip: text;
  background-image: radial-gradient(#213ccd, #340e79);
  color: transparent;

}
.rps img{
  width: 280px !important;
  height: 150px;
  object-fit: cover;
}

/* this is counter styling */
:root{  --main-color: #EC6296; }
.counter{
    color: var(--main-color);
    background: #f1f1f1;
    font-family: 'Work Sans', sans-serif;
    text-align: center;
    width: 200px;
    height: 200px;
    padding: 25px 22px;
    margin: 0 auto;
    border-radius: 0 50px;
    box-shadow: -5px -5px 5px rgba(0,0,0,0.15),-10px -10px 0 var(--main-color);
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.counter:after{
    content: '';
    background: var(--main-color);
    width: 100px;
    height: 100px;
    box-shadow: inset 0 0 15px rgb(0,0,0,0.6);
    transform: rotate(45deg);
    position: absolute;
    top: auto;
    bottom: -50px;
    right: -50px;
}
.counter .counter-icon{
    font-size: 30px;
    margin: 0 auto 7px;
}
.counter h3{
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 0 0 5px;
}
.counter .counter-value{
    font-size: 33px;
    font-weight: 600;
}
.counter.blue{ --main-color: #05687D; }
.counter.green{ --main-color: #16986C; }
.counter.red{ --main-color: #EA3A4F; }
@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}   
.mycounter{
  background-color: antiquewhite;
}
.vacancy-box{
 /* background: #1ae683; */
 background: #123963;
  padding: 30px;
  border-radius: 10px;
}
.vacancy-content{
  background: transparent;
    padding: 10px;
    border-radius: 3px;
    border-bottom: 2px solid #fff;
}
.vacancy-content h2{
font-size: 25px;
font-weight: 600;
color: #f3e70c;
}
.vacancy-content ul li{
  list-style: disc;
  color: #fff;
  margin-left: 12px;
  margin-top: 12px;
}
.vacancy-form-box{
  /* background: #4f4e4e; */
  background-color: #2b3776;
  padding: 30px;
  border-radius: 10px;
}
.vacancy-form-box h2{
  color: #f3e70c;
}
.bigul li{
  font-size: 20px;
}
.bg-ye{
  background-color: blanchedalmond;
}

.contact-boxing{
  width: 100%;
  background: blanchedalmond;
  padding: 60px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.contact-boxing p{
margin:12px 0px;
}
.contact-boxing h3{
font-weight: bold;
}
.contact-boxing button{
  padding: 10px 32px;
  background: linear-gradient(145deg, #e55021, #ed3b77);
  color: #fff;
  border: none;
  border-radius: 10px;
}
.listing