@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


body {
 font-family: "Inter", sans-serif;
	background: #FFFFFF;
	overflow-x: hidden;
}

.bodybg-second {
	background: #F8F6F2;
}

.overflowSection {
	overflow: hidden;
}


:root {
	--Primary: #14509a;
}

a,

input,
button,
textarea {
	outline: none !important;
}

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.color-green {
	color: #0E6C27 !important;

}

.btn {
	text-decoration: none;
	color: #FFF;
	font-size: 18px;
	line-height: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	/*text-transform: capitalize;*/
	border-radius: 10px;
	background: #191919;
	padding: 20px 40px;
	border: 1px solid transparent;
}

.nav-link:focus,
.nav-link:hover {
	color: #fff;
}

.btn:hover {
	border: 1px solid #191919;
	background: #FFF;
	color: #191919;
}

.btn-border {
	border-radius: 20px;
	border: 1px solid #191919;
	background: #FFF;
	color: #191919;
}

.btn-border:hover {
	border: 1px solid #191919;
	background: #191919;
	color: #fff;
}

.btn-link {
	color: #898989;
	text-decoration: none;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	/*text-transform: capitalize;*/
	border-bottom: 2px solid #898989;
	display: inline-block;
}

.btn-link:hover {
	color: #000000;
	border-color: #000000;
}

.link {
	color: #898989;
	text-decoration: none;
	display: block;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	/*text-transform: capitalize;*/
}

.link:hover {
	color: #000000;
}



p {
	color: #4c4c6e;
	font-size: 16px;
	line-height: 28px;
}


/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

.main-title {
	color: #191919;
	font-size: 62px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 0 0 50px;
}

.main-title * {
	font-weight: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
}

.main-title span {
	text-decoration-line: underline;
}

.section-title {
	color: #191919;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	/*text-transform: capitalize;*/
	padding: 0 0 24px;
	font-weight: 600;
	font-size: 54px;

}

.section-title * {
	font-weight: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
}

.sub-title {
	color: #000;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	/*text-transform: capitalize;*/
	padding: 0 0 24px;
}

.sub-title * {
	font-weight: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
}


.white-title {
	color: #FFFFFF;
}


.navbar {
	padding: 0;
}


.navbar-nav .nav-item {
	position: relative;
	padding: 0 12px;
}

.navbar-nav .nav-item:last-child {
	padding-right: 0;
}

.navbar-nav .nav-item:last-child:after {
	display: none;
}

.navbar-nav .nav-item .nav-link {
	position: relative;
	color: #898989;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	/*text-transform: capitalize;*/
	padding: 0;
}

.navbar-nav .nav-item .nav-link.show,
.navbar-nav .nav-item .nav-link.active-menu,
.navbar-nav .nav-item.active>.nav-link,
.navbar-nav .nav-item.current-menu-item>.nav-link,
.navbar-nav .nav-item>.nav-link.active,
.navbar-nav .nav-item>.nav-link.current-menu-item,
.navbar-nav .nav-item>.nav-link:hover {
	color: #000;
}

.navbar-brand {
	padding: 0;
	position: relative;
	margin: 0;
}
.form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #222;
}

.form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #222;
}

.form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: #222;
}

.form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #222;
}


.loginbox {
	border-radius: 24px;
	background: #FAFAFA;
	padding: 50px;
	max-width: 703px;
	margin: 0 auto;
}

.loginbox form {
	max-width: 603px;
	margin: 0 auto;
}

.loginbox .btn {
	display: block;
	width: 100%;
	padding: 16px 40px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	/*text-transform: uppercase;*/
}


.loginbox .btn-border {
	display: block;
	width: 100%;
	padding: 18px 20px;
	border-radius: 10px;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: unset;

}

.loginbox .btn-border img {
	margin-right: 14px;
}

.loginbox p {
	color: #111110;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}

.form-group .link {
	color: #111110;
	text-decoration: none;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.form-group p a {
	font-weight: 700;
	text-decoration: none;
	color: #0B1E25;
}

.form-group {
	margin: 0 0 24px;
}

.form-control {
	border-radius: 10px;
	border: 1px solid #C6C6C6;
	padding: 20px;
	height: 62px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.login-main {
	padding: 50px 0 61px;
	min-height: calc(100vh - 145px);
}

.otp-code {
	margin: 0 auto 64px;
	width: 603px;
}


:where([autocomplete=one-time-code]) {
	    --otp-digits: 6;
    --otc-ls: 8.2ch;
    --otc-gap: 7.5;
    --_otp-bgsz: calc(var(--otc-ls) + 5ch);
    all: unset;
    background: linear-gradient(90deg, var(--otc-bg, #EEE) calc(var(--otc-gap)* var(--otc-ls)), transparent 0) 0 0 / var(--_otp-bgsz) 100%;
    caret-color: var(--otc-cc, #333);
    clip-path: inset(0% calc(var(--otc-ls) / 2) 0% 0%);
    font-family: ui-monospace, monospace;
    font-size: var(--otc-fz, 2.5em);
    inline-size: calc(var(--otc-digits)* var(--_otp-bgsz));
    letter-spacing: 90px;
    font-weight: 700;
    padding-inline-start: 22px;
    background: url(../images/text-box.png);
    width: 603px;
    height: 62px;
    background-position: left -14px center;
    background-size: 101px 62px;
    padding-inline-start: 0;
    padding-inline-start: 40px;
    padding-left: 40px;
}

.loginbox label {
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #808080;
	display: block;
	margin: 0 0 64px;
	text-align: center;
}


.login-main .text-block {
	max-width: 643px;
	margin: 0 auto 60px;
}
.login-main .text-block p {
	margin: 0;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	color: #191919;

}
.copyright p {
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	margin: 60px 0 0;
	color: #C3C3C3;

}
.copyright p a {
	text-decoration: none;
	color: #C3C3C3;

}

.header {
	padding: 46px 100px;
}