:root {
  --row-ps: 65px;
  --row-pb: 100px;
  --row-side: 85px;
}

.inquiry-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wpcf7 form .wpcf7-response-output {
    margin-top:4em;
}

.inquiry-form .wpcf7-spinner {
  display: none;
}

.inquiry-form .submit input {
  float: none;
}

.submitting .inquiry-form .wpcf7-spinner {
  display: block;
}

.inquiry-form .wpcf7-spinner::before {
  animation-name: spin;
  animation-duration: 1000ms;
}

.inquiry-form .submit {
  display: flex;
}

.inquiry-form .submit .submit-wrapper {
  display: flex;
  align-items: center;
}

.site-title-container {
  display: none;
}

.lb-data .lb-caption {
  display: none !important;
}
.mobile-menu ul li ul li {
  margin-top: 10px;
}

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

.vc_btn3-container .vc_general.vc_btn3 {
  background-image: none;
  background-color: transparent;
  padding: 0;
  border: none;
  font-size: 14px !important;
  transition: 0.3s 0s !important;
}

.vc_btn3-container .vc_general.vc_btn3:hover,
.vc_btn3-container .vc_general.vc_btn3:focus {
  background-color: transparent;
  border: none;
}

.vc_btn3-container .vc_general.vc_btn3 {
  color: #274D98 !important;
  font-weight:500 !important;
}

.vc_btn3-container .vc_general.vc_btn3:hover,
.vc_btn3-container .vc_general.vc_btn3:focus {
  color: #EC9147   !important;
}

.vc_btn3-container .vc_general.vc_btn3::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  margin-left: 8px;
  font-size: 14px;
  transition: 0.3s 0s !important;
}

.vc_btn3-container .vc_general.vc_btn3:hover::after {
  margin-left: 20px;
  transition: 0.3s 0s !important;
}

/* MARK: Row Spacing */
.a-1,
.a-4,
.h-5,
.h-6,
.h-1 {
  margin: 0 calc(var(--row-side) * -1) !important;
}

.a-4 > .wpb_column,
.a-1 > .wpb_column,
.h-6 > .wpb_column,
.h-5 > .wpb_column {
  padding-left: var(--row-side);
  padding-right: var(--row-side);
}

.se-3 {
  padding-top: var(--row-pb);
  padding-bottom: var(--row-pb);
}

.h-6 > .wpb_column,
.h-5 > .wpb_column {
  padding-top: var(--row-ps);
  padding-bottom: var(--row-ps);
}

/* .h-1-1 {
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
} */

.a-1 {
  background-size: 100% !important;
  background-position: 50% 0% !important;
  transition: 0.5s;
}

body.is-scrolled .a-1 {
  background-position: 50% 100% !important;
}

.h-1 {
}

.h-1 > .wpb_column {
}

.h-1 > .wpb_column > .vc_column-inner {
  padding: 0 !important;
}

.h-1 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  aspect-ratio: 16/7;
  position: relative;
  overflow: hidden;
}

.h-1-1 {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
}

.h-1-1 > .wpb_column {
}

.h-1-1 > .wpb_column > .vc_column-inner {
  padding: 0 !important;
}

.h-1-1 > .wpb_column > .vc_column-inner > .wpb_wrapper {
}
.h-1-1 > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_single_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  margin-bottom: 0;
  opacity: 0;
  transform: scale(1.5);
  transform-origin: center center;
}

.h-1-1 > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_single_image.active {
  z-index: 10;
  opacity: 1;
  transition: opacity 0.5s, transform 3s 1s;
  transform: scale(1);
}

.h-1-1 > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_single_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.h-1-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  margin: 0;
  padding-left: var(--row-side);
  padding-right: var(--row-side);
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  height: 100%;
  padding-bottom: 150px;
  background-color: #00000033;
  opacity: 0;
}

.h-1-2.active {
  opacity: 1;
  transition: 0.5s;
  z-index: 25;
}

.h-1-2 > .wpb_column {
  padding: 0 15px;
}

.h-1-2 > .wpb_column > .vc_column-inner {
  padding: 0 !important;
}

.h-3-2 > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column:hover img{
  animation: spin 1.5s linear 3;
}

.home-service-inner-row .wpb_single_image{
 border-radius: 10px;
 overflow: hidden; 
}

@keyframes spin {
  0%{
     transform: rotateY(0deg);
    }
 100%{
     transform: rotateY(360deg);
    }
 }


.h-1-2 > .wpb_column > .vc_column-inner > .wpb_wrapper h1 {
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  font-size: 60px !important;
  margin-bottom: 0;
}

.h-1-2 > .wpb_column > .vc_column-inner > .wpb_wrapper h4 {
  color: #fff;
}

h6.small {
  font-weight: 400 !important;
  color: #274D98 !important;
  font-size: 16px !important;
}

.h-2 > .wpb_column > .vc_column-inner > .wpb_wrapper h4 {
  font-size: 20px;
}

.h-2 > .wpb_column > .vc_column-inner > .wpb_wrapper h1 {
  line-height: 1 !important;
}


.h-3 {
  padding-bottom: calc(var(--row-pb) * 2);
}


.h-3 > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column {
  color: #fff;
  max-width: 800px;
}

.h-3 > .wpb_column > .vc_column-inner > .wpb_wrapper .vc_btn3-container .vc_general.vc_btn3 {
  color: #fff !important;
  font-weight: 500 !important;
}

.h-3 > .wpb_column > .vc_column-inner > .wpb_wrapper .vc_btn3-container .vc_general.vc_btn3:hover{
  color:#EC9147   !important;
}

/* .h-3 > .wpb_column > .vc_column-inner > .wpb_wrapper .vc_btn3-container .vc_general.vc_btn3:hover,
.h-3 > .wpb_column > .vc_column-inner > .wpb_wrapper .vc_btn3-container .vc_general.vc_btn3:focus {
  color: #fff !important;
} */


.h-3-2 > .wpb_column > .vc_column-inner {
  position: relative;
}

.h-3-2 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 1000px;
  padding-top: 95px;
}

.h-3-2 > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_single_image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}

.h-3-2 > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column {
  margin-bottom: 0;
  width: calc((100% - 16px * 2) / 3);
  position: relative;
  z-index: 20;
  padding: 35px;
  text-align: center;
  font-size: 18px !important;
  border-radius:10px;
}

.h-3-2 > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column:nth-child(1) {
  background-color: #274D98;
  color: #fff;
}
.h-3-2 > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column:nth-child(2) {
  background-color: #909090;
  color:#fff;
}
.h-3-2 > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column:nth-child(3) {
  background-color: #fff;
}
.h-3-2 > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column:nth-child(4) {
  background-color: #909090;
  color:#fff;
}
.h-3-2 > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column:nth-child(5) {
  background-color: #fff;
}
.h-3-2 > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column:nth-child(6) {
  background-color: #274D98;
  color: #fff;
}

.h-3-2 > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column img{
  object-fit: contain;
  max-height:60px;
  width:auto;
}

.h-3-2 > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column > div p:first-child{
  margin-bottom:20px !important;
}

.h-4 {
  margin-top: -100px !important;
  z-index: 10;
  position: relative;
  background-color: #fff;
  width: calc(100% - 30px) !important;
}


.h-4 > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_btn3-container {
  width: 100%;
  text-align: center;
}


.h-5 > .wpb_column {
  background-color: #00000099;
  position: relative;
}

.h-5 > .wpb_column::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #e0e5ee66;
  width: 80%;
  height: 80px;
  clip-path: polygon(100% 100%, 100% 0%, 0% 100%);
  display: block !important;
}


.h-5 > .wpb_column > .vc_column-inner > .wpb_wrapper > h4 {
  text-align: center !important;
}

.h-5-1 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.h-5-1 > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_single_image {
  width: 20%;
  margin-bottom: 40px;
}


.h-5-1 > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_single_image > figure > figcaption {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-top: 8px;
}

.h-5-1 > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_single_image img {
  height: 48px;
  width: auto;
}


.h-6 > .wpb_column {
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0.72) 63.69%, rgba(255, 255, 255, 0.6) 100%);
}

.h-6-1 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.h-6-1 > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_single_image {
  width: calc((100% - 8px * 4) / 5);
}


.a-1 > .wpb_column {
  background-color: #0000004a;
  position: relative;
  overflow: hidden;
}

.a-1 > .wpb_column::after,
.a-1 > .wpb_column::before {
  content: "";
  display: block !important;
  position: absolute;
  width: 200%;
  height: 30%;
  bottom: 0;
  background-color: #04438c;
  box-shadow: 0px -8px 15px rgba(0, 0, 0, 0.5);
}

.a-1 > .wpb_column::before {
  z-index: 5;
  left: 0;
  transform-origin: left top;
  transform: rotate(10deg);
}

.a-1 > .wpb_column::after {
  z-index: 10;
  right: 0;
  transform-origin: right top;
  transform: rotate(-6deg);
}


.a-1 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  aspect-ratio: 16/6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.a-1-1 > .wpb_column > .vc_column-inner > .wpb_wrapper h1 {
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  font-size: 60px !important;
}

.a-2 {
  padding-top: var(--row-pb);
}


.a-3 {
  padding-top: 35px;
}


.a-4 > .wpb_column {
  background-color:rgba(0, 0, 0, 0.6);
  padding-top: var(--row-ps);
  padding-bottom: var(--row-pb);
}


.a-4 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.a-4-1 {
  width: calc((100% - 16px * 1) / 2);
  background-color: #fff;
  margin: 0;
  background-position: 100% 50% !important;
  background-size: auto 80% !important;
}


.a-4-1 > .wpb_column > .vc_column-inner {
  padding: 0 !important;
}

.a-4-1 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  padding: 35px;
}


.a-4-2 {
  width: calc((100% - 16px * 5) / 6);
  background-color: #fff;
  margin: 0;
}


.a-4-2 > .wpb_column > .vc_column-inner {
  padding: 0 !important;
}

.a-4-2 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  padding: 35px 16px;
}

.a-4 .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column {
  margin-bottom: 0;
}

.a-4 .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column * {
  text-align: center !important;
}

.a-4 .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_single_image {
  margin-bottom: 16px;
}

.a-4 .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_single_image img {
  height: 60px;
  width: auto;
}

.about-mission-row .vc_inner.vc_row {
  border-radius: 10px;
  overflow:visible !important;
}

.about-mission-row > div > div{
  padding-left:0 !important;
  padding-right:0 !important;
}

.about-served-row .wpb_text_column p{
  text-align: center !important;
}

.a-5 {
  padding-top: var(--row-ps);
  padding-bottom: var(--row-pb);
}


.a-5 > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_text_column {
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.about-served-row .wpb_single_image,
.about-served-row .wpb_single_image *{
  width: 100%;
  object-fit: contain;
}

.about-served-row .wpb_single_image img{
  max-height: 60px;
  width: auto;
}

.a-5-1 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
}

.a-5-1 > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_single_image {
  position: relative;
  width: calc((100% - 35px * 3) / 4);
  max-width: 300px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.a-5-1 > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_single_image > figure {
  width: 100%;
}
.a-5-1 > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_single_image > figure > div {
  width: 100%;
}

.a-5-1 > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_single_image::before {
  content: "\f424";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  transition: 0.3s 0s;
  font-size: 20px;
  background-color: #04438c99;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}

.a-5-1 > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_single_image:hover::before {
  opacity: 1;
}

.a-5-1 > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_single_image img {
  object-fit: contain;
  box-shadow: 0px 0px 5px #ccc;
  width: 100%;
}

.a-5-1 > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_single_image.w img {
  object-fit: cover;
  object-position: 50% 0%;
  aspect-ratio: 5/7;
}

.aw-2 {
  padding-top: var(--row-ps);
}

.aw-3 {
  padding-top: 35px;
}


.aw-3 .a-5-1 > .wpb_column > .vc_column-inner > .wpb_wrapper {
  justify-content: start;
}

.c-2 {
  padding-top: var(--row-ps);
}

.c-2 > .wpb_column > .vc_column-inner > .wpb_wrapper .vc_btn3-container .vc_general.vc_btn3 {
  color: #fff !important;
}

.c-2 > .wpb_column > .vc_column-inner > .wpb_wrapper .vc_btn3-container .vc_general.vc_btn3::after {
  display: none !important;
}

.c-2 > .wpb_column > .vc_column-inner > .wpb_wrapper .vc_btn3-container .vc_general.vc_btn3:hover,
.c-2 > .wpb_column > .vc_column-inner > .wpb_wrapper .vc_btn3-container .vc_general.vc_btn3:focus {
  color: #fff !important;
}

#contact_form textarea {
  height: 98px;
}

#contact_form + .sub {
  text-align: center;
}

#contact_form + .sub input {
  float: none;
}



.c-5 {
  padding-bottom: 0;
}


[data-prefix="services_archive"] .entries {
  row-gap: 35px;
}

.entry-card .ct-media-container {
  margin-bottom: 16px;
  overflow: hidden;
}
.entry-card .ct-media-container img {
  transition: 0.3s;
}

.entry-card .ct-media-container img:hover {
  transform: scale(1.1);
}

.entry-card.type-services {
}
.entry-card.type-services .ct-media-container {
  margin-bottom: 16px;
}
.entry-card.type-services .ct-media-container img {
}
.entry-card.type-services .entry-title {
  background-color: #274D98;
  text-align: center;
  font-size: 18px !important;
  padding: 10px 4px;
  border-radius: 10px;
}
.entry-card.type-services .entry-title a {
  color: #fff !important;
  text-transform: capitalize;
  font-weight: 500 !important;
}

.post-banner{
  padding-bottom:100px
}

/*#header [data-sticky*=fixed] > div > div{*/
/*    position:relative;*/
/*}*/

/*#header [data-sticky*=fixed] > div > div{*/
/*  content:'';*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  height:35%;*/
/*  top: 0;*/
/*  left: 0;*/
/*  background: #fff;*/
/*  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%) !important;*/
/*  transition: 0.5s;*/
/*}*/

body.is-scrolled #header {
  /* background: #fff !important; */
}

#header [data-row="middle"] {
  background-color: #fff0 !important;
}

body.is-scrolled #header [data-row="middle"] {
  background-color: #fff !important;
  box-shadow: 0px 1px 10px #ccc;
}

.single-title:not(.wooco) + .ct-container {
  display: flex;
  padding-bottom: var(--row-pb);
}
.single-title + .ct-container > .side-bar {
  width: 300px;
  min-width: 300px;
  padding-left: 15px;
  padding-right: 15px;
}
.single-title + .ct-container > article {
  flex: auto;
}

.side-bar .widget-title {
  padding: 0 16px 12px;
  font-size: 20px !important;
  border-bottom: 1px solid #909090;
  margin-bottom: 0;
}

.side-bar .entries {
  display: flex;
  gap: 0;
  flex-direction: column;
}

.side-bar .entries .entry-card .ct-media-container {
  display: none;
}
.side-bar .entries .entry-card .entry-title {
  padding: 12px 16px;
  background-color: #fff0;
  text-align: left;
  border-bottom: 1px solid #909090;
}
.side-bar .entries .entry-card .entry-title a {
  color: #231f20 !important;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
}
.side-bar .entries .entry-card .entry-title a:hover {
  color: #04438c !important;
}

.ct-breadcrumbs {
  margin-bottom: 35px !important;
}
.ct-breadcrumbs span {
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
}
.ct-breadcrumbs span a {
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
}
.ct-breadcrumbs span.last-item span {
  color: #274D98;
  font-weight: 600;
}

.vc_pageable-slide-wrapper {
  width: 100%;
}

.blocksy-breadcrumbs{
  padding-left:100px;
  padding-right:100px;
}

[data-prefix="events_archive"] .entries {
  row-gap: 35px;
}

.entry-card.type-events {
}
.entry-card.type-events .ct-media-container {
  margin-bottom: 16px;
}
.entry-card.type-events .ct-media-container img {
}
.entry-card.type-events .entry-title {
  background-color: #ebeff2;
  text-align: center;
  font-size: 20px !important;
  padding: 24px 4px;
}
.entry-card.type-events .entry-title a {
  color: #04438c !important;
  text-transform: uppercase;
}

[data-prefix="projects_archive"] .entries {
  row-gap: 35px;
}

.entry-card .ct-media-container {
  margin-bottom: 15px;
  overflow: hidden;
}
.entry-card .ct-media-container img {
  transition: 0.3s;
}

.entry-card.type-projects {
  cursor: pointer;
}
.entry-card.type-projects.hide {
  display: none;
}

.entry-card:hover .ct-media-container img {
  transform: scale(1.1);
}

.entry-card.type-projects .ct-media-container {
  margin-bottom: 16px;
  pointer-events: none;
}
.entry-card.type-projects .entry-title {
  background-color: #04438c;
  text-align: center;
  font-size: 18px !important;
  padding: 24px 4px;
}
.entry-card.type-projects .entry-title a {
  color: #fff !important;
  text-transform: uppercase;
  pointer-events: none;
}

/* .modal-1 {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: -9999;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

.modal-1.active {
  z-index: 9999;
  pointer-events: auto;
  opacity: 1;
  transition: all 0.3s, z-index 0s;
}

.modal-1 .modal-1-wrapper {
  --frame-space: 90px;
  width: calc(100% - var(--frame-space));
  height: calc(100% - var(--frame-space));
  position: relative;
  background-color: #fff;
  padding-top: 48px;
  overflow: auto;
  max-width: 1200px;
  max-height: 600px;
}

.modal-1 .modal-1-wrapper .modal-close {
  position: absolute;
  right: 16px;
  top: 10px;
  font-size: 28px;
  color: #000;
  cursor: pointer;
  transition: 0.3s;
}
.modal-1 .modal-1-wrapper .modal-close:hover {
  transform: rotate(90deg);
}

.modal-1 .modal-1-wrapper .modal-loading {
  --size: 120px;
  position: absolute;
  width: var(--size);
  height: var(--size);
  display: block;
  margin-top: calc(var(--size) / -2);
  margin-left: calc(var(--size) / -2);
  border: 8px solid #04438c;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  border-bottom: 8px solid #04438c00;
  animation: loading 1s linear 0s infinite;
} */

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* .modal-1 .modal-1-wrapper .modal-1-inner {
  padding: 35px;
  overflow: auto;
}

.modal-1 .modal-1-wrapper .modal-1-inner .pre-title {
  color: #04438c;
}
.modal-1 .modal-1-wrapper .modal-1-inner .page-title {
  font-size: 30px;
  color: #333;
}
.modal-1 .modal-1-wrapper .modal-1-inner h5 {
  font-size: 18px;
  margin-bottom: 8px;
} */

.spj-1 .wpb_image_grid_ul {
  display: flex;
  flex-wrap: wrap;
  height: auto !important;
  position: relative;
  z-index: 20;
}
.spj-1 .wpb_image_grid_ul li {
  position: static !important;
  width: 100px;
  aspect-ratio: 1/1;
  margin-right: 8px !important;
  cursor: pointer;
}
.spj-1 .wpb_image_grid_ul li a {
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.spj-1 .wpb_image_grid_ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-img-slider {
  position: relative;
}
.custom-img-slider ul {
  position: relative;
  padding: 0;
  margin: 0;
}
.custom-img-slider ul li {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0;
}

.custom-img-slider ul li.active {
  position: relative;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.2s;
}

.spj-1 .custom-img-slider {
  margin-bottom: 16px;
}

.spj-1 .custom-img-slider ul {
  padding-left: 0;
}

.spj-1 .custom-img-slider img {
  width: 100%;
}

.spj-1 .wpb_image_grid_ul {
  padding-left: 0 !important;
}

.spj-1 .wpb_text_column table tr {
  vertical-align: top;
}
.spj-1 .wpb_text_column table tr p {
  margin-bottom: 0;
}

.spj-1 .custom-slider-2-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: flex;
}

.custom-slider-2-nav span {
  background-color: #04438c;
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
  aspect-ratio: 1/1;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.custom-slider-2-nav span:hover {
  background-color: #fff;
  color: #04438c;
}

.spj-1 .custom-slider-2-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: flex;
}

.pj-5 {
  padding-bottom: var(--row-pb);
}

.mega-accordion > h3 {
  background-color: #04438c;
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin-top: 16px !important;
  line-height: 1 !important;
  font-size: 18px !important;
}
.mega-accordion > h3 > span {
  order: 2;
}

.mega-accordion .mega-panel table thead tr {
  background-color: #3a3a3a;
}
.mega-accordion .mega-panel table thead tr th {
  border: 1px solid #b7b7b7;
  padding: 4px 8px;
  text-align: left;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.mega-accordion .mega-panel table tbody tr {
  background-color: #f4f4f4;
}

.mega-accordion .mega-panel table tbody tr:nth-child(2n) {
  background-color: #c6d2e1;
}

.mega-accordion .mega-panel table tbody tr td {
  border: 1px solid #b7b7b7;
  padding: 4px 16px;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
}

.mega-accordion .mega-panel {
  overflow-x: scroll;
}

.spj-1 .wpb_text_column table tr td {
  padding: 8px 4px;
}
.spj-1 .wpb_text_column table tr td:nth-child(1) {
  font-weight: 700;
}

.proj-btn {
  display: flex;
  justify-content: center;
}

.proj-btn.hide {
  display: none;
}

.proj-btn span {
  cursor: pointer;
  background-image: none;
  background-color: transparent;
  padding: 0;
  border: none;
  font-size: 16px !important;
  transition: 0.3s 0s !important;
}

.proj-btn span:hover,
.proj-btn span:focus {
  background-color: transparent;
  border: none;
}

.proj-btn span {
  color: #04438c !important;
}

.proj-btn span:hover,
.proj-btn span:focus {
  color: #b69260 !important;
}

.proj-btn span::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  margin-left: 8px;
  font-size: 14px;
  transition: 0.3s 0s !important;
}

.proj-btn span:hover::after {
  margin-left: 12px;
  transition: 0.3s 0s !important;
}

.woocommerce-page #main > .ct-container {
  max-width: none;
}

.woocommerce ul.products li {
  gap: 0;
  cursor: pointer;
}


.woocommerce ul.products li > .woocommerce-loop-product__title {
  margin-bottom: 0;
}

.woocommerce ul.products li .ct-media-container img {
  aspect-ratio: 1/1 !important;
  object-fit: contain !important;
  transition: 0.3s;
}

.woocommerce ul.products li:hover .ct-media-container img {
  transform: scale(1.1);
}

.woocommerce ul.products li .ct-media-container {
  background-color: #f6f6f6 !important;
  border: none !important;
  overflow: hidden;
}

.pd-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}

.pd-wrapper .ct-media-container {
  width: calc(40% - 35px);
  background-color: #f6f6f6 !important;
  padding: 16px;
}

.pd-wrapper .ct-media-container img {
  object-fit: contain;
  width: 100%;
  aspect-ratio: 1/1 !important;
}

.pd-wrapper [aria-labelledby="tab-title-description"] {
  width: 60%;
}

.iksm-term__inner {
  min-height: 0 !important;
}

.woocommerce .ct-sidebar .ct-widget .widget-title {
  font-size: 18px !important;
  border-bottom: 1px solid #A5A5A5;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  font-family: 'inter' !important;
  font-weight: 700 !important;
}

.iksm-container .iksm-term--current > .iksm-term__inner > a.iksm-term__link span.iksm-term__text,
.iksm-container .iksm-term > .iksm-term__inner > a.iksm-term__link:hover span.iksm-term__text {
  color: #04438c !important;
}

@media only screen and (max-width: 999px) {
  .side-bar.dropable .widget-title {
    position: relative;
  }

  .side-bar.dropable .cards-btn {
    position: absolute;
    z-index: 15;
    right: 16px;
    top: 4px;
    cursor: pointer;
  }

  .side-bar.dropable .cards-btn::before {
    content: "\2b";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    color: #333;
    font-size: 19px;
  }

  .side-bar.dropable.expand .cards-btn::before {
    content: "\f068";
  }

  .side-bar.dropable .entries .entry-card:not(.current-cat) {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
  }

  .side-bar.dropable.expand .entries .entry-card:not(.current-cat) {
    max-height: 120px;
  }
}

#footer [data-row="middle"] .ct-container {
  display: grid;
  grid-template-columns:1fr 1.5fr 1fr 1fr;
}

#footer [data-row="middle"] .ct-container > div:nth-child(4){
  align-items: end;
}

#footer [data-row="middle"] .ct-container > div:nth-child(4) .menu-services-footer-container > ul > li:not(:last-child){
  margin-bottom:10px;
}

#footer [data-row="bottom"] .ct-container {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
}

#footer .ct-container {
  max-width: none;
}

#text-3 p {
  font-size: 14px;
  color:#696969; 
}
#text-3 p strong {
  font-size: 18px;
  display: inline-block;
  margin-bottom:5px;
  color:#000;
  font-weight:500 !important;
}

#media_image-2 {
  margin-bottom: 10px;
  text-align: left !important;
}

.a-4 .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column h5{
  font-weight: 600 !important;
}

#footer .widget-title {
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #696969 !important;
}

.ft-contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ft-contact span {
  font-size: 15px;
}

#footer *{
  color:#696969;
}

#menu-footer {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#menu-footer > li:nth-child(2),
#menu-footer > li:nth-child(3){
  grid-column: 1 / 2;
}

#menu-footer > li:nth-child(4){
  grid-area: 1 / 2 / 2 / 3;
}

#menu-footer > li:nth-child(5){
  grid-area: 2 / 2 / 3 / 3;
}

#menu-footer li {
  margin-bottom: 10px;
}
#menu-footer li a {
  font-size: 15px;
}

#menu-footer > li.current-menu-item > a{
  font-weight:600;
} 


/* #footer [data-row="middle"] {
  background-color: #f1f2f2 !important;
  padding: 35px 0 0;
} */

#footer [data-row="bottom"] {
  background-color: #fff !important;
}

p.inspiren {
  font-size: 14px;
}

#text-6 .entries {
  display: flex;
  gap: 4px;
  flex-direction: column;
}

#text-6 .entries .entry-card {
  background-color: transparent !important;
}
#text-6 .entries .entry-card .ct-media-container {
  display: none;
}
#text-6 .entries .entry-card .entry-title {
  padding: 0;
  background-color: #fff0;
  text-align: left;
}
#text-6 .entries .entry-card .entry-title a {
  color: #231f20 !important;
  text-transform: none;
  font-weight: 400;
  font-size: 15px;
}
#text-6 .entries .entry-card .entry-title a:hover {
  color: #04438c !important;
}


.single-post.post-template-default .site-main .ct-container{
  padding-bottom:100px;
}

@media only screen and (max-width:767.98px) {
  .single-post.post-template-default .site-main .ct-container{
    padding-bottom:70px;
  }
  
}


.cta-row {
  position:relative;
  background-color: #EC9147;
  width:100%;
  max-width: 1903px;
  padding-left: 100px;
  padding-right:100px;
  padding-top:100px;
  padding-bottom:100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.cta-row:before{
  content:'';
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height:100%;
  z-index: 0;
  background-image:url(../blocksy-child/images/ctabackground.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}

.cta-row > div:first-child{
  width: 50%;
}

.cta-row > div:last-child{
  width: 25%;
  padding-left:15px;
}

.cta-row > div:last-child .vc_general.vc_btn3{
  padding:10px 0 !important;
  text-align: center;
  position: relative;
  border-radius: 10px !important;
}

.cta-row > div:last-child .vc_general.vc_btn3 i{
  position: unset;
  display: inline-block;
  transform:unset;
  vertical-align: baseline;
  padding-right:20px;
}


/* .cta-row > div:last-child .vc_general.vc_btn3:before{
  content:"\f879";
  position: absolute;
  width:20px;
  height:20px;
  top:50%;
  transform: translateY(-50%);
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
} */

.home-service-inner-row .wpb_single_image{
    margin-bottom:15px !important;
}

.home-service-inner-row .custom-button .vc_general.vc_btn3{
    font-size:16px !important;
}

.home-range-row > .wpb_column > div > div > div:nth-child(2){
    height:0;
    opacity:0;
}

.home-range-row > .wpb_column.column-active > div > div > div:nth-child(2){
    height:auto;
    opacity:1;
}

.ct-posts-shortcode .entries .ct-media-container {
    border-radius:10px !important;
}

.single-post .ct-sidebar .ct-widget .widget-title{
    font-size: 18px !important;
    border-bottom: 1px solid #A5A5A5;
    margin-bottom: 0;
    padding:20px 16px 20px 20px;
    font-family: 'inter' !important;
    font-weight: 700 !important;
}

.single-post .ct-sidebar .ct-widget .widget-title{
    display:none;
}

.service-row > div > div > div > .wpb_text_column:nth-child(2),
.product-row > div > div > div > .wpb_text_column:nth-child(2){
    margin-bottom:70px !important;
}

.home-about-row > div:first-child .wpb_raw_code{
    margin-bottom:0 !important;
}


@media only screen and (max-width:999.98px){
    .iksm{
        display:none;
    }
    
    .iksm.display{
        display:block;
    }
    
    .single-post .ct-sidebar .ct-widget .widget-title,
    .iksm-terms .iksm-terms-tree__inner > .iksm-term > .iksm-term__inner > a,
    .woocommerce .ct-sidebar .ct-widget .widget-title{
        padding-left:0;
        padding-top:0;
    }
}

@media only screen and (max-width:767.98px){
    .single-post .ct-sidebar .ct-widget .widget-title{
        display:block;
    }
    
    .service-row > div > div > div > .wpb_text_column:nth-child(2),
    .product-row > div > div > div > .wpb_text_column:nth-child(2){
        margin-bottom:0 !important;
    }
    
    .home-about-sec > .vc_row.a-2{
        margin-left:0 !important;
        margin-right:0 !important;
    }
    
    .home-about-sec > .vc_row.a-2 .wpb_text_column:nth-child(2){
        margin-bottom:0 !important;
    }
    
    .home-range-row > .wpb_column > div > div > div:nth-child(2){
        height:auto;
        opacity:1;
    }
    
    .a-2.pb-100.product-row{
        padding-bottom:35px !important;
    }
    
    .pt-35.pb-65.post-row{
        padding-top:0 !important;
    }
    
    .post-template-default.single.single-post .post-title.pb-50{
        padding-bottom:70px !important;
    }
    
    .woocommerce.single-product .woocommerce-product-details__short-description{
        text-align:justify !important;
    }
    
    .iksm-terms .iksm-terms-tree__inner > .iksm-term > .iksm-term__inner > a{
        padding-top:20px !important;
    }
    
    .home-about-row > div:first-child .wpb_raw_code{
        margin-bottom:35px !important;
    }
    
    .about-served-row{
        margin-left:0 !important;
        margin-right:0 !important;
    }
    
    .a-2.aw-2.se-2{
        padding-top:70px !important;
    }
}


.text-capitalize{
    text-transform:capitalize;
}

.home-contact-row > div:first-child .wpb_text_column p{
    text-transform:capitalize;
}

.mobile-menu ul li.current-page-ancestor > a {
    font-weight:600 !important;
    color:#274D98 !important;
}







