/* outfit-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100;
  src: url('../webfonts/outfit-v15-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* outfit-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 200;
  src: url('../webfonts/outfit-v15-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* outfit-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/outfit-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* outfit-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  src: url('../webfonts/outfit-v15-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* outfit-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  src: url('../webfonts/outfit-v15-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* outfit-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/outfit-v15-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* outfit-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 800;
  src: url('../webfonts/outfit-v15-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/**************************/
/*     General Styles     */
/**************************/
body,
html {
  width: 100%;
	height: 100%;
	background: #fff;
	color: #3a3b3c; 
	font: 400 1.025rem/1.5rem 'Outfit', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

#start-section, #flexible-section, #fixed-section, #visible-section {
  scroll-margin-top: 72px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin-bottom: 1rem;
}
h1 {
	color: #3a3b3c; 
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.5rem;
}
.h1-large {
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 3.25rem;
}

.h2 {
	color: #3a3b3c; 
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 2.25rem;
}

.h3 {
	color: #3a3b3c; 
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 2rem;
}

.h4 {
	color: #3a3b3c;  
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.h5, .h6 {
	color: #3a3b3c; 
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5rem;
}

.serif {
	font-family: 'Roboto Slab', Georgia, Times New Roman, Times, serif;	
}

.p-large {
	font-size: 1.25rem;
	line-height: 2rem;
}

.p-small {
	font-size: 0.9rem;
	line-height: 1.5rem;
}

.li-space-lg li {
	margin-bottom: 0.5rem;
}

a {
	font-weight: 700;
	color: #4f7fb8;
	text-decoration: none;
	transition: all 0.3s;
}

a:hover {
	color: #3a3b3c;
	text-decoration: none;
}
a.badge {
	opacity: 1;
}
a.badge:hover {
	color: #fff;
}
.text-primary {
	color: #aabbdd !important;
}

.no-line {
	text-decoration: none;
}

.no-line:hover {
	text-decoration: none;
}

.box-shadow {
	-webkit-box-shadow: 5px 10px 15px 0px rgba(0, 0, 0, 0.2); 
	box-shadow: 5px 10px 15px 0px rgba(0, 0, 0, 0.2);
}

.orange {
	color: #F7702E !important;
}
.text-blue {
	color: #4f7fb8;
}
.text-green {
	color: #acca6e;
}
.bg-blue {
	background: #84a8d2;
}
.bg-blue-light {
	background: linear-gradient(30deg,rgba(132, 168, 210, .15) 10%, rgba(132, 168, 210, 0) 90%);
}
.bg-green {
	background: #acca6e;
}
.bg-green-light {
	background: linear-gradient(30deg,rgba(172, 202, 110, .15) 10%, rgba(172, 202, 110, 0) 90%);
}
.bg-red {
	background: #ff7b9c;
}
.bg-red-light {
	background: linear-gradient(30deg,rgba(255, 123, 156, .15) 10%, rgba(255, 123, 156, 0) 90%);
}
.bg-purple {
	background: #9f84bd;
}
.bg-purple-light {
	background: linear-gradient(30deg,rgba(159, 132, 189, .15) 10%, rgba(159, 132, 189, 0) 90%);
}
.bg-dark {
	background: #96b94f;
}
.bg-fade-light {
	background: linear-gradient(30deg,rgba(172, 202, 110, .25) 10%, rgba(132, 168, 210, .25) 90%);
}
.bg-gray-light {
	background: #dfe3e8;
	background: linear-gradient(30deg,rgba(223, 227, 232, .4) 10%, rgba(223, 227, 232, .05) 90%);
}
.bg-gray-dark {
	background: #96b94f;
	background: linear-gradient(30deg,rgba(33, 37, 41, .8) 10%, rgba(33, 37, 41, .6) 90%);
}
.bg-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  font-size: 1.5rem;
}
.card, .img {
	transition: transform 0.2s;
}
.card:hover {
	background: #fff;
	transition: all 0.3s ease;
	box-shadow: rgba(0, 0, 0, 0.05) 0 8px 16px 0;
	transform: translateY(-4px);
}
.img:hover {
	transition: all 0.3s ease;
	transform: translateY(-4px);
}
.border-blue {
	border: 1px solid #84a8d2;
}
.border-gray {
	border: 1px solid #cacbce;
}
.bg-gray {
	background: #fafafa;
}

.btn {
	font-weight: 700;
	padding: .75rem 1.5rem;
	transition: all 0.3s;
	border-radius: 100px;
}
.btn-sm {
	padding: .5rem .75rem;	
}
.btn-primary {
	color: #fff;
	background: #4f7fb8;
	border-color: #4f7fb8;
}
.btn-primary:hover {
	color: #3a3b3c;
	background: #d5dcee;
	border-color: #d5dcee;
	text-decoration: none;
}
.btn-outline-primary {
	color: #4f7fb8;
	background: none;
	border-color: #4f7fb8;
}
.btn-outline-primary:hover {
	color: #3a3b3c;
	background:#d5dcee; 
	border-color: #d5dcee;
	text-decoration: none;
}
.box-blue {
	padding: 3rem;
	background: rgb(42,52,173);
	background: linear-gradient(0deg, rgba(42,52,173,0.05) 10%, rgba(42,52,173,0) 90%);
}
.content-section, .banner-section {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.content-section ul, .content-section ol {
	padding-left: 1.375rem;
}
.content-section ul.triangle {
  list-style: none;
}
.content-section li {
  margin-bottom: 0.5rem;
}
.content-section .triangle li:before {
  content: "\f105";
  color: #4f7fb8;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  display: inline-block;
  margin-left: calc( 1rem * -1 );
  width: 1rem;
}

/**********************/
/*     Navigation     */
/**********************/
.navbar {
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.25rem;
	background: #fff;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.navbar .logo-image img {
  width: auto;
	height: 40px;
}
.navbar .logo-white {
	display: none;
}
.navbar .logo-dark {
	display: block;
}
.offcanvas-collapse {
	position: fixed;
	top: 72px;
	bottom: 0;
	left: 100%;
	width: 100%;
	padding-top: 1rem;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	visibility: hidden;
	background: rgba(255, 255, 255, .8);
  backdrop-filter: blur(40px);
	transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.offcanvas-collapse.open {
	visibility: visible;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.offcanvas-collapse.open .navbar-nav {
	margin: 0 auto;
}
.navbar .nav-item .nav-link {
	padding: .75rem 1rem;
	font-size: 1.25rem;
	color: #3a3b3c;
	text-decoration: none;
	transition: all 0.2s ease;
	border: none;
	border-radius: 100px;
 	box-shadow: none;
	outline: 0 none;
}
.navbar .nav-item .nav-link:hover, .navbar .nav-item .nav-link.active {
	color: #4f7fb8;
	border: none;
	outline: 0 none;
	display: block;
	background: none;
	border-radius: 100px;
	box-shadow: none;
}
.navbar .nav-item .nav-link.external, .navbar .nav-item .nav-link.external:hover {
	font-size: 0.75em;
	border: none;
	outline: 0 none;
	display: block;
	background: none;
	border-radius: 100px;
	box-shadow: none;
}
.navbar .nav-item.dropdown.show .nav-link, .navbar .nav-item.dropdown .nav-link:hover, .navbar .nav-item.dropdown .nav-link.sub-active {
	color: #3a3b3c;
	background: none;
	box-shadow: none;
}
/* Dropdown Menu */
.navbar .dropdown .dropdown-toggle {
	cursor: default;
}
.navbar .dropdown .dropdown-toggle:hover {
	color: #3a3b3c;
}
.navbar .dropdown .dropdown-menu {
	animation: fadeDropdown 0.3s;
}
@keyframes fadeDropdown {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
	}
}

.navbar .dropdown-menu {
	padding: 0;
	border: none;
	background: none;
}
.dropdown-toggle::after {
	margin-left: 0.5em;
  vertical-align: 0.15em;
}
.navbar li .dropdown-item {
	font-size: 1rem;
	font-weight: 700;
	padding: 0.75rem 1rem;
	color: #3a3b3c;
	text-decoration: none;
}
.navbar li:last-child .dropdown-item {
	margin-bottom: 0;
}
.navbar li .dropdown-item:hover, .navbar li .dropdown-item.active {
	color: #4f7fb8;
	border: none;
	outline: 0 none;
	display: block;
	background: none;
	border-radius: 100px;
}
.navbar .navbar-toggler {
	padding: 0;
	border: none;
}
.navbar .navbar-toggler img {
	height: 20px;
	width: 22px;
}
.navbar .navbar-toggler:focus {
	box-shadow: none;
}
.navbar-nav-scroll {
  max-height: 85vh;
}

/*****************/
/*    Header     */
/*****************/
.banner-section:before {
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
}
.banner-inner-section {
  min-height: 650px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  .banner-inner-section {
    min-height: 550px;
  }
}
.banner-section h1 {
	color: #fff;
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.5rem;
}
.banner-section h2 {
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 1rem;
}

/*******************/
/*     Contact     */
/*******************/
.form-group {
	position: relative;
	margin-bottom: 1.25rem;
}

.form-control-input,
.form-control-textarea {
	width: 100%;
	padding-top: 0.875rem;
	padding-bottom: 0.875rem;
	padding-left: 1rem;
	border: 1px solid #e1e0de;
	border-radius: 6px;
	background: #fff;
	line-height: 1.5rem;
	-webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
}

.form-control-textarea {
	display: block;
	height: 14rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
}

.form-control-input:focus,
.form-control-textarea:focus {
	border: 1px solid #4f7fb8;
	outline: none; /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-textarea:hover {
	border: 1px solid #4f7fb8;
}

.form-control-submit-button {
	display: inline-block;
	padding: 1.5rem;
	border-radius: 10px;
	background: #4f7fb8;
	color: #fff;
	border: 1px solid #4f7fb8;
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.3s;
}

.form-control-submit-button:hover {
	background: #fff;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
}
.form-box {
	background: #F0EEEB;
	border-radius: 10px;
	padding: 3rem 3rem 2rem 3rem;
}

/******************/
/*     Footer     */
/******************/
.footer {
	color: #777;
	background: #fff;
	padding: 2rem 0 1.75rem 0;
}
.footer a {
	color: #3a3b3c;
	text-decoration: none;
}
.footer p, .footer a, .footer ul {
	color: #3a3b3c;
}
.footer-image {
	margin-bottom: .75rem;
}
.footer .fa-stack, .fa-stack {
	width: 2em;
	font-size: 1.375rem;
}
.footer .fa-stack .fa-stack-2x {
	color: #4f7fb8;
	transition: all 0.2s ease;
}
.footer .fa-stack .fa-stack-1x, .fa-stack-1x {
  color: #fff;
	transition: all 0.2s ease;
}
.footer .fa-stack:hover .fa-stack-2x, .fa-stack:hover .fa-stack-2x {
	color: #d5dcee;
}
.footer .fa-stack:hover .fa-stack-1x {
	color: #3a3b3c;
}
.footer a:hover, .footer a.active {
	color: #4f7fb8;
}

/*********************/
/*     Copyright     */
/*********************/
.copyright {
	color: #fff;
	padding: 1.7rem 0;
}
.copyright p, .copyright a {
	color: #fff;
	text-decoration: none;
}

/******************************/
/*     Back To Top Button     */
/******************************/
#myBtn {
	position: fixed; 
  z-index: 99; 
	bottom: 12px; 
	right: 12px; 
	display: none; 
	width: 52px;
	height: 52px;
	border: none; 
	border-radius: 50%;
	outline: none; 
	background: rgba(79, 127, 184, .5);
	cursor: pointer; 
	transition: all 0.2s ease;
}
#myBtn:hover {
	background: rgba(79, 127, 184, 1);
}
#myBtn img {
	margin-bottom: .25rem;
	width: 18px;
}

/******************/
/*     Swiper     */
/******************/	
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*************************/
/*     Media Queries     */
/*************************/	
/* Min-width 768px */
@media (min-width: 768px) {
	h1, h2 {
		font-size: 2rem;
		line-height: 2.5rem;
	}
	.h1-large, .h2-large {
		font-size: 2.5rem;
		line-height: 3.25rem;
	}
	h3 {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	h4 {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	h5 {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	h6 {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.content-section, .banner-section {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
}

/* Min-width 992px */
@media (min-width: 992px) {
	.mt-large {
		margin-top: 10rem;
	}

	/* Header */
	.banner-section h1 {
		font-size: 2.5rem;
		line-height: 3rem;
		margin-bottom: 1rem;
	}
	.banner-section h2 {
		font-size: 1.75rem;
		line-height: 2.25rem;
		margin-bottom: 1rem;
	}
}

/* Min-width 1200px */
@media (min-width: 1200px) {
	#start-section, #flexible-section, #fixed-section, #visible-section {
	  scroll-margin-top: 92px;
	}
	/* General Styles */
	.container {
		max-width: 1140px;
	}
	.mt-large {
		margin-top: 14rem;
	}
	/* Navigation */
	.navbar {
		font-size: 1rem;
		line-height: 1.25rem;
		padding-top: 1rem;
		padding-bottom: 1rem;
		background-color: transparent;
		box-shadow: none;
		transition: all 0.3s;
	}
	.navbar.top-nav-collapse {
		background: rgba(255, 255, 255, .8);
		backdrop-filter: blur(20px);
	}
	.navbar.top-nav-collapse .logo-white {
		display: none;
	}
	.navbar .logo-white {
		display: block;
	}	
	.navbar.top-nav-collapse .logo-dark {
		display: block;
	}
	.navbar .logo-dark {
		display: none;
	}	
	.offcanvas-collapse {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding-top: 0;
		padding-right: 0;
		padding-left: 0;
		background: transparent;
		overflow-y: visible;
		visibility: visible;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
	}
	.offcanvas-collapse.open {
		-webkit-transform: none;
		transform: none;
	}
	.navbar .dropdown .dropdown-menu {
		animation: fadeDropdown 0.3s;
		margin-left: -.5rem;
		padding-left: .5rem;
		padding-right: .5rem;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px;
	}
	.navbar li .dropdown-item:hover, .navbar li .dropdown-item.active {
		background: #fff;
	}
	.navbar .navbar-nav {
		margin: 0;
		background: rgba(255, 255, 255, .8);
		backdrop-filter: blur(20px);
		padding: .5rem;
		border-radius: 100px;
	}
	.navbar.top-nav-collapse .navbar-nav {
		background: none;
		backdrop-filter: none;
	}
	.navbar .nav-item .nav-link {
		font-size: 1rem;
	}
	.navbar .nav-item .nav-link:hover, .navbar .nav-item .nav-link.active {
		background: #fff;
		border-radius: 100px;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px;
	}
	.divider {
		border-left: 1px solid rgba(0, 0, 0, 0.15);
		margin-left: 0.5rem;
		padding-left: 0.5rem;
	}
	.navbar .nav-item.dropdown.show .nav-link, .navbar .nav-item.dropdown .nav-link:hover, .navbar .nav-item.dropdown .nav-link.sub-active {
		color: #4f7fb8;
	}
	.navbar .dropdown-menu {
		padding: .5rem;
		background: #fff;
		border-radius: 30px;
	}
	.navbar li .dropdown-item {
		padding: 0.75rem 1rem;
		border-radius: 100px;
	}
}

/* Max-width 1199px */
@media (max-width: 1199px) {
	.navbar .dropdown-menu.active {
		display: block;
	}
}

/* Max-width 991px */
@media (max-width: 575px) {
	.form-box {
		background: none;
		border-radius: 0;
		padding: 0;
	}
}