body {
		font-family: 'Poppins', sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair+Display', serif !important;
	letter-spacing: -.02em !important;
}

.custom-font-primary {
		font-family: 'Playfair+Display', serif !important;
}

.custom-font-secondary {
		font-family: 'Montserrat', sans-serif !important;
}

.custom-negative-margin-top {
		margin-top: -150px;
}

.custom-box-shadow-1 {
		box-shadow: 0px 0px 100px -27px rgba(0, 0, 0, 0.2);
}

.custom-btn-pos-1 {
		transform: translate3d(0, 100%, 0);
		margin-top: -37px;
}

.custom-text-size-1 {
		font-size: 6.4em;
}



.custom-text-color-grey-1 {
		color: var(--default) !important;
}

.custom-border-color-grey {
		border-color: #233154 !important;
}

.custom-transition-1 rect {
		transition: ease all 3s !important;
}

.text-align-end {
	text-align: end;
}
.text-align-right {
	text-align: right;
}


.text-justify {
	text-align: justify;
	hyphens: none;
}

/* BUTTON */

.btn-schinasi-blue {
	--hover: var(--schinasi-blue--200);
	background-color: var(--schinasi-blue);
	border-color: var(--schinasi-blue) var(--schinasi-blue) var(--schinasi-blue-300);
	color: var(--schinasi-blue-inverse);
}

.btn-schinasi-blue:hover, .btn-schinasi-blue.hover {
	border-color: var(--schinasi-blue--200) var(--schinasi-blue--200) var(--schinasi-blue);
	color: var(--schinasi-blue-inverse);
}

.btn-schinasi-blue:hover:not(.bg-transparent), .btn-schinasi-blue.hover:not(.bg-transparent) {
	background-color: var(--schinasi-blue--200);
}

.btn-schinasi-blue:focus, .btn-schinasi-blue.focus {
	border-color: var(--schinasi-blue-300) var(--schinasi-blue-300) var(--schinasi-blue-300);
	color: var(--schinasi-blue-inverse);
	box-shadow: 0 0 0 3px var(--schinasi-blue-rgba-50);
}

.btn-schinasi-blue:focus:not(.bg-transparent), .btn-schinasi-blue.focus:not(.bg-transparent) {
	background-color: var(--schinasi-blue-200);
}

.btn-schinasi-blue.disabled, .btn-schinasi-blue:disabled {
	border-color: var(--schinasi-blue) var(--schinasi-blue) var(--schinasi-blue-300);
}

.btn-schinasi-blue.disabled:not(.bg-transparent), .btn-schinasi-blue:disabled:not(.bg-transparent) {
	background-color: var(--schinasi-blue);
}

.btn-schinasi-blue:active, .btn-schinasi-blue.active {
	border-color: var(--schinasi-blue-300) var(--schinasi-blue-300) var(--schinasi-blue-300) !important;
}

.btn-schinasi-blue:active:not(.bg-transparent), .btn-schinasi-blue.active:not(.bg-transparent) {
	background-color: var(--schinasi-blue-200) !important;
	background-image: none !important;
}

.show > .btn-schinasi-blue.dropdown-toggle {
	background-color: var(--schinasi-blue-200) !important;
	background-image: none !important;
	border-color: var(--schinasi-blue-300) var(--schinasi-blue-300) var(--schinasi-blue-300) !important;
}

.btn-check:active + .btn-schinasi-blue, .btn-check:checked + .btn-schinasi-blue, .btn-check:focus + .btn-schinasi-blue {
	background-color: var(--schinasi-blue-100);
	border-color: var(--schinasi-blue) var(--schinasi-blue) var(--schinasi-blue-100);
	color: var(--schinasi-blue-inverse);
}

/* FIN BUTTON */


/* TEXT COLOR */

.text-color-schinasi-blue, .text-schinasi-blue {
	color: var(--schinasi-blue) !important;
}

.text-color-schinasi-blue-100, .text-schinasi-blue-100 {
	color: var(--schinasi-blue-100) !important;
}

.text-color-schinasi-blue-200, .text-schinasi-blue-200 {
	color: var(--schinasi-blue-200) !important;
}

.text-color-schinasi-blue-300, .text-schinasi-blue-300 {
	color: var(--schinasi-blue-300) !important;
}

.text-color-schinasi-blue--100, .text-schinasi-blue--100 {
	color: var(--schinasi-blue--100) !important;
}

.text-color-schinasi-blue--200, .text-schinasi-blue--200 {
	color: var(--schinasi-blue--200) !important;
}

.text-color-schinasi-blue--300, .text-schinasi-blue--300 {
	color: var(--schinasi-blue--300) !important;
}

.text-color-before-schinasi-blue:before {
	color: var(--schinasi-blue) !important;
}

.text-color-after-schinasi-blue:after {
	color: var(--schinasi-blue) !important;
}

.text-color-hover-schinasi-blue:hover, .text-hover-schinasi-blue:hover {
	color: var(--schinasi-blue) !important;
}

.text-color-hover-before-schinasi-blue:hover::before {
	color: var(--schinasi-blue) !important;
}

.text-color-hover-after-schinasi-blue:hover::after {
	color: var(--schinasi-blue) !important;
}


.text-color-schinasi-orange, .text-schinasi-orange {
	color: var(--schinasi-orange) !important;
}

section.section.no-bg {
	background: none !important;

}

.text-color-hover-white:hover {
	color: var(--light) !important;
}


/* FIN TEXT COLOR */


/* BACKGROUND COLOR */
.bg-color-schinasi-blue, .bg-schinasi-blue {
	background-color: var(--schinasi-blue) !important;
}

.bg-color-hover-schinasi-blue:hover, .bg-hover-schinasi-blue:hover {
	background-color: var(--schinasi-blue) !important;
}

.bg-color-after-schinasi-blue:after {
	background-color: var(--schinasi-blue) !important;
}

.bg-color-hover-after-schinasi-blue:hover::after {
	background-color: var(--schinasi-blue) !important;
}

.bg-color-before-schinasi-blue:before {
	background-color: var(--schinasi-blue) !important;
}

.bg-color-hover-before-schinasi-blue:hover::before {
	background-color: var(--schinasi-blue) !important;
}

.bg-color-schinasi-blue-100, .bg-schinasi-blue-100 {
	background-color: var(--schinasi-blue-100) !important;
}

.bg-color-schinasi-blue-200, .bg-schinasi-blue-200 {
	background-color: var(--schinasi-blue-200) !important;
}

.bg-color-schinasi-blue-300, .bg-schinasi-blue-300 {
	background-color: var(--schinasi-blue-300) !important;
}

.bg-color-schinasi-blue--100, .bg-schinasi-blue--100 {
	background-color: var(--schinasi-blue--100) !important;
}

.bg-color-schinasi-blue--200, .bg-schinasi-blue--200 {
	background-color: var(--schinasi-blue--200) !important;
}

.bg-color-schinasi-blue--300, .bg-schinasi-blue--300 {
	background-color: var(--schinasi-blue--300) !important;
}




/* FIN BACKGROUND COLOR */

/* SERVICES */
ul.schinasi-services {
	padding-left: 1rem;
}
.schinasi-services li {
	margin-bottom: 15px;

}
.schinasi-services li  {
	hyphens: auto;
}



@media (min-width: 1200px) and (max-width: 1530px) {
		.custom-responsive-text-size-1 {
				font-size: 0.8rem !important;
				line-height: 1.5 !important;
		}
}

@media (min-width: 1440px) {
	/*
		.custom-responsive-m-p-x {
			 margin-right: 3rem !important;
			 margin-left: 3rem !important;
			 padding-right: 3rem !important;
			 padding-left: 3rem !important;
		 }
	*/
	.custom-responsive-m-p-x {
		margin-right: 2rem !important;
		margin-left: 2rem !important;
		padding-right: 2rem !important;
		padding-left: 2rem !important;
	}
}

.custom-plus {
		position: relative;
}

.custom-plus:before {
		content: '+';
		position: absolute;
		top: 30px;
		right: -23px;
		font-size: 0.4em;
		font-weight: 400;
}

.custom-square-1 {
		position: absolute;
		top: -10px;
		left: -10px;
}

.custom-square-1 rect {
		fill-opacity: 0;
		stroke-dasharray: 1550;
		stroke-dashoffset: 1550;
		transition: ease all 2000ms;
}

.custom-square-1 rect.appear-animation-visible {
		stroke-dashoffset: 0;
}

.custom-square-1.custom-square-top-right {
		right: -10px;
		left: auto;
}

.custom-square-1.custom-square-1-no-pos {
		top: 0;
		left: 0;
}

.custom-square-1.custom-square-1-no-pos rect.appear-animation-visible {
		fill-opacity: 1;
}

@media (max-width: 575px) {
		.custom-mobile-square-thickness rect {
				stroke-width: 15px;
		}
}

.lineProgressFrom {
		stroke-dashoffset: 1550 !important;
		transition: ease stroke-dashoffset 8s !important;
}

.lineProgressTo {
		stroke-dashoffset: 0 !important;
}

.lineProgressAndFillFrom {
		stroke-dashoffset: 1550;
		fill-opacity: 0;
		transition: ease stroke-dashoffset 3s, ease fill-opacity 1s 2s !important;
}

.lineProgressAndFillTo {
		stroke-dashoffset: 300;
		fill-opacity: 1;
}

.custom-btn-color-1 {
		border-color: #233154 !important;
}

.custom-btn-color-1:hover {
		border-color: var(--dark) !important;
}

.custom-btn-style-1.btn-dark {
		background: #FFF !important;
}

.custom-btn-style-1.btn-dark:hover {
		background: var(--dark) !important;
}

.active-revslide .custom-square-1 rect {
		stroke-dashoffset: 0;
}

/*
.custom-featured-boxes-style-1 .featured-box .box-content {
		padding: 60.8px 28.8px;
		padding: 3.8rem 1.8rem;
		border: 7px solid #233154;
		transition: ease border-color 300ms;
}
*/

.custom-featured-boxes-style-1 .featured-box .box-content {
	padding: 60.8px 28.8px;
	padding: 3.8rem 1.8rem;
	border-bottom: 4px solid #233154;
	border-right: 4px solid #233154;
	transition: ease border-color 300ms;
	background-color: var(--light-100);

}

/*
.custom-featured-boxes-style-1 .featured-box .box-content svg {
		width: 88px;
		height: auto;
		fill: #FFF;
		transition: ease fill 300ms;
}
*/
.custom-featured-boxes-style-1 .featured-box .box-content img {
	width: 80px;
	height: auto;
	/*fill: #FFF;
	transition: ease fill 300ms;*/
}


.custom-featured-boxes-style-1 .featured-box .box-content .text-content-box {
	text-align: left;
}

.custom-thumb-info-style-1.thumb-info-bottom-info-dark-linear .thumb-info-title {
		background: transparent;
}

.custom-thumb-info-style-1.thumb-info-bottom-info .thumb-info-title {
		padding: 36.8px;
		padding: 2.3rem;
}

.owl-carousel.custom-nav-size-1 .owl-nav .owl-prev, .owl-carousel.custom-nav-size-1 .owl-nav .owl-next {
		font-size: 22.4px;
		font-size: 1.4rem;
}

.card:hover .custom-square-1 rect {
		stroke-dashoffset: 0;
}

.card.custom-card-style-1 {
		background: transparent;
		border: 7px solid #233154;
}

.inner-page .main {
		padding-top: 100px;
}

#header.side-header-hide [data-plugin-scrollable] {
		display: none;
}

/* Skin */
html#schinasi-conseil.side-header-overlay-full-screen #header {
	background-color: rgba(35, 49, 84, 0.99);
}

.sticky-wrapper.sticky-wrapper-effect-1.sticky-wrapper-effect-1-dark.sticky-effect-active .sticky-body {
	background: var(--schinasi-blue);
}


.custom-square-1 rect {
		stroke: var(--schinasi-orange);
		fill: var(--schinasi-orange);
}

/*
.custom-featured-boxes-style-1 .featured-box:hover .box-content {
		border: 7px solid var(--schinasi-orange);
}
*/
.custom-featured-boxes-style-1 .featured-box:hover .box-content {
	border-bottom: 4px solid var(--schinasi-orange);
	border-right: 4px solid var(--schinasi-orange);
}

.custom-featured-boxes-style-1 .featured-box:hover .box-content svg {
		fill: var(--schinasi-orange);
}

.custom-thumb-info-style-1 .thumb-info-wrapper:after {
		background: var(--schinasi-orange);
}

.custom-testimonial-colored-quotes.testimonial-with-quotes blockquote:before, .custom-testimonial-colored-quotes.testimonial-with-quotes blockquote:after {
		color: var(--schinasi-orange) !important;
}

@keyframes customTextColored {
		from {
				color: var(--light);
		}
		to {
				color: var(--schinasi-orange);
		}
}

.customTextColored {
		animation-name: customTextColored;
}

@keyframes customBorderColored {
		from {
				border-color: #233154;
		}
		to {
				border-color: var(--schinasi-orange);
		}
}

.customBorderColored {
		animation-name: customBorderColored;
}


@media (min-width: 768px) {
	.custom-featured-boxes-style-1 .featured-box .box-content {
		height: 750px;
	}
}
/*
@media (max-width: 768px) {
	.custom-featured-boxes-style-1 .featured-box .box-content {
		height: inherit;
	}
}
*/

#schinasi-conseil #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.mobile {
	color: var(--schinasi-orange) !important;
}

#contactus .border-left-schinasi-orange {
	border-left: 2px solid #ec623f;
}


@media (max-width: 768px) {
	#contactus .list.list-icons.list-icons-sm li {
		padding-left: 0px !important;
	}

	#contactus .border-left-schinasi-orange {
		border-left: none;
	}

	.text-justify {
		text-align: justify;
		hyphens: none;
	}

}

@media (max-width: 991px) {
	#schinasi-conseil #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
		color: var(--light) !important;
	}

	#schinasi-conseil #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.mobile {
		color: var(--schinasi-orange) !important;
	}


}