/* [ FONT ]*/

@font-face {
	font-family: 'OpenSans-Regular';
	src: url('../fonts/OpenSans/OpenSans-Regular.ttf');
  }

  @font-face {
	font-family: 'OpenSans-Medium';
	src: url('../fonts/OpenSans/OpenSans-Medium.ttf');
  }

  @font-face {
	font-family: 'OpenSans-Bold';
	src: url('../fonts/OpenSans/OpenSans-Bold.ttf');
  }

  @font-face {
	font-family: 'OpenSans-SemiBold';
	src: url('../fonts/OpenSans/OpenSans-SemiBold.ttf');
  }

/* [HEADER] */
span.header-logo {
    color: #0663c6;
    font-size: 20px;
    font-weight: 600;
}
a.nav-link.signup_nav {
    background: #ff4500;
    color: #fff;
    border-radius: 30px;
    font-size: 20px;
    padding: 8px 20px;
	border: 2px solid #ff4500;
}
a.nav-link.contactus_nav {
    color: #1a75bb;
    font-size: 20px;
    border: 2px solid #1a75bb;
    border-radius: 30px;
    padding: 8px 20px;
}
a.nav-link.contactus_nav:hover {
  background: #c7e0f4;
}
a.nav-link.signup_nav:hover {
  background: #ff7542;
}
/* [ FOOTER ]*/

.footer_upper_bar {
	background-color: #4674b8;
	padding: 30px 0px;
}
footer li a, h4 {
    color: #fff;
    line-height:35px;
}
footer h4{
	font-size: 24px;
}
footer li{
	list-style-type: none;
}
footer li a{
	font-size: 16px;
	text-decoration: none;
}
footer a:hover{
	color: #fff;
	text-decoration: none;
}
.footer_bottom_bar{
	background-color: #295087;
}
.footer_bottom_bar p{
	color: #fff;
	font-weight: 300;
    font-size: 14px;
    text-align: center;
    margin: 12px;
}
.login_section{
	background-image: url('../images/banner-image.jpg');
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	/* padding: 100px 50px; */
}

/* [ login ]*/

.limiter {
	width: 100%;
	margin: 0 auto;
  }

  .container-login100 {
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
  }

  .wrap-login100 {
	width: 500px;
	background: #fff;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: #122a4e21 0px 10px 20px 15px;
	background: linear-gradient(165deg, rgba(254,254,253,1) 30%, rgba(233,233,226,1) 71%);

  }

  /* [ Form ]*/

  .login100-form {
	width: 100%;
	padding: 55px 50px;
  }
  .login-social img{
	float: left;
  }
  .login-icon{
	float: left;
  }
  .login100-form-title {
	display: block;
	font-size: 25px;
	color: #1a75bb;
	line-height: 1.2;
	font-weight: 600;
  }
.txt1 span {
	display: flex;
	flex-direction: row;
  }
.txt1 span:before, .txt1 span:after{
	content: "";
	flex: 1 1;
	border-bottom: 1px solid #1a75bb;
	margin: 10px 15px;
  }
.forgot_password{
float: right;
text-decoration: underline;
}
.txt1 {
    padding: 20px 0px;
}

  /*  [ Input ]*/

  .label-input100 {
	font-family: 'OpenSans-Regular';
	font-size: 14px;
	color: #333333;
	line-height: 1.5;
	padding-left: 7px;
  }

  .input100 {
	font-size: 16px;
	color: #333333;
	line-height: 1.2;

	display: block;
	width: 100%;
	height: 40px;
	background: white;
    padding: 0 8px 0 10px;
    border: #e3e3e1 2px solid;
    border-radius: 20px;
    margin-top: 15px;
  }

  .input100-valdation {
    margin-left: 18px;
  }
  /*  [ Button ]*/

  .login100-form-btn {
	font-size: 16px;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
	background: #ff4500;
    padding: 7px 50px;
    border: none;
    border-radius: 20px;
	box-shadow: #ff450063 0px 8px 20px 3px;
  }
  .container-signup100-form-btn {
    padding: 15px 0px 5px 0px;
}
button.social-facebook, .social-google {
    background-color: #fff;
    border: none;
    padding: 5px 15px;
    border-radius: 20px;
	width: 98%;
}
.login-social{
	width: 100%;
}
.social-login-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 15px;
}

/* Contact page */
.contactform-section {
    padding: 50px 0px;
}
.info-wrap {
    padding: 36px 30px;
    margin: 20px;
	border-radius: 20px;
  background: #0e76bc;
  color: #fff;
  box-shadow: #122a4e21 0px 10px 20px 15px;
}
p.fp-contact-numbers {
    font-family: 'OpenSans-Medium';
    font-size: 18px;
}
.second_box li {
    list-style-type: none;
    font-family: 'OpenSans-Medium';
    font-size: 18px;
    line-height: 2em;
}
.form-control {
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    border: #e3e3e1 2px solid;
}
.contact100-title {
    font-family: 'OpenSans-Bold';
    font-size: 35px;
    color: #1a75bb;
    line-height: 1.2;
    font-weight: 600;
}
input.btn.btn-primary {
    font-family: 'OpenSans-Medium';
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    background: #ff4500;
    padding: 10px 50px;
    border: none;
    border-radius: 20px;
    box-shadow: #ff450063 0px 8px 20px 3px;
}
.contact-wrap {
    background: linear-gradient(165deg, rgba(254,254,253,1) 30%, rgba(233,233,226,1) 71%);
    padding: 40px 50px;
    border-radius: 20px;
    box-shadow: #122a4e21 0px 10px 20px 15px;
	margin: 20px 0px;
}
.info-wrap h3 {
    margin: 0px;
}
.second_box li a{color: #fff;text-decoration: none;}
.second_box ul{margin: 0px;padding: 0px;}


/*   [ Responsive ]*/

  @media (max-width: 576px) {
	.wrap-login100 {
	  padding-left: 15px;
	  padding-right: 15px;
	}
	.first_column, .second_column, .third_column, .fourth_column {
		padding: 10px 0px;
	}
	a.nav-link.contactus_nav{
    padding: 8px 10px !important;
  }
  a.nav-link.signup_nav{
    padding: 8px 10px !important;
  }
  .login_section{padding:30px 0px!important;}
  .login100-form{padding:55px 0px !important;}
  .container-login100{min-height: 90vh !important;}
  }
	@media (max-width:1200px){
		/* .login100-form{padding:30px 0px !important;} */
	}


  .custom-form-control {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    width: 100%;
    height: calc(1.5em + 1.25rem + 2px);
    padding: 0.625rem 0.75rem;
    transition: all .15s cubic-bezier(.68, -.55, .265, 1.55);
    color: #8898aa;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 3px 2px rgb(233 236 239 / 5%);
 }


 .form-custom-control-label {
  font-size: .875rem;
  font-weight: 600;
  color: #525f7f;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.custom-form-control:focus {
  color: #8898aa;
    border-color: #5e72e4;
    outline: 0;
    background-color: #fff;
    box-shadow: 0 3px 9px rgb(50 50 9 / 0%), 3px 4px 8px rgb(94 114 228 / 10%);
}

.custom-card-header:first-child {
  border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0;
}

.custom-card-header {
  margin-bottom: 0;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  background-color: #fff;
}

.row{
  display: flex;
    margin-right: -15px;
    margin-left: -15px;
    flex-wrap: wrap;
}

.card {
  margin-bottom: 30px;
  border: 0;
  box-shadow: 0 0 2rem 0 rgb(136 152 170 / 15%);
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 0.375rem;
  background-color: #fff;
  background-clip: border-box;
}

/* h3, .h3 {
  font-size: 1.0625rem !important;
} */

h5, .h5 {
  /* font-size: 1.25rem; */
  font-size: .8125rem !important;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.card-body {
  padding: 1.5rem;
  flex: 1 1 auto;
}


.custom-btn{
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.5;
    display: inline-block;
    padding: 0.625rem 1.25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: center;
    vertical-align: middle;
    color: #525f7f;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    background-color: transparent;
}

.custom-btn-primary{
  color: #fff;
  border-color: #5e72e4;
  background-color: #5e72e4;
  box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}


.rounded-circle{
  border-radius: 50% !important;
}

.card-profile-image img{
  position: absolute;
  left: 50%;
  max-width: 140px;
  transition: all .15s ease;
  transform: translate(-50%, -50%) scale(1);
  border: 3px solid #fff;
  border-radius: 0.375rem;
}

.card-profile-stats
{
    padding: 1rem 0;
}
.card-profile-stats > div
{
    margin-right: 1rem;
    padding: .875rem;

    text-align: center;
}
.card-profile-stats > div:last-child
{
    margin-right: 0;
}
.card-profile-stats > div .heading
{
    font-size: 1.1rem;
    font-weight: bold;

    display: block;
}
.card-profile-stats > div .description
{
    font-size: .875rem;
    color: #adb5bd;
}


.btn{
  font-size: .875rem;
  position: relative;
  transition: all .15s ease;
  letter-spacing: .025em;
  text-transform: none;
  will-change: transform;
}


.btn-default {
  color: #fff !important;
  border-color: #172b4d;
  background-color: #172b4d !important;
  box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}


.custom-checkbox .custom-control-input ~ .custom-control-label {
  font-size: .875rem;
  height: 1rem;
  cursor: pointer;
}


