/*
Theme Name:        Silicon Child
Theme URI:         https://themeforest.net/user/madrasthemes/portfolio
Author:            MadrasThemes
Author URI:        https://themeforest.net/user/madrasthemes/
Description:       Child Theme of Silicon Multipurpose Business Theme. Silicon is a multipurpose WordPress Theme with focus in Technology Business niches.
Requires at least: WordPress 5.0
Template:          silicon
Version:           1.6.9
License:           GNU General Public License v3 or later
License URI:       LICENSE
Text Domain:       silicon-child
Tags:              two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, rtl-language-support, footer-widgets, sticky-post, theme-options
*/


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: linear-gradient(90deg, #f0faff, #dcedf2);
}

h2 {
  font-size: 2.5rem;
 color:#2E2E2E;
}

.d-flex {
  display: flex;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-70 {
  width: 70%;
}

.w-60 {
  width: 60%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-100 {
  width: 100%;
}

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

.text-end {
  text-align: end;
}

.align-items-center {
  align-items: center;
}

::selection {
  color: black;
  background-color: #5fb9ad;
}

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


/* Our Services section  */

.our_services {
  padding: 10px;
}

.our_services .swiper {
  width: 100%;
  height: 100%;
  user-select: none;
}

.our_services .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height:auto;
  position: relative;
  border-radius: 20px;
  flex-wrap: wrap;
  overflow: hidden;
    padding-bottom: 10px;
}

.our_services .swiper-slide img {
  border-radius: 20px;
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top;
  cursor: pointer;
}




.our_services .swiper-slide .services_text {
  width: 100%;
  position: absolute;
  bottom: 0%;
  padding: 10px;
  color: white;
  background: linear-gradient(transparent, #0005);
  text-shadow: 0 0 10px black;
  transition: 0.4s all;
  align-items: flex-end;
  cursor: pointer;
}

.our_services .swiper-slide:hover .services_text {
  bottom: 0px;
}

.our_services .swiper-slide .services_text h2 {
  font-size: 28px;
  margin: 5px;
}

.our_services .swiper-slide .services_text p {
  margin: 5px;
  font-size: 20px;
}

.our_services .services_text .service_arrow div {
  font-size: 40px;
  margin: 0px 10px 10px 0px;
}

.our_services .services_text .service_arrow div i {
  transition: 0.5s all;
  transform: rotate(135deg);
}

.our_services .swiper-slide:hover .services_text .service_arrow div i {
  transform: rotate(180deg);
}

.our_services .our_services_inner {
  margin: 50px 0 50px 0;
  padding: 10px;
}

.our_services .our_services_inner h2 {

  margin-right: 20px;
}

.our_services .our_services_inner p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.our_services .our_services_inner button {
  width: 50px;
  height: 50px;
  border: transparent;
  border-radius: 50%;
  background: transparent !important;
  cursor: pointer;
  transition: transform 0.4s ease;
}

.our_services .our_services_inner button:hover img {
  filter: brightness(0);
}

.our_services .our_services_inner button img {
  width: 100%;
  height: 100%;
  transition: 0.2s all;
}

.our_services .rotate-forward {
  transform: rotate(-180deg);
}

.our_services .rotate-backward {
  transform: rotate(0deg);
}

.our_services .our_services_swiper2 .swiper-slide {
  border-radius: 0;
}

.our_services .services_content {
  border: 1px solid lightgray;
  cursor: grab;
  height: 100%;
  display: flex;
  flex-direction: column;

}

.our_services .services_content:active {
  cursor: grabbing;
}

.our_services .services_content .image_icon img {
  width: 70px;
  height: 70px;
  margin: 20px auto 0;
}

.our_services .services_content .heading_service {
  text-align: center;
  font-size: 17px;
  color: rgb(56, 56, 56);
  margin: 20px auto;
  width: 82%;
  height: 50px;
  font-weight: 600;
  ;
}

.our_services .services_content .heading_service h3 {
  text-align: center;
  font-size: 15px;
  color: rgb(56, 56, 56);
  font-weight: 800;
}

.our_services .services_content .mainImage img {
  width: 100%;
  height: auto;
  border-radius: 0;
  filter: saturate(0);
  transition: 0.2s all;
  aspect-ratio: 2 / 1;

}

.our_services .services_content .mainImage img:hover {
  filter: saturate(1.5);
}

.our_services .services_content .service_paragraph{
  height:auto;
}
.our_services .services_content .service_paragraph p {
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  padding: 30px 10px 0 10px;
  width: 100%;
  min-height: 120px;
  color: #707070;
}

.our_services .services_content .service_btn {
  margin-top: auto;
}

.our_services .services_content .service_btn a {
  margin-bottom: 20px;
  padding: 10px 20px;
  color: white;
  background: linear-gradient(90deg, #3cd1bd -1%, #2846bf 100%);
  border: 1px solid transparent;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.4s all;
  z-index: 1;
  font-weight: bold;
  position: relative;
  bottom: -13px;
}

.our_services .services_content .service_btn button:hover {
  background: white;
  color: black;
  border: 1px solid #2846bf;
}

/* Responsive Our services */

@media (max-width: 1440px) {
  .our_services .swiper-slide .services_text h2 {
    font-size: 20px;
  }

  .our_services .swiper-slide .services_text P {
    font-size: 15px;
  }
}

@media (min-width: 1024px) {
  .w-20 {
    width: 20%;
  }

  .w-40 {
    width: 40%;
  }

  .w-60 {
    width: 60%;
  }

  .w-80 {
    width: 80%;
  }
}

@media (max-width: 1024px) {
  .our_services .swiper-slide .services_text h2 {
    font-size: 20px;
  }

  .our_services .swiper-slide .services_text p {
    font-size: 14px;
  }

  .our_services .services_text .service_arrow h3 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .our_services .swiper-slide img {
    border-radius: 10px;
  }

  .our_services .our_services_inner h2 {
    font-size: 24px;
  }

  .our_services .our_services_inner p {
    font-size: 14px;
  }

  .our_services .our_services_inner button {
    width: 40px;
    height: 40px;
  }

  .our_services .services_content .image_icon img {
    width: 50px;
    height: 50px;
    margin: 10px auto;
  }

  .our_services .services_content .heading_service {
    font-size: 10px;

  }

  .our_services .services_content .mainImage img {
    height: 150px;
  }

  .our_services .services_content .service_paragraph p {
    font-size: 12px;
    line-height: 15px;
  }
}

@media (max-width: 675px) {
  .w-sm-100 {
    width: 100%;
  }

  .our_services .swiper-slide .services_text h2 {
    font-size: 15px;
    margin-right: 20px;
  }

  .our_services .swiper-slide .services_text P {
    font-size: 12px;
    margin-right: 20px;
    line-height: 1.2;
  }

  .our_services .services_text .service_arrow h3 {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .our_services .services_content .image_icon img {
    width: 40px;
    height: 40px;
    margin: 10px auto 0 auto;
  }

  .our_services .services_content .heading_service {
    font-size: 10px;
    min-height: 70px;
    margin: 10px auto;
  }

  .our_services .services_content .mainImage img {
    height: 150px;
  }

  .our_services .services_content .service_paragraph p {
    padding-top: 10px;
    font-size: 16px;
    line-height: 1.4;
  }

  .our_services .services_content .service_btn button {
    transform: scale(0.8);
  }
}

@media (max-width: 374px) {
  .our_services .services_content .mainImage img {
    height: 200px;
  }
}

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

/* Industries Section  */

.industries {
  margin: 50px 0;
  padding: 20px;
  width: 100%;
  height: max-content;
  background: url("/wp-content/uploads/2024/10/industries_background.png");

  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  background-color: #edf7fc;

}

.industries .industries_content h2 {
  padding-top: 100px;

  text-align: start;
  font-weight: 800;
}

.industries .industries_content p {
  margin-top: 20px;
  font-size: 20px;
  max-width: 600px;
  color: #707070;
}

.industries .industries_inner {
  padding: 60px 0;
}

.industries .industries_inner .swiper-container .swiper-wrapper {
  align-items: end;
}

.industries .industries_inner .swiper-container {
  width: 100%;
  height: auto;
}

.industries .industries_inner .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: 0.3s ease-out;
}

.industries .industries_inner .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.industries .industries_inner .swiper-slide-active {
  margin: 0 20px 0 130px;
}

.industries .industries_inner .swiper-slide-active img {
  width: auto;
  height: 500px;
  border-radius: 30px;
}

.industries .industries_inner .swiper-slide p {
  margin-bottom: 20px;
  font-size: 20px;
  color: white;
  text-align: start;
  font-weight: 500;
  /* max-width: 200px; */
}

.industries .industries_inner .swiper-slide-active p {
  font-size: 28px;
  color: #5fb9ad;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1000ms all;
}

.industries .industries_inner .slider-change-button {
  position: absolute;
  top: 0;
  right: 15%;
  z-index: 99;
}

.industries .industries_inner button {
  width: 50px;
  height: 50px;
  border: transparent;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  transition: transform 0.4s ease;
}

.industries .industries_inner button img {
  width: 100%;
  height: 100%;
  filter: brightness(5);
  transition: 0.2s all;
}

.industries .industries_inner button:hover img {
  filter: brightness(1);
}

.industries .industries_inner button:first-of-type {
  transform: rotate(180deg);
  position: absolute;
  top: 0px;
  right: 60px;
}

.industries .industries_inner .swiper-slide {
  height: 34vw;
  align-items: flex-end;
  justify-content: flex-end;
}

.industries .industries_inner .swiper-slide img {
  transition: all 1000ms;
  height: 18vw;
  object-fit: cover;
  filter: brightness(0.5);
}

.industries .industries_inner .swiper-slide.swiper-slide-prev img {
  opacity: 0;
  transition: all 1000ms;
  transform-origin: 10% 100%;
}

.industries .industries_inner .swiper-slide-active {
  width: 25vw !important;
}

.industries .industries_inner .swiper-slide-active img {
  height: 28vw;
  filter: none;
}

.swiper-button-disabled {
  opacity: 0 !important;
  pointer-events: none;
  transition: all 300ms;
}

@media(max-width: 1200px) {
  /* .industries .industries_inner .swiper-slide img {
    height: 18vw;
  } */
}

@media (max-width: 768px) {
  .industries .industries_content h2 {
    font-size: 40px;
  }

  .industries .industries_content p {
    font-size: 18px;
  }

  .industries .industries_inner .swiper-slide {
    min-height: 40vw;
  }

  .industries .industries_inner .swiper-slide p {
    font-size: 20px;
  }

  .industries .industries_inner .swiper-slide-active p {
    font-size: 20px;
  }

  .industries .industries_inner .swiper-slide-active {
    margin: 0 110px;
  }

  .industries .industries_inner .swiper-slide-active {
    width: auto;
  }

  .industries .industries_inner .swiper-slide-active {
    width: 50vw;
  }

  .industries .industries_inner .swiper-slide {
    height: 60vw;

  }

  .industries .industries_inner .swiper-slide img {
    height: auto !important;
  }

  .industries .industries_inner .slider-change-button {
    margin-top: 30px;
    text-align: center;
    position: static;
  }

  .industries .industries_inner button {
    margin: 0 10px;
  }

  .industries .industries_inner button:first-of-type {
    position: static;
  }

  .industries {


    background-size: 200% auto;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    background-color: #edf7fc;

  }
}

@media (max-width: 576px) {
  .industries_content {
    padding: 0 10px;
  }

  .industries .industries_content h2 {
    font-size: 30px;
  }

  .industries .industries_content p {
    font-size: 15px;
  }

  .industries .industries_inner .swiper-slide p {
    text-align: center;
    font-size: 20px;
  }

  .industries .industries_inner .swiper-slide {
    height: auto;
  }

  .industries .industries_inner .swiper-slide-active {
    width: 55vw !important;
  }

  .industries .industries_inner .swiper-slide-active {
    margin: 0 10px 0 0;
  }




}

@media (max-width: 425px) {

  .industries .industries_inner .swiper-slide-active {
    width: 75vw !important;
  }
}

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

/* Leaders quote Section  */

.leaders {
  margin: 50px 0;
  padding: 20px;
}



.leaders .leaders_content p {
  font-size: 30px;
  margin: 0 0 20px 0;
  color: #2E2E2E;
}

.leaders .leaders_inner {
  margin-top: 50px;

}

.leaders .leaders_inner .leader_image {
  display: flex;
  width: 100%;
  padding: 0 10px;
  justify-content: center;
}

.leaders .leaders_inner .leader_image img:hover {
  filter: brightness(0.7);
}

.leaders .leaders_inner .leader_detail {
  display: none;
}

.leaders .leaders_inner .leader_detail.active {
  display: block;
}

.leaders .leaders_inner .leader_image {
  display: flex;
  width: 100%;
  justify-content: center;
}

.leaders .leaders_inner .leader_image .image_grid1,
.leaders .leaders_inner .leader_image .image_grid2,
.leaders .leaders_inner .leader_image .image_grid3,
.leaders .leaders_inner .leader_image .image_grid4 {
  height: 500px;
  transition: width 0.4s ease-out;
}

.leaders .leaders_inner .leader_image .active {
  width: 100%;
}

.leaders .leaders_inner .leader_image img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  padding: 5px;
  object-fit: cover;
  object-position: top;
  cursor: pointer;
  transition: 0.2s all;
}

.leaders .leaders_inner .leader_image img:hover {
  filter: brightness(0.7);
}

.leaders .leaders_inner .leader_detail {
  padding: 10px;
}

.leaders .leaders_inner .leader_detail span {
  font-size: 100px;
  display: inline-block;
  font-family: sans-serif;
  width: 60px;
  height: 60px;
  text-align: center;
  color: white;
  background-color: #5fb9ad;
  border-radius: 50%;
  line-height: 110px;
}

.leaders .leaders_inner .leader_detail h2 {
  font-size: 40px;

}

.leaders .leaders_inner .leader_detail h3 {
  font-size: 18px;
  font-weight: normal;

  margin: 5px 0;
}

.leaders .leaders_inner .leader_detail p {
  font-size: 16px;
  margin: 10px 0;
}

@media (max-width: 1299px) {

  .leaders .leaders_inner .leader_image .image_grid1,
  .leaders .leaders_inner .leader_image .image_grid2,
  .leaders .leaders_inner .leader_image .image_grid3,
  .leaders .leaders_inner .leader_image .image_grid4 {
    height: 400px;
  }
}

@media (max-width: 1023px) {
  .w-lg-100 {
    width: 100%;
  }

  .leaders .leaders_inner .leader_detail {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .leaders {
    padding: 0;
  }

  .leaders .leaders_inner .leader_image .image_grid1,
  .leaders .leaders_inner .leader_image .image_grid2,
  .leaders .leaders_inner .leader_image .image_grid3,
  .leaders .leaders_inner .leader_image .image_grid4 {
    height: 350px;
  }
}

@media (max-width: 575px) {
  .leaders .leaders_content h2 {}

  .leaders .leaders_content p {
    font-size: 25px;
  }

  .leaders .leaders_inner .leader_image .image_grid1,
  .leaders .leaders_inner .leader_image .image_grid2,
  .leaders .leaders_inner .leader_image .image_grid3,
  .leaders .leaders_inner .leader_image .image_grid4 {
    height: 300px;
  }

  .leaders .leaders_inner .leader_image img {
    padding: 2px;
  }
}

@media (max-width: 425px) {
  .leaders .leaders_content h2 {}

  .leaders .leaders_content p {
    font-size: 20px;
    margin: 10px 0;
  }

  .leaders .leaders_inner .leader_image .image_grid1,
  .leaders .leaders_inner .leader_image .image_grid2,
  .leaders .leaders_inner .leader_image .image_grid3,
  .leaders .leaders_inner .leader_image .image_grid4 {
    height: 200px;
  }

  .leaders .leaders_inner .leader_detail span {
    width: 50px;
    height: 50px;
    font-size: 80px;
  }

  .leaders .leaders_inner .leader_detail h2 {
    font-size: 35px;
  }

  .leaders .leaders_inner .leader_detail p {
    font-size: 14px;
  }
}

@media (max-width: 375px) {

  .leaders .leaders_inner .leader_image .image_grid1,
  .leaders .leaders_inner .leader_image .image_grid2,
  .leaders .leaders_inner .leader_image .image_grid3,
  .leaders .leaders_inner .leader_image .image_grid4 {
    height: 150px;
  }

  .leaders .leaders_inner .leader_image img {
    padding: 1px;
    border-radius: 15px;
  }

  .leaders .leaders_inner .leader_detail span {
    width: 40px;
    height: 40px;
    font-size: 60px;
  }

  .leaders .leaders_inner .leader_detail h2 {
    font-size: 30px;
  }

  .leaders .leaders_inner .leader_detail h3 {
    font-size: 18px;
  }
}

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

/* Award Section  */

.award {
  margin: 50px 0;
  padding: 20px;
}

.award .awardHeading h2 {

  color: #2e2e2e;
  font-weight: 600;
}

.award .awardImage {
  color: white;
  width: 100%;
  height: 150px;
  border-radius: 20px;
  background: url("/wp-content/uploads/2024/10/awardBackground.jpg"), rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: -145px;
  background-blend-mode: color;
  padding: 40px;
  overflow: hidden;
  cursor: pointer;
  transition: 3s all ease-in-out;
}

.award .awardImage:hover {
  background-position-y: -185px;
}

.award .award_inner {
  transition: 3s all ease-in-out;
}

.award .awardImage:hover .award_inner {
  transform: translate(-700px);
}

.award .awardImage .award_inner div h3 {
  font-size: 18px;
  text-wrap: nowrap;
  padding: 0 10px;
  margin: 0;
}

.award .awardImage .award_inner div p {
  font-size: 18px;
  text-wrap: nowrap;
  color: #dedede;
  padding: 10px;
  margin: 0;

}

.award .awardImage .award_inner span {
  display: inline-block;
  width: 3px;
  height: 100%;
  background-color: white;
  border-radius: 10px;
  margin: 0 40px;
}

@media (max-width: 1299px) {
  .w-lg-100 {
    width: 100%;
  }

  .award .awardHeading h2 {
    text-align: center;
    margin-bottom: 30px;
  }

  .award .awardImage:hover .award_inner {
    transform: translate(-600px);
  }
}

@media (max-width: 1199px) {
  .award .awardImage:hover .award_inner {
    transform: translate(-800px);
  }
}

@media (max-width: 991px) {
  .award .awardImage:hover .award_inner {
    transform: translate(-900px);
  }
}

@media (max-width: 850px) {
  .award .awardImage:hover .award_inner {
    transform: translate(-1000px);
  }
}

@media (max-width: 768px) {
  .award .awardImage:hover .award_inner {
    transform: translate(-1200px);
  }
 
}

@media (max-width: 567px) {
  .award .awardImage:hover .award_inner {
    transform: translate(-1350px);
  }
}

@media (max-width: 425px) {
  .award .awardImage:hover .award_inner {
    transform: translate(-1450px);
  }
}


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