
.icon-style {
    font-size: 3rem;
    position: relative;
    top: 103px;
}

@media (max-width: 767px) {
	.icon-style {
		font-size: 3rem;
		position: relative;
		top: -13px;
	}
}

.front-page-service .fbox-desc h3 {
    font-size: 20px;
	margin-bottom:0
}
.slider-element.tetosziget {
    background: linear-gradient(to right, #11100fc2, #01020254), url(images/gallery/tetosziget/t1.jpg);
    background-size: cover;
    background-position: left center;
}

.slider-element.homlokzat {
    background: linear-gradient(to right, #11100fc2, #01020254), url(images/services/homlokzat/slider/1.jpg);
    background-size: cover;
    background-position: center center;
}


.slider-element {
    background: linear-gradient( 90deg, rgb(37 42 45 / 92%) 21%, rgb(37 42 45 / 62%) 49%, rgb(37 42 45 / 58%) 69%), url(images/slider/5.jpg);
    background-size: cover;
    background-position: center bottom;
}

.slider-element.javit {
    background: linear-gradient( 90deg, rgb(37 42 45 / 92%) 21%, rgb(37 42 45 / 62%) 49%, rgb(37 42 45 / 58%) 69%), url(images/slider/6.jpg);
    background-size: cover;
    background-position: center bottom;
}

.slider-element.badog {
    background: linear-gradient( 90deg, rgb(37 42 45 / 92%) 21%, rgb(37 42 45 / 62%) 49%, rgb(37 42 45 / 58%) 69%), url(images/slider/4.jpg);
    background-size: cover;
    background-position: center bottom;
}



.css3-spinner img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -70px;
    margin-left: -110px;
}

.css3-spinner > div { margin-top: 30px; }

.slider-img {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 50%;
    transform: translateY(-50%);
}

.fbox-text {
    font-size: 58px;
    line-height: 1;
    font-weight: 700;
}

.feature-text h3 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 0;
    margin-left: 15px;
    font-weight: 800;
}

.feature-text {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
    padding-bottom: 10px;
}


.section, .bg-color-light {
    padding: 40px 0;
    background-color: rgba(var(--themecolorrgba, 32,158,187),0.07);
    border-top: 1px solid rgba(var(--themecolorrgba, 32,158,187),.08);
    border-bottom: 1px solid rgba(var(--themecolorrgba, 32,158,187),.1);
}

p.mb-3.p-us {
    font-size: 1.5rem;
}

p.mb-3.p-us-2 {
    font-size: 1.3rem;
    line-height: 1.3;
}

/* ----------------------------------------------------------------
	Colors
-----------------------------------------------------------------*/
.gradient-dark, .h-gradient-dark:hover {
    background-image: -webkit-linear-gradient(to right, #3a1c14, #642d1e) !important;
    background-image: linear-gradient(to right, #3a1c14, #642d1e) !important;
}

.text-primary {
    color: #4f0804!important;
}


:root {
    --themecolor: #335EEE;
    --themecolorrgba: 145, 75, 56;
    --secondcolor: #fa7d09;
    --span: #fa7d09;
}

body {
    color: #484646;
}

.second-color {
    color: #bb6b4e!important;
}

.second-bg-color {
    background-color: #3a1c14 !important;
}

.second-bg-color-2 {
    background-color: #4f0804 !important;
}



.toast-success {
    background-color: #240101;
}

.titular-title span {
    color: #240101;
}

h1, h2, h3, h4, h5, h6 {
    color: #914b38;
}


/* ----------------------------------------------------------------
	Calculator Colors
-----------------------------------------------------------------*/
   
	/* Első kalkulátor csúszka sáv szín */
	#area1, #area2, #area3 {
		background: linear-gradient(to right,#ce745b, #914b38);
	}

	
	
	input[type="range"]::-webkit-slider-thumb {
   
		background: #914b38!important; /* A fogó színe */
		cursor: pointer;
	   
	}

	/* Általános csúszka stílus */
	input[type="range"] {
		-webkit-appearance: none;
	  
		height: 8px;
		border-radius: 5px;
		outline: none;
	}

	input[type="range"]::-webkit-slider-thumb {
		-webkit-appearance: none;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background: #666;
		cursor: pointer;
	}

	input[type="range"]::-moz-range-thumb {
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background: #666;
		cursor: pointer;
	}
	
	.calculator.style {
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 11px 1px rgb(38 38 38 / 75%);
    border-radius: 5px;

}



input[type="range"]::-webkit-slider-thumb {
   
    background: #f69e7b; /* A fogó színe */
    cursor: pointer;
   
}



/* ----------------------------------------------------------------
	Hover Shine Effect
-----------------------------------------------------------------*/

.fbox-media {
  
  border-radius: 5px;

  overflow: hidden;
  display: inline-block;
}


/* Zoom In #1 */
.fbox-media img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .8s ease-in-out;
	transition: .8s ease-in-out;
}
.feature-box.media-box:hover >.fbox-media img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}





.single-service-box-layout1 .service-block {
    padding: 10px 20px;
    border-radius: 10px;
    background: white;
    box-shadow: 0px 10px 40px -10px rgba(0, 64, 128, 0.2);
    transition: all 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.single-service-box-layout1 .service-block .heading-block {
   margin-bottom:0px
}



.single-service-box-layout1 .service-block h4 {
    font-size: 18px;
    text-transform: inherit;
    margin: 5px 0;
    color: #ffffff;
    background: #2d2d2d21;
    border-collapse: separate;
    padding: 5px;
    border-radius: 10px;
}

.service-call {
    /* background: #ffffff; */
    padding: 0px 0 10px 0;
    margin-top: 30px;
    -webkit-box-shadow: 8px 0px 45px -22px rgba(0,0,0,0.75);
    -moz-box-shadow: 8px 0px 45px -22px rgba(0,0,0,0.75);
    box-shadow: 12px 12px 17px -21px rgba(0,0,0,0.75);
}
.service-call h3 {
    margin-bottom: 0px;
}

.service-call p {
    font-size: 25px;
	margin-bottom:10px;
}

.service-call p {
    color:#383e56;
}

.service-call .item-subtitle {
    font-size: 24px;
    font-weight: 600;
    color: #383e56;
    margin-bottom: 14px;
    line-height: 1.5;
}

.text-muted {
    color: #282c37 !important;
    /* font-weight: bold; */
    margin-bottom: 10px;
    font-size: 18px;
    /* font-family: 'Indie Flower', cursive; */
    /* font-family: 'Kanit', sans-serif; */
}

.dark .text-muted {
    color: #ffffff !important;
    /* font-weight: bold; */
    margin-bottom: 10px;
    font-size: 18px;
    /* font-family: 'Indie Flower', cursive; */
    /* font-family: 'Kanit', sans-serif; */
}

.mb-3.i-plain {
    width: 36px !important;
    height: 36px !important;
    font-size: 44px!important;
    line-height: 36px !important;
    color: #444;
    text-shadow: 1px 1px 1px #FFF;
    margin-bottom: 10px!important;
	float: none !important;
}
.my-4 i:before {
    font-size: 47px;
    font-style: normal;
    margin-left: 0px;
}

.more-links {
    padding-left: 0px;
    font-weight: bold;
    margin-top: 30px;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    color: #fa7d09 ;
}

.more-links:hover{
	padding-left: 5px;
	color:#000;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}


.dark .more-links {
    color: #fa7d09 !important;
}

.dark .fancy-title h5 {
	color:#fff!important;
}

.why-us.dark .shape-divider-fill {
    fill: #ffffff!important;
}
/* ----------------------------------------------------------------
	Canvas: Demo Name
	Version: 1.0
-----------------------------------------------------------------*/





/* Topbar
-----------------------------------------------------------------*/

.contact-info a {
    color: #eff3e2;
    font-weight: bold;
}

.top-links-item > a {
    padding: 10px;

}

#top-bar {
    position: relative;
    border-bottom: 0px solid #EEE;
    font-size: 15px;
}


#top-bar p span {
    margin-left: 5px;
    margin-right: 10px;
}

.button-topbar {
    border-radius: 5px;
    padding: 0 10px;
    margin-bottom: 0;
}

/* Header
-----------------------------------------------------------------*/
.button-slider {
    width: min-content;
}

#header {
    position: relative;
    background-color: #FFF;
    border-bottom: 0px solid #F5F5F5;
}

.sd-button {
    display: inline-flex;
}

.menu-link {
    font-size: 1rem;
 
}

.svg-separator {
    position: absolute;
    width: 100%;
    height: 132px;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}

.page-title-parallax .svg-separator {
    position: absolute;
    width: 100%;
    height: 118px;
    bottom: -52px;
    left: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}

.svg-separator {
    position: absolute;
    width: 100%;
    height: 200px;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 0;
}

.svg-separator.top {
	top: -1px;
	bottom: auto;
}


.form-process {
	top: 0;
	left: 0;
}


.swiper-slide-big.frontpage {
    background-image: linear-gradient(
100deg
, rgb(255 255 255) 52%, rgb(255 255 255 / 0%) 0%), url(images/slider/2.jpg);
    background-size: cover;
    background-position: center center;
}


.swiper-slide-big.badogozas {
    background-image: linear-gradient(
100deg
, rgb(255 255 255) 52%, rgb(255 255 255 / 0%) 0%), url(images/slider/s3.jpg);
    background-size: cover;
    background-position: center center;
}




@media (max-width: 1440px) {}

@media (min-width: 992px) and (max-width: 1203px) {}

@media (max-width: 991px) {
	.swiper-slide-big.frontpage {
		background-image: linear-gradient( 100deg, rgb(255 255 255) 70%, rgb(255 255 255 / 0%) 0%), url(images/slider/2.jpg);
		background-size: cover;
		background-position: center center;
	}
	
	.swiper-slide-big.badogozas {
		background-image: linear-gradient( 100deg, rgb(255 255 255) 70%, rgb(255 255 255 / 0%) 0%), url(images/slider/s3.jpg);
		background-size: cover;
		background-position: center center;
	}
}
  
@media (min-width: 768px) and (max-width: 991px) { }

@media (max-width: 767px) {
	
	.swiper-slide-big.frontpage {
		background-image: linear-gradient( 100deg, rgb(255 255 255) 84%, rgb(255 255 255 / 0%) 0%), url(images/slider/2.jpg);
		background-size: cover;
		background-position: center center;
	}
	.swiper-slide-big.badogozas {
		background-image: linear-gradient( 100deg, rgb(255 255 255) 84%, rgb(255 255 255 / 0%) 0%), url(images/slider/s3.jpg);
		background-size: cover;
		background-position: center center;
	}
}	

@media (min-width: 576px) and (max-width: 767px) { }

@media (max-width: 575px) {
	
	.swiper-slide-big.frontpage {
		background-image: linear-gradient( 100deg, rgb(255 255 255 / 87%) 90%, rgb(255 255 255 / 0%) 0%), url(images/slider/2.jpg);
		background-size: cover;
		background-position: center center;
	}
	.swiper-slide-big.frontpage {
		background-image: linear-gradient( 100deg, rgb(255 255 255 / 87%) 90%, rgb(255 255 255 / 0%) 0%), url(images/slider/s3.jpg);
		background-size: cover;
		background-position: center center;
	}
}



.hero-diagonal { position: relative; }

.hero-diagonal::before {
    content: '';
    position: absolute;
    top: -123px;
    left: 0;
    width: 100%;
    height: calc(100% + 140px);
    -webkit-clip-path: polygon(0 9%, 100% 0%, 100% 91%, 0 100%);
    clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0 100%);
    background-image: linear-gradient(rgb(30 30 31), rgb(30 30 31 / 86%)), url(images/slider/s3.jpg);
    background-position: center center;
    background-size: cover;
}
.feature-box.fbox-plain:not(.fbox-small) .fbox-icon img { width: 50px; }

.negetive-margin { margin-top: -230px; }

#cleaner-carousel .owl-item {
	opacity: 0;
	transform: translateY(20px);
	transition: all .4s .1s ease-out;
}

#cleaner-carousel .owl-item.active {
	opacity: 1;
	transform: translateY(0);
}

.total-price {
	font-size: 54px;
	letter-spacing: 0;
}

.btn-outline-secondary:not(:disabled):not(.disabled):not(.active):hover {
	border-color: var(--themecolor, #335EEE);
	color: var(--themecolor, #335EEE);
	background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
	background-color: var(--themecolor, #335EEE);
	border-color: var(--themecolor, #335EEE);
}

.toggle .toggleta i {
	color: var(--themecolor, #335EEE);
}

.section:not(.nobg) .fancy-title h4 { background-color: #F9F9F9; }

.testimonials-carousel:before {
	content: "\e7ad";
	font-family: 'font-icons';
	position: absolute;
	top: -8px;
	left: 50px;
	font-size: 100px;
	color: rgba(51,94,238, 0.02);
	color: rgba(var(--themecolorrgba), 0.08);
}



.heading-block.nobottomborder:after {
    content: '';
    display: none;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid #444;
}




.heading-block > span:not(.before-heading) {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #263463;
}



.center .heading-block:after, .text-center .heading-block:after, .heading-block.center:after, .heading-block.text-center:after {
    margin: 20px auto 0;
}

.fbox-light .fbox-icon i, .fbox-light .fbox-icon img {
    border: 1px solid #E5E5E5;
    background-color: #335eee;
    color: #f9f9f9;
}

.pattern-layer {
    position: absolute;
    right: 0px;
    width: 610px;
    height: 532px;
    background-repeat: no-repeat;
}

.button.button-border:not(.button-fill):hover {
    background-color: #3a1c14;
    color: #FFF;
    border-color: transparent !important;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
}

.fbox-content p {
    margin-top: 0rem;
    margin-bottom: 0px;
    color: #373738;
    font-weight: 500;
}
.fbox-content h3 {
    color: #0c0c0c;
    text-transform: inherit;
}
.promo-us .fbox-content p {
    margin-top: 0rem;
    margin-bottom: 0px;
    color: #5e5e5e;
    font-weight: 500;
    font-size: 1rem;
}

.bgicon.roofing-icon:before {
    font-size: 346px;
    color: rgb(51 94 238 / 7%);
    z-index: 1;
}



.display-4 {
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 1.2;
}

.button:hover {
    background-color: #bb6b4e;
    color: #fff;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}



.slider-caption h2 {
    font-size: 3rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
}

.service-page .svg-separator {
    position: absolute;
    width: 100%;
    height: 117px;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}

.service-page .slider-title span {
    font-size: 26px;
    display: block;
    font-weight: bold;
    letter-spacing: 3px;
    /* margin-bottom: 20px; */
    color: #d8d8d8!important;
    font-family: 'Roboto', sans-serif !important;
}

/* ----------------------------------------------------------------
	Counter area
-----------------------------------------------------------------*/

.progress-content {
    display: flex;
    align-items: center;
}



.progress-content .item-icon i:before {
    position: relative;
    display: block;
    color: #CC3300;
    font-size: 94px;
    margin-right: 11px;
    top: 6px;
}


.progress-content .item-icon.color i:before {
    color: #ffffff;
}

.progress-box-layout1 .progress-content .item-content .count-title {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    line-height: 22px;
}

.item-content .counter.counter-large {
    font-size: 50px;
    font-weight: 400;
}

.couner-area  .col-padding {
    /* padding: 4rem; */
    padding: 2rem 1rem 2rem 1rem;
}




/* ----------------------------------------------------------------
	about-wrap-layout1
-----------------------------------------------------------------*/


.about-wrap-layout1 {
    background-color: #6ac5f2;
    background-image: url(images/slider/1.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
}
.about-box-layout1 {
    width: 62.5%;
    background-color: rgb(29 29 29 / 89%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 80% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 80% 100%, 0 100%);
    padding-left: calc((100% - 1170px) / 2);
}
.about-box-layout1 .about-box-content {
    padding: 7rem 10rem 7rem 0;
}

.about-box-layout1 .about-box-content .item-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    color: #ffffff;
    padding-bottom: 27px;
    margin-bottom: 22px;
}

.about-box-layout1 .about-box-content .item-header .experience-year {
    font-size: 100px;
    font-weight: 700;
    line-height: 76px;
    margin-right: 15px;
    margin-top: 5px;
}

.about-box-layout1 .about-box-content .item-header .item-title li {
    font-size: 34px;
    margin-bottom: 10px;
    line-height: 1.2;
}

@media (max-width: 991px) {
	
	.about-box-layout1 {
		width: 100%;
		padding-left: calc((100% - 690px) / 2);
		clip-path: none;
	}
	.about-box-layout1 .about-box-content .item-header .experience-year {
		font-size: 76px;
		font-weight: 700;
		line-height: 62px;
		margin-right: 15px;
		margin-top: 5px;
	}
}

@media (max-width: 575px) {
		
	
	.about-box-layout1 {
		padding: 0 15px;
	}
	
	.about-box-layout1 .about-box-content {
		padding: 3rem 20px;
	}
	.about-box-layout1 .about-box-content .item-header .item-title li {
		font-size: 25px;
		margin-bottom: 10px;
		line-height: 1;
	}

}

/* ----------------------------------------------------------------
	Slider area
-----------------------------------------------------------------*/
.col-form {
    margin-bottom: -5px;
}




.swiper-slide-bg.first {
    background-image: linear-gradient(90deg, rgb(0 0 0 / 69%) 25%, rgb(30 30 31 / 32%) 73%, rgb(30 30 31 / 1%) 100%), url(images/slider/2.jpg);
    background-size: cover;
    background-position: center center;
}
.swiper-slide-bg.second{
    
    background-image: linear-gradient(90deg, rgb(0 0 0 / 69%) 25%, rgb(30 30 31 / 32%) 73%, rgb(30 30 31 / 1%) 100%), url(images/slider/3.jpg);
    background-size: cover;
    background-position: center center;

}

.swiper-slide-bg.third{
    
    background-image: linear-gradient(90deg, rgb(0 0 0 / 69%) 25%, rgb(30 30 31 / 32%) 73%, rgb(30 30 31 / 1%) 100%), url(images/slider/4.jpg);
    background-size: cover;
    background-position: center center;

}

.page-title-parallax{
    
    background-image: linear-gradient(90deg, rgb(28 0 0) 25%, rgb(30 30 31 / 32%) 73%, rgb(30 30 31 / 1%) 100%), url(images/slider/4.jpg);
    background-size: cover;
    background-position: center center;

}

.slider-element.szolgalt {
    background-image: linear-gradient(90deg, rgb(28 0 0) 25%, rgb(30 30 31 / 32%) 73%, rgb(30 30 31 / 1%) 100%), url(images/slider/s1.jpg);
    background-size: cover;
    background-position: center bottom;
    height: auto;
}

.slider-element.elerh {
    background-image: linear-gradient(90deg, rgb(28 0 0) 25%, rgb(30 30 31 / 32%) 73%, rgb(30 30 31 / 1%) 100%), url(images/slider/1.jpg);
    background-size: cover;
    background-position: center bottom;
    height: auto;
}

.slider-element.badog {
	 background-image: linear-gradient(90deg, rgb(28 0 0) 25%, rgb(30 30 31 / 32%) 73%, rgb(30 30 31 / 1%) 100%), url(images/slider/s3.jpg);
    background-size: cover;
    background-position: center bottom;
    height: auto;
}
.slider-element.tetojavitas {
	 background-image: linear-gradient(90deg, rgb(28 0 0) 25%, rgb(30 30 31 / 32%) 73%, rgb(30 30 31 / 1%) 100%),url(images/slider/3.jpg);
    background-size: cover;
    background-position: center bottom;
    height: auto;
}

.slider-element.tetofedes {
	 background-image: linear-gradient(90deg, rgb(28 0 0) 25%, rgb(30 30 31 / 32%) 73%, rgb(30 30 31 / 1%) 100%), url(images/slider/3.jpg);
    background-size: cover;
    background-position: center bottom;
    height: auto;
	
	
}
.slider-element.rolunk {
	 background-image: linear-gradient(90deg, rgb(28 0 0) 25%, rgb(30 30 31 / 32%) 73%, rgb(30 30 31 / 1%) 100%),url(images/slider/s3.jpg);
    background-size: cover;
    background-position: center bottom;
    height: auto;
	
	
}

#page-title.page-title-dark {
    background-image: linear-gradient( 
90deg
 , #3a1c14 25%, rgb(97 55 44 / 87%) 73%, rgb(146 76 57 / 90%) 100%), url(images/slider/3.jpg);
    background-size: cover;
    background-position: center bottom;
    height: auto;
    padding: 2rem 0;
    /* background: #914b38; */
}

.section.footer-bagr.footer-stick {
    padding: 60px 0;
	background: linear-gradient(90deg, rgb(28 0 0) 0%, #1e0505cc 36%, rgb(28 0 0 / 60%) 100%), url(images/slider/s7.jpg)!important;
    background-size: cover;
    background-position: center top;
    padding: 30px 0;
}

.section.footer-bagr {
    padding: 60px 0;
    background: linear-gradient(90deg, rgb(28 0 0) 0%, #1e0505cc 36%, rgb(28 0 0 / 60%) 100%), url(images/slider/s3.jpg)!important;
    background-size: cover;
    background-position: center bottom;
    padding: 30px 0;
}

.second-bg-color.teto {
    background-image: linear-gradient(90deg, rgb(28 0 0) 25%, rgb(28 0 0 / 78%) 73%, rgb(28 0 0 / 77%) 100%), url(images/slider/s2.jpg);
    background-size: cover;
    background-position: center bottom;
    height: auto;
}

.second-bg-color.feluj {
    background-image: linear-gradient(90deg, rgb(79 8 4) 25%, rgb(79 8 4 / 86%) 73%, rgb(79 8 4 / 85%) 100%), url(images/slider/3.jpg);
    background-size: cover;
    background-position: center bottom;
    height: auto;
}

.second-bg-color.javit {
    background-image: linear-gradient(90deg, rgb(28 0 0) 25%, rgb(28 0 0 / 78%) 73%, rgb(28 0 0 / 77%) 100%), url(images/slider/s2.jpg);
    background-size: cover;
    background-position: center bottom;
    height: auto;
}


.second-bg-color.badog {
    background-image: linear-gradient(90deg, rgb(79 8 4) 25%, rgb(79 8 4 / 86%) 73%, rgb(79 8 4 / 85%) 100%), url(images/slider/s3.jpg);
    background-size: cover;
    background-position: center bottom;
    height: auto;
}

.second-bg-color.mosas {
    background-image: linear-gradient(90deg, rgb(28 0 0) 25%, rgb(28 0 0 / 78%) 73%, rgb(28 0 0 / 77%) 100%), url(images/slider/s5.jpg);
    background-size: cover;
    background-position: center bottom;
    height: auto;
}

.second-bg-color.sziget {
    background-image: linear-gradient(90deg, rgb(79 8 4) 25%, rgb(79 8 4 / 86%) 73%, rgb(79 8 4 / 85%) 100%), url(images/slider/s6.jpg);
    background-size: cover;
    background-position: center bottom;
    height: auto;
}
/* ----------------------------------------------------------------
	Service area
-----------------------------------------------------------------*/
.dark .fbox-content h3 {
    font-size: 1.5rem;
}

.fbox-plain.fbox-dark .fbox-icon i, .fbox-plain.fbox-dark .fbox-icon img {
    color: #914b38;
}


.list-group-flush li i {
    /* position: absolute; */
    /* top: 10px; */
    font-weight: bold;
    font-size: 14px;
    left: 0px;
    /* color: #c84242; */
}

.promo-dark {
    border: 0 !important;
    background-color: #1c0000;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
    border-radius: 3px;
}



.slider-title span {
    font-size: 30px;
    display: block;
    font-weight: bold;
    /* margin-bottom: 20px; */
    color: #d8d8d8!important;
    font-family: 'Roboto', sans-serif !important;
}
.slider-title  {
	margin-bottom: 20px;
}


.title-block {
    background: white;
}

.service-box-layout7 {
    text-align: center;
    padding: 55px 30px 60px;
    box-shadow: 0px 1px 21px 0px rgba(186, 186, 186, 0.4);
    border-radius: 4px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.service-box-layout7:hover {
    background-color: #000000;
}

.service-box-layout7:hover .item-content .item-title {
    color: #ffffff;
}
.service-box-layout7:hover .item-content p {
    color: #ffffff;
}
.service-box-layout7:hover .item-icon i:before {
    color: #e46109;
}


.service-box-layout7 .item-icon {
    line-height: 1;
    margin-bottom: 20px;
}
.service-box-layout7 .item-icon i:before {
    font-size: 80px;
    color: #e46109;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin: 0;
}

.service-box-layout7 .item-content .item-title {
    position: relative;
    font-weight: 500;
    padding-bottom: 25px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}



.service-box-layout7 .item-content p {
    margin-bottom: 25px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.item-icon img {
    height: 89px;
    margin-bottom: 15px;
}
.service-box-layout7 .item-content .item-title:after {
    content: "";
    height: 4px;
    width: 54px;
    background-color: #FF6600;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}



.single-service-box-layout1 .main-img {
    margin-bottom: 30px;
}



.single-service-box-layout1 .item-content .item-info .item-subtitle {
    font-size: 24px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 14px;
    line-height: 1.5;
}
.single-service-box-layout1 .item-content .more-info .more-info-box .item-img {
    position: relative;
    padding-left: 32px;
    z-index: 2;
}

.single-service-box-layout1 .item-content .more-info .more-info-box .item-img:after {
    content: url(images/services/pattern.png);
    position: absolute;
    top: -32px;
    left: 0;
    z-index: -1;
}

.single-service-box-layout1 .item-content .more-info .more-info-box {
    margin-bottom: 4rem;
}

.single-service-box-layout1 .item-content .more-info .more-info-box .item-content ul li {
    padding-left: 5rem;
    position: relative;
}

.single-service-box-layout1 .item-content .more-info .more-info-box .item-content ul li .sl-number {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #ebebeb;
    font-size: 24px;
    color: #FF6600;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.single-service-box-layout1 .item-content .more-info .more-info-box .item-content ul li h4 {
    font-weight: 600;
    margin-bottom: 0px;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.single-service-box-layout1 .item-content .item-gallery .gallery-img .item-img img {
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.3);
}

.single-service-box-layout1 .item-content .item-gallery .gallery-img {
    margin: 30px 0 55px;
}

.single-service-box-layout1 .item-content .item-services {
    /* background-color: #ffffff; */
    padding: 29px 0px 0px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.single-service-box-layout1 .item-content .item-services .service-list {
    display: flex;
    margin-top: 30px;
}

.single-service-box-layout1 .item-content .item-services .service-list ul {
    margin-right: 30px;
}

.single-service-box-layout1 .item-content .item-services .service-list ul li {
    color: #444444;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
    font-weight: 600;
    border-bottom: none;
}
.single-service-box-layout1 .item-content .item-services .service-list ul li i {
    position: absolute;
    top: -1px;
    font-weight: bold;
    font-size: 20px;
    left: 0;
    color: #fa7d09 ;
}
.item-info .service-list {
    display: flex;
    margin-top: 30px;
}

.item-info .service-list ul {
    margin-right: 12px;
}
.item-info  .service-list ul li {
    color: #444444;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
    font-weight: 600;
    border-bottom: none;
}
.item-info .service-list ul li i {
    position: absolute;
    top: -1px;
    font-weight: bold;
    font-size: 20px;
    left: 0;
    color: #fa7d09 ;
}

.service-list {
    display: flex;
    margin-top: 30px;
}

.service-list ul {
    margin-right: 30px;
}
.service-list ul li {
    color: #444444;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
    font-weight: 600;
    border-bottom: none;
}
.service-list ul li i {
    position: absolute;
    top: -1px;
    font-weight: bold;
    font-size: 20px;
    left: 0;
    color: #fa7d09 ;
}
.service-list {
    display: flex;
    margin-top: 0px;
}

.service-list ul {
    margin-right: 12px;
}
.service-list ul li {
    color: #342e48;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
    font-weight: 600;
    border-bottom: none;
}
.service-list ul li i {
    position: absolute;
    top: -1px;
    font-weight: bold;
    font-size: 20px;
    left: 0;
    color: #fa7d09 ;
}


.header-item-subtitle {
    top: 243px;
    left: 29px;
    position: absolute;
    /* bottom: -2px; */
    border-radius: 5px;
    color: #383e56;
    padding: 5px 25px 5px 10px;
    /* width: 80%; */
    text-transform: uppercase;
    font-size: 36px;
    /* border: 2px solid; */
    background: white;
}

.our-service .fbox-content h3 {
    font-size: 1.5rem;
}

/* Sidebar
-----------------------------------------------------------------*/
h3.header {
    margin-bottom: 10px;
    margin-top: 10px;
    color: #626262;
}

h3.header:before {
    content: "";
    height: 3px;
    width: 49px;
    background-color: #fa7d09 ;
    position: absolute;
    /* bottom: 8px; */
    left: 22px;
    top: 58px;
    /* bottom: 10px; */
}
.sidebar-area .widget {
    border: 1px solid #dbdada;
    padding: 15px 20px;
    background: #ffffff;
    border-radius: 5px;
}

a.nav-link {
    color: #101010;
    font-weight: 900;
    font-size: 19px;
}



.service-list ul li:last-child {
    border-bottom: none;
}
.service-list ul li a:hover i {
    color: #FF6600;
}

.service-list ul li a {
    position: relative;
    display: block;
    color: #111111;
    padding: 13px 0 13px 26px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.service-list ul li a i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.service-list ul li a:hover {
    color: #082c4b;
    padding-left: 35px;
}

.widget-banner .banner-img .item-content {
    background-color: rgb(74 63 53);
    padding: 7rem 5rem 1rem;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 4px 4px;
    -webkit-clip-path: polygon(0 38%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 38%, 100% 0, 100% 100%, 0 100%);
}
.widget-banner .banner-img img {
    border-radius: 4px;
    min-width: 100%;
}

.widget-banner .banner-img .item-content .big-text {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}
.widget-banner .banner-img .item-content .sub-text {
    font-size: 18px;
    color: #9cabb8;
    margin-bottom: 30px;
}
.widget-banner .banner-img .item-content .item-btn:hover {
    background-color: #ffffff;
    color: #082c4b;
}

.widget-banner .banner-img .item-content .item-btn {
    display: block;
    background-color: #fa7d09;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    padding: 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.sidebar-area .widget.widget-banner {
    border: 0px solid #dbdada;
    padding: 0px 00px;
    background: #ffffff;
    border-radius: 5px;
}





/* Promo
-----------------------------------------------------------------*/
.dark #page-title span, #page-title.dark span {
    color: #fff!important;
    font-weight: bold;
}

.button-3d.button-black:hover, .button-reveal.button-black:hover, .button-border.button-black:hover, .button-border.button-black.button-fill::before {
    background-color: #0c0c0c !important;
}
.masonry-thumbs .grid-item {
    padding: 10px;
}

.section.promo-section{
    /* z-index: 3; */
    margin-top: -136px!important;
    padding: 140px 0 0 0;
}

.shadow {
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
}

/* Contact page
-----------------------------------------------------------------*/
.dark .footer-widgets-wrap a {
    color: #bb6b4e!important;
}

.card-body h3 {
	font-size: 1.2rem;
}

.contact dl {
    font-size: 1.2em;
    display: grid;
    grid-template-columns: min-content min-content;
    grid-gap: 1em 2em;
    padding: 0;
    align-items: center;
    
}

.contact dl dt {
    margin: 0;
    padding: 0;
    color: #25262a;
    text-transform: uppercase;
    font-weight: 600;
}
.dark .contact dl dt {
    margin: 0;
    padding: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
}
.contact dl dd {
    margin: 0;
    padding: 0;
    font-size: 21px;
    font-weight: 500;
    white-space: nowrap;
    position: relative;
}

@media (max-width: 575px) {
	.contact dl dd {
		margin: 0;
		padding: 0;
		font-size: 21px;
		font-weight: 500;
		white-space: nowrap;
		position: relative;
		margin-bottom: 10px;
	}
	.contact dl {
		font-size: 1.2em;
		display: inline-block;
	}

}
.footer-widgets-wrap h4:after {
    content: "";
    height: 2px;
    width: 35px;
    background-color: #e8e8e8;
    position: absolute;
    /* bottom: 8px; */
    left: 15px;
    top: 26px;
}
.dark #footer, #footer.dark {
    color: rgba(255,255,255,0.75);
  
    border-top-color: rgba(255,255,255,0.15);
}

.link-box.pull-right {
    position: absolute;
    top: 41px;
    right: 30px;
}

.sm-form-control {
    display: block;
    width: 100%;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fcfcfc;
    background-image: none;
    border: 2px solid #335eee2b;
    border-radius: 5px !important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

.kapcsolat .sm-form-control {
    display: block;
    width: 100%;
    padding: 10px 14px;
    font-size: 16px;
    line-height: 2;
    color: #383e56;
    background-color: #fcfcfc;
    background-image: none;
    border: 1px solid #e0dfdf;
    border-radius: 5px !important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

.form-control.error, .sm-form-control.error {
    border-color: #E42C3E!important;
}

.contactinfo-sectio .form-group i {
    position: absolute;
    top: 12px;
    right: 27px;
    font-size: 22px;
    color: #383e56;
    /* z-index: 1; */
}

.form-group .button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 0px;
    padding: 14px 21px;
    font-size: 0.875rem;
    line-height: 24px;
    background-color: #1ABC9C;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.slider-title.contact h2 {
    position: relative;
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 3px;
}

.slider-title.contact p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #191919;
}
.single-item {
    margin-bottom: 35px;
}

.single-item .inner {
    position: relative;
    display: block;
    background: #fff;
    padding: 22px 30px 24px 84px;
    min-height: 100px;
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
}

.single-item .inner p {
    margin-bottom:0px;
}



.single-item .inner .icon-box-2 {
    position: absolute;
    left: 30px;
    top: 30px;
    font-size: 40px;
    line-height: 40px;
    color: #3a1c14;
}
.contactinfo-section .single-item .inner p {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin: 0px;
}
.contactinfo-section .single-item .inner p strong {
    color: #1e1e2a;
    font-weight: 600;
}

.single-item h3 {
    position: relative;
    display: block;
    padding-left: 30px;
    margin-bottom: 12px;
}
.single-item h3:before {
    position: absolute;
    content: '';
    width: 25px;
    height: 2px;
    left: 0px;
    top: 18px;
    z-index: 10;
    background: #bf2727;
    /* color: red; */
}

#footer .footer-widgets-wrap {
    position: relative;
    padding: 40px 0;
}

.dark.white .shape-divider-fill {
    fill: #F9F9F9;
}

.why-us .shape-divider-fill {
    fill: #383E56;
}

.upper {
	text-transform: uppercase;
}

.dark .footer-widgets-wrap .text-light {
    color: #f8f9fa !important;
}

/* Responsive Device more than 992px (.device-md >)
-----------------------------------------------------------------*/
@media (min-width: 992px) {

	
	


	.feature-box .fbox-img img {
		z-index: 3;
		position: relative;
		background-color: #FFF;
	}

	[class^=col-]:not(:last-child) .feature-box .fbox-img:before {
		content: '';
    	position: absolute;
		top: 50%;
		left: 100%;
		width: 150%;
    	border-top: 1px dashed var(--themecolor, #335EEE);
		transform: translateY(-50%);
		z-index: 0;
	}

	#oc-testi.owl-carousel .owl-dots {
		position: absolute;
	    bottom: 45px;
	    right: 40px;
	}

	#oc-testi.owl-carousel .owl-dots .owl-dot { margin-top: 0; }

}

/* Responsive Device less than 768px (.device-sm <)
-----------------------------------------------------------------*/
@media (max-width: 767.98px) {
	.slider-img {
		position: relative;
		display: flex;
		width: 100%;
		max-width: 70%;
		top: auto;
		transform: none;
		margin: auto;
		text-align: center;
	}
	
	p.mb-3.p-us {
		font-size: 1.2rem;
	}
	
}

/* Responsive Device less than 991px (.device-md <)
-----------------------------------------------------------------*/
@media (max-width: 991.98px) {
	#header .button  {
		width: 100%;
		background-color: var(--themecolor, #209EBB);
		color: #FFF;
		font-size: 15px;
	}

	#page-menu .button {
		background-color: #444;
	}
}

/* ----------------------------------------------------------------
	Products
-----------------------------------------------------------------*/

.i-products {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}

.i-products:hover { box-shadow: 0 4px 6px rgba(0,0,0,.04); }

.i-products .products-image,
.i-products .products-image img {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.i-products .products-image img {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.i-products:hover .products-image img {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.i-products .products-image .badge {
	position: absolute;
	display: block;
	top: 10px;
	left: 10px;
	color: #222;
	background-color: #FFF;
	padding: 5px;
	border-radius: 3px;
}

.i-products .products-desc {
	position: relative;
	padding: 25px;
	background-color: #FFF;
	border: solid #EEE;
	border-width: 0 1px 1px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	min-height: 250px;
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.i-products:hover .products-desc {
	margin-top: -123px;
	min-height: 373px;
	box-shadow: 0 -3px 20px 3px rgba(0,0,0,.4);
}

.i-products .products-desc h3 {
	font-size: 20px;
	margin-bottom: 8px;
}

.i-products .products-desc p, .i-products .products-desc .counter, .i-products .products-hoverlays .list-group-item, .i-products .products-hoverlays .product-user a, .i-products .products-hoverlays .products-location {
    color: #0a0a0a;
}

.i-products .products-desc .counter {
	display: block;
	font-size: 13px;
	font-weight: 600;
}

.i-products .products-desc h3 a,
.i-products .products-desc .counter span,
.i-products .products-desc .counter strong,
.i-products .products-hoverlays .list-group-item strong { color: #333 }

.counter.counter-xs {
	font-size: 13px;
	color: #555;
}

.i-products .products-hoverlays .list-group-item {
	padding-left: 0;
	font-size: 14px;
}

.i-products .products-hoverlays .product-user img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
}

.i-products .products-hoverlays {
	position: absolute;
	opacity: 0;
	left: 0;
	right: 0;
	bottom: -100px;
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #FFF;
	visibility: hidden;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	z-index: 1;
	transition: all .2s ease-in-out;
	-webkit-backface-visibility: hidden;
}

.i-products:hover .products-hoverlays {
	bottom: 0;
	opacity: 1;
	visibility: visible;
	transition: all .2s ease-in-out;
}

.i-products .skills li > span { top: -30px; }


/* ----------------------------------------------------------------
	Responsiv
-----------------------------------------------------------------*/

@media (max-width: 1440px) {}

@media (min-width: 992px) and (max-width: 1203px) {
	
	.single-service-box-layout1 .service-block h4 {
		font-size: 15px;
		text-transform: inherit;
		margin: 5px 0;
		color: #ffffff;
		background: #2d2d2d21;
		border-collapse: separate;
		padding: 5px;
		border-radius: 10px;
	}
	
	h1.titular-title {
		font-size: 2.15rem;
	}

	.titular-sub-title {
		margin: 0;
		font-weight: 600;
		letter-spacing: 4px;
		font-size: 0.8rem;
		text-transform: uppercase;
	}
	
	.header-item-subtitle {
		display:none
	}

}

@media (max-width: 991px) {
	
	li.menu-item.sub-menu i {
		display: none;
	}
	
	.pattern-layer.why-us {
		position: absolute;
		display:none;
		right: 0px;
		width: 610px;
		height: 532px;
		background-repeat: no-repeat;
	}
	
	.swiper_wrapper .slider-caption h2 {
		font-size: 6.5vw;
		line-height: 1.5;
	}
	
	.swiper_wrapper .slider-caption p {
		font-size: 20px;
		font-weight: 500;
	}
}
  
@media (min-width: 992px) {
	
	

	#header:not(.sticky-header) { border-bottom: 1px solid rgba(0,0,0,0.05); }

	#top-account a { color: #333 }

	#header .button { margin: 0 10px; }

	.heading-block h2 { font-size: 34px; }

	.dropdown-item { padding: 0.35rem 1.5rem; }

	.dropdown.show .button,
	.dropdown-item:hover {
		background-color: var(--themecolor, #209EBB);
		color: #FFF;
	}

	#page-menu-wrap {
		background: #F5F5F5 !important;
		overflow: hidden;
	}

	#page-menu .button {
		opacity: 0;
		visibility: hidden;
		transition: opacity .3s ease;
	}

	#page-menu.sticky-page-menu .button {
		opacity: 1;
		visibility: visible;
	}

	.page-menu-item > a {
		margin: 0 3px;
		color: #444;
		text-shadow: none;
		padding-top: 15px;
		padding-bottom: 15px;
		border-radius: 0;
	}

	.page-menu-item:hover > a, .page-menu-item.current > a {
	    background-color: var(--themecolor, #209EBB);
		color: #FFF;
	}

	#page-menu:not(.sticky-page-menu) .container { padding: 0; }

	
}
  
@media (min-width: 768px) and (max-width: 991px) { }

@media (max-width: 767px) {
	
	h1.titular-title {
		font-size: 2rem;
		line-height: 1.1;
		letter-spacing: 0px;
	}

	.titular-sub-title {
		margin: 0;
		font-weight: 600;
		letter-spacing: 1px;
		font-size: 1rem;
		text-transform: uppercase;
	}
	
	.service-list {
		display: block;
	}
	.single-service-box-layout1 .item-content .item-services .service-list {
		display: block;
		margin-top: 30px;
	}
	
	.display-4 {
		font-size: 2.5rem;
		line-height: 1.2;
	}
	
	.svg-separator {
		position: absolute;
		width: 100%;
		height: 80px;
		bottom: 0;
		left: 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
		z-index: 1;
	}
	
	.header-item-subtitle {
		display:none
	}
	
	h2.titular-title {
		font-size: 2.4rem;
		line-height: 1.2;
	}
	
	
	.dark .fbox-content h3 {
		font-size: 1.4rem;
	}
	.our-service .fbox-content h3 {
		font-size: 1.4rem;
	}
	
	.promo h3 {
		font-weight: bold;
		margin-bottom: 0;
		font-size: 1.4rem;
	}
	
	#page-title.page-title-dark {
		background-image: linear-gradient(141deg, #914b38 25%, rgb(145 75 56 / 74%) 100%, rgb(145 75 56 / 86%) 100%), url(images/slider/3.jpg);
		background-size: cover;
		background-position: center bottom;
		height: auto;
	}
	
	.swiper-slide-bg {
    background-image: linear-gradient(
	90deg
	, rgb(0 0 0 / 51%) 25%, rgb(12 12 12 / 77%) 73%, rgb(0 0 0 / 70%) 100%), url(images/slider/2.jpg)!important;
		background-size: cover;
		background-position: center center;
	}

}	

@media (min-width: 576px) and (max-width: 767px) { }

@media (max-width: 575px) {
	
	#page-title.page-title-parallax h1 {
		font-size: 25px;
		font-weight: 600;
		letter-spacing: 2px;
	}
	
	.svg-separator {
		position: absolute;
		width: 100%;
		height: 60px;
		bottom: 0;
		left: 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
		z-index: 1;
	}
	
	.display-4 {
		font-size: 1.9rem;
		line-height: 1.2;
	}
	
	
	
	.single-item .inner {
		position: relative;
		display: block;
		background: #fff;
		padding: 20px 0px 20px 42px;
		min-height: 100px;
		box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
	}
	
	.single-item .inner p {
		margin-bottom: 0px;
		font-size: 1.2rem;
	}
	
	.single-item .inner .icon-box-2 {
		position: absolute;
		left: 5px;
		top: 27px;
		font-size: 30px;
		line-height: 40px;
		color: #383e56;
	}
	
	.button.button-desc {
		text-align: left;
		padding: 23px 12px;
		font-size: 0.9rem;
		height: auto;
		line-height: 1;
	}
	
	.button.button-desc span {
		display: block;
		margin-top: 10px;
		font-size: 0.675rem;
		font-weight: 400;
		letter-spacing: 1px;
		font-family: 'PT Serif', serif;
		font-style: italic;
		text-transform: none;
	}
	
	.slider-title.contact h2 {
		position: relative;
		font-size: 1.8rem;
		line-height: 45px;
		font-weight: 700;
		margin-bottom: 3px;
	}
	
	.slider-title span {
		font-size: 19px;
	}
	
	.service-page .svg-separator {
		position: absolute;
		width: 100%;
		height: 42px;
		bottom: 0;
		left: 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
		z-index: 1;
	}
}