@import url(https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&amp;family=Roboto:wght@100;300;400;500;700;900&amp;display=swap);
@font-face {
  font-family: "capsule-gxm";
  src: url('Capsule-gxmR6.ttf') format("truetype");
}
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*:focus {
  outline: none !important;
}
::-webkit-input-placeholder {
  color: #000;
  font-size: 13px;
}
::-moz-placeholder {
  color: #000;
  font-size: 13px;
}
:-ms-input-placeholder {
  color: #000;
  font-size: 13px;
}
:-moz-placeholder {
  color: #000;
  font-size: 13px;
}
input:-webkit-autofill {
  box-shadow: 0 0 0 30px white inset;
}
.reset {
  clear: both;
}
textarea, input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, select:focus, textarea {
  font-size: 16px;
}
body {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  position: relative;
  overflow-x: hidden !important;
  overflow-y: scroll;
  font-family: "Roboto", sans-serif;
  animation: fadeIn 2s;
}
textarea,
input,
select {
  font-family: "Roboto", sans-serif;
  color: #444;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  width: 100%;
}
p {
  margin: 15px 0 0 0;
  float: left;
  width: 100%;
  text-align: justify;
}
a {
  text-decoration: none;
  color: #444;
  position: relative;
  display: inline-block;
  transition: all 0.5s;
}
a:hover {
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.center__block {
  display: block;
  margin: 0 auto;
}
.text__center {
  text-align: center;
}
.text__right {
  text-align: right;
}
section {
  width: 100%;
  position: relative;
  float: left;
  padding: 50px 0;
}
.container {
  width: 1280px;
  margin: auto;
  position: relative;
}
.col__1 {
  width: 8.33333333%;
  float: left;
  padding: 0 15px;
  position: relative;
}
.col__2 {
  width: 16.66666667%;
  float: left;
  padding: 0 15px;
  position: relative;
}
.col__3 {
  width: 25%;
  float: left;
  padding: 0 15px;
  position: relative;
}
.col__4 {
  width: 33.33333333%;
  float: left;
  padding: 0 15px;
  position: relative;
}
.col__5 {
  width: 41.66666667%;
  float: left;
  padding: 0 15px;
  position: relative;
}
.col__6 {
  width: 50%;
  float: left;
  padding: 0 15px;
  position: relative;
}
.col__7 {
  width: 58.33333333%;
  float: left;
  padding: 0 15px;
  position: relative;
}
.col__8 {
  width: 66.66666667%;
  float: left;
  padding: 0 15px;
  position: relative;
}
.col__9 {
  width: 75%;
  float: left;
  padding: 0 15px;
  position: relative;
}
.col__10 {
  width: 83.33333333%;
  float: left;
  padding: 0 15px;
  position: relative;
}
.col__11 {
  width: 91.66666667%;
  float: left;
  padding: 0 15px;
  position: relative;
}
.col {
  width: 100%;
  float: left;
  padding: 0 15px;
  position: relative;
}
.bg {
  width: 100%;
  position: relative;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  background: url('bg2.jpg') no-repeat center center;
  background-size: cover;
  padding-bottom: 30px;
}
.bg::after {
  background: url('grains.gif');
  opacity: 0.04;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}
.bg .col {
  z-index: 9;
}
.bg section {
  z-index: 9;
}
.social__links ul {
  width: 100%;
  position: relative;
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
}
.social__links ul li a {
  width: 50px;
  height: 50px;
  background: #fff;
  float: right;
  text-align: center;
  line-height: 50px;
  margin-left: 1px;
}
.content {
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  z-index: 1;
}
.flexbox {
  width: 100%;
  position: relative;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: inherit;
}
.flexbox .logo,
.flexbox ul.divisions {
  width: 50%;
}
.flexbox .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: inherit;
  padding: 0 50px 0 0;
}
.flexbox .logo img {
  height: 75px;
}
.flexbox .logo h1 {
  color: #fff;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 15px;
  line-height: 1.1;
}
.flexbox .logo h1 span {
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  display: block;
}
.flexbox ul.divisions {
  display: inline-block;
  border-left: 1px solid #fff;
  padding: 50px 0;
}
.flexbox ul.divisions li {
  display: block;
  position: relative;
}
.flexbox ul.divisions li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 1px;
  background: #fff;
}
.flexbox ul.divisions li a {
  display: inline-block;
  padding: 15px 30px;
  margin-left: 0;
  position: relative;
  color: #fff;
}
.flexbox ul.divisions li a:hover {
  background: #fff;
  font-weight: 600;
  color: #000;
  margin-left: 30px;
  border-radius: 50px;
}
li a:hover {
  background: #fff;
  font-weight: 600;
  color: #000;
  margin-left: 30px;
  border-radius: 50px;
  padding-left: 8px;
  padding-right: 8px;
}
footer {
  width: 100%;
  position: relative;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  z-index: 2;
  padding: 0 75px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
footer ul {
  display: flex;
}
footer ul li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
footer ul li::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
footer ul li a {
  color: #fff;
}
footer ul li a:hover {
  color: #b92b27;
}
footer ul li:last-child::after {
  display: none;
}
header {
  width: 100%;
  position: relative;
  float: left;
  padding: 0 15px;
  background: #f4f8fb;
  z-index: 9;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: inherit;
}
header .container .logo {
  display: flex;
  align-items: center;
  justify-content: inherit;
  flex-direction: inherit;
  color: #000;
}
header .container .logo img {
  height: 50px;
}
header .container .logo h1 {
  font-size: 45px;
  font-weight: 800;
  text-transform: uppercase;
  padding-left: 15px;
}
.footer__inner {
  background: #fff;
  color: #000;
  padding: 25px 0;
}
.footer__inner .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: inherit;
}
.footer__inner a {
  color: #000;
}
h2 {
  font-size: 25px;
  font-weight: 700;
  color: #000;
  margin-top: 15px;
}
ul.list {
  width: 100%;
  position: relative;
  float: left;
  padding-left: 20px;
}
ul.list li {
  width: 100%;
  position: relative;
  float: left;
  padding: 5px 0;
  list-style: disc;
}
.decor_font {
  font-family: "Merriweather", serif;
}
.is-700 {
  font-weight: 700;
}
.is-italic {
  font-style: italic;
}
.is-large {
  font-size: 30px;
}
.intro {
  width: 100%;
  position: relative;
  float: left;
  display: flex;
  align-items: center;
  justify-content: inherit;
  flex-direction: inherit;
  height: 400px;
}
.intro h2 {
  color: #fff;
  font-size: 30px;
}
.intro::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #b92b27;
  background: linear-gradient(to right, #1565c0, #b92b27);
  mix-blend-mode: multiply;
}
.bg1 {
  background: url('bg1.jpg') no-repeat center center;
  background-size: cover;
}
.msg {
  justify-content: center;
  color: #fff;
}
.msg h2 {
  color: #fff;
}
.msg ::before {
  height: 105%;
}
.msg .container {
  z-index: 2;
}
.vision__mission {
  width: 75%;
  margin: auto;
  display: flex;
  align-items: inherit;
  justify-content: inherit;
  flex-direction: inherit;
  flex-wrap: wrap;
}
.vision__mission .vision__mission--box {
  width: 100%;
  position: relative;
  float: left;
  display: flex;
  align-items: flex-start;
  justify-content: inherit;
  flex-direction: column;
  background: white;
  box-shadow: 0 0 25px #bfbfbf;
}
.vision__mission .vision__mission--box .col {
  padding: 30px;
}
.vision__mission .vision__mission--box .col h2 {
  margin-top: 0;
}
.vision__mission .col__6 {
  display: flex;
}
.btn {
  color: #fff;
  position: relative;
  overflow: hidden;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 15px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  border: 2px solid #fff;
  transition: all 0.5s;
  background: none;
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  margin-top: 15px;
}
.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.btn:hover {
  color: #000;
}
.btn:hover::before {
  transform: scaleY(1);
}
.text__center .btn {
  margin: auto;
  display: table;
  float: none;
}
/*media-quries & keyframes*/
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
.shade {
  background: #f4f8fb;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*Queries*/
@media screen and (max-width: 1366px) {
  .container {
    width: 1170px;
  }

  .flexbox ul.divisions {
    padding: 15px 0;
  }

  .flexbox ul.divisions li a {
    padding: 8px 30px;
  }

  .intro {
    height: 275px;
  }

  .msg {
    height: auto;
  }
}
@media screen and (max-width: 1280px) {
  .container {
    width: 100%;
    position: relative;
    float: left;
    padding: 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  footer {
    padding: 0 15px;
  }
}
/* tab-landscape */
/* tab-portrait */
@media screen and (max-width: 768px) {
  footer {
    flex-direction: column;
  }
}
/* mobile-common */
@media screen and (max-width: 767px) {
  .col__1,
.col__2,
.col__3,
.col__4,
.col__5,
.col__6,
.col__7,
.col__8,
.col__9,
.col__10,
.col__11,
.col,
.content,
.vision__mission {
    width: 100%;
  }

  section {
    padding: 30px 0;
  }

  .flexbox {
    flex-direction: column;
  }

  .flexbox .logo,
.flexbox ul.divisions {
    width: 100%;
  }

  .flexbox ul.divisions {
    margin-left: 15px;
    padding: 5px 0;
  }

  .flexbox .logo {
    margin-top: 15px;
    padding: 0;
    text-align: center;
  }

  .flexbox .logo h1 {
    font-size: 40px;
  }

  .social__links ul {
    justify-content: center;
  }

  footer {
    align-items: flex-start;
    background: #fff;
    color: #000;
    padding: 15px;
  }

  footer ul {
    flex-direction: column;
  }

  footer ul li {
    padding: 5px 0;
  }

  footer ul li::after {
    display: none;
  }

  footer ul li a {
    color: #000;
  }

  header {
    padding: 15px;
  }

  header .container {
    flex-direction: column;
  }

  header .container .logo {
    flex-direction: row;
  }

  header .container .logo h1 {
    font-size: 25px;
  }

  header .container .social__links {
    margin-top: 15px;
  }

  .footer__inner .container {
    align-items: flex-start;
  }

  .vision__mission .col__6 .vision__mission--box {
    margin-top: 30px;
  }

  .vision__mission .col__6:first-child .vision__mission--box {
    margin-top: 0;
  }
}
/* mobile-landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .intro {
    height: 125px;
  }
}
/* mobile-portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: portrait) {
  .intro {
    height: 90px;
  }

  .intro h2 {
    font-size: 20px;
  }

  .is-large {
    font-size: 20px;
  }
}
/*# sourceMappingURL=app.css.map */
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */

/* position */

.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */

.toast-title {
  font-weight: bold;
}

.toast-message {
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #FFFFFF;
}

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}

.toast-container * {
  box-sizing: border-box;
}

.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}

.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */

.toast-info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */

.toast-error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */

.toast-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */

.toast-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
}

.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}

/* Responsive Design */

@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}


/*# sourceMappingURL=styles.css.map*/