/*---------------------------------------
  HERO        
-----------------------------------------*/
.hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 680px;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.hero-section svg {
  position: absolute;
  bottom: -50px;
  right: 0;
  left: 0;
  pointer-events: none;
}

@media screen and (min-width: 991px) {
  .hero-section-full-height {
    height: 85vh;
  }
}

/*---------------------------------------
    INTRO        
  -----------------------------------------*/
.intro-section {
  padding-top: 50px;
}

/*---------------------------------------
    BANNER        
  -----------------------------------------*/
.banner-section {
  background-image: url("../images/high-angle-woman-cleaning-floors.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  min-height: 340px;
  padding-top: 100px;
  padding-bottom: 50px;
}

.banner-section .breadcrumb {
  margin-bottom: 0;
}

.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-item.active {
  color: var(--white-color);
}

.breadcrumb-item a {
  /* color: var(--dark-blue) !important; */
  color: white;
  font-weight: 600;
}
/*---------------------------------------
    COUNTDOWN              
  -----------------------------------------*/
.countdown-section {
  position: relative;
}

.countdown-section-title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.countdown {
  text-align: center;
  padding-left: 0;
}

.countdown-item {
  list-style: none;
  flex: 0 0 13%;
  margin: 15px;
}

.countdown-text {
  background: var(--section-bg-color);
  border-radius: 6px;
  color: var(--secondary-color);
  font-size: var(--p-font-size);
  position: relative;
  padding: 4px 8px;
}

.countdown-text::before {
  content: "";
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border-bottom: 5px solid var(--section-bg-color);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  top: -5px;
  right: 0;
  left: 0;
}

/*---------------------------------------
    FEATURED              
  -----------------------------------------*/
.featured-image {
  border-radius: var(--border-radius-medium);
}

.featured-block {
  padding: 20px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------
                                                                    Home page          
  ------------------------------------------------------------------------------------------------------------------------------------------*/

/*---------------------------------------  Approach  on home page  ---------------------------------------*/
.section-title {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.icon-circle {
  background-color: var(--bs-primary-color);
  color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 1rem;
}
.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 2rem;
  /* opacity: 0;
    transform: translateY(20px);
    animation: fadeIn 2s forwards; */
}

/* .step:first-child {
    animation-delay: 2.5s; 
  }
  
  .step:nth-child(2) {
    animation-delay: 3.9s;
  }
  
  .step:nth-child(3) {
    animation-delay: 4.1s;
  }
  
  .step:nth-child(4) {
    animation-delay: 5.2s;
  } 
  
  .step:nth-child(5) {
    animation-delay: 6.5s;
  } 
  .step:nth-child(6) {
    animation-delay: 6.9s;
  } 
   .step:nth-child(7) {
    animation-delay: 7.0s;
   } 
  
  .step:last-child {
    animation-delay: 8.1s; 
  } */

.step-arrow {
  width: 70px;
  height: 2px;
  background-color: #ced4da;
  margin: 0.8rem 0;
}
/* @keyframes fadeIn {
    to {
      opacity: 1;
      transform: translateY(0);
    } 
  }*/
@media (max-width: 768px) {
  .step-arrow {
    display: none;
  }
}
.animate-fadeIn {
  animation: fadeIn 2s;
}
@media (max-width: 768px) {
  .step-arrow {
    display: none;
  }
}
/* -----------------------------------------------------cta--------------------------------------------- */
.vendor-logo {
  max-width: 100px;
  max-height: 100px;
  margin: 15px;
}

.cta-jumbotron {
  /* background-color: #e3e3f0;  */
  color: white;
  padding: 50px;
  text-align: center;
}

@media (max-width: 768px) {
  .appshub {
    display: none;
  }
}

/* ----------------------------------------------------------------------------Our home Page Services--------------------------------------------- */
.our-main-services img {
  max-width: 100%;
  max-height: 280px;
  max-width: 160px;
  padding: 10px;
  align-items: center;
  align-content: center;
  object-fit: fill;
}

.wrap {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.our-main-services h1 {
  text-align: center;
}

.gallery-wrap,
#gallery {
  overflow: hidden;
}

#filters {
  margin: 1%;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

#filters li {
  float: left;
}

#filters li span {
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  color: #666;
  cursor: pointer;
  text-transform: uppercase;
  transition: all ease-in-out 0.25s;
}

#filters li:hover span {
  color: #000;
}

#filters li span.active {
  background: #4f83d1;
  color: #fff;
}

.gallery-item {
  float: left;
  width: 33.333%;
  padding: 10px;
  padding-top: 14px;
  position: relative;
  z-index: 10;
  display: none;
}

.inside {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.our-main-services .details,
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}

.our-main-services .details {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.details h2 {
  /* color: #fff; */
  color: #000;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  margin: 0;
}
.our-main-services .details p {
  color: #fff;
  font-size: 0.8em;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}

.our-main-services .inside img {
  float: center;
  width: 100%;
  height: auto;
  margin-left: 24%;
}

.our-main-services .overlay {
  /* background: rgba(31, 186, 231, 0.8); */
  background: var(--bs-primary);
  z-index: 1;
  transition: all 0.7s ease-in-out;
}

.gallery-item:hover .details,
.gallery-item:hover .overlay {
  opacity: 1;
  padding: 10px;
  border-radius: 20px;
}

@media (max-width: 30em) {
  .wrap {
    padding-left: 1em;
    padding-right: 1em;
  }

  .gallery-item {
    float: none;
    width: 100%;
  }
}
/* --------------------------------------------------------------industries we serve---------------------- */
.industries-list {
  border: none;
}

.hidden-on-mobile {
  display: none;
}

/* When .show class is added, the hidden items are displayed */
.show {
  display: block;
}

/* For larger screens, show all items */
@media (min-width: 768px) {
  .hidden-on-mobile {
    display: block !important;
  }
}
/* ------------------------------------------------------our expertise----iso certification------------------ */
/* Section background color and padding */
.expertise-section {
  /* background-color: #0d1b4c; */
  background: radial-gradient(circle at bottom, #0d6efd, #0d030c);
  color: #ffffff;
  padding: 40px 0;
  position: relative;
}

/* Left overlay styling */
.expertise-overlay {
  background-color: #0057ff;
  color: #ffffff;
  padding: 30px;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
  top: -60px;
  max-width: 30%;
  height: 100%;
  left: 0;
  z-index: 1;
  font-weight: 600;
  bottom: -30px;
  opacity: 0.9;
}
.icon2,
.icon1 {
  width: 100px;
}
.icon1 {
}
.expertise-content {
  position: relative;
  z-index: 2;
  padding-left: 15px;
}

/* Text styling for title and description */
.expertise-overlay h2 {
  font-size: 1.75rem;
  margin: 0;
  font-weight: 600;
  color: #ffffff;
}

.expertise-overlay p {
  margin-top: 10px;
  font-size: 1rem;
  color: #ffffff;
}

/* Centered text and icon for certifications and competencies */
.expertise-details {
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80px 80px;
}

.certifications {
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/e/e7/Globe_icon.svg"); /* Example icon URL */
}
.competencies {
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/4/42/Checkmark.svg"); /* Example icon URL */
}

.expertise-details .icon {
  font-size: 4rem;
  margin-bottom: 10px;
}

/* Adjustments for small screens */
@media (max-width: 576px) {
  .expertise-overlay h2 {
    font-size: 1.5rem;
  }
  .expertise-details {
    font-size: 1.2rem;
  }
  .expertise-overlay {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    max-width: 100%;
  }
}

/* ----------------------------------------amazon solutions------------------------------ */
.flex-grow-1 h5 {
  color: var(--bs-primary-color);
}
/*------------------------------------------------------------------------------------------------------------------------------------------
                                                                             ABOUT              
  ---------------------------------------------------------------------------------------------------------------------------------------------*/
/* ------------------------------- banner for About-------------------- */
.banner-section_about {
  background-image: url("../images/about/tbanner.png");

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  min-height: 340px;
  padding-top: 300px;
  padding-bottom: 50px;
  margin-top: 0;
}

.banner-section_crm .breadcrumb {
  margin-bottom: 0;
}

/* -------------------------------close banner for About-------------------- */

.about-hero {
  background: radial-gradient(circle at 0% 0%, #7cb8eb, #bedbf5, #ffffff);
}
.about-hero-overlay {
  background-image: #7cb8eb;
  opacity: 0.9;
  position: absolute;
  background: repeating-radial-gradient(
      circle at 0 0,
      transparent 0,
      #7cb8eb 5px
    ),
    repeating-linear-gradient(#ffffff55, #ffffff);
}

.about-us {
  display: flex;
  align-items: center;
  padding: 50px;
  /* background-color: #f8f9fa; */
  margin-top: 12px;
}
.about-detail-info {
  padding: 20px;
}
.about-detail-info h1 {
  margin-bottom: 1rem;
}
.about-detail-info p {
  font-size: 1rem;
  color: #6c757d;
}
.about-detail-info .about-detail-stats {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
  justify-content: space-between;
}

.about-detail-stats {
}

.about-detail-info .about-detail-stats div {
  font-size: 1.25rem;
  font-weight: bold;
}
.about-detail-info .about-detail-highlight {
  /* background-color: var(--bs-primary-color); */
  background: radial-gradient(circle at bottom, #0d6efd, #0d030c);
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 1rem;
  position: relative;
  /* left: 60%; */
  transition: transform 0.5s ease-in-out;
  z-index: 22;
}
.about-detail-info .about-detail-highlight p {
  color: #f0f8ff;
}
.about-detail-highlight:hover {
  transform: scale(1.05);
}
.about-detail-image {
  flex: 1;
  padding: 10px;
  text-align: center;
  background-image: url(../images/pngwing.com\\(11\).png);
}
.about-detail-image img {
  width: 100%;
  max-width: 700px;
  border-radius: 15px;
  transition: transform 0.5s ease-in-out;
  /* clip-path: polygon(0% 9.9%, 100% 0%, 100% 100%, 0% 90.6%); */
  opacity: 0.9;
}
.about-detail-image img:hover {
  opacity: 1;

  transform: scale(1.05);
}

.about-detail-info .about-detail-span {
  color: #0d6efd;
  font-size: 3rem;
}
.about-detail-info .about-detail-highlight-span {
  font-size: 22px;
}

/* --------------------------------------------------why choose-extra------------------------- */

/*===========================
  about-01 css
===========================*/
.about-one {
  background-color: var(--light-3);
  padding-top: 120px;
  padding-bottom: 120px;
}
.about-one .about-title {
  margin-bottom: 20px;
}
.about-one .single-about-items {
  margin-top: 30px;
  padding: 35px;
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: var(--shadow-2);
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.about-one .single-about-items:hover {
  box-shadow: var(--shadow-4);
}
.about-one .single-about-items::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 80px;
  width: 50px;
  border: 1px solid var(--primary);
  border-radius: 0 0 0 30px;
  right: -1px;
  top: -1px;
  opacity: 0.1;
}
.about-one .single-about-items::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  border: 1px solid var(--primary);
  border-radius: 50px;
  right: 60px;
  top: 10px;
  opacity: 0.1;
}
.about-one .single-about-items .items-icon {
  width: 70px;
  height: 70px;
  line-height: 85px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--white);
  color: var(--primary);
  box-shadow: var(--shadow-2);
}
.about-one .single-about-items .items-icon i {
  font-size: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-one .single-about-items .items-icon {
    max-width: 90px;
  }
}
@media (max-width: 767px) {
  .about-one .single-about-items .items-icon {
    max-width: 80px;
  }
}
.about-one .single-about-items .items-content {
  margin-top: 32px;
}
@media only screen and (min-width: 1400px) {
  .about-one .single-about-items .items-content {
    padding-right: 45px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-one .single-about-items .items-content {
    padding-right: 35px;
  }
}
.about-one .single-about-items .items-content .items-title {
  color: var(--black);
  margin-bottom: 15px;
  font-weight: 600;
}
.about-one .single-about-items .items-content .text {
  color: var(--dark-3);
}

/* ----------------------------------------------------------why choose us----------------------- */

figure {
  margin: 0;
  padding: 0;
}
.rounded img {
  border-radius: 0.4rem;
}
figure .whychooseus-img1 img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
}

.bg-dot.primary {
  background-image: radial-gradient(#3f78e0 2px, transparent 2.5px);
}

.shape.rellax {
  z-index: 1;
}
.shape.rellax {
  position: absolute;
}
.bg-dot {
  background-size: 0.75rem 0.75rem;
}
.bg-dot,
.bg-line {
  opacity: 0.4;
}
.icon-list {
  padding-left: 0;
  list-style: none;
}
.icon-list.bullet-bg li {
  padding-left: 1.5rem;
}
.h-20 {
  height: 10rem !important;
}
.w-16 {
  width: 6rem !important;
}
.overlap-grid {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.icon-list.bullet-soft-primary.bullet-bg i {
  background-color: #dce7f9;
}
.icon-list li {
  position: relative;
}
.icon-list.bullet-bg i {
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  top: 0.4rem;
  font-size: 0.8rem;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  display: table;
}
.icon-list.bullet-soft-primary i {
  color: #3f78e0;
}
.icon-list i {
  position: absolute;
  left: 0;
}
.icon-svg-md {
  width: 3.6rem;
  height: 3.6rem;
}
@media (min-width: 768px) {
  .overlap-grid-2 .item:nth-child(1) {
    width: 70%;
    margin-top: 0;
    margin-left: 30%;
    z-index: 3;
  }
  .overlap-grid-2 .item:nth-child(2) {
    width: 55%;
    margin-top: -45%;
    margin-left: 0;
    z-index: 4;
  }
}

/* -----------------------------------------------------------milestone------------------------------------------- */

.milestone-title {
  font-weight: bold;
  font-size: 2.5rem;
}
.timeline-box {
  padding-bottom: 3px;
}
.timeline-full-box {
  background-image: url(../images/pngwing.com\\(15\).png);
}

.milestone-underline {
  width: 50px;
  height: 15px;
  background-color: #4f83d1;
  margin-top: -10px;
}

.timeline-years {
  margin-top: 20px;
  /* background-color:  #7cb8eb; */
  /* text-align: center; */
}
.timeline-pane {
  background-color: #0d6efd;
  padding: 20px;
  /* background-image: url(../images/pngwing.com.png); */
}

.timeline-years .year-link,
.timeline-years-mobile .year-link {
  font-size: 1.7rem;
  /* color: #333; */
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 5px 0;
  transition: color 0.3s ease;
}

.timeline-years .year-link:hover,
.timeline-years .year-link.active,
.timeline-years-mobile .year-link:hover,
.timeline-years-mobile .year-link.active {
  color: #1e00ff;
  font-weight: bold;
}

.milestone-content-container {
  max-height: 450px; /* Fixed height */
  overflow-y: auto;
  border-left: 2px solid #4f83d1;
  padding: 20px;
  background-color: #fff;
}

.milestone-content {
  margin-bottom: 20px;
}

.milestone-year {
  font-size: 2rem;
  font-weight: 500;
  /* color: #333; */
  color: #4f83d1;
  align-items: center;
  margin-left: 45%;
}
.milestone-year span {
  color: #333;
}

.milestone-description {
  font-size: 1rem;
  color: #666;
  margin-top: 15px;
}

.show-more {
  /* color: #4f83d1;
  font-size: 1rem;
  cursor: pointer; */
  border-radius: 0px;
  background-color: #0d6efd;
  transition: all 0.4s ease;
  border: 1px solid #0066ff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
.show-more:hover {
  background-color: white;
  color: #4f83d1;
}

/* Mobile bottom navigation styling */
.timeline-years-mobile {
  overflow-x: auto;
  white-space: nowrap;
}

.timeline-years-mobile .year-link {
  margin: 0 10px;
  display: inline-block;
}

@media (max-width: 768px) {
  .milestone-year {
    font-size: 2rem;
  }

  .milestone-description {
    font-size: 0.9rem;
  }
}

/* --------------------------awards and achivement-------------- */

.mt-30 {
  margin-top: 30px;
}

.section-awards {
  position: relative;
  padding: 120px 0;
}

.section-awards .header-section {
  margin-bottom: 44px;
}

.section-awards .header-section .content {
  position: relative;
  z-index: 2;
}

.section-awards .header-section .title {
  font-family: "PT Serif", sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: #2d2d2d;
}

.section-awards .header-section .description {
  font-size: 15px;
  color: #a2a2a2;
}

.section-awards .header-section .back-title {
  position: absolute;
  top: -40px;
  left: 50%;
  font-family: "PT Serif", sans-serif;
  font-size: 160px;
  color: #f3f3f3;
  transform: translateX(-50%);
  z-index: 1;
}

.section-awards .single-award {
  padding: 75px 50px;
  border-top: 6px solid #f7f7f7;
  border-bottom: 6px solid #f7f7f7;
}

.section-awards .no-gutters > div:first-child .single-award {
  border-left: 6px solid #f7f7f7;
}

.section-awards .no-gutters > div:last-child .single-award {
  border-right: 6px solid #f7f7f7;
}

.section-awards .active {
  border: 6px solid #157efb;
}

.section-awards .single-award .icon {
  height: 120px;
  margin-bottom: 40px;
  width: 200px;
}

.section-awards .single-award .date {
  display: block;
  margin-bottom: 5px;
  color: #157efb;
}

.section-awards .single-award .title {
  font-family: "PT Serif", sans-serif;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 700;
}

.section-awards .single-award .description {
  font-size: 15px;
  color: #a2a2a2;
}

.section-awards .single-award .read-more {
  display: inline-block;
  text-decoration: none;
  margin-top: 18px;
  font-size: 17px;
  color: #777;
}

@media (max-width: 575.99px) {
  .section-awards .header-section .title {
    font-size: 38px;
  }

  .section-awards .header-section .back-title {
    font-size: 75px;
  }

  .section-awards .single-award:not(.active) {
    border: 6px solid #f7f7f7;
  }
}

@media (min-width: 576px) and (max-width: 767.99px) {
  .section-awards .header-section .title {
    font-size: 44px;
  }

  .section-awards .header-section .back-title {
    font-size: 90px;
  }

  .section-awards .single-award:not(.active) {
    border: 6px solid #f7f7f7;
  }
}

@media (min-width: 768px) and (max-width: 991.99px) {
  .section-awards .header-section .title {
    font-size: 47px;
  }

  .section-awards .header-section .back-title {
    font-size: 120px;
  }

  .section-awards .single-award:not(.active) {
    border: 6px solid #f7f7f7;
  }
}

@media (min-width: 992px) and (max-width: 1199.99px) {
  .section-awards .header-section .title {
    font-size: 50px;
  }

  .section-awards .header-section .back-title {
    font-size: 140px;
  }

  .section-awards .single-award {
    padding: 50px 30px;
  }

  .section-awards .single-award .title {
    margin-bottom: 20px;
    font-size: 27px;
  }

  .section-awards .single-award .read-more {
    margin-top: 10px;
  }
}

@media (min-width: 1200px) {
}

/* ----------------------------------------------------5 step -appraoch----------- */

.step-approach {
  height: 100vh;
  display: grid;
  place-items: center;
  background-color: rgb(255, 255, 255) !important;
  color: var(--dark-color);
  margin-top: 0;
  padding: 10px;
}
.approach-content {
  width: 920px;
  height: 400px;
  margin-top: 0;
}

.approach-content h2 {
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  color: var(--dark-color);
  text-align: center;
}
.approach-content span {
  color: var(--bs-primary-color);
}

.approach-sub-content {
  display: flex;
  gap: 2rem;
}
.indexes,
.tabs {
  list-style-type: none;
}
.indexes {
  font-size: 1rem;
}
.indexes li {
  padding: 1rem;
  border: 2px solid transparent;
  cursor: pointer;
}
.tabs {
  position: relative;
}
.tab {
  position: absolute;
  display: flex;
  width: 730px;
  height: 300px;
  opacity: 0;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  transition: opacity 0.5s ease-in-out;
}
.tab.active {
  opacity: 1;
  z-index: 7;
}

.tab-content {
  position: relative;
  z-index: 10;
  width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1rem;
  opacity: 0;

  transform: translateY(-5rem);
  transition: opacity 0.5s ease-in-out, transofrm 0.5s ease-in-out;
}

.tab.active .tab-content,
.tab.active .tab-image {
  opacity: 1;
}
.tab-content h3 {
  font-weight: 900;
  font-size: 1.5rem;
  border-bottom: 1.5px solid rgb(19, 19, 19);
  padding-bottom: 1rem;
  color: var(--bs-primary-color);
}
.tab-content p {
  font-weight: 100;
  line-height: 2;
  color: rgb(0, 0, 0);
}

@keyframes content {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.tab-image {
  position: absolute;
  right: 1rem;
  width: 500px;
  height: 300px;
  opacity: 0;
  transform: translateX(2rem);
  transition: opacity 0.5s ease-in-out;
}
.tab-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--bs-primary-color);
  mix-blend-mode: multiply;
}
.tab-image img {
  width: inherit;
  height: inherit;
  object-fit: cover;
  filter: grayscale(100%);
}
@keyframes image {
  100% {
    opacity: 1;
    width: 300px;
    transform: translateX(0);
  }
}
.active .tab {
  opacity: 1;
  z-index: 5;
}
.active .tab-content {
  animation: content 0.9s ease-out 0.4s forwards;
}
.active .tab-image {
  animation: image 1s ease-out forwards;
}

/* Base styles for the step approach */

/* Mobile styles */

@media (max-width: 768px) {
  .tab-image {
    display: none;
  }

  .approach-content h2 {
    font-size: 1.4rem;
    margin-bottom: 0.2rem;
    color: var(--dark-color);
    text-align: justify;
  }
  .step-approach .divider {
    display: none;
  }

  .tab-content {
    display: block;
    justify-content: center;
  }
  .indexes {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
  }
  .indexes li {
    font-size: 0.875rem; /* Slightly reduced font size */
    padding: 0.4rem;
    cursor: pointer;
  }
  .tab {
    opacity: 0; /* Hidden by default */

    transition: opacity 0.5s ease-in-out;
  }
  .tab.active {
    opacity: 1; /* Show only active tab */
  }
  .tab-image {
    width: 100%;
    height: 200px; /* Adjusted height to reduce scrolling */
    margin-bottom: 0.5rem;
  }
  .tab-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .tab-content {
    width: 100%;
    padding: 0.5rem;
    font-size: 0.875rem; /* Smaller font for mobile */
    text-align: center;
    display: flex;
    flex-direction: column;
  }
}

/* -------------------------------------------------------------our leadership-------------------- */

.leadership-section {
  /* background-color: #000; */
  /* background-color:  #0d6efd; */
  color: #fff;
  padding: 50px 20px;
  border-radius: 15px;

  background: radial-gradient(circle at bottom, #0d6efd, #0d030c);
}

.leadership-title {
  font-size: 2.5rem;
  font-weight: lighter;
  /* color: #0d6efd; */
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.leader-image {
  width: 100%;
  height: auto;
  border-radius: 15px;
  transition: transform 0.3s ease-in-out;
}

.leader-image:hover {
  transform: scale(1.05);
}

.leader-info {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.leader-text {
  flex: 1;
}

.linkedin-icon {
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  display: inline-block;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .leader-info {
    flex-direction: column;
  }
}

/* Animation */
.fade-in {
  animation: fadeIn 1.5s ease-in-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --------------------------------------------------Meet Team -section------------------   */
.gallery-image {
  border-radius: var(--border-radius-medium);
}

.team-info {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  padding: 30px;
  width: 100%;
  min-height: 00px;
}
.team-info h4 {
  color: #0d6efd;
}

.team-info p {
  margin-bottom: 0;
}

.team-info::before {
  content: "";
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border-right: 20px solid var(--white-color);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
}

.gallery-image {
  transition: all 0.3s;
}

.gallery-image:hover {
  transform: scale(1.02);
}

/* ----------------------------------------------------end of meet team section--------------- */
/* -------------------------------------------------------other team members section------------------------ */

.team-member {
  padding: 60px 0;
  /* background: linear-gradient(to bottom right, #1c1c3d, #000428); */
  /* background-color: #000; */
  background: radial-gradient(circle at bottom, #0d6efd, #0d030c);
  display: flex;
  background-color: 2px solid yellow;
  padding: 40px;
}

.team-member-sub-heading {
  color: #ded3d3db;
}

.team-profile-container {
  position: relative;
  width: 100%;
  height: 200px; /* Adjust height as needed */
  justify-content: space-around;
}

.team-profile-item {
  position: absolute;
  display: flex;
  align-items: center;
  /* background-color: #2d2d60; */
  background-color: #0d6efd;
  /* background: radial-gradient(circle at bottom,   #0d6efd , #0d030c); */
  border-radius: 10px;
  padding: 10px 15px;

  max-width: 230px;
}

.team-profile-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-right: 5px;
}

.team-profile-info {
  color: #fff;
}

.team-profile-info .name {
  font-weight: bold;
  color: #fff;
}

.team-profile-info .title {
  font-size: 0.875rem;
  color: #fff;
}
.leader-text p {
  color: #fff;
}
.leader-name,
.leader-position {
  color: #fff;
}

/* Positioning the profile items */
.team-profile-item-1 {
  top: 20%;
  left: 30%;
  transform: translate(-50%, -50%);
}

.team-profile-item-2 {
  top: 10%;
  left: 70%;
  transform: translate(-50%, -50%);
}

.team-profile-item-3 {
  top: 59%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.team-profile-item-4 {
  top: 90%;
  left: 80%;
  transform: translate(-50%, -50%);
}
.team-profile-item-5 {
  top: 0%;
  left: 0%;
  transform: translate(-50%, -50%);
}
@media (max-width: 900px) {
  .team-member {
    display: flex;
  }
  .team-profile-container {
    height: auto;
    flex-direction: column;
    left: 20%;

    display: none;
  }

  .team-profile-container .team-profile-item {
    flex-direction: row;
    position: absolute;
    margin-bottom: 20px;
    width: 80%;
    justify-content: center;
    display: none;
  }

  .team-profile-item img {
    width: 40px;
    height: 40px;
    display: none;
  }

  .team-profile-info .title {
    font-size: 0.75rem;
  }
}
/* -------------------------------------------------------end of other team members section------------------------ */

/*-----------------------------------------------------------------------------------------------------------------------------------------
                                                                             SERVICES              
  -------------------------------------------------------------------------------------------------------------------------------------------*/
.services-thumb {
  background-color: var(--white-color);
  border-radius: var(--border-radius-small);
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  padding: 30px;
}

.services-thumb.section-bg {
  background: var(--section-bg-color);
}

.services-detail-section .services-image {
  aspect-ratio: 0;
}

.services-image-wrap {
  border-radius: var(--border-radius-small);
  /* position: relative; */
  overflow: hidden;
}

.services-image-wrap:hover .services-image-hover {
  opacity: 1;
}

.services-title-link {
  display: block;
}

.services-image,
.team-image {
  border-radius: var(--border-radius-small);
  display: block;
  aspect-ratio: 1;
  object-fit: cover;
  transition: all 0.5s;
}

.services-image-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.services-icon-wrap {
  background: var(--secondary-color);
  color: var(--white-color);
  font-size: var(--h3-font-size);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  transition: opacity 0.5s;
  padding: 8px 12px;
}

.services-icon-wrap .button--skoll {
  width: 100%;
  height: 100%;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------
                                                                             CLOUD             
  -------------------------------------------------------------------------------------------------------------------------------------------*/
.banner-section_cloud {
  background-image: url("../images/banners/ai-generated-8540921.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  min-height: 340px;
  padding-top: 100px;
  padding-bottom: 50px;
}

/* ----------------------hero-section--------------------------- */
.hero {
  /* background-image: url(https://raw.githubusercontent.com/codypearce/codepen-files/main/pens/simple-background-attachment/background.avif); */
  background-image: url("../images/cloud/8078945.jpg");
  background-attachment: fixed;
  height: 80vh;
  width: 100%;
  background-size: cover;
  color: rgb(14, 14, 14);
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.hero-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}

.hero h1 {
  font-weight: 100;
  z-index: 0;
}

.hero-content {
  cursor: pointer;
  position: relative;
  margin: 200px;
  padding: 30px;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  min-width: 300px;
  flex-wrap: wrap;
  transition: all 1s;
  opacity: 0.9;
  max-width: 590px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 1;
}

.hero-content:after,
.hero-content:before {
  content: " ";
  width: 20px;
  height: 20px;
  position: absolute;
  border: 0px solid #fff;
  transition: all 1s;
}
.hero-content:after {
  top: -1px;
  left: -1px;
  border-top: 5px solid rgb(250, 248, 248);
  border-left: 5px solid rgb(247, 247, 247);
}
.hero-content:before {
  bottom: -1px;
  right: -1px;
  border-bottom: 5px solid rgb(255, 253, 253);
  border-right: 5px solid rgb(255, 255, 255);
}

.hero-content:hover {
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.hero .hero-content:hover:before,
.hero .hero-content:hover:after {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.hero .hero-content p {
  letter-spacing: 1px;

  width: 100%;
  color: white;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .hero-content p {
    font-size: x-small;
  }
  .hero {
    z-index: 0;
  }
}

.object-fit-cover:hover {
  transform: scale(1.05); /* Slight zoom effect */
  transition: transform 0.3s ease-in-out;
}

/* --------------------------------------Our Cloud Partnerships---------------------------------- */

.cloud_partner {
  background-color: #f9f9f9;
  padding: 60px 0;
}

.Partner_card {
  position: relative;
  overflow: hidden;
}

.Partner_card .view img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.partner-details {
  position: relative;
  top: -40px;
  border-radius: 8px;
  width: 80%;
  min-height: 250px;
  padding: 0;
}

.Partner_card-img-top:hover {
  transform: scale(1.05); /* Slight zoom effect */
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}
/* @media (min-width: 998px), (max-width: 1900px) {
  .partner-details {
    top: -40px;
    max-height:max-content;
  }
} */

@media (max-width: 998px) {
  .partner-details {
    top: -40px;
    min-height: 180px;
  }
}

@media (max-width: 768px) {
  .partner-details {
    top: -40px;
    min-height: 200px;
  }
}

@media (max-width: 576px) {
  .partner-details {
    top: -30px;
  }
}
/* ---------------------------------------------------our competency--------------------------------- */
.our-competency img {
  max-width: 100%;
  height: auto;
}

.our-competency .inside:hover {
  transform: scale(1.1); /* Slight zoom effect */
  transition: transform 0.3s ease-in-out;
}
.competency-wrap {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.our-competency h1 {
  text-align: center;
}

.gallery-cover,
#gallery {
  overflow: hidden;
}

#filters {
  margin: 1%;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

#filters li {
  float: left;
}

#filters li span {
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  color: #666;
  cursor: pointer;
  text-transform: uppercase;
  transition: all ease-in-out 0.25s;
}

#filters li:hover span {
  color: #000;
}

#filters li span.active {
  background: #4f83d1;
  color: #fff;
}

.gallery-element {
  float: left;
  width: 23.333%;
  height: auto;
  padding: 12px;
  position: relative;
  z-index: 10;
  display: none;
  overflow: hidden;
  align-content: center;
  align-items: center;
}
.gallery-element img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain; /* Ensures the image covers the container */
}

.inside {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.our-competency .details,
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}

.our-competency .details {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.details h2 {
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  margin: 0;
}
.our-competency .details p {
  color: #fff;
  font-size: 1em;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}

.gallery-element .inside {
  position: relative;
  padding-top: 75%; /* 4:3 aspect ratio, adjust if needed */
  overflow: hidden;

  object-fit: fill;
}
.gallery-element .inside img {
  float: left;
  width: 100%;
}

.overlay {
  background: rgba(31, 186, 231, 0.8);
  z-index: 1;
  transition: all 0.7s ease-in-out;
}

.gallery-element:hover .details,
.gallery-element:hover .overlay {
  opacity: 0;
}
#viewAllBtn {
  display: none;
  margin: 10px auto;
  padding: 10px 20px;
  font-size: 1em;
  color: white;
  background-color: #4f83d1;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

@media (max-width: 30em) {
  .competency-wrap {
    padding-left: 1em;
    padding-right: 1em;
  }

  .gallery-element {
    float: left;
    width: 50%;
    height: 50%;
  }
}

/*-----------------------------------------------------------------------------------------------------------------------------------------
                                                                             AWS CLOUD              
  -------------------------------------------------------------------------------------------------------------------------------------------*/
.banner-section_awsCloud {
  background-image: url("../images/banners/6522672.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  padding-top: 100px;
  padding-bottom: 50px;
}

/* -------------------------scroll wheel---------- */
.mouse {
  height: 45px;
  width: 25px;
  border: 2px solid #000000;
  display: flex;
  border-radius: 20px;
  align-content: center;
  align-self: center;
  align-items: center;
}

.mouse-wheel {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #0d6efd;
  margin: auto;
  animation: wheel 1s linear infinite;
}

@keyframes wheel {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(1rem);
  }
}

/* ------------------------------------------aws-about us------------------------------------------------------- */

/* --------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------AWS header--------------------------- */
.page-wrap {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right bottom, #f0f8ff 50%, #fff 50%);
}

/* ====================================
Home Slider
==================================== */

#home-slider {
  height: 80vh;
  width: 96vw;
  position: relative;
  max-width: 96vw;
  max-height: 80vh;
}
.swiper-container {
  height: 100%;
  width: 100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.swiper-image-one {
  background-image: url(../images/cloud/3209840.webp);
}

.swiper-image-two {
  background-image: url(../images/cloud/3539066.jpg);
}

.swiper-image-three {
  background-image: url(../images/cloud/3209840.webp);
}

.swiper-image-four {
  background-image: url(../images/cloud/8078778.jpg);
}

.swiper-image-five {
  background-image: url(../images/cloud/3209840.webp);
}

.swiper-image-six {
  background-image: url(../images/cloud/8078788.jpg);
}

.swiper-image {
  width: 50%;
  height: 100%;
}
.swiper-image-inner {
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 0%, 0.2);
  background-blend-mode: overlay;
}
.swiper-image-inner.swiper-image-left {
  padding: 4rem;
}
.swiper-image-left {
  filter: sepia(100%);
  transition: all 1s linear;
  transition-delay: 1s;
}
.swiper-slide.swiper-slide-active .swiper-image-left {
  filter: sepia(0%);
}
.swiper-image-inner.swiper-image-right {
  filter: hue-rotate(-60deg);
  transition: all 1s linear;
  transition-delay: 1s;
  background-color: hsla(0, 0%, 0%, 0.5);
  background-blend-mode: multiply;
}
.swiper-image h1 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  color: #fff;
  align-self: flex-start;
  margin: 0 0 auto 0;
  font-size: 4.5rem;
  line-height: 1;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
  transform: translate3d(-20%, 0, 0);
  opacity: 0;
  margin: 20%;
}
.swiper-image h1 span.emphasis {
  font-weight: 700;
  font-style: italic;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transform: translate3d(-20%, 0, 0);
  display: inline-block;
}
.swiper-image h1 span:not(.emphasis) {
  font-size: 3.5rem;
}
.swiper-image h1 + p {
  font-family: "Cormorand SC";
  font-size: 14px;
  letter-spacing: 2px;
  margin: 0;
  line-height: 1;
  margin-bottom: auto;
  align-self: flex-end;
  text-transform: uppercase;
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
  transform: translate3d(-20%, 0, 0);
  opacity: 0;
  font-weight: 500;
  color: #fff;
  padding-right: 8rem;
}
.swiper-image p.paragraph {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  color: #fff;
  width: 100%;
  max-width: 350px;
  text-align: justify;
  font-size: 1.2rem;
  font-weight: 500;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
  transform: translate3d(-20%, 0, 0);
}
.swiper-slide.swiper-slide-active .swiper-image-right {
  filter: hue-rotate(90deg);
}

.swiper-slide.swiper-slide-active h1,
.swiper-slide.swiper-slide-active p.paragraph,
.swiper-slide.swiper-slide-active h1 span.emphasis,
.swiper-slide.swiper-slide-active h1 + p {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

@media screen and (max-width: 1280px) {
  h1 {
    font-size: 3.9rem;
  }
  h1 span:not(.emphasis) {
    font-size: 2.9rem;
  }
  h1 + p {
    font-size: 13px;
  }
  p.paragraph {
    font-size: 1rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 960px) {
  h1 {
    font-size: 3.5rem;
  }
  h1 span:not(.emphasis) {
    font-size: 2.5rem;
  }
  p.paragraph {
    max-width: 90%;
  }
}
@media screen and (max-width: 640px) {
  #home-slider {
    height: 86vh;
    width: 96vw;
  }
  h1 {
    font-size: 0.2rem;
    align-self: center;
  }
  h1 span:not(.emphasis) {
    font-size: 1.1rem;
  }
  p.paragraph {
    max-width: 14%;
  }
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  display: flex;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
.swiper-button-prev,
.swiper-button-next {
  width: 40px; /* Customize button size */
  height: 40px;
  background-color: rgba(232, 228, 228, 0.5); /* Semi-transparent background */
  border-radius: 10%;
  color: white; /* Button color */
}

.swiper-button-prev {
  left: 10px; /* Adjust based on design */
  top: 50%; /* Center vertically */
  transform: translateY(-50%);
}

.swiper-button-next {
  right: 10px; /* Adjust based on design */
  top: 50%; /* Center vertically */
  transform: translateY(-50%);
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
  max-width: 100%;
  width: 90vw;
  height: auto;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 20%;
  width: 227px;
  height: 644px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 15;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #f9f9f9;
  opacity: 0.4;
}
button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #ffffff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #f9f9f9;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 25px;
  bottom: 25px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(12, 209, 25, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #2ad133;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progress
  .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white
  .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black
  .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(247, 4, 4, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* -------------------------------------------aws premier consulting partner-------------------------------- */
/* :root {
  --primary-font: "Lato", sans-serif;
  --secondary-font: "Playfair Display", serif;
  --body-bg: #f4f4f1;
  --selection-bg: #fffaa3;
  --grey: #6a6a6a;
  --dark-grey: #444;
  --dark: #171717;
} */

.awspremier {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

*::selection {
  background-color: var(--section-bg-color);
}

ol {
  list-style-type: none;
  padding: 0%;
}

ol li {
  display: inline-block;
}
.AWSpremierimg {
  width: 500px;
  height: 480px;
  object-fit: fill;
}

#awspremierimg {
  width: 100%;
  vertical-align: top;
}
#awspremiersvg svg {
  width: 100%;
  vertical-align: top;
}
/* :: card :: */

.cards__container {
  display: grid;
  grid-template-columns: 1fr;
  margin: 1.775rem auto;
  max-width: 53.125rem;
  width: 95%;
  gap: 3.75rem;
}

.AWSpremiercard {
  display: grid;
  grid-template-columns: 1fr; /* Single column by default */
}
.AWSpremiercard__thumb img {
  transition: all 0.3s ease;
  max-width: 200px;
  max-height: 300px;
}

.awspremiercard__thumb {
  overflow: hidden;
  background-color: var(--grey);
}

.awspremiercard__thumb img {
  transition: all 0.3s ease;
}

.awspremiercard__thumb:hover img {
  transform: scale(1.1);
}

.awspremiercard__content {
  background-color: white;
  padding: 2.1875rem 0.9375rem 3.4375rem;
  position: relative;
  text-align: center;
}

.awspremiercard__title {
  color: var(--dark);
  font-family: var(--secondary-font);
  font-size: 2.1875rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
}

.awspremiercard__text {
  line-height: 1.7;
}

.awspremiercard__btn {
  background: var(--dark-blue);
  border: none;
  bottom: -1.25rem;
  left: 50%;
  padding: 0.625rem;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}

.awspremiercard__btn:hover,
.awspremiercard__btn:focus {
  background-color: var(--grey);
}

.awspremiercard__btn img {
  width: 1.25rem;
}

/* :: mediaqueries :: */
@media (min-width: 37.5rem) {
  .AWSpremiercard {
    grid-template-columns: auto minmax(6.25rem, 25rem) auto;
    grid-template-rows: repeat(4, auto);
  }
  .awspremiercard__thumb {
    width: 100%;
    max-width: 34.375rem;
    justify-self: center;
    grid-area: 1 / 1 / -2 / -1;
    max-width: 380px;
    max-height: 480px;
  }
  .awspremiercard__content {
    grid-area: 3 / 2 / -1 / -2;
    padding: 2.8125rem 2.8125rem 3.4375rem;
  }
}

@media (min-width: 56.25rem) {
  .AWSpremiercard {
    display: grid;
    grid-template-columns: auto 4.375rem minmax(6.25rem, 25rem);
    grid-template-rows: repeat(3, auto);
  }
  .AWSpremiercard:nth-child(even) {
    grid-template-columns: minmax(6.25rem, 25rem) 4.375rem auto;
  }
  .awspremiercard__thumb {
    grid-area: 1 / 1 / -1 / 3; /* Full width of the first two columns */
  }
  .AWSpremiercard:nth-child(even) .awspremiercard__thumb {
    grid-area: 1 / 2 / -1 / -1;
  }
  .awspremiercard__content {
    grid-area: 2 / 2 / -2 / -1; /* Content aligned to the right of the image */
    text-align: left;
  }
  .AWSpremiercard:nth-child(even) .awspremiercard__content {
    text-align: left;
    grid-area: 2 / 1 / -2 / 3;
  }
}
/* ---------------------------------------------------expertise----------------------------------- */
.knowledge-section {
  background-color: #0d1b4c;
  color: #ffffff;
  padding: 40px 0;
  position: relative;
}

/* Left overlay styling */
.knowledge-overlay {
  background-color: #0057ff;
  color: #ffffff;
  padding: 30px;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
  top: -60px;
  max-width: 30%;
  height: 100%;
  left: 0;
  z-index: 1;
  font-weight: 600;
  bottom: -30px;
  opacity: 0.9;
}

/* Icon styling */
.icon2,
.icon1 {
  width: 100px;
}

/* .icon1 {
  background-color: #fff;
  border-radius: 50%;
} */

/* Content styling */
.knowledge-content {
  position: relative;
  z-index: 2;
  padding-left: 15px;
}

/* Text styling for title and description */
.knowledge-overlay h2 {
  font-size: 1.75rem;
  margin: 0;
  font-weight: 600;
  color: #ffffff;
}

.knowledge-overlay p {
  margin-top: 10px;
  font-size: 1rem;
  color: #ffffff;
}

/* Centered text and icon for certifications and competencies */
.knowledge-details {
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80px 80px;
}

.certifications-icon {
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/e/e7/Globe_icon.svg"); /* Example icon URL */
}

.competencies-icon {
  background-image: url("https://cdn3.iconfinder.com/data/icons/deviatie-award/100/award_031-badge-medal-honor-prize-victory-5-1024.png"); /* Example icon URL */
}

.knowledge-details .knowledge-icon {
  font-size: 4rem;
  margin-bottom: 10px;
}

/* Adjustments for small screens */
@media (max-width: 576px) {
  .knowledge-overlay h2 {
    font-size: 1.5rem;
  }
  .knowledge-details {
    font-size: 1.2rem;
  }
  .knowledge-overlay {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    max-width: 100%;
  }
}

/* --------------------------------------------------aws Toolkit------------------------------------------------------------ */
.aws-toolkit {
  text-align: center;
  padding: 40px 20px;
}
.aws-toolkit h2 {
  font-weight: 200;
  margin-bottom: 20px;
}
.aws-toolkit p {
  color: #555;
  margin-bottom: 40px;
}
.toolkit-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.toolkit-item:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.toolkit-item img {
  width: 60px;
  margin-bottom: 10px;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-on-load {
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
}

/* --------------------------------extra aws toolkit section--------------------- */

.aws-carousel-inner {
  display: flex;
}
.aws-carousel-item {
  flex: 0 0 auto;
  width: 33%;
}
.aws-tool-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 250px; /* Fixed width for consistent card size */
  height: 240px; /* Fixed height for consistent card size */
}
.aws-tool-img {
  max-width: 100%;
  height: auto;
}
.aws-badge-new {
  position: absolute;
  top: 10px;
  left: 10px;
  background: blue;
  color: white;
  padding: 5px 10px;
  border-radius: 50px;
}

/* ------------------------------------------------------------------our extended aws services---------------------------- */
.custom-services-card {
  background-color: rgba(227, 20, 20, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  color: white;
  margin-bottom: 20px;
}

.custom-services-section {
  background: url("../images/cloud/hybrid-page-banner-tab.png") no-repeat center
    center/cover;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.custom-services-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Adjust color and opacity here */
  z-index: 1;
}
.custom-services-container {
  position: relative;
  z-index: 2; /* This ensures the content is above the overlay */
}
/* .custom-services-section .container {
  position: relative;
  z-index: 1;
} */

.custom-services-title,
.custom-services-description,
.custom-services-card-text,
.custom-services-card-title {
  color: white;
}
/* ---------------------------------------------------------------------------area of  excellence ----------------------------------- */

.AOE-services {
  padding: 100px 0;
}
.AOE-title h2 {
}
.AOE-title p {
  color: #848484;
  margin: 0 auto;
}
.AOE-border {
  height: 2px;
  margin: 20px auto 20px;
  position: relative;
  width: 80px;
  background: #7cb8eb;
  margin-bottom: 60px;
}

.AOE-services .AOE-service-block.color-bg {
  background: var(--bs-primary-color);
  color: #fff;
}
.AOE-services .AOE-service-block .AOE-service-icon {
  margin-bottom: 30px;
}
.services .service-block.color-bg i,
.services .service-block.color-bg h3,
.services .service-block.color-bg p {
  color: #fff;
}
.AOE-services .AOE-service-block h3 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
.AOE-services .AOE-service-block p {
  font-size: 14px;
  color: #fff;
}
.AOE-services .AOE-service-block h3 {
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
}
.AOE-services .AOE-service-block p {
  font-size: 14px;
  color: #666;
}
.AOE-services .AOE-service-block.color-bg i,
.AOE-services .AOE-service-block.color-bg h3,
.AOE-services .AOE-service-block.color-bg p {
  color: #fff;
}
.AOE-services .AOE-service-block i {
  font-size: 40px;
  color: var(--bs-primary-color);
}

/* ----------------------------------------------------------------------AWS certifications-gallery------------------------------------ */
.our-aws-Certifications img {
  max-width: 100%;
  height: auto;
}

.certification-wrap {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.our-main-services h1 {
  text-align: center;
}

.gallery-wrap,
#gallery {
  overflow: hidden;
}

#filters {
  margin: 1%;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

#filters li {
  float: left;
}

#filters li span {
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  color: #666;
  cursor: pointer;
  text-transform: uppercase;
  transition: all ease-in-out 0.25s;
}

#filters li:hover span {
  color: #000;
}

#filters li span.active {
  background: #0d6efd;
  color: #fff;
}

.gallery-unit {
  float: left;
  width: 20.333%;
  padding: 10px;
  position: relative;
  z-index: 10;
  display: none;
}

.inside {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.our-aws-Certifications .details,
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}

.our-aws-Certifications .details {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.details h2 {
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  margin: 0;
}
.our-aws-Certifications .details p {
  color: #fff;
  font-size: 1em;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}

.our-aws-Certifications .inside img {
  float: left;
  width: 100%;
}

.overlay {
  background: rgba(31, 186, 231, 0.8);
  z-index: 1;
  transition: all 0.7s ease-in-out;
}

.gallery-item:hover .details,
.gallery-item:hover .overlay {
  opacity: 1;
}

@media (max-width: 30em) {
  .certification-wrap {
    padding-left: 1em;
    padding-right: 1em;
  }

  .gallery-unit {
    float: none;
    width: 100%;
  }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
                                                                                    AWS MIGRATATION SERVICES             
  ------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.banner-section_AWS_migratation {
  background-image: url("../images/cloud/banner-1920x528-combining-data-analytics-and-ai-in-finance-benefits-and-use-cases.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
  overflow: hidden;
  min-height: 340px;
  padding-top: 100px;
  padding-bottom: 50px;
}

.aws-migratation-hero {
  background-color: #0d6efd;
  opacity: 1;
  background-image: radial-gradient(circle at center center, #e4f5f7, #0d6efd),
    repeating-radial-gradient(
      circle at center center,
      #e4f5f7,
      #e4f5f7,
      8px,
      transparent 16px,
      transparent 8px
    );
  background-blend-mode: multiply;
}

.aws-migratation-hero-section {
  max-width: 100vw;
  margin-bottom: 40px;
}

.aws-cloud-migration-process .process-card:hover {
  cursor: pointer;
}

/* General hover animation for cards */
.process-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Specific styles for icons */
.process-card:hover .bi {
  color: #0056b3; /* Change icon color on hover */
  transition: color 0.3s ease;
}

/* Link hover effect */
.process-card a {
  position: relative;
  transition: color 0.3s ease;
}

.process-card a:hover {
  color: #0056b3;
}

.process-card a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #0056b3;
  animation: underline-grow 0.3s forwards;
}

@keyframes underline-grow {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* ---------------------------------why migratation with AWS----------------------------- */

/* ............xx.x.x.x.x.x.x............... */

canvas {
  width: 130px;
  height: 130px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  canvas {
    width: 80px;
    height: 80px;
  }
  h6 {
    font-size: 14px;
  }
}

/* -------------aws cloud-our approach --------------- */

.aws-migration-approach-section {
  text-align: center;
  padding: 60px 20px;
}
.aws-migration-approach-heading {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--bs-primary);
}
.aws-migration-divider {
  display: inline-block;
  width: 60px;
  height: 4px;
  background-color: var(--bs-primary);
  margin-top: 10px;
  margin-bottom: 30px;
}
.aws-migration-step-number {
  font-size: 3rem;
  font-weight: bold;
  color: var(--bs-primary);
  opacity: 0.7;
}
.aws-migration-step-title {
  font-size: 1.4rem;
}
.aws-migration-card-progress:hover {
  background-color: #f0f8ff;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.3);
  border-bottom: #4f83d1 1px solid;
}

.aws-migration-card-progress {
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------
                                                                                    AWS  WELL-ARCHITECTED REVIEW             
  ------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.banner-section_AWS_well-architected {
  background-image: url("../images/cloud/AWS-Well-Architected-1_cleanup.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  min-height: 340px;
  padding-top: 100px;
  padding-bottom: 50px;
}

.aws-well-architected-hero {
  background-color: #eaeaef;
  opacity: 1;
  background-image: repeating-radial-gradient(
      circle at 0 0,
      transparent 0,
      #eaeaef 10px
    ),
    repeating-linear-gradient(#d6d7e655, #d6d7e6);
}

.approach-section {
  text-align: center;
  padding: 60px 20px;
}
.approach-heading {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--bs-primary);
}
.approach-heading-line {
  display: inline-block;
  width: 60px;
  height: 4px;
  background-color: var(--bs-primary);
  margin-top: 10px;
  margin-bottom: 30px;
}
.step-number {
  font-size: 3rem;
  font-weight: bold;
  color: var(--bs-primary);
  opacity: 0.7;
}
.step-title {
  font-size: 1.4rem;
}
.customcardprogress:hover {
  background-color: #1088f1;

  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.3);
}

.tilesWrap {
  padding: 0;
  margin: 50px auto;
  list-style: none;
  text-align: center;
}
.tilesWrap li {
  display: inline-block;
  width: 20%;
  min-width: 200px;
  max-width: 230px;
  padding: 80px 20px 40px;
  position: relative;
  vertical-align: top;
  margin: 10px;

  min-height: 25vh;
  background: #fff;

  text-align: left;
  height: 100%;
  height: 450px;
}

/* .tilesWrap li:hover {
  border-bottom: 1px solid hsl(244, 38%, 16%);
 
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.3);
} */

.tilesWrap li:hover {
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.21);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
}

.tilesWrap li h2 {
  font-size: 114px;
  margin: 0;
  position: absolute;
  opacity: 0.2;
  top: 50px;
  right: 10px;
  transition: all 0.3s ease-in-out;
  color: #0c66ec;
}
.tilesWrap li h3 {
  font-size: 25px;
  color: #000000;
  margin-bottom: 5px;
  font-weight: 500;
  margin-bottom: 30px;
}
.tilesWrap li p {
  font-size: 16px;
  line-height: 18px;
  color: #7d7878;
  margin-top: 5px;
}

.tilesWrap li:hover h2 {
  top: 0px;
  opacity: 0.6;
}

.tilesWrap li:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  background: #fff;
  transform: skew(2deg, 2deg);
}
.tilesWrap li:after {
  content: "";
  position: absolute;
  width: 40%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.02);
}
/* .tilesWrap li:nth-child(1):before {
    background: #C9FFBF;
  background: -webkit-linear-gradient(to right, #FFAFBD, #C9FFBF);
  background: linear-gradient(to right, #FFAFBD, #C9FFBF);
  }
  .tilesWrap li:nth-child(2):before {
    background: #f2709c;
  background: -webkit-linear-gradient(to right, #ff9472, #f2709c);
  background: linear-gradient(to right, #ff9472, #f2709c);
  }
  .tilesWrap li:nth-child(3):before {
    background: #c21500;
  background: -webkit-linear-gradient(to right, #ffc500, #c21500);
  background: linear-gradient(to right, #ffc500, #c21500);
  }
  .tilesWrap li:nth-child(4):before {
    background: #FC354C;
  background: -webkit-linear-gradient(to right, #0ABFBC, #FC354C);
  background: linear-gradient(to right, #0ABFBC, #FC354C);
  }
   */

/* aws serv---------------------------------- */

.aws_well_serv {
  display: grid;
  place-items: center;
}

.aws_custom_card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 50px;
  word-wrap: break-word;

  background-clip: border-box;
  border-radius: 6px;
  -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
}

.pro-button {
  padding: 12px 42px;
  background-color: #4f83d1;
  border-color: #4f83d1;
}

.pro-button:focus {
  outline: none !important;
  background-color: #4f83d1;
  border-color: #4f83d1;
  box-shadow: 0 0 0 0.2rem rgb(255, 255, 255) !important;
}

.pro-button:active {
  outline: none !important;
  background-color: #4f83d1 !important;
  border-color: #4f83d1 !important;
}

.pro-button:hover {
  padding: 12px 42px;
  background-color: #4f83d1;
  border-color: #4f83d1;
}

/* -----------------------------------------FAQ----------------------------------------------------- */

/* Card Body Styles */
.faq-card-body {
  min-height: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.faq-title {
  color: #000;
}

/* Footer Styles */
.faq-card-footer {
  background-color: #fff;
  border: none;
}

/* Collapsible Section */
.faq-toggle-btn {
  background-color: transparent;
  color: black;
  font-weight: 800;
  border: none;
}

.faq-toggle-btn:focus {
  box-shadow: none;
}

.faq-collapsible-content {
  border-left: 3px solid #9f07e6;
  padding: 10px;
}

.faq-image-box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-top-right-radius: 50%;
  /* max-width: 450px;
  max-height: 500px; */
}

.faq-box-overlay {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}
/* Box Group Container */

.faq-image-box {
  position: relative;
  width: 80%;
  height: 80%;
}

.container .faq-card-footer {
  background-color: #fff;
  border: 0px;
}

.container .faq-card-footer .box {
  padding: 20px;
  width: 100%;
  height: 140px;
  text-align: center;
  border-bottom: 3px solid #ddd;
}

.container .faq-card-footer .box:hover {
  border-bottom: 3px solid #9f07e6;
  color: #9f07e6;
}

.container .faq-card-footer .box.active {
  border-bottom: 3px solid #9f07e6;
  color: #9f07e6;
}

.container .box .icons {
  font-size: 2.2rem;
  color: #9f07e6;
}

.faq-card-footer .box-1 {
  position: absolute;
  top: 40%;
  right: 0%;
  transform: translateY(15%);
  width: 150px;
  height: 150px;
  background-color: #3bd63b;
  opacity: 0.4;
}

.faq-card-footer .box-2 {
  position: absolute;
  bottom: -0;
  right: 0%;
  transform: translateY(100%);
  width: 80px;
  height: 80px;
  background-color: #0db3f5;
}

.faq-card-footer .box-3 {
  position: absolute;
  bottom: 0;
  right: 0%;
  transform: translateX(100%);
  width: 80px;
  height: 80px;
  background-color: #ffff00;
}

.faq-card-footer .box-4 {
  position: absolute;
  bottom: 50px;
  right: 10%;
  transform: translateX(-100%);
  width: 80px;
  height: 80px;
  background-color: #9f07e6;
}

.faq-card-footer .box-5 {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateY(100%);
  width: 40px;
  height: 40px;
  background-color: #3bf50d;
}

.faq-card-footer .box-6 {
  position: absolute;
  bottom: 0;
  right: 0%;
  transform: translateX(100%);
  width: 80px;
  height: 80px;
  background-color: #ffff00;
}

/* Responsive Design */

@media (max-width: 430px) {
  .faq-card-body {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 800px) {
  .card-body .box-3 {
    display: none;
  }

  .faq-card-footer .box-1 {
    display: none;
  }

  .faq-card-footer .box-4 {
    display: none;
  }
}

/* -----------------are you well architected?-------------------- */
/* Unique styling */
.aws-well-architected-section {
  background-color: #0d1b2a;
  padding: 50px 75px;
  color: #ffffff;
  font-family: Arial, sans-serif;
  width: 100%;
  height: 100%;
}
.aws-architected-section-images {
}

.aws-well-architected-section img {
  width: 290px;
  height: 240px;
}
.aws-section-content {
  text-align: left;
}
.aws-section-content h2 {
  color: #fff;
}
.aws-section-content p,
.aws-section-content li {
  color: grey;
}
.aws-badge-image {
  max-width: 300px;
  height: 250px;
}

.aws-learn-more-btn {
  background-color: var(--bs-primary-color);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
}

.aws-learn-more-btn:hover {
  background-color: #1518d8;
  color: #fff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .aws-section-content {
    text-align: center;
  }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
                                                                                    AWS Web Application Firewall (AWS WAF)            
  ------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.banner-section_aws-web-application-firewall {
  background-image: url("../images/banners/2119ff95-86f2-4546-a8fd-7b70ec58c9c6.avif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  padding-top: 200px;
  padding-bottom: 50px;
}

.lc-block {
}

.how-it-works-step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px 0;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-in-out;
}

.how-it-works-step.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Number and Arrow Styling */
.step-number-container {
  position: relative;
  text-align: center;
}

.step-numbers {
  font-size: 100px;
  font-weight: bold;
  /* color: #f36c21; */
  color: #0073ff;
  position: relative;
  animation: scaleNumber 0.8s ease-in-out;
  z-index: 2;
}

.step-arrows {
  position: absolute;
  top: 50%;

  transform: translateY(-50%);
  width: 120px;
  height: 120px;
  /* background-color: #fde4d2; */
  background-color: #0091ff2b;
  z-index: 1;
  /* clip-path: polygon(100% 50%, 0 0, 0 100%); */
  /* clip-path: polygon(0 25%, 50% 50%, 0 75%, 25% 50%); */
  /* clip-path: polygon(0 25%, 50% 50%, 0 75%, 25% 75%, 75% 50%, 25% 25%); */
  clip-path: polygon(44% 0, 100% 49%, 44% 100%, 0% 100%, 57% 48%, 0% 0%);

  transition: transform 0.8s ease-in-out;
}

.step-arrows.right {
  left: 50%;
  transform: rotate(0deg) translateY(-50%);
}

.step-arrows.left {
  right: 50%;
  transform: rotate(180deg) translateY(50%);
}

/* Content Styling */
.step-content h3 {
  margin-bottom: 15px;
}

.step-list {
  list-style: none;
  padding: 0;
}

.step-list li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateX(-20px);
  animation: slideIn 1s ease-in-out forwards;
  animation-delay: 0.3s;
}

.step-list li::before {
  content: "✔";
  color: #0073ff;
  margin-right: 8px;
  font-size: 20px;
}

/* Animations */
@keyframes scaleNumber {
  from {
    transform: scale(0.5);
  }
  to {
    transform: scale(1);
  }
}

@keyframes slideIn {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .how-it-works-step {
    flex-direction: column;
    text-align: center;
  }

  .step-number-container {
    order: 1; /* Ensures step number appears first */
  }

  .step-content {
    order: 2; /* Content appears below the step number */
  }

  .step-arrows {
    display: none; /* Hide arrows on mobile screens */
  }

  .step-numbers {
    font-size: 70px; /* Smaller step number for mobile */
  }
}
/* ---------------------xxxx-x-x-x--x-x-x-x-x-x-x-x-x-x-x-x-x-xx----------------------- */

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
                                                                                    AWS STORAGE GATEWAYS             
  ------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.banner-section_aws-storage-gateway {
  background-image: url("../images/cloud/17-[Converted].webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;

  min-height: 460px;
  padding-top: 200px;
  padding-bottom: 50px;
}

.gallery-image-aws-storage-gateway {
  border-radius: var(--border-radius-medium);
  width: 100%;
  min-height: 300px;
  min-width: 410px;
}

.unique-gallery-image {
  min-height: 250px;

  object-fit: fill;
}

.unique-modal {
  display: none;
  position: fixed;
  z-index: 1050;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.unique-modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  top: 40%;
  z-index: 199;
  margin-top: 140px;
}

.unique-close {
  position: fixed;
  top: 7px;
  right: 7px;
  color: rgb(215, 0, 0);
  font-size: 45px;
  padding: 5px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 90px;
  margin-right: 220px;
}

.unique-close:hover,
.unique-close:focus {
  color: rgb(103, 61, 253);
  text-decoration: none;
  cursor: pointer;
}

/* -------------------------------------- types of gateways------------------------------------- */
.gateway-heading {
  text-align: center;
  margin-bottom: 20px;
}
.gateway-heading h1 {
  color: #333;
  margin-bottom: 10px;
}
.gateway-heading p {
  font-size: 18px;
  color: #555;
}

.gateway-container {
  position: relative;
  width: 1160px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  transform-style: preserve-3d;
  perspective: 500px;
  margin: auto;
}

.gateway-container .gateway-box:hover {
  cursor: pointer;
  border-radius: 20px;
}

.gateway-container .gateway-box {
  position: relative;
  width: 275px;
  height: 305px;
  background: #000;
  transition: 0.5s;
  transform-style: preserve-3d;
  overflow: hidden;
  margin-right: 15px;
  margin-top: 45px;
}
.gateway-container:hover .gateway-box {
  transform: rotateY(25deg);
}
.gateway-container .gateway-box:hover ~ .gateway-box {
  transform: rotateY(-25deg);
}
.gateway-container .gateway-box:hover {
  transform: rotateY(0deg) scale(1.25);
  z-index: 1;
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.5);
}
.gateway-container .gateway-box .gateway-imgBx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gateway-container .gateway-box .gateway-imgBx:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(180deg,#f00,#000); */
  background: linear-gradient(180deg, rgb(117, 188, 255), #000);
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
  mix-blend-mode: multiply;
}
.gateway-container .gateway-box:hover .gateway-imgBx:before {
  opacity: 1;
}
.gateway-container .gateway-box .gateway-imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gateway-container .gateway-box .gateway-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  padding: 12px;
  align-items: flex-end;
  box-sizing: border-box;
}
.gateway-container .gateway-box .gateway-content h2 {
  color: #fff;
  transition: 0.5s;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 20px;
  transform: translateY(200px);
  transition-delay: 0.3s;
}
.gateway-container .gateway-box:hover .gateway-content h2 {
  transform: translateY(0px);
}
.gateway-container .gateway-box .gateway-content p {
  color: #fff;
  transition: 0.5s;
  font-size: 14px;
  transform: translateY(200px);
  transition-delay: 0.4s;
}
.gateway-container .gateway-box:hover .gateway-content p {
  transform: translateY(0px);
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
                                                                                    AWS Devops           
  ------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.banner-section_aws-devops {
  background-image: url("../images/banners/DevOps-Development-Banner.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  padding-top: 200px;
  padding-bottom: 50px;
}
/* ---------------------badge-banner---------------- */
.aws-devops-section {
  background-color: #0d1b2a;
  padding: 50px 75px;
  color: #ffffff;
  font-family: Arial, sans-serif;
  width: 100%;
  height: 100%;
}

.aws-devops-section-images {
}

.aws-devops-section img {
  width: 290px;
  height: 240px;
}

.aws-devops-section-content {
  text-align: left;
}

.aws-devops-section-content h2 {
  color: #fff;
}

.aws-badge-image {
  max-width: 300px;
  height: 250px;
}

.aws-learn-more-btn {
  background-color: var(--bs-primary-color);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
}

.aws-learn-more-btn:hover {
  background-color: #218838;
  color: #fff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .aws-devops-section-content {
    text-align: center;
  }
}

/* cta-banner--------------- */
.aws-devops-banner {
  background: #007bff;
  color: white;
  padding: 40px 20px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0;
}

.aws-devops-banner h3 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

.aws-devops-banner p {
  font-size: 1.2rem;
  margin: 10px 0 0;
  color: white;
}

.aws-devops-banner .btn {
  background-color: white;
  color: #007bff;
  border: 2px solid white;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 5px;
}

.aws-devops-banner .btn:hover {
  background-color: #0056b3;
  color: white;
  border-color: #0056b3;
}

.aws-devops-banner .triangle {
  position: absolute;
  bottom: 20%;
  right: 70%;
  top: 30%;
  left: 10%;
  transform: translateX(-40%);
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 50px 180px 100px 100vw; /* Adjust the border-width to stretch to the right end */
  border-color: transparent transparent rgba(255, 255, 255, 0.15) transparent;
}

.left-content {
  text-align: left;
}

.right-content {
  text-align: right;
}

.flex {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (max-width: 991.98px) {
  .padding {
    padding: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .padding {
    padding: 1rem;
  }
}

.padding {
  padding: 5rem;
}

.devops-solutions {
  padding: 60px 0;
}

.devops-solutions h2 {
  margin-bottom: 40px;
  font-size: 2.5em;
}

.ds_card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  padding: 30px;
}

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

.ds_card .card-title {
  font-size: 1.5em;
}

.ds_card .card-subtitle {
  font-size: 1.2em;
  color: #666;
}

.ds_card .card-text {
  font-size: 1em;
  color: #333;
}

@media (max-width: 768px) {
  .ds_card {
    width: calc(50% - 20px); /* Adjust width for spacing */
  }
}

@media (max-width: 480px) {
  .ds_card {
    width: calc(100% - 20px); /* Adjust width for spacing */
  }
}

/* ----------------------------------------------------------------------------------------------Aws devops tools------------------------------ */

.aws-card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  background-color: white;
  margin-bottom: 30px;
}

.aws-card:hover {
  transform: translateY(-10px);
}

.aws-category-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-top: 40px;
  margin-bottom: 20px;
}

.aws-card-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #007bff;
}

.aws-card-body {
  text-align: center;
  padding: 30px;
}

.aws-card img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

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

.aws-btn-outline-primary {
  border-color: #007bff;
  color: #007bff;
}

.aws-btn-outline-primary:hover {
  background-color: #007bff;
  color: white;
}

/* -------------------------------------extra-------------------- */

.aws-section-title {
  text-align: center;
  margin: 30px 0;
  font-size: 1.8rem;
  font-weight: bold;
}

.aws-card {
  /* border: 1px solid #ddd; */
  border-radius: 8px;
  border: none;
  padding: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.aws-card:hover {
  transform: translateY(-10px);
  transform: scale(1.05);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

.aws-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}

.aws-card-title {
  margin-top: 15px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

.tab-content .aws-scroll-section {
  overflow-x: auto;
  white-space: nowrap;
  padding: 20px 0;
}

.tab-content .aws-scroll-section::-webkit-scrollbar {
  display: none;
}
.aws-card-wrapper {
  display: inline-block;
  margin-right: 15px;
  width: 250px;
}
/* .aws-card-wrapper {
  flex: 1 1 calc(50% - 10px);
  max-width: calc(50% - 10px);
  text-align: center;
  } 
   */

/* Accordion Styling */
.accordion .accordion-item {
  border: none;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.accordion .accordion-button {
  background-color: #f8f9fa;
  border: none;
  padding: 15px;
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  border-bottom: 2px solid #ddd;
}

.accordion .accordion-button:not(.collapsed) {
  background-color: #0056b3;
  color: #fff;
}

.accordion .accordion-body {
  background-color: #fdfdfd;
  padding: 15px;
  border-top: 2px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

@media (max-width: 768px) {
  .tab-content {
    display: none;
  }

  .aws-accordion {
    display: block;
  }
  .nav-tabs {
    display: none;
  }
}

@media (min-width: 775px) {
  .aws-accordion {
    display: none;
  }
  .tab-content {
  }
}

.nav-tabs .nav-link {
  font-size: 1rem;
  font-weight: 600;
  color: #007bff;
  transition: color 0.3s, background-color 0.3s;
}

.nav-tabs .nav-link:hover {
  color: #0056b3;
  background-color: #f8f9fa;
}

.nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #007bff;
  border: none;
}

.tab-content {
  margin-top: 20px;
  opacity: unset;
  transform: unset;
  transition: unset;
}

/* .aws-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
} */

/* .aws-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
} */

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

.aws-card img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.aws-card-title {
  font-size: 1rem;
  font-weight: bold;
  color: #007bff;
  margin-top: 10px;
}

.aws-card-grid {
  display: flex;
  flex-wrap: nowrap; /* Optional: Wraps to a new line if cards exceed container width */
  gap: 16px; /* Adds spacing between cards */
  justify-content: center; /* Aligns cards in the center */
}

.aws-card {
  width: 200px; /* Adjust width as needed */
  text-align: center; /* Centers the text inside each card */
  background-color: #f9f9f9; /* Optional: Card background color */
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/*-------------------------------------------------------------------------------------------------------------------------------------
                                                                      Google Cloud           
  -------------------------------------------------------------------------------------------------------------------------------------*/
.banner-section_google_cloud {
  background-image: url("../images/banners/GPC-migration-web-banner2019-4.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
  overflow: hidden;
  min-height: 340px;
  padding-top: 100px;
  padding-bottom: 50px;
}

:root {
  --color-light-blue: #0258b4;
  /* --color-hero-background-codewithme: linear-gradient(#0258B4, #0258B4); */
  --color-hero-background-codewithme: radial-gradient(
    circle,
    rgba(238, 174, 202, 1) 0%,
    rgba(148, 187, 233, 1) 100%
  );
  /* background: rgb(238,174,202);
background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%); */
  --image-coder-codewithme: url("../images/cloud/cloud-computing-google-Photoroom.png");
}

.global-reset-codewithme * {
  margin: 0;
  padding: 0;
  z-index: 1;
}

.global-reset-codewithme a {
  text-decoration: none;
  color: initial;
}

.body-codewithme {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.body-codewithme::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 80vh;
  background-image: var(--color-hero-background-codewithme);
  border-top-left-radius: 3% 25%;
  border-bottom-left-radius: 70% 70%;
  border-bottom-right-radius: 30% 3%;
  z-index: -2;
}

.body-codewithme::before {
  display: block;
  content: "";
  position: absolute;
  width: 45%;
  height: 80vh;
  top: 5vh;
  right: 0;
  background-image: var(--image-coder-codewithme);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}

.hero-button-codewithme {
  background: var(--color-light-blue);
  border-radius: 30px;
  min-width: 200px;
  border: none;
  color: white;
  padding: 20px;
  margin: 30px 0;
  font-size: 1.2rem;
  cursor: pointer;
}

.hero-button-codewithme:hover {
  background: #0259b8;
}

.figure-codewithme,
.img-codewithme {
  width: 100%;
}

.hero-title-codewithme {
  text-transform: uppercase;
}

.hero-section-codewithme {
  display: flex;
  width: 80%;
  justify-content: center;
}

.hero-column-left-codewithme,
.hero-column-right-codewithme {
  display: flex;
  justify-content: center;
  height: 90vh;
  flex-basis: 50%;
  font-size: 3rem;
}

.hero-column-left-codewithme {
  flex-direction: column;
  align-items: flex-start;
}

.hero-column-right-codewithme {
  align-items: center;
  color: white;
}

.hero-description-codewithme {
  font-size: 2rem;
  color: gray;
}

@media screen and (max-width: 1024px) {
  .hero-section-codewithme {
    flex-direction: column;
  }
  .hero-column-left-codewithme,
  .hero-column-right-codewithme {
    justify-content: flex-start;
  }
  .hero-column-right-codewithme {
    background-image: var(--image-coder-codewithme);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 50vh;
    order: 1;
  }
  .hero-column-left-codewithme {
    order: 2;
  }
  .body-codewithme::before {
    display: none;
  }
  .body-codewithme::after {
    width: 90vw;
  }
}

/* ------------x-x--x-x-x-x--x----------------- */

/* ------------x-x--x-x-x-x--x----------------- */

/* -------------------------------------newsleter--------------------- */
.newsletter-subscribe {
  color: #313437;
  background-color: #eee;
  padding: 55px 74px;
  width: 100%;
}

.newsletter-subscribe p {
  color: #7d8285;
  line-height: 1.5;
}

.newsletter-subscribe h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.5;
  padding-top: 0;
  margin-top: 0;
  color: inherit;
}

.newsletter-subscribe .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 25px;
}

.newsletter-subscribe .intro p {
  margin-bottom: 35px;
}

.newsletter-subscribe form {
  justify-content: center;
  /* display: inline-flex; */
  margin-right: 3px;
  display: flex;
  justify-content: center;
}

.newsletter-subscribe form .form-control {
  /* background: #eff1f4; */
  border: none;
  border-radius: 3px;
  box-shadow: none;
  outline: none;
  color: inherit;
  text-indent: 9px;
  height: 45px;
  margin-right: 10px;
  min-width: 250px;
}

.newsletter-subscribe form .btn {
  padding: 16px 32px;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
}

.newsletter-subscribe form .btn:hover {
  opacity: 1;
}

.newsletter-subscribe form .btn:active {
  transform: translateY(1px);
}

.newsletter-subscribe form {
  background-color: #4f83d1 !important;
  color: #fff;
  outline: none !important;
}

.gc-newsletter {
  background: #fff;
}

.newsletter {
  color: #4f83d1 !important;
}

/*---------------------------------------
    Microsoft cloud            
  -----------------------------------------*/
.banner-section_microsoft_cloud {
  background-image: url("../images/banners/1664978165835.jpeg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
  overflow: hidden;
  min-height: 340px;
  padding-top: 100px;
  padding-bottom: 50px;
}

:root {
  --color-light-blue-microsoft-cloud: #0258b4;
  --color-hero-background-microsoft-cloud: linear-gradient(#ffac4d, #ff7c4d);
  --image-coder-microsoft-cloud: url("../images/cloud/microsoft\ cloud.png");
}

.global-reset-microsoft-cloud * {
  margin: 0;
  padding: 0;
  z-index: 1;
}

.global-reset-microsoft-cloud a {
  text-decoration: none;
  color: initial;
}

.body-microsoft-cloud {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.body-microsoft-cloud::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 80vh;
  background-image: var(--color-hero-background-microsoft-cloud);
  border-top-left-radius: 3% 25%;
  border-bottom-left-radius: 70% 70%;
  border-bottom-right-radius: 30% 3%;
  z-index: -2;
}

.body-microsoft-cloud::before {
  display: block;
  content: "";
  position: absolute;
  width: 60%;
  height: 80vh;
  top: 10vh;
  right: 0;
  background-image: var(--image-coder-microsoft-cloud);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}

.hero-button-microsoft-cloud {
  background: var(--color-light-blue-microsoft-cloud);
  border-radius: 30px;
  min-width: 200px;
  border: none;
  color: white;
  padding: 20px;
  margin: 30px 0;
  font-size: 1.2rem;
  cursor: pointer;
}

.hero-button-microsoft-cloud:hover {
  background: #0259b8;
}

.figure-microsoft-cloud,
.img-microsoft-cloud {
  width: 100%;
}

.hero-title-microsoft-cloud {
  text-transform: uppercase;
}

.navbar-microsoft-cloud {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
}

.navbar-item-microsoft-cloud {
  padding: 40px;
}

.navbar-header-microsoft-cloud a {
  color: var(--color-light-blue-microsoft-cloud);
  font-weight: bold;
}

.navbar-main-microsoft-cloud a {
  color: white;
  margin: 0 20px;
  transition: all 500ms ease-in;
}

.navbar-main-microsoft-cloud a:hover {
  text-decoration: underline;
}

.hero-section-microsoft-cloud {
  display: flex;
  width: 80%;
  justify-content: center;
}

.hero-column-left-microsoft-cloud,
.hero-column-right-microsoft-cloud {
  display: flex;
  justify-content: center;
  height: 90vh;
  flex-basis: 50%;
  font-size: 3rem;
}

.hero-column-left-microsoft-cloud {
  flex-direction: column;
  align-items: flex-start;
}

.hero-column-right-microsoft-cloud {
  align-items: center;
  color: white;
}

.hero-description-microsoft-cloud {
  font-size: 2rem;
  color: gray;
}

@media screen and (max-width: 1024px) {
  .hero-section-microsoft-cloud {
    flex-direction: column;
  }
  .hero-column-left-microsoft-cloud,
  .hero-column-right-microsoft-cloud {
    justify-content: flex-start;
  }
  .hero-column-right-microsoft-cloud {
    background-image: var(--image-coder-microsoft-cloud);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 50vh;
    order: 1;
  }
  .hero-column-left-microsoft-cloud {
    order: 2;
  }
  .body-microsoft-cloud::before {
    display: none;
  }
  .body-microsoft-cloud::after {
    width: 90vw;
  }
}

/* ----------------------Microsoft---------------------- */

/*------------------------------------------------------------------------------------------------------------------------------------------
                                                                             coming-soon             
  ---------------------------------------------------------------------------------------------------------------------------------------------*/
.banner-section-coming-soon {
  background-image: url("../images/banners/03092022_rorozoa_10.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  min-height: 340px;
  padding-top: 100px;
  padding-bottom: 50px;
}

.under-construction-section {
  background-image: url(../images/pngwing.com\\(4\).png);
  object-fit: cover;

  background-color: #dbdee3;
}
.under-construction-section:after {
  color: #fff;
}

/*---------------------------------------
    TESTIMONIAL              
  -----------------------------------------*/
.main-testimonial-card {
  box-shadow: 0 0 0 0.05rem rgb(8 60 130 / 6%), 0 0 1.25rem rgb(30 34 40 / 4%);
  border: 1px solid rgba(164, 174, 198, 0.2);
  border-radius: 0.4rem;
}
.main-testimonial-card-body {
  flex: 1 1 auto;
  padding: 2rem 2rem;
}

.main-testimonial-card-body p {
  color: var(--white-color);
}
.rounded img {
  border-radius: 1.4rem;
}
figure img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
}
.shape.rellax {
  z-index: 1;
}
.shape.rellax {
  position: absolute;
}
.bg-dot.primary {
  background-image: radial-gradient(#3f78e0 2px, transparent 2.5px);
}
.shape.rellax {
  z-index: 1;
}
.bg-dot {
  background-size: 0.75rem 0.75rem;
}
.bg-dot,
.bg-line {
  opacity: 0.4;
}
.h-18 {
  height: 8rem !important;
}
.w-18 {
  width: 8rem !important;
}

figure img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
}

.blockquote-details .info {
  padding-left: 0.3rem;
}
.blockquote-details {
  display: flex;
  align-items: center;
  text-align: left;
}
.item-inner {
  padding: 1rem 0.75rem;
}
blockquote.icon {
  position: relative;
  border: 0;
  padding: 0;
}
blockquote.icon:before {
  content: "\201d";
  position: absolute;
  top: -1.5rem;
  left: 4.9rem;
  color: rgba(18, 102, 248, 0.05);
  font-size: 5rem;
  line-height: 1;
  z-index: 1;
}
.owl-carousel.gap-small .owl-dots {
  margin-top: 91rem;
}

.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 2rem;
  line-height: 1;
}
/* .owl-carousel .owl-dots .owl-dot.active span {
  transform: scale(1);
  background: 0 0;
  border-color: #aab0bc;
} */
.owl-carousel .span {
  width: 1.1rem;
  height: 1.1rem;
  margin: 0 0.3rem;
  background: #0d6efd;
  opacity: 0.5;
  display: block;
  -webkit-backface-visibility: visible;
  transition: all 0.2s ease-in-out;
  border-radius: 100%;
  transform: scale(0.6);
  border: 3px solid transparent;
}
.owl-carousel .owl-item img {
  display: inline-block;
}
.w-12 {
  width: 3.5rem !important;
}
.counter-wrapper .counter {
  font-size: 2rem;
}

.counter-wrapper .counter {
  font-size: calc(1.325rem + 0.9vw);
  letter-spacing: normal;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.owl-carousel .owl-item img {
  width: auto !important;
  display: inline-block !important;
}
.profile-circel-image-70 img {
  width: 10px;
  height: 120px;
}

.blockquote {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%; /* Ensures full height alignment */
}

.blockquote .lead {
  font-size: 0.5rem;
  line-height: 1.5;
  color: #333; /* Text color */
  margin-bottom: 20px;
}

.lead:hover {
  cursor: pointer;
}

.blockquote .blockquote-details h5 {
  font-size: 1.5rem;
  color: #0d6efd;
}

.blockquote .blockquote-details p {
  font-size: 0.5rem;
  color: #555;
}

.blockquote .profile-circel-image-70 img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.custom-prev-button,
.custom-next-button {
  font-size: 2rem;
  color: #0d6efd; /* Change to desired color */
  background: rgba(255, 255, 255, 0.9);
  padding: 1rem;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  /* transition: transform 0.3s ease, background-color 0.3s ease; */
}

.custom-prev-button:hover,
.custom-next-button:hover {
  background-color: #bcbed0; /* Darker shade of primary color */
  /* transform: scale(1.1); */
}

.owl-nav button {
  position: absolute;
  top: 50%;
  /* transform: translateY(-50%); */
  background: none;
  border: none;
  outline: none;
}

.owl-nav .owl-prev {
  left: -50px;
}

.owl-nav .owl-next {
  right: -50px;
}

/*---------------------------------------
    PARTNERS              
  -----------------------------------------*/
.partners-section {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 50px;
  z-index: 0;
}

.partners-section-title {
  border-radius: var(--border-radius-large);
  display: inline-block;
  position: relative;
  bottom: 50px;
  margin-bottom: -50px;
  padding: 10px 20px;
}

.partners-image {
  display: block;
  width: 150px;
  margin: auto;
  transition: all 0.3s;
}

.partners-image:hover {
  transform: scale(1.05);
}

/* Reseting */

.content {
  min-height: 100%;
  margin: 30px;
}

.content .container {
  padding-top: 30px;
  padding-bottom: 20px;
  /* box-shadow: 2px 15px 20px #1f1f1f10,-2px -8px 20px #1f1f1f1a; */
}

.container .rollers {
  flex: 0 0 230px;
}

.container .start-roller {
  left: 0;
  top: 0;
  background-image: linear-gradient(to right, white 30%, #ffffff00);
}

.container .start-roller,
.container .end-roller {
  height: 100%;
  width: 40px;
  position: absolute;
  z-index: 1;
}

.container .end-roller {
  right: 0;
  top: 0;
  background-image: linear-gradient(to left, white 30%, rgba(255, 255, 255, 0));
}

.container .rollers .wrapper {
  position: relative;
  width: 1200px;
  height: 170px;
  margin: 0 0 20px 0;
  flex: 0 0 auto;
}

.container .rollers .wrapper .items-container {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.container .rollers .wrapper .items-container.roll-LL {
  animation-name: roll;
}
.container .rollers .wrapper .items-container.roll-RL {
  animation-name: roll-reverse;
  left: 100%;
}
.container .rollers .wrapper .items-container.reverse-roll-LL {
  animation-name: roll-clockwise;
  left: -100%;
}
.container .rollers .wrapper .items-container.reverse-roll-RL {
  animation-name: roll-reverse-clockwise;
  left: 100%;
}

@keyframes roll {
  0% {
    left: 0%;
  }
  100% {
    left: -100%;
  }
}
@keyframes roll-reverse {
  0% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}
@keyframes roll-clockwise {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
@keyframes roll-reverse-clockwise {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}

.container .rollers .wrapper .items-container .item {
  flex: 1 1 200px;
  min-width: 0;
  margin: 20px;
}

.container .rollers .wrapper .items-container .item .company {
  filter: grayscale(100%);
  opacity: 0.2;
  width: 100%;
  object-fit: contain;
}

.container .rollers .wrapper .items-container .item .company:hover {
  filter: grayscale(0%);
  opacity: 1;
  cursor: pointer;
}

.container img {
  vertical-align: middle;
  border-radius: 0;
}

@media (max-width: 575.5px) {
  .content {
    padding: 20px;
  }
  .content .container {
    padding: 20px;
  }
  .h3 {
    font-size: calc(1.1rem + 0.6vw);
  }
  .fs-5 {
    font-size: 0.9rem !important;
  }
  .container .rollers .wrapper .items-container .item .company {
    opacity: 0.4;
  }
}

/*---------------------------------------
    COUNTER NUMBERS              
  -----------------------------------------*/
.counter-thumb {
  margin: 20px;
  margin-top: 0;
}

.counter-number {
  color: var(--secondary-color);
  display: block;
}

.counter-number,
.counter-number-text {
  color: var(--secondary-color);
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-bold);
  line-height: normal;
}

/*------------------------------------------------------------------------------------------------------------------------------------------
                                                                             Contact          
  ---------------------------------------------------------------------------------------------------------------------------------------------*/
.banner-section-contact {
  background-image: url("../images/banners/arlington-research-kN_kViDchA0-unsplash.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  min-height: 340px;
  padding-top: 100px;
  padding-bottom: 50px;
}
.contact-section {
  background: var(--white-color);
}

.contact-form {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-small);
  padding: 40px;
}

.contact-info {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  display: inline-block;
  margin-top: 20px;
  padding: 40px;
}

.team-info a,
.contact-info h5,
.contact-info h5 a {
  color: var(--p-color);
}

.team-info a:hover,
.contact-info h5 a:hover {
  color: var(--link-hover-color);
}

/* office location custom */

.contact-hero {
  display: flex;
  max-width: 100%;
  gap: 2em;
  justify-content: space-between;
  margin: 5em 2em;
}

.contact-text {
  width: 40%;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: sans-serif;
}

.contact-text__short {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #479a7e;
}

.contact-text__title {
  line-height: 1.1;
  margin: 0;
}

.contact-text__description {
  line-height: 145%;
  font-size: 1em;
  font-weight: 300;
  padding-bottom: 1em;
}

.contact-text__button {
  max-width: 120px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: white;
  background-color: #479a7e;
  padding: 1em 2em;
  border-radius: 0.5em;
}

.contact-grid__container {
  min-width: 60%;
  display: grid;
  grid-gap: 0.5em;
  grid-template-columns: repeat(8, 1fr);
}

.contact-grid__item {
  background-color: grey;
  border-radius: 0.5em;
}

.contact-grid__item.one {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  background-image: url("../images/contacts/WhatsApp\ Image\ 2024-12-11\ at\ 11.45.35\ AM.jpeg");
  background-position: center;
  background-size: cover;
}

.contact-grid__item.two {
  grid-column: 2 / 5;
  grid-row: 1 / 4;
  background-image: url("../images/contacts/office\ okhla.jpg");
  background-position: center;
  background-size: cover;
}

.contact-grid__item.three {
  grid-column: 5 / 6;
  grid-row: 1 / 2;
  background-image: url("../images/contacts/office2.jpeg");
  background-position: center;
  background-size: cover;
}

.contact-grid__item.four {
  grid-column: 6 / 7;
  grid-row: 1 / 2;
  background-color: #fdf5dd;
  border-radius: 0 0 100px 0;
  -moz-border-radius: 0 0 100px 0;
  -webkit-border-radius: 0 0 100px 0;
}

.contact-grid__item.five {
  grid-column: 5 / 7;
  grid-row: 2 / 4;
  background-image: url("../images/contacts/WhatsApp\ Image\ 2024-12-11\ at\ 11.40.54\ AM.jpeg");
  background-position: center;
  background-size: cover;
}

.contact-grid__item.six {
  grid-column: 7 / 8;
  grid-row: 2 / 3;
  background-color: #d3f0ee;
  border-radius: 0 100px 0 0;
  -moz-border-radius: 0 100px 0 0;
  -webkit-border-radius: 0 100px 0 0;
}

.contact-grid__item.seven {
  grid-column: 7 / 8;
  grid-row: 3 / 4;
  background-image: url("../images/contacts/WhatsApp\ Image\ 2024-12-11\ at\ 11.41.27\ AM.jpeg");
  background-position: center;
  background-size: cover;
}

.contact-grid__item.eight {
  grid-column: 8 / 9;
  grid-row: 3 / 4;
  border-radius: 50%;
  background-color: #ced7ed;
}

.contact-grid__item.nine {
  grid-column: 1 / 2;
  grid-row: 4 / 5;
  background-color: #fadee0;
  border-radius: 100px 0 0 0;
  -moz-border-radius: 100px 0 0 0;
  -webkit-border-radius: 100px 0 0 0;
}

.contact-grid__item.ten {
  grid-column: 2 / 3;
  grid-row: 4 / 5;
  background-image: url("../images/contacts/WhatsApp\ Image\ 2024-12-11\ at\ 11.41.55\ AM.jpeg");
  background-position: center;
  background-size: cover;
}

.contact-grid__item.eleven {
  grid-column: 3 / 5;
  grid-row: 4 / 6;
  background-image: url(../images/contacts/WhatsApp\ Image\ 2024-12-11\ at\ 11.44.25\ AM.jpeg);
  background-position: center;
  background-size: cover;
}

.contact-grid__item.twelve {
  grid-column: 5 / 6;
  grid-row: 4 / 5;
  background-image: url("../images/contacts/WhatsApp\ Image\ 2024-12-11\ at\ 11.48.35\ AM.jpeg");
  background-position: center;
  background-size: cover;
}

@media (max-width: 900px) {
  .contact-grid__container {
    min-width: 50%;
    height: 400px;
    margin-top: 50px;
  }
}

@media (max-width: 780px) {
  .contact-hero {
    flex-direction: column-reverse;
    margin: 2em 2em;
  }

  .contact-text {
    width: 100%;
  }
}

/* ----------------------------------our office locations-section------------------ */
header {
  padding: 50px 0;
}
header h1 {
  color: rgb(0, 0, 0);
  text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.4);
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.4px;
  font-family: "Raleway", sans-serif;
}
.Off_Location.container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  /* padding: 0 30px; */
}
.Off_Location.container .thumbex {
  margin: 10px 20px 30px;
  width: 100%;
  min-width: 275px;
  max-width: 435px;
  height: 300px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  outline: 2px solid white;
  outline-offset: -15px;
  background-color: blue;
  box-shadow: 5px 10px 40px 5px rgba(0, 0, 0, 0.5);
}
.Off_Location.container .thumbex .thumbnail {
  overflow: hidden;
  min-width: 250px;
  height: 300px;
  position: relative;
  opacity: 0.88;
  backface-visibility: hidden;
  transition: all 0.4s ease-out;
}
.Off_Location.container .thumbex .thumbnail img {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  height: 115%;
  width: auto;
  transform: translate(-50%, -50%);
  backface-visibility: hidden;
}
.Off_Location.container .thumbex .thumbnail span {
  position: absolute;
  z-index: 2;
  top: calc(150px - 20px);
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 50px;
  margin: 0 45px;
  text-align: center;
  font-size: 24px;
  color: white;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.2px;
  transition: all 0.3s ease-out;
}
.Off_Location.container .thumbex .thumbnail:hover {
  backface-visibility: hidden;
  transform: scale(1.15, 1.15);
  opacity: 1;
}
.Off_Location.container .thumbex .thumbnail:hover span {
  opacity: 0;
}

/* ---------------------------office-branches------------------------------- */

/*---------------------------------------
    CUSTOM FORM               
  -----------------------------------------*/
.custom-form .form-control,
.input-group-file {
  color: var(--p-color);
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  outline: none;
}

.custom-form .form-control:hover,
.custom-form .form-control:focus {
  border-color: var(--secondary-color);
}

.custom-form label {
  margin-bottom: 10px;
}

.custom-form .form-check-group {
  margin-bottom: 20px;
}

.donate-form .form-check-group-donation-frequency {
  padding-right: 0;
}

.form-check-group-donation-frequency + .form-check-group-donation-frequency {
  padding-right: 12px;
  padding-left: 0;
}

.form-check-group-donation-frequency .form-check-label {
  font-weight: var(--font-weight-medium);
}

#DonationFrequencyOne {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#DonationFrequencyMonthly {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-form .form-check-radio {
  position: relative;
  height: 100%;
  padding-left: 0;
}

.custom-form .input-group-text {
  background: var(--secondary-color);
  border: 0;
  color: var(--white-color);
}

.custom-form .form-check-radio .form-check-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.form-check-radio .form-check-input[type="radio"] {
  background-color: var(--section-bg-color);
  border-radius: 0.25rem;
  border: 0;
  box-shadow: none;
  outline: none;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding: 25px 50px;
  transition: all 0.3s;
}

.form-check-radio .form-check-input:checked[type="radio"] {
  background-image: none;
}

.form-check-radio .form-check-input:checked[type="radio"] + .form-check-label,
.form-check-radio .form-check-input:hover + .form-check-label,
.form-check-radio .form-check-input:checked + .form-check-label {
  color: var(--white-color);
}

.form-check-radio .form-check-input:hover,
.form-check-radio .form-check-input:checked {
  background-color: var(--secondary-color);
  border-color: var(--white-color);
}

.input-group-file {
  border-radius: 0.25rem;
  padding: 13px 0.75rem;
}

.input-group-file input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  padding: 0;
}

.input-group-file .input-group-text {
  background: transparent;
  color: inherit;
  margin-bottom: 0;
  padding: 0;
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-medium);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}

.consulting-form {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  padding: 45px;
}

.consulting-form-header .form-icon {
  font-size: var(--h2-font-size);
  color: var(--white-color);
}

/*---------------------------------------
    SITE FOOTER              
  -----------------------------------------*/
.site-footer {
  /* background-color: var(--bs-primary-color); */
  background: radial-gradient(circle at bottom, #0d6efd, #0d030c);
  padding-top: 50px;
}

.site-footer-bottom {
  border-top: 1px solid #7fbcf0;
  position: relative;
  z-index: 2;
  margin-top: 50px;
  padding-top: -25px;
  padding-bottom: 25px;
}

.site-footer .logo {
  background-color: var(--white-color);

  width: auto;
  height: 65px;
  border-radius: 40px;
  padding: 10px 40px;
  margin-bottom: 20px;
  padding-top: 2px;
}
.site-footer .logo:hover {
  opacity: 0.8; /* Slight opacity change on hover */
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.site-footer-title,
.site-footer-link {
  color: var(--white-color);
}

.copyright-text {
  color: var(--section-bg-color);
  font-size: var(--copyright-font-size);
  margin-right: 30px;
}

.site-footer .custom-btn {
  font-size: var(--copyright-font-size);
}

.site-footer .custom-btn:hover {
  background: var(--primary-color);
}

.site-footer-bottom a {
  color: var(--white-color);
}

.site-footer-bottom a:hover {
  color: var(--link-hover-color);
}

/*---------------------------------------
    FOOTER MENU               
  -----------------------------------------*/
.footer-menu {
  column-count: 2;
  margin: 0;
  padding: 0;
}

.footer-menu-item {
  list-style: none;
  display: block;
}

.footer-menu-link {
  font-size: var(--p-font-size);
  color: var(--white-color);
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom: 5px;
}

/*---------------------------------------
    SOCIAL ICON               
  -----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: #2d2d60;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--copyright-font-size);
  display: block;
  margin-right: 10px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 36px;
}

.social-icon-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.button--skoll {
  overflow: hidden;
  border-radius: 50%;
  color: var(--white-color);
  width: 35px;
  height: 35px;
}

.button--skoll span {
  display: block;
  position: relative;
}

.button--skoll > span {
  overflow: hidden;
}

.button--skoll:hover > span > span {
  animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
}

.button--skoll::before {
  content: "";
  /* background: var(--custom-btn-bg-color); */
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

.button--skoll:hover::before {
  transform: translate3d(0, 100%, 0);
}

/*---------------------------------------
    RESPONSIVE STYLES               
  -----------------------------------------*/
@media screen and (min-width: 1600px) {
  .intro-section {
    padding-top: 0;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .team-section {
    padding-bottom: 80px;
  }

  .navbar {
    background-color: var(--white-color);
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar-brand,
  .navbar-brand:hover {
    color: var(--primary-color);
  }

  .navbar-nav .nav-link {
    color: var(--p-color);
  }

  .navbar-expand-lg .navbar-nav {
    padding-bottom: 30px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 20px;
  }

  .navbar-expand-lg .navbar-nav .nav-link.custom-btn {
    background-color: var(--custom-btn-bg-color);
    color: var(--white-color);
    margin-left: 0;
  }

  .navbar-nav .dropdown-menu {
    position: relative;
    left: 20px;
    min-width: 300px;
    max-width: 400px;
    opacity: 1;
    pointer-events: auto;
    max-width: 100px;
    margin-top: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
  }

  .custom-block-wrap .custom-block {
    right: 12px;
  }

  .site-footer {
    padding-top: 50px;
  }

  .copyright-text-wrap {
    justify-content: center;
  }

  .site-footer-bottom {
    text-align: center;
    margin-top: 50px;
  }

  .site-footer-bottom .footer-menu {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .custom-btn {
    font-size: 14px;
    padding: 10px 20px;
  }

  .hero-section svg {
    bottom: 0;
  }

  .team-info::before {
    border-top: 0;
    border-bottom: 20px solid var(--white-color);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    top: -20px;
    bottom: auto;
    right: 0;
    left: 0;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }
}
