html {
  scroll-behavior: smooth;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a:hover {
  text-decoration: none;
}
a {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}
a:foucs {
  text-decoration: none;
}
img {
  max-width: 100%;
  position: relative;
}
p {
  font-family: "r-r";
}
/* Font Family */

@font-face {
  font-family: "r-r";
  src: url("../fonts/roboto-regular.ttf");
}


@font-face {
  font-family: "r-m";
  src: url("../fonts/roboto-medium.ttf");
}


p {  font-family: "r-r";}
h1,h2,h3,h4,h5,h6 {font-family: "r-m";}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "r-r";
  min-height: 500px;
  background: #FFF;
}


/* scroll */
#scroll-me-all-night-long {
  overflow: auto;
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track:horizontal {
  border-bottom-width: 1px;
}
::-webkit-scrollbar-track:vertical {
  border-right-width: 1px;
}
::-webkit-scrollbar-thumb {
  border: 0px solid #3e4c34;
  border-radius: 30px;
}
::-webkit-scrollbar-thumb:horizontal {
  border-bottom-width: 5px;
}
::-webkit-scrollbar-thumb:horizontal:hover {
  border-bottom-width: 5px;
}
::-webkit-scrollbar-thumb:vertical {
  border-right-width: 5px;
}
::-webkit-scrollbar-thumb:vertical:hover {
  border-right-width: 5px;
}

/* back to top */
#button {
  display: inline-block;
  width: 33px;
  height: 28px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button:hover {
  cursor: pointer;
}

#button.show {
  opacity: 1;
  visibility: visible;
  background: #afafaf;
  color: #fff;
  padding: 0px 9px;
}

/**************/

header {
  position: relative;
  margin: 0 auto;
}

.navbar-default {
  background-color: #f8f8f800;
  border-color: #e7e7e700;
  border: 0;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-left: -15px;
  display: inline-table;
}

.navbar-default .navbar-nav > li > a {
  color: #000;
  padding-top: 41px;
  font-size: 14px;
  padding: 0;
  padding-bottom: 9px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #662D91;
  background-color: #fff;
  border-right: 1px solid #fff;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #555;
  background-color: #fff;
}

.navbar-default .navbar-nav > li.active a:after {
  position: absolute;
  content: '';
  width: 50%;
  height: 4px;
  background-color: #F96E46;
  left: 0;
  bottom: 0;
}
.navbar-default .navbar-nav > li.active a:before {
  position: absolute;
  content: '';
  width: 50%;
  height: 4px;
  background-color: #F96E46;
  right: 0;
  bottom: -1px;
}

.navbar-brand > img {
  display: block;
}

.navbar-nav {
  float: right;
  margin: 0;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 0px;
  font-size: 18px;
  line-height: 20px;
}

.nav > li {
  position: relative;
  display: block;
  padding: 35px 20px;
}

/** slider **/

.swiper-container {
  position: relative;
}

.details_slider {
  position: absolute;
  top: 27%;
  left: 8%;
  z-index: 999;
}

.details_slider h5 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 5px;
}

.details_slider span {
  color: #FBAC36;
  font-size: 30px;
}

.details_slider p {
  color: #fff;
  margin-top: 25px;
  font-size: 20px;
  width: 55%;
}

.details_slider a {
  font-size: 18px;
  padding: 12px 33px;
  display: inline-block;
  margin-top: 15px;
  transition: 0.5s;
}

.details_slider a:hover {
  background: #712fa2;
  color: #fff;
}

.img_slider{
  position: relative;
}

.img_slider img {
  width: 100%;
}

.img_slider:after {
  content: url('../images/Mask.svg');
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.slider_header {
  position: relative;
}

.slider_header .swiper-pagination {
  right: 50px;
  left: auto;
  width: auto;
}

.slider_header .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fbac36;
  width: 23px;
  border-radius: 6px;
}


.bo_no {
  color: #662D91;
  background: #fff;
  border-radius: 50px;
display: none !important;
}
.re_de {
  color: #FFF;
  background: #F96E46;
  border-radius: 50px;
  margin-left: 20px;
}

.go_bott {
  background: #F96E46;
  color: #fff;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-size: 26px;
  position: absolute;
  z-index: 999;
  bottom: 0;
  right: 0;
}

/** WHO WE ARE **/


.pulse {
  display: block;
  width: 92px;
  text-align: center;
  color: #fff;
  height: 92px;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 rgb(155, 159, 189);
  animation: pulse 1.5s infinite;
}

.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(148, 152, 184);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgb(148, 152, 184);
    box-shadow: 0 0 0 0 rgb(148, 152, 184);
  }
  70% {
      -moz-box-shadow: 0 0 0 20px rgba(204,169,44, 0);
      box-shadow: 0 0 0 20px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}


@media (min-width:1200px) {
  .container {
    width: 1330px;
}
}



.icon_video.pulse {
  position: absolute;
  z-index: 999;
  top: 40%;
  right: 30%;
}


/*************/
.virtual_event {
  padding: 70px 0;
  position: relative;
  z-index: 2;
}

.titlesec {margin-bottom: 60px;}

.titlesec h2 {
  color: #050505;
  font-size: 50px;
}

.titlesec h2 span {
  color: #F96E46;
}

.titlesec p {
  color: #434343;
  width: 51%;
  margin: 0 auto;
  font-size: 18px;
}

.nav-tabs > li > a:hover {
  border-color: #fff;
  color: #662d91;
}

.nav-tabs > li.active:after{
  position: absolute;
  content: '';
  width: 50%;
  height: 4px;
  background-color: #F96E46;
  right: 0;
  bottom: -1px;
}

.nav-tabs > li.active:before  {
  position: absolute;
  content: '';
  width: 50%;
  height: 4px;
  background-color: #F96E46;
  left: 0;
  bottom: 0;
}

.nav-tabs > li {
  display: inline-block;
  float: inherit;
  margin: 20px 30px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.nav-tabs {
  border-bottom: 0px solid #ddd;
  text-align: center;
  margin-bottom: 30px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #662D91;
  cursor: default;
  background-color: #fff0;
  border: 0px solid #ddd;
      border-bottom-color: rgb(221, 221, 221);
  border-bottom-color: transparent;
}

.nav-tabs > li.active {
  position: relative;
}

.nav-tabs > li > a {
  font-size: 19px;
  padding-bottom: 10px;
  display: block;
  color: #434343;
}


/****/
.tabs-left {
  margin-top: 3rem;
}

.nav-tabs2 {
  float: left;
  border-bottom: 0;
  width: 37%;
}
.nav-tabs2 li {
  float: none;
  margin: 0;
  position: relative;
}
.nav-tabs2 li a {
  margin-right: 0;
  border: 0;
  border-radius: 0;
  background-color: #333;
}
.nav-tabs2 li a:hover {
  background-color: inherit;
}
.nav-tabs2 .glyphicon {
  color: #fff;
}
.nav-tabs2 .active .glyphicon {
  color: #333;
}

.nav-tabs2 > li.active > a, .nav-tabs2 > li.active > a:hover, .nav-tabs2 > li.active > a:focus {
  border: 0;
  color: #fff;
}

.tab-content2 {
  margin-left: 45px;
}
.tab-content2 .tab-pane {
  display: none;
  /*! background-color: #fff; */
  padding: 0 1.6rem;
  overflow-y: auto;
}
.tab-content2 .active {
  display: block;
}

.list-group {
  width: 100%;
}
.list-group .list-group-item {
  height: 50px;
}
.list-group .list-group-item h4, .list-group .list-group-item span {
  line-height: 11px;
}

.nav-tabs2 li.active {
  background: #662D91;
  color: #fff;
}


.nav-tabs2 li.active {
  background: #662D91;
  color: #fff;
}
.nav-tabs2 li {
  padding: 10px 30px;
  text-align: left;
  background: #F8F8FC;
  border-radius: 10px;
  margin-bottom: 5px;
}
.nav-tabs2 li a {
  background: inherit;
  color: #000;
  text-align: left;
}

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: inherit !important;
}

.div_tab_se {
  margin: 5px 30px;
  box-shadow: 0px 0px 25px 9px #00000014;
  overflow: hidden;
  background: #fff;
}

.div_tab_se:hover img {
  transform: scale(1.2);
}

.div_tab_se img.img_tab {
  overflow: hidden;
}

.div_tab_se img {
    transition: 3s;
    width: 100%;
    padding: 10px;
}

.img_tab {
  overflow: hidden;
}

.div_tab_se p {padding: 0 20px;}

.div_tab_se h3 {
  padding: 20px;
  color: #662D91;
}

.div_tab_se a { transition: 0.5s; padding: 9px 30px;color: #F96E46;border: 1px solid #F96E46;margin: 20px;display: inline-block;border-radius: 40px;}

.div_tab_se a:hover {
    background: #662d91;
    color: #fff;
    border: 1px solid #662d91;
}

.nav-tabs2 li:hover {
  background: #662d91;
}

.nav-tabs2 li:hover a {
  color: #fff;
}

.nav-tabs2 li:hover i.fa-chevron-right {
  color: #fff;
}

.nav-tabs2 li i.fa-chevron-right {
  position: absolute;
  top: 40%;
  right: 30px;
  transform: rotate(90deg);
  transition: 0.5s;
}

.nav-tabs2 li.active i.fa-chevron-right {
  transform: rotate(0deg);
}

.swiper-container2 {
  overflow: hidden;
}

.whyelite {
  background: #F8F8FC;
  padding-top: 100px;
  padding-bottom: 220px;
  margin-top: -140px;
  position: relative;
}

.title_why {
  margin-bottom: 40px;
}
.title_why h2 {
  color: #662D91;
  font-size: 40px;
}

.one_why {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.one_why .img_why {
}

.one_why .img_why img {
    border-radius: 15px;
    width: 100%;
    position: relative;
}

.img_ico {
  opacity: 0;
  width: 50px;
  transition: 1s;
}

.hover_why {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  top: 30%;
  text-align: center;
}

.hover_why h3 {
  color: #fff;
  font-size: 25px;
}

.one_why:hover .img_ico {
  opacity: 1;
}

.whyelite .swiper-button-prev {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  z-index: 99999;
  border: 2px solid #ddd;
  z-index: 99999;
  color: var(--swiper-navigation-color, #ddd);
  right: 90px;
  left: auto;
  top: 50px;
}

.whyelite .swiper-button-next {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  z-index: 99999;
  border: 2px solid #ddd;
  z-index: 99999;
  color: var(--swiper-navigation-color, #ddd);
  right: 20px;
  left: auto;
  top: 50px;
}

.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
  font-size: 20px;
}

.swiper-button-prev::after, .swiper-rtl .swiper-button-prev::after {
    font-size: 20px;
}

.start_virtual {margin-top: -150px;}

.bg_vi {position: relative;}

.bg_vi img {border-radius: 15px;width: 100%; position: relative;}

.details_vir {
  position: absolute;
  top: 18%;
  left: 10%;
}

.details_vir h3 {color: #fff;font-size: 34px;margin-bottom: 20px;}

.details_vir p {color: #fff;font-size: 19px;margin-bottom: 20px;width: 60%;}

.details_vir span {color: #F99071;display: block;font-size: 18px;}

.details_vir a {font-size: 18px;padding: 12px 40px;display: inline-block;margin-top: 15px;transition: 0.5s;background: #fff;border-radius: 70px;margin-top: 20px;}

.latest_events {
  padding: 50px 0;
  position: relative;
}

.swiper-container {
 overflow: hidden;
}

.slider_latest_event {
}

.whyelite .container {
  position: relative;
}

.slide_one a.btn_more { display: none; margin-bottom: 20px; font-size: 18px;padding: 12px 40px;display: inline-block;margin-top: 15px;transition: 0.5s;border-radius: 70px;margin-top: 20px;border: 1px solid #F96E46;color: #F96E46;}

.slide_one .slide_img {}

.slide_one .slide_img img {border-radius: 15px;}

.details_slide_las h6 {color: #FFC857;font-size: 22px;margin-top: 40px;}

.details_slide_las h3 {color: #050505;font-size: 32px;}

.details_slide_las p {font-size: 18px;line-height: 35px;}

.btn_more {
  font-size: 18px;
  padding: 10px 50px;
  display: inline-block;
  margin-top: 15px;
  transition: 0.5s;
  border-radius: 70px;
  margin-top: 30px;
  border: 1px solid #F96E46;
  color: #F96E46;
}

.img_cli {
  height: 92px;
}

.our_clients {
  padding: 70px 0;
  background: url('../images/pattern.png') #F4F4F9;
  background-repeat: repeat-x;
  background-position: bottom;
}

.swiper-container3 {
  overflow: hidden;
}

footer {
  background: url('../images/bg_footer.jpg');
  padding-bottom: 70px;
}

.details_footer {padding-top: 100px;}

.details_footer .log_foot {float: left;
padding-right: 30px;}

.details_footer h3 {color: #fff;font-size: 24px; margin-top: 0;}

.details_footer p {color: #fff;font-size: 16px; margin-top:20px; line-break: 45px;display: flex; }

.details_footer h6 {color: #fff;font-size: 15px;}

.details_footer a {color: #fff;font-size: 15px; padding-top: 45px;display: block;}

.details_footer a img {width: 17px;}

.help_d {background: #fff;border-radius: 15px;padding: 30px;margin-top: -151px;}

.help_d h4 {color: #662D91;font-size: 24px;}

.help_d span {font-size: 18px;color: #000;margin-top: 15px;display: block;}

.help_d form button {
  font-size: 18px;
  padding: 12px 40px;
  display: inline-block;
  margin-top: 15px;
  transition: 0.5s;
  background: #662D91;
  border-radius: 70px;
  border: 0;
  margin-top: 20px;
  box-shadow:0px 0px 0px 0px #000 ;
  color: #fff;
}

.help_d form input {width: 100%;height: 40px;margin-top: 20px;padding-left: 10px;border: 1px solid #ddd;}

.help_d form select {width: 100%;height: 40px;margin-top: 0px;padding-left: 10px;border: 1px solid #ddd;}


.latest_events .swiper-button-prev {
  width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
border-radius: 50%;
z-index: 99999;
border: 2px solid #f96e46;
z-index: 99999;
color: var(--swiper-navigation-color, #f96e46);
}

.latest_events .swiper-button-next {
      width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    z-index: 99999;
    border: 2px solid #f96e46;
    z-index: 99999;
    color: var(--swiper-navigation-color, #f96e46);
}

a#iframe {
    display: none;
}


.nav_footer {
  margin-left: 50px;
}

.nav_footer li {padding-bottom: 19px;width: 47%;display: inline-block;}

.nav_footer li a {
  color: #fff;
  font-size: 16px;
  transition: 0.5s;
}

.nav_footer li a:hover {
  color: #f96e46;
}

h3.titl_footer {
color: #f96e46;
font-size: 20px;
margin-top: 102px;
margin-bottom: 50px;
margin-left: 50px;
}


a.linkk_foo {
    color: #fff;
    font-size: 15px;
    padding-top: 45px;
    display: block;
}

a.linkk_foo img {
    width: 17px;
}