/**
* Template Name: OnePage - v3.0.0
* Template URL: https://bootstrapmade.com/onepage-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  /*overflow: hidden;*/  

}

a {
  color: #2487ce;
  text-decoration: none;
}

a:hover {
  color: #469fdf;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

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


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #2487ce;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  background: #fff;
  z-index: 997;
  padding: 15px 0;
  border-bottom: 1px solid #e6f2fb;
}

#header.header-scrolled {
  border-color: #fff;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #16507b;
}

#header .logo img {
  max-height: 50px;
}

@media (max-width: 1002px) {
  #header .logo {
    font-size: 28px;
  }
}

#header .logo img:hover{
  transform: scale(1.1);
  transition: 0.3s;
}

#header .scolltxt{
  width: 100px;
}


/* Get Startet Button */
.get-started-btn {
  margin-left: 25px;
  background: #2487ce;
  color: #fff;
  border-radius: 5px;
  padding: 10px 30px 11px 30px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.get-started-btn:hover {
  background: #2079b8;
  color: #fff;
}

@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 5px 18px 6px 18px;
    border-radius: 3px;
  }
}


/*--------------------------------------------------------------
# Viepoint Section
--------------------------------------------------------------*/
#viewpoint {

  background: url("../img/vpbg.jpeg") top center; 
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  

}

#viewpoint:before {
  content: "";
  background: rgba(255, 255, 255, 0.445);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#viewpoint .container {
  padding-top: 10px;
  text-align: center;
  vertical-align: middle;
}

#viewpoint h1 {
  margin: 0;
  font-size: 47px;
  font-weight: 700;
  line-height: 72px;
  color: #124265;
  font-family: "Poppins", sans-serif;
}

#viewpoint h2 {
  color: #5e5e5e;
  margin: 10px 0 0 0;
  font-size: 16px;
}

#viewpoint .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  line-height: normal;
  padding: 14px 50px;
  border-radius: 5px;
  border-bottom: 6px solid #001fff;
  transition: 0.5s;
  margin-top: 10px;
  color: #fff;
  background: #2487ce;
}

#viewpoint .btn-get-started:hover {
  background: #0d7fd1;
  border-bottom-width: 3px;
  -moz-box-shadow: 1px 1px 5px #999;
  -webkit-box-shadow: 1px 1px 5px #999;
  box-shadow: 1px 1px 5px #999;
}

#viewpoint .icon-boxes1 {
  margin-top: 10px;
}

#viewpoint .icon-box {
  height: 220px;
  padding: 50px 30px;
  line-height: 10px;
  position: relative;
  overflow: hidden;
  background: #fff;
  opacity: 0.7;
  box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  display: inline-block; /*change add*/
  width: 100%; /* change add */
  max-width: 300px; /* change add */
  margin: 10px; /* change add */
}

#viewpoint .icon-box .title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

#viewpoint .icon-box .title a {
  color: #124265;
  transition: 0.3s;
}

#viewpoint .icon-box .description {
  font-size: 15px;
  line-height: 28px;
  margin-top: 10px;
}

#viewpoint .icon-box .icon {
  margin-bottom: 10px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 36px;
  line-height: 1;
  color: #2487ce;
}

#viewpoint .icon-box:hover {
  transform: scale(1.08);
  opacity: 1;
  border: solid 1px #CCC;
  -moz-box-shadow: 1px 1px 5px #999;
  -webkit-box-shadow: 1px 1px 5px #999;
  box-shadow: 1px 1px 5px #999;
  transition:0.5s;
}

#viewpoint .icon-box:hover .title a {
  color: #2487ce;
}

@media (min-width: 1024px) {
  #viewpoint {
    background-attachment: fixed;
  }
}

@media (max-width: 992px), (max-height: 500) {
  #viewpoint {
    height: auto;
  }
  #viewpoint h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #viewpoint h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0;
}

.section-bg {
  background-color: #f8fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #124265;
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px; 
  color: #919191; 
  display: inline-block; /* change add */
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f8fbfe;
  min-height: 40px;
  margin-top: 80px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 62px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #1a5e90;
  content: "/";
}

@media (max-width: 1000px) {  /* 768px */
  .breadcrumbs .d-flex {
    display:  /* change = block !important; */
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer{
  background-color: black; 
  position: fixed;
  color: white;
  text-align: center;
  height: 44px;
  bottom: 0px;
  width: 100%;
}