html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

.footerSection {
  position: relative;
  width: 100%;
  height: 250px;
  color: #f9f9f9;
  background-color: #0531a5;
}

.footerSection img {
  position: absolute;
  top: -40px;
  margin: 0px;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  z-index: 0;
}

.footerSection .quoteBox {
  position: relative;
  width: 100%;
  height: 200px;
  z-index: 99;
}

.footerSection .quoteBox .quotext {
  width: 80%;
  display: inline-block;
  text-align: center;
  padding-bottom: 30px;
}

.footerSection .quoteBox .quotext span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #fff;
}

.footerSection .quoteBox .quotext h3 {
  padding: 0 20px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.5em;
  font-style: italic;
}

.footerSection .copy {
  position: relative;
  text-align: center;
  padding: 20px 0;
  background-color: #000;
  z-index: 100;
  font-size: 0.8em;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 562px) {
  .quotext {
    width: 90% !important;
  }
  .quotext h3 {
    font-size: 1em !important;
  }
  .copy {
    font-size: 0.7em !important;
    letter-spacing: 0px;
  }
}

.mobileMenu {
  position: fixed;
  width: 100%;
  height: calc(100% - 64px);
  background-color: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid #021a58;
  z-index: 9999;
  top: 64px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}

.mobileMenu ul {
  list-style: none;
  text-align: center;
}

.mobileMenu ul a {
  text-decoration: none;
  color: #fff;
}

.mobileMenu ul a li {
  padding: 20px 0;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}

.display {
  opacity: 0;
  visibility: hidden;
}

.menuSection {
  position: fixed;
  width: 100%;
  padding: 10px 20px 10px 20px;
  -webkit-box-shadow: 0px 7px 10px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 7px 10px 0px rgba(50, 50, 50, 0.1);
  z-index: 100;
  background-color: #000;
  border-bottom: 1px solid #021a58;
}

.menuSection img {
  width: 10%;
}

.menuSection .menuUl {
  width: 100%;
}

.menuSection .menuUl ul {
  list-style: none;
  text-align: right;
}

.menuSection .menuUl ul a {
  text-decoration: none;
  color: #ffffff;
}

.menuSection .menuUl ul a li {
  display: inline-block;
  padding: 5px 20px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}

.menuSection .menuUl ul a li:last-child {
  padding-right: 0;
}

.menuSection .menuIcon {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
}

.menuSection .menuIcon div {
  width: 40px;
  height: 50%;
  background-color: #fff;
  transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  -webkit-transition: height 0.2s ease-in-out;
  -ms-transition: height 0.2s ease-in-out;
}

.menuSection .expand {
  height: 10px !important;
}

.menuSection .noScroll {
  position: fixed !important;
}

@media only screen and (max-width: 1150px) {
  .menuUl {
    display: none;
  }
  .menuIcon {
    width: 100px !important;
  }
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body {
  background: #011c63;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #011c63), to(#0531a5));
  background: linear-gradient(180deg, #011c63 1%, #0531a5 100%);
}

.bodySection {
  position: relative;
  width: 100%;
  padding: 110px 0;
}

.bodySection .slideSection {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-box-shadow: 0px 7px 10px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 7px 10px 0px rgba(50, 50, 50, 0.1);
  overflow: hidden;
}

.bodySection .slideSection .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 50;
}

.bodySection .slideSection .overlay div {
  position: relative;
  width: 100%;
  text-align: center;
}

.bodySection .slideSection .overlay div img {
  width: 200px;
  padding: 60px 0;
}

.bodySection .slideSection .overlay h1 {
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.bodySection .slideSection .overlay .bottomArrow {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.bodySection .slideSection .overlay .bottomArrow div {
  width: 30px;
  height: 30px;
  border: 5px solid #fff;
  border-top-color: transparent;
  border-right-color: transparent;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  margin: 30px auto;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}

.bodySection .slideSection .slider {
  position: relative;
  width: 100%;
  min-height: 600px;
  list-style: none;
  text-align: center;
  overflow: hidden;
}

.bodySection .slideSection .slider li {
  float: left;
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.bodySection .slideSection .slider .slide1 {
  background-image: url(../img/home.jpeg);
}

.bodySection .slideSection .slider .slide2 {
  background-image: url(../img/slide1.jpeg);
}

.bodySection .slideSection .slider .slide3 {
  background-image: url(../img/box-2.jpeg);
}

.bodySection .slideSection .slider .slide4 {
  background-image: url(../img/home5.jpeg);
}

.bodySection .welcomeSection {
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin: 40px 0;
  padding: 0 15px;
}

.bodySection .welcomeSection .welcomeTitle {
  width: 100%;
  text-align: center;
  padding: 50px 0 30px 0;
}

.bodySection .welcomeSection .welcomeTitle h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.bodySection .welcomeSection .welcomeMsg {
  width: 100%;
  text-align: justify;
  font-family: "Montserrat", sans-serif;
  line-height: 2em;
  padding-bottom: 50px;
}

@media only screen and (max-width: 562px) {
  .bodySection {
    padding: 80px 0 !important;
    width: 95%;
  }
  .bodySection .overlay {
    text-align: center;
  }
  .bodySection .overlay h3 {
    padding: 0 10px !important;
    font-size: 24px !important;
  }
  .welcomeSection {
    background-color: #fff !important;
    margin-top: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: #000 !important;
  }
  .slideSection {
    background-color: transparent !important;
  }
  .slideSection .overlay {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .slideSection .overlay h1 {
    color: #fff !important;
  }
}
/*# sourceMappingURL=style.css.map */