body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--whiteColor);
	font-family: 'Poppins', sans-serif;
	overflow-x:hidden;
   }
.logo-section {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 50px;
    }
.banner-section2{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 100%;
    }

.banner-section2 .owl-carousel.banner-carousel.owl-theme.owl-loaded.owl-drag {
	display: none;
} 
.banner-section{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 100%;
    }
.banner-section .owl-nav {
	display: none;
    }
.banner-section .owl-dots {
	display: block;
	position: absolute;
	bottom: 57px;
	text-align: center;
	width: 100%;
	}
.banner-section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    }
.banner-section .owl-theme .owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
	margin: 5px 7px;
	background: transparent;
	border: 2px #dafa06 solid;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	}
.banner-section .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #dafa06;
	border: 2px #dafa06 solid;
	}
.banner-section #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: rgba(2, 2, 2, 0.62);
	}



.container-fluid{
	padding: 0px 50px;
    }
.login-page {
	position: absolute;
	top: 0px;
	z-index: 99;
	/* height: 100vh; */
    }

.header-section {
	margin: 0px 0px;
	padding: 0px 0px;
	width: 100%;
	position: relative;
    }
.headlogo {
	margin: 31px 0px 25px 0px;
	padding: 0px 0px;
	width: 154px;
	}
.headlogo img {
	width: 100%;
	}
.headright {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	}
.headright ul {
    margin: 0px 0px;
    padding: 17px 0px 0px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    gap: 16px;
}
.headright li {
    margin: 0px 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    line-height: 23px;
    width: auto;
    text-align: center;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: start;
}
.headright li a {
	padding: 0px 0px;
	color: #ffffff;
	text-decoration: none;
	}
.headright li a:hover {
	color: #E1CA00;
	text-decoration: none;
	}
.headright li a .fa {
	color: #000000;
	text-decoration: none;
	background: #E1CA00;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	font-size: 12px;
	line-height: 22px;
	margin-right: 1px;
	}

.loginleft{
	margin: 0px 0px;
	padding: 20px 26px;
	width: 100%;
	min-height: 520px;
	position: relative;
	background: #5b5b5b78;
	border: 10px solid #000000A6;
	border-radius: 10px;
	}
.loginleft h2 {
	margin: 0px 0px 17px 0px;
	padding: 21px 0px;
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	line-height: 20px;
	font-weight: 600;
	color: #ffffff;
	position: relative;
	width: 100%;
	text-align: left;
	}
.loginform{
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
    }
.loginform .form-control:focus {
	box-shadow: unset;
	}
	
.loginform .form-control2:focus {
	box-shadow: unset !important;
	outline: 0;
	}

.loginform .form-group {
	position: relative;
	margin-bottom: 35px;
	}
.loginform  label {
	font-family: 'Playfair Display', serif;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	color: #ffffff;
	margin-bottom: 6px;
	}
.loginform .form-control::placeholder {
		color: #ffffff;
		opacity: 1;
	}
.loginform .form-control2::placeholder {
		color: #ffffff;
		opacity: 1;
	}
.loginform h5 a {
	padding: 0px 0px;
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #ffffff;
	text-decoration: none;
	}
.loginform h5 a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
.user-icon {
	position: absolute;
	left: 16px;
	bottom: 11px;
	z-index: 999;
	}
.user-icon .fa {
	color: #E1CA00;
	font-size: 19px;
	}
.pass-icon {
		position: absolute;
		left: 16px;
		bottom: 11px;
		z-index: 999;
		}
.pass-icon .fa {
		color: #E1CA00;
		font-size: 19px;
		}
.loginform .form-control {
		display: block;
		width: 100%;
		font-family: 'Playfair Display', serif;
		padding: 11px 19px 11px 39px;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
		color: #fff;
		background: #00000029;
		background-clip: padding-box;
		border: 1px solid #E1CA00;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 10px;
		transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}
.input-group-addon {
		border: #E1CA00 1px solid;
		padding: 8px 12px;
		border-radius: 0px 10px 10px 0px !important;
		color: #fff;
		background: #00000029;
		border-left: 0px !important;
	}
.input-group-addon a {
		color: #fff !important;
	}
.loginform .form-control2 {
		display: block;
		width:91%;
		font-family: 'Playfair Display', serif;
		padding: 11px 19px 11px 39px;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
		color: #fff;
		background: #00000029;
		background-clip: padding-box;
		border: 1px solid #E1CA00;
		border-right: 0px !important;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 10px 0px 0px 10px !important;
		transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}

.btn.signbtn {
	font-family: 'Playfair Display', serif;
	background: #F2DA07;
	font-size: 14px;
	color: #000000;
	font-weight: 900;
	border-radius: 28px;
	padding: 12px 22px;
	margin-top: 0px;
	line-height: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 9px;
	}
.btn.signbtn .fa {
	font-size: 20px !important;
	}
.loginright{
	margin: 27px 0px;
	padding: 43px 43px;
	width: 100%;
	min-height: 339px;
	position: relative;
	background: #FFFFFF54;
	border-radius: 10px;
	}
.login-page h5 {
	margin: 0px 0px;
	padding: 0px 0px;
	font-family: 'Playfair Display', serif;
	font-size: 43px;
	line-height: 48px;
	font-style: italic;
	font-weight: 600;
	color: #ffffff;
	position: relative;
	width: 92%;
	text-align: left;
	}	
.loginright h3 {
	margin: 0px 0px;
	padding: 0px 0px;
	font-family: 'Playfair Display', serif;
	font-size: 26px;
	line-height: 29px;
	font-style: italic;
	font-weight: 600;
	color: #ffffff;
	position: relative;
	width: 90%;
	text-align: left;
	}
.loginright p {
	margin: 14px 0px 16px 0px;
	padding: 0px 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	line-height: 22px;
	width: 100%;
	text-align: left;
	}
.trtlogo {
	margin: 0px 0px;
	padding: 0px 0px;
	width: 114px;
	height: 120px;
	}
.trtlogo img {
	width: 100%;
	height: 120px;
	object-fit: contain;
	}

.footer-section {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 99;
	background: #000000c7;
	padding: 12px;
	text-align: center;
	color: #ffffff;
    font-size: 13px;
    font-weight: 300;
	}
.footer-section a {
	text-decoration: none;
	color: #E1CA00;
	}
.footer-section a:hover {
	text-decoration: underline;
	color: #E1CA00;
	}

	.relative-div{
		position:relative;
		}

		.input-group-addon {
			position: absolute;
			right: 0;
			top: 0;
			bottom: 0;
			height: 100%;
			border-left: 1px solid #f2da07 !important;
		}

		.flex-none{
			display: unset !important;
		}

		.relative-div .form-control2 {
			width: 100%;
			border-radius: 8px !important;
			font-family: 'Playfair Display', serif;
			padding: 10px 19px 11px 39px;
			border: 1px solid #E1CA00;
			border-radius: 10px;
		}