@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  line-height: 26px;
}
body a {
  color: #0D4D84;
}
body h1, body h2, body h3, body h4 {
  color: #0D4D84;
}
body h2 {
  font-size: 48px;
}
body img {
  max-width: 100%;
}
body .container {
  max-width: 1544px;
}
body .container.small {
  max-width: 920px;
}
body .vertical-text {
  display: flex;
  align-items: center;
  height: 100%;
}
body #header .navbar-top {
  padding: 13px 0px;
  background-color: #fff;
}
body #header .navbar-top .container {
  max-width: 1544px;
}
body #header .navbar-top .container .logo img {
  width: auto;
  max-height: 40px;
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  body #header .navbar-top .container .logo img {
    margin-top: 0;
  }
}
body #header .navbar-top .container .responsive-menu {
  display: none;
}
@media only screen and (max-width: 767px) {
  body #header .navbar-top .container .responsive-menu {
    display: block;
    font-size: 35px;
    position: absolute;
    right: 27px;
    top: 13px;
  }
}
body #header .navbar-top .container #menu-main {
  width: auto;
}
@media only screen and (max-width: 767px) {
  body #header .navbar-top .container #menu-main {
    margin-top: 25px;
    display: none;
  }
}
body #header .navbar-top .container #menu-main ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  float: right;
}
@media only screen and (max-width: 767px) {
  body #header .navbar-top .container #menu-main ul {
    display: block;
  }
}
body #header .navbar-top .container #menu-main ul li {
  width: auto;
  float: left;
  margin-right: 56px;
}
body #header .navbar-top .container #menu-main ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  body #header .navbar-top .container #menu-main ul li {
    width: 100%;
    margin-right: 0;
  }
}
body #header .navbar-top .container #menu-main ul li a {
  color: #0D4D84;
  font-size: 22px;
  line-height: 62.08px;
}
@media only screen and (max-width: 767px) {
  body #header .navbar-top .container #menu-main ul li a {
    line-height: 40px;
  }
}
body #header .navbar-top .container #menu-main ul li a:hover {
  color: #527D9F;
}
body #footer {
  background-color: rgba(82, 125, 159, 0.2);
  padding: 70px 0px;
  font-size: 16px;
  color: #000;
}
@media only screen and (max-width: 767px) {
  body #footer {
    padding: 20px 0px;
  }
}
body #footer h1 {
  color: #0D4D84;
  margin-bottom: 45px;
}
body #main-banner {
  height: 650px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  body #main-banner {
    height: 330px;
    margin-bottom: 30px;
  }
}
body #main-banner .carousel {
  margin: 0 auto;
  position: relative;
  top: 20px;
}
@media only screen and (max-width: 767px) {
  body #main-banner .carousel {
    width: 100%;
  }
}
body #main-banner .carousel img {
  width: auto;
  height: 539px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  body #main-banner .carousel img {
    height: auto;
  }
}
body #main-banner .carousel .owl-dots {
  position: absolute;
  bottom: -35px;
  height: 10px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  body #main-banner .carousel .owl-dots {
    bottom: -15px;
  }
}
body #main-banner .carousel .owl-dots .owl-dot {
  height: 10px;
  width: 49.5px;
  border-radius: 12px;
  background-color: #0D4D84;
  margin-right: 17.5px;
}
@media only screen and (max-width: 767px) {
  body #main-banner .carousel .owl-dots .owl-dot {
    width: 30px;
  }
}
body #main-banner .carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
body #main-banner .carousel .owl-dots .owl-dot.active, body #main-banner .carousel .owl-dots .owl-dot:hover {
  background-color: #1083FF;
}
body #about {
  padding-top: 25px;
  padding-bottom: 123px;
}
@media only screen and (max-width: 767px) {
  body #about {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
body #about .rv-animation-box {
  text-align: center;
  margin-bottom: 50px;
}
body #about .rv-animation-box img {
  width: 200px;
  height: auto;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
body #about .rv-animation-box img.fade-out {
  opacity: 0;
}
body #about .about-nav {
  margin-bottom: 50px;
}
body #about .about-nav ul {
  padding: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}
body #about .about-nav ul li {
  display: inline-block;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  body #about .about-nav ul li {
    margin-right: 3px;
    margin-bottom: 10px;
  }
}
body #about .about-nav ul li a {
  color: #fff;
  text-decoration: none;
  background-color: #0D4D84;
  border-radius: 12px;
  padding: 9px 10px;
}
body #about .about-nav ul li a.active, body #about .about-nav ul li a:hover {
  background-color: #1083FF;
}
body #about .about-box {
  display: none;
}
body #about .about-box.active {
  display: block;
}
body #demo {
  padding-top: 109px;
  padding-bottom: 127px;
}
@media only screen and (max-width: 767px) {
  body #demo {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
body #demo h2 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  body #demo h2 {
    margin-bottom: 30px;
  }
}
body #demo .demo-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body #demo .demo-nav ul li {
  width: 100%;
  margin-bottom: 20px;
}
body #demo .demo-nav ul li a {
  text-decoration: none;
  text-align: left;
  border: 1px solid #527D9F;
  border-radius: 60px;
  padding: 15px 15px;
  min-width: 387px;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  body #demo .demo-nav ul li a {
    min-width: -webkit-fill-available;
  }
}
body #demo .demo-nav ul li a:hover, body #demo .demo-nav ul li a.active {
  color: #fff;
  background-color: #1083FF;
}
body #demo .demo-nav ul li a:hover::after, body #demo .demo-nav ul li a.active::after {
  background-image: url("../images/play1.png");
}
body #demo .demo-nav ul li a::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 22px;
  background-image: url("../images/play2.png");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}
body #demo .demo-box {
  display: none;
}
body #demo .demo-box.active {
  display: block;
}
body #definitions {
  padding-top: 109px;
  padding-bottom: 127px;
}
@media only screen and (max-width: 767px) {
  body #definitions {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
body #definitions .definitions-nav {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  body #definitions .definitions-nav {
    margin-top: 20px;
  }
}
body #definitions .definitions-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
body #definitions .definitions-nav ul li {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  body #definitions .definitions-nav ul li {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
body #definitions .definitions-nav ul li:last-child {
  margin-right: 0;
}
body #definitions .definitions-nav ul li a {
  text-decoration: none;
  padding: 9px 10px;
}
body #definitions .definitions-nav ul li a.active, body #definitions .definitions-nav ul li a:hover {
  background-color: #1083FF;
  color: #fff;
  border-radius: 12px;
}
body #definitions .definitions-boxs {
  margin-top: 40px;
  border-radius: 16px;
  padding: 35px;
  box-shadow: 0px 0px 60px -24px rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 767px) {
  body #definitions .definitions-boxs {
    margin-top: 20px;
    padding: 25px;
  }
}
body #definitions .definitions-boxs .definitions-box {
  display: none;
}
body #definitions .definitions-boxs .definitions-box.active {
  display: block;
}
body #definitions .definitions-boxs .definitions-box .df-content {
  display: inline-block;
}
body #definitions .definitions-boxs .definitions-box .df-content h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
body #definitions .definitions-boxs .definitions-box .df-content ul {
  padding-left: 0;
}
body #definitions .definitions-boxs .definitions-box .df-content ul li {
  list-style: none;
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}
body #definitions .definitions-boxs .definitions-box .df-content ul li::before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #1182FB;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 8px;
}
body #definitions .definitions-boxs .definitions-box .df-content img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  body #definitions .definitions-boxs .definitions-box .df-content img {
    width: 100%;
    margin-bottom: 15px;
  }
}/*# sourceMappingURL=custom.css.map */