@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/line-awesome/1.3.0/line-awesome/css/line-awesome.min.css");
@import url("font.css");


body{font-family:'Poppins',sans-serif;font-size:14px;font-weight:normal;background-color:#F4F4F4;color:#3D3D3D;}
/* Global css */ 
*{margin:0;padding:0;} 
p{line-height:26px;}
img{max-width:100%;}
a{color:#000;text-decoration:none;-webkit-transition-duration:0.4s;transition-duration:0.4s;}
a:hover{color:#000;transition:all 0.3s ease;text-decoration:none;}
ul,ol{padding:0;margin:0;list-style:none;}
a:focus,button:focus{outline:none;}
:focus{outline:none;box-shadow:none;}

.form-control{font-size:13px;font-weight:100;width:100%;background-color:#fff;border:1px solid #C4C4C4;height:45px;border-radius:5px;box-sizing:border-box;padding:0 15px;font-family:'Poppins',sans-serif;letter-spacing:.32px;color:#858585;}
.form-control:focus{box-shadow:none;}
label{font-weight:500;font-size:13px;line-height:normal;margin-bottom:5px;}
.form-check-input{width:20px;height:20px;}
.custom-select{position:relative;}
.custom-select::after{content:"\f282";font-family:bootstrap-icons!important;position:absolute;top:0;right:10px;height:100%;display:flex;align-items:center;font-weight:700;}


.btn{font-size:15px;font-weight:500;border-radius:4px;transition:all 0.3s ease;padding:0px 35px;font-weight:600;height:40px;line-height:38px;transition-duration:0.4s;letter-spacing:0.8px;position:relative;overflow:hidden;}
.btn:focus{outline:none;box-shadow:none;}
.btn-close:focus{outline:none;box-shadow:none;}
.read-btn{font-size:15px;font-weight:500;color:#DA1212;display:flex;align-items:center;line-height:100%;}
.read-btn i{font-size:18px;margin-left:5px;}

.btn-yellow{background:#F1D00A;}
.btn-red{background:#AC0D0D;color:#fff;}
.btn-maroon{background:#4C0027;color:#fff;}

/*Headings*/
h1{font-family:'Roboto Condensed',sans-serif;font-weight:600;line-height:normal;margin-bottom:20px;}
h2{font-size:28px;position:relative;z-index:1;font-weight:bold;margin-bottom:30px;color:#26205A;}
h3{font-size:18px;position:relative;z-index:1;font-weight:bold;}

.title1{font-size:28px;font-weight:bold;color:#26205A;}
.title2{font-size:22px;font-weight:bold;color:#26205A;}
.subtitle{font-size:16px;font-weight:500;margin-top:20px;margin-bottom:35px;line-height:26px;}

.section{padding:70px 0;position:relative;}



.page-title{font-size:22px;background:#EFEFEF;padding:7px 20px;margin-bottom:2rem;font-weight:600;border-left:solid 5px #ac0d0d;}
.heading-title {border-bottom: solid 1px #112B3C;padding: 0;margin-bottom: 15px;}
.heading-title span {background: #112B3C;color: #fff;padding: 7px 16px 4px;display: inline-block;line-height: 100%;font-size:18px;font-weight:500;}

/*Header*/
.header-top{height:35px;background:#024CAA;display:flex;align-items:center;justify-content:flex-end;padding-left:15px;}
.header-top .emails {	display: flex;}
.header-top .emails p{color:#fff; padding-bottom: 0; margin-right: 20px; display: flex; align-items: center;}
.header-top .emails p img{margin-right: 5px;}
.header-top .emails p span{margin-right: 5px;} 

/* Header mode */
.mode-wrap{display:flex;align-items:center;justify-content:flex-end;padding-right:7px;}
.header-mode{display:flex;}
.header-mode a{color:#fff;width:22px;height:22px;display:flex;justify-content:center;align-items:center;font-size: 14px;margin-right:7px;font-weight: 500;}
.header-mode a:last-child{margin-right:0;}
.header-mode a.active,.header-mode a:hover{background-color:#fff;color:#182A31;}
.header-links{color:#fff;margin-left:auto;}
.header-links a{color:#fff;text-transform:uppercase;font-size:13px;padding:0 10px;border-right:1.5px solid #fff;line-height:12px;display:inline-block;}

.social-icons{position:relative;margin-left:20px;}
.social-icons ul{display:flex;gap:10px;}
.social-icons ul li a{background:#fff;width:22px;height:22px;display:flex;justify-content:center;align-items:center;border-radius:50%;font-size:12px;transition:all 0.5s linear;transform:translateY(0px);color: #0F2C67;}

.reg{margin-left:10px;}
.reg a{text-transform:uppercase;font-weight:600;color:#FFCC1D;margin-left:10px;}

/*Main Navigation*/
.navbar{background:transparent;padding:0;}
.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,1);padding:0.2rem 0rem !important;line-height:normal;padding-left:1rem !important;font-size:15px;font-weight:500;}
.navbar-toggler:focus{box-shadow:none;}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: middle;
	font-family: 'Line Awesome Free' !important;
	content: "\f063";
	border: none;
	font-size: 12px;
	margin-top: 3px;
	font-weight: 900;
}

.navbar-toggler{background:#2f3a8f;position:relative;padding:0.1rem 0.3rem;margin:5px 0;}
.navbar-toggler-icon::before {
	color: #fff;
	position: relative;
	font-size: 26px;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
	font-family: 'Line Awesome Free' !important;
	font-weight: 900;
	content: "\f0c9";
}

.main-navbar .navbar-nav .nav-link:focus,
.main-navbar .navbar-nav .nav-link:hover,
.main-navbar .navbar-nav .nav-link.active{color:#F1D00A;transition:all .3s ease;}

.main-navbar{width:100%;padding:5px 0;background: #001F3F;position: sticky;top: 0;z-index: 99;}
.dropdown-menu{padding:0;margin:0;font-size:14px;color:#212529;text-align:left;border:none;border-radius:0;min-width:220px;left:2rem;}
.main-navbar .dropdown-menu li a{padding:10px 15px;display:block;border-bottom:1px solid #ddd;font-size:13px;font-weight:400;line-height:18px;}
.main-navbar .dropdown-menu li a:hover{background:#fff;color:#C15A2E;}

.navbar-brand {
	min-width: 210px;
}

/*Banner*/
.banner{position:relative;
    background:url(../images/Banner.jpg) no-repeat;
    background-size:cover;
   /* background-color:#032F92;*/
    min-height:660px;
   /* display:flex;*/
    flex-wrap:wrap;
	background-position-y: center;
    /*! align-content:center; */
    position: relative;
}
.banner::after{/*position: absolute;content:"";width:100%;height:100%;background:rgba(8,32,50,0.3);*/}


.services_its {
	position: relative;
	z-index: 9;
	color: #fff;
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(170px,1fr));
	gap: 20px;
	justify-content: flex-end;
}
.service_item span {
  color: #fff;
  font-size: 45px;
  margin-bottom: 10px;
  display: inline-block;
}
.service_item {
  text-align: center;
  border-radius: 5px;
  background: rgba(4, 21, 98, 0.75);
  padding: 30px 15px;
  position: relative;
  z-index:99;
}
.service_item dt {
	display: block;
	text-align: center;
	width: 100%;
	line-height: 100%;
	height: auto;
}
.service_item dt > span {
  font-size: 34px;
  font-weight: 500;
  color: #FFDF2C;
  line-height: 100%;
  margin-bottom: 7px;
}
.service_item p {
  line-height: 140%;
  margin: 0;
  font-weight: 500;
  font-size: 15px;
}

.weather-wrap {
  width: 100%;
  display: block;
  text-align: right;
  margin: 20px 0;
}
.weather-link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	justify-content: center;
	position: relative;
	z-index: 9;
	background: #6EC207;
	padding: 6px 20px;
	border-radius: 4px;
	background: #03C988;
}
.weather-link a {
  color: #fff;

  
  line-height: 100%;
  font-weight: 600;
  font-size: 16px;
}
.met_link a:hover {
  color:yellow;
}

.weather-link i {
  font-size:24px;
  color: #fff;
  line-height: 100%;
}

/*Box-data Box*/
.Box-data{margin-top:-91px;position:relative;}

.box_for_type .title2{text-transform: capitalize;color: #fff;font-size: 20px;font-weight: 600;background: #B43F3F;padding: 11px 20px;line-height: 25px;min-height: 75px;margin: -1px;margin-bottom: 35px;border-radius: 9px 9px 0 0;display: flex;align-items: center;justify-content: center;text-align: center;}
.box_for_type {
	border-radius: 10px;
	padding:0px;
	background: #fff;
	height: 100%;
	cursor: pointer;
	transition: all 0.5s linear;
	transform: translateY(0);
	border: solid 1px #E4E0E1;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}
.link-box {
  padding: 20px;
  padding-top: 0;
}
.box_for_type a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    color: #758694;
  }
  .box_for_type a i {
    font-size: 24px;
    color: #DD1C1A;
    transition: all 0.2s linear;
    transform: translateX(-10px);
  }
  .box_for_type a:hover {
	color: #DA1212;
}
.box_for_type a:hover i {
	transform: translateX(0px);
	transition: all 0.2s linear;
}


  /* ress */

.gra_1{background:#D7D7D7;}

.press-item {
	background: #FFF;
	/* box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10); */
	padding: 5px 22px;
	margin-bottom: 15px;
	border-bottom: solid 1px #ccc;
}

  .press-item .title3 {
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 7px;
  }
  .press-item p {
    color: #979797;
    line-height: 157.143%;
    margin-bottom: 15px;
  }
  

  .time-box a {
    color: rgba(8, 32, 50, 0.50);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    position: relative;
  }
  /* .time-box a::after {
	position: absolute;
	content: "";
	width: 2px;
	height: 70%;
	background: rgba(8, 32, 50, 0.30);
	left: calc(100% + 7px);
	right: auto;
	top: 3px;
} */
  .time-box {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: flex-start;
    gap: 15px;
  }

  .tag {
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	background: #03C988;
	padding: 3px 18px;
	border-radius: 20px;
	color: #fff;
}

#myTabContent .press_list marquee {
	height: 410px;
}
.new-scroll marquee {
	height: 580px;
}

/* Alert */
.alert-box {
    max-width: 420px;
    margin: 0 auto;
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
  }

/**/
.notices{padding:100px 0;}
.card_box{width:100%;background:#FFFFFF;height:100%;border:1px solid #E5E5E5;box-shadow:4px 4px 10px rgba(47,58,143,0.08);border-radius:30px;}
.box-header{padding:20px 0px 5px;margin-left:20px;margin-right:20px;}
.box-header .title1{font-weight:bold;}
.box-body{padding:20px;}


/*Notice*/
.notice-list{padding:0;margin-top:0px;}
.notice-tabs {
	background: #DA1212;
	padding: 18px 0;
	display: flex;
	justify-content: center;
	align-content: center;
	gap: 15px;
}

.notice-tabs .nav-link.active {
    background: none;
    border: none;
    color: #F1D00A;
  }
  .notice-tabs .nav-link {
    padding: 0;
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 100%;
    border: none;
  }

  #myTabContent .press-item {
	border-radius: 0;
	background: #FFF;
	box-shadow: none;
	padding: 0;
	margin-bottom: 0;
	border-bottom: solid 1px #C4C4C4;
	padding-top: 12px;
	padding-bottom: 12px;
}
#myTabContent .press_list {
	padding: 8px 25px;
}


.view-more {
    margin-top: 26px;
    padding-bottom: 30px;
    padding-right: 25px;
    display: flex;
    justify-content: flex-end;
  }

.arrow-btn {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    background: #0D1F5B;
  }
  .arrow-btn i {
    transform: rotate(-45deg);
    transform-origin: center center;
  }
  .arrow-btn:hover {background:#DA1212;}
  

/*Services*/
.skill-services ul{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:20px;justify-content:flex-end;}
.skill-services ul li{text-align:center;}
.ser-box{width:100%;height:130px;display:flex;align-items:center;justify-content:center;margin-bottom:8px;border-radius:15px;border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF; }
.ser-title{font-weight:500;color:rgba(8,32,50,0.7);}
.ser-box span{font-size:56px;color:rgba(8,32,50,0.5);}

.skill-services ul li a:hover .ser-box{background:#DA1212;}
.skill-services ul li a:hover .ser-box span{color:#fff;font-weight:normal;}
.skill-services ul li a:hover .ser-title{color:#e86140;}

/* Social Media */

.social_box {
	border-radius:20px;
	background: #FFF;
	box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
	text-align: center;
	/* display: flex; */
	flex-wrap: wrap;
	justify-content: center;
    padding:70px 10px 30px;
    position: relative;
    min-height: 400px;
}

.twitter_wrap {
	max-height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.social_icons {
	width: 75px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 36px;
	border-radius: 50%;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -30px;
}
/* .social_icons {
	width: 75px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 36px;
	border-radius: 50%;
	color: #fff;
	margin-top: -30px;
	margin-bottom: 30px;
} */

.twitter{background: #000;}
.facebook{background: #3B5999;}
.insta{background: #FC2B3A;}
.youtube{background: #CB000F;}

.social_box:hover .social_icons {
	transition: all 0.3s linear;
	transform: translateY(-5px);
}

/*Partners*/
.partners ul li{border:solid 1px #D1D7E0;display:inline-block;}
.partners ul{display:block;text-align:center;}
.partners .slick-slide{margin:0 15px;}
.partners .slick-list{margin:0px -15px 0px -15px;}
.partners ul li:hover{border-radius:7px;border:solid 1px #2f3a8f;cursor:pointer;}
.partners ul li:hover img{border-radius:7px;}



/*Footer*/
footer{background:#DD1C1A;padding:10px 0;}
.footer-menu ul{text-align:center;}
.footer-menu ul li{display:inline-block;}
.footer-menu ul li a{color:#fff;font-size:13px;padding:0 15px;}
.footer-menu ul li a:hover{color:#000;}


/*Copyright*/
.copyright {
	text-align: center;
	padding: 10px 0;
	background: #000;
}
.copyright p{margin:0;color:#D9D9D9;}
.mq {color:#fff;}
.mq a{color:#DA1212;font-weight:bold;}
.mq a:hover{color:#2F3A8F;}

.bottom-text {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	font-size: 13px;
}

.main-content{background:#fff;padding:1.5rem;border-radius:10px;box-shadow:0px 0px 13px rgb(0 0 0 / 5%);}
.page-heading{position:absolute;z-index:1;height:100%;display:grid;justify-content:flex-start;align-items:flex-end;padding-left:0;padding-bottom:3rem;left:16%;}
.page-heading h2{margin-bottom:0;color:#fff !important;font-size:32px;padding:0;font-family:'Poppins',sans-serif;font-weight:600;letter-spacing:0.07rem;}

/* Y */
.row_text{margin:15px 0;}
.detail-row{width:100%;display:flex;align-content:center;gap:50px;}


/*Styles */
.custom-list{margin-left:20px;margin-bottom:1rem;}
.custom-list li{margin-bottom:13px;position:relative;}
.ul{list-style-type:disc !important;}
.box{list-style-type:square;}
.circle{list-style-type:circle;}
.ol{list-style-type:decimal;}
.lalpha{list-style-type:lower-alpha;}
.ua{list-style-type:upper-alpha;}
.ur{list-style:upper-roman;}
.lor{list-style:lower-roman}
.custom-list li::marker{font-weight:600;}
.custom-list li a{color:var(--Primary);}

/*Table*/
.table-wrap{width:100%;margin-top:1rem;margin-bottom:1.5rem;}
.table-heading{background:#FFCD4B !important;color:#1f4172 !important;border:none !important;text-transform:uppercase;font-weight:700;letter-spacing:0.35px;text-align:left !important;}
.table-wrap table{width:100%;}
.table-wrap table tr th{vertical-align:bottom;font-size:15px;font-weight:500;padding:5px 0.75rem;background:#1F4172;color:#fff;border:none !important;border-right:1px solid #0f2545 !important;font-family:'Poppins',sans-serif;}
.table-wrap table tr td{border:1px solid #dee2e6;padding:0.5rem;background:#fff;}
.table-wrap table tr td a{color:#fff;background:#800000;display:inline-block;padding:2px 10px 4px;line-height:100%;border-radius:3px;font-size:14px;}
.table-wrap table tr td a i{font-size:25px;font-weight:normal;}
.column-3 table tr td:nth-child(1){width:5%;text-align:center;}
.column-3 table tr td:nth-child(2){width:90%;}
.column-3 table tr td:nth-child(3){width:5%;}
.tier-1 table tr th:nth-child(1){width:5%;text-align:center;}
.tier-1 table tr td:nth-child(1){text-align:center;}
.tier-1 table tr th:nth-child(3){width:10%;text-align:center;}
.tier-1 table tr td:nth-child(3){text-align:center;}

/*Side Menu*/
.side-header{background:#DD1C1A;padding:15px 15px;border-radius:7px 7px 0 0;}
.side-header span{color:#fff;font-size:18px;font-weight:600;text-transform:uppercase;}
.side-menu{padding:1rem;border-radius:0px 0px 7px 7px;background:#ffffff;}
.side-nav{width:100%;}
.side-nav ul li a{padding:12px 0;display:block;font-weight:500;color:#444941;position:relative;display:grid;grid-template-columns:1fr auto;align-items:center;}
.side-nav ul li a:hover{color:#DD1C1A;padding-left:5px;transition:all 0.2s linear;}
.side-nav ul li a.active{color:#DD1C1A;padding-left:5px;transition:all 0.2s linear;}
.side-nav ul li{border-bottom:1px solid #EEEEEE;}
.side-nav ul li:last-child{border-bottom:none;}

/*Banner Inner*/
.inside-banner{min-height:270px;max-height:270px;background:#202020;position:relative;}
.inside-banner img{width:100%;min-height:270px;max-height:270px;object-fit:cover;object-position:top;display:none;}
.inside-banner:before{position:absolute;content:"";width:100%;height:100%;background:rgba(0 0 0 / 50%);left:0;}
.inside-banner.no-overlay::before{background:none !important;}
.in_bg{background:#EEEEEE;}

.heading-title{border-bottom:solid 1px #DD1C1A;padding:0;margin-bottom:15px;}
.heading-title span{background:#DD1C1A;color:#fff;padding:3px 15px 3px;display:inline-block;line-height:normal;font-size:17px;font-weight:500;letter-spacing:0px;}

/* Accordian */

.accordion-button{background:none;margin:0}
.accordion-button:focus{z-index:3;border-color:transparent;outline:none;box-shadow:none;}
.faq-accordian .accordion-item{border:solid 1px #19456B;margin-top:15px;border-radius:7px}
.faq-accordian .accordion-item .accordion-button{font-family:'Poppins',sans-serif;font-size:18px;text-transform:none;font-weight:500;color:#29335C;padding:0 20px;line-height:normal;cursor:pointer;min-height:55px;display:grid;grid-template-columns:1fr auto;grid-column-gap:15px}
.faq-accordian .accordion-item .accordion-button:not(.collapsed){background:#19456B;color:#FFDF2C;border-radius:4px 4px 0 0;}



/* 08 Jan 24 */

.inner-cont {
	padding-bottom: 50px;
}

.inner-banner {
  position: relative;
  margin-bottom: 40px;
}

.inner-banner img {
  object-fit: cover;
  height: auto;
  object-position: top;
}

.inner-banner::after {
  /*! background: rgba(8, 32, 50, .7); */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}

/*Side Menu*/
.side-header{background:#011638;padding:15px 15px;border-radius:7px 7px 0 0;}
.side-header span{color:#fff;font-size:18px;font-weight:600;text-transform:uppercase;}
.side-menu{padding:1rem;border-radius:0px 0px 7px 7px;background:#ffffff;}
.side-nav{width:100%;}
.side-nav ul li a{padding:12px 0;display:block;font-weight:500;color:#444941;position:relative;display:grid;grid-template-columns:1fr auto;align-items:center;}
.side-nav ul li a:hover{color:#dd1c1a;padding-left:5px;transition:all 0.2s linear;}
.side-nav ul li a.active{color:#dd1c1a;padding-left:5px;transition:all 0.2s linear;}
.side-nav ul li{border-bottom:1px solid #EEEEEE;}
.side-nav ul li:last-child{border-bottom:none;}

.page-title {
    border-bottom: 2px solid #3C0008;
    margin-bottom: 20px;
}

.page-title h1 {
    padding-bottom: 10px;
}
.content-area .page-title h1 {
    font-size: 22px;
    padding-bottom: 5px;
}

.in_bg{background:#EEEEEE;}
.main-content{background:#fff;padding:1.5rem;border-radius:10px;box-shadow:0px 0px 13px rgb(0 0 0 / 5%);}

.heading-title{border-bottom:solid 1px #dd1c1a;padding:0;margin-bottom:15px;}
.heading-title span{background:#dd1c1a;color:#fff;padding:3px 15px 3px;display:inline-block;line-height:normal;font-size:17px;font-weight:500;letter-spacing:0px;}

/*Table*/
.table-wrap{width:100%;margin-top:1rem;margin-bottom:1.5rem;}
.table-heading{background:#FFCD4B !important;color:#1f4172 !important;border:none !important;text-transform:uppercase;font-weight:700;letter-spacing:0.35px;text-align:left !important;}

.table-wrap table{width:100%;}
.table-wrap table tr th {
	vertical-align: bottom;
	font-size: 14px;
	font-weight: 400;
	padding: 5px 0.5rem;
	background: #1F4172;
	color: #fff;
	border: 1px solid #0f2545 !important;
	font-family: 'Poppins',sans-serif;
	vertical-align: middle;
	white-space: nowrap;
}
.table-wrap table tr td{border:1px solid #dee2e6;padding:0.5rem;background:#fff;vertical-align: middle;}
.table-wrap table tr td a {
	display: inline-block;
	padding: 6px 10px 6px;
	line-height: 100%;
	border-radius: 3px;
	font-size: 13px;
	white-space: nowrap;
	color: #fff;
}


.tier-1 table tr th:nth-child(1){width:5%;text-align:center;}
.tier-1 table tr td:nth-child(1){text-align:center;}


/* Quote box */


.quot-box p {
  font-style: italic;
  font-weight: 500;
  line-height: 22px;
  color: #176B87;
  position: relative;

}
.quot-box span {
display: inline-block;
font-weight: 600;
color: #fff;
background: #011638;
line-height: 100%;
padding: 6px 15px;
margin-bottom: 8px;
}
.quot-box {
  width: 100%;
  background: #FAEED1;
  padding: 10px;
  text-align: center;
  margin-bottom:10px;
}


.la-quote-left {
  position: absolute;
  font-size: 25px;
  left: 14px;
  top: -18px;
  color: #d72a2a;
}
.la-quote-right {
  position: absolute;
  font-size: 25px;
  right:0px;
  bottom: 11px;
  color: #d72a2a;
}


/*  */

#News_Events li {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.diary-disc {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 1;
	padding: 19px;
	color: #fff;
	transform: translateY(calc(100% - 0px));
	max-width: 309px;
  transition-duration: 0.4s;
  text-align: center;
}


#News_Events li:hover .diary-disc {
  transform: translateY(0);
  transition-duration: 0.4s;
}

.diary-disc .title2 {
  position: relative;
  color: #fff;
  line-height: 115%;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
  min-height: 40px;
}
.diary-disc p {
  line-height: 120%;
  margin-bottom:10px;
}

.diary-disc a {
  color: #fff;
  display: inline-block;
  padding:3px 10px;
  border: solid 1px #fff;
}

#News_Events .slick-slide li img {
    height: 100%;
    width: 100% !important;
    aspect-ratio: 3/3;
    object-fit: cover;
    object-position: center;
    border-radius: 7px;
}

.connect_form {
	padding: 25px;
	background: maroon;
	height: auto;
	border-radius: 15px;
}
.connect_form label {
  color: #fff;
}

.btn-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.press_release_box {
	border-radius: 3px;
	background: #FFF;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}


.headig-with-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.headig-with-link h2 {
  margin: 0;
}
.headig-with-link a {
  color: #da1212;
  font-size: 16px;
}

/* Magazines / Newsletters */

.Magazines_row {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fill,minmax(430px,1fr));
}

.Magazines_item {
	display: grid;
	grid-template-columns: 150px 1fr;
	gap: 10px;
	border-radius: 7px;
	box-shadow:0px 4px 30px rgba(0,0,0,0.05);
	background-color: #fff;
	padding: 20px 20px;
}

.mgz_cover img {
	border: solid 1px #ccc;
	padding: 7px;
	border-radius: 4px;
}
.mgz_details p {
  margin: 0 0 5px;
  line-height: normal;
  color: #646464;
}
.mgz_details .title2 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #DD1C1A;
}


.social_share a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
}
.social_share {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top:5px;
}

.facebook {
	background: #337FFF;
}
.twitter {
	background: #000;
}
.mgz_details .btn {
	min-width: auto;
	padding: 5px 10px;
	height: auto;
	line-height: normal;
	letter-spacing: 0;
	font-size: 14px;
	margin-top: 10px;
}

/* Theme */

body.dark, body.dark .quot-box {background-color: #191919;} /* #9b59b6 */

body.dark .alert-box, body.dark .press_release_box, body.dark .press-item, body.dark .gra_1, body.dark .box_for_type, body.dark .notice-tabs, body.dark .header-top, body.dark .main-navbar {background: #000;}

/* body.dark h1,body.dark h2, body.dark .support a, body.dark p, body.dark .press-item .title3, body.dark .time-box a, body.dark .box_for_type .title2, body.dark .box_for_type a, body.dark .navbar-dark .navbar-nav .nav-link {color:yellow;} */
body.dark h1, body.dark h2, body.dark .support a, body.dark p, body.dark .press-item .title3, body.dark .time-box a, body.dark .box_for_type .title2, body.dark .box_for_type a, body.dark .navbar-dark .navbar-nav .nav-link, body.dark .mediatitle h3 {
    color: yellow;
}
.theme-switch{margin-left:12px;}
.theme-switch .checkbox {
  opacity: 0;
  position: absolute;
}

.checkbox-label {
  background-color: #ffdf2c;
  width: 50px;
  height: 26px;
  border-radius: 50px;
  position: relative;
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

.fa-moon {color: #DD1C1A;}

.fa-sun {color: #DD1C1A;}

.checkbox-label .ball {
  background-color: #2E3C76;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}

.checkbox:checked + .checkbox-label .ball {
  transform: translateX(24px);
}

.bg_prinipal{background: #B2B2B2;}

/* Social Media Multiple 03072024 */
.mediacolouter {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.mediacol {
margin: 0 50px;
}
.mediatitle h3 {
font-size: 20px;
position: relative;
z-index: 1;
font-weight: bold;
margin-bottom: 20px;
color: #26205A;
text-align: center;
}
.mediatitle h3 span {
font-size: 14px;
font-weight: 400;
margin-bottom: 5px;
color: #26205A;
display: block;
}
.socialicons {
display: flex;
justify-content: center;
align-items: center;
}
.socialicons a {
background: #000;
width: 35px;
height: 35px;
margin: 0 3px;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center;
transition: all .3s ease;
-moz-transition: all .3s ease;
-webkit-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;

}
.socialicons a:hover {
transform: scale(1.2);
transition: all .3s ease;
-moz-transition: all .3s ease;
-webkit-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
}
.socialicons a i, .socialicons a svg {
font-size: 20px;
color: #fff;
}
.socialicons a.fb {
background-color: #337FFF;
}
.socialicons a.tw {
background-color: #000;
}
.socialicons a.ins {
background-color: #DA3A8D;
}
.socialicons a.you {
background-color: #D72A2A;
}
.link-btn {
    background: #ffc107;
    color: #333 !important;
    border-radius: 3px;
    font-weight: 600;
    padding: 0 7px;
}
/* Social Media Multiple End*/