html,body{
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html,body {
		scroll-behavior: auto;
	}
}


section{
  position: relative;
}

.img_cover{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.img_cover img{
  object-fit: cover;
  height: 100%;
}

.top-contact{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: .4em 0;
}

.top-contact a{
  color:#fff;
  line-height: 1.2;
  display: block;
}

.navbar-callback{
  letter-spacing: .03em;
  font-weight: 600;
  cursor:pointer;
  transition: all .3s;
}

.navbar-callback:hover{
	color:#f14668;
}

.navbar .icon {
    color: #efbe12;
}



.hero .title{
  color:#fff;
}

.hero .subtitle{
  color:#fff;
}

.img_overley:before{
  content:'';
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0, .5);

}

footer{
  padding: 6em 0 2em;
}

footer ul a{
  color: #fff;
	transition: all .3s;
}

footer ul .current-menu-item a,
footer ul a:focus,
footer ul a:hover,
footer ul a.has-text-white:focus, 
footer ul a.has-text-white:hover {
    color: #00d1b2 !important;
}

.footer-social a{
  display: inline-block;
  margin:.3em;
}


footer hr{
    background-color: #535353;
    border: none;
    display: block;
    height: 1px;
    margin: .5rem 0 1.6em;
}

body.has-navbar-fixed-top, html.has-navbar-fixed-top {
  padding-top: 4rem;
  }

  .container{
    padding-left: 1em;
    padding-right: 1em;
  }

  #breadcrumbs {
    font-size: 0.9em;
    border-bottom: solid 1px #dadada;
    padding-bottom: 1em;
}



.aside_nav{
	padding: 1em .8em;
    border-radius: 6px;
    box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.02);
}

aside .aside_nav a i{
	color: #00d1b2;
	margin-right: .3em;
}


#sb-nav .sub-menu{
	display:none;
}

#sb-nav .current-post-ancestor .sub-menu{
	display:block;
}
aside .menu-list a{
	 color: #fff;
}
aside .menu-list .sub-menu a:hover {
    background-color: #f5f5f5;
    color: #fff;
}

aside .menu-list .current-post-ancestor a{
    background-color: #3273dc;
    color: #fff;
}


aside .menu-list .current-post-ancestor a i{
    color: #f14668;
}


aside .menu-list .current-post-ancestor .sub-menu a{
	background-color:transparent;
	color: #fff;;
}

aside .menu-list .sub-menu a:hover {
    background-color: #f5f5f5;
    color: #363636;
}

aside .menu-list .sub-menu .current-menu-item a{
	color:#00d1b2;
}

.list-dotted{
   list-style: disc;
}

.footer-nav{
	padding-left: 1.2em;
}

.h100{
	height:100%;
}

.mobile-btn-wrap{
	display:none;
}

.main_text_field {
    max-width: 1000px;
    margin: 0 auto;
}

.main_text_field h1,
.main_text_field h2,
.main_text_field h3{
	margin-bottom: .5em;
	font-weight: 700;
}

.main_text_field h1{
	font-size:2rem;
}

.main_text_field h2{
	font-size:1.8rem;
}

.main_text_field h3{
	font-size:1.5rem;
}

.main_text_field p,
.main_text_field ul,
.main_text_field ol{
	font-size:1em;
	margin-bottom: 1em;
}

.main_text_field ul,
.main_text_field ol{
	padding-left:1.2em;
	margin-bottom: 1.2em;
}

.main_text_field ul li,
.main_text_field ol li{
	margin-bottom: .2em;
}
	

.order {
    background: #eee;
    padding: 2em;
}


.contact_list{
	list-style:none !important;
}

.contact_list li{
	margin-bottom:1em;
}

.contact_list a{
	color: #222;
}

.contact_list a i{
	margin-right:.3em;
	font-size: 1.3em;
	color: #00d1b2;
}

.contact_list .m-viber i{ 
    color: #665CAC;
}

.contact_list a .fa-envelope{
	color: #2160c4;
}


.contact_list .tel_1 i{
	margin-left: .15em;
	color:red;
}

.contact_list .tel_2{
	padding-left:1.7em;
}



@media screen and (max-width: 680px) {
	body{
		padding-bottom:54px;
		min-width: 320px;
       overflow-x: hidden;
	}
.mobile-btn-wrap {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #00e676;
    min-height: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 120;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.mobile-btn-wrap a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 5px 5px 5px;
	font-size:.8rem;
	color:#fff;
}

.mobile-btn-wrap a i{
	font-size: 1.3rem;
}

.mobile-btn-wrap .m-tel{
	background:red;
}

.mobile-btn-wrap .m-viber{
	background:#665CAC;
}

.mobile-btn-wrap .m-whatsapp{
	background:#25D366;
}
	
	
.order {
    background: #eee;
    padding: 1.8em 0;
}
	.mobile-btn-wrap .btn,
	.mobile-btn-wrap .btn:hover{
		background:transparent;
		border:none;
	}


}

h3.title {
    min-height: 38px;
	margin-bottom: 5px!important;

}

form {
    max-width: 680px;
    margin: 0 auto;
}

.home .hero .img_cover {
    height: 220%;
    object-fit: cover;
}

.form-message {
  display:none;
  text-align: center;
  margin: 8px;
  background: #48c774;
  padding: 20px;
  border-radius: 3px;
  color: #fff;
}

.navbar.is-fixed-top {
    top: 0;
    font-size: 1.12em;
    font-weight: 500;
}


.navbar-dropdown.is-boxed {
    font-size: .85em;
}

.navbar-menu.is-active .top-contact {
    border-top: solid 1px #efbe12;
    padding-top: 20px;
    align-items: center;
}

.navbar-menu.is-active .top-contact a {
    color: #131111;
}

.navbar-brand, .navbar-tabs {
    align-items: center;
}

.top-contact .btn{
	    padding: 8px 16px;
}



/* callback-btn style*/

.bazz-widget {
	box-sizing: border-box;
	position: fixed !important;
	font-family: helvetica, sans-serif !important;
	width: 65px;
	height: 65px;
	border-radius: 35px;
	transition: width 0.5s;
	background-color: #00AFF2;
	text-align: right;
	line-height: 1;
	z-index: 9997;
	left: auto;
	right: 75px;
	bottom:68px;
}
	.bazz-widget * {
		box-sizing: border-box;
	}

	.bazz-widget .bazz-widget-button {
		width: 65px;
		height: 65px;
		border: none;
		text-align: center;
		border-radius: 35px;
		position: relative;
		padding: 0;
		cursor: pointer;
		z-index: 2;
	}
	.bazz-widget i {
		font-style: normal;
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transition: -webkit-transform 0.5s;
	    -moz-transition: -moz-transform 0.5s;
	    -ms-transition: -moz-transform 0.5s;
	    -o-transition: -o-transform 0.5s;
	    transition: transform 0.5s;
	    -webkit-transform-style: preserve-3d;
	    -moz-transform-style: preserve-3d;
	    -ms-transform-style: preserve-3d;
	    -o-transform-style: preserve-3d;
	    transform-style: preserve-3d;
	}
		.bazz-widget.opened .bazz-widget-button,
		.bazz-widget.opened .bazz-widget-inner-circle,
		.bazz-widget.opened .bazz-widget-inner-border{
			display: none;
		}
		.bazz-widget i:first-child {
			background: url('../images/vK8JaGDyqhPd.png') no-repeat center center;
		}
		.bazz-widget i:last-child {
			-webkit-transform: rotateY( 180deg );
			-moz-transform: rotateY( 180deg );
			-ms-transform: rotateY(180deg);
			-o-transform: rotateY( 180deg );
			transform: rotateY( 180deg );
			color: #FFFFFF;
			font-weight: bold;
			font-size: 14px;
			line-height: 1.2;
			word-wrap: break-word;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			 align-items: center;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
		}


 .bazz-widget .btn-sonar {
  background: #0dc5ef;
  display: inline-block;
  color: #fff;
  outline: none;

}
.bazz-widget .btn-sonar::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
}
.bazz-widget .btn-sonar::before {
  -webkit-animation: sonar-effect 1s ease-in-out .1s infinite;
          animation: sonar-effect 1s ease-in-out .1s infinite;
}

.down {
  position: relative;
  display: inline-block;
  -webkit-animation: fade-down 2s infinite;
          animation: fade-down 2s infinite;
}

@-webkit-keyframes sonar-effect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 5px #fff, 0 0 10px 10px #fff, 0 0 0 10px #fff;
  }
  100% {
    box-shadow: 0 0 0 5px #fff, 0 0 10px 10px #fff, 0 0 0 10px #fff;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes sonar-effect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 5px #fff, 0 0 10px 10px #fff, 0 0 0 10px #fff;
  }
  100% {
    box-shadow: 0 0 0 5px #fff, 0 0 10px 10px #fff, 0 0 0 10px #fff;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes fade-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  50% {
    opacity: 0.8;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes fade-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  50% {
    opacity: 0.8;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}










@media screen and (max-width: 359px){

.navbar-item, .navbar-link {
    padding: .2rem .75rem;

}
}

.navbar.is-fixed-bottom, .navbar.is-fixed-top{
  z-index: 50;
}

.page-template-lending_tpl-php .hero{
    padding-top: 0;
	padding-bottom:0;
}