﻿body {
  font-family: "Poppins";
}

.contentpage {
  height: 100vh;
  margin: 0;
  background-color: #fff;
  padding: 20px 20px 0 20px;
}
.contentpage .headerrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.contentpage .headerrow .logocontainer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.contentpage .headerrow .logocontainer .logobox {
  margin-right: 8px;
}
.contentpage .headerrow .logocontainer .logoboxtxt {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
}
.contentpage .headerrow .logocontainer .logoboxtxt h1 {
  font-size: 26px;
  font-weight: 900;
  color: #0a1c44;
  margin: 0;
  padding: 0;
  margin-top: 18px;
}
.contentpage .headerrow .logocontainer .logoboxtxt h4 {
  font-size: 18px;
  font-weight: 700;
  color: #0a1c44;
  margin: 0;
  padding: 0;
  margin-top: 3px;
}
.contentpage .headerrow .logocontainer:hover {
  text-decoration: none;
}
.contentpage .headerrow .topmenucontainer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  grid-gap: 10px;
}
.contentpage .headerrow .topmenucontainer .topmenucontent {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  gap: 10px;
  margin-top: 5px;
}
.contentpage .headerrow .topmenucontainer .topmenucontent a {
  font-weight: 600;
  text-transform: uppercase;
  color: #0a1c44;
}
.contentpage .headerrow .topmenucontainer .searchbox {
  margin-top: 1px;
}
.contentpage .headerrow .topmenucontainer .searchbox input {
  font-family: "Helvetica", FontAwesome, sans-serif;
  border: solid 1px #091d42;
  border-radius: 6px;
  background-color: transparent;
}
.contentpage .headerrow .topmenucontainer .searchbox input::placeholder {
  color: #0a1c44;
  opacity: 1;
}
.contentpage .mainmenucontainer {
  margin: 20px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contentpage .mainmenucontainer .mainmenucontainer_in {
  width: 1300px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.contentpage .mainmenucontainer .mainmenucontainer_in a {
  text-transform: uppercase;
  color: #0a1b46;
  font-weight: 800;
  font-size: 20px;
}
.contentpage .pageTemplate1Container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}
.contentpage .pageTemplate1Container .pageTemplateContainerin {
  width: 1300px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}
.contentpage .pageTemplate1Container .pageTemplateContainerin .contentcolumn1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.contentpage .pageTemplate1Container .pageTemplateContainerin .contentcolumn1 h1 {
  color: #0a1c44;
  font-weight: 700;
  font-size: 38px;
}
.contentpage .pageTemplate1Container .pageTemplateContainerin .contentcolumn1 p {
  color: #0a1c44;
}
.contentpage .pageTemplate1Container .pageTemplateContainerin .contentcolumn2 {
  width: 600px;
}
.contentpage .pageTemplate2Container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}
.contentpage .pageTemplate2Container .pageTemplateContainerin {
  width: 1300px;
}
.contentpage .pageTemplate2Container .pageTemplateContainerin .contentSection1 {
  border-bottom: dashed 1px #0a1c44;
}
.contentpage .pageTemplate2Container .pageTemplateContainerin .contentSection1 h1 {
  color: #0a1c44;
  font-weight: 700;
  font-size: 38px;
}
.contentpage .pageTemplate2Container .pageTemplateContainerin .contentSection1 p {
  color: #0a1c44;
}
.contentpage .pageTemplate2Container .pageTemplateContainerin .contentSection2 h2 {
  color: #0a1c44;
  font-weight: 700;
  font-size: 28px;
}
.contentpage .pageTemplate2Container .pageTemplateContainerin .contentSection2 p {
  color: #0a1c44;
}
.contentpage .stayupdatedcarousel .stayupdatedcarousel-cell {
  width: 320px;
  height: 400px;
  margin: 0 5px;
  position: relative;
}
.contentpage .stayupdatedcarousel .stayupdatedcarousel-cell .stayupdated_carousel_heading_box {
  height: 180px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(10, 28, 68, 0.5), #0a1c44);
  position: absolute;
  bottom: 0px;
  left: 0;
}
.contentpage .stayupdatedcarousel .stayupdatedcarousel-cell .stayupdated_carousel_heading_box .heading_inner_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
  padding: 0 10px;
  margin-top: 80px;
}
.contentpage .stayupdatedcarousel .stayupdatedcarousel-cell .stayupdated_carousel_heading_box .heading_date {
  text-decoration: underline;
  color: #fff;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 11px;
}
.contentpage .stayupdatedcarousel .stayupdatedcarousel-cell .stayupdated_carousel_heading_box .read_more_btn {
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  border: solid 1px #fff;
  color: #fff;
  margin: 5px 0 0 0;
  padding: 0 5px;
  font-size: 11px;
}
.contentpage .stayupdatedcarousel .stayupdatedcarousel-cell .stayupdated_carousel_heading_box h2 {
  color: #bb9e5a;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.contentpage .newseventscarousal .newseventscarousal-cell {
  width: 273px;
  margin: 0 5px;
}
.contentpage .newseventscarousal .newseventscarousal-cell .newsevents_text_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
  padding: 0 2px;
  margin-top: 10px;
}
.contentpage .newseventscarousal .newseventscarousal-cell .newsevents_text_box .heading_date {
  text-decoration: underline;
  color: #0a1b46;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
.contentpage .newseventscarousal .newseventscarousal-cell .newsevents_text_box .read_more_btn {
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  border: solid 1px #0a1c44;
  color: #0a1c44;
  margin: 5px 0 0 0;
  padding: 0 5px;
  font-size: 11px;
}
.contentpage .newseventscarousal .newseventscarousal-cell .newsevents_text_box h2 {
  color: #0a1c44;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.footer_page {
  margin-top: 30px;
  height: 320px;
  background-color: #0a1c44;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 10px 20px;
  gap: 50px;
}
.footer_page h2 {
  color: #bb9e5a;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.footer_page h2.small {
  font-size: 14px;
}
.footer_page .footer_col1 .links_box_1 {
  margin-top: 40px;
}
.footer_page .footer_col1 .links_box_2 {
  margin-top: 30px;
}
.footer_page .footer_col1 ul.links_list {
  padding: 0;
}
.footer_page .footer_col1 ul.links_list li {
  list-style-type: none;
  margin: 2px 0 2px 0;
}
.footer_page .footer_col1 ul.links_list li a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
.footer_page .footer_col1 ul.links_list li a:hover {
  text-decoration: underline;
}
.footer_page .footer_col3 h2 {
  margin: 15px 0 10px 0;
  text-align: center;
}
.footer_page .footer_col3 .social_icons_box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 60px;
}
.footer_page .footer_col3 .social_icons_box .social_icon {
  display: block;
  border: solid 2px #fff;
  border-radius: 99px;
  margin: 0px 2px;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer_page .footer_col3 .social_icons_box .social_icon i {
  font-size: 14px;
  color: #fff;
}
.footer_page .footer_col4 .address_item {
  border-bottom: dashed 1px #bb9e5a;
  padding: 3px 0;
}
.footer_page .footer_col4 .address_item p {
  margin: 0;
  padding: 0;
}
.footer_page .footer_col4 .address_item .address_title {
  color: #bb9e5a;
  font-size: 10px;
}
.footer_page .footer_col4 .address_item .address_detail {
  color: #fff;
  font-size: 10px;
}
.footer_page .footer_col4 .address_item:last-child {
  border-bottom: none;
}

.footer_last {
  background-color: #bb9e5a;
  height: 30px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer_last .footer_last_col1 {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  margin: 8px 0 0 80px;
}
.footer_last .footer_last_col2 {
  font-size: 11px;
  margin: 8px 80px 0 0;
}
.footer_last .footer_last_col2 strong {
  margin-left: 40px;
}
.footer_last .footer_last_col2 strong a {
  color: #000;
  text-decoration: none;
}
.footer_last .footer_last_col2 strong a:hover {
  text-decoration: underline;
}
