﻿/* CPL-THEME-LEGACY-CLEANUP-1A pruned custom-widgets.css - retained shared + approved widget styles only */

/* ---- retained lines 1-26 from legacy file ---- */
/*************************************
******** SHAPE  CONTROLL CSS  **********
*************************************/

.tp-section-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-repeat: no-repeat;
}

.shapeanimation {
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-duration: 9s;
  -webkit-animation-duration: 9s;
  z-index: -1;
}


/* ---- retained lines 31-122 from legacy file ---- */
/* custom animations */

@-webkit-keyframes shapeMover {

  0%,
  100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }

  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

@keyframes shapeMover {

  0%,
  100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }

  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

@keyframes shapeMover {

  0%,
  100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }

  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

@-webkit-keyframes bubbleMover {
  0% {
    transform: translateY(0px) translateX(0) rotate(0);
  }

  30% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: center center;
  }

  50% {
    transform: translateY(50px) translateX(100px) rotate(45deg);
    transform-origin: right bottom;
  }

  80% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: left top;
  }

  100% {
    transform: translateY(0px) translateX(0) rotate(0);
    transform-origin: center center;
  }
}

@keyframes bubbleMover {
  0% {
    transform: translateY(0px) translateX(0) rotate(0);
  }

  30% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: center center;
  }

  50% {
    transform: translateY(50px) translateX(100px) rotate(45deg);
    transform-origin: right bottom;
  }

  80% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: left top;
  }

  100% {
    transform: translateY(0px) translateX(0) rotate(0);
    transform-origin: center center;
  }
}

/* ---- retained lines 823-909 from legacy file ---- */
/*=================================
======= CPLTHM ABOUT US CSS =======
=================================*/

.cplthm-about-stitle {
  font-size: 16px;
  color: #fff;
  font-family: "Inter";
  font-weight: 600;
  line-height: 46px;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}

.cplthm-about-content .cplthm-about-title {
  font-size: 36px;
  line-height: 46px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Rajdhani";
  margin: 0;
  padding: 0;
}

.cplthm-about-dec p {
  color: #ffffff;
  line-height: 28px;
  opacity: 80%;
  margin-top: 23px;
  margin-bottom: 36px;
}

.cplthm-about-dec ul {
  padding: 0;
  margin: 0;
}

.cplthm-about-dec ul li {
  color: #fff;
  line-height: 40px;
  font-weight: 400;
  display: inline-block;
  width: 49%;
  position: relative;
  margin-bottom: 11px;
  clear: both;
  padding-left: 45px;
}

.cplthm-about-dec ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 7 Free";
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #104cba;
  border-radius: 100%;
  font-size: 14px;
  text-align: center;
  line-height: 35px;
  font-weight: 600;
  clear: both;
  position: absolute;
  left: 0;
}

.cplthm-about-content.cplthm-right .cplthm-about-dec ul li:before {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}

.cplthm-line-bg {
  z-index: -1;
}

.cplthm-about-content.text-right .cplthm-about-dec ul li:before {
  left: auto;
  right: 0;
}

.cplthm-about-content.text-right .cplthm-about-dec ul li {
  padding-left: 0;
  padding-right: 50px;
}


/* ---- retained lines 1718-1810 from legacy file ---- */
/*=================================
=====   CPLTHM PORTFOLIO CSS  =====
=================================*/

.cplthm-portfolio-item {
  position: relative;
  overflow: hidden;
  transition: 0.4s;
}

.cplthm-portfolio-dec {
  position: absolute;
  bottom: -190px;
  width: 90%;
  background: rgb(0 0 0 / 80%);
  margin: 0 auto;
  left: 0;
  right: 0;
  border-radius: 5px;
  padding: 13px 20px;
  transition: 0.4s;
}

.cplthm-portfolio-dec a {
  color: #ffffff;
}

.cplthm-portfolio-dec>a {
  font-size: 12px;
  font-family: "Rubik";
  font-weight: 600;
  line-height: 1;
  margin-right: 5px;
  text-transform: capitalize;
  position: relative;
}

.cplthm-portfolio-dec h6 {
  margin: 0;
}

.cplthm-portfolio-dec h6 a {
  line-height: 30px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Nunito";
}

.cplthm-portfolio-dec a:hover {
  color: #104cba;
}

.cplthm-portfolio-dec>a:after {
  content: ",";
  margin-left: 1px;
}

.cplthm-portfolio-dec a:last-of-type:after {
  content: "";
}

.cplthm-portfolio-item:hover .cplthm-portfolio-dec {
  transition: 0.4s;
  bottom: 20px;
}

.cplthm-portfolio-item img {
  object-fit: cover;
}

img.img-responsive.portfolio-three-image.wp-post-image {
  height: max-content;
  object-fit: cover;
  border-radius: 5px;
}

.cplthm-portfolio-three-content .cplthm-portfolio-dec {
  bottom: 13px;
  background-color: #ffffff;
}

.cplthm-portfolio-three-content .cplthm-portfolio-dec h6 a {
  color: #1d2c38;
}

.cplthm-portfolio-three-content .cplthm-portfolio-dec:hover {
  background: #104cba;
}

.cplthm-portfolio-three-content .cplthm-portfolio-dec:hover h6 a {
  color: #ffffff;
}


/* ---- retained lines 2283-2306 from legacy file ---- */
/*=================================
==== CPLTHM FEATURED ICON CSS =====
=================================*/

.cplthm-freature-icon-title-box {
  text-align: center;
  background: #fff;
  border-radius: 5px;
  padding: 30px 20px;
  box-shadow: 0px 0px 30px 0px hsl(0deg 0% 0% / 7%);
}

h2.cpl-icon-title {
  margin: 23px 0 0 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  font-family: "Rubik";
  line-height: 1;
}

.cplthm-freature-icon-title-box i {
  font-size: 72px;
}

/* ---- retained lines 2350-2390 from legacy file ---- */
/*=================================
===== CPLTHM FEATURE ICON V2 CSS ======
=================================*/

.elementor-widget-cplthm_feature_icon {
  width: 100%;
  max-width: 100%;
}

.elementor-widget-cplthm_feature_icon:has(.cplthm-featured-icon-title-wrapper.cpl-icon-only),
.e-con > .elementor-widget-cplthm_feature_icon:has(.cplthm-featured-icon-title-wrapper.cpl-icon-only),
.e-con > .e-con-inner > .elementor-widget-cplthm_feature_icon:has(.cplthm-featured-icon-title-wrapper.cpl-icon-only),
.elementor-widget-wrap > .elementor-widget-cplthm_feature_icon:has(.cplthm-featured-icon-title-wrapper.cpl-icon-only) {
  width: max-content !important;
  max-width: 100%;
  flex: 0 0 auto;
  align-self: center;
  --container-widget-width: max-content;
  --container-widget-flex-grow: 0;
}

.elementor-widget-cplthm_feature_icon:has(.cplthm-featured-icon-title-wrapper:not(.cpl-icon-only)),
.e-con > .elementor-widget-cplthm_feature_icon:has(.cplthm-featured-icon-title-wrapper:not(.cpl-icon-only)),
.e-con > .e-con-inner > .elementor-widget-cplthm_feature_icon:has(.cplthm-featured-icon-title-wrapper:not(.cpl-icon-only)),
.elementor-widget-wrap > .elementor-widget-cplthm_feature_icon:has(.cplthm-featured-icon-title-wrapper:not(.cpl-icon-only)) {
  width: 100% !important;
  max-width: 100%;
  flex-grow: unset;
  flex-shrink: unset;
  align-self: stretch;
  --container-widget-width: 100%;
}

.elementor-widget-cplthm_feature_icon > .elementor-widget-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.elementor-widget-cplthm_feature_icon:has(.cplthm-featured-icon-title-wrapper.cpl-icon-only) > .elementor-widget-container,
.e-con > .elementor-widget-cplthm_feature_icon:has(.cplthm-featured-icon-title-wrapper.cpl-icon-only) > .elementor-widget-container,
.e-con > .e-con-inner > .elementor-widget-cplthm_feature_icon:has(.cplthm-featured-icon-title-wrapper.cpl-icon-only) > .elementor-widget-container {
  width: max-content !important;
  max-width: 100%;
  height: auto;
  align-items: center;
}

.elementor-widget-cplthm_feature_icon:has(.cplthm-featured-icon-title-wrapper:not(.cpl-icon-only)) > .elementor-widget-container {
  width: 100% !important;
  max-width: 100%;
  height: auto;
  align-items: stretch;
}

.cplthm-featured-icon-title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.cplthm-featured-icon-title-wrapper > .cpl-icon-v1,
.cplthm-featured-icon-title-wrapper > a.cpl-icon-v1 {
  --cpl-fi-align: flex-start;
  --cpl-fi-h-justify: flex-start;
  --cpl-fi-text: left;
  display: flex;
  flex-direction: column;
  text-align: var(--cpl-fi-text, left);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.cplthm-featured-icon-title-wrapper.cpl-layout-vertical > .cpl-icon-v1,
.cplthm-featured-icon-title-wrapper.cpl-layout-vertical > a.cpl-icon-v1 {
  align-items: var(--cpl-fi-align, flex-start);
  justify-content: flex-start;
}

.cplthm-featured-icon-title-wrapper.cpl-icon-only > .cpl-icon-v1,
.cplthm-featured-icon-title-wrapper.cpl-icon-only > a.cpl-icon-v1 {
  width: max-content !important;
  flex: 0 0 auto;
}

.cplthm-featured-icon-title-wrapper.cpl-icon-only.cpl-layout-vertical > .cpl-icon-v1,
.cplthm-featured-icon-title-wrapper.cpl-icon-only.cpl-layout-vertical > a.cpl-icon-v1 {
  align-items: var(--cpl-fi-align, flex-start);
}

.cpl-icon-v1 {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  /* Remove everything */
  background: none;
  border: none;
  box-shadow: none;
  padding: 10px 0;
  max-width: 100%;
  box-sizing: border-box;
}

.cpl-icon-v1 .icon {
  color: #104cba;
  font-size: 24px;
  margin-bottom: 16px;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  background: none;
  line-height: normal;
}

.cpl-icon-v1:hover {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

a.cpl-icon-v1 {
  text-decoration: none;
  color: inherit;
}

.cpl-icon-v1 .icon a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
}

.cpl-icon-v1 .cpl-icon-title {
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
  max-width: 100%;
  text-align: inherit;
}

.cplthm-featured-icon-title-wrapper.cpl-layout-horizontal > .cpl-icon-v1,
.cplthm-featured-icon-title-wrapper.cpl-layout-horizontal > a.cpl-icon-v1 {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: var(--cpl-fi-h-justify, flex-start);
  gap: 50px;
}

.cplthm-featured-icon-title-wrapper.cpl-layout-horizontal .cpl-icon-v1 .icon {
  margin-bottom: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cplthm-featured-icon-title-wrapper.cpl-layout-horizontal .cpl-icon-v1 .cpl-icon-title {
  margin-top: 0;
  min-width: 0;
  flex: 0 1 auto;
  text-align: inherit;
}

.elementor-widget-cplthm_feature_icon .cplthm-featured-icon-title-wrapper.cpl-icon-only {
  width: max-content !important;
  max-width: 100%;
  align-self: center;
}

.elementor-widget-cplthm_feature_icon .cplthm-featured-icon-title-wrapper.cpl-icon-only > .cpl-icon-v1,
.elementor-widget-cplthm_feature_icon .cplthm-featured-icon-title-wrapper.cpl-icon-only > a.cpl-icon-v1 {
  max-width: 100%;
  box-sizing: border-box;
}

.cplthm-featured-icon-title-wrapper.cpl-icon-only .cpl-icon-v1 .icon {
  margin-bottom: 0;
  margin-top: 0;
}


/* ---- retained lines 3464-3571 from legacy file ---- */
/*=========================================
======== CPLTHM CONTACT FORM 7 CSS ========
=========================================*/

.cplthm-input input[type="text"],
.cplthm-input input[type="email"],
.cplthm-input.message textarea,
.cplthm-home-form-input input[type="text"],
.cplthm-home-form-input input[type="tel"],
.cplthm-home-form-input input[type="email"],
.cplthm-input input[type="url"] {
  background: transparent;
  border: 2px solid #e9ebef;
  margin-bottom: 25px;
}

.cplthm-home-form-input select {
  border: 2px solid #e9ebef;
  margin-bottom: 25px;
  background-position: calc(100% - 13px) 31px;
}

.cplthm-input.message textarea,
.cplthm-home-form-input textarea {
  background: transparent;
  padding: 15px;
}

.cplthm-input {
  position: relative;
}

.cplthm-input.name:after {
  content: "\f406";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 25px;
  color: #104cba;
  z-index: 999;
  font-weight: 700;
  top: 20px;
}

.cplthm-input.email:after {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 25px;
  color: #104cba;
  z-index: 999;
  font-weight: 700;
  top: 22px;
}

.cplthm-input.phone:after {
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 25px;
  color: #104cba;
  z-index: 999;
  font-weight: 700;
  top: 20px;
}

.cplthm-input.message:after {
  content: "\f303";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 25px;
  color: #104cba;
  z-index: 999;
  font-weight: 700;
  top: 13px;
}

input.wpcf7-form-control.wpcf7-submit {
  background-color: #104cba;
  border: none;
  padding: 15px 40px;
  border-radius: 5px;
  color: #fff;
  transition: 0.4s;
  outline: none;
}

input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #1d2c38;
}

.cplthm-home-form-input.service span,
.cplthm-home-form-input.service span select {
  width: 100%;
}

.cplthm-home-input.message textarea {
  padding: 15px;
  margin-bottom: 30px;
  background: transparent;
  border: 2px solid #e9ebef;
}

.cplthm-home-form-input.service select {
  padding: 0px 15px;
  color: #797979;
  min-height: 66px;
}


/* ---- retained lines 3576-3670 from legacy file ---- */
.shapeanimation {
  position: absolute;
  top: 95px;
  left: 250px;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* custom animations */

@-webkit-keyframes shapeMover {

  0%,
  100% {
    -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }

  50% {
    -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

@keyframes shapeMover {

  0%,
  100% {
    -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }

  50% {
    -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

@keyframes shapeMover {

  0%,
  100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }

  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }

  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }

  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }

  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

/* ---- retained lines 3726-3821 from legacy file ---- */
.elementor-widget-container .row {
  margin: 0;
}

.header-top-fluid .row {
  margin: 0;
}

/*====================================
== CPLTHM ELEMENTOR NAV WIDGET CSS ===
====================================*/

.elementor-widget-wp-widget-nav_menu ul {
  list-style: none;
  padding: 0;
}

.elementor-widget-wp-widget-nav_menu ul li {
  display: block;
}

.elementor-widget-wp-widget-nav_menu ul li a {
  display: block;
  padding: 20px 020px;
  border: 2px solid #e6ecf7;
  margin: 10px 0;
  font-size: 18px;
  color: #1d2c38;
  font-weight: bold;
  font-family: "Nunito";
  line-height: 1.5;
  position: relative;
  border-radius: 5px;
}

.elementor-widget-wp-widget-nav_menu ul li a:hover,
.elementor-widget-wp-widget-nav_menu ul li.current-menu-item a {
  border-color: #104cba;
}

.elementor-widget-wp-widget-nav_menu ul li a:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  right: 20px;
  position: absolute;
  font-size: 14px;
  line-height: 2.5;
  color: #8e959b;
}

/*====================================
======= RESTL YSOCIAL ICON CSS =======
====================================*/

.cplthm-social-icon-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.cplthm-social-icon-box ul li {
  display: inline-block;
  margin-right: 15px;
}

.cplthm-social-icon-box ul li a {
  display: block;
  width: 40px;
  height: 40px;
  background: #e8eef8;
  border-radius: 100%;
  text-align: center;
  line-height: 45px;
}

.cplthm-social-icon-box ul li a:hover {
  color: #ffffff;
  background: #104cba;
}

.cplthm-social-icon-box ul li:last-child {
  margin-right: 0;
}

.cplthm-social-icon-box h2 {
  font-size: 24px;
  font-weight: bold;
}

.cplthm-social-icon-box h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: "Nunito";
  line-height: 46px;
}

/* ---- retained lines 4915-5226 from legacy file ---- */
/*****Main Slider********/

.main-slider-wrap .image {
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-slider-wrap .image img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
}

.main-slider-wrap .image:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#03091f),
      to(rgba(3, 9, 31, 0.5)));
  background: -webkit-linear-gradient(left,
      #03091f 0%,
      rgba(3, 9, 31, 0.5) 100%);
  background: -o-linear-gradient(left, #03091f 0%, rgba(3, 9, 31, 0.5) 100%);
  background: linear-gradient(90deg, #03091f 0%, rgba(3, 9, 31, 0.5) 100%);
}

.main-slider-wrap .slider-caption {
  z-index: 2;
  min-height: 828px;
  position: relative;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1500px) {
  .main-slider-wrap .slider-caption {
    min-height: 700px;
  }
}

@media only screen and (max-width: 991px) {
  .main-slider-wrap .slider-caption {
    min-height: 600px;
  }
}

.main-slider-wrap .slick-arrow {
  top: 50%;
  z-index: 2;
  opacity: 0.2;
  font-size: 22px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #f43336;
  position: absolute;
  width: 60px;
  height: 60px;
  background: white;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-color: transparent;
}

@media only screen and (max-width: 575px) {
  .main-slider-wrap .slick-arrow {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
  }
}

.main-slider-wrap .slick-arrow i {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #f43336;
}

.main-slider-wrap .slick-arrow.prev {
  left: 200px;
}

@media only screen and (max-width: 1500px) {
  .main-slider-wrap .slick-arrow.prev {
    left: 25px;
  }
}

.main-slider-wrap .slick-arrow.next {
  right: 200px;
}

@media only screen and (max-width: 1500px) {
  .main-slider-wrap .slick-arrow.next {
    right: 25px;
  }
}

.main-slider-wrap .slick-arrow:hover,
.main-slider-wrap .slick-arrow:focus {
  background: #f43336;
}

.main-slider-wrap .slick-arrow:hover i,
.main-slider-wrap .slick-arrow:focus i {
  color: white;
}

.main-slider-wrap:hover .slick-arrow {
  opacity: 1;
}

.main-slider-content {
  max-width: 610px;
}

.main-slider-content .sub-title {
  margin-bottom: 15px;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
}

.main-slider-content .slider-title {
  margin-bottom: 20px;
  font-size: 70px;
  line-height: 84px;
  color: #ffffff;
  font-weight: bold;
}

.slider-dec {
  font-size: 18px;
  color: #ffffff;
  margin-top: 25px;
  margin-bottom: 25px;
}

a.theme-btns.slider-btn1 {
  margin-right: 30px;
}

a.theme-btns.slider-btn1:only-child {
  margin-right: 0;
}

a.theme-btns.slider-btn2 {
  background: #ffffff;
  color: #1d2c38;
}

a.theme-btns.slider-btn2:hover {
  background: #f43336;
  color: #ffffff;
}

a.theme-btns.slider-btn1:hover {
  background-color: #ffffff;
  color: #1d2c38;
}

@media only screen and (max-width: 1500px) {
  .main-slider-content h1 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .main-slider-content h1 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .main-slider-content h1 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 575px) {
  .main-slider-content h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .main-slider-content h1 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 375px) {
  .main-slider-content h1 {
    font-size: 30px;
  }

  .slider-btns .theme-btns.slider-btn2 {
    margin-top: 15px;
  }
}

.main-slider-content p {
  font-size: 18px;
  max-width: 555px;
}

@media only screen and (max-width: 480px) {
  .main-slider-content p {
    font-size: 16px;
  }
}

.main-slider-content .slider-btns {
  padding-top: 20px;
}

.main-slider-content .slider-btns .theme-btn {
  margin-top: 15px;
}

.main-slider-content .slider-btns .theme-btn:not(:last-child) {
  margin-right: 30px;
}

.main-slider-content * {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slick-active * {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.slick-active h1 {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.slick-active p {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.slick-active .slider-btns {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

/* Service Eight */

.services-eight:after,
.services-eight:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
}

.services-eight:before {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.services-eight:after {
  opacity: 0.95;
  background: #f8f8f8;
}


/* ---- retained lines 8189-8853 from legacy file ---- */
/** Custom Header CSS — moved to assets/css/header.css */

/** Footer Template Options — moved to assets/css/footer.css */

@media (min-width: 1400px) {
  .container.container-1700 {
    max-width: 1700px;
  }
}

.header-eleven .logo-area {
  padding: 15px 0;
}

.header-eleven.tp-header {
  background: #fff;
}

.header-eleven.tp-header.h-two {
  background: transparent;
  position: absolute;
  width: 100%;
}

.header-eleven .main-header {
  position: relative;
}

.header-four.header-eleven .header-top {
  background: #104cba;
  border-radius: 0 0 20px 20px;
  padding: 12px 20px;
}

.promation_text {
  color: #fff;
  font-family: "Nunito";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.header-eleven .header-top .top-header-right ul li,
.header-eleven .header-top .top-header-right ul li span,
.header-eleven .header-top .top-header-right ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

.header-eleven .header-top .top-header-right ul li i {
  font-weight: 800;
}

.header-eleven .logo-area .site-branding .site-title a {
  color: #1d2c38;
}

.header-eleven-call-us-area {
  display: flex;
  margin-right: 40px;
  align-items: center;
}

.header-eleven-call-icon {
  font-size: 50px;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #d9d9d9;
  color: #104cba;
}

.header-eleven-call-title {
  font-size: 14px;
  font-weight: 400;
  color: #74787c;
}

.header-eleven-call-number {
  font-size: 18px;
  font-weight: 500;
  color: #1d2c38;
}

.header-eleven .tp-menu-toggle {
  right: 0;
  margin-right: 0;
}

@media (max-width: 1400px) {
  .header-eleven-call-us-area {
    display: none;
  }
}

/* --------------------------------------- */
/*   Header Two and three canva Style  */
/* --------------------------------------- */

.button.cplthm-canva-open {
  border-radius: 10px;
  margin-left: 20px;
  transition: 0.4s;
  width: 55px;
  height: 55px;
  padding: 0;
  font-size: 20px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dfe8f8;
  color: #104cba;
  cursor: pointer;
}

.button.cplthm-canva-open:hover {
  background-color: #104cba;
  color: #fff;
}

.cplthm-canva-open.canva-close {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: #104cba;
  color: #fff;
}

.cplthm-canva-open.canva-close:hover {
  color: #104cba;
  background: #dfe8f8;
}

.headere-sidebar-textwidget {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: auto;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 40px;
  display: flex;
  transform: translateX(130%);
  transition: transform 600ms ease, opacity 600ms ease;
  -webkit-transition: transform 600ms ease, opacity 600ms ease;
  -o-transition: transform 600ms ease, opacity 600ms ease;
  background: #fff;
  border-left: 2px solid #104cba;
}

.canva-cplthm-wrapper.active .cplthm-canva-content {
  transform: translateX(0%);
}

.header-sidebar-content-inner {
  margin-top: 40px;
}

.header-sidebar-title {
  font-weight: 500;
  margin-bottom: 14px;
}

.header-sidebar-desc {
  margin-bottom: 24px;
}

.header-sidebar-contact-info {
  margin-bottom: 40px;
  font-weight: 500;
}

.header-sidebar-contact-info-title {
  font-weight: 500;
  margin-bottom: 22px;
}

.header-sidebar-contact-info ul {
  margin: 0;
  padding: 0;
}

.header-sidebar-contact-info ul li {
  list-style: none;
  margin-bottom: 15px;
}

.header-sidebar-contact-info ul li i {
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #104cba;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
}

.header-sidebar-social-icon {
  margin-top: 38px;
}

.header-sidebar-social-icon ul {
  margin: 0;
  padding: 0;
}

.header-sidebar-social-icon ul li {
  list-style: none;
  display: inline;
}

.header-sidebar-social-icon ul li a {
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #104cba;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}

.header-sidebar-social-icon ul li a:hover {
  background: #dfe8f8;
  color: #104cba;
}

.header-sidebar-toggle a {
  position: absolute;
  display: inline-block;
  transition: 0.5s;
  top: 20px;
  right: 25px;
  color: #fff;
  opacity: 1;
  font-size: 20px;
  background: #104cba;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

/* overlay */
.header-sidebar-toggle a:hover {
  background: #000000;
  color: #fff;
}

.canva-cplthm-wrapper .overlay-canva.cplthm-canva-open {
  transform: translateX(100%);
}

.canva-cplthm-wrapper.active .overlay-canva.cplthm-canva-open {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(6 18 39);
  opacity: 0.8;
  cursor: pointer;
  z-index: 1;
  transition: 0.4s;
  transform: translateX(0%);
  height: 100vh;
  z-index: 99;
}

/* --- footer four sytle ------ */
.footer-style-four .footer-widgets-area {
  padding: 0;
  background: unset;
}

.footer-four-widget-area {
  padding-top: 100px;
  padding-bottom: 35px;
  background: #ecf1f5;
}

.footer-style-four .company-info-widget p,
.footer-style-four .company-contact-widget ul li,
.footer-style-four .company-subscribe-widgets,
.footer-style-four .footer-widgets-area .widget ul li a,
.footer-style-four .company-contact-widget ul li,
.footer-style-four .service-list-widget ul li {
  color: #74787c;
}

.footer-style-four .footer-widgets-area .widget ul li a:hover {
  color: #104cba;
}

.footer-style-four .widget-title {
  color: #1d2c38;
  position: relative;
  margin-bottom: 44px;
  font-family: "Nunito";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.footer-style-four .widget-title:after {
  content: "";
  height: 2px;
  width: 50px;
  background: #104cba;
  position: absolute;
  left: 0;
  bottom: -21px;
}

.footer-style-four .company-info-widget .social-icons ul {
  margin: 0;
  padding: 0;
}

.footer-style-four .company-info-widget .social-icons ul li {
  list-style: none;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

.footer-style-four .company-info-widget ul li i {
  color: #104cba;
  background: #fff;
  transition: 0.4s;
  margin-top: 6px;
  margin-right: 5px;
}

.footer-style-four .company-info-widget ul li i:hover {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.service-list-widget ul li i,
.footer-page-quick-link ul li i {
  margin-right: 11px;
}

.footer-style-four .company-subscribe-widgets {
  margin-bottom: 30px;
}

.footer-four-widget-area .company-info-widget {
  padding-right: 0px;
}

/* -----  newslatter --- */
.subscribe-form-v2 {
  position: relative;
}

.subscribe-form-v2 input.wpcf7-form-control {
  width: 100%;
  height: 60px;
  border: unset;
  padding: 0 30px;
  color: #74787c;
  font-size: 14px;
  line-height: 28px;
  border-radius: 10px;
  background: #fff;
}

.subscribe-form-v2 input.wpcf7-form-control::placeholder {
  color: #74787c;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.subscribe-form-v2 input.wpcf7-form-control.wpcf7-submit {
  background-color: #104cba;
  padding: 12px 25px;
  color: #fff;
  transition: 0.4s;
  outline: none;
  position: absolute;
  right: 8px;
  top: 0;
  margin-top: 7px;
  border-radius: 10px;
  width: auto;
  height: unset;
  color: #fff;
  font-family: "Nunito";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.footer-four-copyright_area {
  background: #104cba;
  padding: 20px 30px;
}

.footer-four-copyright-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-four-copyright-text {
  color: #74787c;
}

.footer-logo-title {
  margin-bottom: 0;
  color: #fff;
}

.footer-four-copyright-text,
.footer-four-copyright-text a {
  color: #fff;
}

.footer-four-copyright-text a:hover {
  color: #1d2c38;
}

@media screen and (max-width: 767px) {
  .footer-four-copyright-section {
    display: block;
    text-align: center;
  }

  .footer-four-logo-are {
    margin-bottom: 20px;
  }
}

/*
 ----------- Portfolio style two / Vertical TABS ------------
 */

.tabs-section-wrapper {
  display: flex;
}

.tabs-section-wrapper .nav-tabs .nav-link {
  border: none;
  font-weight: 700;
  color: #1d2c38;
  padding: 10px 20px;
  text-align: left;
  min-width: 230px;
  margin-bottom: 15px;
  border-radius: 10px;
  background: #ffffff;
  position: relative;
}

.tabs-section-wrapper .nav-tabs .nav-link:after {
  position: absolute;
  content: "\F138";
  font-family: "bootstrap-icons";
  color: #ffffff06;
  right: 12%;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  transition: transform 0.3s ease;
}

.tabs-section-wrapper .nav-tabs .nav-link.active:after,
.tabs-section-wrapper .nav-tabs .nav-link:active:after,
.tabs-section-wrapper .nav-tabs .nav-link:hover:after,
.tabs-section-wrapper .nav-tabs .nav-link:focus:after {
  color: #ffffff80;
  transform: translateY(-50%) translateX(6px);
}

.tabs-section-wrapper .nav-tabs .nav-link.active {
  background: #104cba;
  color: #fff;
}

.tabs-section-wrapper .nav {
  display: block;
  margin-right: 30px;
}

.cplthm-tab-custom-content.custom-image {
  display: flex;
  justify-content: space-between;
  padding: 60px;
  background: #f4f6f9;
  border-radius: 15px;
}

.tab-custom-content ul {
  padding: 0;
  list-style: none;
  margin-top: 30px;
  margin-bottom: 0;
}

.tab-custom-content ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  font-weight: 700;
  font-family: "Nunito";
}

.tab-custom-content ul li:last-child {
  margin-bottom: 0;
}

.nav-tabs {
  border: none;
}

.tab-custom-content ul li:after {
  content: "\F26E";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  font-size: 25px;
  font-weight: 500;
  border-radius: 30px;
  background: #fff;
  color: #104cba;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -2px;
  /*filter: drop-shadow(0px 6px 20px #e9ecf0);*/
}

.cplthm-tab-custom-content {
  padding: 30px;
}

.custom-image .tab-custom-image {
  width: 40%;
  margin-right: 60px;
}

.custom-image .tab-custom-image img {
  object-fit: cover;
}

.custom-image .tab-custom-content {
  width: 60%;
}

.tab-custom-title {
  color: #1d2c38;
  font-family: "Nunito";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}

@media screen and (max-width: 991px) {
  .cplthm-tab-custom-content.custom-image {
    display: block;
  }

  .custom-image .tab-custom-image {
    width: 100%;
    margin-bottom: 30px;
  }

  .custom-image .tab-custom-content {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .cplthm-tab-custom-content.custom-image {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 575px) {
  .tabs-section-wrapper {
    display: block;
  }

  .tabs-section-wrapper .nav-tabs .nav-link {
    min-width: 100%;
  }

  .tabs-section-wrapper .nav {
    margin-right: 0px;
  }
}

/* ---- retained media fragment near line 4986 ---- */
@media only screen and (max-width: 1500px) {
  .main-slider-wrap .slider-caption {
    min-height: 700px;
  }
}

/* ---- retained media fragment near line 4992 ---- */
@media only screen and (max-width: 991px) {
  .main-slider-wrap .slider-caption {
    min-height: 600px;
  }
}

/* ---- retained media fragment near line 5023 ---- */
@media only screen and (max-width: 575px) {
  .main-slider-wrap .slick-arrow {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
  }
}

/* ---- retained media fragment near line 5040 ---- */
@media only screen and (max-width: 1500px) {
  .main-slider-wrap .slick-arrow.prev {
    left: 25px;
  }
}

/* ---- retained media fragment near line 5050 ---- */
@media only screen and (max-width: 1500px) {
  .main-slider-wrap .slick-arrow.next {
    right: 25px;
  }
}

/* ---- retained media fragment near line 5115 ---- */
@media only screen and (max-width: 1500px) {
  .main-slider-content h1 {
    font-size: 60px;
  }
}

/* ---- retained media fragment near line 5121 ---- */
@media only screen and (max-width: 991px) {
  .main-slider-content h1 {
    font-size: 50px;
  }
}

/* ---- retained media fragment near line 5127 ---- */
@media only screen and (max-width: 767px) {
  .main-slider-content h1 {
    font-size: 45px;
  }
}

/* ---- retained media fragment near line 5133 ---- */
@media only screen and (max-width: 575px) {
  .main-slider-content h1 {
    font-size: 40px;
  }
}

/* ---- retained media fragment near line 5139 ---- */
@media only screen and (max-width: 480px) {
  .main-slider-content h1 {
    font-size: 35px;
  }
}

/* ---- retained media fragment near line 5149 ---- */
@media only screen and (max-width: 375px) {
  .main-slider-content h1 {
    font-size: 30px;
  }

  .slider-btns .theme-btns.slider-btn2 {
    margin-top: 15px;
  }
}

/* ---- retained media fragment near line 5160 ---- */
@media only screen and (max-width: 480px) {
  .main-slider-content p {
    font-size: 16px;
  }
}

/* ---- retained media fragment near line 7305 ---- */
@media all and (min-width: 993px) and (max-width: 1199px) {
  .portfolio-style-two .cplthm-portfolio-item {
    margin-bottom: 30px;
  }

  .cplthm-portfolio-three-slides {
    left: 0;
    margin-top: 0;
  }

  .cplthm-portfolio-three .owl-nav,
  .cplthm-portfolio-static-area {
    display: none;
  }

  .cplthm-blog-post-content .post-meta-item ul li:last-child {
    margin-right: 0;
  }

  .cplthm-blog-post-content .post-meta-item ul li {
    margin-right: 9px;
  }

  .cplthm-pricing-two .cplthm-pricing-header:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0;
  }

  .cplthm-pricing-two .cplthm-pricing-header {
    padding-bottom: 25px;
  }

  .cplthm-pricing-warpper.cplthm-pricing-two .cplthm-pricing-header {
    border-radius: 0;
  }
}

/* ---- retained media fragment near line 7402 ---- */
@media all and (min-width: 768px) and (max-width: 992px) {
  .cplthm-section-title {
    padding: 0 50px;
  }

  .portfolio-style-two .cplthm-portfolio-item {
    margin-bottom: 30px;
  }

  .cplthm-portfolio-three-content .slick-list {
    margin-right: 0;
  }

  .cplthm-portfolio-static-contents h2 {
    font-size: 27px;
    padding-right: 0;
  }

  .cplthm-portfolio-three-slides {
    left: 0;
    margin-top: 0;
  }

  .cplthm-portfolio-three .owl-nav,
  .cplthm-portfolio-static-area {
    display: none;
  }

  .cplthm-portfolio-dec h6 a {
    line-height: 30px;
  }

  .cplthm-blog-post-wrapper .row>div:last-child {
    margin-top: 30px;
  }

  .cplthm-team-inner.team-style-one .cplthm-team-item {
    margin-bottom: 30px;
  }

  .cplthm-team-inner.team-style-two .cplthm-team-item {
    margin-bottom: 60px;
  }

  .cplthm-blog-post-content .post-meta-item ul li:last-child {
    margin-right: 0;
  }

  .team-items .single-item {
    margin-top: 0;
  }

  .cplthm-pricing-two .cplthm-pricing-header:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0;
  }

  .cplthm-pricing-two .cplthm-pricing-header {
    padding-bottom: 25px;
  }

  .cplthm-pricing-warpper.cplthm-pricing-two .cplthm-pricing-header {
    border-radius: 0;
  }

  #related-portfolio-slide .item:last-child {
    margin-top: 30px;
  }

  .cplthm-home-banner-forms {
    padding: 50px 24px;
  }
}

/* ---- retained media fragment near line 7518 ---- */
@media screen and (max-width: 767px) {
  .cplthm-section-title {
    padding: 10px 0;
  }

  .cplthm-service-two-box {
    padding-left: 12px;
    padding-right: 10px;
  }

  h2.cplthm-banner-title {
    font-size: 60px;
    line-height: 64px;
  }

  .cplthm-portfolio-static-contents {
    margin-bottom: 100px;
    padding: 0 15px;
  }

  .cplthm-portfolio-static-contents h3,
  .cplthm-portfolio-static-contents h2 {
    color: #fff;
  }

  .cplthm-portfolio-three-content .slick-slider {
    position: relative;
  }

  .cplthm-blog-post-box .cplthm-blog-post-item {
    margin-bottom: 30px;
  }

  .cplthm-portfolio-three-slides {
    left: 0;
    position: relative;
    margin-top: 0;
  }

  .cplthm-portfolio-three .owl-nav {
    left: 14px;
    top: -75px;
  }

  .cplthm-portfolio-dec h6 a {
    line-height: 26px;
  }

  .cplthm-blog-post-content .post-meta-item ul li {
    margin-right: 12px;
  }

  .cplthm-portfolio-item {
    margin-bottom: 30px;
  }

  .cplthm-blog-post-content .post-meta-item ul li:last-child {
    margin-right: 0;
  }

  .cplthm-team-item {
    margin-bottom: 30px;
  }

  .cplthm-team-inner.team-style-two .cplthm-team-item {
    margin-bottom: 60px;
  }

  .team-items .single-item {
    margin-top: 0;
  }

  .cplthm-pricing-two .cplthm-pricing-header:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0;
  }

  .cplthm-pricing-two .cplthm-pricing-header {
    padding-bottom: 25px;
  }

  .cplthm-pricing-warpper.cplthm-pricing-two .cplthm-pricing-header {
    border-radius: 0;
  }

  .header-four .button.search-open {
    margin-right: 30px;
    position: absolute;
    right: 50px;
    top: 32px;
  }
}

/* ---- retained media fragment near line 7557 ---- */
@media screen and (max-width: 575px) {
  .cplthm-portfolio-related-wrapper {
    margin-bottom: 90px;
  }

  .cplthm-blog-post-box>.row {
    margin: 0 -10px;
  }

  .header-top-fluid .row.align-items-center {
    padding: 0;
    margin: 0;
  }

  .cplthm-home-banner-forms {
    padding: 50px 26px;
    margin-bottom: 50px;
  }

  .cplthm-home-banner-forms h2 {
    font-size: 34px;
  }

  input.wpcf7-form-control.wpcf7-submit {
    padding: 15px 20px;
  }

  .header-four .button.search-open {
    margin-right: 30px;
    position: absolute;
    right: 50px;
    top: 32px;
  }

  .elementor-menu .button.search-open {
    display: none;
  }
}

/* ---- retained media fragment near line 8214 ---- */
@media screen and (min-width: 1200px) and (max-width: 1447px) {
  .cplthm-header-template-one .button.header-cta-button {
    margin-right: 50px;
  }

  .cplthm-header-template-two .button.header-cta-button {
    margin-right: 10px;
  }
}

/* ---- retained media fragment near line 8833 ---- */
@media screen and (max-width: 991px) {
  .cplthm-tab-custom-content.custom-image {
    display: block;
  }

  .custom-image .tab-custom-image {
    width: 100%;
    margin-bottom: 30px;
  }

  .custom-image .tab-custom-content {
    width: 100%;
  }
}

/* ---- retained media fragment near line 8839 ---- */
@media screen and (max-width: 767px) {
  .cplthm-tab-custom-content.custom-image {
    padding: 40px 30px;
  }
}

/* ---- retained media fragment near line 8853 ---- */
@media screen and (max-width: 575px) {
  .tabs-section-wrapper {
    display: block;
  }

  .tabs-section-wrapper .nav-tabs .nav-link {
    min-width: 100%;
  }

  .tabs-section-wrapper .nav {
    margin-right: 0px;
  }
}

/* ---- retained media fragment near line 8933 — company-info / footer-cpl moved to footer.css ---- */

/* ---- retained media fragment near line 11524 ---- */
@media screen and (max-width: 767px) {
  .footer-seven-top-item {
    padding: 50px 20px 55px;
  }

  .subscribe-form-v2.subscribe-v3 input.wpcf7-form-control.wpcf7-submit {
    top: 15px;
    position: relative;
  }
}

/* ---- retained media fragment near line 11531 ---- */
@media screen and (max-width: 500px) {
  .subscribe-form-v2.subscribe-v3 input.wpcf7-form-control.wpcf7-submit {
    top: 15px;
    position: relative;
  }
}

/* ---- retained media fragment near line 11688 ---- */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .cplthm-header-template .main-header .main-navigation {
    flex-wrap: nowrap;
  }

  .cplthm-header-template .main-header .main-navigation .main-menu.nav-menu {
    white-space: nowrap;
  }

  .cplthm-header-template .main-header .main-navigation .main-menu.nav-menu>ul {
    white-space: nowrap;
  }

  .cplthm-header-template .main-header .main-navigation .main-menu.nav-menu>ul.ms-4 {
    margin-left: 0.5rem !important;
  }

  .cplthm-header-template .main-header .main-navigation .main-menu.nav-menu>ul>li {
    white-space: nowrap;
  }

  .cplthm-header-template .main-header .main-navigation .main-menu.nav-menu>ul>li>a {
    /* Configured Theme Options size (16px) stays the clamp maximum so
           the admin typography remains the design source; it only scales
           down slightly toward 1200px. Family/weight/spacing untouched. */
    font-size: clamp(14.5px, 1.12vw, 16px);
    /* !important only to override the existing !important item padding
           (fit priority #2); 15px default preserved as the maximum. */
    padding-left: clamp(8px, 0.85vw, 15px) !important;
    padding-right: clamp(8px, 0.85vw, 15px) !important;
    white-space: nowrap;
  }

  /* Keep nowrap top-level only: restore normal wrapping inside dropdown
       / mega submenus (the nowrap above would otherwise inherit into them). */
  .cplthm-header-template .main-header .main-navigation .main-menu.nav-menu>ul>li ul {
    white-space: normal;
  }
}

/*
 * CPL-RESPONSIVE-CONTAINER-ALIGNMENT-1C — header edge lock moved to header.css.
 * Hero/slider + container max-width rules remain here.
 */
body .main-slider-wrap .slider-caption,
body .main-slider-wrap .slider-caption.cpl-slider-caption--top_inside,
body .main-slider-wrap .slider-caption.cpl-slider-caption--bottom_inside,
body .main-slider-wrap .slider-caption.cpl-slider-caption--none {
  padding-left: var(--cpl-shell-inset, max(0.75rem, calc((100vw - 1200px) / 2))) !important;
  padding-right: var(--cpl-shell-inset, max(0.75rem, calc((100vw - 1200px) / 2))) !important;
}

@media (max-width: 1199.98px) {
  body .container,
  body .container-sm,
  body .container-md,
  body .container-lg {
    max-width: var(--cpl-page-container-max, 1200px);
  }

  body .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: var(--cpl-page-container-max, 1200px);
  }
}

@media (min-width: 1200px) {
  body .container,
  body .container-sm,
  body .container-md,
  body .container-lg,
  body .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: min(
      var(--cpl-page-container-max, 1200px),
      calc(100vw - 2 * var(--cpl-desktop-gutter, 30px))
    );
  }
}