/*
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');
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* :root can be useful for declaring global CSS variables: */

:root {
	--font1: serif;
	--font2:'Bitter', 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;
	padding-left:15px;
	padding-right:15px;
}

.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:20px 0 10px;
}
.top-header_social_media {
    margin-top:35px;
    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: #14171A;
}

.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: #FF5700;
}
.following-heading {
   margin-bottom: 9px;
    font-size: 17px;
    text-align: left !important;
    margin-left: 0px;
    font-family: var(--font1);
    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: 25px;
    font-weight: 700;
    margin: 0 0 7px 0;
    font-family: var(--font2);
    line-height: 30px;
    text-transform: capitalize;
    margin-top: 10px;
}
.heading_h2 h3{
  	font-size: 24px;
	font-weight: 700;
	margin: 0 0 10px 0;
	font-family: var(--font2);
	line-height:35px;
	text-transform:capitalize;
}

.para-p p {
	font-family: var(--font1);
	font-weight: var(--fontweight);
	color: var(--color1);
	font-size: 19px;
	line-height: 29px;
	text-align: justify;
}

.order-list {
	padding-left: 10px;
}
.heading_h2 p {
    font-family: var(--font1);
    font-weight: var(--fontweight);
    color: var(--color1);
    font-size: 19px;
    line-height: 26px;
    text-align: justify;
}

.order-list li {
	font-family: var(--font1);
	font-weight: var(--fontweight);
	color: var(--color1);
	font-size: 19px;
	line-height: 30px;
	/* list-style: roman; */
	margin-bottom: 10px;
}
.roman-list {
padding-left:25px;
}
.roman-list ol li{
	list-style:disc;
}
.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: 19px;
    font-weight: 400;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 23px;
}

.heading_3 h3::before {
    width: 100%;
    bottom: -2px;
    height: 6px;
    top: auto;
    position: absolute;
    content: '';
    border-bottom: 3px solid #0D4D9F;
    /* border-bottom: 0; */
    border-top-color: #0D4D9F !important;
}
/* .ditto_summaryPost a{
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    color: #111;
    line-height: 20px;
} */
.ditto_summaryPost a:hover{
    color:#005fa6 !important
}
.ditto_summaryPost .greyleft{
    font-weight: normal;
    margin-top: 5px;
    display: block;
}
.events-img {
	margin-bottom: 20px;
}

.events-img img {
	width: 100%;
	height: auto;
}

.events-img span {
	font-size: 16px;
	font-family: var(--font1);
	font-weight: var(--fontweight);
}
.winner-title ul li {
	margin-bottom:15px;
}
.winner-title ul li a {
	font-size: 17px;
	font-family: var(--font1);
	font-weight: var(--fontweight);
	color: #0D4D9F;
	text-decoration: none;
	position: relative;
	font-weight: 600;
}

.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: 700;
    font-size: 19px;
    width: 100%;
    text-align: left;
}
.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: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    font-size: 15px;
    color: var(--color1);
    position: absolute;
    top: 20px;
    right:10px;
    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:15px;
}
.criteria_table table tbody tr td {
	vertical-align: baseline;
    padding-top: 11px;
	font-family: var(--font1);
	font-weight: var(--fontweight);
	font-size: 15px;
}
	

.criteria_table table tbody tr td ul li {
	margin: 1em;
	margin-left:1em;
	list-style:disc;
	font-size: 15px;
	font-family: var(--font1);
}
.criteria_table table tbody tr th {
    font-weight: 900;
    font-family: var(--font1);
    font-size: 15px;
}

.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;

}
  


.advisors{
	/* border: 1px solid rgb(226, 226, 226); */
    /* box-shadow: 0px 0px 27px 0px rgb(0 0 0 / 7%); */
    padding: 15px 30px 30px 160px;
    margin: 0 15px 0px 0px;
    overflow: hidden;
    position: relative;
	border-radius:3px;
}

.advisors .pic{
    display: inline-block;
    width: 130px;
    height: 130px;
    border-radius: 3px;
    overflow: hidden;
    position: absolute;
    top: 25px;
    left: 0px;
}
.advisors .pic img{
    width: 100%;
    height: 100%;
}
.advisors .title{
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    color: var(--color1);
	font-family: var(--font1);
    margin: 0;
}

.advisors .description {
    color: var(--color1);
    margin: 12px 0;
    font-family: var(--font1);
    font-size: 19px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
}
.sub-heading h4{
	font-size: 18px;
    font-family: var(--font2);
    font-weight: 700;
	margin-bottom:5px;
}
.description p{
	margin-bottom:05px;
}
.submissiondetails{
	padding-left:30px;
}
.submissiondetails ul li{
	font-family: var(--font1);
	font-weight: var(--fontweight);
	color: var(--color1);
	   font-size: 19px;
    line-height: 30px;
	list-style: disc;
	margin-bottom: 15px;
	text-align: justify;
}
.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;
border: 0;
}
.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:16px;
	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:19px;
	line-height:27px;
}
.winners-name .alert-light{
	font-family: var(--font1);
	font-weight: var(--fontweight);
	color: #000;
	background: #F0F0F0;
	/*background: #194A84;*/
	border-color:#F0F0F0 !important;
	margin-bottom:0px;
	font-size: 19px;
	line-height:27px;
}
/*.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;
	
  }
 .winners-list .nav-link{
	 padding:10px 28px !important;
 }
 .winners-list .list-group-item a{
	font-size: 19px;
	font-family: var(--font1);
	font-weight: var(--fontweight);
	color: #00f;
	line-height:27px;

 }
  
  /* 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: 430px;
}
.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);
	
}
/* .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: #4267B2;
}

.social-twitter i:hover {
	background: #14171A;
}

.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: 14px;
	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;
}
span.my-calander {
       display: block;
    margin-top: 0!important;
    padding-left: 5px;
    font-family: var(--font1);
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 20px;
    color: #333;
}
.footer-followheading {
    color: #fff;
    font-family: var(--font1);
    font-size: 17px;
    margin-bottom: 20px;
}
.footer_bg marquee {
    font-size: 14px;
    color: #fff;
}
.inner-banner {
    margin-bottom: 20px;
	display: none;
}
.criteria_accordion .card {
    border-radius: 0px;
    border-bottom: solid 1px #eee!important;
    margin-bottom: 20px;
}

/* .criteria_accordion .card-header a {} */

#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;
	clear: both;
}

#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: 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;
	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;
}

.para-p ul li {
    font-family: var(--font1);
    font-weight: var(--fontweight);
    color: var(--color1);
    font-size: 19px;
    text-align: justify;
    line-height: 28px;
    position: relative;
    left: 20px;
    padding: 0 10px;
    margin-bottom: 10px;
}
.para-p ul li:before {
    display: inline-block;
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    margin-right: 0.5rem;
    background-color: #333;
    position: absolute;
    left: -20px;
    top: 9px;
}


@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 *******************************************/

/**************************************** slider css *******************************************/

.my-carousel{
	width:100%;
	margin: 0 auto;
	position: relative;
	
  }
  .my-carousel-item img{
	width: 100%;
  }
  .my-carousel .owl-nav{
	position: absolute;
	top: 45%;
	width:95%;
	margin: 0 auto;
	left:0;
	right:0;
	display: flex;
	justify-content: space-between;
  }

  .my-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: right;
    right: 10px;
}
  .my-carousel .owl-dot {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff !important;
    margin: 10px 5px;
    outline: none;
}
.my-carousel .owl-dot.active{
	background: #0D4D9F !important;
}

/*---------------------------upcoming event css-----------------------------------*/
.category-title {
    border-bottom: 3px solid #222;
    display: block;
    padding: 0;
    /* position: relative; */
    z-index: 1;
    margin-bottom: 0px;
    font-size: 19px;
    line-height: initial;
    color: black;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.category-title.blue {
    border-color: #005fa6;
}
.ditto_summaryPost a {
    font-size: 16px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    color: #111 !important;
    line-height: 19px !important;
}
.datetext {
    font-size: 16px;
    font-family: var(--font1);
    font-weight: 400;
    color: #333 !important;
    margin-top: 1px;
    display: block;
    line-height: 19px;
    margin-bottom: 5px;
}
.ditto_summaryPost{
    padding: 8px 0 8px !important;
}
.moreImg.mt-15 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}


/* -------------------------------- */

.normal {
    font-family: var(--font1);
    font-weight: var(--fontweight);
    color: var(--color1);
    font-size: 17px;
    line-height: 23px;
    padding-right: 10px;
}
.normal-p{
	font-family: var(--font1);
    font-weight: var(--fontweight);
    color: var(--color1);
    font-size: 19px;
    line-height: 26px;
}

/* ------------------ */
.advisor-tab .card{
	border: 0;
}
 .nav-link {
    font-family: var(--font1);
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    text-align: justify;
    color: #000;
}
.advisor-tab .nav-tabs .nav-link.active{
	color: #005fa6;
}
.host_img{
	width:130px;height:130px;
	}
	.host_img img {
	border-radius: 50%;
}

/* ----------downlaod submission kit------------------ */

.submission-heading h2 {
    font-size: 26px;
    font-family: var(--font2);
    font-weight: 700;
    color: #333;
    line-height: 34px;
   margin: 20px 0 10px;
   text-align: center;
}
.submission-heading p {
    font-family: var(--font1);
    font-weight: var(--pfontweight);
    text-align: justify;
    line-height: 30px;
    font-size: 19px;
}
.award-cat {
    margin: 20px 0 10px;
}
.award-cat h4 {
    font-size: 19px;
    font-weight: 700;
    font-family: var(--font2);
    background: #eee;
    padding: 5px 10px;
    margin: 10px 0;
}
.award-cat h5 {
    font-size: 18px;
    font-weight: 700;
    font-family: var(--font2);
    margin: 0 5px 10px;
}
.award-cat p {
    font-family: var(--font1);
    font-weight: var(--pfontweight);
    text-align: justify;
    line-height: 30px;
    font-size: 19px;
    padding-left: 5px;
}
.check-heading h3{
	font-size: 18px;
    font-weight: 700;
    font-family: var(--font2);
    margin: 0 0px 0px 15px;
}
.sub-checklist {
    position: relative;
    /* left: 15px; */
}
.checkbox input {
    margin-right: 10px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    margin-top: 6px;
	margin-left: 15px;
}
.sub-checklist .checkbox label {
    /* padding-left: 6px; */
    font-family: var(--font1);
    font-weight: var(--pfontweight);
    text-align: left;
    line-height: 25px;
    font-size: 19px;
	position: absolute;
}
.get-heading {
    background: #eee;
    padding: 5px 20px;
}
.get-heading h3 {
    margin: 0;
    font-size: 19px;
    font-weight: 700;
    font-family: var(--font2);
    padding: 0;
}
.form-area{
    padding: 30px 0 0;
}
.touch-form {
    padding: 20px 0 0;
}

  .touch-form .form-control {
    box-shadow: none;
    padding: 10px 5px;
    margin: 10px 0;
    border-bottom: 1px solid #ccc;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}
.download-btn {
    background-color: #005FA6 !important;
    color: #fff;
    text-transform: capitalize;
    border-radius: 3px;
    width: 100%;
    border: 0;
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 500;
}
.check_box {
    position: relative;
    margin: 10px 0 20px;
}
.check_box label.privacy-text {
    display: inline-block;
    line-height: 19px;
    font-weight: 500;
    color: #545353;
    position: absolute;
    padding-left: 9px;
    color: #1c1c1c!important;
    font-size: 14px!important;
    font-family: var( --font2) !important;
}
.swal-modal{
    width:570px !important;
}
.swal-title {
    color: #000 !important;
    font-size: 24px !important;
}
.swal-text{
    display:none !important;
}
.sub-checklist .checkbox {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
	
.scrtabs-tab-container {
    height: 41px;
    margin-bottom: 10px;
}
.scrtabs-tab-scroll-arrow{
    background:#194A84 !important;
}
.scrtabs-tab-scroll-arrow > span{
border-color:#fff !important;    
}



.list-group li {
    border-bottom: 1px solid #ddd;
}
.list-group li:last-child {
    border-bottom: 0;
}

.list-group-item{
    border: 0;
}


.desktop-icon-none a{
    display: none;
}


.new_table_odd tbody tr:nth-of-type(odd) {
    background-color: transparent;
}


.new_table_odd th {
    background: rgba(0,0,0,.05);
    font-size: 17px;
    font-family: var(--font1);
}

.new_table_odd td{
     font-size: 17px !important;
    font-family: var(--font1);
}

#CurrentAdvisors .heading_h2 h2{
    margin-top: 0;
}

/* ------------new css------------- */

.coming-soon {
    text-align: center;
    margin: 50px 0 40px;
}

.coming-soon h3 {
    font-size: 30px;
    font-family: var(--font1);
    font-weight: 800;
    color: #959599;
}

.right_side_bar {
    margin-top: 10px;
}

.view-more-event {
    padding: 20px 0 20px;
    float: right;
}
.view-more-event a {
    font-size: 17px;
    font-family: var(--font1);
    font-weight: 600;
    padding: 6px 12px;
    border: 2px solid #252525;
    color: #252525;
    text-decoration: none;
	transition: all .5s ease-in-out;
}

.view-more-event a:hover{
	background: #194A84;
	border: 2px solid #194A84;
	color: #fff;
}