body {
  /* CSS Variables that may have been missed get put on body */
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@media only screen and (min-width: 992px) {
  section {
    margin: 10px;
  }
}

body {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: #666666;
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}

html {
  scroll-behavior: smooth;
}

:root {
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-bg: #fff;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

*,
:after,
:before {
  box-sizing: border-box;
}

.header-bottom {
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.05);
}

.my-5 {
	padding: 15px 0 !important;
}

.center {
	text-align: center;
}


.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
}

.hero-slide-two {
  background-image: url(../images/background.jpg);
}

.hero-slide-item {
  padding: 120px 0 260px;
  position: relative;
  z-index: 1;
}

.hero-slide-item:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(41.6%, rgba(0, 0, 0, 0.9)), color-stop(85%, rgba(0, 0, 0, 0.03)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 41.6%, rgba(0, 0, 0, 0.03) 85%);
  z-index: -1;
}

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1520px;
  }
}

.container {
  position: relative;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 992px) {
  .navbar {
    padding: 7px;
  }

  .search-area {
    position: absolute;
    top: 85px;
    right: 12px;
    background-color: #fff;
    padding: 15px 15px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 320px;
    visibility: hidden;
    opacity: 0;
    border-radius: 0 0 5px 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
  }

  a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    text-transform: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
  }

  .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9);
  }

  @media only screen and (min-width: 992px) {
    .navbar .navbar-brand {
      padding: 0 20px 0 0;
    }
  }

  a:hover {
    color: #000;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9);
  }

  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
  }

  .collapse:not(.show) {
    display: none;
  }

  @media (min-width: 768px) {
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
  }

  input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }

  [type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
  }

  .search-area input {
    width: 100%;
    height: 58px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 15px;
    background-color: transparent;
    color: #000;
  }

  button {
    border-radius: 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    cursor: pointer;
    -webkit-appearance: button;
  }

  [type="submit"],
  button {
    -webkit-appearance: button;
  }

  .search-area button {
    position: absolute;
    top: 35px;
    right: 22px;
    border: none;
    background-color: transparent;
  }

  button:not(:disabled) {
    cursor: pointer;
  }

  [type="submit"]:not(:disabled),
  button:not(:disabled) {
    cursor: pointer;
  }

  @media (min-width: 992px) {
    .d-lg-none {
      display: none !important;
    }
  }

  .searchbtn {
    background-color: transparent;
    border: none;
    padding: 0;
    position: relative;
    top: 2px;
  }

  .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
  }

  @media (min-width: 768px) {
    .col-md-9 {
      flex: 0 0 auto;
      width: 75%;
    }
  }

  @media (min-width: 992px) {
    .col-lg-6 {
      flex: 0 0 auto;
      width: 50%;
    }
  }

  img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
  }

  .navbar-brand .logo-light {
    display: block !important;
  }

  .navbar-brand .logo-dark {
    display: none !important;
  }

  ul {
    padding-left: 2rem;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }

  .ms-auto {
    margin-left: auto !important;
  }

  @media only screen and (min-width: 992px) {
    .navbar ul {
      padding-left: 0;
      list-style-type: none;
      margin-bottom: 0;
    }
  }

  @media (min-width: 768px) {
    .navbar-expand-md .navbar-nav {
      flex-direction: row;
    }
  }

  @media only screen and (min-width: 992px) {
    .navbar .navbar-nav {
      margin-left: auto;
    }
  }

  [class^="ri-"] {
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .search-area button i {
    font-size: 20px;
    opacity: 0.5;
    line-height: 0.8;
  }

  .ri-search-line:before {
    content: "\f0d1";
  }

  .searchbtn i {
    font-size: 20px;
    line-height: 1;
  }

  @media only screen and (min-width: 992px) {
    .navbar .navbar-nav .nav-item {
      position: relative;
      margin: 0 10px;
    }
  }

  @media only screen and (min-width: 1400px) {
    .navbar .navbar-nav .nav-item {
      margin: 0 15px;
    }
  }

  .ri-menu-line:before {
    content: "\ef3e";
  }

  .hero-content span {
    display: block;
    color: #5088cd;
    font-weight: 500;
    margin-bottom: 5px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
  }

  h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: calc(1.375rem + 1.5vw);
  }

  @media (min-width: 1200px) {
    h1 {
      font-size: 2.5rem;
    }
  }

  h1 {
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    font-family: "Readex Pro", sans-serif;
  }

  .hero-content h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 15px;
  }

  @media only screen and (min-width: 1600px) {
    .hero-content h1 {
      font-size: 70px;
      line-height: 1.2;
    }
  }

  .hero-content h1 {
    color: #fff;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
  }

  p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 1.8;
    color: #666666;
  }

  .hero-content p {
    margin-bottom: 30px;
	text-align: justify;
  }

  @media only screen and (min-width: 1600px) {
    .hero-content p {
      padding-right: 30px;
    }
  }

  .hero-content p {
    color: rgba(255, 255, 255, 0.8);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
  }

  .ri-close-line:before {
    content: "\eb99";
  }

  .nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  }

  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }

  @media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem;
    }
  }

  .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55);
  }

  @media only screen and (min-width: 992px) {
    .navbar .navbar-nav .nav-item a {
      color: #000;
      font-weight: 500;
      /*padding: 30px 0;*/
      -webkit-transition: 0.4s;
      transition: 0.4s;
      position: relative;
    }
  }

  @media only screen and (min-width: 1400px) {
    .navbar .navbar-nav .nav-item a {
      font-size: 17px;
    }
  }

  .nav-link:hover {
    color: #0a58ca;
	border-bottom: 2px solid #0a58ca;
  }

  .navbar-light .navbar-nav .nav-link:hover {
    color: #0a58ca;
	border-bottom: 2px solid #0a58ca;
  }

  @media only screen and (min-width: 992px) {
    .navbar .navbar-nav .nav-item a:hover {
      color: #0a58ca;
	  border-bottom: 2px solid #0a58ca;
    }

  }

  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 50%, 0);
      transform: translate3d(0, 50%, 0);
      opacity: 0;
      transform: translate3d(0px, 50%, 0px);
      opacity: 0;
      transform: translate3d(0px, 50%, 0px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
      transform: translate3d(0px, 0px, 0px);
      opacity: 1;
      transform: translate3d(0px, 0px, 0px);
    }
  }

  @media all {
    * {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }

    main {
      display: block;
    }

    #wrapper {
      margin: 0 auto;
    }

    body {
      background-color: #fff;
      /*font-family: Raleway, Arial, sans-serif !important;*/
	  font-family: 'Poppins', sans-serif;
      line-height: 1.42857;
      margin: 0;
      padding: 0;
      border: 0;
      font: inherit;
      vertical-align: baseline;
      font-size: 14px;
      color: #484848;
      font-weight: 300;
      font-style: normal;
      overflow-x: hidden;
      width: 100%;
      height: 100%;
      counter-reset: section;
      background: #fff;
    }

    html {
      margin: 0;
      padding: 0;
      border: 0;
      font: inherit;
      vertical-align: baseline;
      font-family: sans-serif;
      font-size: 14px;
      color: #fff;
      -webkit-tap-highlight-color: transparent;
      -ms-text-size-adjust: 100%;
      -webkit-text-size-adjust: 100%;
    }

    section {
      display: block;
      margin: 0;
      padding: 0;
      border: 0;
      font: inherit;
      vertical-align: baseline;
    }

    .nckf_DFS {
      color: #fff;
      padding: 85px 0 55px;
      background: #5088cd;
      border-top: 1px solid rgba(0, 0, 0, .25);
      border-bottom: 1px solid rgba(0, 0, 0, .15);
    }

    :after,
    :before {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }

    :selection {
      background-color: #5088cd;
      color: #fff;
    }

    div {
      margin: 0;
      padding: 0;
      border: 0;
      font: inherit;
      vertical-align: baseline;
    }
  }

  @media (min-width: 768px) {
    .container {
      width: 740px;
    }
  }

  @media all {
    .container {
      padding-left: 10px;
      padding-right: 10px;
    }
  }

  @media (min-width: 992px) {
    .container {
      width: 960px;
    }
  }

  @media (min-width: 1200px) {
    .container {
      width: 1200px;
    }
  }

  @media all {
    .container {
      margin-left: auto;
      margin-right: auto;
    }
  }

  @media (min-width: 768px) {
    .container {
      width: 96%;
      margin: 0 auto;
    }
  }

  @media (min-width: 1200px) {
    .container {
      width: 1200px;
      margin: 0 auto;
    }
  }

  @media all {

    .container-fluid:after,
    .container-fluid:before,
    .container:after,
    .container:before {
      display: table;
      content: " ";
    }

    .container:after {
      clear: both;
    }

    .row {
      margin-left: -10px;
      margin-right: -10px;
    }

    .contact-block:after,
    .contact-block:before,
    .featured-block:after,
    .featured-block:before,
    .modal-footer:after,
    .modal-footer:before,
    .page-header:after,
    .page-header:before,
    .post-list:after,
    .post-list:before,
    .row:after,
    .row:before,
    .the-process>ul:after,
    .the-process>ul:before {
      content: " ";
      display: table;
      font-size: 0;
      line-height: 0;
    }

    .contact-block:after,
    .featured-block:after,
    .modal-footer:after,
    .page-header:after,
    .post-list:after,
    .row:after,
    .the-process>ul:after {
      clear: both;
    }

    .col-xs-12 {
      float: left;
    }

    .col-md-4,
    .col-sm-4,
    .col-xs-12 {
      position: relative;
      min-height: 1px;
      padding-left: 10px;
      padding-right: 10px;
    }

    .col-xs-12 {
      width: 100%;
    }
  }

  @media (min-width: 768px) {
    .col-sm-4 {
      float: left;
      width: 33.33333%;
    }
  }

  @media (min-width: 992px) {
    .col-md-4 {
      float: left;
      width: 33.33333%;
    }
  }

  @media all {
    .nckf_DFS .nckf_Block {
      color: #fff;
      display: block;
      text-align: center;
    }

    a {
      background-color: transparent;
      margin: 0;
      padding: 0;
      border: 0;
      font: inherit;
      vertical-align: baseline;
      color: #484848;
      outline: 0;
      -moz-transition: all .3s ease-in;
      -o-transition: all .3s ease-in;
      -webkit-transition: all .3s ease-in;
      -ms-transition: all .3s ease-in;
      transition: all .3s ease-in;
    }

    a,
    a:link {
      text-decoration: none;
      color: inherit;
    }

    .nckf_DFS .nckf_DFS .nckf_Block>a {
      display: block;
      position: relative;
      -moz-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      -webkit-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
    }

    a,
    a:active,
    a:link {
      text-decoration: none;
    }

    a:hover {
      color: inherit;
      text-decoration: none;
      outline: 0;
    }

    .nckf_DFS .nckf_DFS .nckf_Block>a:hover {
      -webkit-transform: translateY(-30px);
      -moz-transform: translateY(-30px);
      -o-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      transform: translateY(-30px);
    }

    span {
      margin: 0;
      padding: 0;
      border: 0;
      font: inherit;
      vertical-align: baseline;
    }

    .nckf_DFS .nckf_Block__Icon {
      width: 106px;
      height: 106px;
      display: block;
      margin: 0 auto 20px;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      -moz-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      -webkit-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      background: #fff;
      -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, .2);
      -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, .2);
      -ms-box-shadow: 0 0 0 10px rgba(255, 255, 255, .2);
      box-shadow: 0 0 0 10px rgba(255, 255, 255, .2);
    }

    .nckf_DFS .nckf_DFS .nckf_Block>a:hover .nckf_Block__Icon {
      -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, .2);
      -moz-box-shadow: 0 0 0 15px rgba(255, 255, 255, .2);
      -ms-box-shadow: 0 0 0 15px rgba(255, 255, 255, .2);
      box-shadow: 0 0 0 15px rgba(255, 255, 255, .2);
    }

    .nckf_DFS .nckf_Block .title__big {
      display: block;
      font-family: Raleway, Arial, sans-serif;
      font-size: 59.5px;
      font-weight: 800;
      line-height: 1.25;
      letter-spacing: 0;
      color: #fff;
    }

    .nckf_DFS .nckf_DFS .nckf_Block>a:hover .title__big {
      text-shadow: 3px 3px 0 #5088cd, 6px 6px 0 rgba(0, 0, 0, .33);
    }

    .nckf_DFS .nckf_Block .sub__description {
      display: block;
      min-height: 100px;
      max-height: 100px;
      padding: 0 20px;
      font-size: 16.1px;
      font-weight: 300;
      line-height: 1.5;
      letter-spacing: 0;
      color: #fff;
    }

    .nckf_DFS .nckf_DFS .nckf_Block>a:hover .sub__description {
      text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    }

    svg:not(:root) {
      overflow: hidden;
    }

    .nckf_DFS .nckf_Block__Icon .icon__svg {
      fill: #000;
      width: 106px;
      height: 106px;
      display: block;
    }

    strong {
      margin: 0;
      padding: 0;
      border: 0;
      font: inherit;
      vertical-align: baseline;
      font-weight: 700;
      font-size: 50px;
    }

    .nckf_DFS .nckf_DFS .nckf_Block>a:hover .nckf_Block__Icon .icon__svg {
      fill: #00a859;
    }
  }

  @import url('https://fonts.googleapis.com/css?family=Readex+Pro:200,300,400,500,600,700&display=swap');
  @import url('https://fonts.googleapis.com/css?family=Spline+Sans:300,400,500,600,700&display=swap');

  @font-face {
    font-family: "flaticon";
    src: url("./fonts/flaticon.ttf-5d992f68bec61312942b95a3ad5f3d99") format("truetype"), url("./fonts/flaticon.woff-5d992f68bec61312942b95a3ad5f3d99") format("woff"), url("./fonts/flaticon.woff2-5d992f68bec61312942b95a3ad5f3d99") format("woff2"), url("./fonts/flaticon.eot-5d992f68bec61312942b95a3ad5f3d99#iefix") format("embedded-opentype"), url("./fonts/flaticon.svg-5d992f68bec61312942b95a3ad5f3d99#flaticon") format("svg");
  }

  * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .page-wrapper {
    overflow-x: hidden;
  }

  body {
    margin: 0;
    font-family: "Spline Sans", sans-serif;
    font-size: 16px;
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: #666666;
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
  }

  html {
    scroll-behavior: smooth;
  }

  :root {
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
  }

  @media (prefers-reduced-motion: no-preference) {
    :root {
      scroll-behavior: smooth;
    }
  }

  .container {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }

  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }

  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }

  @media (min-width: 1200px) {
    .container {
      max-width: 1140px;
    }
  }

  @media (min-width: 1400px) {
    .container {
      max-width: 1320px;
    }
  }

  *,
  :after,
  :before {
    box-sizing: border-box;
  }

  [data-aos="fade-up"] {
    transform: translate3d(0, 100px, 0);
  }

  [data-aos^="fade"][data-aos^="fade"] {
    opacity: 0;
    transition-property: opacity, transform;
  }

  .promo-wrap.style2 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #f5fbff;
    position: relative;
    z-index: 1;
    margin-top: -150px;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.09);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.09);
  }

  body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s;
  }

  body[data-aos-easing="ease"] [data-aos] {
    transition-timing-function: ease;
  }

  [data-aos][data-aos][data-aos-delay="200"] {
    transition-delay: 0;
  }

  [data-aos][data-aos][data-aos-duration="1200"] {
    transition-duration: 1.2s;
  }

  [data-aos^="fade"][data-aos^="fade"].aos-animate {
    opacity: 1;
    transform: translateZ(0);
  }

  [data-aos][data-aos][data-aos-delay="200"].aos-animate {
    transition-delay: .2s;
  }

  .promo-wrap.style2:after {
    position: absolute;
    bottom: -10px;
    left: -10px;
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 5px;
    z-index: -1;
    border: 1px solid rgba(0, 0, 0, 0.06);
  }

  img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
  }
  


  .promo-wrap.style2 .promo-shape-one {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }

  .promo-wrap.style2 .promo-shape-two {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }

  .promo-wrap.style2 .promo-card {
    width: 33.33%;
    padding: 70px 25px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
  }

  .promo-wrap.style2 .promo-card:last-child {
    border-right: none;
    border-radius: 0 5px 5px 0;
  }

  .promo-wrap.style2 .promo-card .promo-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    /* border-radius: 50%;
     */
    /* border: 1px solid #6b8bb2;
     */
    margin: 0 auto 20px;
  }

  h3 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: calc(1.3rem + .6vw);
  }

  @media (min-width: 1200px) {
    h3 {
      font-size: 1.75rem;
    }
  }

  h3 {
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    font-family: "Readex Pro", sans-serif;
  }

  .promo-wrap.style2 .promo-card h3 {
    font-size: 22px;
  }

  a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    text-transform: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .link {
    font-weight: 500;
    line-height: 26px;
    display: inline-block;
    position: relative;
    color: #5088cd;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .link.style1 {
    color: #5088cd;
  }

  .link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background: #5088cd;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  a:hover {
    color: #000;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .link:hover {
    color: #5088cd;
  }

  .link:hover:after {
    visibility: visible;
    opacity: 1;
    width: 100%;
  }

  .promo-wrap.style2 .promo-card .promo-icon i {
    font-size: 44px;
    line-height: 0.8;
    color: #6b8bb2;
  }

  .flaticon-volunteer:before {
    content: "\f108";
  }

  i[class^="flaticon-"]:before,
  i[class*=" flaticon-"]:before {
    font-family: flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .link i {
    position: relative;
    top: 3px;
    margin-left: 5px;
    font-size: 14px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .flaticon-right-arrow:before {
    content: "\f133";
  }

  .flaticon-money-box:before {
    content: "\f10f";
  }

  .flaticon-coin:before {
    content: "\f125";
  }




  body {
    /* CSS Variables that may have been missed get put on body */
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    --bs-gutter-x: 3rem;
  }

  * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .content-wrapper {
    margin-top: 139px;
  }

  .page-wrapper {
    overflow-x: hidden;
  }

  body {
    margin: 0;
    font-family: "Spline Sans", sans-serif;
    font-size: 16px;
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: #666666;
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
  }

  html {
    scroll-behavior: smooth;
  }

  :root {
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
  }

  @media (prefers-reduced-motion: no-preference) {
    :root {
      scroll-behavior: smooth;
    }
  }

  .ptb-100 {
    padding-top: 100px;
  }

  .about-wrap {
    position: relative;
    z-index: 1;
  }
  
    .about-wrap2 {
    position: relative;
    z-index: 1;
	    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .7s;
    animation-delay: .5s;
  }
  
      .about-wrap3 {
    position: relative;
    z-index: 1;
	    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
  }


  *,
  :after,
  :before {
    box-sizing: border-box;
  }

  img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
  }

  .about-wrap.style1 .about-shape-one {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 50px;
  }

  .flyUp {
    -webkit-animation: flyUp 15000ms infinite linear;
    animation: flyUp 15000ms infinite linear;
  }

  .about-wrap.style1 .about-shape-two {
    position: absolute;
    z-index: -1;
    bottom: 180px;
    right: 20%;
  }

  .moveHorizontal {
    -webkit-animation: moveHorizontal 3000ms infinite ease-in-out;
    animation: moveHorizontal 3000ms infinite ease-in-out;
  }

  .about-wrap.style1 .about-shape-three {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
  }

  .container {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }

  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }

  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }

  @media (min-width: 1200px) {
    .container {
      max-width: 1140px;
    }
  }

  @media (min-width: 1400px) {
    .container {
      max-width: 1320px;
    }
  }

  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
  }

  .gx-5 {
    --bs-gutter-x: 3rem;
  }

  .align-items-center {
    align-items: center !important;
  }

  .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
  }

  @media (min-width: 992px) {
    .col-lg-6 {
      flex: 0 0 auto;
      width: 50%;
    }
  }

  .bg-f {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ddd;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
  }

  .about-wrap.style1 .about-img-wrap {
    position: relative;
    background-image: url(https://cdn.gstic.org/wp-content/uploads/2020/04/g-stic-Ensuring-sustainable-drinking-water-supply-rural-areas-20200823.jpg);
    height: 370px;
    border-radius: 10px;
  }

  .about-wrap.style1 .about-img-wrap .about-quote {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: calc(100% - 60px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #5088cd;
    border-radius: 10px;
    padding: 30px;
  }

  .content-title {
    position: relative;
  }

  .about-wrap .about-content .content-title {
    margin-bottom: 25px;
  }

  ul {
    padding-left: 2rem;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .mb-0 {
    margin-bottom: 0px !important;
  }

  .list-style {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .content-feature-list {
    margin: 0 0 28px 0;
  }

  .about-wrap .about-content .content-feature-list {
    margin-bottom: 30px;
  }

  .about-wrap.style1 .about-img-wrap .about-quote i {
    color: #F59946;
    position: absolute;
    top: 35px;
    left: 25px;
    font-size: 38px;
    line-height: 0.8;
  }

  .flaticon-right-quote:before {
    content: "\f131";
  }

  i[class^="flaticon-"]:before,
  i[class*=" flaticon-"]:before {
    font-family: flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 1.8;
    color: #666666;
  }

  .about-wrap.style1 .about-img-wrap .about-quote p {
    color: #fff;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    padding-left: 44px;
  }

  .content-title span {
    display: inline-block;
    font-weight: 700;
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
    line-height: 1;
    color: #5088cd;
  }

  h2 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: calc(1.325rem + .9vw);
  }

  @media (min-width: 1200px) {
    h2 {
      font-size: 2rem;
    }
  }

  h2 {
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    font-family: "Readex Pro", sans-serif;
  }

  .content-title h2 {
    font-size: 40px;
    margin: 0;
  }

  @media only screen and (min-width: 1600px) {
    .content-title h2 {
      font-size: 48px;
    }
  }

  .content-title p {
    margin: 12px 0 0;
  }

  @media only screen and (min-width: 1200px) {
    .content-title p {
      padding-right: 25px;
    }
  }

  .list-style li {
    list-style: none;
  }

  .content-feature-list li {
    position: relative;
    margin: 0 0 18px;
  }

  .content-feature-list li:last-child {
    margin-bottom: 0;
  }

  .content-title span img {
    position: absolute;
    bottom: 0;
    left: 50%;
    min-width: 150px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  [class^="ri-"] {
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .content-feature-list li i {
    position: absolute;
    top: 6px;
    left: 0;
    color: #5088cd;
    font-size: 17px;
    line-height: 0.8;
  }

  .ri-checkbox-circle-line:before {
    content: "\eb81";
  }


  @keyframes flyUp {
    0% {
      -webkit-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
      transform: translate(0px, 0px);
    }

    25% {
      -webkit-transform: translate(50px, -50px);
      transform: translate(50px, -50px);
      transform: translate(50px, -50px);
    }

    50% {
      -webkit-transform: translate(100px, 60px);
      transform: translate(100px, 60px);
      transform: translate(100px, 60px);
    }

    75% {
      -webkit-transform: translate(-50px, -25px);
      transform: translate(-50px, -25px);
      transform: translate(-50px, -25px);
    }

    100% {
      -webkit-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
      transform: translate(0px, 0px);
    }

  }

  @keyframes moveHorizontal {
    0% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
      transform: translateX(0px);
    }

    50% {
      -webkit-transform: translateX(-20px);
      transform: translateX(-20px);
      transform: translateX(-20px);
    }

    100% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
      transform: translateX(0px);
    }

  }


  .content-wrapper {
    margin-top: 139px;
  }

  .page-wrapper {
    overflow-x: hidden;
  }

  body {
    margin: 0;
    font-family: "Spline Sans", sans-serif;
    font-size: 16px;
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: #666666;
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
  }

  html {
    scroll-behavior: smooth;
  }

  :root {
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
  }

  @media (prefers-reduced-motion: no-preference) {
    :root {
      scroll-behavior: smooth;
    }
  }

  .bg-f {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ddd;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
  }

  .br-1 {
    background-image: url(https://www.thestatesman.com/wp-content/uploads/2019/07/QT-O4.jpg);
  }

  .breadcrumb-wrap {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    z-index: 1;
  }

  @media only screen and (min-width: 1400px) {
    .breadcrumb-wrap {
      padding: 125px 0;
    }
  }

  *,
  :after,
  :before {
    box-sizing: border-box;
  }

  .breadcrumb-wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .container {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }

  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }

  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }

  @media (min-width: 1200px) {
    .container {
      max-width: 1140px;
    }
  }

  @media (min-width: 1400px) {
    .container {
      max-width: 1320px;
    }
  }

  @media only screen and (min-width: 1600px) {
    .breadcrumb-wrap .container {
      max-width: 1520px;
      margin: 0 auto;
    }
  }

  .breadcrumb-title {
    position: relative;
    z-index: 1;
    width: 100%;
  }

  h2 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: calc(1.325rem + .9vw);
  }

  @media (min-width: 1200px) {
    h2 {
      font-size: 2rem;
    }
  }

  h2 {
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    font-family: "Readex Pro", sans-serif;
  }

  .breadcrumb-title h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 15px;
    color: #fff;
  }

  @media only screen and (min-width: 1600px) {
    .breadcrumb-title h2 {
      font-size: 48px;
    }
  }

  ul {
    padding-left: 2rem;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .list-style {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .list-style li {
    list-style: none;
  }

  .breadcrumb-title .breadcrumb-menu li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    color: #fff;
    font-weight: 500;
  }

  .breadcrumb-title .breadcrumb-menu li:first-child {
    margin-left: 0;
  }

  .breadcrumb-title .breadcrumb-menu li:after {
    position: absolute;
    top: 1px;
    right: -13px;
    content: "/";
    font-size: 16px;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.9);
  }

  .breadcrumb-title .breadcrumb-menu li:last-child {
    margin-right: 0;
    color: #5088cd;
  }

  .breadcrumb-title .breadcrumb-menu li:last-child:after {
    display: none;
  }

  a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    text-transform: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .breadcrumb-title .breadcrumb-menu li a {
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    padding: 0px 5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    position: relative;
    color: #fff;
  }

  .breadcrumb-title .breadcrumb-menu li:first-child a {
    padding-left: 0;
  }

  a:hover {
    color: #000;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .breadcrumb-title .breadcrumb-menu li a:hover {
    color: #5088cd;
  }

  .about-img-wrap2 {
    position: relative;
    background-image: url(https://media.istockphoto.com/id/512058550/photo/earth-view-from-space-to-europe.jpg?s=612x612&w=0&k=20&c=z5xVdoJHuCfZzvPkesbEQu9Uxw8Qn7GapxCv1DALWMw=);
    height: 300px;
    border-radius: 10px;
  }

  .ptb5 {
    padding-bottom: 40px;
    padding-top: 20px;
  }

  footer {
    text-align: center;
    padding: 7px !important;
    background-color: #2462B0;
    color: white;
  }

  .ptb4 {
    padding-top: 70px;
  }

  iframe {
    margin: auto;
    display: block;
  }
  
    .about-img-wrap3 {
    position: relative;
    background-image: url(https://resize.indiatvnews.com/en/resize/newbucket/1200_-/2023/01/image-1648701355-1673271009.jpg);
    height: 380px;
    border-radius: 10px;
  }

  .about-img-wrap4 {
    position: relative;
    background-image: url(https://media.istockphoto.com/id/102742736/photo/thirsty-person-reaching-for-refreshing-bottle-of-water.jpg?s=612x612&w=0&k=20&c=C75-8gS0fxOjvOKvrGyXFd9f22rLfVPBVsQHn1fpQUI=);
    height: 380px;
    border-radius: 10px;
  }
  @media all{ 
  * { 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
  } 

  .wrapper { 
    width: 100%;
  } 

 

  .footer { 
    width:  100%; 
    float:  left;
    clear: both; 
    background: #222;
  } 

  .gray.section { 
    color: #aeaeae; 
    background-color: #202020; 
    box-shadow: 0 -8px 0 rgba(0,0,0,.25);
  } 

  .footer.gray.section { 
    padding: 30px 0 20px;
  } 

  :after,:before { 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
  } 

  :selection { 
    background: #f9a386; 
    color: #fff; 
    text-shadow: none;
  } 

  .container { 
    padding-right: 15px; 
    padding-left: 15px; 
    margin-right: auto; 
    margin-left: auto;
  } 
}     

@media (min-width: 768px){ 
  .container { 
    width: 750px;
  } 
}     

@media (min-width: 992px){ 
  .container { 
    width: 970px;
  } 
}     

@media (min-width: 1200px){ 
  .container { 
    width: 1170px;
  } 
}     

@media all{ 
  .btn-group-vertical > .btn-group:after ,.btn-group-vertical > .btn-group:before ,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,dd:after ,dd:before ,.form-group:after ,.form-group:before ,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before { 
    display: table; 
    content: " ";
  } 

  .btn-group-vertical > .btn-group:after ,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,dd:after ,.form-group:after ,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after { 
    clear: both;
  } 

  .row { 
    margin-right: -15px; 
    margin-left: -15px;
  } 

  .col-md-4 { 
    position: relative; 
    min-height: 1px; 
    padding-right: 15px; 
    padding-left: 15px;
  } 
}     

@media (min-width: 992px){ 
  .col-md-4 { 
    float:  left;
    width: 33.33333333%;
  } 
}     

@media all{ 
  h3 { 
    font-family:   inherit; 
    font-weight:   500; 
    line-height:   1.1; 
    color:   inherit;
    margin-top:  20px; 
    margin-bottom:  10px;
    font-size: 24px;
  } 

  .gray.section h3  { 
    font: 20px/20px Raleway; 
    font-size: 20px; 
    color: #aeaeae; 
    margin: 0 0 5px;
	font-weight: bold;
  } 

  .divider { 
    width: 40%; 
    margin-top: 0; 
    margin-bottom: 20px; 
    border: 0; 
    border-top: 1px solid rgba(255,255,255,.15); 
    z-index: 9; 
    display: inline-block;
  } 

  .divider.lg { 
    border-top: 2px solid rgba(255,255,255,.15); 
    width: 100%;
  } 

  .divider:after { 
    position: absolute; 
    display: inline; 
    content: ""; 
    width: 50px; 
    margin-top: -1px; 
    border-top: 1px solid #36b8ea; 
    z-index: 9;
  } 

  .divider.lg:after { 
    margin-top: -2px; 
    border-top: 2px solid #5088cd;
  } 

  p { 
    margin:   0 0 10px;
    color:  #444; 
    font-size:  14px; 
    font-family:  Raleway,sans-serif;
  } 

  .gray.section p  { 
    font-family:  Raleway,sans-serif;
    color: #aeaeae; 
    text-align: justify; 
    margin-bottom: 10px;
  } 

  .addbox { 
    font-family:  Raleway,sans-serif;
    font-size: 14px; 
    border-bottom: 1px dashed rgba(255,255,255,.1); 
    padding: 0 0 5px; 
    margin: 0 0 5px; 
    text-align: left; 
    -webkit-transition: all .25s ease 0s; 
    -moz-transition: all .25s ease 0s; 
    -ms-transition: all .25s ease 0s; 
    -o-transition: all .25s ease 0s; 
    transition: all .25s ease 0s;
  } 

  .addbox:hover { 
    color: #fff;
  } 

  a { 
    background-color:   transparent;
    color:  #337ab7; 
    text-decoration:  none;
  } 

  .gray.section a.tag  { 
    display:  inline-block;
    position:  relative; 
    border: 1px solid rgba(255,255,255,.1); 
    background: rgba(0,0,0,.1); 
    cursor: pointer; 
    margin: 0 8px 8px 0; 
    padding: 0 10px; 
    border-radius: 2px; 
    text-shadow: 0 1px 0 rgba(0,0,0,.1); 
    font-size: 13px; 
    line-height: 28px; 
    color: #aeaeae; 
    letter-spacing: normal; 
    word-spacing: normal; 
    -webkit-transition: all .2s ease-in-out; 
    transition: all .2s ease-in-out;
  } 

  a:active,a:hover { 
    outline: 0;
  } 

  a:hover { 
    color: #23527c; 
    text-decoration: underline;
  } 

  a,a:hover { 
    text-decoration: none;
  } 

  .gray.section a:hover.tag  { 
    background: #5088cd; 
    color: #fff; 
    text-shadow: none; 
    text-decoration: none;
  } 

  .social a  { 
    background: #161616; 
    padding: 4px; 
    display: inline-block; 
    text-align: center; 
    width: 30px; 
    height: 30px; 
    border-radius: 4px; 
    font-size: 16px; 
    color: #888; 
    margin: 0 5px 0 0;
  } 

  a[data-rel="tooltip"] { 
    color: #aeaeae;
  } 

  .social a:hover  { 
    color: #fff!important; 
    text-decoration: none;
  } 

  .social a.facebook:hover  { 
    background-color: #3b5998;
  } 

  .social a.twitter:hover  { 
    background-color: #47c0d8;
  } 

  .social a.linkedin:hover  { 
    background-color: #0073b2;
  } 

  .social a.youtube:hover  { 
    background-color: #b72d24;
  } 

  .social a.instagram:hover  { 
    background-color: #e95950;
  } 

  .social a.pinterest:hover  { 
    background-color: #e60023;
  } 

  .fa { 
    display: inline-block; 
    font: normal normal normal 14px/1 FontAwesome; 
    font-size: inherit; 
    text-rendering: auto; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
  } 

  .addbox i  { 
    position: absolute; 
    margin: 0; 
    font-size: 22px; 
    display: inline-block; 
    color: #aeaeae; 
    -webkit-transition: all .25s ease 0s; 
    -moz-transition: all .25s ease 0s; 
    -ms-transition: all .25s ease 0s; 
    -o-transition: all .25s ease 0s; 
    transition: all .25s ease 0s;
  } 

  .fa-map-marker:before { 
    content: "\f041";
  } 

  .addbox span  { 
    display:  inline-block;
    position:  relative; 
    left: 40px;
  } 

  .fa-phone:before { 
    content: "\f095";
  } 

  .fa-envelope-o:before { 
    content: "\f003";
  } 

  .fa-facebook-f:before,.fa-facebook:before { 
    content: "\f09a";
  } 

  .fa-twitter:before { 
    content: "\f099";
  } 

  .fa-linkedin:before { 
    content: "\f0e1";
  } 

  .fa-youtube:before { 
    content: "\f167";
  } 

  .fa-instagram:before { 
    content: "\f16d";
  } 

  .fa-pinterest:before { 
    content: "\f0d2";
  } 

  strong { 
    font-weight: 700;
  } 
}     

@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap'); 
@font-face { 
  font-family:Swiss921BT;
  src:url(./fonts/swz921n.eot);
  src:url(./fonts/swz921n.eot?#iefix) format('embedded-opentype'),url(./fonts/swz921n.ttf) format('truetype');
} 
@media all{ 
  * { 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
  } 

  .wrapper { 
    width: 100%;
  } 

  body { 
    margin:     0;
    font-family:   Raleway,sans-serif;
    font-size:    14px; 
    line-height:    1.42857143; 
    color:    #444; 
    background-color:    #fff;
    overflow-x: hidden;
  } 

  html { 
    font-family:  sans-serif; 
    -webkit-text-size-adjust:  100%; 
    -ms-text-size-adjust:  100%;
    font-size: 10px; 
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  } 

  .footer { 
    width:  100%; 
    float:  left;
    clear: both; 
    background: #222;
  } 

  .gray.section { 
    color: #aeaeae; 
    background-color: #202020; 
    box-shadow: 0 -8px 0 rgba(0,0,0,.25);
  } 

  .footer.gray.section { 
    padding: 30px 0 20px;
  } 

  :after,:before { 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
  } 

  :selection { 
    background: #f9a386; 
    color: #fff; 
    text-shadow: none;
  } 

  .container { 
    padding-right: 15px; 
    padding-left: 15px; 
    margin-right: auto; 
    margin-left: auto;
  } 
}     

@media (min-width: 768px){ 
  .container { 
    width: 750px;
  } 
}     

@media (min-width: 992px){ 
  .container { 
    width: 970px;
  } 
}     

@media (min-width: 1200px){ 
  .container { 
    width: 1170px;
  } 
}     

@media all{ 
  .btn-group-vertical > .btn-group:after ,.btn-group-vertical > .btn-group:before ,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,dd:after ,dd:before ,.form-group:after ,.form-group:before ,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before { 
    display: table; 
    content: " ";
  } 

  .btn-group-vertical > .btn-group:after ,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,dd:after ,.form-group:after ,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after { 
    clear: both;
  } 

  .blue { 
    color: #b22222;
  } 

  .blue.section { 
    color: #888; 
    background-color: #161616;
  } 

  .footer.blue.section { 
    padding: 20px 0;
  } 

  a { 
    background-color:   transparent;
    color:  #337ab7; 
    text-decoration:  none;
  } 

  .sl-scrolllink { 
    display: none; 
    position: fixed; 
    z-index: 2147483647;
  } 

  #scrollUp { 
    bottom: 20px; 
    right: 20px; 
    width: 40px; 
    height: 40px; 
    background-color: #b22222; 
    border-radius: 4px; 
    text-align: center; 
    line-height: 35px; 
    opacity: .8; 
    color: #ccc;
  } 

  #scrollUp:before { 
    content: "\f077"; 
    display: inline-block; 
    vertical-align: middle; 
    font: 14px/18px fontawesome,Arial,sans-serif; 
    color: #ccc;
  } 

  a:active,a:hover { 
    outline: 0;
  } 

  a:hover { 
    color: #23527c; 
    text-decoration: underline;
  } 

  a,a:hover { 
    text-decoration: none;
  } 

  .sl-scrolldiv { 
    position: absolute; 
    top: 300px; 
    width: 100%; 
    z-index: 2147483647;
  } 

  .row { 
    margin-right: -15px; 
    margin-left: -15px;
  } 

  .col-md-4 { 
    position: relative; 
    min-height: 1px; 
    padding-right: 15px; 
    padding-left: 15px;
  } 
}     

@media (min-width: 992px){ 
  .col-md-4 { 
    float:  left;
    width: 33.33333333%;
  } 
}     

@media all{ 
  .col-md-6 { 
    position: relative; 
    min-height: 1px; 
    padding-right: 15px; 
    padding-left: 15px;
  } 
}     

@media (min-width: 992px){ 
  .col-md-12 { 
    float:  left;
    width: 100%;
  } 
   .col-md-6 { 
    float:  left;
    width: 50%;
  } 
}     

@media all{ 
  h3 { 
    font-family:   inherit; 
    font-weight:   500; 
    line-height:   1.1; 
    color:   inherit;
    margin-top:  20px; 
    margin-bottom:  10px;
    font-size: 24px;
  } 

  .gray.section h3 { 
	font-family:  Raleway,sans-serif;
    font-size: 17px; 
    color: #aeaeae; 
    margin: 0 0 5px;
	font-weight: bold;
  } 

  .bottomarea { 
    font-family:  Raleway,sans-serif;
    text-align: right;
  } 

  .bottomarea a  { 
    margin: 0 10px 0 0; 
    padding: 0 0 2px; 
    text-decoration: none; 
    color: #888;
  } 

  .bottomarea a:hover  { 
    margin: 0 10px 0 0; 
    color: #ccc; 
    text-decoration: none;
  } 
}     
  .about-img-wrap5 {
    position: relative;
    background-image: url(https://media.istockphoto.com/id/102742736/photo/thirsty-person-reaching-for-refreshing-bottle-of-water.jpg?s=612x612&w=0&k=20&c=C75-8gS0fxOjvOKvrGyXFd9f22rLfVPBVsQHn1fpQUI=);
    height: 350px;
    border-radius: 10px;
  }


