/* --- CUSTOM STYLE --- */

html {
  scroll-behavior: smooth;
}

.header{
	display: flex;
	margin: auto;
    justify-content: space-around;
}

.header ul{
	display: flex;
	margin-left: 20px;
	margin-top: auto;
	margin-bottom: auto;
}

.header ul.mobile-menu .sub-menu{
	display: block;
}

.mobile-menu-divider:before {
    content: "";
    background-color: rgba(0,0,0,.3);
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.mobile-menu-switch .line{
	background: #F4BC16;
}

.mobile-menu-divider {
/*    display: block;*/
    margin-top: 30px;
}

.mobile-menu-switch{
	position: fixed;
    right: 10px;
    z-index: 9999;
}

.header ul.mobile-menu{
    display: none;
    position: fixed;
    right: 0px;
    z-index: 9999;
}

.mobile-menu li a{
	padding: 8px 20px;
}

.header ul.sub-menu{
	display: flex;
	flex-wrap: wrap;
}

.logo.vertical-align-cell{
	margin:auto;
}

.visual-editor-section p,
.visual-editor-section li{
	line-height: 1.7;
}

.button-down {
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 200;
    top: 70%;
    left: calc(50% - 50px);
}

.index-section .banner-content-box{
	width: 460px;
	max-height: auto;
	white-space: normal;
	background: rgba(38, 38, 40, 0.7);
	padding-bottom: 47px;
    margin-right: auto;
}

.banner-content-box h2{
	color: #FFF;
	border-bottom: 1px solid #F4BC16;
	padding: 21px 30px 20px;
	background: rgba(38, 38, 40, 0.68);
}

.banner-content-box h2 a{
	color: #FFF;
}

.banner-content-box h2 a:hover{
	text-decoration: underline;
	opacity: 1;
}

.banner-content-box p{
	font-family: 'Raleway';
	font-size: 16px;
	color: #FFF;
	line-height: 26px;
	padding: 23px 30px 40px;
}

.banner-content-box .more{
	margin-left: 30px;
}

.banner-container{
	width: 100%;
	position: relative;
	padding: 0;
	overflow: hidden !important;
}

.banner-slider{
	width: 100%;
	height: 600px;
	position: relative;
}

.banner-bg{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 95vh;
	position: relative;
	display: flex;
	align-items: center;
}
.banner-bg:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 15, 16, 0.4);
}

.parallax.parallax-2.banner-bg:before{
    background: rgba(11, 15, 16, 0.6);
}

.banner-position{
    position: relative;
}

.how-to-section .banner-content-box h1{
	font-size: 60px;
	color: #fff;
}

.how-to-section .banner-content-box{
	max-height: auto;
	white-space: normal;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}

.full-width.padding-top-70.padding-bottom-66.parallax.banner-bg{
	height: auto;
}

.good-links-right{
	float: right;
	width: 65%;
}

.good-links-right ul{
    width: 100%;
    float: left;
}

.menu.list.margin-top-20{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.list li{
	width: 40%;
}

.column-d-flex{
	display: flex;
	flex-wrap: wrap;
}

.order-position-1{
	order: 1;
}

.order-position-2{
	order: 2;
}

.tabs-navigation li{
	border: 1px solid #eee;
}

.ui-tabs-panel.ui-widget-content.ui-corner-bottom ul{
	list-style: circle;
	margin: 25px;
}

.ui-tabs-panel.ui-widget-content.ui-corner-bottom ul li {
    padding: 10px 0;
}

.files-calc{
		width: 0.1px;
		height: 0.1px;
		opacity: 0;
		overflow: hidden;
		position: absolute;
		z-index: -1;
}

.files-calc-2{
	display: flex;
}

.textarea-mg-bt{
	margin-bottom: 20px;
}

.description.t1.add-files{
	margin-bottom: 32px;
}

.vertical-left .banner-content-box{
	width: 100%;
	white-space: normal;
	background: rgba(38, 38, 40, 0.7);
	padding-bottom: 47px;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}

.vertical-left .banner-content-box h2{
	font-size: 25px;	
}

.vertical-menu li:last-child{
    margin-bottom: 10px;
}

.more.simple.calc a{
	color: #ccc;
}

.services-list.services-items-border.services-icons li{
	height: 185px;
}

.row.padding-top-50 .services-list.services-icons{
    display: flex;
    flex-wrap: wrap;
    place-content: center;
}

.height-450{
	height: 450px;
}

.contact-form .column-check

.custom-form label{
	width: 100%;
	border-left: none;
}

.custom-form{
	padding: 0;
	border: 0;
	transition: padding .3s, border .3s;
	float: none;
/*	width: 100%;*/
}

.your-matherials input{
	width: unset;
	margin-right: 10px;
}

.your-matherials .wpcf7-list-item.first{
	padding-top: 20px;
}

.your-matherials .wpcf7-list-item{
	width: 100%;
	padding: 7px 0;
	margin-bottom: 0;
}

/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
display: inline-block;
margin: 0;
}
.wpcf7 .wpcf7-list-item {
display: block;
/*margin-bottom: 10px;*/
}
.wpcf7-checkbox label {
position: relative;
cursor: pointer;
}
.wpcf7-checkbox input[type=checkbox] {
/*position: relative;*/
position: absolute;
visibility: hidden;
width: 30px;
height: 30px;
top: 0;
left: 0;
}
.wpcf7-checkbox input[type=checkbox] + span {
/* border: 3px solid red; */
}
.wpcf7-checkbox input[type=checkbox] + span:before {
display: block;
position: absolute;
content: '';
border-radius: 0;
height: 15px;
width: 15px;
top: 0px;
left: 0px;
border: 1px solid #f4bc16;
}
.wpcf7-checkbox input[type=checkbox] + span:after {
display: block;
position: absolute;
content: "\2713";
height: 15px;
width: 15px;
top: -6px;
left: 2px;
visibility: hidden;
font-size: 18px;
text-align: center;
line-height: 30px;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:before {
background: transparent;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:after {
visibility: visible;
}
.wpcf7-list-item-label {
margin-left: 40px;
display: inline-block;
}

.form-steps{
	text-align:center;
}

.form-steps span{
	vertical-align: -20px;
}

.cost-calculator-box.cost-calculator-contact .custom-form input{
	float: left;
	margin: 20px 10px;
}

.ui-selectmenu-button.ui-widget.ui-state-default.ui-corner-top,
.ui-selectmenu-button.ui-widget.ui-state-default.ui-corner-all{
	width: 100%!important;
	float: left;
}

.price-range{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	text-align: center;
}

.price-range label{
	display: flex;
	align-items: baseline;
}

.services-list.services-items-border.services-icons li{
	margin-top: 5px;
}

.services-list.services-icons li:nth-child(even) {
    margin-left: 5px;
}

.services-list.services-icons li{
	padding: 25px 40px;
}

.contact-details-list p{
	padding: 5px 0;
}

.contact-details-list a:hover{
	text-decoration: underline;
	color: #fff;
}

.features-list a:hover{
	text-decoration: underline;
	color: #F4BC16;
}

.contact-form .wpcf7-form-control-wrap .mg-top-20{
	margin-top: 20px;
}

.add-files-style{
	display: flex;
	flex-wrap: wrap;
}

.add-files-style .myfiles{
	width: 100%;
}

.bread-crumb-container a{
	color: #444;
	font-weight: 400;
}

.bread-crumb-container p{
    font-size: 13px;
    color: #999;
}

.page-header .page-header-left h1{
	padding: 12px 0;
}

.margin-bottom-70{
	margin-bottom: 70px;
}

.white-contacts-column{
	width: 50%;
	margin: 10px 0;
}

             /*//////////// FORM TABS ////////////*/

.non-choose-error{
	border: 4px solid #F4BC16;
    padding: 20px;
    transition: padding .3s, border .3s;
    margin: 20px 10px 0 0;
}

.q-label p{
	font-size: 16px;
    font-weight: 600;
    float: left;
    font-family: 'Raleway';
    line-height: 24px;
    border-left: 4px solid #F4BC16;
    padding: 14px 0 12px 15px;;
}

.radio-column{
	margin-top: 35px;
}

.cost-calculator-box.custom-select-pd{
	padding: 30px 20px;
	transition: .3s;
}

.custom-select-pd label{
	border-left: unset;
	margin-bottom: 0;
}

.custom-select-pd input{
	float: none;
}

.cost-calculator-box.custom-select-left{
	padding: 30px 30px 30px 0;
	transition: .3s;
}

.cost-calculator-box.custom-select-right{
	padding: 30px 0;
	transition: .3s;
}

.cost-calculator-box.custom-select-pd.non-choose-error{
	padding: 20px;
}

.form-ident input[type="radio"]{
	position: relative;
	width: 17px;
	height: 17px;
}

.form-ident input[type="radio"]:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 15px;
	background: #fff;
	border: 1px solid #f4bc16;
	border-radius:  50%;
}

.form-ident input[type="radio"]:checked:after{
	content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 9px;
    height: 9px;
    background: #f4bc16;
    border-radius: 50%;
}

.cost-calculator-container .cost-slider-container input{
	width: 20%;
}

.cost-calculator-container .cost-slider-container{
	width: 100%;
	margin-top: 30px;
}

.cost-slider-container .ui-slider{
	width: 70%;
	float: left;
	margin-left: 10px;
}

.contact-form .cost-calculator-box p.description.t1{
	margin: 50px 20px 0 0;
}

.price-range input{
	margin-right: 40px;
}

.price-range.tab-100{
	display: block;
}

.ui-tabs-active p{
    color: #FFF;
}

.tabs .ui-tabs-panel p{
	padding-bottom: 50px;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #F4BC16;
}
.tab-variant{
	display: none;
}

.tab-variant.show{
	display: block;
	height: auto;
}

.tab-50{
	width: 50%;
	float: left;
}

.tab-100{
	width: 100%;
	float: left;
	margin-top: 30px;
}

.tab-100 .custom-select-pd.custom-select-left{
	display: flex;
	justify-content: space-around;
}

.step-indicator{
	text-align: center;
	padding: 10px;
}

.step-buttons{
	overflow:auto;
}

.menu-container.vertical-align-cell a{
	text-transform: uppercase;
	width: max-content;
}

.menu-container.vertical-align-cell ul.sub-menu a{
	width: auto;
}

.simple-text p{
	font-size: 16px;
	font-weight: 400;
	font-family: 'Raleway';
}

.price-range .result-width input.result-min,
.price-range .result-width input.result-max{
	width: auto;
}

.result-min,
.result-max{
	display: none;
}
.result-min.show,
.result-max.show{
	display: block;
}
.text-center{
	text-align: center; 
}
.rem-calc .more.submit{
	display: none;
}


/* CUSTOM LI STEP-BY-STEP */ 

.vis-editor li {
  border-top: 2px dashed;
  border-color: #F4BC16 !important;
  margin:0; padding: 30px;
  counter-increment: section;
  position: relative;
}

.vis-editor li:nth-child(even):before {
  content: counter(section);
  right: 100%; 
  margin-right: -20px;
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  height: 20px;
  width: 20px;
  background-color: #F4BC16;
  text-align:center;
  color: white;
  font-size: 100%;
}

.vis-editor li:nth-child(odd):before {
  content: counter(section);
  left: 100%; 
  margin-left: -20px;
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  height: 20px;
  width: 20px;
  background-color: #F4BC16;
  text-align:center;
  color: white;
  font-size: 100%;
}

.vis-editor li:nth-child(even) {
  border-left: 2px dashed;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-right: 30px; 
  padding-right: 0;
}

.vis-editor li:nth-child(odd) {
  border-right: 2px dashed;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-left: 30px; 
  padding-left: 0;
}

.vis-editor li:first-child {
  border-top: 0;
  border-top-right-radius:0;
  border-top-left-radius:0;
}

.vis-editor li:last-child {
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}

.contact-details li{
	width: max-content;
}

.cost-calculator-box label{
	display: flex;
    align-items: center;
    width: 49%;
}

.add-files-style .calc-files-add{
	padding: 15px;
    justify-content: center;
    margin-top: 20px;
}

.add-files-style .upload_btn{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
}

.add-files-style .upload_btn span{
	margin: 20px 0 0 20px;
}

.downfooter .left-side{
	float: left;
}

.downfooter .right-side{
	float: right;
}

.downfooter a{
	color: #000;
}

@media screen and (max-width:1199px){
	.tabs-navigation li:first-child{
		margin-left: 26px;
	}

	.tabs-navigation li a{
		font-size: 13px!important;
	}

	.header-container.sticky{
	    padding: 30px 0 15px;
	}

	.edge-img.column-1-2{
		width: 100%!important;
	}

	.features-list li:first-child{
	    margin-top: 50px!important;
	}

	.column-width-full{
		width: 100%!important;
	}
}

@media screen and (max-width: 1189px){
	.menu-container {
	    margin-top: 0;
	}
}

@media screen and (max-width: 992px){
	.header .social-icons,
	.header li.template-mail{
		display: none;
	}
}

@media screen and (max-width: 767px){
	.banner-bg{
		height: auto;
	}

	.services-list.services-items-border.services-icons li{
		height: auto;
	}
	.height-450{
		height: unset;
	}
	.banner-position{
		padding-top: 100px;
	    padding-bottom: 100px;
	}
	.how-to-section .banner-content-box h1{
		font-size: 45px;
		line-height: 50px;
	}
	.tabs-navigation li:first-child{
		margin-left: 0!important;
	}
	.tabs-navigation li a {
	    min-width: 180px!important;
	}
	.tabs-navigation li {
    	margin-left: 0!important;
    }
    .price-range .custom-select-pd.custom-select-left{
    	flex-wrap: wrap;
    }
    .price-range .custom-select-pd.custom-select-left fieldset{
    	width: 100%;
    }
    .tab-50{
    	width: 100%;
    }
    .cost-calculator-box.custom-select-right{
    	padding: 30px 30px 30px 0;
    }
    .tab-variant .custom-select-left,
    .tab-variant .custom-select-right{
    	padding-bottom: 30px;
    }
    .contact-form .cost-calculator-box p.description.t1{
    	margin-top: 0;
    }
    .tab-100 .custom-select-pd.custom-select-left{
    	display: block;
    	padding-bottom: 30px;
    }
    .cost-calculator-box input{
    	margin-left: 10px;
    	margin-right: 10px;
    }
    .order-position-1{
		order: unset;
	}

	.order-position-2{
		order: unset;
	}

	.background-1{
		background-size: 0 0!important;
	}

	.good-links-right{
		float: left;
	}

	.row .column.white-contacts-column{
		width: 100%;
		margin: 0;
	}
	ul.contact-details,
	.menu-container{
		display: none;
	}

	.cost-calculator-box label{
	    width: 100%;
	}	

	.cost-calculator-box.cost-calculator-contact .custom-form input {
	    margin: 20px 20px 20px 10px;
	}

	.downfooter .left-side,
	.downfooter .right-side{
		float: none;
	}
}

@media screen and (max-width: 540px){
	.how-to-section .banner-content-box,
	.index-section .banner-content-box {
	    width: 300px;
	}

	.tabs-navigation{
		overflow-y: scroll;
		height: 100%;
		overflow-x: unset;
	}
	.tabs-navigation li{
		width: 100%;
	}

	.how-to-section .banner-content-box h1{
		font-size: 35px;
		line-height: 50px;
	}

	.features-list li:first-child{
	    margin-top: 0!important;
	}
	.form-steps button{
		width: 100%;
		margin: 10px 0;
	}
}

@media screen and (max-width: 480px){
	.button-down {
    	display: none;
	}
}

@media screen and (max-width: 375px){
	.banner-position{
		padding-top: 50px;
	    padding-bottom: 50px;
	}
}
