@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Outfit:wght@100..900&display=swap");

*{
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
    transition: all .2s linear;
    text-decoration: none;
}
html, body {
  overflow-x: hidden;
}
:root{
  /* story seciton color */
    --story-background-color: #323b39;
    --story-title-color: #efeaea;
    --story-button-title-color: #efeaea;
    --story-button-title-span-color:#efeaea;

  /* service section color */
    --service-background-color: #dcded7;
    --service-title-color: #000000;
    --service-image-title-color: #000000;
    --service-image-content-color: #000000;

  /* dataset section color */
  --avaliable-dataset-background-color: #dcded7;


  /*choose section color */
    --choose-background-color: #323b39;
    --choose-why-chose-us-color: #efeaea;
    --choose-title-color: #efeaea;
    --choose-content-font-color: #efeaea;

  /* technique section color  */
    --technique-background-color:#dcded7;



    --clr-common-black: #0F2923;
    --clr-common-lightBlack: #2A4741;
    --clr-body-heading: #FFFFFF;
    
    --skyBlue: #A1EEFF;
  
    --lightGreen: #C7FF6B;
    --clr-theme-primary: #8AF135;
}
html{
    font-size: 62.5%;
}

body{
    overflow-x: hidden;
}

.heading, .clients .section-header h2, .section-head h1, .testimonials .section-header h2, .section-head-1 h4{
    margin: 2rem;
    padding-top: 6rem;

    font-size: 3.5rem;
    color: #000000;
    position: relative;
    letter-spacing: .2rem;
}


.heading::before, .heading::after, .clients .section-header h2::before, .clients .section-header h2::after, .section-head h1::before, .section-head h1::after, .testimonials .section-header h2::before, .testimonials .section-header h2::after, .section-head-1 h4::before, .section-head-1 h4::after{
    content: '';
    position: absolute;
    height: 2.5rem;
    width: 2.5rem;
   
}

.faq .heading::before, .faq .heading::after{
    border-top: .4rem solid #00bfff;
    border-left: .4rem solid #00bfff;
}

.heading::before, .clients .section-header h2::before, .section-head h1::before, .testimonials .section-header h2::before, .section-head-1 h4::before{
    top: 5.8rem;
    left: -2rem;
}

.heading::after, .clients .section-header h2::after, .section-head h1::after, .testimonials .section-header h2::after, .section-head-1 h4::after{
    bottom: -.5rem;
    right: -2rem;
    transform: rotate(180deg);
}

.row .btn{
    outline: none;
    border: none;
    border-radius: 5rem;
    background: white;
    border-style: groove;
    border-color: #002e5f;
    font-size: 1.5rem;
    cursor: pointer;
    height: 3.5rem;
    width: 15rem;
    box-shadow: 0 .2rem .5rem rgba(0,0,0,.3);
}

.communicate .btn{
    outline: none;
    border: none;
    border-radius: 5rem;
    background: white;
    border-style: groove;
    border-color: #002e5f;
    font-size: 1.5rem;
    cursor: pointer;
    height: 3.5rem;
    width: 15rem;
    box-shadow: 0 .2rem .5rem rgba(0,0,0,.3);
}

.row .btn:hover{
    letter-spacing: .1rem;
    opacity: .9;
    color: white;
    background: #002e5f;
}

.communicate .btn:hover{
    letter-spacing: .1rem;
    opacity: .9;
    color: white;
    background: #00bfff;
}


/*  ---------style-----------------*/

.mt-01 {
  margin-top: -22px;
}
.pt-95 {
  padding-top: 95px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-100 {
  padding-bottom: 100px;
}

.pb-300{
  padding-bottom: 300px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-60 {
  padding-bottom: 60px;
}
.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}
.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}
.mb-20 {
  margin-bottom: 20px;
}

.mb-35 {
  margin-bottom: 35px;
}


.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mr-30 {
  margin-right: 30px;
}

.ml-N15{
  margin-left: -15px;
}

.ml-50 {
  margin-left: 50px;
}

.row {
  --bs-gutter-x: 30px;
}
.row.g-0 {
  --bs-gutter-x: 0;
}
.row.g-20 {
  --bs-gutter-x: 20px;
}







/*  ----------header--------------------*/
.header{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0rem 0rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  
}

.header .logo img{
  width: auto;
  height: 45px;
  margin-top: -10px; 
  margin-right: 8px;
 
}

.header .navbar ul{
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .navbar ul li{
    margin: 0 2.5rem;
}

.header .navbar ul li a{
    font-size: 1.5rem;
    padding: 1rem 0rem;
    color: rgb(0, 0, 0);
    text-decoration: none;
}

.header .navbar ul li a:hover{
    color: #7c0da1;
    text-decoration: none;
}

.header .logo i{
    padding: 0.5rem;
}

.header .fa-bars{
    color: #fff;
    cursor: pointer;
    font-size: 3rem;
    display: none;
}.mb-40 {
  margin-bottom: 40px;
}



/*  ----------home---------------*/

.home{
    min-height: 100vh;
    width: 100vw;
    background-image: url(../images/image1.svg);  
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    text-align: center;
    padding: 0 1rem;
    position: relative;
    overflow: hidden !important;
}


.home h1{
    color: #232222;
    font-size: 80px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 19px;
}

.home h2{
    color: rgb(15, 15, 15);
    font-size: 3rem;
    margin-top: 2rem;
}

.home h3{
    color: rgb(105, 99, 99);
    font-size: 2rem;
    margin-top: 2rem;
}
@media (max-width: 480px){
  .home h1{
    color: #232222;
    font-size: 54px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -1px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 19px;
}
}


.zq_h5_header-right {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .zq_h5_header-btn {
    border-radius: 60px;
    background: #35f1a6;
    color: #0F2923;
    font-family: Outfit;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 30px;
    height: 56px;
    text-decoration: none;
  }
  
  .zq_h5_header-right_2 {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .zq_h5_header-btn_2 {
    border-radius: 60px;
    background: #35f1a6;
    color: #0F2923;
    font-family: Outfit;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 30px;
    height: 56px;
    margin-top: 60px; 
    text-decoration: none;
  }
  .zq_h5_header_icon {
    color: #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
  }


.zq_h3_section-subtitle {
  display: inline-flex;
  align-items: center;
  color: rgb(0, 0, 0);
  font-size: 22px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
  letter-spacing: 2.5px;
  padding-left: 14px;
}
.zq_h3_section-subtitle::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--clr-theme-primary);
  border-radius: 50%;
}

.zq_h3_choose-content-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.zq_h3_choose-content-item-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(138, 241, 53, 0.1);
  flex-shrink: 0;
  border-radius: 50%;
}
.zq_h3_choose-content-item-icon svg {
  color: var(--clr-theme-primary);
  width: 30px;
}
.zq_h3_choose-content-item-info h4 {
  color: var(--choose-content-font-color);
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 13px;
}
.zq_h3_choose-content-item-info p {
  color: var(--choose-content-font-color);
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
.zq_h3_choose-content-item-info_2 h4 {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 13px;
}
.zq_h3_choose-content-item-info_2 p {
  color: #000000;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
.zq_h3_choose-content-bottom {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
.zq_h3_choose-content-bottom a {
  flex-shrink: 0;
}
.zq_h3_choose-content-admin {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.zq_h3_choose-content-admin img {
  flex-shrink: 0;
}
.zq_h3_choose-content-admin h4 {
  color: rgb(255, 255, 255);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.7px;
  margin-bottom: 0;
  flex-shrink: 0;
}
.zq_h3_choose-content-admin h4 span {
  display: block;
  color: rgb(255, 255, 255);
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}




 /* -----------------item-----------*/
  .item{
    background:#fff;
    text-align: center;
    padding:25px 20px;
    box-shadow: 0 0 25px rgba(0,0,0,0.07);
    border-radius: 20px;
    margin-bottom: 30px;
    margin-top: -2rem;
    border:5px solid rgba(0,0,0,0.07);
    -webkit-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
  }
  .item:hover{
    background:#c8d8e4;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.2);
    -webkit-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
  }
  .item:hover .item,
  .item:hover span.icon{
    background:#fff;
    border-radius: 10px;
    -webkit-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
  }
  .item h6{
      font-size: 2rem;
  }
  .item:hover h6,
  .item:hover p{
    color:#2b6777;
    -webkit-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
  }
  .item .icon{
    font-size:40px;
    margin-bottom: 25px;
    color:yellow;
    width:90px;
    height:90px;
    line-height: 96px;
    border-radius: 50px;
  }
  .item .feature_box_col_one{
    background:rgba(247,198,5,0.2);
    color:#52ab98;
  }
  .item .feature_box_col_two{
    background: rgba(255, 77, 28, 0.15);
    color:#52ab98;
  }
  .item .feature_box_col_three{
    background:rgba(0,147,38,0.15);
    color:#52ab98;
  }
  .item .feature_box_col_four{
    background:rgba(0,108,255,0.15);
    color:#52ab98;
  }
  .item .feature_box_col_five{
    background:rgba(146,39,255,0.15);
    color:#52ab98;
  }
  .item .feature_box_col_six{
    background:rgba(23,39,246,0.15);
    color:#52ab98;
  }
  .item p{
    font-size: 15px;
    line-height: 26px;
  }
  .item h6{
    margin-bottom: 20px;
    color:#2f2f2f;
  }   




/* --------------------FAQ----------------------- */



.container {
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1350px;
  }
}
@media (min-width: 576px) {
  .container.container-custom-1 {
    max-width: 1750px;
    padding-left: 15px;
    padding-right: 15px;
  }
}





.zq_faq-img img {
    border-radius: 17px;
    margin-top:80px;
    width:140%;
    
  }
  .zq_faq-content{
    margin-top: 80px;
  }
  .zq_faq-content .accordion-item {
    overflow: hidden;
    background: transparent;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  .zq_faq-content .accordion-button {
    position: relative;
    cursor: pointer;
    box-shadow: none;
    background: transparent;
    border: 1px solid transparent;
    border-bottom: 0;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    color: var(--story-button-title-color);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    border-radius: 8px 8px 0 0 !important;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 23px 20px 24px 20px;
  }
  @media (max-width: 767px) {
    .zq_faq-content .accordion-button {
      font-size: 22px;
    }
  }
  @media (max-width: 575px) {
    .zq_faq-content .accordion-button {
      font-size: 14px;
    }
  }
  .zq_faq-content .accordion-button span {
    color: var(--story-button-title-span-color)
  }
  .zq_faq-content .accordion-button::after {
    display: none;
  }
  .zq_faq-content .accordion-button::before {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    content: '\002B';
    font-family: "Font Awesome 6 Pro";
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    font-weight: 700;
    color: rgba(207, 199, 139, 0.7);
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
  }
  @media (max-width: 575px) {
    .zq_faq-content .accordion-button::before {
      right: 20px;
    }
  }
  
  .zq_faq-content .accordion-button:not(.collapsed) {
    background-color: var(--clr-common-lightBlack);
    padding-bottom: 17px;
    border: 1px solid var(--clr-theme-primary);
    border-bottom: 0;
  }
  .zq_faq-content .accordion-button:not(.collapsed)::before {
    color: var(--clr-theme-primary);
    content: '\2212';
  }
  .zq_faq-content .accordion-button.collapsed {
    border: 2px solid #ffffff; /* Increase border width */
    font-weight: 700; /* Optional: make text bold */
}
  .zq_faq-content .accordion-body {
    padding: 0 40px 28px 62px;
    background: var(--clr-common-lightBlack);
    border: 1px solid var(--clr-theme-primary);
    border-top: 0;
    border-radius: 0 0 8px 8px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
  }
  .zq_faq-content .accordion-body p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
  }
  @media (max-width: 1399px) {
    .zq_faq-wrapper.ml-50 {
      margin-left: 0;
     
    }
  }
  @media (max-width: 1399px) {
    .zq_faq-wrapper.mr-30 {
      margin-right: 0;
    }
  }
  
  .zq_inner_faq-img img {
    border-radius: 17px;
  }
  .zq_inner_faq-content .accordion-item {
    overflow: hidden;
    background: transparent;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  .zq_inner_faq-content .accordion-button {
    position: relative;
    cursor: pointer;
    box-shadow: none;
    background: #2A4741;
    border: 1px solid #2A4741;
    border-bottom: 0;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    color: var(--clr-body-heading);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    border-radius: 8px 8px 0 0 !important;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 30px 30px 30px;
  }
  @media (max-width: 767px) {
    .zq_inner_faq-content .accordion-button {
      font-size: 22px;
    }
  }
  @media (max-width: 575px) {
    .zq_inner_faq-content .accordion-button {
      font-size: 20px;
      padding: 20px 20px 20px;
    }
  }
  @media (max-width: 480px) {
    .zq_inner_faq-content .accordion-button {
      font-size: 18px;
    }
  }
  .zq_inner_faq-content .accordion-button span {
    background-color: var(--clr-theme-primary);
    display: flex;
    align-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
  }
  .zq_inner_faq-content .accordion-button span i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--clr-common-black);
    font-size: 14px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    text-align: center;
    width: 100%;
  }
  .zq_inner_faq-content .accordion-button::after {
    display: none;
  }
  .zq_inner_faq-content .accordion-button::before {
    display: none;
  }
  .zq_inner_faq-content .accordion-button:not(.collapsed) {
    padding-bottom: 25px;
    border: 1px solid var(--clr-theme-primary);
    border-bottom: 0;
  }
  .zq_inner_faq-content .accordion-button:not(.collapsed) span i {
    transform: translateY(-50%) rotate(45deg);
  }
  .zq_inner_faq-content .accordion-body {
    padding: 0 30px 25px 76px;
    background: var(--clr-common-lightBlack);
    border: 1px solid var(--clr-theme-primary);
    border-top: 0;
    border-radius: 0 0 8px 8px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
  }
  .zq_faq-content .accordion-button:focus {
    box-shadow: none; /* Remove the focus shadow */
    outline: none; /* Remove the focus outline */
  }

 

  /* Optional: Override active button styles when accordion is open */
  .zq_faq-content .accordion-button:not(.collapsed) {
    color: var(--clr-theme-primary); /* Set your desired color for open state */
    background-color: var(--clr-common-lightBlack);
    padding-bottom: 17px;
    border: 1px solid var(--clr-theme-primary);
    border-bottom: 0;
  }
  @media (max-width: 575px) {
    .zq_inner_faq-content .accordion-body {
      padding-left: 65px;
    }
  }
  @media (max-width: 480px) {
    .zq_inner_faq-content .accordion-body {
      padding-left: 65px;
    }
  }
  .zq_inner_faq-content .accordion-body p {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.7);
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 19px;
    margin-bottom: 0;
  }
  @media (max-width: 1399px) {
    .zq_inner_faq-wrap.ml-50 {
      margin-left: 0;
    }
  }
  .zq_section-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    
  }
  
  .zq_breadcrumb-area {
    padding-top: 115px;
    position: relative;
    z-index: 1;
    padding-left: 15px;
    padding-right: 15px;
  }
  @media (max-width: 767px) {
    .zq_breadcrumb-area {
      padding-top: 97px;
    }
  }
  .zq_breadcrumb-area::before {
    position: absolute;
    left: -169px;
    top: -109px;
    content: "";
    width: 329px;
    height: 329px;
    border-radius: 50%;
    filter: blur(400px);
    background: rgba(138, 241, 53, 0.5);
    z-index: -1;
  }
  .zq_breadcrumb-area::after {
    position: absolute;
    right: -164px;
    top: -112px;
    content: "";
    width: 329px;
    height: 329px;
    border-radius: 50%;
    filter: blur(400px);
    background: rgba(138, 241, 53, 0.5);
    z-index: -1;
  }


  .zq_h3_section-title {
    color: rgb(0, 0, 0);
    font-size: 44px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
  }
  @media (max-width: 1199px) {
    .zq_h3_section-title {
      font-size: 38px;
    }
  }
  @media (max-width: 991px) {
    .zq_h3_section-title {
      font-size: 36px;
    }
    .zq_h3_section-title br {
      display: none;
    }
  }
  @media (max-width: 575px) {
    .zq_h3_section-title {
      font-size: 30px;
    }
  }
  @media (max-width: 480px) {
    .zq_h3_section-title {
      font-size: 26px;
    }
  }
.zq_breadcrumb-wrap {
  max-width: 1777px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 24px;
  background: linear-gradient(90deg, rgba(138, 241, 53, 0.2), rgba(138, 241, 53, 0.2) 100%);
  padding-top: 130px;
  padding-bottom: 140px;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .zq_breadcrumb-content-title {
    font-size: 56px;
  }
}
@media (max-width: 480px) {
  .zq_breadcrumb-content-title {
    font-size: 38px;
  }
}
.zq_breadcrumb-content-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.zq_breadcrumb-content-list a {
  color: rgb(255, 255, 255);
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.5px;
  display: block;
}
.zq_breadcrumb-content-list a:hover {
  color: var(--clr-theme-primary);
}
.zq_breadcrumb-content-list span {
  color: rgb(138, 241, 53);
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
}
.zq_breadcrumb-content-list span::before {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  content: "\f104";
  font-size: 12px;
  font-weight: 600;
  margin-right: 10px;
}


  .zq_h3_section-title_2 {
    color: #000000;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
  }
  @media (max-width: 1199px) {
    .zq_h3_section-title_2 {
      font-size: 38px;
    }
  }
  @media (max-width: 991px) {
    .zq_h3_section-title_2 {
      font-size: 36px;
    }
    .zq_h3_section-title_2 br {
      display: none;
    }
  }
  @media (max-width: 575px) {
    .zq_h3_section-title_2 {
      font-size: 34px;
    }
  }
  @media (max-width: 480px) {
    .zq_h3_section-title_2 {
      font-size: 28px;
    }
  }
  .zq_section-title {
    color: var(--story-title-color);
    font-size: 44px;
    font-weight: 600;
    line-height: 1.22;
   
  }
  .zq_section-subtitle {
    color: var(--story-title-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    
    display: block;
    letter-spacing: 2.5px;
    margin-top: 20px;
  }
  @media (max-width: 1199px) {
    .zq_section-title {
      font-size: 38px;
    }
  }
  @media (max-width: 991px) {
    .zq_section-title br {
      display: none;
    }
  }
  @media (max-width: 575px) {
    .zq_section-title {
      font-size: 34px;
    }
  }
  @media (max-width: 480px) {
    .zq_section-title {
      font-size: 28px;
    }
  }

  @media (max-width: 480px) {
    .zq_section-title_2 {
      font-size: 28px;
    }
  }
  @media (max-width: 575px) {
    .zq_section-title_2 {
      font-size: 34px;
    }
  }


  .zq_section-title_2 {
    color: var(--service-title-color);
    font-size: 50px;
    font-weight: 600;
    line-height: 1.22;
   
  }
  .zq_section-subtitle_2 {
    color: var(--service-title-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
   
    display: block;
    letter-spacing: 2.5px;
    margin-top: 20px;
  }
  @media (max-width: 1199px) {
    .zq_section-title_2 {
      font-size: 38px;
    }
  }
  @media (max-width: 991px) {
    .zq_section-title_2 br {
      display: none;
    }
  }
  @media (max-width: 575px) {
    .zq_section-title_2 {
      font-size: 34px;
    }
  }
  @media (max-width: 480px) {
    .zq_section-title_2 {
      font-size: 28px;
    }
  }

  .zq_section-title_3 {
    color: var(--service-title-color);
    font-size: 44px;
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: -1.1px;
    margin-top: 40px;
  }
  .zq_section-subtitle_3 {
    color: var(--service-title-color);
    font-size: 22px;
    
    line-height: 30px;
    display: block;
    letter-spacing: 2.5px;
    margin: 20px auto; /* Auto margin for centering horizontally */
    text-align: center; /* Center the text within the block */
    max-width: 1000px; /* Optionally, limit the width */
  }
  @media (max-width: 1199px) {
    .zq_section-title_3 {
      font-size: 38px;
    }
  }
  @media (max-width: 991px) {
    .zq_section-title_3 br {
      display: none;
    }
  }
  @media (max-width: 575px) {
    .zq_section-title_3 {
      font-size: 34px;
    }
  }
  @media (max-width: 480px) {
    .zq_section-title_3 {
      font-size: 28px;
    }
  }


/*        END FAQ                */



/*      service               */

.zq_common_width {
  
  margin-left: auto;
  margin-right: auto;
 
  
}

.zq_common_width_inner {
  border-radius: 0px;
  background-color: var(--service-background-color);
}

.zq_h3_choose-area{
  background-color: var(--choose-background-color);
}
@media (max-width: 767px){
  .zq_h3_choose-area .container {
    max-width: 100%; /* Ensure container takes full width */
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
}

}

.pt-100 {
  padding-top: 100px;
}

.pt-50 {
  padding-top: 50px;
}
.pb-100 {
  padding-bottom: 100px;
}


.dataset{
  background-color: var(--avaliable-dataset-background-color);
}


.zq_project-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: start;
}


.zq_project-single {
  padding-top: 40px;
}



.zq_project-single:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .zq_project-single:first-child {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .zq_project-single:last-child {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .zq_project-single.pl-40 {
    padding-left: 0px;
  }
  .zq_project-single.pr-40 {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .zq_project-single.pl-40 {
    padding-left: 0px;
  }
  .zq_project-single.pr-40 {
    padding-right: 0px;
  }
 
.zq_section-title_2 {
  font-size: 24px;
}

.zq_section-subtitle_2 {
  font-size: 16px;
}
}

.pr-40 {
  padding-right: 40px;
}

.zq_project-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 35px;
  margin-bottom: 30px;
}
.zq_project-content-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 15px;
}
.zq_project-content-title {
  color: var(--service-image-title-color);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  margin-bottom: 15px;
}



/* Media query for smaller screens (mobile) */
@media (max-width: 768px) {
  .zq_faq-area {
    padding-bottom: 100px; /* Increased padding-bottom for mobile devices */
  }
}

@media (max-width: 480px) {
  .zq_faq-area {
    padding-bottom: 100px; 
  }
}

.zq_project-content-title a {
  text-decoration: none; 
  color:var(--service-image-content-color);
  font-weight: 500;
  font-size:20px;
  text-align: center;
}
@media (max-width: 480px) {
  .zq_project-content {
    padding: 0 15px; 
  }
  .zq_project-content-title {
    font-size: 20px;
    text-decoration: none;
  }
  .zq_project-content p {
    color: var(--service-image-content-color);
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    margin-bottom: 0;
  }
  .zq_project-content ul {
    margin-top: 2px; /* Add space above the bullet list */
    
  }
  
  .zq_project-content ul li {
     
    font-size: 14px !important; /* Force the font size change */
    line-height: 15px !important; /* Force the line height change */
    margin-bottom: 4px !important; /* Force the margin-bottom */
    text-align: left;
  }
}
.zq_project-content-title:hover a {
  color: var(--service-image-content-color);
  
}
.zq_project-content-title a {
  text-decoration: none; /* Ensure the underline is removed */
  color:var(--service-image-content-color);
  text-align: center;
}

.zq_project-content-title a:hover {
  text-decoration: none; /* Prevent underline on hover as well */
}

.zq_project-content-btn {
  color: rgba(255, 255, 255, 0.2);
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
}
.zq_project-content p {
  color: var(--service-image-content-color);
  font-size: 24px;
  font-weight: 200;
  line-height: 24px;
  margin-bottom: 0;
}

.zq_project-content ul {
  margin-top: 2px; /* Add space above the bullet list */
}

.zq_project-content ul li {
  font-size: 20px; /* Increase the font size of the bullet points */
 
  line-height: 22px;
  margin-bottom: 10px; /* Add spacing between each bullet point */
}

.zq_project-client {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 35px;
}
.zq_project-client-info h3 {
  color: var(--clr-body-heading);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
}
.zq_project-client-info p {
  color: var(--clr-body-heading);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
}
.zq_project-client-img {
  display: flex;
  align-items: center;
}
.zq_project-client-img img:not(:first-child) {
  margin-left: -20px;
}

.zq_project-item:hover .zq_project-content-btn {
  color: var(--clr-theme-primary);
}

.zq_h2_project-item {
  background-color: #33574F;
  border-radius: 8px;
}
.zq_h2_project-item-content {
  padding: 25px 30px 24px;
}
@media (max-width: 480px) {
  .zq_h2_project-item-content {
    padding: 25px 25px 24px;
  }
}
.zq_h2_project-item-content span {
  color: var(--clr-body-heading);
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -1px;
  display: block;
  margin-bottom: 15px;
}

.zq_project-img {
  overflow: hidden;
  border-radius: 17px;
  margin-bottom: 20px;
  width: 600px; /* Set the desired width for larger screens */
  height: 400px; /* Set the desired height for larger screens */
}

.zq_project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

/* For screens smaller than 768px */
@media (max-width: 768px) {
  .zq_project-wrapper {

    flex-wrap: wrap;
  }

  .zq_project-img {
    width: 80%; /* Reduce width for tablets and larger mobile screens */
    max-width: 500px; /* Set a max width */
    height: auto; /* Let the height adjust automatically */
  }

  .zq_project-item {
    width: 100%; /* Make project items full-width */
    text-align: center; /* Center-align text on smaller screens */
    display: flex;
    flex-direction: column;
    align-items: center; /* Center items vertically */
  }

  .zq_project-content {
    padding: 0 15px; /* Reduce padding for smaller screens */
    margin: 0, auto;
  }
}


/* For screens smaller than 480px */
@media (max-width: 480px) {
  .zq_project-img {
    width: 100%; /* Further reduce width for small screens */
    max-width: 360px; /* Set a max width for small mobile screens */
    height: auto;
    justify-content: center; /* Ensure it's centered horizontally */
  }

  .zq_project-item {
    width: 100%;
    text-align: center;
  }

  .zq_project-content {
    padding: 0 10px; /* Reduce padding for smaller screens */
    
    text-align: center;
  }

  .zq_section-title_2 {
    font-size: 22px; /* Adjust title size for smaller screens */
  }

  .zq_section-subtitle_2 {
    font-size: 16px; /* Adjust subtitle size for smaller screens */
  }
}

.zq_project-img_2 {
  overflow: hidden;
  border-radius: 17px;
  margin-bottom: 20px;
  width: 725px; /* Set the desired width */
  height: 550px; /* Set the desired height */
  
}
.zq_project-img_2 img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

@media (max-width: 480px) {
  .zq_project-img_2 {
    width: 100%; /* Further reduce width for small screens */
    max-width: 380px; /* Set a max width for small mobile screens */
    height: auto;
  }

  

  .zq_section-title_2 {
    font-size: 22px; /* Adjust title size for smaller screens */
  }

  .zq_section-subtitle_2 {
    font-size: 16px; /* Adjust subtitle size for smaller screens */
  }
}



.zq_project-img_3 {
  overflow: hidden;
 
  border-radius: 17px;
  margin-bottom: 20px;
  
 
}
.zq_project-img_3 img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

.zq_theme-btn {
  border-radius: 60px;
  background: var(--clr-theme-primary);
  color: var(--clr-common-black);
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  height: 55px;
  display: inline-flex;
  align-items: center;
  padding: 0 35px;
  text-decoration: none;
}


/* end service          */


/* -------------counters----------------*/
.counters {
	background-image: url(../images/img2.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
	color: #fff;
	padding: 40px 20px;
}

.counters .container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
	text-align: center;
}

.counters i {
	color: #fff;
	margin-bottom: 5px;
}

.counters .counter {
	font-size: 45px;
	margin: 10px 0;
}

@media (max-width: 700px) {
	.counters .container {
		grid-template-columns: repeat(2, 1fr);
	}

	.counters .container > div:nth-of-type(1),
	.counters .container > div:nth-of-type(2) {
		border-bottom: 1px lightskyblue solid;
		padding-bottom: 20px;
	}
}

.section-head-1{
    margin-bottom: 60px;
    background-size: 200%;
    background-position: left;

  }
  .section-head-1 p{
    color:#333;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  .item{
    background:#fff;
    text-align: center;
    padding:30px 25px;
    box-shadow: 0 0 25px rgba(0,0,0,0.07);
    border-radius: 20px;
    margin-bottom: 30px;
    border: 1px solid rgba(0,0,0,0.07);
    -webkit-transition:all 0.7s ease 0s;
    transition:all 0.7 ease 0s;
    
  }
  .item:hover{
    background-image: linear-gradient(to bottom right, #66ffcc 0%, #ffccff 100%);
    background-position: right;
    transition: background-position 3s;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
    -webkit-transition:all 0.5s ease 0s;
    transition:all 0.7s ease 0s;
  }
  .item:hover .item,
  .item:hover span.icon{
    background:#fff;
    border-radius: 10px;
    -webkit-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
  }
  .item:hover h6,
  .item:hover p{
    color:#2b6777;
    -webkit-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
  }
  .item .icon{
    font-size:40px;
    margin-bottom: 25px;
    color:yellow;
    width:90px;
    height:90px;
    line-height: 96px;
    border-radius: 50px;
  }
  .item .feature_box_col_one{
    background:rgba(247,198,5,0.2);
    color:#52ab98;
  }
  .item .feature_box_col_two{
    background: rgba(255, 77, 28, 0.15);
    color:#52ab98;
    
  }
  .item .feature_box_col_three{
    background:rgba(0,147,38,0.15);
    color:#52ab98;
  }
  .item .feature_box_col_four{
    background:rgba(0,108,255,0.15);
    color:#52ab98;
    
  }
  .item .feature_box_col_five{
    background:rgba(146,39,255,0.15);
    color:#52ab98;
  }
  .item .feature_box_col_six{
    background:rgba(23,39,246,0.15);
    color:#52ab98;
  }
  .item p{
    font-size: 15px;
    font-family: "Varela Round",Arial,"Helvetica Neue",Helvetica,sans-serif;
    line-height: 26px;
  }
  .item h6{
    margin-bottom: 20px;
    font-family: "Varela Round",Arial,"Helvetica Neue",Helvetica,sans-serif;
    color:#2f2f2f;
  }

.communicate{
    text-align: center;
    align-items: center;
    background-image: url(../images/img3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    min-height: 35vh;
    padding: 40px 20px;
}  

.communicate h3{
    margin-top: 3rem;
    font-size: 3rem;
}

.communicate p{
    font-size: 2rem;
}

.testimonials {
    position: relative;
    padding: 90px 0 60px 0;
    background: var(--technique-background-color);
}

.testimonials .testimonial-item {
    position: relative;
    margin: 0 15px 30px 15px;
    background: #ffffff;
}

.testimonials .testimonial-img {
    position: center;
    background: #ffffff;
   
}
.image-container {
    background-color: rgb(255, 255, 255); /* Set the background of the container to black */
    
    
}

.image-container img {
  max-width: 100%;/* Image width will not exceed container width */
  height: auto; /* Maintains aspect ratio */
  
  object-fit: cover; /* Ensures the image covers the area without distortion */
}

.story {
    display: flex;
    align-items: center; 
    padding: 20px;
    position: center;
}

/* Style for the image */
.story img {
    max-width: 25%; /* Adjust image size */
    height: auto;
    position: center;
    margin-right: 10px; /* Reduce space between image and text */
}
.text-content {
    max-width: 70%;
    font-size: 1rem;
    line-height: 1.6;
}

.faq-section{
  background-color: var(--story-background-color);
 
}

.testimonials .testimonial-text {
    position: relative;
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    background: #ffffff;
}

.testimonials .testimonial-text h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.testimonials .testimonial-text h4 {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}

.testimonials .testimonial-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
}

.testimonials .owl-nav,
.testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #dddddd;
}

.testimonials .owl-dot.active {
    background-color: #4F84C4;
}

@media (max-width: 575px) {
    .testimonials .testimonial-text {
        padding: 25px;
    }
}

.clients {
    position: relative;
    padding: 90px 0;
    text-align: center;
    margin-top: -10rem;
    margin-bottom: -10rem;
}

.clients .section-header p {
    padding-bottom: 10px;
    margin-top: 2.5rem;
    text-align: center;
    font-size: 2rem;
    color: #333;
    padding: 1rem 0;
}

.clients img {
    max-width: 100%;
    opacity: 1;
    transition: 0.3s;
    padding: 15px 0;
}

.clients img:hover {
    opacity: .5;
}

.clients .owl-nav,
.clients .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

.clients .owl-dot.active {
    background-color: #4F84C4;
}    


.zq_h5_blog-item {
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: #ffffff;
  padding: 30px 30px 30px;
  padding-right: 80px;
  border-radius: 8px;
  border: 2px solid #000000; /* Add a border for the frame */
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .zq_h5_blog-item {
    flex-wrap: wrap;
    padding-right: 30px;
  }
}
.zq_h5_blog-item-img {
  flex-shrink: 0;
  max-width: 380px;
  width: 100%;
}
@media (max-width: 991px) {
  .zq_h5_blog-item-img {
    max-width: 100%;
  }
}
.zq_h5_blog-item-img img {
  width: 100%;
  border-radius: 8px;
}
.zq_h5_blog-item-content {
  position: relative;
  z-index: 1;
}
.zq_h5_blog-item-content-tag {
  background-color: var(--clr-theme-primary);
  height: 25px;
  display: inline-flex;
  padding: 0 14px;
  border-radius: 48px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.zq_h5_blog-item-content-title {
  color: rgb(0, 0, 0);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -1px;
  margin-bottom: 30px;
  text-decoration: none;
}
@media (max-width: 575px) {
  .zq_h5_blog-item-content-title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .zq_h5_blog-item-content-title {
    font-size: 24px;
  }
}
.zq_h5_blog-item-content-title a {
  text-decoration: none; /* This removes the underline */
  color: inherit; /* Optionally, keep the text color the same */
}

.zq_h5_blog-item-content-title a:hover {
  color: #3498db; /* Changes color on hover (replace #3498db with your preferred color) */
    text-decoration: none; /* Keeps the underline removed even on hover */
}

.zq_h5_blog-item-content-admin {
  display: flex;
  align-items: center;
  gap: 12px;
}
.zq_h5_blog-item-content-admin img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex-shrink: 0;
}
.zq_h5_blog-item-content-admin span {
  color: rgba(8, 8, 8, 0.5);
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 5px;
}
.zq_h5_blog-item-content-admin span a {
  color: rgba(255, 255, 255, 0.7);
}
.zq_h5_blog-item-content-admin span:hover a {
  color: var(--clr-theme-primary);
}
.zq_h5_blog-item-content-btn {
  position: absolute;
  right: 0;
  top: 0;
}
.zq_h5_blog-item-content-btn a svg {
  color: rgb(255, 255, 255);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.zq_h5_blog-item:hover .zq_h5_blog-item-content-tag {
  background-color: var(--clr-theme-primary);
  color: rgb(0, 0, 0);
}
.zq_h5_blog-item:hover .zq_h5_blog-item-content-btn a svg {
  color: rgb(0, 0, 0);
}
.team{
    min-width: 100vw;
    min-height: 95vh;
    text-align: center;
    background-color: #222;
}

.team .heading{
    color: #00bfff;
}

.team .heading::before, .team .heading::after{
    border-color: #00bfff;
}

.team .row{
    display: inline-block;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.team .row .card{
    height: 35rem;
    width: 25rem;
    background-color: #fff;
    text-align: center;
    margin: 5rem 5rem;
    position: relative;
    overflow: hidden;
    -webkit-box-reflect: below 5px linear-gradient(transparent 70%, #0004);
    transition: 0.5s;
}

.team .row .card:hover{
    transform: translateY(-10px);
    cursor: pointer;
}


.team .row .card .image{
    margin: 1rem 0;
    padding-top: 4rem;
}

.team .row .card .image img{
    height: 13rem;
    width: 13rem;
    border-radius: 50%;
    border: .5rem solid #fff;
    box-shadow: 0 0 .5rem rgba(0,0,0,.3);
    object-fit: cover;
}

.team .row .card .info h3{
    font-size: 2rem;
    color: #333;
}

.team .row .card .info span{
    font-size: 1.8rem;
    color: #00bfff;
}

.team .row .card .info .icons a{
    margin-top: 4rem;
    padding-top: 0 1rem;
    font-size: 2rem;
    color: #333;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.team .row .card .info .icons .fa-facebook-f:hover, .footer .icons .fa-facebook-f:hover{
    color: #4267B2;
    text-decoration: none;
}

.team .row .card .info .icons .fa-twitter:hover, .footer .icons .fa-twitter:hover{
    color: #1DA1F2;
    text-decoration: none;
}

.team .row .card .info .icons .fa-instagram:hover, .footer .icons .fa-instagram:hover{
    color: #C13584;
    text-decoration: none;
}

.team .row .card .info .icons .fa-linkedin:hover, .footer .icons .fa-linkedin:hover{
    color: #2867B2;
    text-decoration: none;
}

.team .row .card::before, .team .row .card::after{
    content: '';
    position: absolute;
    border-radius: 50%;
    height: 13.5rem;
    width: 13.5rem;
    z-index: -1;
}

.team .row .card::before{
    background: #00bfff;
    top: -3rem;
    right: -4rem;
}

.team .row .card::after{
    background: #ccc;
    bottom: -3rem;
    left: -4rem;
}

.contact{
    text-align: center;
    align-items: center;
}

.contact .heading{
    margin-bottom: 5rem;
    color: #000;
}

.contact-in
		{
			width: 80%;
			height: auto;
			margin: auto auto 5rem auto;
			display: flex;
			flex-wrap: wrap;
			padding: 10px;
			border-radius: 10px;
			background: #fff;
			box-shadow: 0px 0px 10px 0px #666;
		}

		.contact-map
		{
			width: 100%;
			height: auto;
			flex: 50%;
		}
		.contact-map iframe
		{
			width: 100%;
			height: 100%;
		}
		.contact-form
		{
			width: 100%;
			height: auto;
			flex: 50%;
			text-align: left;
		}
		.contact-form-txt
		{
            margin-left: 2rem;
			width: 95%;
			height: 40px;
			color: #000;
			border: 1px solid #bcbcbc;
			border-radius: 50px;
			outline: none;
			margin-bottom: 20px;
			padding: 15px;
		}
        .contact-form-email
		{
            margin-left: 2rem;
			width: 95%;
			height: 40px;
			color: #000;
			border: 1px solid #bcbcbc;
			border-radius: 50px;
			outline: none;
			margin-bottom: 20px;
			padding: 15px;
		}
		.contact-form-txt::placeholder
		{
			color: #aaa;
            font-size: 1.5rem;
		}
        .contact-form-email::placeholder
		{
			color: #aaa;
            font-size: 1.5rem;
		}
		.contact-form-txtarea
		{
            margin-left: 2rem;
			width: 95%;
			height: 130px;
			color: #000;
			border: 1px solid #bcbcbc;
			border-radius: 10px;
			outline: none;
			margin-bottom: 20px;
			padding: 15px;
			font-family: 'Poppins', sans-serif;
		}
		.contact-form-txtarea::placeholder
		{
			color: #aaa;
            font-size: 1.5rem;
		}

		.contact-form-btn
		{
            margin-left: 2rem;
            outline: none;
            border: none;
            border-radius: 5rem;
            background: white;
            border-style: groove;
            border-color: #002e5f;
            font-size: 1.5rem;
            cursor: pointer;
            height: 3.5rem;
            width: 15rem;
            box-shadow: 0 .2rem .5rem rgba(0,0,0,.3);
		}
        .contact-form-btn:hover{
            letter-spacing: .1rem;
            opacity: .9;
            color: white;
            background: #002e5f;
        }
		.contact-form-phone
		{
            margin-left: 2rem;
			width: 95%;
			height: 40px;
			color: #000;
			border: 1px solid #bcbcbc;
			border-radius: 50px;
			outline: none;
			margin-bottom: 20px;
			padding: 15px;
		}
		.contact-form-phone::placeholder
		{
			color: #aaa;
            font-size: 1.5rem;
		}

        .footer {
            position: relative;
            padding: 0 0 30px 0;
            background: #333;
        }
        
        .footer .footer-top {
            background: #002e5f;
            padding: 60px 0 30px 0;
        }
        
        .footer .footer-top .footer-info,
        .footer .footer-top .footer-links,
        .footer .footer-top .footer-contact,
        .footer .footer-top .footer-newsletter {
            margin-bottom: 30px;
        }
        
        .footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #ffffff;
            color: #00bfff;
            line-height: 1;
            padding: 9px 0;
            margin-right: 4px;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }
        
        .footer .footer-top .social-links a:hover {
            background: #00bfff;
            color: #ffffff;
        }
        
        .footer .footer-top h4 {
            font-size: 16px;
            font-weight: 700;
            color: #ffffff;
            text-transform: uppercase;
            position: relative;
            padding-bottom: 12px;
            margin-bottom: 20px;
            letter-spacing: 1px;
        }
        
        .footer .footer-top h4::before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            height: 0;
            width: 50px;
            border-bottom: 2px solid #ffffff;
        }
        
        .footer .footer-top .footer-links ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .footer .footer-top .footer-links ul i {
            padding-right: 8px;
            color: #ffffff;
            font-size: 16px;
        }
        
        .footer .footer-top .footer-links ul li {
            border-bottom: 1px solid #ffffff;
            padding: 7px 0;
        }
        
        .footer .footer-top .footer-links ul li:first-child {
            padding-top: 0;
        }
        
        .footer .footer-top .footer-links ul a {
            font-size: 14px;
            color: #ffffff;
        }
        
        .footer .footer-top .footer-links ul a:hover {
            color: #00bfff;
        }
        
        .footer .footer-top .footer-contact p {
            color: #ffffff;
            line-height: 26px;
        }
        
        .footer .footer-top .footer-newsletter input[type="email"] {
            padding: 6px 8px;
            width: 60%;
            border: 1px solid #ffffff;
            background: transparent;
            color: #ffffff;
        }
        
        .footer .footer-top .footer-newsletter input[type="submit"] {
            border: 0;
            width: 40%;
            padding: 6px 0;
            text-align: center;
            color: black;
            border: 1px solid #ffffff;
            background: #ffffff;
            transition: 0.3s;
            cursor: pointer;
        }
        
        .footer .footer-top .footer-newsletter input[type="submit"]:hover {
            color: #ffffff;
            background: #00bfff;
            border: 1px solid #00bfff;
            letter-spacing: .2rem;
        }
        
        .footer .footer-top .footer-newsletter p {
            color: #ffffff;
            font-size: 14px;
        }
        
        .footer .credit,
        .footer .copyright {
            text-align: center;
            padding-top: 30px;
        }

        .page-container {
          max-width: 1000px;
          margin: 0 auto;
          padding: 20px;
          margin-top: 150px;
      }
      
      /* Header Section */
      .page-header {
          background-color: #4CAF50;
          color: white;
          padding: 20px 0;
          text-align: center;
          border-bottom: 5px solid #388E3C;
      }
      .page-title{
        color:rgb(0, 0, 0);
        text-align:justify;
        font-size: 44px;
        font-weight: 600;
        
      }
      .page-header h1 {
          margin: 0;
          font-size: 36px;
      }
      
      /* Information Section */
      .page-info-section {
          background-color: white;
          padding: 30px;
          margin-top: 20px;
          border-radius: 10px;
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      }
      
      .page-info-section h2 {
          color: #388E3C;
          font-size: 34px;
          margin-bottom: 15px;
      }
      
      .page-info-section p {
          line-height: 1.8;
          font-size: 26px;
          margin-bottom: 15px;
      }
      
      /* Highlights for Important Information */
      .page-highlight {
          background-color: #e8f5e9;
          padding: 50px;
          border-left: 5px solid #4CAF50;
          margin-bottom: 20px;
          font-style: italic;
          font-size: 26px;
      }
      
      /* Lists */
      .page-info-section ul {
          margin-left: 20px;
          list-style-type: square;
          line-height: 1.6;
          font-weight: 200;
          font-size: 26px;
      }
      
      /* Footer Section */
      .page-footer {
          text-align: center;
          background-color: #4CAF50;
          color: white;
          padding: 15px 0;
          margin-top: 40px;
          font-size: 14px;
      }


        
        @media (min-width: 768px) {
            .footer .credit {
                text-align: right;
            }
            
            .footer .copyright {
                text-align: left;
            }
        }

        .back-to-top {
            position: fixed;
            display: none;
            background-color: #00bfff;
            color: #ffffff;
            width: 45px;
            height: 45px;
            text-align: center;
            line-height: 1;
            font-size: 44px;
            right: 15px;
            bottom: 15px;
            transition: background 0.3s;
            z-index: 9;
        }
        
        .back-to-top i {
            color: #ffffff;
        }

        .back-to-top i:hover {
            color: black;
        }

        .faq{
            min-height: 70vh;
            width: 100vw;
            text-align: center;
            padding: 0 2rem;
            background: url(../images/faq.jpg);
            background-repeat: no-repeat;
            background-size: cover;
        }
        
        .faq .row{
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 2rem;
        }
        
        .faq .row .accordion-container{
            width: 50%;
            text-align: left;
        }

        .faq .row .accordion{
            margin-left: 1rem;
            margin-right: 2rem;
        }
        
        .faq .row .accordion-container .accordion .accordion-header{
            background-color: #00bfff;
            margin: 1rem 0;
            box-shadow: .1rem .1rem .3rem rgba(0,0,0,.3);
            cursor: pointer;
            margin-left: 1rem;
            margin-right: 2rem;
        }
        
        .faq .row .accordion-container .accordion .accordion-header span{
            display: inline-block;
            text-align: center;
            height: 4rem;
            width: 5rem;
            line-height: 4rem;
            font-size: 2rem;
            background: #333;
            color: #fff;
            clip-path: polygon(0% 0%,75% 0%,100% 50%,75% 100%,0% 100%); 
        }
        
        .faq .row .accordion-container .accordion .accordion-header h3{
            display: inline;
            color: #333;
            font-weight: 400;
            padding-left: .5rem;
            font-size: 1.5rem;
        }
        
        .faq .row .accordion-container .accordion .accordion-body{
            padding: 1rem;
            color: #444;
            box-shadow: .1rem .1rem .3rem rgba(0,0,0,.3);
            background-color: #fff;
            font-size: 1.3rem;
            display: none;
            margin-left: 1rem;
            margin-right: 2rem;
        }
        
@media (max-width: 1200px){
    .faq{
        min-height: 70vh;
    }
}        

@media (max-width: 1000px){
    html{
        font-size: 50%;
    }

    .header .logo img{
        width: 50%;
        height: auto;
        top: 0;
        left: 0;
        background-size: cover;
    }

    .header .fa-bars{
        display: block;
        color: 	white;
        margin-right: 1rem;
    }

    .header .fa-bars:hover{
        color: #00bfff;
    }

    .header .navbar{
        position: fixed;
        top: -120%;
        left: 0;
        height: auto;
        width: 100%;
        background-color: white;
        z-index: 1000;
        border-top: .1rem solid rgba(0,0,0,.3);
    }

    .header .navbar ul{
        height: 100%;
        width: 100%;
        flex-flow: column;
    }

    .header .navbar ul li{
        margin: 1rem 0;
    }

    .header .navbar ul li a{
        color: grey;
        font-size: 2.4rem;
    }

    .header .fa-times{
        transform: rotate(90deg);
    }

    .header .nav-toggle{
        top: 5.8rem;
    }

   
   
    
    

    .clients {
        position: relative;
        padding: 90px 0;
        text-align: center;
        margin-top: -15rem;
        margin-bottom: -8rem;
    }

    .clients .section-header p {
        padding-bottom: 10px;
        margin-top: 2.5rem;
        text-align: center;
        font-size: 2rem;
    }

    .team{
        min-height: auto;
    }

    .team .row{
        flex-direction: column;
    }

    .contact{
        text-align: center;
        align-items: center;
    }
    
    .contact .heading{
        margin-bottom: 3rem;
        margin-top: -2rem;
    }

    .contact-in
		{
			width: 80%;
			height: auto;
			margin: auto auto 5rem auto;
			display: flex;
			flex-wrap: wrap;
			padding: 10px;
			border-radius: 10px;
			background: #fff;
			box-shadow: 0px 0px 10px 0px #666;
		}

		.contact-map
		{
			width: 100%;
			height: auto;
			flex: 50%;
		}
		.contact-map iframe
		{
			width: 100%;
			height: 100%;
		}
		.contact-form
		{
			width: 100%;
			height: auto;
			flex: 50%;
			text-align: left;
		}
		.contact-form-txt
		{
			width: 90%;
			height: 20px;
			color: #000;
			border: 1px solid #bcbcbc;
			border-radius: 50px;
			outline: none;
			margin-bottom: 20px;
			padding: 15px;
		}
        .contact-form-email
		{
            margin-left: 2rem;
			width: 90%;
			height: 20px;
			color: #000;
			border: 1px solid #bcbcbc;
			border-radius: 50px;
			outline: none;
			margin-bottom: 20px;
			padding: 15px;
		}
		.contact-form-txt::placeholder
		{
			color: #aaa;
            font-size: 1.5rem;
		}
        .contact-form-email::placeholder
		{
			color: #aaa;
            font-size: 1.5rem;
		}
		.contact-form-txtarea
		{
            margin-left: 2rem;
			width: 90%;
			height: 110px;
			color: #000;
			border: 1px solid #bcbcbc;
			border-radius: 10px;
			outline: none;
			margin-bottom: 20px;
			padding: 15px;
			font-family: 'Poppins', sans-serif;
		}
		.contact-form-txtarea::placeholder
		{
			color: #aaa;
            font-size: 1.5rem;
		}

		.contact-form-btn
		{
            margin-left: 2rem;
            outline: none;
            border: none;
            border-radius: 5rem;
            background: white;
            border-style: groove;
            border-color: #002e5f;
            font-size: 1.5rem;
            cursor: pointer;
            height: 3.5rem;
            width: 12rem;
            box-shadow: 0 .2rem .5rem rgba(0,0,0,.3);
		}
        .contact-form-btn:hover{
            letter-spacing: .1rem;
            opacity: .9;
            color: white;
            background: #002e5f;
        }
		.contact-form-phone
		{
            margin-left: 2rem;
			width: 90%;
			height: 20px;
			color: #000;
			border: 1px solid #bcbcbc;
			border-radius: 50px;
			outline: none;
			margin-bottom: 20px;
			padding: 15px;
		}
		.contact-form-phone::placeholder
		{
			color: #aaa;
            font-size: 1.5rem;
		}

        .back-to-top {
            width: 30px;
            height: 30px;
            font-size: 30px;
        }

        .faq{
            padding: 0;
            min-height: 60vh;
        }
    
        .faq .row{
            padding: 0 1.5rem;
            flex-flow: column;
        }
    
        .faq .row .accordion-container{
            width: 100%;
        }
}