
@font-face {
	font-family: 'Times New Roman';
	src: url('../fonts/TimesNewRomanPSMT.eot');
	src: url('../fonts/TimesNewRomanPSMT.eot?#iefix') format('embedded-opentype'),
	url('../fonts/TimesNewRomanPSMT.woff2') format('woff2'),
	url('../fonts/TimesNewRomanPSMT.woff') format('woff'),
	url('../fonts/TimesNewRomanPSMT.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Times New Roman';
	src: url('../fonts/TimesNewRomanPS-BoldItalicMT.eot');
	src: url('../fonts/TimesNewRomanPS-BoldItalicMT.eot?#iefix') format('embedded-opentype'),
	url('../fonts/TimesNewRomanPS-BoldItalicMT.woff2') format('woff2'),
	url('../fonts/TimesNewRomanPS-BoldItalicMT.woff') format('woff'),
	url('../fonts/TimesNewRomanPS-BoldItalicMT.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Times New Roman';
	src: url('../fonts/TimesNewRomanPS-BoldMT.eot');
	src: url('../fonts/TimesNewRomanPS-BoldMT.eot?#iefix') format('embedded-opentype'),
	url('../fonts/TimesNewRomanPS-BoldMT.woff2') format('woff2'),
	url('../fonts/TimesNewRomanPS-BoldMT.woff') format('woff'),
	url('../fonts/TimesNewRomanPS-BoldMT.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Times New Roman';
	src: url('../fonts/TimesNewRomanPS-ItalicMT.eot');
	src: url('../fonts/TimesNewRomanPS-ItalicMT.eot?#iefix') format('embedded-opentype'),
	url('../fonts/TimesNewRomanPS-ItalicMT.woff2') format('woff2'),
	url('../fonts/TimesNewRomanPS-ItalicMT.woff') format('woff'),
	url('../fonts/TimesNewRomanPS-ItalicMT.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

/* ========================================================================*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*, ::before, ::after { box-sizing:border-box; -webkit-box-sizing:border-box; }

html { overflow:hidden; overflow-y:auto; }
body { font-size:16px; line-height: normal; font-family: 'Times New Roman'; color:#495155; font-weight:400; margin:0; padding:0; }
article, aside, details, figcaption, figure, footer, header, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
html, button, input, select, textarea {  font-family: 'Times New Roman';}
input:focus, textarea:focus, select:focus { border-color:initial; box-shadow: none; }
input, textarea { padding:10px 20px; }
select { -webkit-appearance:none; -moz-appearance:none; appearance:none; background-position:right center; background-size: 15px !important; background-image:url(../images/arrow-select.svg) !important; background-repeat:no-repeat !important; 
	background-position:right 10px center !important; line-height:1.2; text-indent:0.01px; cursor:pointer; padding-bottom:8px 28px 8px 15px; }
	.form-control:focus{    border-color: #f7f8f9; background-color: #f7f8f9;   box-shadow: none;}
	iframe { border:0; width:100%; }

	a { color:#495155; text-decoration:none; outline: none;}
	a:focus { outline:none; }
	a:active, a:hover { color:#000; outline:0; }
	a:hover, a:focus { opacity:1; }
	a:hover { text-decoration:none; }

	p { margin: 0; }
	p:last-child{margin-bottom: 0;}
	svg:not(:root) { overflow:hidden; }
	ol, ul { padding:0; margin:0;list-style: none; }
	*{
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}
/*======================================================================
3. Typography
========================================================================*/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a { color:inherit; text-decoration:none; font-weight:inherit; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, address, p, pre, blockquote, dl, dd, menu, ol, ul, table, caption, hr { margin: 0 0 0 0; }

p { color: #5b5b5a; }
p:last-child { margin-bottom:0; }

input, button, select, textarea { background: transparent; border:1px solid #d7d7d7; transition:all 0.4s ease-out 0s; -webkit-transition:all 0.4s ease-out 0s; color:#424242; }
input:focus, input:active, button:focus, button:active, select:focus, select:active, textarea:focus, textarea:active { outline:none; border-color:#5b77d8; }
input, select, textarea { width: 100%; font-size: 14px; box-shadow:none; -webkit-box-shadow:none; border-radius:0; -webkit-border-radius:0; }
input, select { height:40px; padding:0 10px; }
input[type="checkbox"], input[type="radio"] { width:auto; height:auto; }
input[type="checkbox"]:focus, input[type="radio"]:focus { outline:0; box-shadow:none; }

img {
	max-width: 100%;
	display: block;
	margin: 0;
}
label{margin: 0;}
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .entry-footer:before, .entry-footer:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after, .nav-links:before, .nav-links:after, .pagination:before, .pagination:after, .comment-author:before, .comment-author:after, .widget-area:before, .widget-area:after, .widget:before, .widget:after, .comment-meta:before, .comment-meta:after { content: ""; display: table; table-layout: fixed; }
.clear:after, .entry-content:after, .entry-footer:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after, .nav-links:after, .pagination:after, .comment-author:after, .widget-area:after, .widget:after, .comment-meta:after { clear: both; }


.clearfix:before, .clearfix:after { visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0; }


/*================(Default css)=======================*/



/* Common - custom checkbox */
label.custom input { position: absolute;opacity: 0;width: 0;height: 0; cursor: pointer;	}
label.custom { position: relative; font-weight: 400; font-size: 16px; color:#495155; padding: 0 0 0 30px; margin: 0; }
label.custom span.checkmark { content: '';position: absolute;width: 22px;height: 22px;border:1px solid #c8c8c8;left:0;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%); cursor: pointer;}
label.custom span.checkmark:after { content: '';position: absolute;display: none; }
label.custom input:checked ~ span.checkmark { background: #088dd8;border:1px solid #088dd8; }
label.custom input:checked ~ span.checkmark:after { display: block; }
label.custom span.checkmark:after {content:'';position: absolute; width: 6px; height: 15px; left: 7px; top: 1px;border:solid #fff;border-width: 0 2px 2px 0;transform: rotate(45deg); display: none;}
/* Common - custom checkbox */


input.form-control {
	background: #f7f8f9;
	height: 50px;
	font-size: 16px;
	color: #5b5b5a;
	font-weight: 400;
	padding: 0 15px;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	border: none;
	border-radius: 10px;

}

label {
	margin: 0;
	font-size: 18px;
	margin-bottom: 10px;
	color: #212120;
	font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Times New Roman';
	font-weight: bold;
	color: #212120;
}


.container {
	max-width: 1170px;
	width: 100%;
	padding: 0;
}

.purple_default_btn{
	/* border: 1px solid transparent; */
	/*padding: 14px 43px;*/
	background-color: #7d4c9e;
	color: #fff;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 700;
	transition: 0.3s all;
	height: 50px;
	width: 152px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	box-shadow: 0 5px 15px #00000029;
	text-align: center;
	margin: auto;
	outline: none;
	letter-spacing: 0.5px;
}

.purple_default_btn:hover{
	background-color: transparent;
	color: #7d4c9e;
	border: 1px solid #7d4c9e;
}

.white_default_btn {
	border: 1px solid transparent;
	display:flex;
	align-items: center;
	justify-content: center;
	/*padding: 14px 43px;*/
	background-color: #ffffff;
	color: #7d4c9e;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 700;
	transition: 0.3s all;
	height: 50px;
	width: 152px;
	padding: 10px;
	box-shadow: 0 5px 15px #00000029;
	outline: none;
	letter-spacing: 0.5px;
}

.white_default_btn:hover{
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
}


.white_pera {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	line-height: 32px;
	letter-spacing: 0.5px;
}

.gray_pera {
	color: #5b5b5a;
	font-size: 20px;
	font-weight: normal;
	line-height: 32px;
	letter-spacing: 0.5px;
}

.pac-container{
	z-index: 10000000;
}

section {
	padding: 100px 0;
}

.comman_heading{}
.comman_heading_h2 {
	font-size: 42px;
	line-height: 50px;
	position: relative;
	letter-spacing: 0.5px;
}
.comman_heading h3 {
	color: #088dd8;
	font-size: 24px;
	margin-bottom: 40px;
}

/*fixed header*/

.fixed_header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #552772;
	transition: 0.3s all;
}


/*bootom to top*/

#scroll {
	outline: none;
	position: fixed;
	right: 20px;
	bottom: 40px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background-color: #532672;
	text-indent: -9999px;
	display: none;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	transition: 0.2s all;
	animation: updown 0.9s infinite linear;
	border: 2px solid #fff;
	box-shadow: 0 5px 1px lightgrey;
}

#scroll span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -12px;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-bottom-color: #ffffff;
	transition: 0.2s all;
}

@keyframes updown {
	100%,
	0% {
		transform: translateY(20px);
	}
	50% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(20px);
	}
}







/*--header css start--*/

.site_header{
	background: #fff url(../images/home_bannner.jpg) no-repeat;
	background-position: bottom;
	background-size: cover;	
	width: 100%;
	min-height: 600px;
}
.site_header1{
	background: #fff url(../images/home_bannner1.jpg) no-repeat;
}
.top_header{
	border-bottom: 1px solid rgb(255 255 255 / 10%);
	width: 100%;
	position: fixed;
	z-index: 999999;
		background-color: #552772;
}
.top_header .navbar-nav{
	margin-left: auto;
}
.top_header  .navbar-collapse{
	margin-right: 90px;
}
.top_header .navbar {
	padding: 9px 0;
}

.top_header .nav-item {
	margin: 0 12px;
}

.top_header .navbar-nav .nav-link{
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.5px;
	position: relative;
	transition: 0.3s all;
}

.top_header .navbar-nav .nav-link::after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	height: 2px;
	transform: scale(0);
	transition: 0.5s all;
}

.top_header .navbar-nav .nav-link:hover::after{
	transform: scale(1);
}

.top_header .navbar-nav .nav-link.active::after {
	transform: scale(1);
	color: #fff !important;
}








.header_login{}
.header_login ul{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: 20px;
}
.header_login ul li{
	margin-left: 20px;
}

.header_login ul li a{
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	padding: 10px;	
	width: 107px;
}
.header_login ul li a:hover{
	background-color: #fff;
	color: #552772;
}



/*registered Modal */

.header_login ul li a{

}

.header_login ul li a button{

}

.top_register > button{
	padding: 0;
}

.top_register > button:focus{
	border-color: #fff;
}

.top_register .modal-dialog {
	max-width: 1170px;
	margin: 100px auto;
}

.inner_register{}
.reg_heading{
	text-align: center;
}
.reg_heading h3{
	font-size: 32px;
	margin-bottom: 5px;
	line-height: normal;
	letter-spacing: 0.5px;
}
.reg_heading p{
	font-size: 20px;
}

/**/

.top_register .modal-header{
	border-bottom: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	justify-content: flex-end;
	padding: 20px 25px 0;
}
.top_register .modal-header .close {
	padding: 0;
	margin: 0;
	opacity: 1;
}

.top_register .modal-header .close span{
	font-size: 40px;
	color: #212120;
	opacity: 1;
}

.top_register .modal-body{
	padding: 0;
}
.top_register .modal-content{
	border-radius: 30px;
	cursor: auto;
}


.reg_form {
	padding:32px 60px 47px 60px;
}

.reg_form form{}
.reg_form form .form-group{
	margin-bottom: 25px;
}


.reg_img_uploader{}
.reg_img_uploader input{
	display: none;
}
.reg_img_uploader label{
	border: 1px solid #7d4c9e;
	width: 157px;
	height: 50px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 700;
	color: #7d4c9e;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.reg_doc label{
	width: 163px;
}

.bottom_gray_line{
	height: 1px;
	width: 100%;
	background-color: #d6d6d6;
	margin-bottom: 25px;
}

.reg_btn_box{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	flex-wrap: wrap;
	margin: 18px 0 0 0;
}
.reg_captch{
	margin: 0 50px 0 0;
}
.reg_box{}
.reg_box button{}

#reg_address{
	background: #f7f8f9 url(../images/pin.png) no-repeat;
	background-position: right 20px top 17px;
	padding-right: 50px;
}









/*banner*/

.banner{
	padding: 160px 0 0 0;
}
.banner_left{
	padding: 50px 0 0 0;
}
.banner_left h1{
	font-size: 72px;
	line-height: 80px;
	color: #fff;
	letter-spacing: 0.5px;
}
.banner_left h1 span{
	color: #ffc107;
}
.banner_left p{
	margin: 15px 0 35px 0;
}
.banner_left a{}


.banner_right{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.banner_right img{
	margin-right: -78px;
}

/**/

.navbar-toggler{
	position: relative;
	height: 40px;
	width: 50px;
	padding: 0;
	border: 1px solid #fff;
}
.navbar-toggler:focus{
	border: 1px solid #fff;	
}



/*----nav icon---*/
label.meanu-icon {
	padding: 0;
	cursor: pointer;
	position: absolute;
	right: 8px;
	top: 19px;
	margin: 0;
}
.meanu-icon .nav-icon{
	position: relative;
	height: 2px;
	width: 30px;
	background-color: #fff;
	z-index: 9999999;
	display: block;
	cursor: pointer;
	float: right;
	opacity: 1;
	transition: 0.5s all;
	border-radius: 20px;
}
.meanu-icon .nav-icon:before,
.meanu-icon .nav-icon:after
{
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	background-color: #fff;
	top: 0;
	left: 0;
	display: block;
	cursor: pointer;
	transition: 0.5s all;
	border-radius: 20px;
}

.meanu-icon .nav-icon:before{
	transform: translateY(8px);
}

.meanu-icon .nav-icon:after{
	transform: translateY(-8px);
}



input#meanu-btn {
	height: 40px;
	width: 50px;
	opacity: 0;
	cursor: pointer;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
}


/*-----*/

.navbar-toggler .meanu-btn:checked ~ .meanu-icon .nav-icon{
	background:transparent;
}

.navbar-toggler .meanu-btn:checked ~ .meanu-icon .nav-icon:before{
	transform: rotate(45deg);
	background-color: #fff;
}

.navbar-toggler .meanu-btn:checked ~ .meanu-icon .nav-icon:after{
	transform: rotate(-45deg);
	background-color: #fff;
}

.navbar-toggler .meanu-btn:checked ~ .meanu{
	display: block;
}

/**/







/*header end*/

/*about start*/

.about{
	padding: 100px 0 80px;
}
.about_inner{
	padding: 0 150px;
}
.about_inner h4{
	font-size: 24px;
	line-height: 36px;
}
.about_inner a{
	margin-top: 30px;
}

/*about End*/

/*Features start*/

.features{
	background-color: #fafafa;
	padding: 80px 0 0 0 ;
}
.features_left{
	padding: 0 0 0 100px;
}
.features_left img{
	margin-left: -50px;
}
.features_right{
	flex-direction: column;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.features_right h2{	    
	font-size: 42px;
	line-height: 50px;
	position: relative;
	padding: 15px 180px 10px 0;
}
.features_right h2:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	background-color: #7d4c9e;
	width: 40px;
	height: 6px;
	border-radius: 50px;
}
.features_right p{
	padding-right: 154px;
}

/**/

.sec_features{
	padding: 100px 0 50px 0;
}

.sec_features .features_right{
	padding: 0 0 0 100px;
}
.sec_features .features_right h2{
	padding: 15px 72px 10px 0;
}

.sec_features .features_right p {
	padding-right: 20px;
}

.sec_features .features_left img{
	margin-left: 0;
}

/*features End*/

/*Contact start*/

.contact{
	width: 100%;
	background-color: #fafafa;
	padding: 100px 0 0 0;
	box-shadow: 0 100px 80px 20px #d3d3d38f;
}
.inner_contact{
	text-align: center;
	/*	margin-bottom: 54px;*/
}
.wrap_contact{
	background:  url(../images/contact_bg.png) no-repeat top;
	background-size: cover;	
	width: 100%;
	padding: 54px 0 0 0;	
}
.get_contact_form{
	/*margin-bottom: 60px;*/
}

.get_contact_form form{
	background-color: #fff;
	padding: 40px 59px 50px;
	border-radius: 30px;
	box-shadow: 0 0 10px #d3d3d35e;
}
.get_contact_form form .form-group{
	margin-bottom: 25px;
}
.get_contact_form form .form-group:last-child{
	margin-bottom:0;
}
.get_contact_form form label{}
.get_contact_form form label input{}

.get_contact_form form .cont_message{}
.get_contact_form form .cont_message textarea{
	min-height: 159px;
	resize: none;
	background: #f7f8f9;
	font-size: 16px;
	color: #5b5b5a;
	font-weight: 400;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	border: none;
	border-radius: 10px;
	padding: 15px;
}
.get_contact_form form .cont_bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 50px 0 0 0;
}
.get_contact_form form .cont_bottom .cont_captcha{}
.get_contact_form form .cont_bottom .cont_send_btn{}
.get_contact_form form .cont_bottom .cont_send_btn button{}

.get_app{
	margin: 80px 0;
}
.get_app .comman_heading{}
.get_app .comman_heading h2{
	margin: 0 0 20px 0;
}
.get_app .comman_heading p{
	max-width: 642px;
	text-align: center;
	margin: 0 auto 30px auto;
	width: 100%;
}
.get_app ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.get_app ul li{
	margin: 0 15px;
}
.get_app ul li a{
	background-color: #fff;
	border-radius: 10px;
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 200px;
	height: 65px;
}
.get_app ul li a span{
	min-width: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.get_app ul li a span img{}

.get_app ul li a .get_download{}
.get_app ul li a .get_download p{
	font-size: 14px;
	color: #212120;
	font-weight: 700;
}
.get_app ul li a .get_download span{
	font-size: 18px;
	color: #212120;
	font-weight: 700;
}

/* sweet alert css */
p.lead.text-muted {
    padding-bottom: 10px;
    padding-top: 5px;
}
/**/

.cont_mobile_img{
	padding-bottom: 50px;
}
.cont_mobile_img img{
	margin: auto;
}

/*Contact End*/

/*Footer Start*/

.footer_site{
	padding: 80px 0 0 0;
}
.inner_footer{}
/**/
.footer_logo{}
.footer_logo img{
	margin: auto;
}
.footer_menu{
	padding: 30px 0;
}
.footer_menu ul{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	flex-wrap: wrap;
}
.footer_menu ul li{
	margin: 0 18px;
}
.footer_menu ul li a{
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #212120;
}
/**/
.footer_social{
	padding: 0 0 30px 0;

}
.footer_social ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer_social ul li{
	margin: 0 10px;
}
.footer_social ul li a{
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50px;
	box-shadow: 0 0 20px #d3d3d366;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s all;
}

.footer_social ul li a:hover{
	background-color: #7d4c9e;
}
.footer_social ul li a img{
	transition: 0.2s all;
}
.footer_social ul li a:hover img{
	filter: invert(4) grayscale(4) brightness(4);
}


/**/
.last_footer{
	border-top: 1px solid #d6d6d6;
	padding: 19px 0 23px;
	text-align: center;
}
.last_footer p{
	font-size: 14px;
	color: #5b5b5a;
	font-weight: 400;
}
.error {
	color: red;
	font-size: 15px;
	/* background-color: #acf; */
 }



/*Footer End*/
.cont_send_btn
{
	padding-top: 10px;
}

/* Updated  start */

.about_title_text_area > h2:first-of-type {
    margin-bottom: 10px;
}
.about_title_text_area > p:first-of-type {
    margin-bottom: 40px;
}
.comman_heading_h2.top-border {
    padding: 15px 0 30px 0;
    position: relative;
}
.leaders-box > div:first-of-type {
    width: 100%;
    height: 320px;
	overflow: hidden;
}
.leaders-box {
    border-radius: 20px;
    overflow: hidden;
    display: block;
    text-decoration: none;
	position: relative;
}
.leaders-box > div:first-of-type > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
	transition: 0.3s;
}
.leaders-box > div:nth-of-type(2) {
    padding: 15px;
    border-width: 0 1px 1px 1px;
    border-color: #552772;
    border-style: solid;
    border-radius: 0 0 20px 20px;
	height: auto;
}
.leaders-box > div:nth-of-type(2) > h3 {
    text-align: center;
    font-size: 24px;
    line-height: 24px;
}
.leaders-box1 > div:nth-of-type(2) {
    padding: 15px;
    border-width: 0 1px 1px 1px;
    /* border-color: #552772;
    border-style: solid; */
    border-radius: 0 0 20px 20px;
	height: 900px;
}


.leader-box-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(85,39,114,0.7);
    transition: 0.4s;
    display: flex;
    align-items: center;
    padding: 15px;
    transform: translateY(100%);
    border-radius: 20px;
}
.leader-box-overlay > p {
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    line-height: 25px;
    letter-spacing: 0.5px;
    margin: 0;
    text-align: center;
}
.leaders-box:hover .leader-box-overlay {
    transform: translateY(0);
}
.leaders-box:hover > div:first-of-type > img {
    transform: scale(1.2);
}
.faqs_title_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}
.faqs .nav-tabs {
    border: 0;
}
.faqs .nav-tabs .nav-item {
    margin: 0;
}
.faqs .nav-tabs .nav-link {
    border: 1px solid #552772;
    border-radius: 0;
	color: #552772;
	font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    position: relative;
    transition: 0.3s;
}
.faqs .nav-tabs .nav-item.show .nav-link,
.faqs .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #552772;
    border-color: #552772;
}
.faqs .nav-tabs .nav-link:hover {
    color: #ffffff;
    background-color: #552772;
    border-color: #552772;
}
.faqs .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    border: none;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
}
.faqs .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: 0;
}
.faqs .accordion > .card > .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0;
}
.faqs .btn-link.collapsed {
    color: #212120;
}
.faqs .btn-link {
    text-decoration: none;
    font-weight: bold;
    color: #552772;
	font-size: 18px;
	line-height: 18px;
}
.faqs .btn.focus,
.faqs .btn:focus,
.faqs .btn:active {
    outline: 0;
    box-shadow: none;
	border: 0;
}
.faqs .btn {
    border: 0;
    padding: 0;
    border-radius: 0;
}
.faqs .card-body {
    padding: 20px 0 0 0;
    border-top: 1px solid #ccc;
    margin-top: 20px;
    color: #5b5b5a;
    font-size: 17px;
    line-height: 25px;
}
.faqs .card-header button {
    padding-right: 20px;
	position: relative;
}
.faqs .card-header button {
    padding-right: 20px;
	position: relative;
}
.faqs .card-header button::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border: 2px solid #212120;
    border-bottom: transparent;
    border-left: transparent;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(
		135deg);
    transform-origin: center;
    transition: 0.4s all;
}
.faqs .card-header button.collapsed::after {
    transform: translateY(-50%) rotate(
45deg);
}
/* Updated  end */
/* 15/10/21 Start */

.login-box-input {
    position: relative !important;
}
.login-box-input > .password-show {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.login-box-input > input {
    padding-right: 34px;
    border: 0;
	padding-left: 15px;
}
.login-box-input > .password-show > img {
    cursor: pointer;
}

