@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  margin: 0px;
  color: #666;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-weight: 400;
}

p {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  color: #737373;
  line-height: 30px;
  font-weight: 300;
}

li {
  list-style: none;
}

.site-width {
  max-width: 1380px;
  margin: 0px auto;
  padding: 0 20px;
}

.header {
  position: relative;
}

.banner_b {
  border-bottom: 10px solid #FFB300;
}

.banner {
  position: relative;
  height: 700px;
  overflow: hidden;
}

.et_pb_text_inner {
  margin: 10px 0px;
}
.et_pb_text_inner h3 {
  font-weight: 700;
  text-transform: capitalize;
  color: #1D519F !important;
  text-align: left;
  font-size: 30px;
}

.embed-responsive-item {
  width: 100%;
}

.content_rf p {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #737373;
  margin: 0 0 20px 0;
}
.content_rf ul {
  list-style-type: disc;
  padding: 0 0 23px 1em;
  line-height: 26px;
  margin-top: 20px;
}
.content_rf ul li {
  list-style: disc;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.banner-section button.slick-next.slick-arrow {
  top: 30% !important;
}

.banner-section button.slick-prev.slick-arrow {
  top: 30% !important;
}

.video-js {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}

.top_header {
  background: #1d519f;
  padding: 10px 0px;
}
.top_header .top_headre {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_header .top_headre .search {
  background: #fff;
  border-radius: 5px;
  padding: 3px;
  position: relative;
  width: 80%;
  font-size: 13px;
}
.top_header .top_headre .search input {
  border: 0px;
  width: 100%;
  padding: 5px;
}
.top_header .top_headre .search button {
  position: absolute;
  right: 10px;
  font-size: 22px;
  font-weight: bold;
  top: 1px;
  background: none;
  color: #fdc21d;
  border: none;
}
.top_header .header_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.top_header .header_right .home {
  color: #fff;
  font-weight: 500;
}
.top_header .header_right .home i {
  font-size: 22px;
}
.top_header .news {
  font-size: 16px;
  background-color: #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
  padding-top: 5px !important;
  padding-right: 20px !important;
  padding-bottom: 5px !important;
  padding-left: 20px !important;
  margin-right: 10px !important;
  margin-left: 10px !important;
  position: relative;
  overflow: visible;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.top_header .news::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: -9px;
  border-right: 13px solid transparent;
  border-top: 10px solid #fff;
  width: 0px;
  height: 6px;
  z-index: 999999;
}
.top_header .socail {
  display: flex;
  justify-content: flex-start;
  margin: 0px;
  padding: 0px;
  align-items: center;
}
.top_header .socail li a {
  color: #fff;
  border: 2px solid #fff;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  margin: 0px 0px 0px 20px;
}
.top_header .take_action {
  position: relative;
  width: 120px;
}
.top_header .take_action .et_pb_text_inner {
  position: absolute;
  right: 0px;
  top: -40px;
  width: 100px;
  height: 100px;
  background: #fdc21d;
  padding: 25px;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  font-family: "Bebas Neue", cursive;
  z-index: 9;
}
.top_header .take_action .et_pb_text_inner a {
  font-size: 25px;
  color: #FFFFFF;
  line-height: 22px;
}

.header {
  margin: 0px auto;
  max-width: 1380px;
}

.logo {
  padding: 24px 0px;
  width: auto;
  max-width: 260px;
}
.logo img {
  max-height: 105px;
}

nav {
  margin: 0px 0;
  display: inline-block;
  padding-right: 40px;
}

.center {
  text-align: center;
}

nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

nav ul li {
  display: inline-block;
  position: relative;
  padding: 25px 0px;
}

nav a {
  display: block;
  padding: 0 6px;
  color: #000;
  font-size: 28px;
  letter-spacing: 0.03em;
  line-height: 45px;
  text-decoration: none;
  font-family: "Bebas Neue", sans-serif;
}

nav a:hover {
  color: #fdc21d;
}

/* Hide Dropdowns by Default */
nav ul ul {
  display: none;
  position: absolute;
  top: 98px; /* the height of the main nav */
  left: 0px;
  text-align: left;
  z-index: 999;
}

.sub-menu li {
  position: relative;
}

.sub-menu_2 {
  top: 60px;
  left: 80px;
  width: 250px;
}

.sub-menu li a::after {
  top: 5px;
  right: 20px;
  position: absolute;
}

/* Display Dropdowns on Hover */
nav ul li:hover > ul {
  display: inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
  width: 250px;
  float: none;
  display: list-item;
  position: relative;
  background-color: #1d519f;
  color: #fff;
  padding: 0px 20px;
  border-bottom: 1px solid #fff;
}
nav ul ul li a {
  font-size: 20px;
}
nav ul ul li a:hover {
  background-color: #fdc21d;
  color: #fff !important;
}
nav ul ul li:hover {
  background-color: #fdc21d;
  color: #fff !important;
}

.italic_font {
  margin: 20px 0px;
}
.italic_font h3 {
  font-style: italic;
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  color: #1d519f;
  margin: 0 0 10px 0;
}

.hmVideo {
  width: 100%;
  padding: 0 0 0px 0;
}

.hmVideo .container {
  max-width: 1180px;
}

.hmVideo .row {
  display: flex;
  justify-content: space-between;
  margin: 0 -30px;
}

.hmVideo .row .videoBox {
  width: 50%;
  padding: 0 30px;
}

.hmVideo .row .videoSec {
  width: 100%;
  display: block;
  margin: 0 0 20px 0;
  position: 0;
  position: relative;
  overflow: hidden;
}

.hmVideo .row .videoSec:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}

.hmVideo .row .videoSec:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background: url(../images/play-icon.svg) center no-repeat;
  background-size: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
}

.hmVideo .row .videoSec img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}

.hmVideo .row p {
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  color: #667078;
}

.hmStrip {
  width: 100%;
  padding: 40px 0;
  background: #A20404;
}

.hmStrip .container {
  max-width: 1180px;
}

.hmStrip .arrow-btn {
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  padding-right: 50px;
  display: block;
}

.hmStrip .arrow-btn:hover {
  color: #fdc21d;
}

.hmStrip .arrow-btn:hover:before {
  right: 0px;
  transition: all 0.5s ease;
}

.hmStrip .arrow-btn:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 11px;
  background: url(../images/arrow-r.svg) no-repeat center;
  width: 30px;
  height: 40px;
  transition: all 0.5s ease;
}

.link_med a {
  font-size: 18px;
  line-height: 38px;
  font-weight: normal;
  color: #1D519F !important;
}

ul.sub-menu {
  width: 250px;
}

nav ul ul li a {
  color: #fff;
}

/* Second, Third and more Tiers	*/
nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px;
}

nav ul ul ul li a {
  color: #fff;
}

a {
  text-decoration: none;
}

/* Change this in order to change the Dropdown symbol */
li > a:after {
  content: " \f282";
  font-family: "Bootstrap-icons";
  position: relative;
  top: 5px;
}

li > a:only-child:after {
  content: "";
}

.button {
  background-color: #1d519f;
  border: 1px solid #1d519f;
  color: #fff;
  padding: 10px 25px;
  border-radius: 10px;
  display: inline-block;
}

.button:hover {
  background-color: #fff;
  border: 1px solid #1d519f;
  color: #1d519f;
}

.btn {
  color: #FFFFFF !important;
  background: #fdc21d;
  border-radius: 10px;
  padding: 10px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  margin: 20px 0 0 0;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.btn:hover {
  background: #1d519f;
  transition: all 0.5s ease;
}

.font-italic {
  font-style: italic;
}

.btn_c {
  border: 1px solid #FDC21E;
  color: #fff;
  border-radius: 10px;
  font-size: 18px;
  background-color: #fdc21d;
  font-weight: 500;
  padding: 10px 25px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  transition-duration: 0.2s;
  transition: all 0.5s ease;
  justify-content: space-evenly;
  align-items: center;
  display: inline-block;
}

.btn_c:hover {
  background: #1d519f;
  transition: all 0.5s ease;
  color: #fff;
  border: 1px solid #FDC21E;
}

.ye_btn {
  display: flex;
  margin: 45px 0px;
  justify-content: flex-start;
  padding: 0px;
}

.ye_btn li {
  margin: 20px;
  list-style-type: none !important;
}

.ye_btn .custom-checkbox-input {
  display: none;
}

.ye_btn .custom-checkbox-text {
  padding: 10px 15px;
  font-size: 22px;
  border: 2px solid #1d519f;
  color: #1d519f;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: bold;
}

.ye_btn .custom-checkbox-input:checked ~ .custom-checkbox-text {
  background-color: #1d519f;
  border: 2px solid #1d519f;
  color: #fff;
}

.headeng_text span {
  font-weight: bold;
  font-size: 28px;
  font-family: "MonteCarlo", cursive;
  color: #1d519f;
}

.image_spa img {
  margin-bottom: 20px;
}

.vigneties {
  background: #fff !important;
}

.headeng_text p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
  color: #737373;
  margin: 0 0 20px 0;
}

.tex_tumi h3 {
  font-size: 44px;
  margin-top: 20px;
}

.tex_tumi span {
  color: #fdc21d;
}

.headeng_text h3 {
  margin: 30px 0px;
  font-size: 40px;
  color: #1d519f;
  font-weight: bold;
}

.text_link {
  color: #000;
}

.blog h2 {
  color: #000 !important;
}

.box_sho {
  text-align: center;
  padding: 50px 20px;
}

.box_sho .content {
  padding: 20px;
}
.box_sho .content label {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box_sho .content p {
  height: 160px;
  overflow: hidden;
}

.box_sho .content span {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 35px;
  text-align: center;
  color: #1d519f;
  display: block;
  padding-top: 10px;
}

.content_his {
  padding-bottom: 50px;
}

.upcoming_event {
  padding: 50px 0px;
}
.upcoming_event img {
  height: 110px;
}

.upcoming_event h2 {
  margin: 20px 0px;
  color: #1d519f;
  font-size: 74px;
  font-weight: bold;
  height: 50px;
  font-style: italic;
}

.upcoming_event .button {
  margin-top: 20px;
}

footer {
  background: #1d519f;
  padding: 50px 0px 0 0px;
  color: #fff;
}

footer p {
  font-size: 16px;
}

.footer_com {
  display: flex;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
  line-height: 27px;
}
.footer_com li a {
  color: #fff;
  font-size: 22px;
}
.footer_com p {
  color: #fff;
}

.foote_f {
  text-align: left;
}
.foote_f h2 {
  text-align: left;
}

footer h2 {
  color: #fdc21d;
  margin: 20px 0px;
}

.social_icon {
  display: flex;
  justify-content: flex-start;
  margin: 0px;
  padding: 0px;
}

.social_icon li {
  margin: 5px;
}

.social_icon a {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
}

.copy_right {
  background: #000;
  margin-top: 80px;
  padding: 10px 0px;
}

.anual_btn {
  color: #1D519F !important;
  border-width: 0px !important;
  border-radius: 20px;
  background-color: #ffffff;
  padding-top: 10px !important;
  padding-right: 40px !important;
  padding-bottom: 10px !important;
  padding-left: 40px !important;
  transition: all 300ms ease 0ms;
  display: inline-block;
  margin-bottom: 9.27%;
  font-size: 20px;
  font-weight: 500;
  padding: 0.3em 1em;
  line-height: 1.7em !important;
  border: 2px solid;
  border-radius: 10px;
}
.anual_btn:hover {
  color: #ffffff !important;
  background-image: initial;
  background-color: #FDC21E;
  transition: all 300ms ease 0ms;
}

.footer_menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0px;
  padding: 0px;
}

.footer_menu li {
  margin: 0px 10px;
}

.footer_menu li a {
  color: #fff;
  font-size: 16px;
}

.inner_banner {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.banner_img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 300px;
}

.addres-box {
  display: block;
  width: 100%;
  padding-bottom: 70px;
  line-height: 30px;
}
.addres-box h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.addres-box a {
  color: #fff;
}
.addres-box p {
  font-size: 22px;
  color: #fff;
}

.inner_banner h2 {
  position: absolute;
  bottom: -10px;
  color: #fff;
  font-size: 48px;
  text-align: left;
  z-index: 99;
  background: #1082be;
  padding: 15px 45px;
}

.footer_outer h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
  color: #fdc21d;
  margin: 0 0 30px 0;
  text-align: left;
}

.inner_heading {
  height: 300px;
  position: relative;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

.activtity {
  text-align: center;
  padding: 20px;
}

.btn_class {
  font-size: 18px;
  min-height: 260px;
}

.whi h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 34px;
  color: #1d519f;
  min-height: 110px;
}

.grey {
  font-weight: 300;
  font-size: 16px;
  background-color: #f6f6f6;
  border-color: #8F8F8F;
  min-height: 350px;
  padding-top: 24px !important;
  padding-right: 25px !important;
  padding-bottom: 24px !important;
  padding-left: 25px !important;
  margin-top: 25px;
  margin-bottom: 9.27%;
}
.grey h3 {
  font-size: 25px;
  color: #1D519F !important;
}
.grey p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

video.slide-video.slide-media {
  width: 100%;
}

.gap {
  background-color: #f9f9f9;
  padding: 20px 0px;
}

.gap_white {
  background-color: #fff;
  padding: 50px 0px;
}

.inner_banner::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6509803922);
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
}

.site-menu {
  display: none;
}

.ma5menu__toggle {
  display: none;
}

.gap {
  padding: 50px 0px;
}

.gap h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 34px;
  color: #1d519f;
  min-height: 110px;
}

.clearfix {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.clearfix li {
  width: 20%;
  padding: 10px;
  margin: 10px 0px;
}
.gap ul {
  margin: 0px;
  padding: 20px;
}

.gap ul li {
  line-height: 30px;
  list-style-type: circle;
  font-style: italic;
}

.gap img {
  width: 100%;
}

.heading_text {
  text-align: center;
}

.heading_text h3 {
  font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 900;
  font-size: 40px;
  color: #1D519F !important;
  text-align: center;
}

.activ {
  margin-top: 50px;
}

.banner-header {
  border-bottom: 7px solid #fdc21d;
}
.banner-header img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 430px;
  -o-object-position: top;
     object-position: top;
  min-height: 524px;
}

.banner-inner {
  position: relative;
}

.raftext_inner {
  background-color: #ffffff;
  padding-top: 18px !important;
  padding-right: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 10px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  width: 100%;
  max-width: 500px;
  position: absolute !important;
  bottom: 0px;
  top: auto;
  left: 0px;
  right: auto;
}
.raftext_inner h1 {
  font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 900;
  font-size: 40px;
  color: #1D519F !important;
  text-align: center;
}

.date_tiem span {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: normal;
  color: #1d519f;
}

.footer_gap {
  padding: 80px 0px 0 0px;
}

.form_box {
  padding: 50px;
  background: #eee;
  margin: 50px 50px;
}

.form {
  margin: 20px 0px;
}

.form label {
  margin: 5px;
}

.form input {
  padding: 10px 20px;
}

.cowidget-container {
  line-height: 36px;
  margin-top: 50px;
}

.mail {
  font-size: 18px;
}

.footer_left strong {
  font-weight: bold;
  font-size: 22px;
}
.footer_left p {
  font-size: 20px;
}

.button_news {
  padding: 70px 0px;
  text-align: center;
  background-color: #ededed;
}

.impect_s {
  padding: 50px 0px;
  background: #1d519f;
  color: #fff;
  margin: 30px 0px 0 0px;
}
.impect_s h3 {
  font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 900;
  font-size: 40px;
  color: #ffffff !important;
  text-align: left;
  margin: 30px 0px;
}
.impect_s .btn {
  margin: 30px 0px;
}
.impect_s p {
  color: #fff;
}

.butn_box {
  display: flex;
  justify-content: space-around;
  margin: 0px;
  padding: 0px;
}
.butn_box a {
  border: 1px solid #1d519f;
  color: #fff;
  border-radius: 10px;
  font-size: 18px;
  background-color: #1d519f;
  font-weight: 500;
  display: inline-block;
  padding: 8.5px 25px;
  transition: all 0.5s ease;
}
.butn_box a img {
  width: 35px;
  height: 35px;
  margin: 0px 10px;
}
.butn_box a:hover {
  background: #FDC21E;
  color: #fff;
  transition: all 0.5s ease;
}

.count::after {
  font: 800 40px system-ui;
  content: counter(count);
  animation: counter 5s linear infinite alternate;
  counter-reset: count 0;
}

.partnersSec {
  margin: 100px 0px;
}

@keyframes counter {
  0% {
    counter-increment: count 0;
  }
  10% {
    counter-increment: count 1;
  }
  20% {
    counter-increment: count 2;
  }
  30% {
    counter-increment: count 3;
  }
  40% {
    counter-increment: count 4;
  }
  50% {
    counter-increment: count 5;
  }
  60% {
    counter-increment: count 6;
  }
  70% {
    counter-increment: count 7;
  }
  80% {
    counter-increment: count 8;
  }
  90% {
    counter-increment: count 9;
  }
  100% {
    counter-increment: count 10;
  }
}
@media screen and (max-width: 1450px) {
  .header {
    max-width: 1300px;
  }
  .site-width {
    max-width: 1300px;
    margin: 0px auto;
    padding: 0 20px;
  }
  .banner {
    position: relative;
    height: 580px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1250px) {
  .banner {
    position: relative;
    height: 520px;
    overflow: hidden;
  }
}/*# sourceMappingURL=style.css.map */