/*@Media Query Mixin*/
/*@Media Query Mixin End*/
* {
  margin: 0;
  padding: 0;
  font-family: var(--jost-regular);
  font-size: 17px;
}

:root {
  --theme-blue: #12405a;
  --theme-gold: #b59518;
  --jost-regular: 'jost-regular';
  --jost-semibold: 'jost-semibold';
  --monterchi-book: 'monterchi-book';
  --coronet: 'coronet';
}

@font-face {
  font-family: "jost-regular";
  src: url("../fonts/jost-regular.woff2") format("woff2"), url("../fonts/jost-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "jost-semibold";
  src: url("../fonts/jost-semibold.woff2") format("woff2"), url("../fonts/jost-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "monterchi-book";
  src: url("../fonts/monterchi-book.woff2") format("woff2"), url("../fonts/monterchi-book.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "coronet";
  src: url("../fonts/coronet.woff2") format("woff2"), url("../fonts/coronet.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
body {
  padding-top: 115px;
}
@media screen and (max-width: 991px) {
  body {
    padding-top: 95px;
  }
}

.container {
  max-width: 84%;
}
@media screen and (max-width: 1470px) {
  .container {
    max-width: 90%;
  }
}

.right-container {
  max-width: 92%;
  margin-left: 8%;
}
@media screen and (max-width: 1440px) {
  .right-container {
    max-width: 90%;
  }
}
@media screen and (max-width: 991px) {
  .right-container {
    margin-left: 0;
    margin: auto;
  }
}

.desc {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 8px;
  margin-bottom: 0;
}

.body-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.body-overlay.is-active {
  display: block;
}

.sub-heading {
  position: relative;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .sub-heading {
    font-size: 14px;
  }
}
.sub-heading .vector-icon {
  position: absolute;
  top: -180%;
  left: 50%;
  transform: translate(-50%, 0);
}
.sub-heading .vector-icon.left {
  left: 5%;
}

.heading {
  font-size: 36px;
  line-height: 38px;
  font-family: var(--monterchi-book);
  text-transform: uppercase;
}
@media screen and (max-width: 1470px) {
  .heading {
    font-size: 30px;
    line-height: 32px;
  }
}
@media screen and (max-width: 600px) {
  .heading {
    font-size: 22px;
    line-height: 24px;
  }
}

.theme-btn {
  position: relative;
  color: #000;
  text-decoration: none;
  border: 1px solid var(--theme-blue);
  padding: 10px 30px;
  transition: all 0.6s ease;
  z-index: 1;
}
.theme-btn.wht {
  color: #fff;
  border: 1px solid #fff;
}
.theme-btn.wht:before {
  background-color: #2e5266;
}
.theme-btn.wht:after {
  background-color: #fff;
}
.theme-btn.wht:hover {
  color: #000;
}
.theme-btn.wht:hover:before {
  background-color: #fff;
}
.theme-btn.blue:before {
  background-color: var(--theme-blue);
}
.theme-btn.diff:before {
  background-color: #eeedf3;
}
.theme-btn:hover {
  color: #fff;
  cursor: pointer;
}
.theme-btn:hover:before {
  background-color: var(--theme-blue);
  z-index: -1;
}
.theme-btn:hover:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.theme-btn:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  top: -1px;
  left: -1px;
  transition: all 0.6s ease;
}
.theme-btn:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: var(--theme-blue);
  top: -1px;
  left: -1px;
  transition: all 0.6s ease;
}
.theme-btn i {
  font-size: 10px;
}

.banner {
  position: relative;
}
@media screen and (max-width: 991px) {
  .banner .img {
    height: 300px;
    overflow: hidden;
  }
}
@media screen and (max-width: 991px) {
  .banner .img img {
    transform: scale(2);
  }
}
@media screen and (max-width: 600px) {
  .banner .img img {
    transform: scale(4) translate(0, 20px);
  }
}
.banner .txt {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
  .banner .txt {
    left: 40%;
  }
}
.banner .txt.center {
  left: 50%;
}
.banner .txt p {
  font-size: 36px;
  line-height: 38px;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: var(--monterchi-book);
}
@media screen and (max-width: 991px) {
  .banner .txt p {
    font-size: 25px;
    line-height: 27px;
  }
}
.banner .txt p span {
  font-family: var(--jost-regular);
  font-size: 32px;
}
@media screen and (max-width: 991px) {
  .banner .txt p span {
    font-size: 24px;
  }
}

.team-popup .modal-header {
  background-color: var(--theme-blue);
  color: #fff;
  margin-top: 50px;
  border-radius: 0;
  padding: 20px 70px;
}
@media screen and (max-width: 1680px) {
  .team-popup .modal-header {
    padding: 20px 50px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1470px) {
  .team-popup .modal-header {
    padding: 10px 40px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .team-popup .modal-header {
    padding: 10px 20px;
  }
}
.team-popup .modal-header .modal-title {
  font-size: 30px;
}
.team-popup .modal-header .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 10px;
  opacity: 1;
  transition: all 0.6s ease;
}
.team-popup .modal-header .btn-close:hover {
  background-color: #c5c5c5;
}
.team-popup .modal-header .btn-close:focus {
  box-shadow: none;
}
@media screen and (max-width: 1680px) {
  .team-popup .modal-header .btn-close {
    top: 50px;
    background-color: #fff;
  }
}
@media screen and (max-width: 1470px) {
  .team-popup .modal-header .btn-close {
    top: 40px;
  }
}
.team-popup .modal-body {
  position: relative;
  padding: 50px 70px;
  overflow: hidden;
  text-align: justify;
}
@media screen and (max-width: 1680px) {
  .team-popup .modal-body {
    padding: 20px 50px;
  }
}
@media screen and (max-width: 1470px) {
  .team-popup .modal-body {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 600px) {
  .team-popup .modal-body {
    padding: 20px;
  }
}
.team-popup .modal-body .vector {
  position: absolute;
  right: -100px;
  bottom: -50px;
}

.text-justify {
  text-align: justify;
}

@media screen and (max-width: 1680px) {
  .dn-1680 {
    display: none;
  }
}

.select-wrapper {
  position: relative;
}
.select-wrapper:before {
  position: absolute;
  content: url(../images/icons/down-arrow.png);
  top: 50%;
  transform: translate(0, -50%);
  right: 10px;
  font-size: 1rem;
  z-index: 1;
}
.select-wrapper select {
  width: 15%;
  padding: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 991px) {
  .select-wrapper select {
    width: 100%;
  }
}

.news-item {
  position: relative;
  border: 1px solid var(--theme-blue);
  height: 100%;
  padding-bottom: 50px;
}
.news-item .txt {
  position: relative;
  padding: 20px;
}
.news-item .txt a {
  color: #000;
  text-decoration: none;
}
.news-item .txt a i {
  font-size: 10px;
}
.news-item .txt .date {
  position: absolute;
  top: -58px;
  left: 4%;
  text-align: center;
}
.news-item .txt .date h5 {
  background-color: var(--theme-gold);
  margin-bottom: 0;
  padding: 10px;
  color: #fff;
  font-family: var(--jost-semibold);
  font-size: 36px;
}
.news-item .txt .date p {
  background-color: #e1e1e1;
  padding: 5px;
}
.news-item .bottom-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-item .bottom-text:before {
  position: absolute;
  content: "";
  width: 92%;
  height: 1px;
  background-color: #d1d1d1;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.news-item .bottom-text a {
  color: #000;
  text-decoration: none;
}
.news-item.digital .txt .date {
  top: -35px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.news-item.digital .txt .date h4 {
  background-color: var(--theme-gold);
  color: #fff;
  padding: 10px;
  font-size: 20px;
  margin-bottom: 0;
}
.news-item.digital .bottom-text:before {
  display: none;
}

@media screen and (max-width: 991px) {
  .orderChange {
    order: 2;
  }
}

.event-list select {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .event-list select {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .event-list select {
    font-size: 14px;
  }
}

.nav-pills {
  justify-content: center;
}
.nav-pills .nav-item {
  position: relative;
}
.nav-pills .nav-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--theme-blue);
  left: 0;
  bottom: 0;
}
.nav-pills .nav-item .nav-link {
  position: relative;
  background-color: transparent;
  color: #000;
  border-radius: 0;
  padding: 10px 30px;
  z-index: 1;
  transition: all 0.6s ease;
}
.nav-pills .nav-item .nav-link:hover {
  color: #fff;
}
.nav-pills .nav-item .nav-link:hover:after {
  width: 100%;
}
.nav-pills .nav-item .nav-link.first:before {
  display: none;
}
.nav-pills .nav-item .nav-link.first:after {
  right: 0;
}
.nav-pills .nav-item .nav-link.second:after {
  left: 0;
}
.nav-pills .nav-item .nav-link:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
}
.nav-pills .nav-item .nav-link:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background-color: var(--theme-blue);
  top: 0;
  z-index: -1;
  transition: all 0.6s ease;
}
.nav-pills .nav-item .nav-link.active {
  color: #fff;
}
.nav-pills .nav-item .nav-link.active:after {
  width: 100%;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #12202e;
  transition: all 0.6s ease;
}
@media screen and (max-width: 991px) {
  .navbar {
    padding: 0;
  }
}
.navbar .container {
  align-items: end;
}
@media screen and (max-width: 991px) {
  .navbar .container {
    align-items: center;
    max-width: 100%;
    padding: 0;
  }
}
.navbar .navbar-brand {
  width: 7%;
}
@media screen and (max-width: 1680px) {
  .navbar .navbar-brand {
    width: 7%;
  }
}
@media screen and (max-width: 1470px) {
  .navbar .navbar-brand {
    width: 8%;
  }
}
@media screen and (max-width: 991px) {
  .navbar .navbar-brand {
    padding-left: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 16%;
  }
}
@media screen and (max-width: 600px) {
  .navbar .navbar-brand {
    width: 25%;
  }
}
@media screen and (max-width: 400px) {
  .navbar .navbar-brand {
    width: 27%;
  }
}
.navbar .navbar-toggler {
  border: none;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-toggler {
    padding-right: 5%;
  }
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/icons/menu-bar.png);
}
.navbar .navbar-toggler .navbar-toggler-icon.on {
  background-image: url(../images/icons/menu-close.png);
}
@media screen and (max-width: 991px) {
  .navbar .navbar-nav {
    margin-top: 20px;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  padding: 5px;
  margin: 0 10px;
}
@media screen and (max-width: 1470px) {
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 15px;
  }
}
@media screen and (max-width: 1366px) {
  .navbar .navbar-nav .nav-item .nav-link {
    margin: 0 5px;
  }
}
@media screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: unset;
    padding: 15px 5%;
    margin: unset;
  }
}
.navbar .navbar-nav .nav-item .nav-link.last {
  margin-right: 0;
}
.navbar .navbar-nav .nav-item .nav-link:before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  transition: all 0.6s ease;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item .nav-link:before {
    width: 100%;
  }
}
.navbar .navbar-nav .nav-item .nav-link.active:before, .navbar .navbar-nav .nav-item .nav-link:hover:before {
  width: 100%;
}
.navbar .navbar-nav .nav-item.dropdown {
  position: relative;
  padding-right: 10px;
}
@media screen and (max-width: 1366px) {
  .navbar .navbar-nav .nav-item.dropdown {
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item.dropdown {
    padding-right: 0;
  }
}
.navbar .navbar-nav .nav-item.dropdown .arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 10px;
  display: unset;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item.dropdown .arrow {
    width: 6%;
    height: 50%;
    top: 27px;
  }
}
@media screen and (max-width: 600px) {
  .navbar .navbar-nav .nav-item.dropdown .arrow {
    width: 13%;
  }
}
@media screen and (max-width: 400px) {
  .navbar .navbar-nav .nav-item.dropdown .arrow {
    width: 15%;
  }
}
@media screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item.dropdown .arrow:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  border-radius: 0;
  padding: 0;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu li a {
  transition: all 0.6s ease;
  padding: 10px;
  text-transform: uppercase;
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu li a {
    padding: 10px 5%;
  }
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu li a:hover {
  background-color: var(--theme-blue);
  color: #fff;
}

.subnav {
  background-color: #ebebeb;
  padding: 15px;
  transition: all 0.4s ease;
  border-bottom: 1px solid #cecece;
}
@media screen and (max-width: 1470px) {
  .subnav {
    padding: 10px;
  }
}
@media screen and (max-width: 991px) {
  .subnav {
    display: none;
  }
}
.subnav.fixed {
  position: fixed;
  top: 117px;
  width: 100%;
  z-index: 99;
}
.subnav ul {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  justify-content: center;
  transition: all 0.4s ease;
}
.subnav ul li {
  position: relative;
  list-style-type: none;
  display: inline-block;
  margin: 0 20px;
}
.subnav ul li.first:before {
  display: none;
}
.subnav ul li:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #000;
  top: 0;
  left: -20px;
}
.subnav ul li a {
  color: #000;
  text-decoration: none;
}

#mainSlider {
  position: relative;
}
#mainSlider .carousel-inner .carousel-item .slider-img {
  animation: zoom-in 10s forwards;
}
@media screen and (max-width: 991px) {
  #mainSlider .carousel-inner .carousel-item .slider-img {
    animation: unset;
  }
}
#mainSlider .carousel-inner .carousel-item .carousel-caption {
  right: unset;
  bottom: unset;
  padding-top: unset;
  padding-bottom: unset;
  color: #000;
  text-align: unset;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  animation: slide_left 2s forwards;
}
#mainSlider .carousel-inner .carousel-item .carousel-caption.top {
  top: 30%;
}
#mainSlider .carousel-inner .carousel-item .carousel-caption.right {
  left: 72%;
}
#mainSlider .carousel-inner .carousel-item .carousel-caption p {
  font-size: 25px;
  margin-bottom: 0;
  font-family: var(--monterchi-book);
}
@media screen and (max-width: 1440px) {
  #mainSlider .carousel-inner .carousel-item .carousel-caption p {
    font-size: 20px;
  }
}
#mainSlider .carousel-inner .carousel-item .carousel-caption h3 {
  font-size: 50px;
  line-height: 45px;
  font-family: var(--monterchi-book);
}
@media screen and (max-width: 1440px) {
  #mainSlider .carousel-inner .carousel-item .carousel-caption h3 {
    font-size: 40px;
    line-height: 35px;
  }
}
#mainSlider .carousel-control-next,
#mainSlider .carousel-control-prev {
  top: unset;
  bottom: 50px;
  display: unset;
  align-items: unset;
  width: unset;
  padding: unset;
  color: unset;
  text-align: unset;
  filter: unset;
  opacity: unset;
  transition: unset;
  background-color: var(--theme-blue);
  padding: 15px;
  line-height: 0;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1470px) {
  #mainSlider .carousel-control-next,
  #mainSlider .carousel-control-prev {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 1366px) {
  #mainSlider .carousel-control-next,
  #mainSlider .carousel-control-prev {
    bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  #mainSlider .carousel-control-next,
  #mainSlider .carousel-control-prev {
    bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  #mainSlider .carousel-control-next,
  #mainSlider .carousel-control-prev {
    padding: 2px 10px;
  }
}
#mainSlider .carousel-control-next:hover,
#mainSlider .carousel-control-prev:hover {
  background-color: #122c3b;
}
#mainSlider .carousel-control-prev {
  left: unset;
  right: 170px;
}
@media screen and (max-width: 991px) {
  #mainSlider .carousel-control-prev {
    right: 120px;
  }
}
@media screen and (max-width: 600px) {
  #mainSlider .carousel-control-prev {
    right: 70px;
  }
}
@media screen and (max-width: 1470px) {
  #mainSlider .carousel-control-prev .carousel-control-prev-icon {
    width: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  #mainSlider .carousel-control-prev .carousel-control-prev-icon {
    width: 1rem;
  }
}
#mainSlider .carousel-control-next {
  right: 100px;
}
@media screen and (max-width: 991px) {
  #mainSlider .carousel-control-next {
    right: 50px;
  }
}
@media screen and (max-width: 600px) {
  #mainSlider .carousel-control-next {
    right: 20px;
  }
}
@media screen and (max-width: 1470px) {
  #mainSlider .carousel-control-next .carousel-control-next-icon {
    width: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  #mainSlider .carousel-control-next .carousel-control-next-icon {
    width: 1rem;
  }
}
#mainSlider .scroll-down-btn {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 50px;
  z-index: 99;
  background-color: #fff;
  padding: 15px 10px;
  border-radius: 50px;
}
@media screen and (max-width: 1366px) {
  #mainSlider .scroll-down-btn {
    bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  #mainSlider .scroll-down-btn {
    bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  #mainSlider .scroll-down-btn {
    padding: 5px 3px;
    text-align: center;
  }
}
#mainSlider .scroll-down-btn img {
  animation: bounce 2s infinite;
}
@media screen and (max-width: 600px) {
  #mainSlider .scroll-down-btn img {
    width: 50%;
  }
}

.hmsec01 {
  position: relative;
  padding: 100px 200px 50px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 1470px) {
  .hmsec01 {
    padding: 100px 100px 50px;
  }
}
@media screen and (max-width: 991px) {
  .hmsec01 {
    padding: 100px 0 50px;
  }
}
@media screen and (max-width: 600px) {
  .hmsec01 {
    padding: 70px 0 30px;
  }
}
.hmsec01 .vector {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .hmsec01 .vector {
    opacity: 0.2;
  }
}
.hmsec01 .vector02 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.hmsec02 {
  position: relative;
  padding: 100px 0 50px;
  background-color: var(--theme-blue);
}
@media screen and (max-width: 600px) {
  .hmsec02 {
    padding: 70px 0 30px;
  }
}
.hmsec02 .item {
  position: relative;
  transition: all 0.6s ease;
  background-color: #2e5266;
  color: #fff;
  height: 670px;
}
@media screen and (max-width: 1680px) {
  .hmsec02 .item {
    height: 650px;
  }
}
@media screen and (max-width: 1470px) {
  .hmsec02 .item {
    height: 730px;
  }
}
@media screen and (max-width: 600px) {
  .hmsec02 .item {
    height: 600px;
  }
}
.hmsec02 .item .img .active-view {
  display: none;
}
.hmsec02 .item .txt {
  padding: 20px;
  text-align: justify;
}
.hmsec02 .item .txt .theme-btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
}
.hmsec02 .owl-nav {
  margin-top: 20px;
  text-align: right;
}
.hmsec02 .owl-nav .owl-prev,
.hmsec02 .owl-nav .owl-next {
  position: relative;
  background-color: var(--theme-gold) !important;
  margin: 5px;
  width: 50px;
  height: 50px;
  z-index: 1;
}
.hmsec02 .owl-nav .owl-prev:hover:before,
.hmsec02 .owl-nav .owl-next:hover:before {
  width: 100%;
}
.hmsec02 .owl-nav .owl-prev:hover i,
.hmsec02 .owl-nav .owl-next:hover i {
  color: var(--theme-blue);
}
.hmsec02 .owl-nav .owl-prev:before,
.hmsec02 .owl-nav .owl-next:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background-color: #fff;
  top: 0;
  z-index: -1;
  transition: all 0.6s ease;
}
.hmsec02 .owl-nav .owl-prev i,
.hmsec02 .owl-nav .owl-next i {
  padding-top: 8px;
  color: #fff;
  transition: all 0.6s ease;
}
.hmsec02 .owl-nav .owl-prev:before {
  right: 0;
}
.hmsec02 .owl-nav .owl-next:before {
  left: 0;
}

.hmsec03 {
  position: relative;
  padding: 100px 0 50px;
}
@media screen and (max-width: 600px) {
  .hmsec03 {
    padding: 70px 0 30px;
  }
}

.hmsec04 {
  position: relative;
  padding: 50px 0;
  background-color: #eeedf3;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .hmsec04 {
    padding: 30px 0;
  }
}
.hmsec04 .vector {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.hmsec04 .vector2 {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.abtsec01 {
  position: relative;
  padding: 100px 0 50px;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .abtsec01 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 600px) {
  .abtsec01 {
    padding: 30px 0;
  }
}
.abtsec01 .vector {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .abtsec01 .vector {
    right: -50px;
  }
}
.abtsec01 .vector2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .abtsec01 .vector2 {
    opacity: 0.2;
  }
}

.abtsec02 {
  position: relative;
  padding: 100px 0 50px;
  background-color: var(--theme-blue);
  color: #fff;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .abtsec02 {
    padding: 70px 0 30px;
  }
}
.abtsec02:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 70%;
  background-color: #385a6e;
  top: 20%;
  left: 36%;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .abtsec02:before {
    display: none;
  }
}
.abtsec02:after {
  position: absolute;
  content: "";
  width: 36%;
  height: 1px;
  background-color: #385a6e;
  top: 90%;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .abtsec02:after {
    display: none;
  }
}
.abtsec02 .vector {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.abtsec02 .head {
  display: flex;
  align-items: center;
}
.abtsec02 .head p {
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 10px;
  font-size: 20px;
  letter-spacing: 2px;
}
.abtsec02 ul li {
  padding: 2px 0;
}
.abtsec02 ul li::marker {
  color: var(--theme-gold);
}
.abtsec02 h4 {
  color: var(--theme-gold);
}

.abtsec03 {
  position: relative;
  padding: 100px 0 50px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .abtsec03 {
    padding: 70px 0 30px;
  }
}
.abtsec03 .vector {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .abtsec03 .vector {
    opacity: 0.2;
  }
}
.abtsec03 .moretext {
  display: none;
}
.abtsec03 .moreless-button:hover {
  cursor: pointer;
}

.abtsec04 {
  position: relative;
  padding: 50px 0;
  background-color: var(--theme-blue);
  color: #fff;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .abtsec04 {
    padding: 30px 0;
  }
}
.abtsec04 .vector {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .abtsec04 .vector {
    display: none;
  }
}

.abtsec05 {
  position: relative;
  padding: 100px 0 50px;
  background-color: #eeedf3;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .abtsec05 {
    padding: 70px 0 30px;
  }
}
.abtsec05 .vector {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.abtsec05 a {
  color: #000;
  text-decoration: none;
}
.abtsec05 .item {
  background-color: #fff;
  height: 100%;
  transition: all 0.6s ease;
}
.abtsec05 .item:hover {
  background-color: var(--theme-blue);
  color: #fff;
}
.abtsec05 .item:hover .img:before {
  opacity: 1;
}
.abtsec05 .item .img {
  position: relative;
}
.abtsec05 .item .img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.6s ease;
}
.abtsec05 .item .txt {
  text-align: center;
  padding: 20px;
}
.abtsec05 .item .txt p {
  margin-bottom: 0;
}

.busin04-sec01 {
  position: relative;
  padding: 50px 0;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .busin04-sec01 {
    padding: 30px 0;
  }
}
.busin04-sec01 .vector {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.2;
}
@media screen and (max-width: 1680px) {
  .busin04-sec01 .vector {
    opacity: 0.1;
  }
}
.busin04-sec01 .vector2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.eventsec01 {
  position: relative;
  padding: 50px 0;
}
@media screen and (max-width: 600px) {
  .eventsec01 {
    padding: 30px 0;
  }
}
.eventsec01 .heading span {
  font-family: "times new roman";
  font-size: 35px;
  font-weight: 300;
}
@media screen and (max-width: 1470px) {
  .eventsec01 .heading span {
    font-size: 31px;
  }
}
@media screen and (max-width: 600px) {
  .eventsec01 .heading span {
    font-size: 20px;
  }
}
.eventsec01 .img img {
  border: 1px solid #e0e0e0;
}

.awardsec01 {
  position: relative;
  padding: 100px 0 50px;
  background-color: #eeedf3;
}
@media screen and (max-width: 600px) {
  .awardsec01 {
    padding: 70px 0 30px;
  }
}
.awardsec01 .item {
  position: relative;
  background-color: var(--theme-blue);
  text-align: center;
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
}
.awardsec01 .item .img {
  padding: 50px;
  background-color: #fff;
}
@media screen and (max-width: 1470px) {
  .awardsec01 .item .img {
    padding: 30px;
  }
}
.awardsec01 .item .txt {
  position: relative;
  color: #fff;
  padding: 10px;
  border-radius: 0 0 20px 20px;
}
.awardsec01 .item .txt h4 {
  font-family: var(--jost-semibold);
}
.awardsec01 .item .txt small {
  position: absolute;
  top: -40px;
  right: 0;
  color: #000;
  padding: 10px;
}

.awardsec02 {
  position: relative;
  padding: 50px 0;
}
@media screen and (max-width: 600px) {
  .awardsec02 {
    padding: 30px 0;
  }
}
.awardsec02 table th {
  background-color: var(--theme-blue);
  color: #fff;
}
@media screen and (max-width: 600px) {
  .awardsec02 table th {
    min-width: 15em;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 600px) {
  .awardsec02 table td {
    min-width: 15em;
  }
}

.newsmediasec01 {
  position: relative;
  padding: 100px 0 50px;
}
@media screen and (max-width: 600px) {
  .newsmediasec01 {
    padding: 70px 0 30px;
  }
}
.newsmediasec01 .data {
  padding: 0 200px;
  text-align: center;
}
@media screen and (max-width: 1680px) {
  .newsmediasec01 .data {
    padding: 0 100px;
  }
}
@media screen and (max-width: 991px) {
  .newsmediasec01 .data {
    padding: 0;
    text-align: justify;
  }
}

.csrsec01 {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .csrsec01 {
    padding: 30px 0;
  }
}
.csrsec01 .vector {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .csrsec01 .vector {
    display: none;
  }
}
.csrsec01 .content {
  background-color: var(--theme-blue);
  padding: 50px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .csrsec01 .content {
    padding: 20px;
  }
}
.csrsec01 .content .item {
  padding: 0 100px;
}
@media screen and (max-width: 1680px) {
  .csrsec01 .content .item {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1600px) {
  .csrsec01 .content .item {
    padding: 0 18px;
  }
}
@media screen and (max-width: 1440px) {
  .csrsec01 .content .item {
    padding: 0 18px;
  }
}

.csrsec02 {
  position: relative;
  padding: 50px 0;
  background-color: #eeedf3;
}
.csrsec02 ul {
  padding-left: 20px;
  padding-bottom: 0;
}
.csrsec02 ul li {
  margin: 5px 0;
}
.csrsec02 ul li::marker {
  color: var(--theme-gold);
}

.csrsec03 {
  position: relative;
  padding: 50px 0;
}
@media screen and (max-width: 600px) {
  .csrsec03 {
    padding: 30px 0;
  }
}

.csrsec04 {
  position: relative;
  padding: 50px 0;
  background-color: #eeedf3;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .csrsec04 {
    padding: 30px 0;
  }
}
.csrsec04 .vector {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.csrsec05 {
  position: relative;
  padding: 50px 0;
}
@media screen and (max-width: 600px) {
  .csrsec05 {
    padding: 30px 0;
  }
}

.csrsec06 {
  position: relative;
  padding: 50px 0;
  background-color: #eeedf3;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .csrsec06 {
    padding: 30px 0;
  }
}
.csrsec06 .vector {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.csrsec07 {
  position: relative;
  padding: 50px 0;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .csrsec07 {
    padding: 30px 0;
  }
}
.csrsec07 .vector {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 1680px) {
  .csrsec07 .vector {
    opacity: 0.1;
  }
}

.contsec01 {
  position: relative;
  padding: 50px 0;
}
@media screen and (max-width: 600px) {
  .contsec01 {
    padding: 30px 0;
  }
}
.contsec01 .contact-box {
  background-color: var(--theme-blue);
  color: #fff;
  text-align: center;
  padding: 50px;
  height: 100%;
}
@media screen and (max-width: 1440px) {
  .contsec01 .contact-box {
    padding: 30px 20px;
  }
}
.contsec01 .contact-box.wht {
  background-color: #e1e1e1;
  color: #000;
}
.contsec01 .contact-box h3 {
  font-family: var(--monterchi-book);
  text-transform: uppercase;
  margin-top: 20px;
}

.contsec02 {
  position: relative;
  padding: 50px 0;
  background-color: #eeedf3;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .contsec02 {
    padding: 30px 0;
  }
}
.contsec02 .vector1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.contsec02 .vector2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.contsec02 .input {
  background-color: transparent;
  border: 1px solid var(--theme-blue);
  border-radius: 0;
  padding: 10px;
  resize: none;
}
.contsec02 .input:focus {
  box-shadow: none;
}
.contsec02 .input::-moz-placeholder {
  font-size: 14px;
}
.contsec02 .input::placeholder {
  font-size: 14px;
}

footer .footer {
  position: relative;
  padding: 100px 0;
  background-color: var(--theme-blue);
  color: #fff;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  footer .footer {
    padding: 50px 0;
  }
}
@media screen and (max-width: 600px) {
  footer .footer {
    padding: 30px 0;
  }
}
footer .footer .vector {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
footer .footer .footer-logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1680px) {
  footer .footer .footer-logo {
    justify-content: unset;
  }
}
footer .footer .footer-logo:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #41667b;
  top: 50%;
  transform: translate(0, -50%);
  right: 50px;
}
@media screen and (max-width: 1680px) {
  footer .footer .footer-logo:before {
    right: 85px;
  }
}
@media screen and (max-width: 1366px) {
  footer .footer .footer-logo:before {
    right: 80px;
  }
}
footer .footer .footer-logo img {
  width: 150px;
}
@media screen and (max-width: 1440px) {
  footer .footer .footer-logo img {
    width: 120px;
  }
}
footer .footer .footer-head {
  position: relative;
  text-transform: uppercase;
  font-size: 25px;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  footer .footer .footer-head {
    font-size: 20px;
  }
}
footer .footer .footer-head:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: -5px;
}
footer .footer ul {
  padding-left: 0;
}
footer .footer ul li {
  list-style-type: none;
  padding: 5px 0;
  transition: all 0.6s ease;
}
footer .footer ul li a {
  position: relative;
  color: #fff;
  text-decoration: none;
}
footer .footer ul li a:hover:before {
  width: 100%;
}
footer .footer ul li a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: -1px;
  transition: all 0.6s ease;
}
footer .footer .social-icon:hover .item {
  padding-left: 15px;
}
footer .footer .social-icon:hover .item i {
  left: calc(100% - 39px);
}
footer .footer .social-icon a {
  color: #fff;
  text-decoration: none;
}
footer .footer .social-icon .item {
  position: relative;
  background-color: #b89c5c;
  padding: 10px;
  padding-left: 45px;
  border-radius: 50px;
  width: 50%;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1680px) {
  footer .footer .social-icon .item {
    width: 60%;
  }
}
@media screen and (max-width: 1470px) {
  footer .footer .social-icon .item {
    width: 65%;
  }
}
footer .footer .social-icon .item i {
  position: absolute;
  top: 4px;
  left: 4px;
  background-color: #0b69c7;
  padding: 10px;
  width: 35px;
  border-radius: 50%;
  transition: all 0.6s ease;
}
footer .copyright {
  background-color: #203347;
  color: #fff;
}
@media screen and (max-width: 600px) {
  footer .copyright {
    padding: 10px 0;
  }
}
footer .copyright a:hover {
  cursor: pointer;
}
footer .copyright ul {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
@media screen and (max-width: 600px) {
  footer .copyright ul {
    display: unset;
  }
}
footer .copyright ul li {
  list-style-type: none;
}
footer .copyright ul li a {
  color: #fff;
  text-decoration: none;
}

.ppsec01 {
  position: relative;
  padding: 100px 0;
}
.ppsec01 .content h5 {
  font-size: 25px;
}

#thank-you {
  background-color: #000;
  height: 100vh;
  display: flex;
  align-items: center;
}
#thank-you .logo {
  width: 40%;
}
@media screen and (max-width: 600px) {
  #thank-you .logo {
    width: 80%;
  }
}
#thank-you h3 {
  font-size: 45px;
  color: #fff;
  font-weight: bold;
  color: #fff;
}
#thank-you p {
  color: #fff;
}

.form-sec .modal-content {
  border-radius: 0;
}
.form-sec .modal-content .modal-header {
  background-color: var(--theme-blue);
  border-radius: 0;
  color: #fff;
  padding: 15px 30px;
}
.form-sec .modal-content .modal-header .theme-btn-close {
  position: absolute;
  border: none;
  background-color: transparent;
  right: 30px;
  top: 20px;
  color: #fff;
}
.form-sec .modal-content .modal-header .modal-title {
  font-size: 20px;
}
.form-sec .modal-content .modal-body {
  position: relative;
  padding: 30px;
  z-index: 1;
  overflow: hidden;
}
.form-sec .modal-content .modal-body .vector {
  position: absolute;
  right: -70px;
  bottom: 0;
  z-index: -1;
}
.form-sec .modal-content .modal-body input {
  border-radius: 0;
  padding: 10px;
  border: 1px solid #787878;
}
.form-sec .modal-content .modal-body input:focus {
  box-shadow: none;
}
.form-sec .modal-content .modal-body input::-moz-placeholder {
  font-size: 12px;
}
.form-sec .modal-content .modal-body input::placeholder {
  font-size: 12px;
}

.m-backtotop {
  position: fixed;
  bottom: 50px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: var(--theme-blue);
  border-radius: 25px;
  text-align: center;
  border: 1px solid #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
  transition: all 0.3s ease-in-out;
  z-index: 999;
  animation: shadow-pulse 1s infinite;
}
@media screen and (max-width: 1440px) {
  .m-backtotop {
    height: 40px;
    width: 40px;
  }
}
.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
}
@media screen and (max-width: 1440px) {
  .m-backtotop.active {
    bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .m-backtotop.active {
    bottom: 25px;
  }
}
.m-backtotop > div {
  transition: all 0.3s ease-in-out;
}
.m-backtotop > div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}
.m-backtotop > div.text {
  text-transform: uppercase;
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}
.m-backtotop:hover {
  bottom: 20px;
  cursor: pointer;
  background-color: var(--theme-blue);
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
  transform: scale(1.1);
}
@media screen and (max-width: 1440px) {
  .m-backtotop:hover {
    bottom: 65px;
  }
}
@media screen and (max-width: 600px) {
  .m-backtotop:hover {
    bottom: 25px;
  }
}
.m-backtotop:hover > div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}
.m-backtotop:hover > div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
  }
}
@keyframes zoom-in {
  100% {
    transform: scale(1.1);
  }
}
@keyframes slide_left {
  0% {
    left: 40%;
    opacity: 0;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-15px);
  }
}/*# sourceMappingURL=style.css.map */