.banner-section {
  background-color: #000;
  position: relative;
}

.banner-section .post-thumbnail img{
	max-height: 600px;
	height: 100%;
}
.nav-utility {
    display: none;
}
div#block-23 {
    margin-bottom: 0px;
}
/* .nav-container.visible {
    min-height: 67px !important;
} */

.banner-section .banner-text {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  z-index: 1;
}
.banner-section .banner-text .text {
  width: 60%;
}
.banner-section .banner-text .text h2 {
  color: #ffffff;
  padding-bottom: 18px;
}
.banner-section .banner-text .text p {
    font-size: 18px;
    max-width: 500px;
}

.secound-section {
  position: relative;
  padding: 20px 0px 60px;
  background-image: url("/wp-content/uploads/2024/11/bg-design.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.secound-section::before {
  content: "";
  width: 430px;
  height: 100%;
  background-color: #7EBADE;
  position: absolute;
  left: 80px;
  bottom: 0px;
  transform: skewX(-25deg);
}
.secound-section .container {
  position: relative;
  z-index: 1;
}
.secound-section .col-img {
  width: 50%;
  background-color: #fff;
  transform: skewX(-25deg);
  padding: 10px;
  overflow: hidden;
  height: 100%;
	margin-top: 60px;
}
.page-id-1963 .wpb-content-wrapper .vc_column_container .display-cell .icon-content {
    padding-top: 10px;
}
.secound-section .col-img img {
  display: block;
    transform: skewX(25deg);
    scale: 1.4;
}
.secound-section .col-text {
  width: 50%;
  padding-left: 100px;
  padding-top: 60px;
}
.first-card .vc_column-inner{
  padding-top: 0px !important;
}
.our-product-section .vc_column-inner::before {
  content: " ";
  display: table;
  width:100%;
  height:12px;
  background-color: #7EBADE;
}
.secound-section .col-text .col-text-arrows{
  justify-content: flex-end;
  display: flex;
  gap: 20px;
}

.secound-section .col-text .col-text-arrows .arrow-left,.secound-section .col-text .col-text-arrows .arrow-right{
  cursor: pointer;

}
.secound-section .col-text h2{
  font-size: 50px;
  font-weight: 400;
  padding: 30px 0px 0px;
  font-family: Georgia;
  color: #444444;
}
.secound-section .col-text p{
  font-family: Open Sans;
font-size: 18px;
font-weight: 400;
line-height: 1.6;
color: #444444;

}

.our-product-section .boxed-intro-content .intro-content{
  height:350px;
  position:relative
}
.our-product-section .boxed-intro-content .intro-content a{
  position:absolute;
  bottom:34px;
}


.location-section {
  text-align: center;
  position: relative;
  padding: 30px 0px;
  background-image: url("/wp-content/uploads/2024/11/bg-design-below.png");
  background-repeat: no-repeat;
    background-position: left;
}
.location-section .container {
  position: relative;
  overflow-x: 1;
}
.location-section .column::before {
      content: "";
    width: 120px;
    height: 35%;
    background-color: #fff;
    position: absolute;
    left: 14%;
    top: 245px;
    transform: skewX(-25deg);
    z-index: -1; 
    transition: 0.3s;
}
.location-section .column span {
    padding-right: 10px;
    vertical-align: bottom;
}
.location-section .column {
  width: 33.33%;
  margin:40px 0px;
    position: relative;
}
.location-section .row:last-of-type{
	margin-top: 70px;
}
.location-section .column .img {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: solid 1px #7EBADE;
  overflow: hidden;
  display: inline-block;
  padding: 16px;
  background-color: #fff;
}

.location-section .column .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.location-section .column:hover .img {
  background-color: #7EBADE;
    transition: 0.3s;
}
.location-section .column:hover::before {
 background-color: #7EBADE;
}
.location-section .location-section-button{
  padding: 50px 0px;
}
.location-section .location-section-button .view_more-button{ 
  background: #0D3793;
  padding: 16px 50px;
  font-size: 20px;
  color:#fff;
  cursor: pointer;
}

.location-section .location-section-button .view_more-button a{
  color:#fff;
}

.location-section .location-section-button .view_more-button:hover{
  background-color:  #041a6b;
}

.service-section {
  text-align: center;
  position: relative;
  padding: 0px 50px;
  margin-top: 100px;
}
.service-section .position-relative {
  position: relative;
  z-index: 1;
}
.service-section .position-relative::before {
  content: "";
  width: 100px;
  height: 100%;
  background-color: #0D3793;
  position: absolute;
  left: 55%;
  top: 0px;
  transform: skewX(-20deg);
}
.service-section .position-relative::after {
  content: "";
  width: 100px;
  height: 100%;
  background-color: #7EBADE;
  position: absolute;
  left: 80%;
  top: 0px;
  transform: skewX(-20deg);
}
.service-section::before {
  content: "";
  width: 100px;
  height: 100%;
  background-color: #0D3793;
  position: absolute;
  left: 10%;
  top: 0px;
  transform: skewX(-20deg);
}
.service-section::after {
  content: "";
  width: 100px;
  height: 100%;
  background-color: #7EBADE;
  position: absolute;
  left: 31%;
  top: 0px;
  transform: skewX(-20deg);
}
.service-section .column {
  width: 280px;
  border: solid 1px #ddd;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 30px 15px;
  margin: 70px 0px;
}
.service-section .column p {
  padding: 30px 0px;
}
.service-section .column .link-btn {
  color: #0e3793;
}
.service-section .column .link-btn span {
  display: block;
}

ol.breadcrumb.breadcrumb-style li.active {
    border: none;
}

.brands-section {
  text-align: center;
  padding: 70px 0px;
}
.brands-section .column {
  width: 20%;
  border: solid 1px #ddd;
  font-size: 100px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 0px;
}
.bg-graydark .social-list a{
  overflow: visible;
}
/* .brands-section .column img{
	background-size: cover;
	width: 100%;
} */
.brands-section h2{
	color: #444444;
}
.post-thumbnail::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
/*# sourceMappingURL=style.css.map */

@media(max-width: 1024px){
	.about-right .intro-image img {
    width: 100%;
}
	.page-id-1963 .wpb-content-wrapper .vc_column_container {
		width: 100%;
	}
	.page-id-1963 .wpb-content-wrapper .vc_column_container .vc_custom_1730984861593 {
		padding-left: 15px !important;
	}
	.service-section .column {
    width: 24%;
}
	.banner-section::before {
    content: "";
    width: 90px;
    height: 100%;
    right: 150px;
}
.banner-section::after {
    content: "";
    width: 90px;
    height: 50%;
    right: 130px;
    z-index: revert-layer;
}
	.secound-section::before {
    content: "";
    width: 460px;
}
	.secound-section .col-img img {
    display: block;
    transform: skew(0);
    scale: 1.2;
}
}

@media(max-width: 992px){
	.headings-title .widgettitle, .vc_row .widgettitle {
    font-size: 16px!important;
    line-height: 22px!important;
    margin-bottom: 5px;
    display: ruby-text;
}
	.about-right .intro-image {
    width: 100%;
    margin: 0 auto;
    max-width: 750px;
}
	.about-right .intro-image img{
		width: 100%;
	}
	.service-section .column {
    margin: 20px 0px;
}
	
	.service-section{
		margin-top: 0px;
	}
	
	.service-section::before{
		display: none;
	}
		.service-section .position-relative::after, .service-section .position-relative::before, .service-section::after{
		display: none;
	}
	.location-section .column .img {
    width: 220px;
    height: 220px;
}
	.secound-section .col-text .col-text-arrows {
    margin-top: 30px;
}
		.secound-section .col-img {
    width: 100%;
    background-color: #fff;
    transform: skewX(0deg);
    padding: 10px;
}
		.secound-section::before{
		display: none;
	}
		.secound-section .col-img {
    width: 100%;
}
.secound-section .col-text {
    width: 100%;
    padding: 0 20px;
}
	.page-id-1963 .wpb-content-wrapper .vc_column_container .mb-xs-40 {
    margin-bottom: 0px;
}
	.col-md-2.col-sm-6.fourth {
    padding-left: 40px;
}
	.col-md-2.col-sm-6.ml {
    margin-left: 0;
}

.relative.mb0 i {
    color: #ffffff!important;
    background-color: #7db9de;
    border-color: #7db9de;
    display: block !important;
    margin: 0 auto;
}

	.vc_col-sm-4 {
    width: 50%;
}
.service-section .column {
    width: 48%;
    margin-right: 20px;
}
	.service-section .column:nth-of-type(2n){
		margin-right: 0px;
	}
	section.vc_row.wpb_row.vc_row-fluid.homepage-icon.bg-light.pt0.not-equal.not-color .vc_col-sm-3 {
    width: 50%;
}
}

@media(max-width: 767px){
	li.menu-item.phone-item a.mob-menu {
    display: flex;
    align-items: baseline;
}
	a.mob-menu {
    display: flex;
    align-items: center;
    gap: 10px;
}
	li.menu-item.phone-item {
    display: block;
}
	.location-section .column:hover::before {
    background-color: #7EBADE;
    height: 23%;
    left: 27%;
    width: 80px;
}
	.about-right img.mb-xs-24 {
    width: 100%;
    padding: 20px;
}
	.location-section .column .text h4 {
    font-size: 25px;
}
	section.vc_row.wpb_row.vc_row-fluid.our-product-section.bg-light.pt64.pb64.equal-height.not-color h5.widgettitle.dark-color.mb16 {
    display: block;
}
	section.vc_row.wpb_row.vc_row-fluid.homepage-icon.bg-light.pt0.not-equal.not-color .icon-content {
    margin-top: -25px;
}
	.small-icon.inline-block.mb32.mr-25.l-text.fade-color.icon-lg {
    margin-bottom: 10px;
}
	
	input.wpcf7-form-control.wpcf7-submit.has-spinner {
    max-width: 130px;
    margin: 0 auto;
    display: flex;
    height: 40px;
    line-height: 40px;
}
	.our-product-section .boxed-intro-content .intro-content a {
    position: static;
    margin-top: 15px;
}
	.our-product-section .boxed-intro-content .intro-content {
    height: 420px;
}
	.location-section .location-section-button .view_more-button {
    padding: 4px 20px;
    font-size: 18px;
}
	div#wpcf7-f678-p1963-o1 .overflow-hidden {
    margin-bottom: 40px;
}
	.page-id-1963 .wpb-content-wrapper .vc_column_container .display-cell p {
    text-align: left;
    padding-left: 20px;
}
	.page-id-1963 .wpb-content-wrapper .vc_column_container .display-cell {
    width: unset !important;
    display: flex;
    align-items: center;
}
	.service-section .column .button-service {
    bottom: 90px !important;
}
	.service-section .column p {
    padding: 0px 0px;
}
	.location-section .location-section-button {
    padding: 10px 0px;
}
	.banner-section::before {
    content: "";
    width: 90px;
    height: 30%;
    right: 170px;
    bottom: 0% !important;
    top: inherit;
    z-index: 99;
}
	.secound-section .col-img {
    margin-top: 0px;
}
	.sub-footer .row {
    display: flex;
    justify-content: center;
}
	.service-section .column {
    width: 24%;
}
	.location-section .column {
    width: 50%;
}
	.service-section .column {
    width: 48%;
    margin: 20px 0px;
}
	.service-section .column{
		margin-right: 20px;
	}
	.service-section .column:nth-of-type(2n){
		margin-right: 0px;
	}

	.service-section{
		margin-top: 0px;
	}


.secound-section {
    position: relative;
    padding: 20px 0px 0px;
}
	.location-section{
		padding: 10px 0;
	}
	.location-section .row:last-of-type {
    margin-top: 0px;
}
.col-md-2.col-sm-6.second,.col-md-2.col-sm-6.third,.col-md-2.col-sm-6.fourth{
  width:100%;
}
.footer-widget {
  text-align: center;
  padding: 40px 40px;
}
	.admin-bar nav.fixed, .admin-bar nav.absolute, .admin-bar .pswp {
    top: 0px;
}
	.banner-section .banner-text .text h2 {
    font-size: 24px;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
	.banner-section .banner-text .text {
    width: 100%;
		margin-top: 50px;
}
	.location-section .column {
    margin: 20px 0px;
}
	.location-section .column h4 {
    font-size: 26px;
    margin-bottom: 0px;
    font-weight: 400;
}
	section.vc_row.wpb_row.vc_row-fluid.my-button .wpb_wrapper a {
    height: 60px;
    line-height: 50px;
}
	.vc_row .widgettitle {
    display: ruby-text;
    font-size: 22px !important;
    margin-top: 30px;
}
	.col-md-2.col-sm-6.fourth {
    padding-left: 0px;
}
	.container.description-two .row p {
    padding: 0 10px;
}
	.container.description-two .col-text {
    padding: 0 5px;
    text-align: center;
}
}

@media (max-width: 575px){
	.location-section .column .text h4 {
    font-size: 22px;
}
	.secound-section .col-text .col-text-arrows img {
    width: 40px;
}
	.secound-section .col-text .col-text-arrows {
    	gap: 10px;
}
	.container.description-two .row p {
    margin: 0px auto 0px;
    font-size: 14px;
}
	section.vc_row.wpb_row.vc_row-fluid.homepage-icon.bg-light.pt0.not-equal.not-color .vc_col-sm-3 {
    width: 100%;
}
	.banner-section .banner-text .text p {
    font-size: 14px;
    line-height: 1.3;
}
	.location-section .location-section-button .view_more-button a {
    font-size: 14px;
}
	.service-section .column {
    width: 100%;
    margin: 20px 0px 20px 0px !important;
}
.location-section .column .img {
    width: 260px;
    height: 260px;
}
	.service-section .column {
    margin-right: 15px;
}
	.location-section .column {
    width: 100%;
}
}

.footer-widget{
  font-size: 14px ;
}

.brands-section h2 {
  color: #444444;
  font-family: Georgia;
  font-size: 50px;
font-weight: 400;
}
.service-section .column {
  height: 374px;
    position: relative;
}
.service-section .column .button-service {
  position: absolute;
  width:100%;
  font-family: Georgia;
text-align: center;
  bottom: 50px;
  left:0px;
  font-family: Georgia;
font-size: 20px;
font-weight: 400;

}

.location-section .column h4{
  font-family: Georgia;
font-size: 32px;
font-weight: 400;

}

.service-section .column h3{
  font-family: Georgia;
  font-size: 36px;
  font-weight: 400;
}

.service-section .column p{
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 400;
}

.second ul, .third ul, .fourth ul {
    margin-top: -10px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    max-width: 200px;
    margin: 0 auto;
    display: flex;
}
/* nav.transparent.absolute.fixed .nav-bar {
    background-color: #fff;
} */
 li.active{
    border-bottom: solid 2px #fff;
	z-index: 999;
} 
.image-bg .fade-color{
  opacity: 1;
}

/* Overall container */
.brands-section {
    text-align: center;
    padding: 20px;
}

.slider {
    width: 100%;
    overflow: hidden; /* Hide overflow for a clean look */
    position: relative;
}

.slides {
    display: flex;
    animation: slide 20s linear infinite; /* Seamless animation */
}

/* Style for images */
.slides img {
    width: auto;
    height: 100px; /* Set a consistent height */
    margin-right: 10px; /* Spacing between images */
}

/* Animation to slide images */
@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@media (min-width: 992px){
	.product-custom .col-sm-4.masonry-item.project:nth-of-type(5), .product-custom .col-sm-4.masonry-item.project:nth-of-type(6), .product-custom .col-sm-4.masonry-item.project:nth-of-type(7) {
    top: 240px !important;
}
}