body {
  overflow-x: hidden;
}
.heading,
.heading_2 {
  font-weight: 200;
  font-family: Lora, serif;
  text-transform: uppercase;
}
.heading,
.heading_2,
.slider-section {
  text-transform: uppercase;
}
*,
.get_quote .banner_button,
.our_clients .banner_button {
  font-family: Rubik, sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.bg_1 {
  background: #5498a5;
}
.bg_2 {
  background: #535252;
}
.bg_3 {
  background: #e4e5e6;
}
.bg_4 {
  background: #12b697;
}
.bg_5s {
  background: #a0a2a4;
}
.bar {
  height: 4px;
  width: 150px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background: #5498a5;
}
.bar:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #fff;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
@keyframes MOVE-BG {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(150px);
  }
}
.heading {
  font-size: 40px;
}
.heading_2 {
  font-size: 30px;
}
.lds-ripple {
  display: inline-block;
  position: absolute;
  width: 180px;
  height: 180px;
}
.lds-ripple1,
.lds-ripple2 {
  left: 70%;
}
.lds-ripple3 {
  left: 2%;
  top: 17%;
}
.lds-ripple div {
  position: absolute;
  border: 2px solid #5498a5;
  opacity: 1;
  border-radius: 50%;
  animation: 3s cubic-bezier(0, 0.2, 0.8, 1) infinite lds-ripple;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.animation_class,
.animation_class_div {
  height: 200px;
  position: absolute;
  left: -2%;
}
.animation_class2 {
  height: 200px;
  position: absolute;
  right: 0;
}
.navbar {
  /* background: #245c6f8f; */
  background: #245c6f;
  /* background: #5498a5; */
}
header .navbar-nav li a.active {
    color: #57d4ff !important;
    font-weight: 600;
    
}
.home .navbar {
  background: transparent;
}
.animation_class3 {
  height: 200px;
  position: absolute;
  left: 2%;
}
.header-fixed,
.home .navbar.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #245c6f;
  /* background: #5498a5; */
  z-index: 9;
}
#counter_section,
.what_we_do_section {
  height: 100%;
  background-position: center;
}
.animateHeader {
  animation: 1.8s sdb05;
  padding-top: 10px !important;
  box-shadow: 20px 0 10px 4px #0a0a0a8c;
}
@keyframes sdb05 {
  0% {
    transform: translateY(-60px);
  }
  100% {
    transform: translateY(0);
  }
}
.slider-section {
  color: #000;
  position: absolute;
  top: 38%;
  font-size: 42px;
  font-weight: 600;
}
.slider-section p {
  font-size: 22px;
  color: #fff;
}
.slider-section h3 {
  color: #fff;
  font-size: 52px;
}
#banner-slider.owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  top: 52%;
  right: 0;
  transform: rotate(90deg);
}
#banner-slider .owl-theme .owl-dots .owl-dot.active span,
#testimonial .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fcfcfc;
}
#banner-slider.owl-carousel .owl-nav button.owl-next,
#banner-slider.owl-carousel .owl-nav button.owl-prev,
#banner-slider.owl-carousel button.owl-dot,
#testimonial.owl-carousel .owl-nav button.owl-next,
#testimonial.owl-carousel .owl-nav button.owl-prev,
#testimonial.owl-carousel button.owl-dot {
  outline: 0;
}
#banner-slider.owl-theme .owl-dots .owl-dot span,
#testimonial.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
}

#banner-slider.owl-carousel .owl-item .baner-img {
  /* background: rgb(2,0,36);

    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,0,0,1) 51%, rgba(4,213,255,0) 100%), url("../img/chakan-plant-banner.png"); */

  background-image: linear-gradient(
      to bottom,
      rgba(245, 246, 252, 0.52),
      rgba(117, 19, 93, 0.73)
    ),
    url("../img/chakan-plant-banner.png");
}
.section_product_and_srvices a {
  letter-spacing: 10px;
  transition: 0.8s;
}
.section_product_and_srvices .a1 a:hover {
  color: #181818;
  text-decoration: none;
  transform: translateX(15%);
  transition: 0.8s;
}
.section_product_and_srvices .a2 a:hover {
  color: #5498a5;
  text-decoration: none;
  transform: translateX(15%);
  transition: 0.8s;
}

.comp-img_1 img {
  margin: 18px 0;
  vertical-align: middle;
  width: 100%;
  box-shadow: 0px 4px 8px #5498a5;
  border-bottom: 3px solid #245c6f;
  padding: 5%;
}

.about_section p {
  font-size: 20px;
  line-height: 30px;
}
.about_texts p {
  font-size: 18px;
  line-height: 33px;
}

.about_texts .components .icon p {
  font-size: 15px;
}
.about_texts ul li {
  font-size: 18px;
}

.about_texts ul {
  margin-left: 1rem;
  line-height: 33px;
}

/* .about_section .about_texts .components{
    box-shadow: 0px 4px 8px #245c6f;
} */

.about_section .about_texts .components {
  /* border: 1px solid #245c6f; */
  box-shadow: 0px 4px 8px #5498a5;
  border-bottom: 3px solid #245c6f;
}

.about_section .about_texts .components img {
  width: 85px;
  margin-bottom: 1rem;
  filter: drop-shadow(0px 0px 7px #245c6f);
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}

.about_section h3 {
  color: #245c6f;
  font-weight: 800;
  /* border-bottom: 4px solid #245c6f; */
}

.about_section .contact-us h3 {
  color: #000000;
  font-weight: 500;
}

.about_section .about_texts h1 {
  font-size: 30px;
}

/* .about_section h4{
    color: #245c6f;
    font-weight: 800;
 
} */

.about_section .about-us-img {
  box-shadow: 3px 3px 16px 1px #787878;
  width: 70%;
}

/**************************************************************************************/

.gr-1 {

  background-image:  linear-gradient(355deg, rgba(0,0,0,1) 0%, rgba(5,5,5,0.711922268907563) 0%, rgba(0,0,0,0.4598214285714286) 2%, rgba(255,255,255,0) 100%), url("../img/plastic-injection-moulded-components.png");
  width: 100%;
  height: 280px;
  text-align: center;
}
.gr-2 {
  /* background-image: linear-gradient(
      0eg,
      rgba(2, 0, 36, 1) 0%,
      rgb(77, 77, 77) 5%,
      rgba(4, 213, 255, 0) 100%
    ),
    url("../img/plastics injection mould.jpg"); */
    background-image:  linear-gradient(355deg, rgba(0,0,0,1) 0%, rgba(5,5,5,0.711922268907563) 0%, rgba(0,0,0,0.4598214285714286) 2%, rgba(255,255,255,0) 100%), url("../img/plastics-injection-mould.webp");
  width: 100%;
  height: 280px;
  text-align: center;
}

* {
  transition: 0.5s;
}

.h-100 {
  height: 70vh !important;
}
.align-middle {
  position: relative;
  top: 40%;
  transform: translateY(-50%);
}

.what_we_do_section .column a {
  position: absolute;
  bottom: 8%;
  right: 13%;
}

.what_we_do_section .column a:hover {
  background-color: transparent !important;
}

.what_we_do_section .column h1 {
  color: #fff;
}

.column {
  margin-top: 3rem;
  padding-left: 3rem;
  &:hover {
    padding-left: 0;
    .card .txt {
      margin-left: 1rem;
      h1,
      p {
        color: rgba(255, 255, 255, 1);
        opacity: 1;
      }
    }
    a {
      color: rgba(255, 255, 255, 1);
      &:after {
        width: 10%;
      }
    }
  }
}
.card {
  min-height: 170px;
  margin: 0;
  padding: 1.7rem 1.2rem;
  border: none;
  border-radius: 0;
  color: rgba(0, 0, 0, 1);
  letter-spacing: 0.05rem;
  font-family: "Oswald", sans-serif;
  /* box-shadow: 0 0 21px rgba(0, 0, 0, 0.27); */
  box-shadow: 3px 3px 16px 1px #787878;
  .txt {
    margin-left: 0rem;
    z-index: 1;
    margin-top: 50px;
    h1 {
      font-size: 1.5rem;
      font-weight: 600;
      text-transform: uppercase;
    }
    p {
      font-size: 0.7rem;
      font-family: "Open Sans", sans-serif;
      letter-spacing: 0rem;
      margin-top: 33px;
      opacity: 0;
      color: rgba(255, 255, 255, 1);
    }
  }
  a {
    z-index: 3;
    font-size: 1rem;
    /* color: rgba(0, 0, 0, 1); */
    margin-left: 1rem;
    position: relative;
    bottom: -0.5rem;
    text-transform: uppercase;
    &:after {
      content: "";
      display: inline-block;
      height: 0.5em;
      width: 0;
      margin-right: -100%;
      margin-left: 10px;
      border-top: 1px solid rgba(255, 255, 255, 1);
      transition: 0.5s;
    }
  }
  .ico-card {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  i {
    position: relative;
    right: -50%;
    top: 60%;
    font-size: 12rem;
    line-height: 0;
    opacity: 0.2;
    color: rgba(255, 255, 255, 1);
    z-index: 0;
  }
}

/**************************************************************************************/

.awards_section p {
  font-size: 20px;
  line-height: 30px;
}
/* .awards_texts h2 {
    font-weight: bold;
} */
.awards_texts p {
  font-size: 18px;
  line-height: 33px;
}
.awards_texts ul li {
  font-size: 18px;
}

.awards_texts ul {
  margin-left: 1rem;
  line-height: 33px;
}

.awards p {
  font-weight: 700;
}

/* .about_section .about_texts .components{
    box-shadow: 0px 4px 8px #245c6f;
} */

.awards_section .awards_texts .awards {
  /* border: 1px solid #245c6f; */
  box-shadow: 0px 4px 8px #5498a5;
  border-bottom: 3px solid #245c6f;
}

.awards_section .awards_texts .awards img {
  width: 275px;
  margin-bottom: 1rem;
  filter: drop-shadow(0px 0px 7px #245c6f);
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  aspect-ratio: 3 / 4;
}

.components_texts p {
  font-size: 14px;
  font-weight: 500;
}

.components_texts h6 {
  color: #245c6f;
}

.about_section .components_machine .comp-img_1 img {
  margin: 18px 0;
  vertical-align: middle;
  width: 100%;
  box-shadow: 0px 4px 8px #5498a5;
  border-bottom: 3px solid #245c6f;
  padding: 5%;
  aspect-ratio: 3 / 3;
}

/* .about_section .about_texts .components_texts h3 {
    text-align: center;
} */

.about_section .about_texts .components .icon{
  display: flex;
  flex-direction: column;
  align-items: center;
}

#counter_section p,
.approach_div p {
  font-size: 20px;
  font-family: Lora, serif;
}
.approach_div .shadow_div {
  box-shadow: 0 -1px 4px 2px #c2c2c2;
  transition: 0.8s;
}
.approach_div .shadow_div:hover {
  transform: translateY(-5%);
  transition: 0.8s;
}
.approach_div p {
  line-height: 30px;
}
#counter_section {
  background-size: 100%;
}
#counter_section #shiva .count,
.plus {
  font-size: 40px;
  color: #000;
  font-weight: 700;
}
#counter_section p {
  color: #000;
}
#counter_section .fa {
  font-size: 72px;
  color: #5498a5;
}
.what_we_do_section {
  background-size: 100% 100%;
}
.what_we_do_section h3 {
  font-size: 18px;
  font-weight: 600;
}
.clients_section p,
.what_we_do_section .card p {
  font-size: 18px;
}
.what_we_do_section .center_divs {
  justify-content: center;
  display: flex;
}
.what_we_do_section .round_section {
  width: 150px;
  height: 150px;
  background: #dc3f4d;
  border-radius: 50%;
}
.what_we_do_section .fa {
  font-size: 30px;
  color: #fff;
}

.what_we_do_section .bg_col {
  background: #000;
  transition: 2s;
  overflow: hidden;
}
.flip-card-inner .bg_col {
  transition: 2s;
  overflow: hidden;
  /* box-shadow: 0 0 10px #5498a5;     */
}
.what_we_do_section .bg_col:hover {
  background: grey;
  transition: 2s;
}
.award_section .bg_col:hover h3 a,
.what_we_do_section .bg_col:hover h3 {
  font-size: 26px;
  transition: 0.2s;
  color: #265f72;
}
.what_we_do_section .owl-carousel .owl-item img {
  opacity: 0.5;
  transition: 2s;
}
.what_we_do_section .owl-carousel .owl-item img:hover {
  transform: scale(1.3);
  transition: 2s;
  opacity: 1;
}
.flip-card-inner .img_over_div,
.what_we_do_section .img_over_div {
  position: absolute;
  top: 47%;
  left: 2%;
  right: 2%;
}
.what_we_do_section a {
  position: absolute;
  bottom: 14%;
  right: 2%;
}
.what_we_do_section a:hover {
  transform: translateX(5%);
  transition: 0.8s;
}
.what_we_do_section .arrow_color {
  color: #fff;
  transition: 0.8s;
  text-align: right !important;
}
.what_we_do_section .arrow_color:hover {
  color: #5498a5;
  transition: 0.8s;
}
.what_we_do_section img {
  position: relative;
}
.a-tags h3,
.flip-card-inner .a-tags h3 {
  font-size: 22px;
  color: #fff;
  transition: 2s;
}
.a-tags h3:hover {
  font-size: 22px;
  color: #5498a5;
  transition: 2s;
}
.what_we_do_section .shadow {
  box-shadow: 1px 2px 7px 5px grey !important;
}
.faq h1,
.faq_panel_ps,
h2 {
  color: #000;
}
.faq {
  background: url(../img/bg-img.png) center center/cover;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 75px;
}
.faq .card .btn-link {
  font-size: 18px;
  color: #091d41;
  font-weight: 400;
  margin-top: 0;
  text-align: left;
  background: #fff;
  display: block;
  width: 100%;
  padding: 14px 15px 2px 28px;
  outline: 0;
}
.btn:focus,
.faq .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 25%);
}
.faq .card .btn-link:focus,
.faq .card .btn-link:hover {
  text-decoration: none;
}
.faq .card {
  background: 0 0;
  margin-bottom: 25px;
  border: 0;
  box-shadow: 0 0 10px #f2f1f1a8;
  border-bottom: 10px solid #fff !important;
}
.faq_panel_color,
.faq_panels:hover {
  background: #265f72;
}
.faq .card .card-body {
  padding: 0 20px 20px 30px;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
  background: #fff;
}
.faq .card .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0;
}
.faq .btn .fa {
  position: absolute;
  right: 5%;
  font-weight: 500;
  color: #5498a5;
}
.card-header,
.faq .card-body {
  padding: 0;
}
.shadow_divs,
.shadow_divs1,
.text {
  padding: 20px;
}
.sec-last p {
  font-size: 20px !important;
}
.faq_panel h3 {
  font-size: 40px;
  color: #fff;
}
.faq_panel_b {
  font-size: 22px;
  color: #000;
}
.faq_panel {
  height: 80px;
  width: 80px;
  transition: 0.5s;
}
.faq_panels:hover {
  transform: translateY(-10%);
  transition: 0.5s;
}
.faq_panel2 {
  margin-top: 30px;
}

/*********************************************************************************************/

/* .faq .service-info {
    position: relative;
    overflow: hidden;
    display: inline-block;
    float: none;
    vertical-align: top;
}

.faq .service_grid_two .service-info .item {
    margin-top: 40px;
    display: inline-block;
}

.faq .service-info .grid_two_service_content {
    display: inline-block;
    width: auto;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 20px -7px #ddd;
    padding: 28px 30px 35px;
    max-width: 95%;
    float: right;
    margin-top: -20px;
    position: relative;
    border-top-right-radius: 0;
} */

/*********************************************************************************************/
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s;
  background-color: #fff;
  transform: rotateY(180deg);
}
.shadow_divs img {
  width: 100%;
  height: 269px;
}
.shadow_divs:hover .overlay {
  opacity: 1;
  transform: rotateY(180deg);
}
.text {
  color: #fff;
  font-size: 18px;
  position: absolute;
}
.banner_button,
.get_quote .banner_button,
.our_clients .banner_button {
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 0;
}
.banner_button {
  font-family: "Playfair Display", serif;
  color: #fff;
  background: #5498a5;
  border-radius: 22px;
  width: 150px;
  transition: 0.8s;
}
.banner_button:hover {
  color: #fff;
  background: #5498a5;
  transform: translateY(-20%);
  transition: 0.8s;
}
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 310px;
  perspective: 1000px;
}
.flip-card-back,
.flip-card-front {
  background: #fff;
}
.flip-card-inner {
  position: relative;
  width: 340px;
  height: 290px;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 1px 2px 7px 4px grey;
}
.flip-card-back,
.shadow_divs:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front img {
  width: 100%;
  height: 290px;
}
.flip-card-back,
.flip-card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card-inner img {
  position: relative;
  /* opacity: 0.5; */
  padding: 5px;
  filter: brightness(0.5);
}
.award_section .img_over_div {
  position: absolute;
  top: 35%;
  left: 3%;
  right: 3%;
}
.award_section img {
  position: relative;
  opacity: 0.7;
  transition: 0.8s;
  overflow: hidden;
  border: 10px solid;
}
.award_section .a-tags h3 {
  font-size: 20px;
  color: #fff;
  transition: 0.2s;
  padding: 10px;
}
.award_section .bg_col:hover img {
  transform: scale(1.2);
  transition: 0.8s;
}
.award_section .bg_col {
  background: #000;
  transition: 2s;
  overflow: hidden;
  box-shadow: 0 3px 7px 4px grey;
}
.award_section .bg_col .bg_col_img {
  /* max-height: 250px; */
  max-height: 400px;
  object-fit: cover;
  width: 100%;
}
.award_section img:hover {
  transform: scale(1.2);
  opacity: 1;
  transition: 0.8s;
}
.award_section .gallery_option {
  overflow: hidden;
}
.award_section .a-tags a,
.footer .footer-link li,
a {
  text-decoration: none;
  color: #fff;
  transition: 0.8s;
}

.award_section .a-tags a,
.footer .footer-link li,
a:hover {
  text-decoration: none;
  color: #fff;
  transition: 0.8s;
}
.award_section .a-tags a:hover {
  transition: 0.8s;
}
.get_quote .get_quote_divs {
  border-radius: 12px;
}
.get_quote .banner_button {
  color: #fff;
  background: #265f72;
  border-radius: 22px;
  width: 150px;
  transition: 0.8s;
  position: relative;
  top: 2rem;
  border: 2px solid #fff;
}
.get_quote .banner_button:hover {
  transform: translateY(-20%);
  transition: 0.8s;
  color: #fff;
}
.get_quote {
  background: linear-gradient(rgb(0 0 0 / 88%), rgb(0 0 0 / 67%)) center/cover
      no-repeat fixed,
    url(../img/bg.jpg) center/cover no-repeat fixed;
  height: 250px;
  width: 100%;
}
.clients_section_margin {
  margin: 3rem 0.5rem;
  border: 3px solid #f5f5f5;
  padding: 25px;
  box-shadow: 0 0 7px -6px;
}
.clients_section img {
  width: 350px;
  height: 300px;
}
.clients_section .border_div {
  width: 350px;
  height: 300px;
  border: 2px solid #fff;
  position: relative;
  left: 26%;
}
.clients_section .img1 {
  position: absolute;
  left: 17%;
  top: -15%;
}
.clients_section .img2 {
  position: absolute;
  left: 50%;
  top: 20%;
}
.clients_section .banner_button {
  font-family: Rubik, sans-serif;
  background: #265f72;
  transition: 0.8s;
  color: #000;
}
.clients_section .banner_button:hover {
  background: #265f72;
  transform: translateY(-20%);
  transition: 0.8s;
}
#testimonial.owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  top: 30%;
  right: -74px;
  transform: rotate(90deg);
}
#testimonial.owl-theme .box_border_class {
  border: 1px solid #f5f5f5;
}
.our_clients .banner_button {
  color: #fff;
  background: #5498a5;
  border-radius: 22px;
  width: 150px;
  transition: 0.8s;
}
.our_clients .banner_button:hover {
  transform: translateY(-20%);
  transition: 0.8s;
}
.our_clients .shadow {
  box-shadow: 0 0.1rem 0.2rem 0.1rem rgba(0, 0, 0, 0.15) !important;
  max-height: 130px;
  min-height: 130px;
  overflow: hidden;
}
.our_clients .shadow img {
  object-fit: contain;
  max-height: 100px;
}
.footer {
  background: center/100% #171717;
  height: 100%;
}
.footer h3 {
  color: #5498a5;
  font-size: 22px;
}
.footer .footer-link {
  list-style: none;
}
.footer .footer-link p,
.footer .topbar-social a i:hover,
footer p {
  color: #fff;
}
.footer .footer-link a:hover {
  color: #5498a5;
  text-decoration: none;
  transition: 0.8s;
}
.footer .topbar-social a i {
  margin-right: 10px;
  font-size: 18px;
  color: #fff;
}
.footer_bottom_border {
  border-bottom: 1px solid #fff;
}
footer .design_text {
  text-align: right;
}
footer {
  background: #171717 !important;
  padding: 13px 0;
}
.design_text1 {
  text-align: left;
}
.inner_pages {
  margin-top: 0;
}
.breadcrumbs {
  /* background: #5498a5; */
  background: #336779;
  padding-top: 9rem;
  text-align: center;
}
.breadcrumbs h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
}
.breadcrumbs .breadcrumbs_list .list {
  display: flex;
  list-style: none;
  gap: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  justify-content: center;
}
.boxes {
  background: #245c6f;
  /* background: #93cbde; */
  padding: 15px;
  border-radius: 20px;
  box-shadow: 0 0 10px #bfbcbc;
  margin-bottom: 1.5rem;
}
.boxes h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 0;
}
.boxes p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 22px;
}
.boxes ul li {
  list-style: none;
  color: #fff;
}
.content_data {
  border: 1px solid #5498a5;
  border-bottom: 4px solid #5498a5;
  padding: 10px 20px;
  box-shadow: 0 0 10px #5498a5;
  border-radius: 20px;
}

.contact-us form .validateField {
  margin-bottom: 0.75rem;
}

.validateField {
  width: 100%;
}

.contact-us form label {
  margin: 0.5rem 0;
  font-size: 1.2rem;

  color: #000000 !important;
  font-family: Rubik, sans-serif;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.button-sec .ctaButton {
  font-family: Rubik, sans-serif;

  background: #5498a5;
  color: #fff !important;

  transition: 0.3s linear;

  border-radius: 22px;
  font-size: 1.5rem;
  text-decoration: none;
  width: 150px;
  transition: 0.8s;
  border: none;
  padding: 5px 0 5px 35px;
}

@media (max-width: 1200px) {
  .about_texts ul li {
    font-size: 15px;
  }

  .about_texts ul {
    font-size: 15px;
    margin-left: 1rem;
  }
  .about_texts p {
    font-size: 15px;
    line-height: 28px;
  }
  .breadcrumbs h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
  }
  .breadcrumbs .breadcrumbs_list .list {
    display: flex;
    list-style: none;
    gap: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .clients_section img {
    width: 250px;
    height: 250px;
  }
  .clients_section .border_div {
    width: 250px;
    height: 250px;
    border: 2px solid #fff;
    position: relative;
    left: 26%;
  }
  .animation_class_div {
    height: 199px;
    position: absolute;
    bottom: 37%;
    left: -5%;
  }
  .flip-card-inner {
    width: 100%;
    height: 355px;
  }
}
@media (max-width: 991px) {
  #banner-slider.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 577px;
  }
  .justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: center;
    text-align: center;
  }
  .heading {
    font-size: 32px;
  }
  .design_text1 p,
  .design_text p {
    font-size: 13px;
  }
  .about_texts ul li {
    font-size: 14px;
  }
  .about_texts p {
    font-size: 14px;
    line-height: 21px;
  }
  .breadcrumbs h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
  }
  .breadcrumbs .breadcrumbs_list .list {
    display: flex;
    list-style: none;
    gap: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    justify-content: center;
  }
  .footer h3 {
    font-size: 16px;
  }
  .footer .footer-link {
    font-size: 14px;
  }
  .about_section .about_texts .components .icon {
    border: 2px solid #245c6f;
    padding: 10px;
    margin: 10px 0;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
  }
  .about_section .about_texts .components h3 br {
    display: none;
  }
}
@media (max-width: 768px) {
  header .navbar-brand img {
    height: 60px;
    width: 60px;
  }
  header .header-top-line {
    font-size: 10px;
  }
  .heading {
    font-size: 32px;
    text-align: center;
  }
  .breadcrumbs {
    background: #5498a5;
    padding-top: 7rem;
    text-align: center;
  }
  .bar {
    margin: auto;
  }
  #banner-slider.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 577px;
    object-fit: cover;
  }
  .slider-section h3 {
    color: #fff;
    font-size: 32px;
    text-align: left;
  }
  .faq .btn .fa {
    right: 2%;
  }
  .flip-card {
    width: 100%;
  }
  .flip-card-inner {
    width: 100%;
    height: 355px;
  }
  .flip-card-front img {
    width: 100%;
    height: 354px;
  }
  .about_texts ul li {
    font-size: 13px;
  }
  .about_texts p {
    font-size: 13px;
    line-height: 20px;
  }
  .breadcrumbs h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
  }
  .breadcrumbs .breadcrumbs_list .list {
    display: flex;
    list-style: none;
    gap: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    justify-content: center;
  }
  footer .design_text,
  footer .design_text1 {
    text-align: center;
  }
  .faq_panel2 {
    margin-bottom: 40px;
  }
  .footer h3 {
    font-size: 15px;
  }
  .footer .footer-link {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .about_texts ul li {
    font-size: 16px;
    line-height: 27px;
  }
  .about_texts p {
    font-size: 16px;
    line-height: 27px;
  }
  .about_section .components_texts p {
    font-size: 16px;
  }

  .breadcrumbs h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
  }
  .breadcrumbs li a {
    font-size: 14px;
  }
  .breadcrumbs .breadcrumbs_list .list {
    display: flex;
    list-style: none;
    gap: 5px;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    justify-content: center;
    align-items: center;
  }
  .justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: center;
    display: block !important;
    text-align: center;
  }
  .footer h3 {
    font-size: 14px;
    text-align: center;
  }
  .footer .footer-link {
    font-size: 13px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .home .navbar {
    background: #245c6f;
  }
  iframe {
    height: 150px;
    width: 100%;
  }
  #counter_section,
  .what_we_do_section {
    height: 730px;
    background-position: center;
  }
  .column {
    margin-top: 10rem;
    padding-left: 1rem;
  }
  .banner_button {
    margin: 20px 100px;
  }

  .faq_panel_ps {
    color: #000;
    padding: 0 20px;
  }
  .text {
    padding: 20px 0px;
  }

  .flip-card-front img {
    width: 100%;
    height: 400px;
  }

  .flip-card-inner {
    width: 100%;
    height: 400px;
  }
  .shadow_divs {
    margin-bottom: 115px;
    padding: 0;
  }

  .faq_panel2 {
    margin-top: 0px;
  }
  .inner_pages .about_section .our_way h2{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
  }
}
