@charset "utf-8";

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/poppins-regular.woff2') format('woff2'),
         url('../fonts/poppins/poppins-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/poppins-bold.woff2') format('woff2'),
         url('../fonts/poppins/poppins-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/poppins-medium.woff2') format('woff2'),
         url('../fonts/poppins/poppins-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/poppins-semibold.woff2') format('woff2'),
         url('../fonts/poppins/poppins-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}

* {
	border: 0 none;
	margin: 0;
	padding: 0;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #777;
	direction: rtl;
	text-align: right;
}
ul, h1, h2, h3, h4, h5, h6, p {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	color: #555;
	transition: .5s;
}
a:hover, a:focus {
	outline: none;
	text-decoration: none;
	transition: .5s;
}




/* floating-labels 
****************************************************************************************************/
  .col-md-6.bg-white {
	display: flex;
	justify-content: center;
	align-items: center;
  }  

  .form-signin {
	width: 100%;
	max-width: 350px;
	padding: 15px;
	direction:ltr;
	text-align:left;
  }
  
  .form-label-group {
	position: relative;
	margin-bottom: 1rem;
  }
  
  .form-label-group input,
  .form-label-group label {
	height: 3.125rem;
	padding: .75rem;
  }
  
  .form-label-group label {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	margin-bottom: 0; /* Override default `<label>` margin */
	line-height: 1.5;
	color: #495057;
	pointer-events: none;
	cursor: text; /* Match the input under the label */
	border: 1px solid transparent;
	border-radius: .25rem;
	transition: all .1s ease-in-out;
  }
  
  .form-label-group input::-webkit-input-placeholder {
	color: transparent;
  }
  
  .form-label-group input::-moz-placeholder {
	color: transparent;
  }
  
  .form-label-group input:-ms-input-placeholder {
	color: transparent;
  }
  
  .form-label-group input::-ms-input-placeholder {
	color: transparent;
  }
  
  .form-label-group input::placeholder {
	color: transparent;
  }
  
  .form-label-group input:not(:-moz-placeholder-shown) {
	padding-top: 1.25rem;
	padding-bottom: .25rem;
  }
  
  .form-label-group input:not(:-ms-input-placeholder) {
	padding-top: 1.25rem;
	padding-bottom: .25rem;
  }
  
  .form-label-group input:not(:placeholder-shown) {
	padding-top: 1.25rem;
	padding-bottom: .25rem;
  }
  
  .form-label-group input:not(:-moz-placeholder-shown) ~ label {
	padding-top: .25rem;
	padding-bottom: .25rem;
	font-size: 12px;
	color: #777;
  }
  
  .form-label-group input:not(:-ms-input-placeholder) ~ label {
	padding-top: .25rem;
	padding-bottom: .25rem;
	font-size: 12px;
	color: #777;
  }
  
  .form-label-group input:not(:placeholder-shown) ~ label {
	padding-top: .25rem;
	padding-bottom: .25rem;
	font-size: 12px;
	color: #777;
  }
  
  /* Fallback for Edge
  -------------------------------------------------- */
  @supports (-ms-ime-align: auto) {
	.form-label-group {
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-direction: column-reverse;
	  flex-direction: column-reverse;
	}
  
	.form-label-group label {
	  position: static;
	}
  
	.form-label-group input::-ms-input-placeholder {
	  color: #777;
	}
  }



.form-signin .btn {
	font-size: 13px;
	padding: 8px 30px;
}

.form-signin .btn + .btn {
	margin-left: 15px;
}

.form-signin label a {
	color: #4d69bc;
}



.content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	direction: ltr;
    text-align: left;
}
.illustration-holder {
	width: 350px;
	height: 290px;
}
  .side-shape-holder {
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 12;
	width: 100%;
	height: 100px;
  }
  
  @media only screen and (min-width: 768px) {
	.side-shape-holder {
	  width: 100px;
	  height: 100%;
	}
  }
  
  .main-side-shape-desktop {
	display: none;
	width: 100px;
	height: 100%;
  }
  
  @media only screen and (min-width: 768px) {
	.main-side-shape-desktop {
	  display: block;
	}
  }
  
  .main-side-shape-mobile {
	display: block;
	width: 100%;
	height: 100px;
  }
  
  @media only screen and (min-width: 768px) {
	.main-side-shape-mobile {
	  display: none;
	}
  }
  
  .main-side-path {
	fill:  rgba(0, 77, 140, 0.95);
  }


  
/* HEADER 
****************************************************************************************************/
.banner {
	background: url("../images/banner.jpg") no-repeat top right;
	background-size: cover;
	height: 100vh;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.banner::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 77, 140, 0.95);
	z-index: -1;
}

.container-fluid,
.row,
.col-md-6 {
	height: 100%;
}
.bg-white {
	background: rgba(255, 255, 255, 1);
}
.sundown {
	fill: #FFACA3;
  }
  
  .turquoiseblue {
	fill: #5cdeff;
  }
  
  .midnightblue {
	fill: #004d8c;
  }
  
  .white {
	fill: #FFFFFF;
  }



.gap-4 {
	display: flex;
	justify-content: space-between;
}
.col-span-3 {
	width: 22%;
	height: 0.25rem;
	border-radius: 0.25rem;
}
  .bg-theme-9{
	background-color: #91C714;
  }
  .bg-gray-200 {
    background-color: #edf2f7;
}






.headline h1 {
	padding-top: 4.4rem;
	font-family: "Poppins", sans-serif;
	line-height: 1;
	font-weight: 700;
	font-size: 3.3rem;
	color: #ffffff;
	letter-spacing: -0.025em;
	text-rendering: optimizeLegibility;
  }
  .headline .divider {
	display: block;
	height: 15px;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../images/divider-headline.svg);
	margin: 1.8rem 0 0 0;
  }
  .headline p {
	font-weight: 300;
	font-style: italic;
	color: #ffffff;
	line-height: 1.5;
	margin: 1.8rem 0 0 .2rem;
	font-size: 18px;
  }
  .headline .btn-holder {
	position: relative;
	text-align: left;
	margin: 2.2rem 0 0 .2rem;
  }
  .btn-light {
	color: #004d8c;
	background-color: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 0;
	margin-right: 15px;
  }
  .btn-light:hover {
	color: #ffffff;
	background-color: transparent;
	border: 2px solid #ffffff;
  }
  .btn-outline-light {
	color: #ffffff;
	background-color: transparent;
	border: 2px solid #ffffff;
	border-radius: 0;
  }
  .btn-outline-light:hover {
	color: #004d8c;
  }
  .headline .btn-holder i {
	margin-left: 10px;
	font-size: 14px;
  }
  .headline .btn-holder i.fa-angle-right {
	font-size: 18px;
  }
@media screen and (max-width:767px) {
	.wow {
		visibility: visible !important;
	}
	.banner {
		overflow: auto;
	}
	.headline h1 {
		font-size: 36px;
	}
}
