/*********************************/
/* GLOBAL */
/*********************************/
body {
	font-family: 'Neo Sans Std';
	font-size: 1rem;
	color: #212529;
	line-height: 1.5rem;
}

.sl-pattern {
    height:46px;    
}

.font-titillium {
	font-family: 'Titillium Web', sans-serif;
}
.font-helvetica {
	font-family: 'helvetica', sans-serif;
}
.font-open-sans {
	font-family: 'Open Sans', sans-serif;
}
.font-neo-sans-std {
	font-family: 'Open Sans', sans-serif;
}
.font-sans-serif {
	font-family: sans-serif;
}
.rem1 {
	font-size: 1rem;
}
.rem2 {
	font-size: 2rem;
}
.rem3 {
	font-size: 3rem;
}
.rem4 {
	font-size: 4rem;
}
.rem5 {
	font-size: 5rem;
}
.btn-whatsapp-fixed {
  background-color: #34aa48;
  border-radius: 50%;
  bottom: 80px;
  color: #ffffff;
  font-size: 3rem;
  padding: 1rem 1.3rem;
  position: fixed;
  right: 15px;
  z-index: 1;
}
  .btn-whatsapp-fixed:active,
  .btn-whatsapp-fixed:hover {
    background-color: #1c8710;
    color: #ffffff;
  }
.slide .slick-dots {
  bottom: 15px;
}
.slide .slick-dots li button:before {
  font-size: 25px;
  color: #ffffff;
  opacity: 1;
}
.slide .slick-dots li.slick-active button:before {
  color: #f2772c;
}
.fa-1x {
	font-size: 1.5rem;
}
.title-orange {
  color: #ff8800;
  /*font-size: 35px;*/
}
.color-base {
	color: #212529;
}
.color-orange {
  color: #ff8800;
}
.link-orange {
  color: #ff8800;
}
	.link-orange:hover,
	.link-orange:active {
  	color: #ff8800;
	}
.form-white .checkbox label {
  font-size: 15px;
}
.shadow-link-orange {}
	.shadow-link-orange:active,
	.shadow-link-orange:hover {
		display: block;
		box-shadow: 0px 4px 20px 0px rgba(255,141,5,10);
		-webkit-box-shadow: 0px 4px 20px 0px rgba(255,141,5,10);
		-moz-box-shadow: 0px 4px 20px 0px rgba(255,141,5,10);
	}
.form-white {
	background-color: rgb(255 255 255 / 50%);
}
	.form-white:after {
	  content: "";
		background: url(../images/bg-ad-services.png) no-repeat center center;
	  opacity: 0.3;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  position: absolute;
	  z-index: -1;
	}
	.form-white .bg-form {
		border-radius: 0.5rem;
		background: rgb(255 255 255 / 50%);
	}
	.form-white label {
		color: #ff8800;
		font-size: 25px;
		text-transform: uppercase;
	}
	.form-white input[type="text"],
	.form-white select,
	.form-white select:active,
	.form-white select:focus,
	.form-white option,
	.form-white textarea:active,
	.form-white textarea:focus,
	.form-white textarea {
		color: #000000;
	  background-color : #ffc289; 
	}
	.form-white .btn-save {
		-moz-user-select: none;
		-ms-user-select: none;
		-webkit-user-select: none;
		border-radius: .25rem;
		color: #ff8800;
		display: inline-block;
		font-size: 1.7rem;
		font-weight: 600;
		line-height: 1.5;
		padding: 1rem 1rem 0.4rem 1rem;
		text-align: center;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		user-select: none;
		vertical-align: middle;
	  background-color: #ffffff;
	  border-color: #ff8800;
	}
		.form-white .btn-save:active,
		.form-white .btn-save:hover {
			color: #ffffff;
		  background-color: #ff8800;
		  border-color: #ffffff;
		}
.btn-toolbar {
  justify-content: flex-end;
}
.slide-prev, .slide-next {
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  z-index: 1;
}
.slide-prev {
	left: -10px;
}
.slide-next {
	right: -10px;
}
.btn-orange {
  background-color: #ff9305;
  border: none;
  border-radius: 25px;
  color: #ffffff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  padding: 10px 15px 5px 15px;
}
  .btn-orange:active,
  .btn-orange:hover {
    background-color: #e48100;
    color: #ffffff;
    text-decoration: none;
  }
.btn-outline-orange {
  border: 1px solid #ff9305;
  border-radius: 25px;
  color: #ff9305;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  padding: 10px 15px 5px 15px;
}
  .btn-outline-orange:active,
  .btn-outline-orange:hover {
    background-color: #ff9305;
    color: #ffffff;
    text-decoration: none;
  }
.simple-link-orange {
	color: #ff8800;
}
	.simple-link-orange:active,
	.simple-link-orange:hover {
		color: #ff8800;
	}

.layout-search-form .btn-send-news {
  background-color: #ff9305;
  border: none;
  border-radius: 0px 25px 25px 0px;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 10px;
}
.seal-tag {
	color: #ff8015;
	background: -webkit-linear-gradient(#ffd100, #ff8015);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.MN {
	color: #ffd100;
}
.MJ {
	color: #ffab00;
}
.IL {
	color: #ff8015;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #ffffff;
  border-radius: 0px;
  border: 1px solid #ff8800;
  border-right: none;
  border-left: none;
  position: relative;
  z-index: 0;
}
	.breadcrumb:after {
	  content: "";
		background: url(../images/bg-ad-services.png) no-repeat center center;
	  opacity: 0.1;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  position: absolute;
	  z-index: -1;   
	}
	.breadcrumb-item+.breadcrumb-item::before,
	.breadcrumb .breadcrumb-item,
	.breadcrumb .breadcrumb-item a {
		color: #ff8800;
	}
.list-group-item-orange {
  color: #fc8a3a;
  background-color: #ffeee2;
}
.sidebar {}
	.sidebar .title-orange {
    font-size: 25px;
	}
.orange-menu .list-group-item {
  border: 1px solid rgb(255 136 0 / 0.3);
  border-width: 0 0 1px;
}
.orange-menu a {
  color: #212529;
  text-decoration: none;
  background-color: transparent;
}
.orange-menu a:active,
.orange-menu a:hover {
  color: #ff8800;
  background-color: transparent;
}
.container-border {
	z-index: 0;
}
	.container-border:after {
	  content: "";
		background-color: #ffffff;
		border-radius: 2.5rem;
	  bottom: 0;
	  left: 0;
	  opacity: 0.6;
	  position: absolute;
	  right: 0;
	  top: 0;
	  z-index: -2;
	}
	.container-border .border-top-menu,
	.container-border .border-bottom-menu {
		border: 5px solid #ff8800;
		height: 80px;
		width: 100%;
		position: absolute;
	}
	.container-border .border-top-menu {
		border-bottom: none;
		border-radius: 1.5rem 1.5rem 0rem 0rem;
		top: 0px;
	}
		.container-border .border-top-menu:before {
			content: " ";
	    width: 20px;
	    height: 20px;
	    border-radius: 50%;
	    background-color: #ff8800;
	    position: absolute;
	    right: -12px;
	    top: 60px;
		}
	.container-border .border-bottom-menu {
		border-color: #fcc200;
		border-top: none;
		border-radius: 0rem 0rem 1.5rem 1.5rem;
		bottom: 0px;
		z-index: -1;
	}
		.container-border .border-bottom-menu:before {
			content: " ";
	    width: 20px;
	    height: 20px;
	    border-radius: 50%;
	    background-color: #fcc200;
	    position: absolute;
	    left: -12px;
	    bottom: 60px;
		}
.block-price .dot-text {
	font-size: 1.5rem;
	color: #ff8800;
	font-style: italic;
	text-transform: uppercase;
	line-height: 1.5rem;
}
.block-price .dot-currency {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.5rem;
}
.block-price .dot-real {
	font-size: 5rem;
	font-weight: 600;
	line-height: 5rem;
}
.block-price .dot-cent {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.5rem;
}
.block-price .dot-mouth {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5rem;
}
.block-price .dot-link {
	font-size: 1.5rem;
	color: #ff8800;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.5rem;
}
.bg-main:after {
  content: "";
	background: url(../images/bg-main.png) no-repeat;
	background-position: top left;
	background-size: contain;
  bottom: 0;
  left: 0;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;   
}
.border-bottom-orange {
  background-color: #ffffff;
  border-bottom: 0.3rem solid #ff8800;
  border-radius: 0rem 0 1rem 1rem;
}
a.social-link .social .icon-fas {
	background-color: #ff8a00;
	width: 50px;
}
a.social-link .social .block {
	background-color: #ffffff;
	color: #ff8800;
	padding: 0.6rem 1rem 0.6rem 1rem;
	width: 215px;
	font-size: 1rem;
	line-height: 30px;
}
	/*a.social-link .social .block.f-mail {
		font-size: 13px;
		line-height: 29px;
	}*/
a.social-link .social .fa {
	color: #ffffff;
	padding: 0.6rem 1rem;
	font-size: 30px;
}
	a.social-link .social .fa.fa-envelope {
		font-size: 25px;
	}
a.social-link .social .arrow-orange {
	border-color: transparent transparent transparent #ff8a00;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 25px;
}
a.social-link .social .arrow-white {
	border-color: transparent transparent transparent #ffffff;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 25px;
}
a.social-link .social .arrow-outline {
	width: 25px;
}
a.social-link .social .arrow-outline .arrow-1 {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 35px 35px 0;
	border-color: transparent #ff8a00 transparent transparent;
	position: absolute;
	right: 0px;
	top: 0px;
}
a.social-link .social .arrow-outline .arrow-1-2 {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 25px 25px 0;
	border-color: transparent #ffffff transparent transparent;
	position: absolute;
	right: 0px;
	top: 0px;
}
a.social-link .social .arrow-outline .arrow-2 {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 35px 35px;
	border-color: transparent transparent #ff8a00 transparent;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
a.social-link .social .arrow-outline .arrow-2-2 {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 25px 25px;
	border-color: transparent transparent #ffffff transparent;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

a.social-link:active .social .arrow-white,
a.social-link:hover .social .arrow-white {
	border-color: transparent transparent transparent  #ff8a00;
}
a.social-link:active .social .arrow-outline .arrow-1-2,
a.social-link:hover .social .arrow-outline .arrow-1-2 {
	border-color: transparent #ff8a00 transparent transparent;
}
a.social-link:active .social .arrow-outline .arrow-2-2,
a.social-link:hover .social .arrow-outline .arrow-2-2 {
	border-color: transparent transparent #ff8a00 transparent;
}
a.social-link:active .social .arrow-outline .arrow-1,
a.social-link:hover .social .arrow-outline .arrow-1 {
	border-color: transparent #ffffff transparent transparent;
}
a.social-link:active .social .arrow-outline .arrow-2,
a.social-link:hover .social .arrow-outline .arrow-2 {
	border-color: transparent transparent #ffffff transparent;
}
a.social-link:active .social .icon-fas,
a.social-link:hover .social .icon-fas {
	background-color: #ffffff;
}
a.social-link:active .social .fa,
a.social-link:hover .social .fa {
	color: #ff8a00;
}
a.social-link:active .social .arrow-orange,
a.social-link:hover .social .arrow-orange {
	border-color: transparent transparent transparent #ffffff;
}
a.social-link:active .social .block,
a.social-link:hover .social .block {
	background-color: #ff8a00;
	color: #ffffff;
}

@media only screen and (max-width: 1147px) {
	.sidebar .title-orange {
	  font-size: 16px;
	}

	a.social-link .social .block {
		font-size: 14px;
		width: 150px;
	}
		a.social-link .social .block.f-mail {
			font-size: 10px;
		}
}

@media only screen and (max-width: 990px) {
	a.social-link .social .block {
		width: 75px;
		padding: 0.6rem 0.3rem 0.6rem 0.3rem;
	}

	.block-price .dot-real {
		font-size: 200%;
	}
	.block-price .dot-text,
	.block-price .dot-currency,
	.block-price .dot-cent,
	.block-price .dot-mouth,
	.block-price .dot-link {
		font-size: 100%;
	}
}

@media only screen and (max-width: 575px) {
	.block-price .dot-real {
		font-size: 400%;
	}
	.block-price .dot-text,
	.block-price .dot-currency,
	.block-price .dot-cent,
	.block-price .dot-mouth,
	.block-price .dot-link {
		font-size: 200%;
	}
}

@media only screen and (max-width: 767px) {
	a.social-link .social .block {
		width: 215px;
	}
}

@media only screen and (max-width: 425px) {
	a.social-link .social .block {
    width: 145px;
	}
}
/*********************************/
/* HEADER */
/*********************************/
.header {
	background-color: rgb(0 0 0 / 0.6);
	background: url(../images/bg-header.jpg) center top;
}
	.header .navbar-brand img {
		max-width: 190px;
	}
.header .nav-link {
	font-size: 23px;
	color: #ffffff;
}
	.header .nav-link.current,
	.header .nav-link:hover,
	.header .nav-link:active {
		background-color: rgb(255 137 0 / 0.4);
	}

.cont-aboutus	{}
	.cont-aboutus	.icon-fas {
	  color: #ff8800;
	  font-size: 90px;
	}
	.cont-aboutus	.title-about {
	  color: #ff8800;
	  font-size: 20px;
	  font-weight: 300;
	  line-height: initial;
	}

@media only screen and (max-width: 676px) {
	.header .navbar-brand img {
		max-width: 170px;
	}
}
@media only screen and (max-width: 991px) {
	.header .nav-link {
		font-size: 18px;
	}
}
@media only screen and (max-width: 857px) {
	.header .nav-link {
		font-size: 14px;
	}
}

/*********************************/
/* FOOTER */
/*********************************/
.footer {
	background-color: #323232;
	color: #ffffff;
}
	.footer .menu .title-orange {
		font-size: 20px;
	}	
	.footer .list-group-item {
	  background-color: #323232;
    padding: .3rem 1rem;
	}
		.footer .list-group-item a {
			color: #ffffff;
			text-decoration: none;
		}
			.footer .list-group-item a:hover,
			.footer .list-group-item a:active {
				color: #ff8800;
			}

/*********************************/
/* HOME */
/*********************************/
.home {}
.home .ad-services .background:after {
  content: "";
	background: url(../images/bg-ad-services.png) no-repeat center center;
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}
.home .ad-services .block {
	background-color: #ffffff;
	border-top: 15px solid #ff8800;
	border-bottom: 50px solid #ff8800;
	border-radius: 8rem 0 8rem 0;
}
	.home .ad-services .block::before {
		background-color: #ff8800;
		bottom: 20%;
		content: " ";
		display: block;
		height: 170px;
		left: 15px;
		position: absolute;
		width: 5px;
	}
	.home .ad-services .block::after {
		background-color: #ff8800;
		content: " ";
		display: block;
		height: 170px;
		position: absolute;
		right: 15px;
		top: 20%;
		width: 5px;
	}
	.home .ad-services .block p {
		font-size: 20px;
		font-weight: 600;
	}

.home .ad-services .title-orange {
	font-size: 50px;
}

.home .ad-depoiments {}
.home .ad-depoiments .depoiment-content {
	background-color: #ffd9ac;
}
	.home .ad-depoiments .depoiment-content h6 {
		font-size: 20px;
	}
	.home .ad-depoiments .img-content {
		margin-bottom: -35px;
	}

.home .ad-blog a {
	color: #212529;
	text-decoration: none;
}
	.home .ad-blog .block::after {
		background-color: #ff8800;
		content: " ";
		height: 50px;
		position: absolute;
		width: 6px;
		left: 50%;
		margin-left: -3px;
		z-index: -1;
	}
	.home .ad-blog .even .block::after {
		background-color: #ffab49;
		top: -48px;
	}
	.home .ad-blog .odd .block::after {
		background-color: #fee54b;
		bottom: -48px;
	}
	.home .ad-blog a:active .block,
	.home .ad-blog a:hover .block {
		display: block;
		box-shadow: 0px 4px 20px 0px rgba(255,141,5,10);
		-webkit-box-shadow: 0px 4px 20px 0px rgba(255,141,5,10);
		-moz-box-shadow: 0px 4px 20px 0px rgba(255,141,5,10);
	}
.home .ad-blog .even .block {
	background-color: #ffab49;
}
.home .ad-blog .odd .block {
	background-color: #fee54b;
}

/*********************************/
/* PARTNERS */
/*********************************/
.partners {
	background-color: rgb(255 255 255 / 50%);
}
	.partners:after {
	  content: "";
		background: url(../images/bg-ad-services.png) no-repeat center top;
	  opacity: 0.3;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  position: absolute;
	  z-index: -1;   
	}

/*********************************/
/* PRODUCT */
/*********************************/
.product {}
	.product.show h1 {
		font-size: 70px;
	}
.product .s-content-product {
	background: #fce3c5;
}
	.product .s-content-product ul {
		list-style-type: none;
	}
		.product .s-content-product li {
			position: relative;
			margin-bottom: 10px;
		}
			.product .s-content-product li::before {
				content: '';
				display: block;
				height: 20px;
				width: 20px;
				background-image: url('../images/icon-check-orange.png');
				background-repeat: no-repeat;
				background-size: contain;
				position: absolute;
				left: -25px;
  			top: 5px;
			}

@media only screen and (max-width: 767px) {
	.product.show h1 {
	  font-size: 60px;
	}
}

/*********************************/
/* INVESTMENT */
/*********************************/
.cont-calculation .cont-calc {
	background: #fce3c5;
}

/*********************************/
/* BLOG */
/*********************************/
.blog-entry .post-summary a {
	color: #2d373a;
}
	.blog-entry .post-summary a:active,
	.blog-entry .post-summary a:hover {
		color: #2d373a;
	}
.blog-entry .post-summary .btn-orange:active,
.blog-entry .post-summary .btn-orange:hover,
.blog-entry .post-summary .btn-orange {
	color: #ffffff;
}
.blog-entry .post-summary .publish-date {
	color: #ff9305;
}
.blog-entry .post-summary .text-summary {
	color: #2d373a;
	font-size: 17px;
}
.blog-entry .post-summary h2 {
	font-size: 19px;
	font-weight: 600;
}
.blog-entry.show h1 {
	font-size: 33px;
	font-weight: 600;
}
.blog-entry.show .content img {
	display: block;
	height: auto;
	width: 100%;
}
.blog-entry.show .content .caption {
	color: #647c84;
}

.post-summary .blog-post-meta p,
.blog-post-meta p {
	color: #2d373a;
	font-size: 15px;
}
	.blog-entry.show .content a,
	.post-summary .blog-post-meta .link,
	.blog-post-meta .link {
		color: #ff9305;
	}
