/*
  Theme Name: TheEvent
  Theme URL: https://bootstrapmade.com/theevent-conference-event-bootstrap-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.grecaptcha-badge {
	display: none;
}
@font-face {
  font-family: "Lifehack";
  src:  url("../fonts/LifehackItalic-Regular.ttf") format("ttf"),
        url("../fonts/LifehackItalic-Regular.otf") format("otf"),
        url("../fonts/LifehackItalic-Regular.woff") format("woff"),
        url("../fonts/LifehackItalic-Regular.woff2") format("woff2"); 
}

body {
  background: #eff2f5;
  color: #7d7d7d;
  font-family: "Lora";
  font-size: 14px;
}

a {
  color: #ff5985;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #f8234a;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 10px 0;
  margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #4d4d4d;
  font-family: Roboto,Helvetica,Arial,sans-serif !important;
}
.h2, h2 {
    font-size: 2rem;
}
.main-page {
  margin-top: 70px;
}

.wow {
  visibility: hidden;
}

/* Prelaoder */

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #6a88b5;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  left: 15px;
  bottom: 15px;
  transition: background 0.5s ease-in-out;
}

.back-to-top i {
  font-size: 24px;
  padding-top: 6px;
}

.back-to-top:focus {
	opacity: 0.8;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
	opacity: 0.8;
  color: #fff;
}


.pickuoses {
	margin-bottom: 20px;
}
.pickuoses__block {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	width: initial;
	float: left;
	margin-right: 20px !important;
}
.pickuoses__block label {
	margin: 0 !important;
	margin-left: 10px !important;
}
.pickuoses__block input {
	width: initial !important;
	margin: 0 !important;
}
.pickuoses__label {
	width: 100%;
	color: #333;
}



.header-top-wrapper {
    padding: 25px 0;
    border-bottom: 1px dashed #bababa;
}
.header-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-logo .logo {
    margin: auto;
}
.account-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header-bottom {
    background-color: #ffffff;
    position: sticky;
    top: 0;
	z-index:99;
}
.text-center {
    text-align: center !important;
}
.main-menu {
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	width: 100%;
}
.main-menu ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
   -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 0;
}
.main-menu > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    margin-right: 44px;
    position: relative;
}
.main-menu > ul > li > a {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #7d7d7d;
    font-weight: 700;
    line-height: 30px;
    padding: 25px 0;
}
.main-menu > ul > li > a:hover {
	color: #6a88b5;
}


.service_pages + .address-area {
	padding-bottom: 40px;
}



.img_ho_st_holder {
    position: relative;
    width: 100%;
    margin: 0 auto;
    float: left;
    border: 1px solid #E1E1E1;
    transition: 0.4s;
}
.img_ho_st4 {
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px;
    float: left;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    background: url(../img/site-img175.png) left top repeat;
}
.img_ho_st4 .text {
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
    height: 220px;
    top: 165px;
    z-index: 100;
    transition: top .3s ease-in-out;
    order: 1;
    text-align: center;
}
.img_ho_st4 .text h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0 0 19px;
}
.img_ho_st4 .text p {
    color: #fff;
    font-weight: normal;
    margin: 5px 15px 0 19px;
	min-height: 81px;
}
.readmore_small {
    float: left;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 4px 7px;
    background-color: #119EE7;
    border-radius: 2px;
    text-transform: none;
}
.img_ho_st4 .text a {
    margin: 0 auto;
    float: none;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    background: #f82249;
	border: 1px solid #f82249;
	text-decoration: none;
}
.img_ho_st4 .text a:hover {
	color: #fff;
    background-color: #e0072f;
}
.img_ho_st4 .imgbox {
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
}
.img_ho_st4 .imgbox img {
    max-width: 100%;
	width: 100%;
}
.img_ho_st_holder:hover {
    transform: scale(1.08);
    transition: 0.4s;
}


.mb_40 {
	margin-bottom: 40px !important;
}
.mb_10 {
	margin-bottom: 10px !important;
}
.align__centers {
	text-align: center;
}
.galer__imgs_div {
	position: relative;
}
.galer__imgs_div_absolute_close {
	position: absolute;
	right: 20px;
	top: 20px;
    width: 30px;
    height: 30px;
	cursor: pointer;
}
.galer__imgs_div_absolute img {
	max-width: 100%;
}
.galer__imgs_div_absolute_close::before {
	position: absolute;
	content: '';
	width: 30px;
	height: 1px;
	top: 0;
	left: 0;
	transform: rotate(45deg);
	background-color: #ff5985;
}
.galer__imgs_div_absolute_close::after {
	position: absolute;
	content: '';
	width: 30px;
	height: 1px;
	top: 0;
	left: 0;
	transform: rotate(-45deg);
	background-color: #ff5985;
}
.galer__imgs_div img {
	width: 100%;
}
.galer__imgs_div_absolute {
	display: none;
	position: absolute;
	top: auto;
	left: 0;
	width: 100%;
	background: #e5e5e5;
	margin-top: 10px;
	padding: 30px 0;
	z-index: 9;
	opacity: 0;
	transition: 0.3s
}
.galer__imgs_div_absolute h4 {
	margin-top: 30px;
	margin-bottom: 30px;
}
#galer__imgs [class*="col-"] {
	position: initial;
}
section#galer__imgs {
	margin-top: 100px;
}
.galer__imgs_div_absolute.viz_absolut {
	display: block;
	opacity: 1;
	transition: 0.3s
}
.galer__imgs_div_absolute p {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 22px;
}

.galer__imgs_div.viz_icon::after {
    bottom: -14px;
    border: solid transparent;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-color: transparent;
    border-bottom-width: medium;
    border-left-width: medium;
	content: ' ';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #ddd;
    border-width: 15px;
    left: 50%;
    margin-left: -7px;
}

/* Sections Header
--------------------------------*/
.no_pd {
	padding-bottom: 0 !important;
}
.no_pt {
	padding-top: 0 !important;
}
.no_mb {
	margin-bottom: 0 !important;
}
.section-header {
  margin-bottom: 60px;
  position: relative;
}

.section-header h2 {
  text-align: center;
  font-weight: 700;
}

.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 17px;
  font-weight: 500;
}

.section-with-bg {
  background-color: #f6f7fd;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  top: 0;
}

#header.header-scrolled,
#header.header-fixed {
  background: rgba(6, 12, 34, 0.98);
  height: 70px;
  padding: 15px 0;
  transition: all 0.5s;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 span {
  color: #f82249;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 90px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
  width: 100%;
}
#nav-menu-container ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
   -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 8px;
  text-decoration: none;
  display: inline-block;
  color: rgba(202, 206, 221, 0.8);
  font-weight: 600;
  font-size: 16px;
  outline: none;
}

.nav-menu .menu-active a,
.nav-menu a:hover {
  color: #ff6d94;
}

.nav-menu > li {
  margin-left: 8px;
}

.nav-menu a:hover:before,
.nav-menu li:hover > a:before,
.nav-menu .menu-active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu li.buy-tickets a {
  color: #fff;
  background: #f82249;
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid #f82249;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 13px;
}

.nav-menu li.buy-tickets a:hover {
  background: none;
}

.nav-menu li.buy-tickets:hover a:before,
.nav-menu li.buy-tickets.menu-active a:before {
  visibility: hidden;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
  border-radius: 3px;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #060c22;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  border-radius: 3px;
}

.nav-menu ul li:hover > a {
  background: #f82249;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

section#gift {
	margin-top: 0;
}
section.order__wrapping_sect1 {
	margin-top: 30px;
}
/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 15px 15px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(6, 12, 34, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 17px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #f82249;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #f82249;
}

#mobile-nav ul .menu-item-active {
  color: #f82249;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(6, 12, 34, 0.8);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}
#logo {
	text-align: center;
	padding: 15px 0 30px 0;
}
#logo a {
	display: block;
	text-align: center;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/


.pc__menu {
	position: absolute;
	width: 100%;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
}
.full__top_menu {
    display: inline-block;
    width: 100%;
	padding: 15px 30px;
}

#intro {
  width: 100%;
  background-size: cover;
  overflow: hidden;
  position: relative;
    padding-top: 150px;
    padding-bottom: 200px;
}
.servicpage_us #intro {
  background: url(../img/intro-bg1.jpeg) top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#intro .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
#intro .container .centres__texts {
	padding: 30px;
	position: relative;
}

#intro h1 {
	color: #fff;
    font-family: 'Lora', cursive;
    font-size: 100px;
    letter-spacing: 4.25px;
    text-align: center;
	font-weight: 700;
}

#intro h1 span {
  color: #f82249;
}

#intro p {
  color: #fff;
  font-size: 20px;
}

#intro .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#f82249 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#intro .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#intro .play-btn:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#intro .play-btn:hover::after {
  border-left: 15px solid #f82249;
  -webkit-transform: scale(20);
  transform: scale(20);
}

#intro .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

#intro .about-btn {
    height: 48px;
    border: 2px solid #ffffff;
    line-height: 24px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 10px 35px;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 10px;
    -webkit-transition: background 0.3s ease 0s, color 0.3s ease 0s, -webkit-transform 1s ease 0s;
    transition: background 0.3s ease 0s, color 0.3s ease 0s, -webkit-transform 1s ease 0s;
    -o-transition: background 0.3s ease 0s, color 0.3s ease 0s, transform 1s ease 0s;
    transition: background 0.3s ease 0s, color 0.3s ease 0s, transform 1s ease 0s;
    transition: background 0.3s ease 0s, color 0.3s ease 0s, transform 1s ease 0s, -webkit-transform 1s ease 0s;
}

.con__with_txt {
	height: 100%;
}

#intro .about-btn:hover {
    color: #e11515;
    background-color: #ffffff;
}

@-webkit-keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

.order__wrapping_decor {
	font-family: 'Lora', cursive;
	font-size: 22px;
	padding-left: 100px;
	margin-bottom: 40px;
	margin-top: 40px;
}

.order__wrapping_sect {
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.header-logo img, .footer-logo {
	height: 60px;
}
.single-banner {
    position: relative;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.single-banner img {
    width: 100%;
}
section#intro {
	margin-top: 0px !important;
}
.gift__buttone {
}
.etxts__Lifehack {
	font-family: 'Lora', cursive;
    max-width: 700px;
    margin: 0 auto !important;
}
.order__wrapping_sect .about-btn {
    font-size: 13px;
    padding: 0 25px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    line-height: 35px;
    background-color: #4d4d4d;
    border-radius: 5px;
    height: 36px;
	display: inline-block;
}
.order__wrapping_sect .about-btn:hover {
    background-color: #6a88b5;
    color: #fff;
}
.order__wrapping {
	position: relative;
	font-size: 14px;
}



.order__wrapping_sect1 {
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.order__wrapping_sect1 p {
	font-size: 14px;
}
.order__wrapping_sect1 .about-btn {
    font-size: 13px;
    padding: 0 25px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    line-height: 35px;
    background-color: #4d4d4d;
    border-radius: 5px;
    height: 36px;
	display: inline-block;
}
.order__wrapping_sect1 .about-btn:hover {
    background-color: #6a88b5;
    color: #fff;
}
.etxts__noLifehack {
}
.order__wrapping_sect2 {
	background: url(../img/gift2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding: 60px 0;
	margin: 80px 0;
	position: relative;
}
.order__wrapping_sect2 .about-btn {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	border: 2px solid #ff5985;
	background: #ff5985;
}
.order__wrapping_sect2 p {
	font-size: 18px;
}


.order__wrapping_sect3 {
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.order__wrapping_sect3 .about-btn {
    font-size: 13px;
    padding: 0 25px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    line-height: 35px;
    background-color: #4d4d4d;
    border-radius: 5px;
    height: 36px;
	display: inline-block;
}
.order__wrapping_sect3 .about-btn:hover {
    background-color: #6a88b5;
    color: #fff;
}
.order__wrapping_sect3 h4 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 16px;
}
.order__wrapping_sect3 p {
	font-size: 17px;
}
.order__wrapping_sect3 ul {
	margin-top: 30px;
	padding: 0;
}
.order__wrapping_sect3 ul li {
	position: relative;
	padding-left: 30px;
	list-style: none;
	font-size: 18px;
	width: 100%;
	display: inline-block;
	float: left;
}
.order__wrapping_sect3 ul li::before {
	content: '';
	position: absolute;
	background:	url(../img/gift_ico.png);
	width: 16px;
	height: 15px;
	background-size: cover;
	left: 0;
	top: 5px;
}
.order__wrapping_sect3 .gift__buttone {
	width: 100%;
	display: inline-block;
	margin-top: 30px;
}
@media (min-width: 768px) {
.order__wrapping_sect3 ul li {
	width: 50%;
}
}

#video-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    background: url(bg/daisy-stock-poster.jpg) no-repeat #fff;
        background-size: auto;
    background-size: cover;
}
#video-bg > video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}
#video-bg > video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.height__mapse {
	position: relative;
}
.contact-box {
    width: 670px;
    max-width: 100%;
    -webkit-box-shadow: 0 0 20px rgba(64,79,100,0.2);
    box-shadow: 0 0 20px rgba(64,79,100,0.2);
    background-color: #ffffff;
    padding: 40px;
    border-radius: 5px;
    position: absolute;
    right: 10vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.contact-area .section-title {
    margin-bottom: 30px;
    margin-top: 0px;
    text-align: left;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}
.contact-area .section-title .top-title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: left;
}
.contact-area .section-title .title {
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: 900;
    text-align: left;
}
.contact-area .section-title .title span {
    color: #6a88b5;
    text-align: left;
}
.mr-bottom-15 {
    margin-bottom: 15px !important;
}
.info-box .title {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 10px;
    text-align: left;
}
@media (max-width: 991px) {
.contact-box {
    position: static;
    margin-top: -60px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 120px;
}
}




        .team-single {
  background-color:#ffffff;
  text-align:center;
  box-shadow: 5.5px 9.526px 43px 0px rgba( 98, 143, 144, .15 );
  border-radius:10px;
  padding:40px 0 35px 0;
  margin-bottom:30px;
}
.team-thumb {
  width:200px;
  height:200px;
  display:inline-block;
  position:relative;
}
.team-thumb img {
  border-radius:100%; width: 100%;
}
.team-bio {
  margin-top:20px;
}
.team-bio h4 {
  font-size:22px;
  margin-bottom:0;
}
.team-bio h5 {
  font-size:14px;
  color:#fb5c71;
  text-transform:uppercase;
}
.team-thumb .social-icons.style-2 {
    display: block;
    padding: 0;
    position: absolute;
    top: 50px;
    bottom: 0;
    right: -15px;
  transition:.3s;
  opacity:0;
  visibility:hidden;
}
.team-single:hover .social-icons.style-2 {
  opacity:1;
  visibility:visible;
}
.team-single .social-icons a {
  display:block;
  color:#ffffff;
  margin:0 0 15px 0;
}
.team-thumb .social-icons.style-2 .fa-facebook {
    background-color: #3973e8;
    border-color: #3973e8;
    position: relative;
    right: 29px;
    top: -10px;
}
.team-thumb .social-icons.style-2 .fa-instagram {
    background-color: #f74d91;
    border-color: #f74d91;
    position: relative;
    right: 2px;
    top: -1px;
}
.team-thumb .social-icons.style-2 .fa-twitter {
  background-color:#29bfe8;
  border-color:#29bfe8;
}
.team-carousel .team-single {
  box-shadow:none;
  border:1px solid #ebebeb;
}
.social-icons.style-2 a {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #feced4;
    border-radius: 100%;
    color: #fff;
}


#subscribe::before {
    content: "";
    background: rgba(6, 12, 34, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#subscribe {
    padding: 60px;
    background: url(../img/subscribe-bg.jpg) center center no-repeat;
        background-size: auto;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
#subscribe .section-header h2, #subscribe p {
    color: #fff;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.col-auto {
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.form-row > .col, .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
#subscribe input {
    background: #fff;
    color: #060c22;
    border: 0;
    outline: none;
    margin: 0;
    padding: 9px 20px;
    border-radius: 50px;
    font-size: 14px;
}
#subscribe button {
    border: 0;
    padding: 9px 25px;
    cursor: pointer;
    background: #f82249;
    color: #fff;
    transition: all 0.3s ease;
    outline: none;
    font-size: 14px;
    border-radius: 50px;
}
#subscribe .col-auto .form-group {
	margin: 0;
}
section#subscribe {
	margin: 0;
}
.response {
	display: none;
	position: absolute;
    top: -30px;
    color: red;
}
.relativ_pos {
	position: relative;
}
.newpreloader {
    background: rgba(255, 255, 255, 0.99);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -100;
	opacity: 0;
}
.newpreloader_image {
    background: url(../img/preloader.gif) no-repeat 50% 50% transparent;
    height: 256px;
    left: 50%;
    margin: -128px 0 0 -128px;
    position: absolute;
    top: 50%;
    width: 256px;
}
.newpreloader.vizusse {
    z-index: 13000;
	opacity: 1;
}
@media (min-width: 1024px) {
#subscribe {
    background-attachment: fixed;
}
}
@media (min-width: 767px) {
#subscribe input {
    min-width: 400px;
}
}


.order__wrapping_sect4 h4 {
	text-align: center;
}
.order__wrapping_sect4 p {
	font-size: 18px;
	text-align: center;
	line-height: 1.5;
	margin: 0;
}



.order__wrapping_sect5 {
	
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 0;
}
.order__wrapping_sect5 h4 {
	color: #ff5985;
	text-align: center;
}
.order__wrapping_sect5 .about-btn {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	border: 2px solid #ff5985;
	background: #ff5985;
}
.order__wrapping_sect5 .about-btn:hover {
	background: #e14770;
}
.order__wrapping_sect5 .colorates {
	color: #ff5985;
    font-size: 22px;
	text-align: center;
}
section.order__wrapping_sect5_nad {
	margin-bottom: 0;
    display: inline-block;
    width: 100%;
}
.order__wrapping_sect5_nad .section-header {
	margin: 0;
}


#subscribe h4 {
	color: #ff5985;
	text-align: center;
	font-size: 26px
}
#subscribe .section-header p {
	font-size: 26px
}
#subscribe .about-btn {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	border: 2px solid #ff5985;
	background: #ff5985;
}
#subscribe p {
	font-size: 20px;
}
.baseline_end {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
   -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
.baseline_center {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
   -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
.pb_0 {
	margin-bottom: 0 !important;
}



.list-style-none li {
	list-style: none;
}
.service_pages .page-banner-section.section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/*--------------------------------------------------------------
# contact Section
--------------------------------------------------------------*/
.contact-form {
  margin-left: auto;
  margin-right: auto;
  max-width: 770px
}
.contact-form button[type=submit] {
  margin-top: 60px
}
.contact-form button[type=submit]:not(:hover):not(:focus) {
  color: #fff
}

.cont__formas input {
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #e5e5e5;
	font-size: 14px;
}
.cont__formas button.btn {
	color: #000 !important;
	margin-top: 10px;
}
.cont__formas button.btn:hover {
	width: auto;
	color: #fff !important;
}
.cont__formas textarea {
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	line-height: 1.2;
}
.cont__formas i {
    color: #ffffff;
    font-size: 34px;
    background-color: #ff5985;	
    border-radius: 50%;
    display: inline-block;
    height: 66px;
    line-height: 66px;
    text-align: center;
    width: 66px;
    top: 50%;
    position: static;
    margin-right: 13px;
    float: left;
}
.cont__formas .contact_services {
    clear: both;
    display: block;
    float: left;
    margin-top: 60px;
    width: 100%;
}
.cont__formas .contact_services_item_content {
    clear: none;
    float: left;
    width: calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
}
.cont__formas .contact_services_item {
    padding-bottom: 15px;
    padding-top: 15px;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
}
.cont__formas .contact_services_style_2 .contact_services_item {
    margin-bottom: 0;
    display: flex;
    align-items: initial;
}
.contact_services_style_2 a {
	color: #fff;
}
.contact_services_item .fal.fa-phone {
	transform: rotate(90deg);
}
.rte {
    margin-bottom: 15px;
}
.cont__formas .title_data {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
	color: #fff;
}
.cont__formas .contact_services_item_content p {
	margin-top: 0;
}
#contact__us .contact_services_item_content p {
	text-align: left;
	font-size: 18px;
}

.allerror__blockke {
	display: none;
	position: absolute;
	top: 1px;
	color: red;
    font-size: 12px;
    left: 0;
    padding: 0 20px;
    width: 100%;
}
#contact__us h4.contact_form_title {
    color:  #ff5985;
    font-size: 26px;
    text-align: left;
    margin-bottom: 0;
	margin-bottom: 20px;
}
#contact_form {
	transition: 0.3s;
	opacity: 1;
}
#contact_form.noviz__conts {
	opacity: 0;
	transition: 0.3s;
}


.pc__menu {
  transition: all .3s ease !important;
  z-index: 999;
}
.pc__menu.outs {
    position: fixed !important;
  transition: all .3s ease !important;
  bottom: initial;
  top: 0;
}
.pc__menu.out {
  transform: translateY(-100%);
  transition: all .3s ease !important;
}
#jobApply .input-group .form-group {
	width: 100%;
}
#jobApply .form-group select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}
@media (max-width: 987px) {
.pc__menu {
    position: sticky !important;
	top: 0;
}
}


        .btn-floating {
            text-align: center;
            display: block;
            margin: 10px 10px 10px 10px;
            padding-top: 4px;
            font-size: 18px;
            cursor: pointer;
            border-radius: 50%;
            -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
            box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            width: 35px;
            height: 35px;
			background: #6a88b5;
        }
#footer {
    background-color: cadetblue;
    color: white;
    margin-top: 2rem;
    padding-top: .3rem;
}
#top__sliders.carousel.slide .carousel-indicators {
    bottom: 80px;
}
#top__sliders .carousel-inner {
	height: 100%;
}
#top__sliders .carousel-inner .carousel-item {
	height: 100%;
}
.slideress1 {
	background: url(../img/intro-bg1.jpg) top center;
	background-size: cover;
}
.slideress2 {
	background: url(../img/intro-bg2.jpg) top center;
	background-size: cover;
}
.slideress3 {
	background: url(../img/intro-bg3.jpg) top center;
	background-size: cover;
}
.nostyleul  {
	padding-left: 0;
	padding-right: 80px;
}
.nostyleul li {
	list-style: none;
}
.row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.small, small {
    font-size: 85%;
}
.vertical-links > li {
    display: inline-block;
    vertical-align: text-bottom;
}
.vertical-links > li > a {
    color: white;
    font-weight: 400;
    margin-left: 1rem;
    list-style-type: square;
}
.flexsis {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
   -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	justify-content: center;
}
.justlefts {	
	justify-content: left;
}
.justcenter {	
	justify-content: center;
}
.justright {	
	justify-content: right;
}


#jobApply .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
#jobApply .input-group > .custom-file, #jobApply .input-group > .custom-select, #jobApply .input-group > .form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
#jobApply .form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
#jobApply .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	background-image: none;
	margin: 0;
}
#jobApply .form-group.form-group-lg {
	margin: 0;
	width: 100%;
	padding: 0;
}
#jobApply .form-group.form-group-lg .form-control::placeholder {
	color: #333;
}
#jobApply label {
    color: #343a40 !important;
}
#jobApply .btn-salat {
	font-size: 14px;
	font-weight: bold;
}
#jobApply .btn-salat:hover, #jobApply .btn-salat:focus, #jobApply .btn-salat:active {
    color: #fff;
    background-color: #9fd33b;
    border-color: #9fd33b;
	font-size: 14px;
}
#jobApply .text-muted {
	
}
#jobApply p {
	margin: 0;
}
#jobApply .btn {
	margin: 0;
}
/*==========================================
    choosing reason
==========================================*/
.choosing-reason {
  padding: 0 0 90px; }
  .choosing-reason .section-title {
    margin-bottom: 57px; }
    .choosing-reason .section-title h2 {
      margin-bottom: 22px; }
  .choosing-reason .single-reason {
    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0px 30px 100px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 30px 100px 0px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin-bottom: 30px; }
    .choosing-reason .single-reason .part-img {
      margin-bottom: 26px; }
      .choosing-reason .single-reason .part-img img {
        width: 100%; }
    .choosing-reason .single-reason .part-text h3 {
      font-size: 22px;
      font-weight: 600;
      color: #3f4b6e;
      margin-bottom: 17px; }
    .choosing-reason .single-reason .part-text p {
      color: #3f4b6e; }
    .choosing-reason .single-reason .part-text a {
      background: -webkit-linear-gradient(-30deg, #052157 0%, #91039f 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      padding: 15px 0;
      width: 130px;
      display: inline-block;
      text-align: center;
      position: relative;
      border: 1px solid #91039f;
      border-radius: 5px;
      margin-top: 21px; }

.choosing-reason .section-title h2 {
    font-size: 36px;
    font-weight: 700;
    background-image: -webkit-linear-gradient(-30deg, #1DCAA5 0%, #91039f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 14px;
	text-align: center;
}
.loaderses {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.loaderses.viz__loaderre {	
	z-index: 9;
}
.cssload-thecube {
	width: 73px;
	height: 73px;
	margin: 0 auto;
	margin-top: 49px;
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(255, 89, 133);
	animation: cssload-fold-thecube 2.76s infinite linear both;
		-o-animation: cssload-fold-thecube 2.76s infinite linear both;
		-ms-animation: cssload-fold-thecube 2.76s infinite linear both;
		-webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
		-moz-animation: cssload-fold-thecube 2.76s infinite linear both;
	transform-origin: 100% 100%;
		-o-transform-origin: 100% 100%;
		-ms-transform-origin: 100% 100%;
		-webkit-transform-origin: 100% 100%;
		-moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
	transform: scale(1.1) rotateZ(90deg);
		-o-transform: scale(1.1) rotateZ(90deg);
		-ms-transform: scale(1.1) rotateZ(90deg);
		-webkit-transform: scale(1.1) rotateZ(90deg);
		-moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
	transform: scale(1.1) rotateZ(180deg);
		-o-transform: scale(1.1) rotateZ(180deg);
		-ms-transform: scale(1.1) rotateZ(180deg);
		-webkit-transform: scale(1.1) rotateZ(180deg);
		-moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
	transform: scale(1.1) rotateZ(270deg);
		-o-transform: scale(1.1) rotateZ(270deg);
		-ms-transform: scale(1.1) rotateZ(270deg);
		-webkit-transform: scale(1.1) rotateZ(270deg);
		-moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
	animation-delay: 0.35s;
		-o-animation-delay: 0.35s;
		-ms-animation-delay: 0.35s;
		-webkit-animation-delay: 0.35s;
		-moz-animation-delay: 0.35s;
}
.cssload-thecube .cssload-c3:before {
	animation-delay: 0.69s;
		-o-animation-delay: 0.69s;
		-ms-animation-delay: 0.69s;
		-webkit-animation-delay: 0.69s;
		-moz-animation-delay: 0.69s;
}
.cssload-thecube .cssload-c4:before {
	animation-delay: 1.04s;
		-o-animation-delay: 1.04s;
		-ms-animation-delay: 1.04s;
		-webkit-animation-delay: 1.04s;
		-moz-animation-delay: 1.04s;
}



@keyframes cssload-fold-thecube {
	0%, 10% {
		transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-o-keyframes cssload-fold-thecube {
	0%, 10% {
		-o-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-o-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-o-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-ms-keyframes cssload-fold-thecube {
	0%, 10% {
		-ms-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-ms-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-ms-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes cssload-fold-thecube {
	0%, 10% {
		-webkit-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-webkit-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-webkit-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-moz-keyframes cssload-fold-thecube {
	0%, 10% {
		-moz-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-moz-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-moz-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}


.success__text {
	opacity: 0;
	z-index: -1;
	padding: 30px;
	position: absolute;
    width: 320px;
    height: 150px;
    top: 50%;
    margin-top: -75px;
    left: 50%;
    margin-left: -160px;
	background: #fff;
}
.success__text p, .success__text span {
	color: #000 !important;
}
.success__text.vizviz {
	opacity: 1;
	z-index: 10;
}
.close__succes {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}

.cont__formas .close__succes i {
    color: #ff5985;
	font-size: 20px;
	background-color: initial;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;

}

#contact__us  #sendbtn__cont {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    transition: 0.5s;
    line-height: 1;
    color: #fff !important;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	border: 2px solid #ff5985;
	background: #ff5985;
}
#contact__us  #sendbtn__cont:focus {
	background: #e14770;
	border: 2px solid #ff5985;
	box-shadow: none;
}
#contact__us  #sendbtn__cont:hover {
	background: #e14770;
}





#exampleModalLong h3, #exampleModalLong h5 {
	font-weight: normal;
}
#exampleModalLong input {
	background-color: rgb(246, 246, 246);
	border: none;
	width: 100%;
	line-height: 1.5;
	margin-bottom: 20px;
	padding: 10px 15px;
	font-size: 14px;
	color: #919191;
}
#exampleModalLong .form__podname {	
	font-size: 16px;
}

#button_popup {
    font-size: 13px;
    padding: 0 25px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
	line-height: 35px;
	background-color: #ff5985;
    height: 36px;
	border: none;
}
#button_popup:hover {
	background-color: #f82249;
}


/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
#about__us {
	color: #fff;
	background: url(../img/gift6.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding: 80px 0;
	margin: 80px 0;
	background-size: cover;
}
#about__us .section-header p {
	color: #fff;
	font-size: 22px;
	text-align: center;
}
#about__us p {
	color: #fff;
	font-size: 22px;
	text-align: center;
}
#about__us h2 {
	color: #fff;
}
#about__us h4 {
	color: #ff5985;
    font-size: 26px;
	text-align: center;
	margin-bottom: 0;
}
#about__us .under__h4 {
	text-align: center;
	font-size: 20px;
}


/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
section#contact__us {
	margin-bottom: 0;
	margin-top: 0;
}
.color__rose {
	color: #ff6d94 !important;
}
#contact__us {
	color: #fff;
	background: url(../img/gift7.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding: 60px 0;
	margin: 80px 0;
	background-size: cover;
}
#contact__us .section-header p {
	color: #fff;
	font-size: 24px;
	text-align: center;
}
#contact__us p {
	color: #fff;
	font-size: 24px;
	text-align: center;
}
#contact__us h2 {
	color: #fff;
}
#contact__us h4 {
	color: #ff5985;
    font-size: 26px;
	text-align: center;
	margin-bottom: 0;
}
#contact__us .under__h4 {
	text-align: center;
	font-size: 20px;
}
#contact__us .section-header {
	margin-bottom: 0;
	padding-bottom: 0;
}
#contact__us p.contact__us_phone {
	margin-top: 30px;
	font-size: 30px;
}
#contact__us p.contact__us_mail {
	margin-bottom: 30px;
	font-size: 30px;
}
#contact__us p.contact__us_firstline {
	margin-bottom: 40px;
}
/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/

#schedule {
}

#schedule .section-header p {
	font-size: 17px;
}
#schedule .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}

#schedule .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}

#schedule .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: #0e1b4d;
  color: #fff;
  padding: 10px 100px;
}

#schedule .nav-tabs a.active {
  background-color: #f82249;
  color: #fff;
}

#schedule .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}

#schedule .tab-pane {
  transition: ease-in-out .2s;
}

#schedule .schedule-item {
  border-bottom: 1px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}

#schedule .schedule-item:hover {
  background-color: #fff;
}

#schedule .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
}

#schedule .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

#schedule .schedule-item .speaker img {
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}

#schedule .schedule-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

#schedule .schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}

#schedule .schedule-item p {
  font-style: italic;
  color: #152b79;
  margin-bottom: 0;
}



section#intro {
	margin-top: 0;
}
.button__topse {
    position: absolute;
    bottom: -21px;
	left: 0;
	width: 100%;
}
#intro .about-btn.regisrering {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	border: 2px solid #0e1b4d;
}
#intro .about-btn.regisrering:hover {
    background: #0e1b4d;
	color: #fff;
}
.steelhead {
	padding: 60px 0;
}
.steelhead .img__sect1_img img {
    width: 100%;
    margin-top: -50px;
}


#schedule .box {
    margin-bottom: 40px;
    transition: 0.4s;
}
#schedule .box img {
	width: 100%;
}
#schedule .box:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}
.img__servic_block {
	padding-top: 21px;
}
.img__servic img {
	width: 100%;
}
.img__servic_block_in {
	position: relative;
	margin-bottom: 20px;
}
#schedule .box .icon {
    float: left;
}
#schedule .box .icon i::before {
    background: #0c4bff;
    background-clip: border-box;
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#schedule .box .icon i {
    color: #444;
    font-size: 64px;
    transition: 0.5s;
    line-height: 0;
    margin-top: 34px;
}
#schedule .box h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
}

#schedule .action-button a {
    background-color: #4d4d4d;
    color: #ffffff;
    height: 36px;
    line-height: 24px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 23px;
    border-radius: 5px;
	display: inline-block;
}
#schedule .action-button a:hover {
	background-color: #6a88b5;
}


.readmore {
	text-align: right;
	margin-top: 10px;
}
.readmore a {
	color: #999999;
}
#schedule .box h4 a {
    color: #444;
}
#schedule .box p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 20px;
	color: #7d7d7d;
}
#schedule .box p:hover {
	color: #6a88b5;
}

.img__servic {
    overflow: hidden;
    border-radius: 5px;
}

.col-md-20 {
	width: 20%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
   -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}

.logos img {
    margin: 15px 5px;
    max-width: 100%;
}


.col-center {
	margin: 0 auto;
	float: none !important;
}
.carousel {
}
.carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 290px;
}
.carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 30px 0 10px;
}
.carousel .overview {	
}
.carousel .overview b {
	text-transform: uppercase;
	color: #7AA641;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
    width: 20px;
    height: 20px;
    margin: 1px 3px;
    border-radius: 50%;
	border: 1px solid #7d7d7d;
	margin: 0 5px;
	background: none;
}
.carousel-indicators li::before {
	display: none;
}
.carousel-indicators li.active::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0px;
    width: 2px;
    height: 4px;
    margin: 1px 3px;
    border-radius: 50%;
    background: #7d7d7d;
    margin: 0 5px;
    padding: 4px;
    display: block;
}
#myCarousel .item > div {
	padding: 30px 50px;
}
#testemonials .overview.testemon__name {
	font-family: Roboto,Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 30px;
	color: #4d4d4d;
}
#occasions .section-header {
	margin-bottom: 0;
}
#occasions .box h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #4d4d4d;
}
#occasions .box h4:hover {
    color: #6a88b5;
}
#occasions .box p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 20px;
	color: #7d7d7d;
}
#occasions .box p:hover {
    color: #6a88b5;
}
section {
	margin-top: 70px !important;
	margin-bottom: 70px !important;
}
#wrapping .box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	height: 100%;
    margin-bottom: 0;
}
#wrapping .box h4 {
    font-weight: 700;
    margin-bottom: 15px !important;
    font-size: 22px;
    color: #ff6d94;
}
#wrapping .box p {
    font-size: 14px;
    margin-bottom: 1rem;
    line-height: 24px;
	
}
#wrapping .img__servic_block_in {
	margin-top: 0;
	margin-bottom: 40px;
	padding-bottom: 190px;
	position: relative;
}
.wrapp_pricing {
	bottom: 0;
	padding: 25px;
	background: #505050;
    width: 100%;
    left: 0;
	color: #fff;
}

#myCarousel1.carousel .item .img-box {
	width: initial;
	height: initial;
	padding: 0 40px;
	border-radius: 0;
	border: none;
}
#myCarousel1.carousel .item .img-box img {
	border-radius: 0;
}


#wrapping .product {
    height: 100%;
}
#wrapping .content {
    background: #e6e9ee;
    border-radius: 6px;
    height: 100%;
}
.product .content {
    padding-top: 21px;
}
.fix {
    overflow: hidden;
}
#wrapping .content .head {
    padding: 0 20px 20px 20px;
    min-height: 270px;
}
.product .content .head {
    margin-bottom: 20px;
}
.float-left {
    float: left !important;
}
.product .content .head .title-category .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
}
.product .content .head .title-category .title {
    display: block;
	color: #4d4d4d;
}
.product .content .head .title-category .category {
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: #7d7d7d;
}
#wrapping .wrapp_pricing {
    background: #333;
    padding: 20px;
    color: #fff;
}
#wrapping .wrapp_pricing h4 {
    color: #fff;
}
#wrapping .wrapp_pricing {
    color: #fff;
}
p:last-child {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# Venue Section
--------------------------------------------------------------*/

#venue {
  padding: 60px 0;
}

#venue .container-fluid {
  margin-bottom: 3px;
}

#venue .venue-map iframe {
  width: 100%;
  height: 100%;
  min-height: 350px;
}

#venue .venue-info {
  background: url("../img/venue-info-bg.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

#venue .venue-info:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#venue .venue-info h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

#venue .venue-info p {
  color: #fff;
  margin-bottom: 0;
}

#venue .venue-gallery-container {
  padding-right: 12px;
}

#venue .venue-gallery {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

#venue .venue-gallery img {
  transition: all ease-in-out 0.4s;
}

#venue .venue-gallery:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Hotels Section
--------------------------------------------------------------*/

#testemonials {
  background: url(../img/testimonial.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#testemonials .section-header {
	margin-bottom: 0;
}
#testemonials .hotel {
  border: 1px solid #e0e5fa;
  background: #fff;
  margin-bottom: 30px;
}
#testemonials .overview {
	color: #ff6d94;
  font-size: 24px;
  margin-top: 20px;
}
#testemonials .testimonial {
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
    font-weight: 400;
    color: #4d4d4d;
    margin-bottom: 22px;
}
#testemonials .hotel:hover .hotel-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#testemonials .section-header p {
	font-size: 17px;
}
#testemonials .hotel-img {
  overflow: hidden;
  margin-bottom: 15px;
}

#testemonials .hotel-img img {
  transition: 0.3s ease-in-out;
}

#testemonials h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  padding: 0 20px;
}

#testemonials a {
  color: #152b79;
}

#testemonials a:hover {
  color: #f82249;
}

#testemonials .stars {
  padding: 0 20px;
  margin-bottom: 5px;
}

#testemonials .stars i {
  color: #ffc31d;
}

#testemonials p {
  padding: 0 20px;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
.new__titles {
	font-size: 36px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
    margin-bottom: 10px;
}
section#gallerys {
}
#gallerys h5 {
	font-weight: bold;
	font-size: 1.25rem;
	text-align: center;
}
#gallerys .section-header {
	margin-bottom: 30px;
}
#gallerys .firstline {
    font-size: 17px;
    line-height: 27px;
    max-width: 710px;
    margin: 20px auto auto;
}
#gallerys p {
	font-size: 20px;
}
.section-header {
	padding-left: 40px;
	padding-right: 40px;
}
.calculator1__img::before {
    content: '';
    background: url(../img/buildick.png);
        background-size: auto;
    width: 20px;
    height: 26px;
    position: absolute;
    background-size: contain;
    left: 0;
    top: 0;
}
.calculator1__img_list::before {
    content: '';
    background: url(../img/listick.png);
        background-size: auto;
    width: 24px;
    height: 26px;
    position: absolute;
    background-size: contain;
    left: 0;
    top: 0;
}
.calculator1__img_flash::before {
    content: '';
    background: url(../img/flash.png);
        background-size: auto;
    width: 11px;
    height: 26px;
    position: absolute;
    background-size: contain;
    left: 0;
    top: 0;
}
.calculator1__img_hrest::before {
    content: '';
    background: url(../img/hrest.png);
        background-size: auto;
    width: 26px;
    height: 26px;
    position: absolute;
    background-size: contain;
    left: 0;
    top: 0;
}
.calculator1__img_hrest.cheock::before {
    content: '';
    background: url(../img/cheock.png);
        background-size: auto;
    width: 26px;
    height: 26px;
    position: absolute;
    background-size: contain;
    left: 0;
    top: 0;
}
.calculator1__line {
    margin-top: 15px;
}
.calculator1__line {
    font-size: 12px;
}
.calculator1__img {
    padding-left: 25px;
    position: relative;
    line-height: 1.5;
    font-size: 20px;
    margin-bottom: 15px;
}
.flexoids {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center;
}
.calculator1__img_flash {
    padding-left: 20px;
    position: relative;
    line-height: 1.5;
    font-size: 20px;
    margin-bottom: 15px;
}
.calculator1__img_list {
    padding-left: 30px;
    position: relative;
    line-height: 1.5;
    font-size: 20px;
    margin-bottom: 15px;
}
.calculator1__img {
    padding-left: 25px;
    position: relative;
    line-height: 1.5;
    font-size: 20px;
    margin-bottom: 15px;
}
.calculator1__img_hrest {
    padding-left: 30px;
    position: relative;
    line-height: 1.5;
    font-size: 20px;
    margin-bottom: 15px;
    width: 106px;
}
.calculator1__img_hrest {
    padding-left: 30px;
    position: relative;
    line-height: 1.5;
    font-size: 20px;
    margin-bottom: 15px;
    width: 106px;
}
.calculator1__line_button {
    color: #fff;
	background:#f82249;
	padding: 7px 22px;
	border-radius: 50px;
	border: 2px solid #f82249;
    transition: all ease-in-out 0.3s;
    font-weight: 500;
    margin-left: 8px;
    margin-top: 2px;
    line-height: 1;
    font-size: 13px;
}
.calculator1__line_button:hover {
    background: none;
}
.rightus {
	margin: 0 auto;
}
.linetable_line {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 35px;
}



.footer-section {
    background-position: right bottom;
    background-repeat: no-repeat;
}
.footer-section.bg-dark {
    background-color: #242424 !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}
.pt-80 {
    padding-top: 80px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.footer-widget img {
    margin-bottom: 22px;
}
.footer-widget p {
    color: #e8e8e8;
}
.footer-widget .widget-title {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 23px;
}
.footer-widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-widget ul li {
    font-size: 13px;
    line-height: 26px;
    color: #e8e8e8;
}
.footer-widget ul li a {
    display: block;
}
.footer-widget ul li span {
    font-weight: 700;
    color: #ffffff;
    width: 65px;
    display: block;
    float: left;
}
.footer-bottom {
    padding: 13px 0;
    border-top: 1px solid #454545;
}
.footer-bottom p a {
    color: #6a88b5;
}
.header-section.section {
	background: #fff;
}


.mean-nav ul li a,a.meanmenu-reveal{display:block;text-decoration:none}.mean-bar{float:left;width:100%;position:relative;background-color: transparent;padding:4px 0;min-height:42px;z-index:9999}a.meanmenu-reveal{width:22px;height:22px;padding:13px 13px 11px;position:absolute;top:0;right:0;cursor:pointer;line-height:22px;font-size:1px;}a.meanmenu-reveal span{display:block;background:#fff;height:3px;margin-top:3px}.mean-nav{float:left;width:100%;background:#314E6C;margin-top:44px}.mean-nav ul{padding:0;margin:0;width:100%;list-style-type:none}.mean-nav ul li{position:relative;float:left;width:100%}.mean-nav ul li a{float:left;width:100%;padding:1em 5%;margin:0;text-align:left;border-top:1px solid #383838;border-top:1px solid rgba(255,255,255,.5);text-transform:uppercase}.mean-nav ul li li a{width:100%;padding:1em 10%;border-top:1px solid #f1f1f1;border-top:1px solid rgba(255,255,255,.25);opacity:.75;filter:alpha(opacity=75);text-shadow:none!important;visibility:visible}.mean-nav ul li.mean-last a{border-bottom:0;margin-bottom:0}.mean-nav ul li li li a{width:100%;padding:1em 15%}.mean-nav ul li li li li a{width:60%;padding:1em 20%}.mean-nav ul li li li li li a{width:50%;padding:1em 25%}.mean-nav ul li a:hover{background:#252525;background:rgba(255,255,255,.1)}a.mean-expand{margin-top:1px;width:26px;height:22px;padding:12px!important;text-align:center;position:absolute;right:0;top:0;z-index:2;font-weight:700;background:rgba(255,255,255,.1);border:0!important;border-left:1px solid rgba(255,255,255,.4)!important;border-bottom:1px solid rgba(255,255,255,.2)!important}.mean-nav .wrapper,.mean-push{width:100%;padding:0;margin:0}a.mean-expand:hover{background:#314E6C}.mean-push{float:left;clear:both}.mean-remove{display:none!important}
.mean-bar {
    background-color: transparent;
    min-height: auto;
    padding: 0;
}
.mean-nav {
    background-color: transparent;
    margin-top: 0;
}
.mean-bar .meanmenu-reveal {
    top: -49px;
    padding: 0;
    height: 30px;
    overflow: hidden;
	font-size: 30px;
}
/*--------------------------------------------------------------
# supporters Section
--------------------------------------------------------------*/

#supporters {
  padding: 60px 0;
}

#supporters .supporters-wrap {
  border-top: 1px solid #e0e5fa;
  border-left: 1px solid #e0e5fa;
  margin-bottom: 30px;
}

#supporters .supporter-logo {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #e0e5fa;
  border-bottom: 1px solid #e0e5fa;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  height: 160px;
}

#supporters .supporter-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#supporters img {
  transition: all 0.4s ease-in-out;
}

/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/

#faq {
  padding: 60px 0;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  line-height: 24px;
  font-weight: 600;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

#faq #faq-list a.collapse {
  color: #f82249;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f055" !important;
}

/*--------------------------------------------------------------
# Subscribe Section
--------------------------------------------------------------*/

#subscribe {
  padding: 60px;
  background: url(../img/subscribe-bg.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#subscribe:before {
  content: "";
  background: rgba(6, 12, 34, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#subscribe .section-header h2,
#subscribe p {
  color: #fff;
}

#subscribe input {
  background: #fff;
  color: #060c22;
  border: 0;
  outline: none;
  margin: 0;
  padding: 9px 20px;
  border-radius: 50px;
  font-size: 14px;
}

#subscribe button {
  border: 0;
  padding: 9px 25px;
  cursor: pointer;
  background: #f82249;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
  font-size: 14px;
  border-radius: 50px;
}

#subscribe button:hover {
  background: #e0072f;
}

/*--------------------------------------------------------------
# Buy Tickets Section
--------------------------------------------------------------*/

#buy-tickets {
  padding: 60px 0;
}

#buy-tickets .card {
  border: none;
  border-radius: 5px;
  transition: all  0.3s ease-in-out;
  box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
}

#buy-tickets .card:hover {
  box-shadow: 0 10px 35px 0 rgba(6, 12, 34, 0.2);
}

#buy-tickets .card hr {
  margin: 25px 0;
}

#buy-tickets .card .card-title {
  margin: 10px 0;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
}

#buy-tickets .card .card-price {
  font-size: 48px;
  margin: 0;
}

#buy-tickets .card ul li {
  margin-bottom: 20px;
}

#buy-tickets .card .text-muted {
  opacity: 0.7;
}

#buy-tickets .card .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #f82249;
  border: 0;
  color: #fff;
}

#buy-tickets .card .btn:hover {
  background-color: #e0072f;
}

#buy-tickets #buy-ticket-modal input,
#buy-tickets #buy-ticket-modal select {
  border-radius: 0;
}

#buy-tickets #buy-ticket-modal .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #f82249;
  border: 0;
  color: #fff;
}

#buy-tickets #buy-ticket-modal .btn:hover {
  background-color: #e0072f;
}


.pt-120 {
    padding-top: 120px !important;
}
.contact-wrapper {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 70px;
    margin: 0 30px;
        margin-bottom: 0px;
    position: relative;
    z-index: 9;
    margin-bottom: -190px;
}
.contact-info .title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 30px;
}
.contact-info ul {
	padding: 0;
}
.contact-info ul li {
	list-style: none;
	margin-bottom: 5px;
}
#intro .contact-info p {
	color: #7d7d7d;
	font-size: 14px;
	line-height: 24px;
}
.contact-info ul li span {
    color: #4d4d4d;
    margin-right: 10px;
}
.contact-form {
    padding-left: 90px;
}
.contact-form::before {
    position: absolute;
    left: 30px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e9e9e9;
    content: "";
}
.contact-form .title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 30px;
}
.contact-form form input {
    display: block;
    height: 38px;
    border: 1px solid #e9e9e9;
    color: #7d7d7d;
    padding: 6px 17px;
    font-size: 13px;
    width: 100%;
    margin-bottom: 8px;
}
.contact-form form textarea {
    display: block;
    height: 90px;
    resize: none;
    border: 1px solid #e9e9e9;
    color: #7d7d7d;
    padding: 6px 17px;
    font-size: 13px;
    width: 100%;
    margin-bottom: 8px;
}
.contact-form form input[type="submit"] {
    padding: 6px 44px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    width: auto;
    background-color: transparent;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #000;
  padding: 15px;
  color: #eee;
  text-align: center;
}
#footer p {
	margin: 0;
}
#footer a {
	color: #fff;
}

#intro.service_pages {
    padding-top: 0;
    padding-bottom: 0;
}
#intro.service_pages .page-banner-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.servicpage_us #intro {
	height: initial;
}
.servicpage_us #intro .intro-container {
    position: relative;
	top: inherit;
}
.servicpage_us #intro h1 {
	padding: 100px 0 !important;
	margin-bottom: 0 !important;
}

.contact-section-5 {
	padding: 60px 0;
}
.contact-section-5 .contact-box {
    position: relative;
    padding: 41px 47px;
    border: 1px solid #e4e4e4;
	box-shadow: 0px 5px 5px 0px rgba(238, 238, 238, 0.75);
}
.contact-section-5 .contact-box > .contact-box-inner {
    padding-left: 55px;
    display: inline-block;
    max-width: 100%;
    position: relative;
}
.contact-section-5 .contact-box > .contact-box-inner i {
    color: #c7c7c7;
    font-size: 28px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
.contact-section-5 .contact-box > .contact-box-inner h3 {
    color: #444;
    font-size: 19px;
    line-height: 1.26;
    letter-spacing: 0.285px;
    font-weight: 600;
    margin-bottom: 5px;
}
.contact-section-5 .contact-box > .contact-box-inner p {
    color: #666;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.21px;
    margin-bottom: 0;
}
.contact-section-5 .contact-box > .contact-box-inner p a {
    display: block;
    text-decoration: none;
    color: #666;
}



.contact-section-1 .contact-form-1 .form-group {
    margin-bottom: 50px;
}
.contact-section-1 .contact-form-1 .form-group .submit {
    width: 100%;
}
.contact-section-1 .contact-form-1 .form-group .submit i {
    font-size: 12px;
    margin-left: 23px;
}
.contact-section-1 .contact-form-1 .form-group textarea {
    height: 129px;
}
.contact-section-1 .contact-form-1 .form-group .form-control {
    font-size: 12px;
    line-height: 1.83;
    color: #999;
    text-transform: uppercase;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    letter-spacing: 1.8px;
    padding-left: 0;
    padding-right: 0;
}
.alert-msg {
    color: #ccc;
    width: 100%;
    margin: 10px 0;
    text-align: left;
    display: inline-block;
}
.contact-section-1 .submitte  {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #000;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	border: 2px solid #f82249;
	margin: 0;
	background: #fff;
	width: 100%;
}
.contact-section-1 .contact-form-1 .form-group .submitte i {
    font-size: 12px;
    margin-left: 23px;
}
.contact-section-1 .submitte:hover {
    background: #f82249;
	color: #fff;
}


.about__submitt  {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #000;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	border: 2px solid #f82249;
	margin: 0;
	background: #fff;
	width: auto;
}
.center__textse {
	text-align: center;
}
.about__submitt i {
    font-size: 12px;
    margin-left: 23px;
}
.about__submitt:hover {
    background: #f82249;
	color: #fff;
}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 767px) {
  #subscribe input {
    min-width: 400px;
  }
}

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 991px) {
  #schedule .sub-heading {
    width: 75%;
  }
}

@media (min-width: 1024px) {
  #intro {
    background-attachment: fixed;
  }

  #about {
    background-attachment: fixed;
  }

  #subscribe {
    background-attachment: fixed;
  }
}

@media (max-width: 1199px) {
  #header .container {
    max-width: 100%;
  }

  .nav-menu a {
    padding: 8px 4px;
  }
}

@media (max-width: 991px) {
	#header {
		position: fixed;
		top: 0;
		left: 0;
	}
}
@media (max-width: 991px) {
	.pc__menu {
		display: none;
	}
	#logo {
		padding: 0;
	}
	#header #logo img {
		max-height: 45px;
	}
	header #logo span {
		color:#fff;
	}
	#intro {
		padding-top: 250px;
	}
  #header {
    background: rgba(6, 12, 34, 0.98);
    height: 70px;
    padding: 15px 0;
    transition: all 0.5s;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #intro .intro-container {
    top: 70px;
  }

  #intro h1 {
    font-size: 34px;
  }

  #intro p {
    font-size: 16px;
  }

  #schedule .nav-tabs a {
    padding: 8px 60px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
}

@media (max-width: 767px) {
	.justcenter, .justlefts, .justright {
		justify-content: center;
	}
}
@media (max-width: 767px) {
ul.vertical-links.small {
	padding-left: 0;
}
  #schedule .nav-tabs a {
    padding: 8px 50px;
  }
  .order__wrapping_sect1::before {
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  content: '';
	  position: absolute;
  }
  .order__wrapping_sect::before {
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  content: '';
	  position: absolute;
  }
  .order__wrapping_sect2::before {
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  content: '';
	  position: absolute;
  }
  .order__wrapping_sect3::before {
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  content: '';
	  position: absolute;
  }
  .single-banner {
	  margin-bottom: 20px;
  }
  #subscribe {
	  padding: 20px;
  }
	.section-header {
		padding-left: 10px;
		padding-right: 10px;
	}
	#myCarousel .item > div {
		padding: 10px 15px;
	}
	#subscr__forms .relativ_pos {
		width: 100%;
		margin-bottom: 10px;
	}
}

@media (max-width: 574px) {
  #venue .venue-info h3 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  #schedule .nav-tabs a {
    padding: 8px 30px;
  }
}

@media (max-width: 460px) {
  #subscribe button {
    margin-top: 10px;
  }
}
