@media (min-width: 1920px) {
}
/* Normal desktop :992px. */
@media only screen and (max-width: 1650px) {
  .banner-dot-inner {
    left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
}
/* tab */
@media (min-width: 768px) and (max-width: 991px) {

  .index-about-card {
    width: 300px;
    padding: 20px 35px;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
}
  .banner-main {
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .footer-bottom {
    flex-direction: row;
    gap: 5px;
    padding: 30px 0;
  }
  .footer-bottom span {
    color: #fff;
    font-size: 18px;
}
}
/* small mobile :320px. */

@media (max-width: 767px) {
  .designation{
    font-size: 10px;
  }
  .snip1576 .social-links ul li a i {
    font-size: 10px;
    color: white;
    line-height: 0;
}
  .snip1576 .social-links ul li a {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 12px;
    text-align: center;
    color: #9e7373;
    border-radius: 50%;
    background: #acacac;
    transition: background 0.3s ease-in-out;
}
  .qual_span {
    font-weight: 400;
    color: rgb(2, 2, 2);
    font-size: 10px;
}
  .snip1576 h3 {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
}
  .career_card {
    padding: 10px;
    height: auto;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
  .career_mb 
  {
    margin-bottom: 0!important;
  }
  .about-container {
    text-align: center;
    color: var(--color);
    width: 100%;
    padding: 20px 20px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background-image: url(https://images.unsplash.com/photo-1519120944692-1a8d8cfc107f?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=872&q=80); */
    background-image: url(../imgs/service/new/web_development.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.about_div_flex .item:last-child {
  margin-bottom: 0; /* Adjust the margin bottom as needed */
}
.first_about 
{
  padding-bottom: 0;
}
.about-item {
  display: flex;
  max-width: 320px;
  flex-direction: column;
  align-items: center;
  border-radius: .5em;
  -webkit-box-shadow: 0px 29px 38px -15px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0px 29px 38px -15px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 29px 38px -15px rgba(0, 0, 0, 0.43);
  margin-top: 20px;
}
.about-title-parallax 
{
  font-size: 23px;
}
.square-flip {
  width: 100%;
  height: 250px;
}
.square-flip
{
  margin:10px 0;
}
.mobile_text_center 
{
  text-align: center;
}
  .about_div_flex {
    display: inline-block;
    flex-direction: row;
   
  }
  .about_para 
  {
    font-size: 16px!important;
  }
  .outter.hero-video {
    height: 100%;
 }
 .hero-video .video-container {
  height: 100%;
}
.index-about {
  display: inline-block;
  gap: 35px;
}
.index-about-card {
  width: 100%;
  padding: 20px 35px;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
}
.hero-video .callout {
  width: 90%;
  padding:20px 0 20px 0;
}
.hero-video video {
  height: 100%;
}
  .type_writting h4 {
    color: #355c7d;
    font-family: 'Fira Code', monospace;
    font-weight: 800;
    font-size: 20px;
    /* margin: 0 0 0 35%; */
    text-align: center;
    white-space: normal;
    overflow: hidden;
    width: 100%;
    animation: type 4s steps(40, end) forwards;
}
  .popup {
   
      width: 80%; /* Adjust width as needed */
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 99999; /* Ensure it appears above all elements */
      position: fixed; /* Ensure the popup stays fixed in the viewport */
    
}
.contact-p-info-area 
{
  display: flex;
}
.contact-p-info-area .contact-box {
  padding: 10px;
  background: #f8f8f8;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 33%;
  gap: 20px;
  margin-bottom: 0;
  margin-right: 8px;
}
.contact-p-info-area .contact-box .icon-1 {
  font-size: 50px;
  color: var(--theme-color);
  display: none;
}
.contact-p-info-area .info span {
  color: var(--theme-color);
  font-size: 8px;
}
.contact-p-info-area .info h4 {
  margin-top: 10px;
  font-size: 10px;
  width: 100%;
  word-wrap: break-word;
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  /* overflow: hidden;*/
}

.contact-p-info-area .info h6 {
  margin-top: 10px;
  font-size: 10px;
  width: 75%;
  word-wrap: break-word;
}

  .col_md_6 
  {
    width:50%;
  }
  .responsive_offset 
  {
    margin: auto;
    margin-top: 20px;
  }
  .team-section .shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    height: 100%;
    background-repeat: no-repeat;
  }
  .team-area-box .content {
    background: #fff;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: -58px;
    left: 24px;
    right: 24px;
  }
  .team-area-box .social-links ul {
    position: absolute;
    top: -120px;
    right: 0;
    opacity: 0;
    transition: all 700ms ease;
  }
  .content .author-info h5 {
    font-size: 8px;
  }
  .team-area-box .content .author-info span {
    font-family: var(--secondary-font);
    color: #787878;
    font-size: 10px;
  }
  .team-area-box .social-links span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background: var(--theme-color);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: all 700ms ease;
  }

  .team-area-box .social-links ul li {
    width: 20px;
    height: 20px;
    background: var(--theme-color);
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .service-slider-area .icon-box {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 23px;
    border: 1px dashed var(--theme-color);
    display: inline-block;
    color: var(--theme-color);
    position: absolute;
    right: 50px;
    top: -18px;
    background: #fff;
}
  /* .service-slider-area .service-btn {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 6px;
    font-family: var(--primary-font);
    font-size: 7px;
    font-style: normal;
    font-weight: 600;
} */
.service-page-section .service-slider-area .content {
  background: #fff;
  box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.1);
}
.service-slider-area .content {
  position: relative;
  padding: 20px 20px 10px;
}
.service-page-section .service-slider-area .content h4 
{
  font-size: 15px;
  margin-bottom: 0;
}
.service-page-section .service-slider-area .content h4 a 
{
  font-size: 15px;
}
  .testimonials-two-box ul.ratings {
    display: flex;
    gap: 5px;
    margin-top: 5px;
    margin-bottom: 7px;
  }
  .testimonials-two-box {
    background: #fff;
    padding: 15px 30px 15px 67px;

    position: relative;
    margin-left: 45px;
  }
  .testimonials-two-box h4 {
    font-size: 18px;
  }
  .testimonials-two-box h4 {
    font-size: 16px;
  }
  .testimonials-two-box p {
    font-size: 14px;
  }
  .service_1_navigation__wrapprer button {
    color: #fff;
    height: 30px;
    width: 30px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    font-size: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }
  .project_1_navigation__wrapprer button {
    color: var(--theme-color);
    height: 30px;
    width: 30px;
    border: 1px solid var(--theme-color);
    border-radius: 50%;
    font-size: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }
  .service_1_navigation__wrapprer button i {
    font-size: 12px;
  }
  .project_1_navigation__wrapprer button i {
    font-size: 12px;
  }
  .project_1_navigation__wrapprer {
    text-align: left !important;
    margin-top: 0;
    margin-bottom: 15px;
  }

  .cta-1-section .content {
    padding: 15px 30px;
  }
  .cta-1-section .content h3 {
    padding: 0 0;
    font-size: 20px;
  }
  .cta-1-section figure.image {
    clip-path: content-box;
    display: none;
  }
  .cta-1-section .content h5 {
    position: relative;
    z-index: 1;
    font-size: 16px;
  }
  .service_1_navigation__wrapprer {
    text-align: left !important;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .flip-box {
    display: flex;
    align-content: stretch;
    min-height: 250px;
    flex-wrap: wrap;
    position: relative;
    border: 10px solid transparent;
    padding: 0;
    margin: 5px 0;
    border-top: 0;
    -webkit-perspective: 1000;
    perspective: 1000;
}
  .section-title {
    font-size: 20px !important;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .padding_bottom_50 {
    padding-bottom: 30px;
}
  .title-box {
    margin-bottom: 0;
  }
  .about-us-content-area p {
    margin-bottom: 0;
    font-size: 14px;
  }
  .choose-area-icon-box .icon-box {
    margin-bottom: 10px;
    background: #fff;
    padding: 20px;
    font-size: 20px;
    display: inline-block;
  }
  .choose-area-icon-box {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
    margin-bottom: 8px;
  }
 
  .testimonial-dot-inner {
    margin-top: 25px;
  }
  .footer-widget-1 p {
    color: #fff;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .footer-widget-1 figure img {
    width: 80%;
  }
  .footer-widget-2 h4,
  .footer-widget-4 {
    padding: 0;

    margin-bottom: 8px;
  }
  .footer-widget-2 ul.service-list li {
    position: relative;
    color: #fff;
    margin-bottom: 5px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    font-size: 14px;
    margin-left: 30px;
  }
  .footer-title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 8px;
  }
  .footer-widget-3 .footer-blog-post-box {
    display: flex;
    gap: 16px;
    margin-bottom: 8px;
  }
  .testimonials-video-area figure img {
    height: 200px;
  }
  /* .content .author-info h5 {
    font-size: 16px;
  } */
  
  .choose-area-icon-box h5 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px;
  }
  .choose-area-icon-box h5 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px;
  }
  .banner-main {
    padding: 30px 0px;
  }
  .banner-shape-area .shape-1 {
    top: 30px;
    display: none;
  }
  .banner-sub-title {
    font-size: 12px !important;
    letter-spacing: 0 !important;
  }

  .banner-area {
    padding-left: 0;
  }
  .content p {
    font-size: 14px;
  }
  content h4 {
    font-size: 20px !important;
  }
  h1.banner-title {
    font-size: 30px;
    line-height: 62px;
    padding: 7px 0;
  }
  .banner-btn-area .play-btn {
    display: flex;
    justify-content: start;
    align-items: center;
    color: #fff;
    display: none;
    gap: 22px;
  }
  .primary-btn-1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    display: inline-flex;
    align-items: center;
    line-height: normal;
    white-space: nowrap;
    padding: 10px 12px;
    gap: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.6s;
  }
  p.banner-text {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    padding-bottom: 0;
    padding-right: 29px;
  }
  .banner-shape-area .shape-2 {
    top: 35px;
  }
  .about-us-image-area .inner:before {
    content: "";
    position: absolute;
    bottom: -38px;
    left: -18px;
    width: 50px;
    height: 30px;
    background: #3c72fc;
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 48% 47%, 0 0);
  }
  .about-us-image-area .icon-box i {
    color: #fff;
    font-size: 25px;
  }
  .about-us-image-area .icon-box h4 {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 1px;
    font-size: 15px;
  }
  .about-us-image-area .icon-box p {
    font-family: var(--secondary-font);
    color: #fff;
    position: relative;
    font-size: 12px;
    margin-bottom: 0;
  }
  /*about*/
  .breadcrumb__area {
    padding: 20px 0;
  }
  .col_4 
  {
    width: 33.33%;
  }
  .col_4_service 
  {
    width: 33.33%;
    margin-bottom: 0;
  }
  .work-process-box {
    padding: 10px;
    position: relative;
}
.work-process-box .icon-box-about {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    font-size: 15px;
    background: #fff;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
    color: var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 a
}
.icon-box-about img 
{
    padding: 15px;
}
.about_content h4
{
    font-size: 11px;
    padding-bottom: 0;
}
.contact-map iframe {
    width: 100%;
    height: 250px;
    mix-blend-mode: luminosity;
    margin-bottom: -8px;
}
/*service*/
.icon-box-counter-area .text-1 {
  color: #787878;
  font-family: var(--secondary-font);
  font-size: 11px;
}
.icon-box-counter-area h3 {
  font-weight: 700;
  font-size: 17px;
}
.technology_area 
{
  padding-top:0;
  padding-bottom: 0;
}
.service_card2 
{
  margin-bottom: 0;
}
.service_read 
{
  font-size: 7px!important;
}
.footer-bottom {
  flex-direction: row;
  gap: 5px;
  padding: 0;
}
.footer-bottom span {
  color: #fff;
  font-size: 8px;
}
/*service_details*/
.blog-details-title 
{
  font-size: 19px;
  margin-bottom: 10px;
}

.blog-details-page p 
{
  font-size: 14px;
  margin-bottom:10px;
}
.service_det_sub_title 
{
  font-size: 16px;
  margin-top:20px;
  margin-bottom: 10px;
}
.img_service_det 
{
  margin-bottom: 0;
}
/* Remove margin-bottom from the second image */
.img_service_det .col-lg-6:nth-child(2) {
  margin-bottom: 0;
}

/* Add space between the two images */
.img_service_det .col-lg-6 + .col-lg-6 {
margin-top:15px;
}
.service-details-page-list 
{
  padding-bottom: 0;

}
ul.service-details-page-list li {
  margin-left: 10px;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 12px;
}
.blog-widget-1, .blog-widget-2, .blog-widget-3, .blog-widget-4 {
  background: #f8f8f8;
  padding: 20px 30px;
}
.blog-widget-2 ul.blog-categories-list li a {
  padding: 5px 20px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.blog-widget-2 ul.blog-categories-list li {
  margin-bottom: 10px;
}
.blog-widget-title 
{
  margin-bottom: 35px;
  font-size: 19px;
}
.service-widget-2 
{
  margin-bottom: 0;
}
}

/* Large Mobile :480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .designation{
    font-size: 12px;
  }
  .snip1576 .social-links ul li a i {
    font-size: 10px;
    color: white;
    line-height: 0;
}
  .snip1576 .social-links ul li a {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 12px;
    text-align: center;
    color: #9e7373;
    border-radius: 50%;
    background: #acacac;
    transition: background 0.3s ease-in-out;
}
  .qual_span {
    font-weight: 400;
    color: rgb(2, 2, 2);
    font-size: 10px;
}
  .snip1576 h3 {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
}
  .col_md_6 
  {
    width:50%;
  }
  .responsive_offset 
  {
    margin: auto;
    margin-top: 20px;
  }
  .team-area-box .social-links ul {
    position: absolute;
    top: -120px;
    right: 0;
    opacity: 0;
    transition: all 700ms ease;
  }
  .icon-box-counter-area .text-1 {
    color: #787878;
    font-family: var(--secondary-font);
    font-size: 11px;
  }
  .icon-box-counter-area h3 {
    font-weight: 700;
    font-size: 17px;
  }
  .technology_area 
  {
    padding-top:0;
  }
  .service_read 
  {
    font-size: 7px!important;
  }
  .footer-bottom {
    flex-direction: row;
    gap: 5px;
    padding: 0;
  }
}
@media (max-width: 450px) {
  .designation{
    font-size: 10px;
  }
  .snip1576 .social-links ul li a i {
    font-size: 10px;
    color: white;
    line-height: 0;
}
  .snip1576 .social-links ul li a {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 12px;
    text-align: center;
    color: #9e7373;
    border-radius: 50%;
    background: #acacac;
    transition: background 0.3s ease-in-out;
}
  .qual_span {
    font-weight: 400;
    color: rgb(2, 2, 2);
    font-size: 10px;
}
  .snip1576 h3 {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
}
  .offcanvas__info {
    width: 300px;
  }
}
@media only screen and (max-width: 425px) {
  .designation{
    font-size: 10px;
  }
  .snip1576 .social-links ul li a i {
    font-size: 10px;
    color: white;
    line-height: 0;
}
  .snip1576 .social-links ul li a {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 12px;
    text-align: center;
    color: #9e7373;
    border-radius: 50%;
    background: #acacac;
    transition: background 0.3s ease-in-out;
}
  .snip1576 h3 {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
}
.qual_span {
  font-weight: 400;
  color: rgb(2, 2, 2);
  font-size: 10px;
}
  .banner-btn-area {
    display: inline-flex;
    gap: 20px;
    flex-direction: column;
  }

  h1.banner-title {
    font-size: 32px;
    line-height: 52px;
  }
}
