* {
  margin: 0px;
  padding: 0px;
}
body {
  font-family: "Barlow", sans-serif;
  color: #1d1c1f;
  font-size: 14px;
}
p {
  margin: 0px !important;
  padding: 0px !important;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul,
li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
header {
  width: 100%;
  display: block;
}
header .menu {
  margin-top: 30px;
  display: inline-block;
}
.btn-get {
  display: inline-block;
  margin-top: 35px !important;
  float: right;
}
.btn-get a {
  width: 106px;
  height: 48px;
  display: flex;
  border: 2px solid #f6520a;
  color: #f6520a;
  font-size: 15px;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  transition: 0.5s;
}
.btn-get a:hover {
  color: #fff;
  background: #f6520a;
  transition: 0.5s;
}

.wsmenu > .wsmenu-list {
  background-color: #fff;
}
/* Mobile Header */
.wsmenu > .wsmenu-list > li.headerbtns a.headerbtn01 {
  background-color: #d7412e;
}
.wsmenu > .wsmenu-list > li.headerbtns a.headerbtn02 {
  border-color: #d7412e;
}
.wsmenu > .wsmenu-list > li > a:after {
  background-color: #e51d21;
}
.wsmobileheader {
  background-color: #fff;
}
.wsmenu > .wsmenu-list > li > a {
  color: #444;
}
.wsmenu > .wsmenu-list > li > a.active {
  color: #d7412e;
}
.wsmenu > .wsmenu-list > li:hover > a {
  color: #d7412e;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li:hover > a {
  background-color: #d7412e;
  color: #fff;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li:hover > a {
  background-color: #d7412e;
  color: #fff;
}
.wsmenu
  > .wsmenu-list
  > li
  > ul.sub-menu
  > li
  > ul.sub-menu
  > li
  > ul.sub-menu
  > li:hover
  a {
  background-color: #d7412e;
  color: #fff;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}
.wsmenu > .wsmenu-list > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
.wsmenu
  > .wsmenu-list
  > li
  > ul.sub-menu
  > li
  > ul.sub-menu
  > li
  > ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}
.wsmenu
  > .wsmenu-list
  > li
  > ul.sub-menu
  > li
  > ul.sub-menu
  > li:hover
  > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
.wsmenu > .wsmenu-list > li > .wsmegamenu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}
.wsmenu > .wsmenu-list > li:hover > .wsmegamenu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
.banner-wp {
  position: relative;
}
.banner-wp .vawe {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 9;
  bottom: -2px;
  left: 0;
}
.vawe img {
  width: 100%;
}
.main-content small {
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  color: #f6520a;
  font-weight: 600;
}
.main-content span {
  width: 100%;
  font-size: 36px;
  font-weight: 700;
  display: block;
}
.main-content p {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  font-weight: 100;
}
.content-btn {
  display: inline-block;
}
.content-btn a {
  width: 145px;
  height: 47px;
  border-radius: 3px;
  display: flex;
  background: linear-gradient(
    90deg,
    rgba(255, 109, 51, 1) 0%,
    rgba(255, 57, 52, 1) 100%
  );
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.content-btn a:hover {
  background: linear-gradient(
    90deg,
    rgba(255, 57, 52, 1) 0%,
    rgba(255, 109, 51, 1) 100%
  );
  transition: 0.5s;
}
.phone {
  display: inline-block;
}
.phone a {
  display: block;
  font-size: 16px;
  color: #1d1c1f;
  font-weight: 600;
}
.bg-pattern {
  width: 100%;
  background-color: #f6efeb;
  background-image: url("../images/pattern.png");
  background-repeat: repeat;
}

.trainings-title small {
  font-size: 16px;
  color: #f6520a;
  display: block;
  width: 100%;
}
.trainings-title span {
  font-size: 36px;
  color: #1d1c1f;
  display: block;
  width: 100%;
  font-weight: 600;
}
.trainings-wp {
  width: 80%;
  margin: 0 auto;
}
.trainings {
  border-radius: 3px;
  background: #fff;
}
.trainings a {
  display: block;
  width: 100%;
  height: 100%;
}
.trainings span {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #1d1c1f;
}
.trainings .title {
  display: block;
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  color: #1d1c1f;
}
.training-content .title small {
  color: #f6520a;
  font-size: 16px;
  width: 100%;
  display: inline-block;
}
.training-content .title span {
  font-size: 36px;
  font-weight: 600;
}
.training-content ul li {
  width: 49%;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
}
.training-content ul li i {
  font-size: 12px;
  margin-right: 5px;
  color: #f6520a;
}
.bg-gray {
  background: #f7f7f7;
}
.videos {
  width: 100%;
  position: relative;
}
.videos img {
  width: 100%;
  position: relative;
}
.videos .play-btn {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accordion-menu {
  width: 100%;
  border-radius: 0;
}

.accordion-menu li.open .dropdownlink {
  color: #fff;
  background: #f6520a;
}

.accordion-menu li.open .dropdownlink .fa-chevron-down {
  transform: rotate(180deg);
}

.dropdownlink {
  cursor: pointer;
  height: 50px;
  display: block;
  padding-top: 15px;
  font-size: 16px;
  background: #b2b2b2;
  color: #fff;
  position: relative;
  transition: all 0.4s ease-out;
  margin-bottom: 6px;
  font-weight: 500;
  padding-left: 25px;
}

.dropdownlink i {
  position: absolute;
  top: 17px;
  left: 16px;
}

.dropdownlink .fa-chevron-down {
  right: 20px;
  left: auto;
  font-size: 15px;
  top: 17px;
}

.submenuItems {
  display: none;
  background: #ffffff;
  margin-bottom: 20px;
}

.submenuItems a {
  display: block;
  color: #ffffff;
  padding: 12px 12px 12px 45px;
  transition: all 0.4s ease-out;
}

.submenuItems a:hover {
}
.accordion-title {
  width: 100%;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}
.main-content-bottom {
  width: 80%;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  line-height: 26px;
}
footer {
  width: 100%;
}
.footer-menu {
  display: inline-block;
  margin-top: 10px;
}
.social-media {
  display: inline-block;
}
.footer-menu ul li {
  display: inline-block;
}
.footer-menu ul li a {
  display: block;
  font-size: 16px;
  color: #1d1c1f;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
  transition: 0.5s;
}
.footer-menu ul li a:hover {
  color: #f6520a;
  transition: 0.5s;
}
.social-media ul li {
  width: auto;
  display: inline-block;
  margin-right: 8px;
}
.social-media ul li a {
  width: 42px;
  height: 42px;
  border: 1px solid #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: #000;
  transition: 0.5s;
}
.social-media ul li a:hover {
  border-color: #f6520a;
  background: #f6520a;
  color: #fff;
  transition: 0.5s;
}
.line {
  width: 100%;
  display: block;
  height: 1px;
  border-top: 1px solid #dee2e6;
}
.info {
  float: left;
}
.webron {
  float: right;
}
.page-top {
  width: 100%;
  height: 398px;
  display: inline-block;
  position: relative;
  background: url("../images/page-top.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.page-top img {
  width: 100%;
  display: inline-block;
}
.page-top .page-top-title {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
}
.page-top .page-top-title .title {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 46px;
  font-weight: 700;
  background: #fff;
  padding: 20px 20px;
  display: inline;
}
.page-top .top-vawe {
  width: 100%;
  position: absolute;
  z-index: 99;
  left: 0;
  bottom: -1px;
}
.page-top .top-vawe img {
  width: 100%;
}
.our-trainings-title {
  width: auto;
  height: 60px;
  display: inline-block;
  background: url(../images/title-bg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  font-size: 46px;
  font-weight: 700;
}
.our-trainings {
  width: 100%;
  display: inline-block;
  border: 1px solid #f5f5f5;
}
.our-trainings a img {
  width: 100%;
  display: block;
}
.our-trainings a span {
  width: 100%;
  display: block;
  color: #1d1c1f;
  font-size: 24px;
  font-weight: 600;
}
.our-trainings a p {
  width: 100%;
  display: block;
  color: #1d1c1f;
  font-size: 14px;
  font-weight: 100;
}
.category {
  width: 100%;
  display: inline-block;
}
.category ul li {
  width: 100%;
  display: block;
  border-bottom: 1px solid #f0f0f0;
}
.category ul li:last-child {
  border-bottom: 0px solid #f0f0f0;
}
.category ul li a {
  width: 100%;
  display: block;
  font-size: 16px;
  color: #1d1c1f;
  padding-bottom: 8px;
  padding-top: 8px;
  transition: 0.5s;
}
.category ul li a:hover {
  padding-left: 20px;
  color: #f6520a;
  transition: 0.5s;
}
.category span {
  width: 100%;
  height: 45px;
  display: inline-block;
  font-size: 26px;
  font-weight: 600;
  background: url("../images/line-s.png");
  background-repeat: no-repeat;
  background-position: left bottom;
}
.contact-wp input[type="text"] {
  width: 100%;
  height: 55px;
  border: 0px;
  font-size: 16px;
  background: #f3f4f8;
}
.contact-wp textarea {
  width: 100%;
  height: 180px;
  border: 0px;
  font-size: 16px;
  background: #f3f4f8;
  padding: 20px;
}
.send {
  background: #f6520a;
  border: none;
  font-size: 15px;
  border-radius: 50px;
  padding: 12px 30px;
}
.send:hover {
  background: #d44b0e;
}
.contact-info {
  width: 100%;
  height: 320px;
  display: block;
  box-shadow: 0px 18px 20px rgb(0 0 0 / 4%);
}
.info-inner span {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
}
.info-inner span i {
  color: #f6520a;
}
.info-inner p {
  font-size: 16px;
}
.info-inner p a {
  color: #1d1c1f;
}
.lang-btn {
  width: 48px;
  height: 48px;
  border-radius: 0px;
  background: #f7f7f7;
  border-color: #f7f7f7;
  color: #4c4b4e;
  font-weight: 600;
  border-radius: 3px;
  padding-left: 9px !important;
}
.gallery-img img {
  width: 100%;
}
.hotels-item .dropdown-item {
  font-size: 16px;
  border: 0px;
}
.dropdown-menu.hotels-item.show {
  border: 0px;
  background: #f9f7f7;
  border-radius: 2px;
  margin-top: 11px;
}
.hotels-item .dropdown-item img {
  width: 200px;
}
.hotels-item .dropdown-item:hover {
  background: none !important;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: 0 !important;
  bottom: auto;
}
.dropdown-menu {
  left: inherit !important;
}
.dropdown-menu.hotels-item.show {
  left: inherit !important;
  transform: translate3d(0px, 60px, 0px) !important;
}
.hotels-inner {
  height: 30px;
  font-weight: 100;
  border-bottom: 1px solid #fff;
}
.hotels-inner:hover {
  color: #da8f2a;
}
.lang-dropdown {
  display: block;
  float: right;
  margin-left: 20px;
  margin-top: 34px;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-menu {
  min-width: 0 !important;
  top: -22px !important;
}
.dropdown-item {
  padding: 0.1rem 0.9em;
}
.hotels-inner {
  height: 26px;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #f6520a;
  border-color: #f6520a;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none !important;
}
