@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&family=Ubuntu:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
html,
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: rgb(82, 82, 83);
	background: linear-gradient(rgb(255, 255, 255), rgb(250, 250, 248));
	min-height: 100vh;
}

/* === BASE HEADING === */ 
	
h1 {
	position: relative;
	padding: 0;
	margin: 0;
	font-family: "Raleway", sans-serif;
	font-weight: 300;
	font-size: 30px;
	color: #055777;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
  }
  
  h1 span {
	display: block;
	font-size: 0.5em;
	line-height: 1.3;
  }
  h1 em {
	font-style: normal;
	font-weight: 600;
  }

  /* === HEADING STYLE #1 === */
.one{
	margin-bottom: 10px;
}
.one h1 {
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 5px;
  }
  .one h1:before {
	width: 28px;
	height: 5px;
	display: block;
	content: "";
	position: absolute;
	bottom: 3px;
	left: 50%;
	margin-left: -14px;
	background-color: #3fb1c5;
  }
  .one h1:after {
	width: 100px;
	height: 1px;
	display: block;
	content: "";
	position: relative;
	margin-top: 25px;
	left: 50%;
	margin-left: -50px;
	background-color: #3fb1c5;
  }

  P{
	position: relative;
	padding: 0;
	margin: 0;
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #393a3a;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
  }

  /* end */

.navbar-brand span {
	font-size: 20px;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 300;
	letter-spacing: 5px;
	margin-left: 10px;
	color: #1a82ac;
}

.login-content{
	border: #e6ecf8 solid 1px;
	padding: 30px;
	border-radius: 5px;
}

.login {
	width: 300px;
	height: auto;
}

.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	text-decoration: none;
	color: #000000;
	background-color: rgba(235, 235, 235, 0.80);
	font-size: 30px;
	padding: 10px;
	display: none;
	border-radius: 5px;
}


.back-to-top:hover {
	background-color: rgba(135, 135, 135, 0.50);
}

.card-semis {
	border: #c8daff solid 1px;
	border-radius: 5px;
	background: #ffffff;
	font-size: 14px;
	text-align: center;
}

.card-semis:hover {
	box-shadow: 0 0 1rem rgba(0, 0, 0, .5);
}


.card-semis .icon {
	display: flex;
	height: 60px;
	width: 60px;
	border-radius: 30px;
	border: #6296fc solid 1px;
	margin-top: -25px;
	margin-left: auto;
	margin-right: auto;
	background: rgb(240, 247, 248);
	padding: 5px;
}

.card-semis:hover .icon {
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, .5);
	background: #6296fc;
}

.card-semis .icon i {
	margin: auto;
	font-size: 20px;
	color: #6296fc;
}

.card-semis:hover .icon i {
	color: #ffffff;
}

.my-card {
	width: 100%;
	border-radius: 10px;
	border-left: #6296fc solid 6px;
	border-right: #f1f1f1 solid 1px;
	border-top: #f1f1f1 solid 1px;
	border-bottom: #f1f1f1 solid 1px;
	color: rgb(148, 148, 151);
	padding: 20px;
	background: rgb(255, 255, 255);
	text-decoration: indianred;
}


.testimonials-card {
	display: flex;
	width: 100%;
	border: #bbd9fc solid 1px;
	border-radius: 5px;
	color: rgb(148, 148, 151);
	background: rgb(255, 255, 255);
	text-decoration: indianred;
}

.testimonials-card:hover {
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, .5);
}

.testimonials-card img {
	margin: 20px;
	width: 15vw;
	height: 15vw;
	border-radius: 50%;
	object-fit: cover;
}

blockquote {
	font-size: 1.4hv;
	font-family: Open Sans;
	font-style: italic;
	color: #555555;
	padding: 1.2em 30px 1.2em 75px;
	line-height: 1.6;
	position: relative;
}

blockquote::before {
	font-family: Arial;
	content: "\201C";
	color: #78C0A8;
	font-size: 4em;
	position: absolute;
	left: 10px;
	top: -10px;
}

blockquote::after {
	content: '';
}

blockquote span {
	display: block;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	margin-top: 1em;
	font-style: italic;
}

.team-card {
	width: 100%;
	height: auto;
	border: #b0c8fa solid 1px;
	border-radius: 5px;
	padding: 20px;
	background-color: #ffffff;
	text-align: center;
	align-items: center;
}

.team-card:hover {
	box-shadow: 0 0 1rem rgba(0, 0, 0, .5);
}

.team-card img {
	width: 100px;
	height: 100px;
	border: #97b7f7 solid 1px;
	border-radius: 100%;
	display: flex;
	margin: auto;
}

.team-card h5 {
	color: rgb(180, 180, 182);
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 10px;
}
.follow-us{
	padding: 0;
    list-style-type: none;
}
.follow-us li{
	display: inline;
	width:auto; 
	margin:0 5px;
}

.follow-us li .bi{
	font-size:24px; 
	color:#767676;
}

.awards {
	width: 100%;
	padding: 10px;
	background-color: #c5f8fa;
	color: #13181b;
	border-left: solid 6px #23407e;
	display: flex;
	border-radius: 5px;
	background: linear-gradient(-45deg, #eff2f3, #cedddd, #afd3e0, #c4f8ec);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.awards img {
	height: 200px;
	width: 70px;
	margin: 20px;
}
.awards .awards-content{
	padding: 10px;
	margin: auto;
	vertical-align: middle;
	font-size: 18px;
}



footer {
	background: rgb(235, 234, 234);
	/*border-top-left-radius: 100px;*/
}

footer a {
	text-decoration: none;
	color: rgb(94, 94, 95);
	font-size: 14px;
	font-weight: 400;
}

footer a:hover {
	font-weight: 700;
	color: rgb(14, 77, 212);
	text-decoration: none;
}

footer li i {
	margin-right: 10px;
}




.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #a3cfe9;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(139, 206, 236, 0.1);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #90c1fa;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}


.card-lg-icon i{
	font-size: 50px;
}

/* start loader */
.loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	z-index: 9999;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	transition: opacity 0.75s, visibility 0.75s;
  }
  
  .loader--hidden {
	opacity: 0;
	visibility: hidden;
  }
  
  .loader::after {
	content: "";
	width: 75px;
	height: 75px;
	border: 15px solid #c7c8c9;
	border-top-color: #0781a0;
	border-radius: 50%;
	animation: loading 0.75s ease infinite;
  }
  
  @keyframes loading {
	from {
	  transform: rotate(0turn);
	}
	to {
	  transform: rotate(1turn);
	}
  }
  
/* end loader */

/* Step progress bar */
.stepper-wrapper {
	margin-top: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
  }
  .stepper-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
  
	@media (max-width: 768px) {
	  font-size: 12px;
	}
  }
  
  .stepper-item::before {
	position: absolute;
	content: "";
	border-bottom: 2px solid #ccc;
	width: 100%;
	top: 15px;
	left: -50%;
	z-index: 2;
  }
  
  .stepper-item::after {
	position: absolute;
	content: "";
	border-bottom: 2px solid #ccc;
	width: 100%;
	top: 15px;
	left: 50%;
	z-index: 2;
  }
  
  .stepper-item .step-counter {
	position: relative;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #ccc;
	margin-bottom: 6px;
  }
  
  .stepper-item.active {
	font-weight: bold;
  }
  
  .stepper-item.completed .step-counter {
	background-color: #4bb543;
  }
  
  .stepper-item.completed::after {
	position: absolute;
	content: "";
	border-bottom: 2px solid #4bb543;
	width: 100%;
	top: 15px;
	left: 50%;
	z-index: 3;
  }
  
  .stepper-item:first-child::before {
	content: none;
  }
  .stepper-item:last-child::after {
	content: none;
  }
/* end step progress bar */