/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/


#site-header {
    max-width: 1400px;
	margin: auto;
}

.wpb_text_column a{
    text-decoration: none !important;
}

.wpb_text_column a:hover{
    text-decoration: underline !important;
}
.mob{
	display: none;
}
.acc{
	color: var(--wpex-accent);
}

.theme-button{
	transition: 0.5s all ease;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.theme-button:hover{
	transition: 0.3s all ease;
	box-shadow: none;
}

.features{
	margin: 38px 0 48px 0;
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 16px;
	position: relative;
}
.features_item:nth-child(3n+1) {
    justify-self: start;
}
.features_item:nth-child(3n+2) {
    justify-self: center;
}
.features_item:nth-child(3n+3) {
    justify-self: end;
}
.features_item {
    padding: 12px 14px;
    width: 216px;
    height: 67px;
    border: 1px solid #ff8000;
    border-radius: 11px;
    display: flex;
    gap: 10px;
    align-items: center;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	background: #fff;
}
.features_item div {
    color: #1E3A34;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}

.features_item:nth-child(1), .features_item:nth-child(4){position: relative;}
.features_item:nth-child(1)::before, .features_item:nth-child(4)::before{
	content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    right: -5px;
    background-color: var(--wpex-accent);
}

.features_item:nth-child(2), .features_item:nth-child(5) {position: relative;}
.features_item:nth-child(2)::before, .features_item:nth-child(5)::before {
	display: block !important;
	content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    right: -5px;
    background-color: var(--wpex-accent);
}
.features_item:nth-child(2):after, .features_item:nth-child(5):after {
	content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: -5px;
    background-color: var(--wpex-accent);
}

.features_item:nth-child(3), .features_item:nth-child(6){position: relative;}
.features_item:nth-child(3)::before, .features_item:nth-child(6)::before{
	content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: -5px;
    background-color: var(--wpex-accent);
}

.features span{
	display: block;
    position: absolute;
    background-color: var(--wpex-accent);
    width: 1px;
    height: 100%;
    left: 105px;
    z-index: -1;
}
.features .line-2{
    left: 50%;
}
.features .line-3{
    left: calc(100% - 105px);
}
.features .line-4, .features .line-5{
	width: 100%;
    height: 1px;
	left: 0;
}

.features .line-4{
	top: 33px;
}
.features .line-5{
	top: 116px;
}
.height-21{
	height: 35px;
}

.li ul{
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding: 20px 0;
	list-style: none;
}

.li ul li {
    position: relative;
    margin-bottom: 14px;
}

.li ul li::before {
	content: "";
    position: absolute;
    left: -40px;
    top: 2px;
    width: 12px;
    height: 12px;
    border: 3px solid #ff8000;
    border-radius: 50%;
    background: #fff;
}

.li ul li::after {
    content: "";
    position: absolute;
    left: -30px;
    top: 7px;
    width: 26px;
    height: 2px;
    background: #ff7a00;
}

.li2 ul li::before {
    left: -40px;
    top: 2px;
    width: 12px;
    height: 12px;
    border: 3px solid #0694B2;
    border-radius: 50%;
    background: #0694B2;
}

.li2 ul li::after {
    background: #0694B2;
}

.center-b-blue{
	
}

.center-b-blue::before{
    content: '';
    width: 5000px;
    height: 3px;
    position: absolute;
    left: -2000px;
    background: #0694B2;
    top: 31%;
    z-index: -1;
}

.center-b-blue-item{
    color: #0694B2;
    background: #fff;
    font-family: Benzin;
    font-weight: 500;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding: 16px 7px 11px 7px;
    line-height: 1.3;
    max-width: 600px;
    text-align: center;
    border: 1px solid #0694b2;
    margin: 0 auto;
    display: block;
    position: relative;
    font-size: 20px;
}

.center-b-blue-item::before, .center-b-blue-item::after{
	content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    background: #0694B2;
    top: 42%;
}
.center-b-blue-item::after{
	left:inherit;
	right:-10px;
}


.wpex-carousel .wpex-icon svg {
    fill: rgb(0 0 0);
    width: 22px;
    height: 22px;
}
.wpex-carousel:where(.arrwpos-abs) .wpex-carousel__arrow{
	opacity: 1;
}
.type-works{
	max-width: 700px;
}

.ww .wpex-card-inner, .ww .wpex-carousel__item{
    justify-content: center !important;
}

.logo-mark{
    position: absolute;
    top: 78px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.ww .wpex-card  .vcex-heading{
    background: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, rgba(40, 40, 40, 0.87) 70%, rgba(0, 0, 0, 1) 100%);
	border-radius: 0 0 30px 30px;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

html .pum-theme-221 .pum-title, html .pum-theme-lightbox .pum-title {
    color: #4A4A4A;
    text-align: left;
    text-shadow: none;
    font-family: Benzin;
    font-weight: 500;
    font-size: 24px;
    line-height: 25px;
    padding-top: 10px;
}

.pum-theme-221 .wpb_text_column  p{
	font-size: 14px;
    padding-bottom: 3px;
    padding-right: 5px;
}

.wpcf7-submit{
margin: 13px auto !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 13px 45px;
    display: block;
}
.wpcf7-text, .wpcf7-select{
	background: transparent;
    border: none;
    border-bottom: 1px solid #1E3A34;
    border-radius: 0px;
    padding: 0 !important;
    color: #000 !important;
    opacity: 1;
    padding: 6px 0px !important;
    margin-bottom: 9px;
    width: 100%;
}


@media (max-width: 768px) {
	.ww div.wpex-carousel__item > div > div > div > div{
		min-height: 240px !important;
	}
	.logo-mark{
		top: 20px;
	}
	.logo-mark img{
		width: 100px !important;
        height: auto;
	}
	.wpex-carousel__dots {
		gap: 5px !important;
	}
	.wqwqer .wpex-carousel__dots {
        left: 21vw;
        top: 4px;
        position: relative;
	}
	.ww .wpex-card .vcex-heading {
		height: 65px;
	}
	
	
	.type-serv .vc_row{
        min-height: 116px !important;
        width: 228px;
        padding: 7px 0px !important;
	}
	.wqwqer .wpex-post-cards-loop{
		width: 228px !important;
		left: -10px;
	}
	.wqwqer  .wpex-carousel__stage-outer{
		overflow: visible;
	}
	.wpex-carousel:where(.arrwpos-abs) .wpex-carousel__arrow{
		opacity: 0 !important;
	}
	.l2{
		position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: -19px;
	}
	.l2::before{
		content: url(/wp-content/uploads/2026/03/l2.svg);
        position: relative;
        left: -5px;
        top: 18px;
	}
	.l2::after{
		content: url(/wp-content/uploads/2026/03/l3.svg);
        position: relative;
        right: -5px;
        top: 18px;
	}
	#ff{
		display: flex;
		flex-direction: column;	
	}
	#ff .vc_col-sm-12{
		order: 1;
	}
	#ff .vc_col-xs-12:nth-child(1){
		order: 0;
	}
	#ff .vc_col-xs-12:nth-child(2){
		order: 2;
	}
	.center-b-blue-item::before, .center-b-blue-item::after{
		display: none;
	}
	.center-b-blue::before {
        content: url(/wp-content/uploads/2026/03/l1.svg);
        width: auto;
        left: 227px;
        top: 53px;
        height: auto;
        background: none;
        position: absolute;
	}
	.center-b-blue-item {
        font-size: 12px;
        max-width: 315px;
        margin-top: -22px;
        margin-bottom: -19px;
	}
	.height-21{
		height: auto;
	}
	.li ul {
		margin-left: 20px;
		gap: 4px;
		padding: 13px 0;
	}
	.li ul li::after {
		left: -46px;
	}
	.li ul li::before {
		left: -20px;
	}
	.features .line-4 {
    	top: 25px;
    	width: 20%;
		left: 40%;
	}
	.features .line-5 {
    	top: 145px;
    	width: 20%;
		left: 40%;
	}
	.features_item:nth-child(1)::before, .features_item:nth-child(4)::before,  .features_item:nth-child(2)::before, .features_item:nth-child(5)::before, .features_item:nth-child(3)::before, .features_item:nth-child(6)::before{
    	width: 6px;
    	height: 6px;
    	right: -4px;
    	background-color: #ffffff;
		border: 2px solid #ff8000;
	}
	.features_item:nth-child(2):after{
		top: -21px;
        left: -13px;
	}
	 .features_item:nth-child(4)::before, .features_item:nth-child(2)::before, .features_item:nth-child(6)::before{
		left: -4px;
	}
	.features_item:nth-child(3)::before{
		right: -4px;
        left: inherit;
	}
	.features_item:nth-child(5):after{
		bottom: -19px;
        right: -14px;
        left: inherit;
	}
	.features .line-2 {
		left: 50%;
		height: 120%;
		top: -10%;
	}
	.features .line-3 {
		left: 40%;
		width: 20%;
		height: 1px;
		top: 50%;
	}
	.line-1{
		display: none !important;
	}

	.features {
        grid-template-columns: repeat(2, max-content);
        justify-content: center;
        column-gap: 18px;
        row-gap: 10px;
    }
	.features_item div {
		font-size: 13px;
		font-weight: 400;
	}

    .features_item {
        justify-self: center;
		padding: 12px 7px;
		width: 166px;
		height: 50px;
    	gap: 5px;
    }
	.theme-button{
		padding: 14px 15px;
	}
	.mob{
		display: inline-block;
	}
	.vc_section .hero{
		min-height: auto !important;
    	padding: 28px 6px;
		background-image: url(/wp-content/uploads/2026/03/mob.png) !important;
	}
	.hero-bb{
		padding: 8px 17px !important;
	}
	.tal-mob{
		text-align: left !important;
	}
	.header-fixed-height #site-header-inner {
	   height: 70px;
	}
	.mobile-menu-toggle {
		--wpex-hamburger-icon-width: 18px !important;
		--wpex-hamburger-icon-bar-height: 2px !important;
		--wpex-hamburger-icon-gutter: 4px !important;
	}
}