





.check-list2 li {
    position: relative;
    padding-left: 30px;
}
.check-list2.half-list li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.check-list2 li img {
    position: absolute;
    left: 0;
    top: 6px;
}

.check-list2 li span {
    position: absolute;
    left: -5px;
    width: 23px;
    height: 23px;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    FONT-SIZE: 30px;
    top: 8px;
    color: #fd7013;
}
.check-list2 h5 {
    font-size: 17px;
}

.check-list2 h5 {
    margin-bottom: 0px;
}
.check-list2 p {
    /* line-height: 1.5; */
    margin-top: 0px;
    font-size: 16px;
    line-height: 1.5!important;
}



@media (max-width: 575.98px) {
	
	.check-list2.half-list li {
		width: 100%;
		display: inline-block;
		vertical-align: top;
	}
}







.contact-page .sm-form-control, .form-control {
    display: block;
    width: 100%;
    /* padding: 8px 7px; */
    font-size: 16px;
    /* line-height: 1.42857143; */
    /* color: #1a2828; */
    background-color: #f8f8f8;
    background-image: none;
    border: 0px solid #fd5f00;
    /* border-bottom: 2px solid #2e2f3b; */
    border-radius: 5px 5px 2px 2px !important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

.contact-page .border-form-control {
    height: 48px;
    padding: 8px 4px;
    font-size: 16px;
    letter-spacing: 1px;
    background-color: transparent !important;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    border-bottom-width: 1px!important;
    border-color: #594a42!important;
    font-family: 'Montserrat', sans-serif;
}




.block-tab-2 .tab-nav {
    border-bottom: 0px solid #201818!important;
    border-top:0px solid #201818!important;
}
.block-tab-2 .tab-nav li.ui-tabs-active a {
    position: relative;
    top: 0px;
    background-color: #FFF;
}

.block-tab-2 .tabs-alt .tab-nav li.ui-tabs-active a {
    border: 0px solid #DDD;
    border-bottom: 0;
    background: #2e2d2d;
    color: white;
}

.block-tab-2 .tabs-alt .tab-nav li a {
    background-color: #ececec;
}

.szolgal .fbox-media {
    border-radius: 0px;

}
.szolgal .media-box .fbox-media {
    margin: 0 0 0.5rem;
}

/* -------- svg-underline -------- */
.svg-underline,
.svg-underline span {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.svg-underline.not-animated,
.svg-underline[data-animate]:not(.animated) {
	opacity: 1;
}

.svg-underline::before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	height: 13px;
	background-image: url(images/underline.svg);
	background-size: 100% 13px;
	background-position: bottom center;
	opacity: 0.7;
}

.svg-underline[data-animate]::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 13px;
	background: #FFF;
	right: 0;
	bottom: 0;
	-webkit-transition: width 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: width 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: width 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: width 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.dark .svg-underline::before {
	opacity: 0.7;
	 background-image: url(images/underline_dark.svg);
}

.dark.svg-underline::before {
	opacity: 0.7;
	 background-image: url(images/underline_dark.svg);
}

.custom-bg,
.custom-bg .svg-underline::after {
	background-color:#ffffff;
}

.dark .svg-underline::after {
	background-color:#1D242D;
}


.svg-underline.svg-underline-animated::after {
	width: 0;
}








.tetok h3.mb-3 {
    margin-bottom: 1rem !important;
    border-bottom: solid 0px;
    display: inline-block;
}

.gdpr-settings {
    position: fixed;
    max-width: calc(100vw - 2rem);
    max-height: 60vh;
    overflow-y: scroll;
    margin-bottom: 1rem;
    border-radius: 4px;
    top: auto;
    bottom: 0;
    left: 1rem;
    opacity: 0;
    padding: 1rem;
    z-index: 999;
    background-color: #EEE;
    transition: all .3s ease;
}



/* ----------------------------------------------------------------
	welcome-single-services 
-----------------------------------------------------------------*/

.welcome-single-services .img-box {
    background: #fff;
    width: 222px;
    -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}
.welcome-single-services .img-box, .welcome-single-services .text-box {
    display: table-cell;
    vertical-align: middle;
}

h3.mb-3 {
    margin-bottom: 1rem !important;
    border-bottom: solid 2px;
    display: inline-block;
}

.welcome-services.home-one .welcome-single-services .text-box, .welcome-services.home-one .welcome-single-services .text-box:before {
    background: #fff;
}

.welcome-single-services .text-box {
    background: #ffffff;
    position: relative;
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 27px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.welcome-single-services .text-box .content {
    z-index: 20;
    display: block;
    position: relative;
}

.welcome-single-services .img-box, .welcome-single-services .text-box {
    display: table-cell;
    vertical-align: middle;
}
.welcome-single-services {
    display: flex;
	-webkit-box-shadow: 0px 0px 37px -17px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 37px -17px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 37px -17px rgba(0,0,0,0.75);
}
.welcome-single-services .text-box:after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -21px;
    -webkit-transform: skew(-13deg);
    -ms-transform: skew(-13deg);
    transform: skew(-13deg);
    background: #DADADA;
    z-index: 8;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.welcome-services.home-one .welcome-single-services .text-box:before {
    background: #fff;
}
.welcome-single-services .text-box:before {
    content: '';
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -20px;
    -webkit-transform: skew(-12deg);
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
    background: #ffffff;
    z-index: 9;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

@media (max-width: 575px) { 

	.welcome-single-services {
		display: block;
	}

	.welcome-single-services .img-box {
		background: #fff;
		width: 100%;
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}

	.welcome-single-services .text-box:after {
		content: '';
		display: none;
	}

	.welcome-single-services .text-box:before {
		content: '';
		display: none;
	}

}











.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #760d12!important;
    border-color: #760d12!important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #8ec63f!important;
    border-color: #8ec63f!important;
}
.img-hover-zoom .grid-item {
  height: auto; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */

}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom .grid-item img {
  transition:  .4s ease;
    
  
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom .grid-item:hover img {
  transform: scale(1.05);

}


.inlineb {
    display: inline-block;
}


.flip-card-front::after, .flip-card-back::after {
    opacity: 0.83;
    background-color: #1a060600;
    background-image: linear-gradient(
43deg
, rgb(63 11 11 / 74%) 63%, #b11a2130 102%);
}

.card-body h3 {
    font-size: 1.5rem; 
}

@media (max-width: 575px) {
	.flip-card-inner {
		padding: 1rem;
		
	}
}



.total-price {
    font-size: 54px;
    letter-spacing: 0;
}


.slider-box-wrap {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
    z-index: 2;
}

.slider-bottom-box {
    display: block;
    padding: 40px;
    background: #FFF;
    box-shadow: 0px 10px 40px 0px rgb(47 47 47 / 10%);
    border-radius: 3px;
}

.content-wrap {
    overflow: visible;
}

img.img-border {
    border: 0px solid #000;
    outline: 5px solid #fff;
    outline-offset: -14px;
}






.fixme {
    display: none;
    position: fixed;
    bottom: 6px;
    z-index: 999;
    left: 13px;
}


.fixme-2 {
    display: none;
    position: fixed;
    bottom: 6px;
    z-index: 999;
    left: 70px;
}


.fixme a {
    /* bottom: 11px; */
    border-radius: 32px!important;
    bottom: 21px;
    border: #ded4d4 2px solid;
    background: #1A2828;
    padding: 10px;
    /* top: 7px; */
    color: white;
    line-height: 10px;
    position: absolute;
}

.fixme-2 a {
    /* bottom: 11px; */
    border-radius: 32px!important;
    bottom: 21px;
    border: #ded4d4 2px solid;
    background: #1A2828;
    padding: 10px;
    /* top: 7px; */
    color: white;
    line-height: 10px;
    position: absolute;
}


@media (max-width: 767px) {
	
	.show {
		display: block;
		animation-name: fade-in;
		animation-duration: 1s;
	}
}
@-webkit-keyframes fade-in {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}




/* ----------------------------------------------------------------
	Modal
-----------------------------------------------------------------*/

.modal-dialog.myModal {
    max-width: 400px;
    margin: 1.75rem auto;
}

.modal-icon {
    position: absolute;
    top: -52px;
    font-size: 62px;
    color: white;
    padding: 0px 20px;
    border-radius: 50%;
    /* margin-bottom: 50px; */
}


.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, 5 9 12),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
-----------------------------------------------------------------*/

#content {
    background-color: #f4f4f4;
}

.bg-white {
    background-color: #ffffff !important;
}

.text-primary {
    color: #343041!important;
}

:root {
    --themecolor: #b11a21 ;
    --themecolorrgba: 5 9 12;
    --secondcolor: #b11a21 ;
	--secondarycolorrgba: 5 9 12;
    --span: #b11a21;
}

body {
    color: #484646;
}

.second-color {
    color: #343041!important;
}
.second-bg-color {
    background-color: #343041 !important;
}

.second-bg-color-2 {
    background-color: #1A2828 !important;
}

.button.second-bg-color:hover {
    background-color: #4a0c0e!important;
    color: white!important;
    transition: 0.5s ease;
}

.button.second-bg-color-2:hover {
    background-color: #0c1314!important;
}
.bg-white-1{
	background:white;
}

.toast-success {
    background-color: #1A2828;
}

.titular-title span {
    color: #1A2828;
}

h1, h2, h3, h4, h5, h6 {
    color: #343041;
}

.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .emphasis-title h1, .emphasis-title h2 {
    color: #1A2828;
}


#header.sticky-on-scrollup, #header.sticky-on-scrollup #header-wrap {
    -webkit-transition: height .2s ease, opacity .2s ease, transform .2s ease;
    -o-transition: height .2s ease, opacity .2s ease, transform .2s ease;
    transition: height .2s ease, opacity .2s ease, transform .2s ease;
}

#header.sticky-on-scrollup.sticky-header-shrink:not(.show-sticky-onscroll) #header-wrap { transform: translate3d(0, -100%, 0); }

.btn-primary {
    color: #fff;
    background-color: #343041;
    border-color: #343041;
}

.dark .button-light:not(.button-border):hover {
    background-color: #0f1717!important;
}

.dark .top-links-item:hover {
    background-color: #302d3b!important;
}
/* ----------------------------------------------------------------
	Hover Shine Effect
-----------------------------------------------------------------*/

.fbox-media {
  
  border-radius: 5px;

  overflow: hidden;
  display: inline-block;
}

.fbox-media:after {
  content: "";
  position: absolute;
    top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);

  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}

/* Hover state - trigger effect */
.feature-box.media-box:hover > .fbox-media:after{
  opacity: 1;
  left: 130%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}

/* Active state */
.fbox-media:active:after {
  opacity: 0;
}



.nav-pills .nav-link {
    border-radius: 15px;
    background: #343041;
    color: #f9f9f9;
    margin-bottom: 10px;
    font-weight: bold;
    transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}


.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;
}


element.style {
}
img.pic-after {
    position: absolute;
    top: -4%;
    left: 0px;
    opacity: 0.07;
    /* width: 46px; */
}

.gradient-dark, .h-gradient-dark:hover {
    background-image: -webkit-linear-gradient(to right, #343041 , #1b1a20) !important;
    background-image: linear-gradient(to right, #343041 , #1b1a20) !important;
}
.gradient-dark.picture {
    background-image: linear-gradient(
90deg
, rgb(52 48 65 / 94%) 21%, rgb(52 48 65 / 66%) 49%, rgb(52 48 65 / 46%) 69%), url(images/slider/2.jpg)!important;
    background-size: cover;
    background-position: center center;
}

.dark .fbox-content p {
    color: #eaeaea!important;
}

/* ----------------------------------------------------------------
	Slider area
-----------------------------------------------------------------*/
.col-form {
    margin-bottom: -5px;
}

.swiper-slide-bg.first {
    background-image: linear-gradient(90deg, rgb(5 9 12 / 69%) 21%, rgb(5 9 12 / 44%) 49%, rgb(5 9 12 / 0%) 69%), url(images/slider/2.jpg);
    background-size: cover;
    background-position: center center;
}


.swiper-slide-bg.second {
    background-image: linear-gradient(90deg, rgb(5 9 12 / 69%) 21%, rgb(5 9 12 / 44%) 49%, rgb(5 9 12 / 0%) 69%), url(images/slider/3.jpg);
    background-size: cover;
    background-position: center center;
}

.swiper-slide-bg.third {
    background-image: linear-gradient(90deg, rgb(5 9 12 / 69%) 21%, rgb(5 9 12 / 44%) 49%, rgb(5 9 12 / 0%) 69%), url(images/slider/4.jpg);
    background-size: cover;
    background-position: center center;
}

.page-title {
    background-image: linear-gradient(
90deg
, rgb(52 48 65 / 94%) 21%, rgb(5 9 12 / 44%) 49%, rgb(5 9 12 / 0%) 69%), url(images/slider/2.jpg);
    background-size: cover;
    background-position: center top;
}
.slider-element.szolgalt {
   background-image: linear-gradient(90deg, rgb(45 47 48 / 72%) 21%, rgb(0 0 0 / 42%) 49%, rgb(12 11 11 / 46%) 69%),  url(images/slider/s1.jpg);
    background-size: cover;
    background-position: center bottom;
    height: auto;
}

.slider-element.elerh {
   background-image: linear-gradient(90deg, rgb(0 0 0 / 79%) 100%, rgb(80 25 25 / 31%) 49%, rgb(80 25 25 / 0%) 100%), url(images/slider/1.jpg);
    background-size: cover;
    background-position: center bottom;
    height: auto;
}

.slider-element.badog {
	background-image: linear-gradient(90deg, rgb(5 9 12 / 69%) 21%, rgb(5 9 12 / 44%) 49%, rgb(5 9 12 / 0%) 69%),  url(images/slider/s3.jpg);
    background-size: cover;
    background-position: center center;
    height: auto;
}
.slider-element.tetojavitas {
	background-image: linear-gradient(90deg, rgb(0 0 0 / 79%) 100%, rgb(80 25 25 / 31%) 49%, rgb(80 25 25 / 0%) 100%),url(images/slider/3.jpg);
    background-size: cover;
    background-position: center bottom;
    height: auto;
}

.slider-element.tetofedes {
	background-image: linear-gradient(90deg, rgb(0 0 0 / 79%) 100%, rgb(80 25 25 / 31%) 49%, rgb(80 25 25 / 0%) 100%), url(images/slider/3.jpg);
    background-size: cover;
    background-position: center bottom;
    height: auto;
	
	
}
.slider-element.rolunk {
	background-image: linear-gradient(90deg, rgb(0 0 0 / 79%) 100%, rgb(80 25 25 / 31%) 49%, rgb(80 25 25 / 0%) 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, rgb(5 9 12 / 69%) 21%, rgb(5 9 12 / 44%) 49%, rgb(5 9 12 / 0%) 69%), url(images/slider/3.jpg);
    background-size: cover;
    background-position: center bottom;
    height: auto;
    padding: 2rem 0;
    /* background: #b11a21; */
}


.slider-element {
    background-image: linear-gradient(
90deg
, rgb(52 48 65 / 76%) 21%, rgb(52 48 65 / 46%) 49%, rgb(52 48 65 / 0%) 69%), url(images/slider/s2.jpg);
    background-size: cover;
    background-position: center center;
}

.slider-element.pala {
    background-image: linear-gradient(
90deg
, rgb(52 48 65 / 76%) 21%, rgb(52 48 65 / 46%) 49%, rgb(52 48 65 / 0%) 69%), url(images/slider/5.jpg);
    background-size: cover;
    background-position: center center;
}

.slider-element.fooldal{
    background-image: linear-gradient(
90deg
, rgb(52 48 65 / 76%) 21%, rgb(52 48 65 / 46%) 49%, rgb(52 48 65 / 0%) 69%), url(images/slider/2.jpg);
    background-size: cover;
    background-position: center center;
}


.slider-element.teto{
    background-image:linear-gradient(90deg, rgb(5 9 12 / 69%) 21%, rgb(5 9 12 / 44%) 49%, rgb(5 9 12 / 0%) 69%),  url(images/slider/s3.jpg);
    background-size: cover;
    background-position: center top;
}


.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;
	}
	
	.slider-element.pala {
		background-image: linear-gradient( 185deg , rgb(52 48 65 / 76%) 21%, rgb(52 48 65 / 46%) 49%, rgb(52 48 65 / 0%) 69%), url(images/slider/5.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;
	}
	
	.slider-element.teto {
		background-image: linear-gradient(90deg, rgb(41 46 53 / 50%) 100%, rgb(5 9 12 / 44%) 49%, rgb(5 9 12 / 0%) 69%), url(images/slider/s2.jpg);
		background-size: cover;
		background-position: right top;
	}
	
	.page-title {
    background-image: linear-gradient(
90deg
, rgb(52 48 65 / 84%) 100%, rgb(5 9 12 / 44%) 49%, rgb(5 9 12 / 0%) 69%), url(images/slider/2.jpg);
    background-size: cover;
    background-position: center center;
}
	
	.slider-element, .slider-element.fooldal {
		background-image: linear-gradient(90deg, rgb(52 48 65 / 84%) 100%, rgb(5 9 12 / 44%) 49%, rgb(5 9 12 / 0%) 69%), url(images/slider/s2.jpg);
		background-size: cover;
		background-position: center center;
	}

	.slider-element.badog{
		background-image: linear-gradient( 90deg, rgb(44 62 80 / 75%) 100%, rgb(76 76 76) 73%, rgb(29 35 39) 100%), url(images/slider/4.jpg);
		background-size: cover;
		background-position: center center;
	}
	
	
	
	.swiper-slide-bg.first {
		background-image: linear-gradient(90deg, rgb(41 46 53 / 50%) 100%, rgb(5 9 12 / 44%) 49%, rgb(5 9 12 / 0%) 69%), url(images/slider/s2.jpg);
		background-size: cover;
		background-position: center center;
	}


	.swiper-slide-bg.second {
		background-image: linear-gradient(90deg, rgb(41 46 53 / 50%) 100%, rgb(5 9 12 / 44%) 49%, rgb(5 9 12 / 0%) 69%), url(images/slider/2.jpg);
		background-size: cover;
		background-position: center center;
	}

	.swiper-slide-bg.third {
		background-image: linear-gradient(90deg, rgb(41 46 53 / 50%) 100%, rgb(5 9 12 / 44%) 49%, rgb(5 9 12 / 0%) 69%), url(images/slider/4.jpg);
		background-size: cover;
		background-position: center center;
	}
	
	.gradient-dark.picture {
		background-image: linear-gradient(90deg, rgb(52 48 65 / 88%) 100%, rgb(5 9 12 / 44%) 49%, rgb(5 9 12 / 0%) 69%), url(images/slider/2.jpg)!important;
		background-size: cover;
		background-position: center top;
	}
}	

@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;
	}
}



.header-misc {
    position: initial;
    display: -ms-flexbox;
    display: block;
    align-items: center;
    margin-left: 15px;
}

.top-phone {
    background-color: #343041;
    color: #FFF;
    padding: 5px 8px;
    border-radius: 3px;
    transform: translateY(20px);
    transition: all .4s .1s ease-out;
}

.top-phone:hover {
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    opacity: .95;
    color: #FFF;
	transform: translateY(20px);
	transition: all .4s .1s ease-out;
}





.heading-block.nobottomborder:after {
    content: '';
    display: none;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid #444;
}


.kapcsolat .button.button-desc i {
    font-size: 16px;
    width: 5px;
    font-weight: 400;
    text-align: left;
    margin-right: 12px;
}

.kapcsolat .button.button-desc:hover {
    background-color: #312f2e;
    color: #4c4c4c;
    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;
}

.heading-block > span:not(.before-heading) {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #b11a21;
}



.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;
}



.fbox-content p {
    margin-top: 0rem;
    margin-bottom: 0px;
    color: #373738;
    font-weight: 500;
}

.dark .fbox-content p {
    margin-top: 0rem;
    margin-bottom: 0px;
    color: #ffffff;
    font-weight: 500;
}

.fbox-content h3 {
    color: #0c0c0c;
    text-transform: inherit;
}

.dark .fbox-content h3 {
    color: #ffffff!important;
    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: #343041;
    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;
}


.font-weight-bold {
	font-weight:bold;
}


.section.footer-bagr.footer-stick {
    padding: 60px 0;
    background: linear-gradient( 
90deg
 , rgb(0 0 0 / 78%) 0%, #000000b8 36%, rgb(0 0 0 / 0%) 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/2.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: #b11a21;
}




.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;
}

.box-content {
    color: #1a2e3e;
    font-weight: 600;
    font-size: 1.2rem;
}


/* 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;
}


.alert-primary {
    color: #222e3a;
    background-color: #ebebeb;
    border-color: #212d39;
}

.menu-link {

    color: #040404;
   
    font-size: 0.99rem;
  
}

/* Promo
-----------------------------------------------------------------*/
.dark #page-title span, #page-title.dark span {
    color: #fff!important;
    /* font-weight: bold; */
    margin-bottom: 22px;
}

.button-3d.button-black:hover, .button-reveal.button-black:hover, .button-border.button-black:hover, .button-border.button-black.button-fill::before {
    background-color: #181d1d !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
-----------------------------------------------------------------*/


.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; */
}



.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: #b11a21;
    border: 2px #b11a21;
}
.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: #2f2f2f;
    /* 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;
	}
}


/* ----------------------------------------------------------------
	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) {
	
	.sub-title .menu-container > .menu-item > .menu-link span {
		text-transform: initial;
	}
	
	.sub-title .menu-container > .menu-item > .menu-link span {
		font-weight: 700;
		color: #b11a21;
	}
	

	#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) {
	
	.tetok h3.mb-3 {
		margin-bottom: 0.5rem !important;
		border-bottom: solid 0px;
		display: inline-block;
		font-size: 1.56rem;
	}
		
	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.15rem;
	}
	.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, #b11a21 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;
	}
	
	

}	

@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;
	}
}



@media (max-width: 991.98px) {
	#header-wrap {
		z-index: 299;
	}

	.primary-menu {
		position: absolute;
		top: 100%;
		left: 50%;
		width: 100vw;
		max-width: none;
		transform: translateX(-50%);
		background-color: #373442;
	}
	.menu-container {
		position: relative;
		width: 720px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 767.98px) {
	.menu-container {
		width: 540px;
	}
}

@media (max-width: 575.98px) {
	.menu-container {
		width: 100%;
	}
}