.col-12 {
	width: 100%;
}

.col-6 {
	width: 50%;
}

.col-9 {
	width: 75%;
}

.col-3 {
	width: 25%;
}

.col-7 {
	width: 58.35%;
}

.col-5 {
	width: 41.65%;
}

.col-2 {
	width: 16.66%;
}

.col-1 {
	width: 8.33%;
}

.col-4 {
	width: 33.33%;
}

.col-8 {
	width: 66.67%;
}

.col-10 {
	width: 83.34%;
}

.col-11 {
	width: 91.67%;
}

html {
	height:  100%;
	overflow-x: hidden;
	margin:  0;
	border: 0;
	padding: 0;
	scroll-behavior: smooth;
}

* {
	box-sizing: border-box;
	transition: all 0.2s linear;
}

body {
	margin:  0;
	padding: 0;
	height: 100%;
	width: 100%;
	position: relative;
}

.hm-header {
	position: fixed;
	height: fit-content;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.inline-header {
	height: 40px;
	margin-top: 10px;
	position: relative;
	padding: 0 5px;
}

.header-controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 0 5px;
}

.inline-header .header-controls {
	background: none;
	height: 40px;
	justify-content: space-around;
}

.control-link {
	padding: 0px 5%;
	position: relative;
	text-decoration: none;
	color: #fff;
	font-family: para-med;
	font-size: 0.8em;
}

.inline-header .control-link {
	color: #37516B;
	padding: 0px 2%;
	font-family: lato-light;
	font-weight: bold;
}

.control-link:hover {
	color: #C2996E;
}

.header-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	/*text-decoration: none;
	position: relative;
	background: #09090C;
	border-radius: 0px 0px 10px 10px;
	padding: 0px 20px 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
	display: flex;
	justify-content: center;*/
}

#biz-ico {
	height: 20px;
	width: 20px;
}

.header-link a {
	text-decoration: none;
	/*color: #C2996E;*/
	color: #FFF;
	font-family: para-med;
	font-size: 0.8em;
	margin-left: 5px;
	font-weight: bold;
	text-transform: uppercase;
}

.inline-header .header-link a {
	color: #37516B;
}

.header-lbl {
	color: rgba(255, 255, 255, 1);
	font-family: para-bold;
	font-size: 1.2em;
	position: relative;
	margin-left: 5px;
}

/*footer {
	background: #09090C;
	height:fit-content;
	padding:0px 0px 20px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}*/

.before-last-section {
	border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  height: 40px;
  background: #fff;
}

.sm-holder {
	height: 100px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.add-holder {
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}

.footer-link {
	text-decoration: none;
	position: relative;
	height: 80px;
	width: 100px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.footer-link img {
	height: 30px;
	width: 30px;
	position: relative;
}

.add-holder img {
	height: 25px;
	width: 25px;
	position: relative;
}

.ico-lbl {
	width: 100%;
	color: #fff;
	padding: 5px 0px;
}

.line-border {
	width: 2px;
  height: 53px;
  background-color: hsla(0, 0%, 96.5%, 0.1);
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

#biz-add {
	font-family: text-med;
	font-size: 1.2em;
	color: #fff;
	margin-left: 5px;
}

.split-screen-holder {
	position: relative;
	display: flex;
	height: fit-content;
	flex-wrap: wrap;
}

.split-div {
	height: 100%;
  	background-repeat: no-repeat;
  	background-size: cover;
  	margin: 0;
  	border: 0;
  	padding: 0;
  	position: relative;
}

.main-bttn {
	padding: 10px 23px;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 25px;
  background: none;  /* fallback for old browsers */
	display: flex;
	align-items: center;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.bttn-text {
	font-family: text-light;
	font-display: fallback;
  font-size: 0.9em;
  color: #fff;
}

.bttn-img {
	width: 20px;
	margin-left: 20px;
}

.frm-bttn {
	padding: 10px 23px;
	cursor: pointer;
	border: 2px solid #349AFA;
	border-radius: 25px;
	background: none;  /* fallback for old browsers */
	display: flex;
	align-items: center;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
	margin-top: 10px;
	float: right;
}

.frm-bttn-solid {
	padding: 10px 23px;
	cursor: pointer;
	border: 2px solid #054687;
	border-radius: 25px;
	background: #054687;  /* fallback for old browsers */
	display: flex;
	align-items: center;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
	margin-top: 10px;
	float: right;
}

.frm-bttn-solid:hover {
	background: #fff;
}

.frm-bttn-text {
	font-family: text-light;
	font-display: fallback;
	font-size: 0.9em;
	color: #054687;
}

.frm-bttn-solid .frm-bttn-text {
	font-family: text-light;
	font-display: fallback;
	font-size: 0.9em;
	color: #fff;
}

.frm-bttn-solid:hover .frm-bttn-text {
	color: #37516B;
	font-weight: bold;
}

.bttn-img {
	width: 20px;
	margin-left: 20px;
}

.frm-bttn-solid .bttn-img {
	width: 30px;
	height: 20px;
}

.lft-shadow-div {
	padding: 0px 5% 10px;
}

.add-cont {
	height: fit-content;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.para-cont {
	font-weight: 300;
    font-size: 17px;
    line-height: 154%;
    color: #37516B;
    text-align: justify;
	word-break: break-word;
	font-family: lato-light;
	margin: 10px 0 0;
}

.lbl-holder {
	text-transform: uppercase;
	font-weight: bold;
	font-family: para-lbl;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: right;
	font-size: 1.3em;
	color: #2E2751;
}

.colored-txt {
	color: #F46D9B;
}

.form-sec {
	display: flex;
	justify-content: center;
	align-items: center;
}

.miss-sec {
	background: rgb(34,193,195);
	background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(254,152,1,1) 100%);
	height: 300px;
}

.full-spread-img {
	height: fit-content;
}

.nw-foot {
	position: relative;
	background: #fff;
	border-top: 1px solid #999;
}

.sm-buttons-holder {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sm-lbl {
	margin-left: 5px;
	font-size: 0.8em;
}

.cr-lbl {
	font-family: para-lbl;
    color: #fff;
    line-height: 1em;
    margin: 0;
    font-size: 4em;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}

.dark {
	color: #fff;
}

.rg {
}

.footer-lbl {
	margin: 0;
	padding:5px;
}

.timeline {
  padding: 10px 0;
  height: 100%;
}


.timeline h1 {
  font-size: 200%;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
}


.timeline {
	position: relative;
	&::before {
		content: '';
		/*background: #C5CAE9;*/
		background: rgba(63, 149, 236, 0.6);
		width: 1px;
		height: 95%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
}

.timeline-item {
	width: 100%;

	&:nth-child(even) {

		.timeline-content {
			float: right;

			.date {
				right: auto;
				left: 0;
			}

			&::after {
				content: '';
				position: absolute;
				border-style: solid;
				width: 0;
				height: 0;
				top: 30px;
				left: -15px;
				border-width: 10px 15px 10px 0;
				border-color: transparent #f5f5f5 transparent transparent;
			}
		}
	}

	&::after {
		content: '';
		display: block;
		clear: both;
	}
}


.timeline-content {
	position: relative;
	width: 45%;
	padding: 10px 30px;
	border-radius: 4px;

	&::after {
		content: '';
		position: absolute;
		border-style: solid;
		width: 0;
		height: 0;
		top: 30px;
		right: -15px;
		border-width: 10px 0 10px 15px;
		border-color: transparent transparent transparent #f5f5f5;
	}
}

.timeline-content h2 {
	margin: 0;
	font-family: para-lbl;
	font-size: 1.4em;
}

.timeline-content p {
	font-family: para-lbl;
	color: #37516B;
	line-height: 1.1em;
	text-align: justify;
	word-break: break-word;
	padding: 0px 0px 15px;
	opacity: 80%;
}

.timeline-img {
	width: 10px;
	height: 10px;
	/*background: #3F51B5;*/
	background: rgba(63, 149, 236, 0.8);
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-top: 10px;
	margin-left: -5px;
}

.img-lbl {
	position: absolute;
    top: -20%;
    margin-left: 20px;
    font-family: para-med;
    color: rgba(192, 192, 192, 1);
    font-size: 0.8em;
}

.rg {
	left:-60px;
}

.timeline a {
	background: #3F51B5;
	color: #FFFFFF;
	padding: 8px 20px;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 10px;
	display: inline-block;
	border-radius: 2px;
	box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .6);

	&:hover, &:active, &:focus {
		background: darken(#3F51B5, 10%);
		color: #FFFFFF;
		text-decoration: none;
	}

}

.timeline-card {
	padding: 0px 10px 10px;

	.timeline p {
		padding: 0 20px;
	}

	.timeline a {
		margin-left: 20px;
	}
}

.timeline-item {
  .timeline-img-header {
			background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0, .4)), url('https://picsum.photos/1000/800/?random') center center no-repeat;
			background-size: cover;
		}
}

.timeline-img-header {

	height: 200px;
	position: relative;
	margin-bottom: 20px;

	.timeline h2 {
		color: #FFFFFF;
		position: absolute;
		bottom: 5px;
		left: 20px;
	}
}

.date {
	background: #FF4081;
	display: inline-block;
	color: #FFFFFF;
	padding: 10px;
	position: absolute;
	top: 0;
	right: 0;
}

@media screen and (max-width: 768px) {

	.timeline {

		&::before {
			left: 50px;
		}

		.timeline-img {
			left: 50px;
		}

		.timeline-content {
			max-width: 100%;
			width: auto;
			margin-left: 70px;
		}

		.timeline-item {

			&:nth-child(even) {

				.timeline-content {
					float: none;

				}
			}

			&:nth-child(odd) {

				.timeline-content {
					
					&::after {
						content: '';
						position: absolute;
						border-style: solid;
						width: 0;
						height: 0;
						top: 30px;
						left: -15px;
						border-width: 10px 15px 10px 0;
						border-color: transparent #f5f5f5 transparent transparent;
					}
				}

			}
		}
	}
	
}

.abt-sec{
	background: url(../img/pattern.webp);
}

.lg-entry {
	min-height: 50px;
}