/*
Font Family
=========================== */

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

/* :root can be useful for declaring global CSS variables: */

:root {
	--font1: 'Lora', serif;
	--fontweight: 500;
	--color1: #000;
	--color2: #fff;
	--color3: #222;
	--padd: 20px 0px 20px 0;
}


/* Typography 
=========================== */

html,
body {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	overflow-x: hidden !important;
	font-family: var(--font1);
}

body {
	color: var(--color1);
	background: var(--color2);
	font-family: inherit;
	font-size: 14px;
	line-height: 20px;
}

a {
	outline: 0;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:focus {
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

a.link {
	color: #6a6a6a;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--color1);
	margin: 0 0 15px 0;
	font-size: 48px;
	font-family: inherit;
	font-weight: var(--fontweight);
	line-height: 52px;
}

h2 {
	font-size: 36px;
	line-height: 48px;
}

h3 {
	font-size: 30px;
	line-height: 36px;
}

h4 {
	font-size: 24px;
	line-height: 30px;
}

h5 {
	font-size: 18px;
	line-height: 24px;
}

h6 {
	font-size: 14px;
	line-height: 18px;
}

p {
	margin-top: 0;
	margin-bottom: 20px;
}
img{
    max-width:100%;
}

.wrapper {
	max-width: 1170px;
	margin: 0 auto;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--color2);
	z-index: 99999;
}

.status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url('../img/loader.png');
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}

.padd_40 {
	padding: var(--padd);
	clear: both;
}
.brand-logo{
    margin:10px 0;
}
.brand-logo img{
	margin-bottom:10px;
}
span.my-calander {
	display: block;
	margin-top: 0!important;
	margin-bottom: 20px;
	padding-left: 5px;
	font-family: var(--font1);
	font-weight: normal;
	font-size: 15px;
}
.top-header_social_media {
    margin-top:35px;
    text-align:right;
	float: right;
}
.top-header_social_media ul li{
    display: inline-block;
	margin: 0px 0px 0px 0px;
}
.top-header_social_media  ul li:first-child {
	margin-right: 0px;
}
.top-header_social_media  ul li:last-child {
	margin-right: 0px;
}

.top-header_social_media  ul li a {
	color: var(--color2);
	font-size: 20px;
}

.top-header_social_media  ul li a i {
	height: 34px;
	width: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 0px;
}

.top-header_social_media  ul li a i:hover {
	height: 34px;
	width: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 0px;
	transition: 0.5s ease-in;
}

.top-header_social_media  .social-facebook i {
	background: #0D4D9F;
}

.top-header_social_media  .social-twitter i {
	background: #1DA1F2;
}

.top-header_social_media  .social-linkedin i {
	background: #0e76a8;
}

.top-header_social_media  .social-youtube i {
	background: #FF0000;
}

.top-header_social_media  .social-instagram i {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.top-header_social_media  .social-rss i {
	background: #FF4500;
}

.top-header_social_media  .social-reddit i {
	background: #F44336;
}
.following-heading {
    margin-bottom: 9px;
    font-size: 17px;
    text-align: left !important;
    margin-left: 0px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #333;
}
#banner-slide .owl-dots {
	/* text-align: center !important; */
	display: block!important;
	margin-bottom: 15px;
	position: absolute;
	bottom: 0;
	right: 20px;
}

#banner-slide .owl-dot.active {
	height: 15px;
	width: 15px;
	border-radius: 50%;
	transition-delay: -500ms;
	background: #0D4D9F !important;
	text-align: center;
	display: inline-block;
}

#banner-slide .owl-dot {
	height: 15px;
	width: 15px;
	border-radius: 50%;
	transition-delay: -500ms;
	background: #fff;
	margin-left: 15px!important;
	text-align: center;
	display: inline-block;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: none !important;
}

.owl-theme .owl-dots .owl-dot span {
	background: none !important;
}

.heading_h2 h2 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	margin: 0 0 10px 0;
	font-family: var(--font1);
}

.para-p p {
	font-family: var(--font1);
	font-weight: var(--fontweight);
	color: var(--color1);
	font-size: 19px;
	line-height: 30px;
	text-align: justify;
}
.para-p p a{
    font-size: 18px;
}
.para-p ul{
    padding-left: 20px;
}
.para-p li{
    font-family: var(--font1);
    font-weight: var(--fontweight);
    color: var(--color1);
    font-size: 19px;
    line-height: 30px;
    text-align: justify;
    list-style: square;
    padding-left: 0;
}

.order-list {
	padding-left: 10px;
}

.order-list li {
	font-family: var(--font1);
	font-weight: var(--fontweight);
	color: var(--color1);
	font-size: 15px;
	line-height: 26px;
	/* list-style: roman; */
	margin-bottom: 10px;
}
.order-list .list-order {
	padding-left:20px;
}
.order-list .list-order li{
	list-style: square;
}
.note-box {
	background-color: rgb(240 240 240 / 27%) !important;
}

.note-box p {
	font-size: 15px;
	font-style: italic;
}

.note-box p span {
	font-weight: bold;
}

.heading_3 {
	position: relative;
	margin-bottom: 25px;
}

.heading_3 h3 {
	font-size: 22px;
	font-weight: 600;
	font-family: var(--font1);
}

.heading_3 h3::before {
	width: 100%;
	bottom: -10px;
	height: 4px;
	top: auto;
	position: absolute;
	content: '';
	border: 4px solid #0D4D9F;
	border-bottom: 0;
	border-top-color: #0D4D9F !important;
}

.events-img {
	margin-bottom: 20px;
}

.events-img img {
	width: 170px;
	height: auto;
}

.events-img span {
	font-size: 16px;
	font-family: var(--font1);
	font-weight: var(--fontweight);
}

.winner-title ul li a {
	font-size: 16px;
	font-family: var(--font1);
	font-weight: var(--fontweight);
	color: #0D4D9F;
	text-decoration: none;
	position: relative;
	font-weight: 600;
}
.winner-title ul li{
	margin-bottom: 10px;
	padding-left:20px;
}
.winner-title ul li:before {
	content: '\f0da';
	font-family: 'FontAwesome';
	float: left;
	margin-left: -1.5em;
	color: #0074D9;
  }

.winner-title ul li a:hover {
	color: var(--color1);
}

.winner-title ul>li>a::after {
	background: none repeat scroll 0 0 transparent;
	bottom: -08px;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	background: var(--color3);
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}

.winner-title ul>li>a:hover:after {
	width: 100%;
	left: 0;
}
.criteria_accordion .card {
    border-radius:0px;
}
.criteria_accordion .card-header {
    padding:0px 0px 08px 0px;
    background-color:#EEEEEE;
}
.criteria_accordion .card-header h2 button{
color: var(--color1);
text-decoration:none;
font-family:var(--font1);
font-weight:bold;
font-size:16px;
}
.criteria_accordion .card-header h2 button:focus{
    box-shadow:none;
    outline:none;
}

#accordionExample .card-header h2 button:before,
#accordionExample .card-header h2 button.collapsed:before{
    content: "\f068";
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 15px;
    color: var(--color1);
    position: absolute;
    top: 16px;
    right:15px;
    transition: all 0.3s ease 0s;
}
#accordionExample .card-header h2 button.collapsed:before{
    content: "\f067";
}
.criteria_table table thead {
background:#1b3977;
color:var(--color2);
vertical-align:center;
font-weight:bold;
font-size:17px;
}
.criteria_table table tbody tr td {
	vertical-align: baseline;
    padding-top: 0;
	font-family: var(--font1);
	font-weight: var(--fontweight);
	font-size: 17px;
	line-height: 26px;
}
	

.criteria_table table tbody tr td ul li {
	margin: 1em;
	margin-left:1em;
	list-style:disc;
}


.sub-list ul li{
	font-size:15px;
	font-family: var(--font1);
	font-weight:500;
	color:var(--color1);
	list-style:disc;
	margin: 1em;
	margin-left:1em;

}
  
.Banker_awards .parents-list li{
	font-size:18px;
	font-family: var(--font1);
	font-weight:500;
	color:var(--color1);	
	margin: 1em;
	margin-left:1em;
}
.Banker_awards .parents-list .nested-list li{
	margin: 1em;
	margin-left:3.5em;
	font-size:16px;
}
.Banker_awards .parents-list .nested-list li:before {
    content: '\f192';
    font-family: 'FontAwesome';
    float: left;
	font-size:14px;
    margin-left: -1.5em;
    color: #000;
}



.advisors{
	border: 1px solid rgb(226, 226, 226);
    /* box-shadow: 0px 0px 27px 0px rgb(0 0 0 / 7%); */
    padding: 15px 30px 30px 130px;
    margin: 0 15px 30px 0px;
    overflow: hidden;
    position: relative;
	border-radius:3px;
}

.advisors .pic{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 3px;
    overflow: hidden;
    position: absolute;
    top: 25px;
    left: 20px;
}
.advisors .pic img{
    width: 100%;
    height: auto;
}
.advisors .title{
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    color: var(--color1);
	font-family: var(--font1);
    margin: 0;
}

.advisors .description{
    font-size: 15px;
    color: var(--color1);
	font-family: var(--font1);
	font-weight:var(--fontweight);
    line-height: 25px;
    margin-bottom: 15px;
	text-align:justify;
}
.sub-heading h4{
	font-size: 18px;
    font-family: var(--font2);
    font-weight: 700;
	margin-bottom:5px;
}
.timeframe_table table tr th{
	font-weight:bold;
	font-family: var(--font1);
	font-size:15px;
	width:26%;
	vertical-align: baseline;
	border:0.5px solid #dee2e6 !important;
}
.timeframe_table table tr th span{
	font-weight:normal;
	font-size:14px;
	font-weight:600;
}
.timeframe_table table tr td{
	border:0.5px solid #dee2e6;
	vertical-align:baseline;
}
.winners-list .card{
border-radius:0px;
}
.winners-list .card .card-body{
padding:0px 0px 20px 0px;
}
.winners-list .nav-tabs  {
background:#2b2c36;
}
.winners-list  .nav-link.active {
border-radius:0px;
background:#194A84;

color:var(--color2) !important;
}
.winners-list .nav-tabs  .nav-item a{
	color: var(--color2);
	border:0px !important;
	border-radius:0px;
	font-family: var(--font1);
	font-size:15px;
	font-weight:600;
	/* border-right:0.5px solid var(--color2) !important; */
}
.winners-list .nav-tabs  .nav-item a:hover{
	background:#194A84;
	border-radius:0px;
}
.winners-name .list-group {
	border-radius:0px;
}
.winners-name .list-group-item{
	font-family: var(--font1);
	font-weight: var(--fontweight);
	color: var(--color1);
	font-size:17px;
	line-height:26px;
}
.winners-name .alert-light{
	font-family: var(--font1);
	font-weight: var(--fontweight);
	color:var(--color2);
	background: #194A84;
	border-color: #194A84 !important;
	margin-bottom:0px;
	font-size: 19px;
	line-height: 30px;
}
.winners-name{
	height: 70vh;
    overflow-y: auto;
}
.winners-name::-webkit-scrollbar {
	width:10px;
	scroll-behavior: smooth;
	
  }
.winners-name::-webkit-scrollbar-track {
	background: #f1f1f1; 
	border-radius:0px;
	
}
/* Handle */
.winners-name::-webkit-scrollbar-thumb {
	background: #A8A8A8; 
	border-radius: 0px;
	
  }
  
  /* Handle on hover */
.winners-name::-webkit-scrollbar-thumb:hover {
	background: #A8A8A8; 
	
  }

.winnerpdf {
	position: absolute;
	top:20px;
	right:20px;
}
.bg-black{
	background-color:var(--color1);
	color:var(--color2);
	font-size:16px;
}
.gallery-card .card{
	box-shadow: 0px 0px 17px 0px rgb(0 0 0 / 7%);
	border:0px;
	border-radius:0px;
}
.gallery-card .card img{
	padding:0px;
	border-radius:0px !important;
}
.zoom-on-hover {
overflow: hidden;
  position: relative;
}
.zoom-on-hover .card{
	overflow:hidden;
	margin-bottom:15px;
	min-height:auto;
}
.zoom-on-hover img{
	max-width:100%;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15); 
	transition: 0.4s ease; 
}
.zoom-on-hover:hover .card img{
	transform: scale(1.1);
    transition: 0.4s ease; 
}
.gallery-card .card-body{
	background-color: var(--color2);
	color:var(--color2);
	padding: 15px 20px;
}
.gallery-card .card-body .para-p p{
	margin-top:10px;
	margin-bottom:10px;
	color:var(--color1);
}
.gallery-card .card-body .para-p strong{
	color:var(--color1);
}
.gallery-card .card-body  hr{
	margin-top:5px !important;
	margin-bottom:10px !important;
	/* border-color:var(--color2); */
}
.min-height-auto .card{
	min-height:auto !important;
}
.contact-page .card{
	box-shadow: 0px 0px 17px 0px rgb(0 0 0 / 7%);
	border:0px;
}
.contact-page .para-p p{
	margin-bottom:05px;
} 
.contact-page  .name , .Email , .Tel{
	margin-bottom:10px;
}
.contact-page  .name span{
	font-size: 15px;
    font-family: var(--font1);
    font-weight: bold;
}
.contact-page  .Email , .Tel , .Fax , span{
	font-size: 15px;
    font-family: var(--font1);
    font-weight: bold;
}
.contact-page  .Email , .Tel , .Fax , span a{
	font-weight:500;
	font-family: var(--font1);
	
}
.card-body{
   border-bottom: 1px solid #ccc;
}

.accordion>.card>.card-header{
    margin-bottom: 0;
}
.footer-followheading {
    color: #fff;
    font-family: var(--font1);
    font-size: 17px;
    margin-bottom: 20px;
}
/* .criteria_accordion .card-header a {} */

/**************************************** footer-css start *******************************************/

.footer_bg {
	background-color: var(--color3);
	padding: 40px 0px 20px 0px;
	clear: both;
}

.social-media_icons ul li {
	display: inline-block;
	margin: 0px 0px 0px 10px;
}

.social-media_icons ul li:first-child {
	margin-right: 0px;
}

.social-media_icons ul li:last-child {
	margin-right: 0px;
}

.social-media_icons ul li a {
	color: var(--color2);
	font-size: 20px;
}

.social-media_icons ul li a i {
	height: 38px;
	width: 38px;
	line-height: 38px;
	text-align: center;
	border-radius: 30px;
}

.social-media_icons ul li a i:hover {
	height: 38px;
	width: 38px;
	line-height: 38px;
	text-align: center;
	border-radius: 30px;
	transition: 0.5s ease-in;
}

.social-facebook i:hover {
	background: #0D4D9F;
}

.social-twitter i:hover {
	background: #1DA1F2;
}

.social-linkedin i:hover {
	background: #0e76a8;
}

.social-youtube i:hover {
	background: #FF0000;
}

.social-instagram i:hover {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-rss i:hover {
	background: #ee802f;
}

.social-reddit i:hover {
	background: #FF5700;
}

.footer_links ul li {
	display: inline-block;
	margin: 0 0 0 10px;
}

.footer_links ul li:last-child {
	margin-right: 0px;
}

.footer_links ul li a {
	color: var(--color2);
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	position: relative;
}

.footer_links ul li a:hover {
	text-shadow: 2px 2px 2px var(--color1);
}

.footer_links ul>li>a::after {
	background: none repeat scroll 0 0 transparent;
	bottom: -08px;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	background: var(--color2);
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}

.footer_links ul>li>a:hover:after {
	width: 100%;
	left: 0;
}

.footer_links ul li span {
	color: var(--color2);
}

.copyright-text p {
	color: var(--color2);
	font-size: 16px;
}

#timeline .timeline-item:after,
#timeline .timeline-item:before {
	content: '';
	display: block;
	width: 100%;
	clear: both;
}

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

body,
html {
	height: 100%;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
}

.container {
	max-width: 1100px;
	margin: 0 auto;
}

.project-name {
	text-align: center;
	padding: 10px 0;
}

#timeline {
	width: 100%;
	margin: 30px auto;
	position: relative;
	padding: 0 10px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#timeline:before {
	content: "";
	width: 3px;
	height: 100%;
	background: #0D4D9F;
	left: 50%;
	top: 0;
	position: absolute;
}

#timeline:after {
	content: "";
	clear: both;
	display: table;
	width: 100%;
}

#timeline .timeline-item {
	margin-bottom: 50px;
	position: relative;
}

#timeline .timeline-item .timeline-icon {
	background: #0D4D9F;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 50%;
	overflow: hidden;
	margin-left: -23px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

#timeline .timeline-item .timeline-icon svg {
	position: relative;
	top: 14px;
	left: 14px;
}

#timeline .timeline-item .timeline-content {
	width: 45%;
	background: #eee;
	padding: 10px;
	-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#timeline .timeline-item .timeline-content strong {
	padding: 10px;
	background: #0D4D9F;
	color: #fff;
	margin: -10px -10px 0 -10px;
	font-size: 19px;
	line-height: 30px;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	display: block;
	height: auto;
	min-height: 50px;
}


/* #timeline .timeline-item .timeline-content h2 { padding: 0px 0px 0px 10px; background: #04566c; color: #fff; margin: -10px -10px 0 -10px; font-size: 14px; -webkit-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; -ms-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; line-height: 4em; min-height: 4em; } */

#timeline .timeline-item .timeline-content:before {
	content: '';
	position: absolute;
	left: 45%;
	top: 20px;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #0D4D9F;
}

#timeline .timeline-item .timeline-content.right {
	float: right;
}

#timeline .timeline-item .timeline-content.right:before {
	content: '';
	right: 45%;
	left: inherit;
	border-left: 0;
	border-right: 7px solid #0D4D9F;
}

@media screen and (max-width: 768px) {
	#timeline {
		margin: 30px;
		padding: 0px;
		width: 90%;
	}
	#timeline:before {
		left: 0;
	}
	#timeline .timeline-item .timeline-content {
		width: 90%;
		float: right;
	}
	#timeline .timeline-item .timeline-content:before,
	#timeline .timeline-item .timeline-content.right:before {
		left: 10%;
		margin-left: -6px;
		border-left: 0;
		border-right: 7px solid #0D4D9F;
	}
	#timeline .timeline-item .timeline-icon {
		left: 0;
	}
}

/**************************************** footer-css start *******************************************/