﻿
/* Choose font family */
/* @import url("styles-font-Montserrat.css"); */
/* @import url("styles-font-Raleway.css"); */

@font-face {
	font-family: 'MadeSaonara';
	src: url('fonts/MadeSaonara/made-saonara.woff2') format('woff2'),
		 url('fonts/MadeSaonara/made-saonara.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/*  */

@font-face {
	font-family: 'Msyi';
	src: url('fonts/Msyi/msyi.woff2') format('woff2'),
		 url('fonts/Msyi/msyi.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

/* Next setting is BACKGROUND theme color */

html body .bg-theme-color,
body .filter-button-group button.active,
.header-bottom.bg-theme-color,
body .social-links a i,
.filter-button-group .active,
.spinner-wr,
.service-icon-item:hover,
body .list-styled-circles li:before,
body .active .tabs-nav-item,
.tabs-nav-item.active, .active .tabs-nav-item,
.btn-view.btn-load-more {
	/* background-color: #69ab44; */
	/* color: #ffffff; */
}

/* Next setting is BACKGROUND SECONDARY theme color */

html body .bg-theme-color-2 {
	/* background-color: #808685; */
	/* color: #ffffff; */
}

/* Next setting is TEXT theme color */

html body .color-theme-color,
.bg-theme-color .color-theme-color.social-links i,
html body .btn-main.color-theme-color,
.bg-theme-color .navbar-nav .color-theme-color,
a,
.list-styled li:before,
.main-nav-inner .social-links i, body header .navbar .social-links a i {
	/* color: #69ab44; */
}

/* Next setting is BORDER theme color */

html body .border-color-theme,
body .bordered-bottom:after,
body .tabs-nav,
body header.bg-transparent.header-fixed,
body .pos-fixed-bottom {
	/* border-color: #ccc; */
}

/*  */

/* BEGIN of CSS RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}
/* END of CSS RESET */


/* General tag size styles */

.img-half-width.block-img-with-text-side .text-wr {
	line-height: 1.5 !important;
}

body {
	font-size: 27px;
	line-height: 1.6;
	font-weight: 400;
	color: #555555;
	font-family: 'Msyi';
}

h1 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 55px;
	line-height: 1.25;
	font-weight: 400 !important;
	font-family: 'MadeSaonara';
}

h2 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 45px;
	line-height: 1.3;
	font-weight: 400 !important;
	font-family: 'MadeSaonara';
}

h3 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 35px;
	line-height: 1.25;
	font-weight: 400 !important;
	font-family: 'MadeSaonara';
}

h4 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 30px;
	line-height: 1.25;
	font-weight: 400;
	font-family: 'MadeSaonara';
}

h5 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 20px;
	font-weight: 400;
	font-family: 'MadeSaonara';
}

h6 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 16px;
}

.main-nav-wr a {
		font-family: 'MadeSaonara' !important;
}

.block-info {
	border: 0px solid !important;
}

.grid-main-area p {
	line-height: 1.6 !important;
}

blockquote {
	display: block;
	margin: 0 auto 0;
	padding: 20px 0 20px;
	max-width: 760px;
	font-size: 20px;
	line-height: 1.6;
	font-weight: 300;
}

/* spinner preloader background colors */

.spinner > div {
	background-color: #ffffff;
}

/* BEGIN color styles */

html body .bg-transparent {
	background-color: transparent;
}

body .box-top-slider-inner-page {
	border-bottom: 0px solid #e9e9e9 !important;
}

html body .bg-gray {
	background-color: #F5F5F7;
}

html body .bg-white {
	background-color: #ffffff;
	color: inherit;
}

html body .bg-black {
	background-color: #000000;
	color: #ffffff;
}

html body .bg-green {
	background-color: #87be47;
	color: #ffffff;
}

html body .bg-dark-gray {
	background-color: #85beb7;
	color: #ffffff;
}

html body .bg-orange {
	background-color: #f35b24;
	color: #ffffff;
}

html body .bg-red {
	background-color: #ff0000;
	color: #ffffff;
}

html body .bg-semitransparent-black {
	background-color: #000000;
	background-color: rgba(0, 0, 0, .95);
	color: #ffffff;
}

html body .bg-semitransparent-gray {
	background-color: rgba(244, 244, 244, .95);
}

html body .bg-semitransparent-white {
	background-color: rgba(255, 255, 255, .25);
}

html body .bg-gradient {
	background: rgba(105,171,68,1);
	background: -moz-linear-gradient(left, rgba(105,171,68,1) 0%, rgba(67,172,223,1) 60%, rgba(67,172,223,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(105,171,68,1)), color-stop(60%, rgba(67,172,223,1)), color-stop(100%, rgba(67,172,223,1)));
	background: -webkit-linear-gradient(left, rgba(105,171,68,1) 0%, rgba(67,172,223,1) 60%, rgba(67,172,223,1) 100%);
	background: -o-linear-gradient(left, rgba(105,171,68,1) 0%, rgba(67,172,223,1) 60%, rgba(67,172,223,1) 100%);
	background: -ms-linear-gradient(left, rgba(105,171,68,1) 0%, rgba(67,172,223,1) 60%, rgba(67,172,223,1) 100%);
	background: linear-gradient(to right, rgba(105,171,68,1) 0%, rgba(67,172,223,1) 60%, rgba(67,172,223,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69ab44', endColorstr='#51A024', GradientType=1 );
	color: #ffffff;
}

body .bg-golden {
	background: #4F8EBF;
	color: #ffffff;
}

body .bg-blue {
	background-color: #42c7f9;
	color: #ffffff
}

body .bg-bronze {
	background-color: #e78e2b;
	color: #ffffff
}

body .bg-silver {
	background-color: #c1c1c1;
	color: #ffffff
}

body .bg-gold {
	background-color: #f8d404;
	color: #ffffff
}

/*  */

html body .color-gray {
	color: #999999;
}

html body .color-white {
	color: #ffffff;
}

html body .color-black {
	color: #000000;
}

html body .color-yellow {
	color: #ffff00;
}

html body .color-orange {
	color: #f35b24;
}

html body .color-red {
	color: #ff0000;
}

/*  */

html body .border-color-gray {
	border-color: #999999;
}

html body .border-color-white {
	border-color: #ffffff;
}

html body .border-color-black {
	border-color: #000000;
}

html body .border-color-yellow {
	border-color: #ffff00;
}

html body .border-color-orange {
	border-color: #f35b24;
}

html body .border-color-red {
	border-color: #ff0000;
}

/*  */

.stars-rating i {
	color: #02B57A;
}

/*  */

.bg-theme-color .color-theme-color.social-links i {
	background-color: #ffffff;
}


html body .logo-position-center {
	max-width: 350px;
}

body .box-top-slider h1 {
	font-size: 65px;
	font-weight: 400;
	line-height: 1.1;
	padding: 0 0 0;
	letter-spacing: 0;
}

.footer-links h5 {
	color: #fff;
}

.box-welcome h4 {
	font-size: 34px !important;
	font-weight: 400 !important;
	line-height: 1.60 !important;
	color: #E6E6E6 !important;
}

.box-call-to-actions h3 {
	font-size: 36px!important;
	font-weight: 600 !important;
	padding: 0 0 8px!important;
}

.box-heading h3 {
	   font-size: 36px!important;
	font-weight: 600 !important;
	padding: 0 0 8px!important;
}

/* BEGIN styles of popup */

.modal-dialog {
	margin-top: 0;
	margin-bottom: 0;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;

	max-width: 552px;
	border-radius: 10px;
	border: none;
}

.modal-body {
	position: relative;
	padding: 52px 48px 25px;
	border-radius: 10px;
	border: none;
}

.modal-content {
	border-radius: 10px;
	border: none;
}

.modal-dialog h3 {
	font-size: 32px;
	font-weight: 500;
	padding: 0 0 15px;
	letter-spacing: -.015em;
}

.modal-dialog p {
	font-size: 16px;
	font-weight: 400;
	padding: 0 15px 15px;
}

.modal-dialog h5 {
	font-size: 16px;
	padding: 0 20px 15px;
	letter-spacing: -.01em;
}

.modal-dialog h5 strong {
	font-weight: 600;
}

.modal-dialog .close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	color: #ffffff;
	opacity: 1;
	font-size: 40px;
	line-height: 1;
	font-weight: 100;
	padding: 0 0 0;
	margin: 10px 20px 0;
	outline: none;
}

.modal-dialog .tabs-wr {
	padding: 15px 0 0;
	margin: 0 0 0;
}

.modal-dialog .row {
	margin: 0 -10px;
}

.modal-dialog [class*="col-"] {
	padding: 0 10px 0;
}

.modal-dialog .tabs-nav-item {
	padding: 15px 10px 13px;
	letter-spacing: -.01em;
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 5px;
	display: block;
	position: relative;
	color: inherit;
	text-align: center;
	background-color: #ce63a0;
}

.modal-dialog .tabs-nav-item.active {
	background: #fff;
	color: #ad5287;
}

.modal-dialog .tabs-nav-item.active:after {
	display: none;
}

.modal-dialog .tabs-nav-item span {
	font-size: 65%;
}

/*  */

.range-slider-wr {
	padding: 10px 50px 10px 30px;
	font-size: 20px;
	margin: 0 0 20px;
	line-height: 20px;
	font-weight: 600;
	position: relative;
}

.range-slider-wr .alignleft {
	left: 0;
	top: 15px;
	position: absolute;
}

.range-slider-wr .alignright {
	right: 0;
	top: 15px;
	position: absolute;
	letter-spacing: -.015em;
}

body .price-calculator-item p {
	font-size: 14px;
	padding: 0 0 0;
	font-weight: 400;
	letter-spacing: -.015em;
}

.price-calculator-item .lg {
	font-size: 40px;
	font-weight: 500;
	line-height: 1.5;
}

.price-calculator-item {
	padding: 10px 0 15px;
	line-height: 1;
}

/*  */

input[type=range] {
  width: 100%;
  margin: 12.5px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  background: #ffffff;
  border: none;
  border-radius: 10px;
  width: 100%;
  height: 5px;
  cursor: pointer;
}
input[type=range]::-webkit-slider-thumb {
  margin-top: -12.6px;
  width: 30px;
  height: 30px;
  background: #ffffff;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
  -webkit-appearance: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ffffff;
}
input[type=range]::-moz-range-track {
  background: #ffffff;
  border: none;
  border-radius: 10px;
  width: 100%;
  height: 5px;
  cursor: pointer;
}
input[type=range]::-moz-range-thumb {
  width: 30px;
  height: 30px;
  background: #ffffff;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
}
input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 12.5px 0;
  color: transparent;
  width: 100%;
  height: 5px;
  cursor: pointer;
}
input[type=range]::-ms-fill-lower {
  background: #fff;
  border: 0.1px solid #fff;
}
input[type=range]::-ms-fill-upper {
  background: #ffffff;
  border: 0.1px solid #fff;
}
input[type=range]::-ms-thumb {
  width: 30px;
  height: 30px;
  background: #ffffff;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
input[type=range]:focus::-ms-fill-lower {
  background: #ffffff;
}
input[type=range]:focus::-ms-fill-upper {
  background: #ffffff;
}
/*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
how to remove the virtical space around the range input in IE*/
@supports (-ms-ime-align:auto) {
  /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  input[type=range] {
	margin: 0;
	/*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}


/*  */

body .box-top-slider h3 {
	font-size: 40px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: -1px;
	line-height: 50px;
}

body .img-half-width.block-img-with-text-side strong, body .img-half-width.block-img-with-text-side b {
	font-weight: 400;
	letter-spacing: 0;
}

body .img-half-width.block-img-with-text-side h2 {
	font-size: 45px;
}

body .img-half-width.block-img-with-text-side .btn-main {
	font-size: 20px;
}

h1 strong, h1 b,
h2 strong, h2 b,
h3 strong, h3 b {
	font-weight: 400;
}

html body .logo-text {
	font-size: 120px;
	line-height: 1;
	padding: 0 0 0;
	margin: 20px auto 20px;
}

html body .logo-text .icon-dot {
	margin: 0 0 0 -15px;
	width: 20px;
	height: 20px;
	vertical-align: baseline;
}

.icon-dot {
	margin: 0 0 0 0;
	padding: 0 0 0;
	border-radius: 50px;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	display: inline-block;
}

footer {
	font-size: 18px;
}

.icon-dots {
	margin: 20px 0 20px;
	padding: 0 0 0;
	display: inline-block;
	gap: 20px;
}

.icon-dots .icon-dot {
	padding: 0 0 0;
	margin: 0 5px 0;
	border-radius: 50px;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	display: inline-flex;
}

/*  */

body .btn-main-nav i {
	font-size: 22px;
	font-weight: 400;
	padding: 15px 0 17px 20px;
	letter-spacing: 0.02em;
}

body .main-nav-wr a {
	font-size: 28px;
}

body .footer-links {
	font-size: 20px !important;
}

body footer {
	font-size: 18px;
}

body .h3-lg,
body .block-img-with-text-side .h3-lg {
	font-size: 33px;
}

.bg-theme-color .bg-theme-color {
	box-shadow: 5px 5px 20px 0px rgba(255,255,255,.0);
}

.bg-theme-color .color-theme-color {
	color: #fff;
}

/*  */

html body .logo {
	color: inherit;
}

html body .logo .logo-text {
	white-space: nowrap;
	color: inherit;
	font-size: 48px;
	line-height: 1;
	padding: 0 0 0;
	margin: 0 0 0;
	transition: all .3s ease;
	letter-spacing: 0;
}

html body .logo:hover .logo-text {
	letter-spacing: .01em;
}

html body .logo .logo-text .icon-dot {
	margin: 0 0 0 -4px;
	width: 8px;
	height: 8px;
}

html body header .logo-position-center {
	max-width: 450px;
	height: 115px;
/* 	display: flex !important; */
	align-items: center;
	justify-content: center;
}

html body .block-img-with-text-side p {
	text-align: justify;
	line-height: 1.3;

}

body .block-header.text-center p {
	line-height: 1.4 !important;
}


hr {
	margin-top: 10px !important;
	margin-bottom: 10px !important;

}

.content {
	background-color: var(--theme-color);
	color: #ffffff;
}

/*  */

body .accordion-item-nav a {
	font-size: 30px;
	line-height: 1;
	color: inherit;
}

body .accordion-item-nav a:before {
	font-size: 50px;
}

body .accordion-item-content {
	font-size: 100%;
	color: inherit;
}

body .bg-transparent .bordered-bottom:after {
	border-color: inherit;
}

body .accordion-wr {
	padding: 0 0 0 0;
}

/*  */



























/* ------------------------------------------------------- */

@media screen and (max-width: 767px) {
.modal-body {
	padding: 30px 20px 15px;
}
.modal-dialog .close {
	font-size: 35px;
	margin: 5px 10px 0;
}
.modal-dialog p {
	font-size: 15px;
	padding: 0 0 15px;
}
.modal-dialog .tabs-nav-item {
	padding: 12px 5px 12px;
	margin: 0 -5px 10px;
	font-size: 12px;
}
body .price-calculator-item p {
	font-size: 12px;
}
.price-calculator-item .lg {
	font-size: 30px;
}
.modal-dialog h5 {
	font-size: 14px;
	padding: 0 0 15px;
}
.range-slider-wr {
	padding: 10px 35px 10px 20px;
	font-size: 15px;
	margin: 0 0 15px;
}
.modal-dialog h3 {
	font-size: 28px;
}
body .box-top-slider h3 {
	font-size: 25px;
	line-height: 40px;
	padding: 15px 0 0;
}
body .box-top-slider h3 br {
	display: none;
}
body .box-welcome h4 {
	font-size: 20px !important;
	font-weight: 400 !important;
}
.box-welcome h1 {
	padding: 0 0 10px;
	font-size: 25px;
	line-height: 1.4;
}
.box-welcome h1 br {
	display: none;
}
body .box-top-slider.box-full-height .text-wr {
	height: 460px;
	padding: 70px 0 15px;
}
body .block-help-wrapper {
	margin: 15px auto 0;
}
.box-heading h3 {
	font-size: 32px!important;
}
html body .logo-text .icon-dot {
	margin: 0 0 0 -2px;
	width: 10px;
	height: 10px;
}
html body .box-top-slider h1 {
	font-size: 45px;
}
body .img-half-width.block-img-with-text-side h2 {
	font-size: 35px;
}
body h4 {
	font-size: 20px;
}
body h6 {
	font-size: 18px;
}
html body .block-img-with-text-side.img-right .text-wr, html body .block-img-with-text-side .text-wr {
	font-size: 100%;
}
body .img-half-width.block-img-with-text-side .text-wr {
	font-size: 100%;
}
html body {
	font-size: 20px;
	line-height: 1.60;
}
html body .logo .logo-text {
	font-size: 28px;
	line-height: 1;
}
html body header .logo-position-center {
	max-width: 210px;
	height: 68px;
	left: 25px;
}
.block-img-links .row > div {
	padding-right: 8px;
	padding-left: 8px;
}
.block-img-links .row {
	margin-right: -8px;
	margin-left: -8px;
}
h2+.icon-dots {
	margin: 0 0 0;
}
body .block-img-links {
	padding: 0 0 20px;
}
html body .logo .logo-text .icon-dot {
	margin: 0 -2px 0 2px;
	width: 6px;
	height: 6px;
}
body .display-flex.flex-with-img {
	gap: 15px;
	flex-direction: column;
}
body footer {
	padding-bottom: 100px;
}
body .accordion-item-nav a {
	font-size: 22px;
	line-height: 1;
	padding: 12px 15px 12px 30px;
	color: inherit;
}
body .accordion-item-nav a:before {
	font-size: 40px;
	left: 0;
	height: 44px;
}













}

/* ------------------------------------------------------- */
