/* MAIN */
	::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
		color: #ffffff;
		font-size: 12px;
		font-style: italic;
		opacity: 1; /* Firefox */
	}

	.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
		background-color: #02797a !important;
	}
	:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #ffffff;
		font-size: 12px;
		font-style: italic;
	}

	::-ms-input-placeholder { /* Microsoft Edge */
		color: #ffffff;
		font-size: 12px;
		font-style: italic;
	}

	a.color-white:hover, a.color-white:active, a.color-white:focus {
		color: #ffffff;
	}

	a.animate, a.animate:hover, a.animate:focus, a, a:hover, a:focus {
		color: #111547;
		cursor: pointer;
		line-height: 1.5;
		position: relative;
		text-decoration: none;
	}

	button.main-button {
		background; white;
		border: none;
		border-radius: 30px;
		color: #2b398b;
		padding: 10px 25px;
	}



	html, body {
		color: #5e6372;
		font-family: Montserrat Regular;
		line-height: 1.5;
		position: relative;
	}

	section {
		padding-top: 15px;
		position: relative;
		margin-left: 240px;
		z-index: 1000;
	}

	input.main-input, textarea.main-input {
		background: rgba(255, 255, 255, 0.4);
		border: 2px solid transparent;
		border-radius: 5px;
		padding: 7px 15px;
		width: 80%;
	}

	input.main-input.error, textarea.main-input.error {
		background-color: rgba(255, 246, 246, 0.8);
		border: 2px solid #e0b4b4;
		color: #9f3a38;
	}

	textarea {
		resize: none;
	}

	.gradient-title {		
		font-family: Montserrat Bold;
		font-size: 24px;

		color: #02797a;
	}

	.gradient-title.small {
		font-size: 18px;
	}

	.paragraph-content p {
		line-height: 2;
		margin: 0;
	}

	#particle-js {
		height: 90px;
		width: 100%;
	}

	@media screen and (max-width: 768px) {
		section {
			margin-left: 15px;
			margin-right: 15px;
		}
	}

	@media screen and (max-width: 464px) {
		input.main-input, textarea.main-input {
			width: 100%;
		}
	}
/* END MAIN */




/* NAVIGATION */
	nav {
		background-color: #fff;
		height: 100vh;
		left: 0;
		padding: 30px;
		position: fixed;
		transition: 0.5s all;
		top: 0;
		width: 240px;
		z-index: 1000;
	}

	.language {
		cursor: pointer;
	}

	.language img {
		border: 2px solid transparent;
	}

	.language img.active, .language img:hover {
		border: 2px solid #6bb445;
	}

	.nav-bg {
		bottom: 0;
		left: 37%;
		position: absolute;
		transform: translate(-50%, 0);
		width: 180%;
	}

	.nav-close {
		display: none;
	}

	.nav-footer {
		bottom: 0;
		left: 0;
		padding: 30px;
		position: absolute;
		font-size: 12px;
		z-index: 1200;
	}

	.nav-logo img {
		cursor: pointer;
		width: 80%;
	}

	.nav-menu-list, .nav-menu-list a, .nav-menu-list a:hover, .nav-menu-list a:active {
		color: #111547;
		cursor: pointer;
		font-family: Montserrat SemiBold;
		padding-bottom: 15px;
		text-decoration: none;
	}

	.nav-menu-list.active a {
		text-decoration: underline;
	}

	.nav-menu-mobile {
		cursor: pointer;
		display: none;
		left: 0;
		position: fixed;
		top: 30px;
		z-index: 1200;
	}

	.nav-menu-mobile img {
		width: 50px;
	}

	@media screen and (max-width: 768px) {
		nav {
			overflow: hidden;
			transform: translateX(-120%);
		}

		nav.show {
			box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
			transform: translateX(0);
			z-index: 1500;
		}

		.nav-close {
			cursor: pointer;
			display: block;
			position: absolute;
			right: 15px;
			top: 15px;
			width: 20px;
		}

		.nav-menu-mobile {
			display: block;
		}
	}
/* END NAVIGATION */




/* BANNER */
	#home-banner, #get-in-touch {
		margin-right: 0 !important;
	}

	.banner-content {
		color: white;
		left: 0;
		padding: 75px 0 0 45px;
		position: absolute;
		top: 0;
		width: 100%;
	}

	.banner-desktop {
		display: block !important;
	}

	.banner-mobile {
		border-top-left-radius: 25px;
		border-bottom-left-radius: 25px;
		display: none !important;
	}

	.banner-content .content p {
		line-height: 2.5;
		margin-top: 30px;
	}

	.banner-content .title {
		font-family: Montserrat Bold;
		font-size: 32px;
		letter-spacing: 1.5px;
	}

	.banner-left, .banner-right {
		cursor: pointer;
	}

	.banner-navigation-custom {
		bottom: 45px;
		color: white;
		left: 45px;
		position: absolute;
		z-index: 1000;
	}

	@media screen and (max-width: 1050px) {
		.banner-content .title {
			font-family: Montserrat Bold;
			font-size: 24px;
			letter-spacing: 1.5px;
		}
	}

	@media screen and (max-width: 950px) {
		.banner-content .content p {
			line-height: 2.2;
			margin-top: 7.5px;
		}

		.banner-content .title {
			font-family: Montserrat Bold;
			font-size: 20px;
			letter-spacing: 1.25px;
		}
	}

	@media screen and (max-width: 650px) {
		.banner-content .title {
			font-family: Montserrat Bold;
			font-size: 32px;
			letter-spacing: 1.25px;
			width: 80%;
		}

		.banner-content .content p {
			line-height: 2.2;
			margin-top: 30px;
		}

		.banner-desktop {
			display: none !important;
		}

		.banner-mobile {
			display: block !important;
		}
	}

	@media screen and (max-width: 464px) {
		.banner-content {
			padding: 60px 15px 0 45px;
		}

		.banner-content .title {
			font-family: Montserrat Bold;
			font-size: 32px;
			letter-spacing: 1.25px;
			width: 100%;
		}

		.banner-content .content p {
			line-height: 2.2;
			margin-top: 7.5px;
		}

		.banner-content .title {
			font-family: Montserrat Bold;
			font-size: 28px;
			letter-spacing: 1px;
		}
	}
/* END BANNER */




/* ABOUT */
	.about-box {
		background: #f3f3f3;
		border-radius: 20px;
		min-height: 100px;
		padding: 30px;
		position: relative;
		width: 100%;
	}


	.normal-title {
		font-family: Montserrat SemiBold;
		font-size: 22px;
		line-height: 2;
		padding: 75px;
	}

	@media screen and (max-width: 650px) {
		.offer-icon {
			margin-bottom: 15px;
			width: 40% !important;
		}
	}

	@media screen and (max-width: 464px) {
		#our-offer .gradient-title.main-title {
			text-align: center;
		}

		.about-box {
			border-radius: 10px;
			border-top-left-radius: 10px;
		}
		.normal-title {
			font-size: 18px;
		}

		.offer-icon {
			margin-bottom: 15px;
			width: 40% !important;
		}
	}
/* END ABOUT */




/* GET IN TOUCH */
	.get-in-touch-content {
		color: white;
		border-top-left-radius: 25px;
		padding: 60px 75px;
		height: 100%;
	}

	.get-in-touch-content .title {
		font-family: Montserrat Bold;
		font-size: 32px;
	}

	@media screen and (max-width: 464px) {
		.contact-form {
			margin-top: 30px;
		}

		.get-in-touch-content {
			color: white;
			border-top-left-radius: 25px;
			padding: 60px 15px;
		}
	}
/* END GET IN TOUCH */




/* BLOG */
	.blog-category-list {
		margin-top: 15px;
	}

	.blog-category-list ul {
		padding: 0;
	}

	.blog-category-list ul li {
		color: #111547;
		display: inline-block;
		margin-right: 30px;
	}

	.blog-content {
		color: #1c1c1c;
		padding-right: 15px;
	}

	.blog-content h1 {
		font-family: Montserrat SemiBold;
		line-height: 1.25;
	}

	.blog-content .headline-author {
		font-family: Montserrat SemiBold;
	}

	.blog-headline-left, .blog-headline-right {
		cursor: pointer;
	}

	.blog-headline-left img, .blog-headline-right img {
		width: 30px !important;
	}

	.blog-new-left, .blog-new-right, .blog-popular-left, .blog-popular-right {
		cursor: pointer;
		margin-top: 7.5px;
	}

	.blog-new-left img, .blog-new-right img, .blog-popular-left img, .blog-popular-right img {
		width: 20px !important;
	}

	.blog-new-navigation, .blog-popular-navigation {
		padding-right: 30px;
	}

	.blog-paragraph {
		line-height: 2;
	}

	.blog-paragraph p, .blog-paragraph ul, .blog-paragraph ol, .blog-paragraph h1, .blog-paragraph h2, .blog-paragraph h3, .blog-paragraph h4, .blog-paragraph h5 {
		margin-bottom: 22.5px;
	}

	.headline-container {
		background-color: #f3f3f3;
		border-top-left-radius: 15px;
		border-bottom-left-radius: 15px;
		color: #1c1c1c;
		margin-top: 15px;
	}

	.headline-container h1 {
		font-family: Montserrat SemiBold;
		line-height: 1.25;
	}

	.headline-container .headline-author {
		font-family: Montserrat SemiBold;
		margin-bottom: 15px;
	}

	.headline-container .headline-author, .headline-container .headline-subtitle {
		font-size: 18px;
		line-height: 1.75;
	}

	.headline-container .headline-text {
		padding: 30px 90px 30px 60px;
	}

	.headline-image {
		height: 100%;
		min-height: 300px;
		padding: 35%;
		position: relative;
		width: 100%;
	}

	.new-blog-container {
		background-color: #f3f3f3;
		border-radius: 15px;
		overflow: hidden;
		width: 95%;
	}

	.new-blog-text {
		padding: 15px 20px 30px;
	}

	.new-blog-text h2 {
		font-family: Montserrat SemiBold;
	}

	.new-image {
		padding: 30%;
	}

	@media screen and (max-width: 464px) {
		.blog-category-list {
			display: none;
		}

		.blog-content {
			padding-right: 0;
		}
	}
/* END BLOG */




/* OVERRIDE */
	/* OWL CAROUSEL */
		.owl-carousel {
			z-index: 1000;
		}

		.owl-nav.disabled {
			display: none;
		}
	/* END OWL CAROUSEL */
/* END OVERRIDE */




/* UTILITIES */
	.align-items-center {
		align-items: center;
	}

	.bg-cover {
		background-position: center;
		display: block !important;		
		position: relative;;
		background-repeat: no-repeat;
		background-size: cover;	
		background-image: url('../img/slide/slide-1-dc-fix.html');	
	}
	@media screen and (max-width: 464px) {
		.bg-cover {
			background-image: url('../img/slide/slide-1-hp-fix.html');
		}
	}

	.bg-2a2a72 {
		background-color: #2a2a72;
	}

	.bg-333333 {
		background-color: #333333;
	}

	.bg-ad343e {
		background-color: #ad343e;
	}

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

	.border-bottom {
		border-bottom: 1px solid rgba(34, 36, 38, 0.15);
	}

	.border-right {
		border-right: 1px solid rgba(34, 36, 38, 0.15);
	}

	.border-top {
		border-top: 1px solid rgba(34, 36, 38, 0.15);
	}

	.color-111547 {
		color: #111547;
	}

	.color-dark {
		color: #333333;
	}

	.color-teal {
		color: #00b5ad;
	}

	.color-white {
		color: #ffffff;
	}

	.cursor-pointer {
		cursor: pointer !important;
	}

	.display-flex, .display-flex-desktop {
		display: flex;
	}

	.display-none {
		display: none;
	}

	.flex-left {
		text-align: left;
	}

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

	.flex-width-10-percent {
		flex-basis: 10%;
	}

	.flex-width-20-percent {
		flex-basis: 20%;
	}

	.flex-width-30-percent {
		flex-basis: 30%;
	}

	.flex-width-40-percent {
		flex-basis: 40%;
	}

	.flex-width-50-percent {
		flex-basis: 50%;
	}

	.flex-width-60-percent {
		flex-basis: 60%;
	}

	.flex-width-70-percent {
		flex-basis: 70%;
	}

	.flex-width-80-percent {
		flex-basis: 80%;
	}

	.flex-width-90-percent {
		flex-basis: 90%;
	}

	.flex-width-100-percent {
		flex-basis: 100%;
	}

	.font-8 {
		font-size: 8px;
	}

	.font-10 {
		font-size: 10px;
	}

	.font-12 {
		font-size: 12px !important;
	}

	.font-14 {
		font-size: 14px;
	}

	.font-16 {
		font-size: 16px;
	}

	.font-18 {
		font-size: 18px;
	}

	.font-20 {
		font-size: 20px;
	}

	.font-22 {
		font-size: 22px;
	}

	.font-24 {
		font-size: 24px;
	}

	.font-26 {
		font-size: 26px;
	}

	.font-28 {
		font-size: 28px;
	}

	.font-30 {
		font-size: 30px;
	}

	.font-32 {
		font-size: 32px;
	}

	.font-34 {
		font-size: 34px;
	}

	.font-36 {
		font-size: 36px;
	}

	.font-38 {
		font-size: 38px;
	}

	.font-40 {
		font-size: 40px;
	}

	.font-42 {
		font-size: 42px;
	}

	.font-44 {
		font-size: 44px;
	}

	.font-46 {
		font-size: 46px;
	}

	.font-48 {
		font-size: 48px;
	}

	.font-50 {
		font-size: 50px;
	}

	.font-medium {
		color: #181818;
		font-weight: 700;
	}

	.justify-content-center {
		justify-content: center;
	}

	.justify-content-right {
		justify-content: flex-end;
	}

	.line-height-2-5 {
		line-height: 2.5;
	}

	.margin-auto {
		margin: auto;
	}

	.margin-bottom-0 {
		margin-bottom: 0;
	}

	.margin-bottom-7px {
		margin-bottom: 7px;
	}

	.margin-bottom-15px {
		margin-bottom: 15px;
	}

	.margin-bottom-30px {
		margin-bottom: 30px;
	}

	.margin-left-15px {
		margin-left: 15px;
	}

	.margin-right-7px {
		margin-right: 7px;
	}

	.margin-right-15px {
		margin-right: 15px;
	}

	.margin-top-5px {
		margin-top: 5px !important;
	}

	.margin-top-7px {
		margin-top: 7px !important;
	}

	.margin-top-10px {
		margin-top: 7px;
	}

	.margin-top-15px {
		margin-top: 15px;
	}

	.margin-top-30px {
		margin-top: 30px;
	}

	.margin-top-45px {
		margin-top: 45px;
	}

	.margin-top-60px {
		margin-top: 60px;
	}

	.no-border {
		border: 0 !important;
	}

	.no-border-radius {
		border-radius: 0 !important;
	}

	.no-margin {
		margin: 0 !important;
	}

	.no-padding {
		padding: 0 !important;
	}

	.padding-bottom-0 {
		padding-bottom: 0;
	}

	.padding-bottom-15px {
		padding-bottom: 15px;
	}

	.position-absolute {
		position: absolute;
	}

	.position-relative {
		position: relative;
	}

	.text-align-center {
		text-align: center;
	}

	.text-align-left {
		text-align: left;
	}

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

	.width-10percent {
		width: 10%;
	}

	.width-15-percent {
		width: 15%;
	}

	.width-20percent {
		width: 20%;
	}

	.width-30percent {
		width: 30%;
	}

	.width-40percent {
		width: 40%;
	}

	.width-50percent {
		width: 50% !important;
	}

	.width-60percent {
		width: 60%;
	}

	.width-70percent {
		width: 70%;
	}

	.width-80percent {
		width: 80%;
	}

	.width-90percent {
		width: 90%;
	}

	.width-100percent {
		width: 100%;
	}

	.z-index-100 {
		position: relative;
		z-index: 100;
	}

	@media screen and (max-width: 464px) {
		.display-flex-desktop {
			display: block;
		}
	}
/* END UTILITIES