body {
  font-family: 'Roboto', sans-serif !important;
}
.col-md-6.box-1 {
  padding: 27px;
  
  margin-top: -12px;
}

img.img-fluid.sec-1-img {
    height: auto;
    border-radius:0px!important;
    width: 100% !important;
}
.about-item {
padding: 18px;
}
h3.heading-about {
   color: #314b6e;
    font-size: 30px;
    font-weight: 700;
    /* letter-spacing: 1px; */
}
p.p1-about {
    font-size: 15px;
    color: #555555;
    padding: 0px 0px;
    line-height: 24px;
}
p.p2-about {
font-size: 17px;
color: #555555;

}
video.about-video {
    width: 100%;
}
section.about-sec {
    /* margin-top: 22px; */
    background: whitesmoke;
    padding-top: 46px;
    padding-bottom: 28px;
}
.rowservices {
    padding-bottom: 12px;
}
ul.mid-header-list-item {

line-height: 5px;
}
/*button.read_more-btn {*/
/*  padding: 10px 38px;*/
/*  border-radius: 3px;*/
/*  border: 1px;*/
/*  background: #c1292d;*/
/*}*/

 .theme-btn.btn-sm {
    padding: 14px 6px;
    margin-top: 9px;
}
video#aboutVideo {
    border-radius: 9px;
}

.theme-btn {
    border: 0;
    color: #FFF;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 18px 37.8px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /* background-color: #0e1e36; */
    z-index: 1;
    overflow: hidden;
    position: relative;
    outline: none !important;
    border: 1px solid #173c6a;
}
.theme-btn:after {
    top: 50%;
    left: 50%;
    content: "";
    width: 100%;
    height: 0%;
    z-index: -1;
    position: absolute;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.theme-btn:after {
    background: #cd2c38;
}

.theme-btn:hover:after, .theme-btn:focus:after {
    height: 380%;
}


span.me-3.text-primary.fs-4 {
    margin-right: 10px;
    font-size: 18px;
}
     .read_more-btn {
    color: #4069FF;
    font-weight: 600;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 13.5px 30.2px;
    background: transparent;
    border: 1.0px solid rgb(205 44 56);
    margin-top: 9px;
    outline:none !important;
}

.read_more-btn:hover, .read_more-btn:focus {
    color: #fff !important;
    background: #cd2c38;
}
a.read-more {
    color: #173c6a;
    font-weight: 600;
    padding: 16px;
}
a.read-more:hover {
    color: #ffffff;
    text-decoration: none;
}
button.call-button-hero {
padding: 10px 10px;
border-radius: 8px;
border: 1px;
background: #6856ef;
/* background: linear-gradient(-90deg, #7641e6, #0024df, #ff00d6, #7641e6);
  background-size: 400% 100%; */
margin-left: 12px;
position: relative;
}


a.call-btn-hero{
color: #ffffff;
font-weight: 500;

}
a.call-btn-hero:hover{
color: #ffffff;

}
.mid-header-list-item li.nav-link {

  float: left;
}
.mid-header-list {
padding-top: 20px;

}
h2.hero-title {
padding: 1px 13px;
font-size: 44px;
color: #0d1216d6;
font-weight: 600;
}
p.hero-text {
color: #0d1216d6;
padding: 19px 13px;
font-size: 32px;
font-weight: 500;
line-height: 32px;
margin-bottom: 13px;
}
.container.hero-containter {
  background: linear-gradient(90deg, rgb(152, 196, 236), rgb(255, 226, 231));
  margin-top: 30px;
  border-radius: 10px;
}
.nav-link a {
color: black;
font-size: 16px;

}
.container.hero-containter.row {
  padding: 18px;
}

.contant-item {
  margin: 92px;
  display: flex;
}
h2.sec-title {
    text-align: center;
   color: #0b325e !important;
    font-size: 50px;
    font-weight: 900;
}
.section-content {
    /* margin-top: 34px; */
       margin-bottom: 22px;
}
p.sec-description {
    text-align: center;
        font-size: 18px;
}
section.services {
/* margin-top: 12px; */
padding-top: 46px;
}
section#process {
background: #f0f8ffad;
    padding-top: 45px;
}
.col-sm-12.text-center {
   padding-bottom: 30px;
}
.search {
width: 100%;
position: relative;
display: flex;
margin-top: 35px;
}
.searchTerm {
width: 50%;
border: 3px solid #6856ef;
border-right: none;
border-radius: 5px 0 0 5px;
outline: none;
color: #555555;
padding-left: 15px;
}

   .service-card {
  border-radius: 12px;
  transition: transform 0.3s;
}
.service-card:hover {
  transform: translateY(-5px);
}
.card-body img {
  max-width: 60px;
}

.searchTerm:focus {
color: #555555;
}
.searchButton {
width: 40px;
height: 36px;
border: 1px solid #00B4CC;
background: #6856ef;
text-align: center;
color: #fff;
border-radius: 0 5px 5px 0;
cursor: pointer;
font-size: 20px;
}
.mid-header-contant {
padding: 1px 173px;
margin-bottom: 20px;
}
section.mid-header {
display: none;
}
 


.hero-btn .btn-get-strt {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1rem;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 5px;
  text-decoration: none;
}

.hero-btn .btn-get-strt:hover {
  background-color: #0056b3;
}



.service-item {
  padding: 22px;
  background: #f1ebff;
  border-radius: 12px;
}
h3.service-h3 {
font-size: 18px;
line-height: 25px;
margin: 22px 0px;
}
p.service-p {
font-size: 15px;
line-height: 20px;
}
button.service-button-item {
  width: 100%;
  padding: 5px;
  background: #c1292d;
  border: #c1292d;
  border-radius: 4px;
  margin: 22px 0px;
}
.contant-1 {
    margin-top: 50px;
}
.contant-2 {
margin-top: 40px;
}
a.service-btn {
color: white;
font-size: 15px;
font-weight: 500;
}
a.service-btn:hover {
color: white;
}
h4.top-h4 {
width: 100%;
font-size: 14px;
line-height: 25px;
background: white;
border-radius: 18px;
text-align: center;
margin-top: 17px;
}
img.icon-img1 {
width: 50%;
float: right;
}
section.product {
    margin-bottom: 38px;
    margin-top: 46px;
}
img.img-contant-sec {
    width: 100%;
    border-radius: 9px;
}
h3.short-description-heading {
    font-size: 14px;
}
section.testimonial {
/* margin-top: 48px; */
/* padding-bottom: 0px; */
padding-top: 21px;
}
.owl-dots {
margin: 22px 0px;
}
.product-1 {
padding: 24px;
background: #ba365959;
border-radius: 10px;
}
.product-2 {
padding: 24px;
background: #62526047;
border-radius: 10px;
}
.product-3 {
padding: 24px;;
background: #1028d740;
border-radius: 10px;
}
.product-4 {
padding: 24px;
background: #25b8e247;
border-radius: 10px;
}
.product-5 {
padding: 24px;
background: #25e2376b;
border-radius: 10px;
}
.product-6 {
padding: 24px;
background: #d6e22552;
border-radius: 10px;
}
.product-7 {
padding: 24px;
background: #e28e254a;
border-radius: 10px;
}
.product-8 {
padding: 24px;
background: #e2252559;
border-radius: 10px;
}


h2.product-item1 {
padding: 20px;
font-size: 24px;
/* text-align: center; */
height: 125px;
font-weight: bold;
color: #212529;
}
.section-content.product-contant {
margin-bottom: 42px;
}
.story1 .product-1:hover, .product-2:hover, .product-3:hover, .product-4:hover, 
 .product-5:hover, .product-6:hover, .product-7:hover, .product-8:hover {
     transform: scale(1.1);
     box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
     cursor: pointer;
 }
img.choose_me-img {
width: 100%;
border-radius: 8px;
}
section.Blogs {
    padding-top: 59px;
padding-bottom: 42px;
}

.choose_us-contant {
padding: 52px 34px;
}
h2.choose_us_item-heading {
font-size: 36px;
font-weight: 600;
}

.choose_us-text {
font-size: 17px;
}
.choose_us-item {
padding: 16px 2px;
}
button.choose_us-btn {
/* background: #6856ef; */
background: linear-gradient(-90deg, #7641e6, #0024df, #ff00d6, #7641e6);
  background-size: 400% 100%;
padding: 8px 24px;
border: 1px;
border-radius: 5px;
}
a.choose_us_btn-item {
color: white;
font-size: 16px;
font-weight: 500;
}
a.choose_us_btn-item:hover{
color: white;
text-decoration: none;
}
.section-content_choose-us {
padding-top: 54px;
}
img.testimonial-img {
border-radius: 16px 16px 0 0 !important;
}
.owl-stage-outer {
border-radius: 16px 16px 0 0 !important;
}
a.blog_btn-item-:hover {
text-decoration: none !important;
color: #ffffff !important;
}
.blog-contant {
padding: 25px;
}
ol.breadcrumb {
  padding: 17px 123px !important;
  margin-bottom: 0px;
}
h2.blog-heading {
  font-size: 19px;
  font-weight: 600;
  font-family: system-ui;
}
a.blog_btn-item- {
    color: #153761;
    font-size: 15px;
    font-weight: 600;
    padding: 15px;
}
.blog-contant {
padding: 25px;
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
border: 2px solid #ddd;
height: 500px;
}
button.blog-btn {
border: 1px solid #ddd;
padding: 6px 18px;
margin-top: 30px;
border-radius: 5px;
background: #c1292d;

}

.category-item.d-flex.justify-content-between.align-items-center.cat5 {
    background: whitesmoke;
}
i.fa.fa-angle-right {
    font-size: 16px;
    font-weight: 900;
}

.blog_contant-item {
padding: 12px 0px;
}
img.blog-img {
width: 100%;
}
.study-item {
line-height: 35px;
font-size: 16px;
font-weight: 500;
}



.testimonial-contant {
padding: 5px;
box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
border: 1px solid rgba(0, 0, 0, 0.07);
border-radius: 0 0 12px 12px;
}
.testimonial-line {
width: 100%;
height: 1px;
background-color: #3030337d;
margin: 8px 0px;
}
h2.testimonial-heading {
font-size: 15px;
/* line-height: 18px; */
/* margin: 11px 4px; */
font-weight: 500;
    color: #06315d;
}
.owl-nav .fa {
font-size: 15px;
color: #000;
background: #fff;
padding: 6px;
border-radius: 50%;
cursor: pointer;
}
p.user-name {
font-size: 9px;
font-weight: 600;
}

.owl-nav {
position: absolute;
top: 50%; /* Center vertically */
width: 96%;
display: flex;
justify-content: space-between; /* Place arrows on sides */
transform: translateY(-50%);
font-size: 54px;
padding-bottom: 71px;
}

.owl-nav .owl-prev {
left: 10px; /* Adjust left arrow position */
}

.owl-nav .owl-next {
right: 10px; /* Adjust right arrow position */
} 
.project-info {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 14px;
margin-top: 12px;
padding: 1px 9px;
}
.delivery-time {
display: flex;
align-items: center;
}

.icon {
margin-right: 4px;
}

img.watch-icon {
width: 24px;
position: relative;
margin-top: 5px;
}

.user-rating {
margin-left: 38px;
font-size: 11px;
font-weight: 500;
justify-content: space-between;
position: relative;
}


span.fa.fa-star {
color: #d9c407;
}
.rating {
position: relative;
margin-left: 12px;
padding: 5px;
}
span.badge-text {
font-size: 12px;
position: relative;
font-weight: 500;
}
img.testimonial-img {
height: 177px !important;
width: 253px;
}

input.submit_btn {
  background: #c1292de6;
color: white;
font-size: 18px !important;
font-weight: 600;
}

select.contact_form-control {
border: none;
border-radius: 5px;
width: 93%;
padding: 13px;
outline: none;
color: #757575;
}
.form-contact {
    max-width: 467px;
padding: 20px;
background: #9ba7e054;
border-radius: 8px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
font-family: Arial, sans-serif;
height: auto;
padding-top: 48px;
/* margin-top: 60px; */
margin-left: 88px;
padding-bottom: 40px;
}
.form-contact h2 {
text-align: center;
color: #333;
margin-bottom: 20px;
}


.form-contact input {
width: calc(100% - 20px);
padding: 10px;
border: 1px solid #ddd;
border-radius: 4px;
outline: none;
font-size: 15px;
transition: border-color 0.3s;
}

.form-contact input:focus {
border-color: #008aff;
}

h2.contact-heading {
font-size: 24px;
}


.form-contact div {
margin-top: 16px;
text-align: center;
color: #383434;
font-size: 15px;
}

.form-contact .fa {
margin-right: 8px;
color: #c1292d;
}

.form-contact .fa-phone, .form-contact .fa-envelope-o {
display: inline-block;
margin: 5px;
}
.contact-item {
padding: 63px 0px;
}
.contact-info-icon {
height: 60px;
width: 60px;
background-color: #fff;
text-align: center;
border-radius: 50%;
color: #6856ef;
margin-left: 22px;
margin-bottom: 8px;
}
.contact-info-icon i {

margin-top: 12px;
}

.contact-info-content {
margin-left: 20px;
}

.contact-info-content h4 {
color: #6856ef;
font-size: 25px;
margin-bottom: 8px;
}

.contact-info-content p {
color: #000000e6;
font-size: 19px;
}
.contact-info-item {

margin-bottom: 30px;
}
section.contact_us {
background-color: whitesmoke;
padding-top: 44px;
padding-bottom: 44px;
}




/*  About PAGE CSS   */

.section_all {
position: relative;
padding-top: 46px;
padding-bottom: 40px;
}
h2.abt-top_heading {
  font-size: 22px;
  font-weight: 600;
  color: #cd2c38;
}
.section-title {
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
}
img.about_page-img {
  float: right;
  width: 100%;
}
section.about-service_sec {
  margin-top: 30px;
  background-color: #f8f9fa;
  padding-top: 61px;
}
h3.font-weight-bold {
font-size: 42px;
color: #072f59;
  
}
section.abt-work {
margin-top: 47px;
}
.section-subtitle {
  letter-spacing: 0.4px;
  line-height: 28px;
  max-width: 550px;
}

.section-title-border {
  background-color: #000;
  height: 1 3px;
  width: 44px;
}
h2.marketing-heading {
font-size: 44px;
color: #0e4fb8;
}
.section-title-border-white {
  background-color: #fff;
  height: 2px;
  width: 100px;
}
.text_custom {
  color: #cd2c38;
font-size: 18px;
}
p.section_subtitle.mx-auto.text-muted {
  font-size: 25px;
  padding-top: 10px;
}
.list-style-one.li {
          padding-bottom: 12px;
      }

      .about_header_main .about_heading {
        max-width: 478px;
        font-size: 22px;
        color: #1e4168;
    }
img.about-service-img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.about_icon span {
  position: relative;
  top: -10px;
}
p.edu_desc.pb-3.text-muted {
  padding: 12px;
}
.about_content_box_all {
  /* padding: 28px; */
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
}
.about_detail.text-center {
  background-color: white;
  border-radius: 8px;
}
.about-company.d-flex.flex-column.h-100 {
  padding: 24px;
  border: 1px solid #485057b5;
  border-radius: 8px;
}
img.image_best-services {
  width: 100%;
}
.about-text {
  padding-bottom: 39px;
  padding-top: 6px;
}
h3.abt-page-sec_description {
  font-size: 36px;
  color: #0a315c;
  padding-bottom: 54px;
  padding-top: 9px;
  font-family: system-ui;
}

p.textmobile {
  margin-top: 30px;
}
span.talk-txt {
  color: #08335e;
  font-weight: 600;
  padding: 9px 8px;
  border: 1px solid #08335e;
  border-radius: 4px;
}

.rds-button {
  background-color: #D62D2D;
  color: white;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  font-size: 13px;
  padding: 11px 22px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
    
        .rds-button:hover {
          background-color: #b52222; /* Darker red */
          transform: scale(1.05); /* Slight zoom effect */
        }
    
        .rds-button:active {
          transform: scale(1); /* Reset scale on click */
        }

.abt-stat-label {
  font-size: 26px;
      font-weight: 600;
}

.abt-stat-number {
  font-size: 26px;
font-weight: 600;
}
img.counter-img {
    width: 32%;
}
section.abt-counter {
margin-top: 47px;
 margin-bottom: 45px; 
}
section.abt-clients {
margin-top: 10px;
/* margin-bottom: 48px; */
background-color: whitesmoke;
padding-top: 53px;
padding-bottom: 32px;
}
section.work_process {
margin-top: 78px;
}
img.clients-img {
width: 100%;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
height: 600px;
}
.client_contant-info {
background-color: #0b57d0;
border-radius: 8px;
}
.client-contant-box {
padding: 28px 14px;
}
h3.client_heading1 {
font-size: 22px;
color: white;
}
h2.client_heading2 {
color: white;
font-size: 62px;
padding: 18px 0px;
}
p.client_dis {
color: white;
font-size: 16px;
line-height: 24px;
}
.client-contant-items {
border-top: 1px solid white;
margin-right: 34px;
}
button.btn-item {
border: none;
padding: 10px 14px;
    border-radius: 0px;
}
a.client-btn_txt {
color: #073063;
padding: 12px;
}
h2.clients-item-txt {
color: white;
font-size: 18px;
margin-top: 10px;
}
a.client-btn_txt:hover {
    color: #fffbff !important;
    text-decoration: none;
}
.client-btn-contant {
margin-top: 30px;
}
.client-contant {
    padding-right: 50px;
    /* padding-bottom: 81px; */
}
h1.header {
font-size: 50px;
line-height: 70px;
}
/* Timeline */

.timeline {
border-left: 8px solid #42A5F5;
border-bottom-right-radius: 2px;
border-top-right-radius: 2px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
color: #333;
margin: 18px auto;
letter-spacing: 0.5px;
position: relative;
line-height: 1.4em;
padding: 20px;
list-style: none;
text-align: left;
}

section.work_process {
margin-top: 47px;
}
    .timeline .timeline-container {
      position: relative;
      width: 100%;
    }
    
    .timeline .timeline-end,
    .timeline .timeline-start,
    .timeline .timeline-year {
      position: relative;
      width: 100%;
      text-align: center;
      z-index: 1;
    }
    
    .timeline .timeline-end p, .timeline .timeline-start p, .timeline .timeline-year p {
      display: inline-block;
      width: 80px;
      height: 80px;
      margin: 0;
      padding: 30px 0;
      text-align: center;
      background: linear-gradient(#092f5c, #00539C);
      border-radius: 100px;
      box-shadow: 0 0 5px rgba(0, 0, 0, .4);
      color: #ffffff;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 700;
  }
    
    .timeline .timeline-year {
      margin: 30px 0;
    }
    
    .timeline .timeline-continue {
      position: relative;
      width: 100%;
      padding: 60px 0;
    }
    
    .timeline .timeline-continue::after {
     position: absolute;
     content: "";
     width: 1px;
     height: 104%;
     top: 0;
     left: 50%;
     margin-left: -1px;
     background: #4F84C4;
 }
    
    .timeline .row.timeline-left,
    .timeline .row.timeline-right .timeline-date {
      text-align: right;
    }
    
    .timeline .row.timeline-right,
    .timeline .row.timeline-left .timeline-date {
      text-align: left;
    }
    
    .timeline .timeline-date {
      font-size: 14px;
      font-weight: 600;
      /*margin: 41px 0 0 0;*/
    }
    img.process-img {
/*  width: 97%;
  height: 217px;*/
  border-radius: 5px;
}
    .timeline .timeline-date::after {
      content: '';
      display: block;
      position: absolute;
      width: 14px;
      height: 14px;
      top: 45px;
      background: linear-gradient(#4F84C4, #00539C);
      box-shadow: 0 0 5px rgba(0, 0, 0, .4);
      border-radius: 15px;
      z-index: 1;
    }
    
    .timeline .row.timeline-left .timeline-date::after {
      left: -7px;
    }
    
    .timeline .row.timeline-right .timeline-date::after {
      right: -7px;
    }
    
    .timeline .timeline-box,
    .timeline .timeline-launch {
      position: relative;
      display: inline-block;
      margin: 15px;
      padding: 20px;
      border: 1px solid #dddddd;
      border-radius: 6px;
      background: #ffffff;
    }
    
    .timeline .timeline-launch {
      width: 100%;
      margin: 15px 0;
      padding: 0;
      border: none;
      text-align: center;
      background: transparent;
    }
    
    .timeline .timeline-box::after,
    .timeline .timeline-box::before {
      content: '';
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
    }
    
    .timeline .row.timeline-left .timeline-box::after,
    .timeline .row.timeline-left .timeline-box::before {
      left: 100%;
    }
    
    .timeline .row.timeline-right .timeline-box::after,
    .timeline .row.timeline-right .timeline-box::before {
      right: 100%;
    }
    
    .timeline .timeline-launch .timeline-box::after,
    .timeline .timeline-launch .timeline-box::before {
      left: 50%;
      margin-left: -10px;
    }
    
    .timeline .timeline-box::after {
      top: 26px;
      border-color: transparent transparent transparent #ffffff;
      border-width: 10px;
    }
    
    .timeline .timeline-box::before {
      top: 25px;
      border-color: transparent transparent transparent #dddddd;
      border-width: 11px;
    }
    
    .timeline .row.timeline-right .timeline-box::after {
      border-color: transparent #ffffff transparent transparent;
    }
    
    .timeline .row.timeline-right .timeline-box::before {
      border-color: transparent #dddddd transparent transparent;
    }
    
    .timeline .timeline-launch .timeline-box::after {
      top: -20px;
      border-color: transparent transparent #dddddd transparent;
    }
    
    .timeline .timeline-launch .timeline-box::before {
      top: -19px;
      border-color: transparent transparent #ffffff transparent;
      border-width: 10px;
      z-index: 1;
    }
    
    .timeline .timeline-box .timeline-icon {
      position: relative;
      width: 40px;
      height: auto;
      float: left;
    }
    
    .timeline .timeline-icon i {
      font-size: 25px;
      color: #4F84C4;
    }
    
    .timeline .timeline-box .timeline-text {
      position: relative;
      width: calc(100% - 40px);
      float: left;
    }
    
    .timeline .timeline-launch .timeline-text {
      width: 100%;
    }
    
    .timeline .timeline-text h3 {
     font-size: 20px;
     font-weight: 600;
     margin-bottom: 6px;
 }
    
    .timeline .timeline-text p {
     font-size: 16px;
     font-weight: 400;
     margin-bottom: 0;
     text-align: justify;
 }
    
    
h2.contact-abt-heading {

font-size: 40px;
font-weight: 600;
}
section.contact-abt-sec {
padding-bottom: 47px;
padding-top: 53px;

overflow: hidden;
position: relative;

background-size: cover;
background-color: #f1e7e2;
}


/* service page css */
section.services-main {
padding-top: 45px;
}
section.technology-sec {
    padding-top: 50px;
    background: whitesmoke;
    padding-bottom: 20px;
}
.bnnr-sec {
background-image: url('assets/banner/service-banner-img.jpg');
background-size: auto;
background-size: 100% 100% !important;
width: 100%;
height: 260px;
}
button#viewMoreBtn {
border: none;
padding: 12px;
background-color: #6856ef;
border-radius: 5px;
color: white;
}
.services-heading-top {
text-align: center;
color: white;
font-size: 3px;
margin-top: 60px;
}
h2.top-heading {
font-size: 70px;
}
.technology-sec-item {
    padding: 20px;
    height: 343px;
    border-radius: 5px;
    margin-bottom: 41px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    background: white;
}
.technology-sec-item:hover {
transform: translateY(-10px);
box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}


.tech_heading {
color: #6856effa;
border-bottom: 2px solid #6856effa;
padding-bottom: 5px;
margin-bottom: 18px;
font-size: 22px;
font-weight: 600;
}

.tech-item, .technology-sec-item p {
font-size: 1rem;
color: #555;
margin: 8px 0;
transition: color 0.3s;
}

.tech-item:hover, .technology-sec-item p:hover {
color: #6856effa;
}


/* Optional: Add smooth transitions to hover effects */
a {
text-decoration: none;
}

a:hover {
color: #0056b3;
}

.expandable-boxes {
position: relative;
}
.expend-items {
  display: flex
;
  flex-wrap: nowrap;
  border: 1px solid;
  border-radius: 5px;
  /* margin-right: 94px; */
  /* padding: 6px; */
  height: 250px;
  background-color: #ebc1e278;
  margin-bottom: 30px;
}
img.img-expend {
  width: 100%;
  height: 248px;
  /* border-radius: 5px; */
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.cont-item {
  padding: 6px 14px;
}
button.service-button-item-1 {
  left: 80%;
  position: relative;
}
.expandable-box {
 float: left;
  /* margin: 0 3% 20px 0; */
  border-radius: 12px;
  /* padding: 10px; */
  box-sizing: border-box;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

&.open {
  height: 150px;
  margin: 0;
}

&.out {
  width: 0;
  height: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
  opacity: 0;
}
}
h3.other-service {
  color: #cd2c38;
  margin: 10px;
}
h3.fw-bold.my-0.text-black {
color: #6856ef !important;
}
h1.card-title.pricing-card-title.fw-bold {
color: #7261f0;
}

h3.service-page-h3 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
}
button.service-page-button-item {
  width: 100%;
  padding: 5px;
  background: #6856ef;
  border: #6856ef;
  border-radius: 12px;
  /* margin: 22px 0px; */
  margin-top: 15px;
}
.expandable-box1 {
transition: opacity 0.3s ease, visibility 0.3s ease;
}

.expandable-box1.hidden {
opacity: 0;
visibility: hidden;
}


/*client logo slider */
section.Client-logo {
margin-bottom: 26px;
/* margin-top: 35px; */
    padding-top: 54px;
}
.box {
display: grid;
align-items: center;
justify-items: center;
width: 90%;
height: auto;
transition: transform 0.5sease-in;
margin: 8px auto;
}
.box img {
max-width: 100%;
max-height: 100%;
width: 100%;
}
.box:hover {
transform: scale(1.2);
}

@media (max-width: 768px) {
.services-heading-top h2 {
    font-size: 2rem;

}
form.Enquiry-form-ser {
   
    position: relative;
    left: 0px !important;
    margin-top: 12px;
}
img.avatar12 {
  width: 50% !important;
  position: relative;
}
.about-company.d-flex.flex-column.h-100 {
padding: 12px !important;

}
img.avatar2 {
  width: 106% !important;
  /* height: 36%; */
  top: 0px !important;
}
img.avatar1 {
width: 75% !important;

}
img.avatar3 {
width: 74% !important;
}
img.avatar8 {
width: 90% !important;
position: relative;
top: 6px;
}
img.avatar6 {
width: 100% !important;
position: relative;
top: 6px;
}
img.avatar8 {
width: 90% !important;

top: 0px !important;
padding: 8px;
}
img.avatar4 {
width: 80% !important;
position: relative;
top: 0px !important;
}
img.avatar10 {
width: 84% !important;
position: relative;
top: 0px;
}
.footer-bg .row {
    display: flex;
    /*flex-direction: column;*/
   
}

}
@media (max-width: 1024px) {
a.company-site {
color: #000000a3;
font-size: 10px !important;
font-weight: 700;
}
img.avatar12 {
width: 100% !important;

}
a[id^="month"], a[id^="year"], a[id^="monthlyBtn"], a[id^="yearlyBtn"] {

padding: 6px 7px !important;

font-size: 10px !important;


}

}
@media (max-width: 480px) {
.services-heading-top h2 {
    font-size: 1.5rem;
}
.bnnr-sec {
  height: 20vh;
}
.services-heading-top {
  margin-top: 32px !important;
}
.projects-container {
display: flex !important;
flex-wrap: wrap;
align-content: stretch;
justify-content: space-around;
}
img.avatar1 {
  width: 100% !important;
  
}
img.avatar4 {
  width: 100% !important;
 
}
p.service-p {
  font-size: 15px !important;
  line-height: 20px;

}

/*portfolio*/

section#projects {
  padding-top: 45px;
}
.portfolio_box {
  
  max-width: 100% !important;
  padding: 23px !important;
  position: relative;
  top: 0px !important;
}
}

section.testimonial {
    padding-top: 56px;
    padding-bottom: 48px;
}
.accordion .accordion-item {
border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
border-bottom: 1px solid #03b5d2;
}
section.FaQ-sec {
background: whitesmoke;
padding: 46px 10px;
}

.accordion button {
position: relative;
display: block;
text-align: left;
width: 100%;
padding: 1em 0;
color: #393b3ce3;
font-size: 1.15rem;
font-weight: 400;
border: none;
background: none;
outline: none !important;
}
.accordion button:hover,
.accordion button:focus {
cursor: pointer;
color: #6c5aef;
}

.accordion button:hover::after,
.accordion button:focus::after {
cursor: pointer;
color: #6c5aef;
border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
display: inline-block;
position: absolute;
top: 18px;
right: 0;
width: 22px;
height: 22px;
border: 1px solid;
border-radius: 22px;
color: #6856ef;
}

.accordion button .icon::before {
display: block;
position: absolute;
content: '';
top: 9px;
left: 5px;
width: 10px;
height: 2px;
background: currentColor;
}
.accordion button .icon::after {
display: block;
position: absolute;
content: '';
top: 5px;
left: 9px;
width: 2px;
height: 10px;
background: currentColor;
}


.accordion button[aria-expanded='true'] .icon::after {
width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
opacity: 1;
max-height: 9em;
transition: all 200ms linear;
will-change: opacity, max-height;
}
.accordion .accordion-content {
opacity: 0;
max-height: 0;
overflow: hidden;
transition: opacity 200ms linear, max-height 200ms linear;
will-change: opacity, max-height;
}
.accordion .accordion-content p {
font-size: 1rem;
font-weight: 300;
margin: 2em 0;
}

a.btn.btn-primary.mt-3 {
/* background-color: #6856ef !important; */
background: linear-gradient(-90deg, #7641e6, #0024df, #ff00d6, #7641e6);
background-size: 400% 100%;
border-color: transparent !important;
}
/* contact-us page */

.contact-info {
display: inline-block;
width: 100%;
text-align: center;
    margin-bottom: 10px;
}

.contact-info-item {
background: #071c34c7;
padding: 35px 0px;
width: 100%;
height: 250px;
border-radius: 4px;
}
.contact-page-sec .contact-page-form h2 {
color: #071c34;
text-transform: capitalize;
font-size: 22px;
font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
padding-left: 0;
}  
.contact-page-form.contact-form input {
margin-bottom: 5px;
}  
.contact-page-form.contact-form textarea {
height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
background: #071c34;
width: 150px;
border-color: #071c34;
}

.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
color: #fff;
font-size: 22px;
text-transform: capitalize;
font-weight: 600;
margin-bottom: 10px;
}
.contact-info-text span {
  color: #ffffff;
  font-size: 17px;
  display: inline-block;
  width: 100%;
}
.contact-page-form input {
background: #f9f9f9 none repeat scroll 0 0;
border: 1px solid #f9f9f9;
margin-bottom: 20px;
padding: 12px 16px;
width: 100%;
border-radius: 4px;
}

.contact-page-form .message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-input-field textarea {
background: #f9f9f9 none repeat scroll 0 0;
border: 1px solid #f9f9f9;
width: 100%;
height: 120px;
padding: 12px 16px;
border-radius: 4px;
}
.single-input-fieldsbtn input[type="submit"] {
  background: #cd2c38 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
  width: 150px;
  margin-top: 20px;
  font-size: 16px;
  border: none;
}
.single-input-fieldsbtn input[type="submit"]:hover{background:#071c34;transition: all 0.4s ease-in-out 0s;border-color:#071c34}
.single-input-field  h4 {
  background: #08335e;
text-transform: capitalize;
font-size: 14px;
}
.contact-page-form {
  display: inline-block;
  width: 100%;
  margin-top: 34px;
  padding: 13px;
  box-shadow: 0px 0px 4px 0px;
  border-radius: 4px;
  background: white;
}
section.contact-page-sec {
  padding-top: 50px;
  padding-bottom: 40px;
}

.contact-page-map {
margin-top: 36px;
}
.contact-page-form form {
padding: 20px 15px 0;
}

.theme--btn {
inset: 1px;
background: inherit;
border-radius: 8px;

     background: #cd2c38 !important;

/* background: linear-gradient(-90deg, #7641e6, #0024df, #ff00d6, #7641e6);
background-size: 400% 100%; */
border: 0 !important;
text-align: center;
animation: 8sease-in-out infinite background-anim;
font-weight: 600;
min-height: 64px;
display: flex
;
padding: 3px 60px;
justify-content: center;
align-items: center;
font-family: Satoshi, Fallback, sans-serif !important;
}

.step1 {
    background: #5629c0;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: white;
}

.step2 {
background: #0a4fe7;
border: 1px solid #ddd;
border-radius: 10px;
padding: 20px;
text-align: center;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
 color: white;
}

.step3 {
background: #0b8d93;
border: 1px solid #ddd;
border-radius: 10px;
padding: 20px;
text-align: center;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
 color: white;
}

.step4 {
background: #1d6e06f7;
border: 1px solid #ddd;
border-radius: 10px;
padding: 20px;
text-align: center;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
 color: white;
}

.step5 {
background: #aa7b1c;
border: 1px solid #ddd;
border-radius: 10px;
padding: 20px;
text-align: center;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
 color: white;
}

.step6 {
background: #ae5509;
border: 1px solid #ddd;
border-radius: 10px;
padding: 20px;
text-align: center;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
 color: white;
}
.step1:hover, 
.step2:hover, 
.step3:hover, 
.step4:hover, 
.step5:hover, 
.step6:hover {
transform: scale(1.05);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
border-color: #bbb; /* Slightly darker border */
opacity: 0.9; /* Slight transparency effect */
}
.testimonial-box {
padding: 12px;
display: flex
;
}
.testimonial-item {
padding: 13px;
margin-bottom: 24px;
}
.testimonial-company-item {
padding: 10px;
}
.avatar-container {
display: flex;
flex-wrap: nowrap;
}
p.testimonial-company {
margin-bottom: 0px;
font-size: 14px;
font-weight: 600;
color: #363636f5;
}
a.company-site {
color: #000000a3;
font-size: 12px;
font-weight: 700;
}
p.testimonial-star {
margin: 6px 0px;
}
p.testimonial-client {
margin-bottom: 1px;
}
.testimonial-content {
box-shadow: 0px 0px 6px 0px;
border-radius: 5px;
}
img.avatar {
padding: 6px;
}
img.avatar1 {
width: 100%;
position: relative;
left: 15px;
}
img.avatar2 {
width: 132%;
/* height: 36%; */
position: relative;
top: 12px;
}
img.avatar3 {
width: 100%;
}
img.avatar4 {
width: 101%;
position: relative;
top: 6px;
}
img.avatar6 {
width: 139%;
position: relative;
top: 6px;
}
img.avatar8 {
width: 110%;
position: relative;
top: 6px;
}
img.avatar11 {
width: 139%;
position: relative;

}
img.avatar10 {
width: 114%;
position: relative;

}
img.avatar12 {
width: 58%;
position: relative;
}

.view-more-btn {
    /* background: #c1292d; */
    padding: 8px 24px;
    /* border: 1px; */
    border-radius: 3px;
    color: black;
    font-weight: 700;
    padding: 10px 21px !important;
}
.view-more-btn:hover{
    color:white;
}
.view-more-btn a {
color: white;
}
.view-more-btn a:hover{
color: white;
}
.testimonial-content {
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    height: 366px;
}

.testimonial-content:hover {
background-color: #f8f9fa; /* Light background on hover */
transform: scale(1.03); /* Slightly enlarges the div */
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2); /* Adds a shadow */
cursor: pointer;
}

.testimonial-heading {
transition: color 0.3s ease-in-out;
}

/* .testimonial-content:hover .testimonial-heading {
color: #007bff; /* Changes text color on hover 
} */

.company-site {
transition: color 0.3s ease-in-out;
}

.company-site:hover {
color: #ff4500; /* Changes link color on hover */
text-decoration: underline;
}


/* portfolio */

h2.portfolio-heading {
text-align: center;
margin-bottom: 35px;
}

.projects-container {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}

.project {
background-color: #fff;
padding: 20px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
border-radius: 8px;
}

.project img {
width: 100%;
height: 258px;
/* object-fit: cover; */
margin-bottom: 15px;
}

.project h3 {
font-size: 1.5rem;
margin-bottom: 10px;
}

.project p {
font-size: 1rem;
color: #555;
}

.project-link {
text-decoration: none;
color: #03326b;
font-weight: bold;
}
.portfolio_box {
margin: auto;
max-width: 100%;
padding: 35px;
/* background: white; */
border-radius: 3px;
box-shadow: 0 0 35px rgba(10, 10, 10, 0.12);
position: relative;
/* top: -91px; */
margin-bottom: 25px;
}


.loading {
display: none;
text-align: center;
font-size: 18px;
color: #555;
margin-top: 20px;
font-weight: bold;
}

.load-more-btn {
display: block;
margin: 20px auto;
padding: 10px 20px;
background: #cd2c38;
color: white;
border: none;
cursor: pointer;
font-size: 16px;
border-radius: 5px;
}

/* price page */

.pricing-container {
display: flex;
justify-content: center;
gap: 20px;
margin: 50px auto;
flex-wrap: wrap;
}
.pricing-card2 {
background: white;
/* padding: 30px; */
border-radius: 10px;
box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
width: 100%;
/* text-align: center; */
}

.pricing-card {
background: white;
/* padding: 30px; */
border-radius: 10px;
box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
width: 100%;
/* text-align: center; */
}
.package-common.package-online {
background: #eaf2ff;
padding: 15px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
/* background: #f0f8ffa1; */
}
.package-common.package-online2 {
background: #eaf2ff;
padding: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
/* Default styles */
a[id^="month"], 
a[id^="year"], 
a[id^="monthlyBtn"], 
a[id^="yearlyBtn"] {
display: inline-block;
padding: 9px 12px;
background: #e68b24;
border-radius: 5px;
text-align: center;
text-decoration: none;
font-size: 14px;
/* margin: 5px; */
transition: background 0.3sease;
color: aliceblue !important;
font-weight: bold !important;
}

/* Hover effect */
a[id^="month"]:hover, 
a[id^="year"]:hover, 
a[id^="monthlyBtn"]:hover, 
a[id^="yearlyBtn"]:hover {
  background: #cd2c38;
}
/* Default Order Now Button Styles */
a.order-now {
    display: inline-block;
    padding: 10px 18px;
    background: #fffbff;
    /* border-radius: 8px; */
    text-align: center;
    text-decoration: none;
    color: #352a2a;
    font-size: 18px;
    font-weight: bold;
    margin: 10px;
    transition: background 0.3s ease, transform 0.2s;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    border: 1px solid;
}

/* Hover Effect */
a.order-now:hover {
    background: #c8303a;
    transform: scale(1.05);
    color: white;
    text-decoration: none;
}
/* Default show more Button (pakage) Styles */
   .show-more-btn{
            display: inline-block;
    padding: 9px 15px;
    background: #fffbff;
    /* border-radius: 8px; */
    text-align: center;
    text-decoration: none;
    color: #352a2a;
    font-size: 18px;
    font-weight: bold;
    margin: 10px;
    transition: background 0.3s ease, transform 0.2s;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    border: 1px solid;
    }
  .show-more-btn:hover {
    background: #c8303a;
    transform: scale(1.05);
    color: white;
    text-decoration: none;
}


/* Responsive styles */
@media screen and (max-width: 768px) {
a[id^="month"], 
a[id^="year"], 
a[id^="monthlyBtn"], 
a[id^="yearlyBtn"] {
  display: block;
  width: 90%;
  padding: 12px;
  font-size: 18px;
  margin: 8px auto;
}
a.order-now {
  display: block;
  width: 66%;
  margin: 6px auto;
  font-size: 13px;
  padding: 6px;
}
}

@media screen and (max-width: 480px) {
a[id^="month"], 
a[id^="year"], 
a[id^="monthlyBtn"], 
a[id^="yearlyBtn"] {
  width: 100%;
  padding: 14px;
  font-size: 16px;
}
a.order-now {
  width: 100%;
  font-size: 18px;
  padding: 16px;
}
}

span.sh-txt {
font-size: 22px;
color: #3b899c;
font-weight: 600;
}
span.real-value {
font-size: 36px;
color: #3b899c;
font-weight: 600;
}
span.frc-wht {
font-size: 20px;
font-weight: 500;
}
.package-monthly {
margin-top: 23px;
}
.pricing-card h2 {
margin-bottom: 10px;
color: #333;
}

.heading-top-tab {
text-align: center;
color: #2a8799;
margin: 51px 0px;
}
/* .floatingDiv {
padding: 5px 30px;
} */

.btn {
display: inline-block;
margin-top: 15px;
padding: 10px 20px !important;
background: #cd2c38 !important;
color: white !important;
text-decoration: none;
border-radius: 0px;
border: none !important;
}
.btn:hover {
background-color: #b29630;
}
/* Hover effect for pricing cards */
.pricing-card:hover {
transform: translateY(-10px);
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
transition: all 0.3s ease-in-out;
}
.pricing-card2:hover {
transform: translateY(-10px);
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
transition: all 0.3s ease-in-out;
}


h2.price-heading {
font-size: 24px;
}


ul.tabs{
margin: 0px;
padding: 0px;
list-style: none;
}
ul.tabs li{
background: none;
color: #222;
display: inline-block;
padding: 10px 15px;
cursor: pointer;
}

ul.tabs li.current{
background: #ededed;
color: #222;
}

.tab-content{
display: none;
background: #ededed;
padding: 15px;
}

.tab-content.current{
display: inherit;
}

#tsum-tabs h1 {
padding-top: 62px;
font-weight: 400;
text-align: center;
}

#tsum-tabs p {
margin: 0 0 20px;
line-height: 1.5;
}

#tsum-tabs main {
/* min-width: 320px;
max-width: 800px; */
padding: 50px;
margin: 0 auto;
background: #fff;
}

#tsum-tabs section {
display: none;
padding: 20px 0 0;
border-top: 1px solid #ddd;
}

#tsum-tabs input {
display: none;
}

#tsum-tabs label {
display: inline-block;
margin: 0 0 -1px;
padding: 15px 25px;
font-weight: 600;
text-align: center;
color: #22859a;
border: 1px solid transparent;
}
#tsum-tabs label:before {
font-family: fontawesome;
font-weight: normal;
margin-right: 10px;
}
h2.text-price-hading {
font-size: 44px;
}

#tsum-tabs label:hover {
color: orange;
cursor: pointer;
}

#tsum-tabs input:checked + label {
color: #555;
border: 1px solid #ddd;
border-top: 2px solid orange;
border-bottom: 1px solid #fff;
background: aliceblue;
}

#tsum-tabs #tab1:checked ~ #content1,
#tsum-tabs #tab2:checked ~ #content2,
#tsum-tabs #tab3:checked ~ #content3,
#tsum-tabs #tab4:checked ~ #content4 {
display: block;
  margin-top: 0px;
  background: #f0f8ff7d;
  padding-bottom: 78px;
}




@media screen and (max-width: 650px) {
#tsum-tabs label {
  font-size: 10px;
}
#tsum-tabs label:before {
  margin: 0;
  font-size: 18px;
}
#tsum-tabs label {
  padding: 15px 4px !important;
 
  display: table-cell !important;
}
div#tsum-tabs {
display: contents;
}
#tsum-tabs main {
padding: 0px;
margin: 0 auto;
background: #fff;
}
}

@media screen and (max-width: 400px) {
#tsum-tabs label {
  padding: 15px;
}

}

li {
list-style: none;

}
ul.redesign-inner.package-inner {
text-align: end;
padding-left: 0px;
}

.package-list {
list-style: none;
padding: 0;
max-width: 600px;
margin: 0 auto;
}

.package-list li {
background: #f9f9f9;
/* margin: 8px 0; */
padding: 12px;
/* border-radius: 6px; */
display: flex;
justify-content: space-between;
align-items: center;
font-family: Arial, sans-serif;
}

.package-list li:nth-child(odd) {
background: #eee;
}
hr {
margin: 10px 0px !important;
}

.section_contact-content {
    padding-bottom: 27px;
}
input.theme--btn.mt-3 {
background: #6856ef !important;
}

button.call-button {
background: #6856ef !important;
}

.portfolio-section {
text-align: center;
}

.bg-dark {
background-color: #0e2a53 !important;
border-radius: 0px;
}
p.lead {
font-size: 30px;
line-height: 32px;
}
h2.fw-bold {
font-size: 50px;
margin-bottom: 13px;
}
li.ser-detail-li {
font-size: 20px;
}
form.Enquiry-form {
  padding: 20px;
  background: #332f5599;
  border-radius: 8px;
  border: 1px solid #f5f5f540;
}
h2.fw-bold {
font-size: 50px;
}
.bg-secondary {
background-color: #14315e !important;
}
.input-group-text {
background-color: #fff;
color: #333;
}

.form-control, .form-select {
border-radius: 0;
}
input::placeholder, select {
font-size: 0.9rem;
}
.btn-danger {
background-color: #c61f1f;
border: none;
}
.ser-details-faq {
  color: #083361;
}
section.faq-details {
padding: 56px 0px;
}


main.container.my-2.mb-5 {
  margin-top: 50px !important;
}
          section.service-package {
  background: whitesmoke;
  padding: 65px 4px;
}
.refren_demos {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.refrence_website, .themes_link {
  display: flex;
  border: 1px solid #ccc;
  /* border-radius: 6px; */
  overflow: hidden;
  background: white;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.refg {
  background-color: #083c74;
  color: white;
  font-weight: bold;
  padding: 13px 15px;
  white-space: nowrap;
}

.themes_link .refg {
  background-color: #2e2e6f;
}

.pack_list,
.themes_link ul {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  gap: 10px;
  overflow-x: auto;
}

.themes_link ul {
  list-style: none;
  margin: 0;
  padding: 5px 10px;
}

.themes_link ul li {
  display: inline-block;
}

.themes_link ul li a,
.pack_list a {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 4px;
  background: #fff;
  color: #002b53;
  text-decoration: none;
  border: 1px solid #ddd;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  white-space: nowrap;
}

.themes_link ul li a:hover,
.pack_list a:hover {
  background-color: #f0f0f0;
}

/* Scroll styling for overflow */
.themes_link ul::-webkit-scrollbar {
  height: 6px;
}

.themes_link ul::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

.themes_link ul::-webkit-scrollbar-track {
  background: transparent;
}
          .package-card {
            background: #fff;
            border-radius: 10px;
            padding: 20px;
            width: 90%;
            max-width: 900px;
            margin: 0 auto;
            box-shadow: 0 0 10px rgba(0,0,0,0.15);
            position: relative;
          }
      
          .badge {
            background: #d9534f;
            color: white;
            padding: 3px 10px;
            font-size: 12px;
            border-radius: 5px;
            position: absolute;
            top: -10px;
            left: 10px;
          }
      
          .price-tag {
            position: absolute;
            right: 0px;
            top: 0px;
            background: #003366;
            color: white;
            padding: 15px 25px;
            border-radius: 0 0 0 15px;
            font-weight: bold;
          }
      
          .title {
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 10px;
          }
      
          .tabs {
            display: flex;
            margin: 15px 0;
          }
      
          .tab {
            padding: 8px 12px;
            border: 1px solid #ccc;
            background: #f4f4f4;
            margin-right: 4px;
            cursor: pointer;
          }
      
          .tab.active {
            background: #2c3e50;
            color: white;
            font-weight: bold;
          }
      

      
          .enquire-btn {
            background: #cd2c38;
            color: white;
            padding: 10px 20px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
          }
      
          .enquire-btn:hover {
            background: #444;
          }

                  /* Base Styling for About Section */
.about-area {
  padding: 60px 20px;
  background-color: #f9f9f9;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}

.thankyou-page {
  max-width: 1200px;
  margin: 5px auto 32px auto;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 40px;
  border-radius: 8px;
}

/* Header Styling */
._header h1 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #07315e;
  position: relative;
}

._header h1 span {
  color: #cd2c38;
}

/* Body Styling */
._body {
  margin-top: 30px;
}



._box h2 {
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #273f5d;
}

/* Email Link Styling */
._box a {
  color: #007BFF;
  text-decoration: none;
  word-break: break-word;
}

._box a:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  /* .thankyou-page {
      padding: 25px;
  } */

  ._header h1 {
      font-size: 28px;
  }

  ._box h2 {
      font-size: 20px;
  }

  ._box p {
      font-size: 15px;
  }
}

       @media only screen and (max-width: 768px){
       section {
       overflow-x: hidden !important;
       }
       
       .why-choose-section {
       padding: 0px !important;
       }
          h2.sec-title {
        font-size: 28px;
        text-align: left;
    }
    p.sec-description {
    text-align: left;
}
p.section-description {
    text-align: left;
}

h1.sec-why-choose-h {
    font-size: 28px !important;
}
h3.heading-about-contant {
    font-size: 25px !important;
}
.col-sm-12.text-center {
    padding-bottom: 8px;
}
h3.heading-cms-sec {
    font-size: 20px;
    
}
.section_contact-content {
    padding-bottom: 1px;
}
      }


.text-center.mb-2 {
    padding-bottom: 10px;
}
      section.service_faq {
        margin-bottom: 20px;
    }
    .faq_contant {
        /* border: 1px solid; */
        border-radius: 5px;
        box-shadow: 1px 3px 8px #605d5d;
    }
    .collapsible {
      /*background-color: #392aadb8;*/
      color: black;
      cursor: pointer;
      padding: 18px;
      width: 100%;
      border: none;
      text-align: left;
      outline: none !important;
      font-size: 19px;
    }
  
    
    .collapsible:after {
      content: '\002B';
      color: #073260;
      font-weight: bold;
      float: right;
      margin-left: 5px;
    }
    
    .active:after {
      /*content: "\2212";*/
      color: #392aadb8;
    }
    
    .content {
      padding: 0 18px;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease-out;
      background-color: #f1f1f1a8;
    }
    
    .faq-heading h2{
	
	text-transform:uppercase;
	font-size:43px;
	font-weight:700;
	color:#1f232c;

	text-align:center;
	margin-top:80px;
	margin-bottom: 17px;
}

.faq-heading h4{
	
	font-size:21px;
	font-weight:600;
	color:#32afc4;

	text-align:center;
	margin-top:10px;
	margin-bottom:11px;
}

.faqs-container{
    overflow: hidden;
}
.faq-singular {
    position: relative;
    border-bottom: 1px solid #d3d6d7;
    padding: 0 30px 0 20px;
}
.faq-singular:hover,
.faq-singular.active{
    background: #f7f4f4;
    background-image: linear-gradient(90deg, #32afc4 0%, #32afc4 8px, transparent 8px, transparent 100%);
	margin-top: 25px;
}
.faq-singular .faq-question {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 25px 25px 25px 0px;
   font-weight: 500;
    font-size: 18px;
	
}



.faq-singular .faq-question:before {
    position: absolute;
    content: "+";
    color: #32afc4;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    font-weight: 700;
    transition: all .5s;
}
.faq-singular.active .faq-question:before {
    transform: translateY(-50%) rotate(45deg) scale(1.3);
}
.faq-answer {
    display: none;
    padding-bottom: 20px;
}

/*----faq----end--------*/


h2.abt-sec-top-heading {
    font-size: 19px;
}
.fa-check-circle-custom, .fa-check-inline {
    background-color: #cd2c38;
    color: white;
    border-radius: 50%;
    padding: 4px 5px;
    display: inline-block;
    font-size: 16px;
    margin-right: 10px;
}

  .text-item {
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    font-weight: 400;
    margin-bottom: 12px;
  }
  
  /*    blog details   */
  
  
.main-blog-container {
    padding: 40px 20px;
}

.main-blog-img img,
.main-blog-img iframe {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

/* Content Styling */
.main-blog-content {
    padding: 20px;
}

.category-badge {
    display: inline-block;
    padding: 5px 10px;
    font-size: 0.75rem;
    color: white;
    border-radius: 20px;
    margin-bottom: 10px;
}

.badge-politics {
    background-color: #dc3545;
}

.badge-world {
    background-color: #0d6efd;
}

.badge-markets {
    background-color: #cd2c38;
}
.badge-video {
      background-color: #cd2c38;
}

.main-blog-title {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.main-blog-meta {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.main-blog-meta span {
    margin-right: 15px;
}

.main-blog-icon-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-blog-stats span {
    margin-right: 15px;
    color: #6c757d;
}

.main-blog-social-icons a {
    margin-left: 10px;
    font-size: 1.2rem;
}

/* Comments */
.blog-detail {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.blogdetail-comment {
    margin-top: 20px;
}

.comment-content {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.blogdetail-profile-left h4 {
    font-weight: bold;
}

.blogdetail-comment-content {
    padding-top: 10px;
}

/* Recommended & Trending */
.card-title {
    font-size: 1rem;
    margin-bottom: 5px;
    color: #083060;
}

.fixed-img {
    height: 100%;
    object-fit: cover;
}

.trending img {
  
    object-fit: cover;
}
h6.blog-tranding.mt-3 {
      color: #1a1818;
    font-size: 15px;
}

.category-item {
    background-size: cover;
    background-position: center;
    height: 80px;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;
}


/* Subscribe */
.subscribe a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    margin-bottom: 10px;
    background-color: #f1f1f1;
    border-radius: 8px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    transition: background 0.3s;
}

.subscribe a:hover {
    background-color: #e0e0e0;
}
.text-light1 {
    color: #171819 !important;
    font-weight: 600;
}
/* Form Styling */
form .form-control {
    border-radius: 5px;
    box-shadow: none;
}

form .form-check-label {
    font-size: 0.9rem;
}

#message-box {
    margin-top: 10px;
}

h2.cms-sec-top-heading {
    font-size: 14px;
    color: #072f5d;
}
   h3.heading-cms-sec {
    font-size: 24px;
    /* letter-spacing: 1px; */
    color: black;
    margin-bottom: 12px;
}
p.p1-cms-sec {
    font-size: 14px;
    line-height: 22px;
    color: #5a5d60;
}

.why-choose-section {
    max-width: 100%;
        padding: 15px 171px;
    color: #000;
    margin-top: 40px;
}
.why-choose-section h1 {
   
    margin-bottom: 20px;
   color: #0b325e !important;
    font-size: 50px;
    font-weight: 900
}

p.intro-text {
    font-size: 18px;
}


   


.productdetailpg-call-now-btn:hover {
     color: #fff;
     text-decoration:none;
}
.productdetailpg-call-now-btn {
 
                        background: linear-gradient(145deg, #EC2029, #ff5e62);
 
                        color: #fff;
 
                        padding: 14px 30px;
 
                            font-size: 22px;
                            
                        font-weight: bold;
 
                        border: none;
 
                        border-radius: 50px;
 
                        text-transform: uppercase;
 
                        text-decoration: none;
 
                        display: inline-block;
 
                        position: relative;
 
                        overflow: hidden;
 
                        white-space: nowrap;
 
                        box-shadow: 0 8px 15px rgba(236, 32, 41, 0.3),
 
                        inset 0 -4px 8px rgba(0, 0, 0, 0.2);
 
                        animation: pulse 2s infinite;
 
                        transition: all 0.3s ease;
 
                        }
 
                        .productdetailpg-call-now-btn::before {
 
                        content: "";
 
                        position: absolute;
 
                        top: 0;
 
                        left: -50%;
 
                        width: 50%;
 
                        height: 100%;
 
                        background: rgba(255, 255, 255, 0.3);
 
                        transform: skewX(-25deg);
 
                        animation: shine 3s infinite linear;
 
                        }
 
                        @keyframes shine {
 
                        0% { left: -50%; }
 
                        100% { left: 150%; }
 
                        }
 
                        @keyframes pulse {
 
                        0% { transform: scale(1); box-shadow: 0 8px 15px rgba(236, 32, 41, 0.3); }
 
                        50% { transform: scale(1.05); box-shadow: 0 12px 25px rgba(236, 32, 41, 0.4); }
 
                        100% { transform: scale(1); box-shadow: 0 8px 15px rgba(236, 32, 41, 0.3); }
 
                        }
 
                        /* Responsive for small screens */
 
                        @media (max-width: 576px) {
 
                        .productdetailpg-call-now-btn {
 
                        font-size: 0.9rem;
 
                        padding: 12px 20px;
 
                        }
 
                        }

.banner-text p {
  font-size: 1.2rem;
}


.icon {
  font-size: 20px;
  margin-right: 15px;
  margin-top: 5px;
}

h3.heading-about-contant {
       color: #0d1216d9;
    font-size: 32px;
    font-weight: 600;
    /*letter-spacing: 1px;*/
}
/*.text h3 {*/
/*  margin: 0;*/
/*  font-size: 20px;*/
/*  font-weight: bold;*/
/*}*/

.text p {
  margin-top: 5px;
  font-size: 15px;
  color: #666666;
}
section.contant-sec {
       background: #0000001c;
    padding: 42px;
}
.feature {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.feature-box {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.feature-box:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}


.feature-contact {
    margin: 46px 0px;
}
h3.feature-heading-h3 {
    font-size: 25px;
}
section.feature-section {
    padding-top: 80px;
    padding-bottom: 30px;
       background: #0000000a;
}
.feature-icon {
       width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    bottom: 85%;
    left: 41%;
}
/* Text and icon hover effect */


.feature-box h3 {
  transition: color 0.3s ease;
}

.feature-box:hover h3 {
  
    color: #05335e; /* Change to your theme color */
}

   .about-banner-img {
  width: 100%;
  height: auto;
  display: block;
}

/*package*/

.package-banner-img {
  width: 100%;
  height: auto;
  display: block;
}

/*about page*/

 .img-fluid-about {
  max-width: 110px;
  height: auto;
      padding-bottom: 22px; /* override if needed */
}
 .confidential-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
  }

  .confidential-text {
    flex: 1;
  }

  

  @media (max-width: 768px) {
    .confidential-wrapper {
      flex-direction: column;
      align-items: flex-start;
    }

    .img-fluid-about {
      margin-top: 10px;
      align-self: flex-end;
    }
   
  }
  
  
  
 
