@import url('https://fonts.googleapis.com/css2?family=Monoton&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200&family=Slabo+13px&display=swap');@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@500&family=Slabo+27px&display=swap');html {    position: absolute;    width: 100%;    overflow-x: hidden;}        body {            animation: fadeInAnimation ease 0.5s;            animation-iteration-count: 1;            animation-fill-mode: forwards;        }        @keyframes fadeInAnimation {            0% {                opacity: 0;            }            100% {                opacity: 1;            }        }body {    position: absolute;    width: 100%;}h1, h2, h3, h4, h5, h6, h1 div, h2 div, h3 div, h4 div, h5 div, h6 div {        font-family: 'Poppins', sans-serif;}p, span, label, a, button, strong, div, em {        font-family: 'Roboto Slab', serif;		font-size: 17px;}span, p, i, a, label {    display: inline-block;}h1 div, h2 div, h3 div, h4 div, h5 div, h6 div {    font-weight: 500;}#red1 {        height: 100%;} #mainMenu {    position: absolute;    width: 100%;} #menuBorder {    overflow: -moz-scrollbars-none;    overflow-y: scroll;    overflow-x: hidden;    -ms-overflow-style: none;    scrollbar-width: none;}#menuBorder::-webkit-scrollbar {    width: 0 !important;}#menuItems  {    color: rgb(39,55,130)!important; 			}#headerBackgroundVideo {    position: fixed;    top: 0;    left: 0;    height: 100%;    min-width: 100%;    min-height: 100%;    z-index: -1;}#headerOverlay {    position: absolute;    right: 0;    bottom: 0;    min-width: 100%;     min-height: 100%;    z-index: 0;}header {    width: 100%;    position: relative;min-height:750px;}#header1 {    width: 100%;    position: relative;    min-height: 350px;display: table;    display: block;  table-layout: fixed;}section {    width: 100%;    position: relative;    height: auto;    background:rgba(86,86,86,0.2);}        .teamMemberImages {            width: 100%;            height: 250px;            object-fit: cover;			 border: 1px solid white;			                 height: auto;        }.navbar {    margin-bottom: 0;}.navbar-brand {    height: auto;}#headerContainer, .sectionContainer {    display: table;    width: 100%;   height: 100%;     table-layout: fixed;}#headerContainer {    height: 100%;}.headerContent, .sectionContent {    max-width: 1400px;    margin: 0 auto;    display: table-cell;      vertical-align: middle;/*     vertical-align: top; */    padding-top: 10px;}#outerHeader {    position: absolute;    width: 100%;     height: 100%;	/* height:auto; */}.sectionContent {    padding-bottom: 80px;    position: relative;    overflow: visible;}.sectionOverlay {    position: absolute;    width: 100%;    height: 100%;}.headerImage {    width: 100%;}p, strong {	            margin-top: 40px;            font-size: 20px;            text-align: justify;            text-align-last: left;}strong {	color:rgb(39,55,130);}        @media only screen and (max-width: 768px) {         .navbar-header img {			object-fit: cover; 		}		#menuTitle {		font-size:20px;}        }#footerFour { background-color: rgb(39,55,130); 	width: 100%;    text-align: center;    padding: 40px;    color: white;        margin: 0;    margin-bottom: 0;}/* Icon 1 */#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {  width: 60px;  height: 45px;  position: relative;  margin: 50px auto;z-idex: -100;  -webkit-transform: rotate(0deg);  -moz-transform: rotate(0deg);  -o-transform: rotate(0deg);  transform: rotate(0deg);  -webkit-transition: .5s ease-in-out;  -moz-transition: .5s ease-in-out;  -o-transition: .5s ease-in-out;  transition: .5s ease-in-out;  cursor: pointer;}#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {  display: block;  position: absolute;  height: 9px;  width: 100%;  /* background: #d3531a; */  background: rgb(39,55,130);  border-radius: 9px;  opacity: 1;  left: 0;  -webkit-transform: rotate(0deg);  -moz-transform: rotate(0deg);  -o-transform: rotate(0deg);  transform: rotate(0deg);  -webkit-transition: .25s ease-in-out;  -moz-transition: .25s ease-in-out;  -o-transition: .25s ease-in-out;  transition: .25s ease-in-out;}#nav-icon1 span:nth-child(1) {  top: 0px;}#nav-icon1 span:nth-child(2) {  top: 18px;}#nav-icon1 span:nth-child(3) {  top: 36px;}#nav-icon1.open span:nth-child(1) {  top: 18px;  -webkit-transform: rotate(135deg);  -moz-transform: rotate(135deg);  -o-transform: rotate(135deg);  transform: rotate(135deg);}#nav-icon1.open span:nth-child(2) {  opacity: 0;  left: -60px;}#nav-icon1.open span:nth-child(3) {  top: 18px;  -webkit-transform: rotate(-135deg);  -moz-transform: rotate(-135deg);  -o-transform: rotate(-135deg);  transform: rotate(-135deg);}