
/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

.main-font{font-family: 'Montserrat', sans-serif;}
.alt-font{font-family: 'Roboto', sans-serif;}

/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    width: 12px;
    background: #ffffff;
    border-left: 0 solid white;
    border-right: 0 solid white;
}

::-webkit-scrollbar-thumb {
    background: #dabd1d;
    width: 0;
    height: 25%;
}

ul {
  list-style-position: outside;
}

/* ===================================
    General
====================================== */

body {font-family: 'Roboto', sans-serif; font-size: 16px;color: #fff;font-weight:300;line-height:25px; width: 100%; max-width: 100%; overflow-x: hidden; -webkit-backface-visibility: hidden;}
.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {line-height: 1.2; font-weight: 400; font-family: 'Poppins', sans-serif;}
a, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {transition: ease-in-out 0.2s;-webkit-transition: ease-in-out 0.2s;-moz-transition: ease-in-out 0.2s;-ms-transition: ease-in-out 0.2s;-o-transition: ease-in-out 0.2s;}
section,.section-padding {position: relative;overflow: hidden;}
a {color:inherit;text-decoration: none;}
.rev_slider_wrapper{width: 100% !important;}
.btn.focus, .btn:focus{-webkit-box-shadow: none;box-shadow: none;}
p:last-child{margin-bottom: 0 !important; font-family: 'Roboto', sans-serif;}
.fa, .far, .fas{display: inline;}
a:active, a:hover{color: #ccc; }
li{text-decoration: none;}
blockquote {border-left: 2px solid;padding: 10px 15px 10px 35px;margin: 25px 0;font-size: 18px;line-height: 28px;margin-top: 32px;margin-bottom: 32px;}
blockquote > cite {font-weight: 400;font-size: 14px;display: block;}
.hidden{display: none;}
section{padding: 7.5rem 0;}
.padding-bottom {padding-bottom: 7.5rem;}
.padding-top {padding-top: 7.5rem;}

/* Transition none */
.no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial; -ms-transition-timing-function:initial; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s;}

/* Overlay */
.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* Opacity */
.opacity-full{opacity: 1;}
.opacity-3{opacity: .3;}
.opacity-4{opacity: .4;}
.opacity-5{opacity: .5;}
.opacity-6{opacity: .6;}
.opacity-7{opacity: .7;}
.opacity-8{opacity: .8;}
.opacity-9{opacity: .9;}

/* button */
.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 2; display:inline-block; font-size: 12px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform:capitalize; width: auto;font-family: 'Montserrat', sans-serif; font-weight: bold; -webkit-transition: all .5s ease;-o-transition: all .5s ease !important;transition: all .5s ease !important;}

/* button size */
.btn.btn-small {font-size:12px; padding: 4px 1.8em;}
.btn.btn-medium {font-size:16px; padding: 14px 46px; line-height: 1.8em}
.btn.btn-large {font-size:16px;  padding: 8px 35px;; line-height: 1.8em;}
.btn.btn-rounded {border-radius: 50px;}

/* Green Button */
.btn.btn-green {background: #dabd1d; border-color: #dabd1d; color: #ffffff}
.btn.btn-green:hover {background: #000 !important; border-color: #000; color: #ffffff !important}

/* White Button */
.btn.btn-white {background: #ffffff; border-color: #ffffff; color: #000}
.btn.btn-white:hover {background: #000 !important; border-color: #000; color: #ffffff !important}

/* Background Color */
.bg-black{background-color: #202020;}
.bg-green{background-color: #dabd1d;}
.bg-grey{background-color: #f2f2f2;}
.bg-light-black{background-color: #000;}

/* Text Color */
.text-black{color: #202020;}
.text-green{color: #dabd1d;}
.text-pink{color: #f2f2f2;}
.text-light-black{color: #000;}

/* Icon Text Hover */
.facebook-text-hvr:hover{color:#4267B2 !important;}
.twitter-text-hvr:hover{color:#1DA1F2 !important;}
.instagram-text-hvr:hover{color:#C32AA3 !important;}
.linkedin-text-hvr:hover{color:#0077B5 !important;}
.pinterest-text-hvr:hover{color:#BD081C !important;}
.google-text-hvr:hover{color:#DB4437 !important;}

/* ===================================
        Header
====================================== */

header a.logo img {
    max-width: 200px;
	margin-left: 0;
	margin-right: auto;
	height: 13vh;
	
}

.logo-sub {
	background-image: url("../images/WSR-Logo-Single-notext-c.png");
	background-repeat: no-repeat;
    background-size: 95% auto;
	background-position: top 1.3vh left 1vw;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    left: 28px;
    top: 12px;
	height: 100%;
	width: 100%;
	max-width: 200px;
	
	
}

@media only screen and (max-width: 768px) {
	
	.logo-sub {
	background-image: url("../images/WSR-Logo-Single-notext-c.png");
	background-repeat: no-repeat;
    background-size: 95% auto;
	background-position: top .3vh left 1vw;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    left: 28px;
    top: 12px;
	height: 100%;
	width: 100%;
	max-width: 200px;
	
	
}
	
	
}

.navbar-top-default{
    position: absolute;
    z-index: 99;
    overflow: hidden;
	text-align: center;
	padding: 0;
    height: 115px;
    width: 100%;
    background: #000;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
	padding-bottom: 50px;
}

.header-appear .navbar-top-default {
    height: 110px;
    position: fixed;
    z-index: 99;
    top: 0;
    background: #000 ;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

/*change nav color on sticky nav*/
.header-appear .navbar-simple .navbar-nav .nav-link {
    color: #ffffff;
	
}

.navbar-nav {
    align-items: right;
	
}

.navbar-top-default #mainnav{
    margin-right: 0vw;
	margin-bottom: 0;
	margin-top: 9vh;
}

/*Navbar Simple*/
.navbar-simple .navbar-nav .nav-link {
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    text-align: right;
    padding: 0 1.1rem;
	
    font-family: 'Montserrat', sans-serif;
}

.nav-box-round .navbar-nav .nav-link{
    border-radius: 20px;
}

.header-appear .nav-box-round .navbar-nav .nav-link.active{
    background-color: #dabd1d;
    color: #ffffff !important;
}

.header-appear .nav-box-round .navbar-nav .nav-link:hover{
    color: #dabd1d;
}

/*nav line*/
.line:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: -5px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}

.line:hover:after, .line.active:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #dabd1d;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}

.title {
	font-size: 34px;
	line-height: 1.2; font-weight: 400; font-family: 'Poppins', sans-serif;
	
}
.subtitle {
	font-size: 16px;
	line-height: 1.2; font-weight: 400; font-family: 'Poppins', sans-serif;
}

/* ===================================
    Top Video
====================================== */


.topvidsub{
	top: 0;
	padding-top: 100px;
	height: 500px;
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.topvidsub{
	top: 0;
		padding-top: 100px;
	height: 350px;
	width: 100%;
}
}




/* ===================================
    Side Menu
====================================== */

.side-menu {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background: #000;
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}

.side-menu.left {
    left: auto; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-navbar.navbar-nav {
    align-items: start;
	
}

.side-menu.before-side {
    width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 34px;
    width: 34px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 40px;
    cursor: pointer;
}

.side-menu.before-side .btn-close{
    display: none;
}

.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: auto;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #ffffff;
    top: 5px;
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    right: 40px;
    top: 6vh;
    position: absolute;
    display: inline-block;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #ffffff;
    display: block;
    margin-left: auto;
    transition: .5s ease;
}

.header-appear .sidemenu_btn span {
    background: #ffffff;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.sidemenu_btn:hover span:first-child, .sidemenu_btn:hover span:last-child{
    width: 70%;
    transition: .5s ease;
    margin-left: auto;
}

.side-menu .inner-wrapper {
    padding: 1rem 4rem;
    height: 100%;
	text-align: center;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
	margin-right: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	
}

.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
    margin-bottom: 30px;
    height: 70%;
    display:block;
    align-items: center;
	text-align: center;
	margin-left: auto; 
	margin-right: auto;
}

.side-nav .navbar-nav .nav-item{
    display: block;
    margin: 12px; margin-left: auto; margin-right: auto; padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #ffffff;
    padding: 2px 0 3px 0 !important;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    position: relative;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
}

.side-nav .navbar-nav .nav-link:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: -5px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}

.side-nav .navbar-nav .nav-link:hover:after, .side-nav .navbar-nav .nav-link.active:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #dabd1d;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}

.side-menu p{
    margin-top: .5rem;
    margin-bottom: 0;
}

.social-icons-simple{
    margin-bottom: 0;
	margin-left: -10px;
}

.social-icons-simple li{
    display: inline-block;
    color: #ffffff;
}

.side-footer p{
    color: #ffffff;
}

.side-menu .social-icons-simple li a {
    font-size: 16px;
    justify-content: center;
    color: #ffffff;
    height: 46px;
    line-height: 38px;
    width: 46px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    align-items: center;
    display: flex;
    z-index: 1;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

.social-icons-simple li .social-icon:hover{
    background-color: #dabd1d;
    color: #ffffff;
}

.side-logo{
	margin-left: auto;
	margin-right: auto;
}



@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.side-menu .btn-close:hover {
    -webkit-animation: .8s rotate;
    animation: .8s rotate;
}

@-webkit-keyframes rotate {
    from{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotates {
    from{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.yellowtext{
	color: #dabd1d;
}
.redtext{
	color: #ee1f25;
}

.bluetext{
	color: #488dff;
}

.greentext{
	color: #34b87b;
}
.orangetext{
	color: #f06526;
}


.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 18px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #fff;
  margin: 4px 10px;
}

.section-title p {
  margin-top: 15px;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;

}


.pp-icons{
	position:relative;

	width: 100%;
	display: flex;
  justify-content: right;
  align-items: right;
  text-align: right;

	font-size: 26px;
	bottom: .9vh;
	margin-left: auto;
	margin-right: 0;
	cursor: pointer;
	z-index: 1500;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5));
        -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5));
}

.pp-icons a{
	background-color: #fff;
	height: 75px;
	width: 75px;
	text-align: center;
	justify-content: center;
  align-items: center;
	margin-left: .5vw;
	margin-right: .5vw;
	bottom: 0;
	border-radius: 20%;
	
}

.pp-icons i{
	position: relative;
	text-align: center;
	justify-content: center;
  align-items: center;
	margin-left: auto;
	margin-right: auto;
	
}

.pp-nav-icons:hover{color:#dabd1d !important; background: #202020 !important; -webkit-transition: .3s ease-in-out;-o-transition: .3s ease-in-out;transition: .3s ease-in-out;}

.pp-icons li{
    display: inline-block;
	text-align: center;
	justify-content: center;
  align-items: center;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 0;
	bottom: 0;
	line-height: 8px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}

.pp-icons li a {
	right: auto;
	bottom: 0px;
    font-size: clamp(32px, 3vw, 34px);

    justify-content: center;
	text-align: center;
    color: #222;
	
    height: 5vw;
    line-height: 0;
    width: 5vw;
	max-width: 65px;
	max-height: 65px;
    border-radius: 30%;
    position: relative;
    overflow: hidden;
    align-items: center;
    display: flex;
	
}

.pp-icons .home {
	color: #fff;
	background-color: #f06526;
}
.pp-icons .about {
	color: #fff;
	background-color: #c0242a;
}

.pp-icons .visioni {
	color: #fff;
	background-color: #34b87b;
}

.pp-icons .racei {
	color: #fff;
	background-color: #7F79B3;
}

.pp-icons .prizei {
	color: #fff;
	background-color: #dabd1d;
}


.pp-icons .teamsi {
	color: #fff;
	background-color: #0874ba;
}

.pp-icons .routesi {
	color: #fff;
	background-color: #0874ba;
}

.pp-icons .explore {
	color: #fff;
	background-color: #126d3f;
}

.pp-icons .relax {
	color: #fff;
	background-color: #c0242a;
}

.pp-icons .artist {
	color: #fff;
	background-color: #3AA729;
}

.pp-icons .newsi {
	color: #fff;
	background-color: #34b87b;
}

.pp-icons .mgmti {
	color: #fff;
	background-color: #3D55C5;
}

.pp-icons .councili {
	color: #fff;
	background-color: #FF6871;
}
.pp-icons .friendsi {
	color: #fff;
	background-color: mediumslateblue;
}

.pp-icons .shopi {
	color: #fff;
	background-color: #0084FF;
}

/* ===================================
   Slider Section
====================================== */

.slider {
    padding: 100px 0 0 0;
}


.heading-area .heading{
    font-size: 36px;
    color: #000;
    font-weight: 600;
    margin: 25px 0;
    font-family: 'Montserrat', sans-serif;
}

.heading-area .text {
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #515050;
    margin-bottom: 40px;
}

.heading-area .sub-heading {
    font-size: 16px;
    font-weight: normal;
    color: #515050;
    font-family: 'Montserrat', sans-serif;
}

.slider-icons .slider-social{
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    color: #000;
}

.slider-icons .slider-social li{
    list-style: none;
}

.slider-icons .slider-social a {
    text-decoration: none;
    width: 48px;
    height: 48px;
    color: #000;
    background: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 16px;
    margin: 2px;
    border: 1px solid transparent;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    position: relative;
}

.slider-icons .slider-social a:hover {
    background: #000;
    color: #ffffff;
}

.services-slider .service-box>span {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.services-slider {
    margin: -150px 0 0;
    min-height: 350px;
    z-index: 21;
}

.services-slider.owl-carousel .owl-stage-outer {
    padding-top: 25px;
    padding-bottom: 25px;
}

.services-slider .service-box {
    padding: 4rem 4rem;
    background: #000;
    color: #fff;
    text-align: center;
    -webkit-transition: all .5s ease .1s;
    -o-transition: all .5s ease .1s;
    transition: all .5s ease .1s;
    z-index: 2;
}

.services-slider .service-box,
.services-slider .service-box>span {
    overflow: hidden;
}

.services-slider .service-box>span {
    font-size: 40px;
    height: 50px;
    width: 50px;
    line-height: 50px;
}

.services-slider .service-box h4 {
    font-size: 24px;
    font-weight: normal;
    font-family: Montserrat, sans-serif;
}

.services-slider .service-box p {
    font-size: 16px;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.services-slider .service-box:hover {
    cursor: pointer;
}

.services-slider .service-box:hover span {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.services-slider .owl-item.current .service-box {
    background: #dabd1d;
    padding: 5rem 4rem;
    margin-top: -15px;
}

/* ===================================
    Start route
====================================== */


.route {
	background-color: #000;
	height: 100%;
	width: 100%;
	
 
	padding-top: 10px;
}

.coloranim {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  
  height: 125px;
  width: 100%;
  transform: rotate(0);
  overflow: hidden;
  background: linear-gradient(to right, #ee1f25 25%, #2d358f 25%, #2d358f 50%,#116d3e 50%, #116d3e 75%, #dabd1d 75%);
  background-size: 120% auto;
  
  animation: shine 23s linear infinite;
}

.coloranim2 {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  
  height: 11px;
  width: 100%;
  transform: rotate(0);
  overflow: hidden;
  background: linear-gradient(to right, #ee1f25 25%, #2d358f 25%, #2d358f 50%,#116d3e 50%, #116d3e 75%, #dabd1d 75%);
  background-size: 120% auto;
  
  animation: shine 23s linear infinite;
}

/*Begin shimmer code*/

@keyframes shine {
    to {
      background-position: 120% center;
    }
  }


.route h3 {
	font-size: 32px;
	line-height: 1.2; font-weight: bold; font-family: 'Roboto', sans-serif, sans-serif;
}

.mapcontainer{
	position: relative;
	height: 600px;
	width: 100%;
	margin-top: 0;
	margin-bottom: 35px;
	overflow: hidden;
	padding: 0;
}

.mapcontainer2{
	position: relative;
	height: 500px;
	width: 100%;
	margin-top: 0;
	margin-bottom: 35px;
	overflow: hidden;
	padding: 0;
}

.mapfull{
	height: 830px;
	width: 100%;
	margin-top: -180px;
	
}

.mapfull2{
	height: 700px;
	width: 100%;
	margin-top: -200px;
	
}

.routecontainer{
	width: 90%;
	padding-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

.tablelist {
	margin-left: auto;
	margin-right: auto;
}

.routesub{
	width: 60%;
	height: auto;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

.seperator{
  display: block;
  top: 0;
  left: 0;
	width: 100%;
	height: 15px;
	 transform: rotate(0);
  overflow: hidden;
  background: linear-gradient(to right, #ee1f25 25%, #2d358f 25%, #2d358f 50%,#116d3e 50%, #116d3e 75%, #dabd1d 75%);
  background-size: 120% auto;
	margin-bottom: 50px;
  animation: sepanim 33s linear infinite;
}

/*Begin shimmer code*/

@keyframes sepanim {
    to {
      background-position: -120% center;
    }
  }

.legend{
	width: 300px;
	border: 2px solid #fff;
	padding: 15px;
	text-align: left;
	font-size: 14px;
	margin-bottom: 50px;
	line-height: 25px;
	align-content: center;
	
}
.map-dot{
	width: 10%;
	padding-bottom: 15px;
	padding-right: 10px;
	margin-top: 10px;
	
}

.map-pin{
	width: 10%;
	padding-right: 10px;
}


@media only screen and (max-width: 768px) {
	.route h3 {
	font-size: 32px;
		margin-top: 50px;
	line-height: 1.2; font-weight: bold; font-family: 'Roboto', sans-serif, sans-serif;
}

	.mapcontainer{
	position: relative;
	height: 500px;
	width: 100%;
	margin-top: 0;
	margin-bottom: 5px;
	overflow: hidden;
	padding: 0;
}

.mapfull{
	height: 530px;
	width: 100%;
	margin-top: -80px;
	
}
	
	.coloranim {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  
  height: 107px;
  width: 100%;
  transform: rotate(0);
  overflow: hidden;
  background: linear-gradient(to right, #ee1f25 25%, #2d358f 25%, #2d358f 50%,#116d3e 50%, #116d3e 75%, #dabd1d 75%);
  background-size: 200% auto;
  
  animation: shine 25s linear infinite;
}

/*Begin shimmer code*/

@keyframes shine {
    to {
      background-position: 200% center;
    }
  }
	
	.seperator{
  display: block;
  top: 0;
  left: 0;
	width: 100%;
	height: 15px;
	 transform: rotate(0);
  overflow: hidden;
  background: linear-gradient(to right, #ee1f25 25%, #2d358f 25%, #2d358f 50%,#116d3e 50%, #116d3e 75%, #dabd1d 75%);
  background-size: 200% auto;
	margin-bottom: 50px;
  animation: sepanim 25s linear infinite;
}

/*Begin shimmer code*/

@keyframes sepanim {
    to {
      background-position: -200% center;
    }
  }

	.routesub{
	width: 95%;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
	
	.route {
	background-color: #000;
	height: 100%;
	width: 100%;
	padding-top: 100px;
}
	
}


/* ===================================
    Start Vision
====================================== */


.vision {
	background-color: #000;
	height: 100%;
	width: 100%;

	padding-top: 10px;
}





.vision h3 {
	font-size: 32px;
	line-height: 1.2; font-weight: bold; font-family: 'Roboto', sans-serif, sans-serif;
}

.visioncontainer{
	position: relative;

	width: 90%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	
	padding: 0;
}

.visionsub{
	position: relative;

	width: 90%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	
	padding: 0;
}


.imagecenter{
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.imagecentermed{
	display: block;
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.imagecenter90{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}
.inspire{
	width: 90%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.visionsub .section-title{
	margin-top: 80px;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display:block;
}

@media only screen and (max-width: 768px) {
	.route h3 {
	font-size: 32px;
		margin-top: 50px;
	line-height: 1.2; font-weight: bold; font-family: 'Roboto', sans-serif, sans-serif;
}

	.visioncontainer{
	position: relative;
	
	width: 100%;
	margin-top: 50px;
	margin-bottom: 5px;
	
	padding: 0;
}


	.visionsub{
	width: 95%;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
	
	.vision{
	background-color: #000;
	height: 100%;
	width: 100%;
	padding-top: 10px;
}

	
}

/* ===================================
    Start council
====================================== */


.council {
	background-color: #000;
	height: 100%;
	width: 100%;

	
}

.counciltop{
	width: 100%;
	background-color: #fff;
	padding-top: 00px;
	padding-bottom: 0px;
	top:-200px;
	bottom: auto;
	text-align: center;
	color: #000;
	font-size: 36px;
	font-weight: 400;
	text-transform: uppercase;
}

.councilred{
	width: 100%;
	background-color: #ee1f25;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 10vw;
	padding-right: 10vw;
	top:-200px;
	bottom: auto;
	text-align: left;
	color: #fff;
	font-size: 18px;
	font-weight: 400;

}

.council h3 {
	font-size: 32px;
	line-height: 1.2; font-weight: bold; font-family: 'Roboto', sans-serif, sans-serif;
}

.councilcontainer{
	position: relative;

	width: 90%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	
	padding: 0;
}

.councilsub{
	position: relative;

	width: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	
	padding: 0;
}



.pxline {
height: 2px;
margin:0;
background: #fff;
width: 100%;
font-size: 1px;
}

.pxline2 {
height: 1px;
margin:0;
	margin-bottom: 25px;
background: #000;
width: 100%;
font-size: 1px;
}

.pxlineshop {
height: 2px;
margin-left:auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
background: #fff;
width: 80%;
font-size: 1px;
}

.pxlinefull {
height: 1px;
margin-left:auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
background: #fff;
width: 100%;
font-size: 1px;
}
.pxlineinvite {
height: 2px;
margin-left:auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
background: #000;
width: 100%;
font-size: 1px;
}
.pxlineinviteheader {
height: 15px;
margin-left:auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 40px;
background: #000;
width: 100%;
font-size: 1px;
}


.bg-execteam {
	background-color: #222; 
	min-height: 300px;
}

.bg-execteam:hover {
	background-color: #000; 
	min-height: 300px;
	
}

.pro-pic{
	min-height: 300px;
}
.execprofile{
	border: solid 1px #fff;
}


.execprofile:hover{
	border: solid 1px #dabd1d;
}

.card-img-overlay:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.executivelogo {
	width: 10%;
}

.execreadmore{
	font-size: 14px;
	bottom: 0;
	right:0;
	font-weight: 500; 
	float: right;
	padding-right: 25px;
	padding-bottom: 15px;
	position: absolute;
}

.flagexec{
	width: 50%;
	margin-left: auto;
	left: 10px;
	bottom: 5px;
	position: absolute;
	-webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, .5));
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, .5));
	background-color: rgba(250, 250, 250, 1);
	padding: 5px;
	border-radius: 10px;
}

.flaglegend{
	width: 20%;
	
	-webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, .5));
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, .5));
	background-color: rgba(250, 250, 250, 1);
	padding: 5px;
	border-radius: 10px;
}
.legendexec{
	width: 400px;
	border: 2px solid #fff;
	padding: 15px;
	text-align: left;
	font-size: 18px;
	margin-bottom: 50px;
	line-height: 25px;
	align-content: center;
	
}


@media only screen and (max-width: 768px) {
	.council h3 {
	font-size: 32px;
		margin-top: 50px;
	line-height: 1.2; font-weight: bold; font-family: 'Roboto', sans-serif, sans-serif;
}

	.councilcontainer{
	position: relative;
	
	width: 100%;
	margin-top: 50px;
	margin-bottom: 5px;
	
	padding: 0;
}


	.councilsub{
	width: 95%;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
	
	.council{
	background-color: #000;
	height: 100%;
	width: 100%;
	padding-top: 0px;
}
.executivelogo {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-bottom: 10px;
}
	.flagexec{
	width: 30%;
	margin-left: auto;
	right: 0;
	bottom: 0;
	padding-bottom: 10px;
	padding-right: 10px;
	position: absolute;
		-webkit-filter: drop-shadow(2px 2px 5px #000);
  filter: drop-shadow(2px 2px 5px #000);
}
	.imagecentermed{
	display: block;
	max-width: 85%;
	margin-left: auto;
	margin-right: auto;
}
	
}


/* ===================================
    Start Prize
====================================== */


.prize {
	background-color: #000;
	height: 100%;
	width: 100%;

	padding-top: 10px;
}

.prizetop{
	width: 100%;
	background-color: #000;
	padding-top: 50px;
	padding-bottom: 50px;
	top:-200px;
	bottom: auto;
	text-align: center;
	color: #fff;
	font-size: 46px;
	font-weight: 800;
	text-transform: uppercase;
}

.prizered{
	width: 100%;
	background-color: #ee1f25;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 10vw;
	padding-right: 10vw;
	top:-200px;
	bottom: auto;
	text-align: left;
	color: #fff;
	font-size: 18px;
	font-weight: 400;

}

.prize h3 {
	font-size: 32px;
	line-height: 1.2; font-weight: bold; font-family: 'Roboto', sans-serif, sans-serif;
}

.prizecontainer{
	position: relative;

	width: 90%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	
	padding: 0;
}

.prizesub{
	position: relative;

	width: 90%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	
	padding: 0;
}



.pxline {
height: 2px;
margin:0;
background: #fff;
width: 100%;
font-size: 1px;
}

.pxlineexec {
height: 1px;
margin:0;
background: #ccc;
width: 100%;
font-size: 1px;
margin-bottom: 5px;
}


@media only screen and (max-width: 768px) {
	.route h3 {
	font-size: 32px;
		margin-top: 50px;
	line-height: 1.2; font-weight: bold; font-family: 'Roboto', sans-serif, sans-serif;
}

	.prizecontainer{
	position: relative;
	
	width: 100%;
	margin-top: 50px;
	margin-bottom: 5px;
	
	padding: 0;
}


	.prizesub{
	width: 95%;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
	
	.prize{
	background-color: #000;
	height: 100%;
	width: 100%;
	padding-top: 100px;
}

	
}


/* ===================================
    Start friends
====================================== */


.friends {
	background-color: #000;
	height: 100%;
	width: 100%;

	padding-top: 175px;
}

.friendstop{
	width: 100%;
	background-color: #fff;
	padding-top: 00px;
	padding-bottom: 0px;
	top:-200px;
	bottom: auto;
	text-align: center;
	color: #000;
	font-size: 36px;
	font-weight: 400;
	text-transform: uppercase;
}

.friendsred{
	width: 100%;
	background-color: #ee1f25;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 10vw;
	padding-right: 10vw;
	top:-200px;
	bottom: auto;
	text-align: left;
	color: #fff;
	font-size: 18px;
	font-weight: 400;

}

.friends h3 {
	font-size: 32px;
	line-height: 1.2; font-weight: bold; font-family: 'Roboto', sans-serif, sans-serif;
}

.friendscontainer{
	position: relative;

	width: 90%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	
	padding: 0;
}

.friendssub{
	position: relative;

	width: 90%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	
	padding: 0;
}

.friends-array{
	width: 90%;
	height: auto;
	max-width: 926px;
	margin-left: auto;
	margin-right: auto;
}





/* ===================================
    Start teams
====================================== */


.teams {
	background-color: #000;
	height: 100%;
	width: 100%;

	padding-top: 175px;
}

.teamstop{
	width: 100%;
	background-color: #fff;
	padding-top: 00px;
	padding-bottom: 0px;
	top:-200px;
	bottom: auto;
	text-align: center;
	color: #000;
	font-size: 36px;
	font-weight: 400;
	text-transform: uppercase;
}

.teamsred{
	width: 100%;
	background-color: #ee1f25;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 10vw;
	padding-right: 10vw;
	top:-200px;
	bottom: auto;
	text-align: left;
	color: #fff;
	font-size: 18px;
	font-weight: 400;

}

.teams h3 {
	font-size: 32px;
	line-height: 1.2; font-weight: bold; font-family: 'Roboto', sans-serif, sans-serif;
}

.teamscontainer{
	position: relative;

	width: 90%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	
	padding: 0;
}

.teamssub{
	position: relative;

	width: 90%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	
	padding: 0;
}



.pxline {
height: 2px;
margin:0;
background: #fff;
width: 100%;
font-size: 1px;
}


@media only screen and (max-width: 768px) {
	.teams h3 {
	font-size: 32px;
		margin-top: 50px;
	line-height: 1.2; font-weight: bold; font-family: 'Roboto', sans-serif, sans-serif;
}

	.teamscontainer{
	position: relative;
	
	width: 100%;
	margin-top: 50px;
	margin-bottom: 5px;
	
	padding: 0;
}


	.teamssub{
	width: 95%;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
	
	.teams{
	background-color: #000;
	height: 100%;
	width: 100%;
	padding-top: 100px;
}

	
}


/* ===================================
    Start news
====================================== */


.news {
	background-color: #000;
	height: 100%;
	width: 100%;

	padding-top: 175px;
}

.newstop{
	width: 100%;
	background-color: #fff;
	padding-top: 00px;
	padding-bottom: 0px;
	top:-200px;
	bottom: auto;
	text-align: center;
	color: #000;
	font-size: 36px;
	font-weight: 400;
	text-transform: uppercase;
}


.news h3 {
	font-size: 32px;
	line-height: 1.2; font-weight: bold; font-family: 'Roboto', sans-serif, sans-serif;
}

.newscontainer{
	position: relative;

	width: 90%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	
	padding: 0;
}

.APcontainer{
	position: relative;
max-width: 1200px;
	width: 70%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	
	padding: 0;
}

.newssub{
	position: relative;

	width: 90%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	
	padding: 0;
}

.news-table{
	width: 80%;
}

.style3 {	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 13px;
	color: #ccc;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 900;
	
}


@media only screen and (max-width: 768px) {
	.news h3 {
	font-size: 32px;
		margin-top: 50px;
	line-height: 1.2; font-weight: bold; font-family: 'Roboto', sans-serif, sans-serif;
}

	.newscontainer{
	position: relative;
	
	width: 100%;
	margin-top: 50px;
	margin-bottom: 5px;
	
	padding: 0;
}


	.newssub{
	width: 95%;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
	
	.news{
	background-color: #000;
	height: 100%;
	width: 100%;
	padding-top: 100px;
}

	
}




/* ===================================
    Start race
====================================== */


.race {
	background-color: #000;
	height: 100%;
	width: 100%;

	padding-top: 175px;
}

.racetop{
	width: 100%;
	background-color: #fff;
	padding-top: 00px;
	padding-bottom: 0px;
	top:-200px;
	bottom: auto;
	text-align: center;
	color: #000;
	font-size: 36px;
	font-weight: 400;
	text-transform: uppercase;
}

.racered{
	width: 100%;
	background-color: #ee1f25;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 10vw;
	padding-right: 10vw;
	top:-200px;
	bottom: auto;
	text-align: left;
	color: #fff;
	font-size: 18px;
	font-weight: 400;

}

.race h3 {
	font-size: 32px;
	line-height: 1.2; font-weight: bold; font-family: 'Roboto', sans-serif, sans-serif;
}

.racecontainer{
	position: relative;

	width: 90%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	
	padding: 0;
}

.racesub{
	position: relative;

	width: 90%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	
	padding: 0;
}

.promoVideosub{
	width: 70%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.APpromoVideosub{
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.racecontent{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 105px;
	font-size: 22px;
	line-height: 28px;
}

.racelogos{
	width: auto;
	height: 165px;
}

.nolimit{
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: 800;
}

@media only screen and (max-width: 768px) {
	.race h3 {
	font-size: 32px;
		margin-top: 50px;
	line-height: 1.2; font-weight: bold; font-family: 'Roboto', sans-serif, sans-serif;
}

	.racecontainer{
	position: relative;
	
	width: 100%;
	margin-top: 50px;
	margin-bottom: 5px;
	
	padding: 0;
}


	.racesub{
	width: 95%;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
	
	.race{
	background-color: #000;
	height: 100%;
	width: 100%;
	padding-top: 100px;
}

	
}


/* ===================================
    Start press
====================================== */


.press {
	background-color: #000;
	height: 100%;
	width: 100%;

	padding-top: 175px;
}

.presstop{
	width: 100%;
	background-color: #fff;
	padding-top: 00px;
	padding-bottom: 0px;
	top:-200px;
	bottom: auto;
	text-align: center;
	color: #000;
	font-size: 36px;
	font-weight: 400;
	text-transform: uppercase;
}



.press h3 {
	font-size: 32px;
	line-height: 1.2; font-weight: bold; font-family: 'Roboto', sans-serif, sans-serif;
}

.presslink:hover {
	font-size: 32px;
	line-height: 1.2; font-weight: bold; font-family: 'Roboto', sans-serif, sans-serif;
	color: red;
}


.presscontainer{
	position: relative;

	width: 90%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	
	padding: 0;
}

.presssub{
	position: relative;

	width: 90%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	
	padding: 0;
}


#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 18px/20px "Open Sans", Helvetica, Arial, sans-serif; color: #222;}



#contact {
	background:#222;
	padding:35px;
	margin:50px 0;
	border-radius: 10px;
}

#contact h3 {
	color: #F96;
	display: block;
	font-size: 30px;
	font-weight: 400;
}

#contact h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

fieldset  {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #country {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover, #country:hover  {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#contact textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#0CF;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

#contact button[type="submit"]:hover {
	background:#09C;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}

#country{
	color: #888;
	font:400 18px/20px "Open Sans", Helvetica, Arial, sans-serif;
	padding:10px;
	margin:10px 0;
}

#website{
	color: #888;
	font:400 18px/20px "Open Sans", Helvetica, Arial, sans-serif;
	padding:10px;
	margin:10px 0;
}


textarea {
	color: #999;
}

::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}


.contact-container {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	background-color: #222;
	padding: 25px;
	border-radius: 25px
}

.subbutton{
	width: 100%;
	background-color: goldenrod;
	color: black;
	text-align: center;
	font-size: 32px;
	line-height: 1.2; font-weight: bold; font-family: 'Roboto', sans-serif, sans-serif;
	border-radius: 15px;
}

.subbutton:hover{
	background-color: palegoldenrod;
}

.buttonmailing{
	width: 100%;
	text-align: center;
	line-height: 100px;
	height: 150px;
	background-color: #fdc113;
	color: #fff;
	font-size: 32px;
	padding: 25px;
	 font-weight: bold; font-family: 'Roboto', sans-serif, sans-serif;
	border-radius: 15px;
  animation-name: color;
  animation-duration: 2s;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1);
	animation: mailer 2s infinite;
}

@keyframes mailer {
	0% {
		background-color: #126e3f;
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		background-color: #0775bb;
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {background-color: #fdc113;
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

.buttonmailing:hover{
	background-color: #0775bb;
		transform: scale(1);
	animation: none; /* Cancel the bounce animation on hover */
}


#country, #phone, #email, #name{
  	font-size: 18px;
    font-weight: 400;
    color: #111111;
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
}

#subject{
  	font-size: 18px;
    font-weight: 400;
    color: #111111;
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
}

#who{
  	font-size: 18px;
    font-weight: 400;
    color: #111111;
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
}

label{
  	font-size: 23px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
}

.mailinglist{
	background-color: #c0242b;
	width: 100%;
	border-radius: 15px;
	padding: 20px;
	height: 225px;
}

/* ===================================
    Start Counters
====================================== */

.bg-counters {
    background: #000;
    color: #ffffff;
}

.counters h2{
    font-size: 92px;
    font-weight: 300;
    color: #dabd1d;
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
}

.counters h4 {
    font-size: 24px;
    font-weight: 300;
    font-family: Roboto, sans-serif;
}

.bg-counters .center-para {
    font-size: 16px;
    font-weight: 300;
    font-family: Roboto, sans-serif;
}

/* ===================================
    Cube Portfolio
====================================== */

.cube-portfolio1 .cbp-l-filters-button .cbp-filter-item{
    background: transparent;
    border: none;
    margin: 10px 4px 6px 4px;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
    color: #3d3d3d;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.cube-portfolio1 .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active{
    color: #dabd1d;
}

.cube-portfolio1 .cbp-l-filters-button .cbp-filter-item:hover{
    color : #dabd1d;
}

.cube-portfolio1 .cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
    color: #dabd1d;
}

.cube-portfolio1 .cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
    opacity: .8;
}

.cbp-l-filters-button {
    margin: 40px;
}

.cbp-l-caption-alignCenter{
    position: absolute;
    top: 0;
    z-index: 4;
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.cube-portfolio1 .cbp-caption-zoom .cbp-caption:hover .cbp-l-caption-alignCenter {
    opacity: 1;
}

.cbp-l-caption-body p{
    font-size: 12px;
}

.cbp-l-caption-body h5{
    font-weight: 400;
}

.plus {
    display: block;
    margin: 0 auto;
    height: 70px;
    width: 70px;
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
}

.plus::before {
    width: 2px;
    margin-left: -1px;
    left: 50%;
    top: 5px;
    bottom: 5px;
}

.plus::after {
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: 5px;
    right: 5px;
}

.plus::before, .plus::after {
    content: " ";
    position: absolute;
    background: #fff;
}

.portfolio_top {
    position: relative;
    overflow: hidden;
}

#portfolio_top::before,
#portfolio_top::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    height: 90px;
    width: 100%;
}

#portfolio_top::before {
    top: 0;
}

#portfolio_top::after {
    bottom: 0;
}

.text_wrap {
    padding: 50px 2rem 0.5rem 2rem;
}

.itemshadow .cbp-item-wrapper {
    -webkit-box-shadow: 0 0 4px 1px rgba(101, 101, 101, 0.2);
    box-shadow: 0 0 4px 1px rgba(101, 101, 101, 0.2);
    padding-bottom: 2px;
    padding-top: 5px;
}

.border-portfolio .cbp-item img {
    border: 20px solid #fff;
}

.bottom-text {
    display: table;
}

.bottom-text > .cells {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}

.bottom-text p {
    font-size: 15px;
    margin-bottom: 0;
}

.bottom-text .port_head {
    font-weight: 600;
    font-size: 5.625rem;
    line-height: 1;
}

/*Overlays*/
.overlay-two{
    position: absolute;
    left: 20px; top: 25px;
    right: 20px; bottom: 22px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .5s ease-in .1s;
    -o-transition: all .5s ease-in .1s;
    transition: all .5s ease-in .1s;
}

.overlay-two:before{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #dabd1d;
    opacity: .7;
}

.cbp-item:hover .overlay-two,
.cbp-item:focus .overlay-two {
    opacity: 1; visibility: visible;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.cbp-item:hover .overlay-two{
    opacity: 1; visibility: visible;
}

.plus{
    display: inline-block;
    height: 70px;
    width: 70px;
    position: relative;
    overflow: hidden;
}

.overlay-two > h4,.overlay-two > p{
    position: relative;
    color: #ffffff;
}

.plus::before,
.plus::after {
    content: " ";
    position: absolute;
    background: #fff;
}

.plus::after {
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: 5px;
    right: 5px;
}

.plus::before {
    width: 2px;
    margin-left: -1px;
    left: 50%;
    top: 5px;
    bottom: 5px;
}

.plus p {
    font-size: 13px;
}

.bottom-text > .cells {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}

/* ===================================
    Booking Section
====================================== */

.booking-area {
    background: #dabd1d;
    padding: 5rem 0;
}

.booking-area .quote-btn p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.booking-area .quote-btn h4 {
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    margin: 34px 0;
    font-family: Montserrat, sans-serif;
}

/* ===================================
      Testimonials Section
====================================== */

.testimonial_img{
    position: absolute;
    left: 20%;
    top: 20%;
}

.testimonial_img img{
    border-radius: 50%;
    height: 100% !important;
    width: 100% !important;
	max-width: 225px !important;
	max-height: 225px !important;
}

.owl-testimonial{
    margin-top: 0px;
}

.client-data{
    position: absolute;
}

.testimonial-box{
    background: #888;
    overflow: hidden;
	min-height: 300px;
    padding: 35px 45px 45px 45px;
    margin: 50px 10px 10px 10px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    cursor: pointer;
    border-radius: 10px;
}

.owl-testimonial .owl-item.center .testimonial-box{
    background-color: #dabd1d;
    padding: 35px 45px 45px 45px;

}

.owl-testimonial .center .quote_box{
    background-color: #fff;
}

.owl-testimonial .center .quote_box .quote{
    color: #ffffff;
}

.center .testimonial-box{
    background-color: #dabd1d;
}

.center .testimonial-box:hover:before{
    opacity: 1 !important;
}

.center .testimonial-box .infot_margin {
    opacity: 1;
}

.owl-testimonial .center .testimonial-box:hover .quote{
    color: #ffffff;
}

.owl-testimonial .center .testimonial-box:hover .quote_box{
    background-color: #999;
}

.margin-p{
    text-align: center;
	
}

.owl-prev {
    width: 100px;
    height: 100px;
	
    position: absolute;
    top: 30%;
    margin-left: -60px;
    display: block !important;
    border:1px solid white;
	z-index: 6600;
}

.owl-next {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 30%;
    right: -65px;
    display: block !important;
    border:1px solid white;
}

.owl-prev i, .owl-next i { font-size: 46px; color: #ccc;}
 
.quote{
    font-size: 30px;
    color: #ffffff;
}

.quote_box{
    border: 1px solid transparent;
    border-radius: 50px;
    width: 70px;
    height: 60px;
    background: #fff;
    padding: 14px 5px 5px 5px;
    position: absolute;
    top: 280px;
    left: 63%;
    transform: translateX(-50%);
	-webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
	z-index: 50;
}
.flag{
	width: 100px;
}

.infot_margin{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    position: relative;
    z-index: 999;
    color: #ffffff;
}

.testimonial_name{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: center;
    margin: 0;
    font-weight: normal;
    letter-spacing: 0;
}

#testimonials .text1 .info {
    font-size: 15px;
    font-weight: normal;
    margin-top: 6px;
    font-family: Roboto, sans-serif;
	width: 260px
}

#testimonials .text1{
    position: absolute;
    text-align: center;
    top: 75%;
    left: 50%;
	line-height: 18px;
    transform: translateX(-50%);
}

#testimonials .item{
    padding-bottom: 120px ;
}

.owl-testimonial .owl-dots{
    margin-top: 50px !important;
}

.owl-testimonial .owl-dots .owl-dot.active span, .owl-testimonial .owl-dots .owl-dot:hover span{
    background: #dabd1d;
}

.owl-testimonial .owl-dots{
    display: flex;
    justify-content: center;
}

.owl-testimonial .owl-dots .owl-dot span {
    background: #ffffff;
    border: 2px solid #000;
    font-size: 30px;
    padding: 5px;
    margin-left: 10px;
    border-radius: 50%;
}

.modal{
	 -webkit-backface-visibility: hidden;
	overflow-y : scroll ;
}

  
.modal-dialog{
	width: 100%;
	
}

.modal-content{
	padding: 50px;
	background-color: #fff;
	color: #000;
	text-align: center;
}


.modal-img {
	display: block;
	width: 50%;
	max-width: 250px;
	float: left;
	padding-right: 20px;
	padding-bottom: 30px;
}

.modal-flagimg{
	width: 7%;
	max-width: 100px;
	margin-left: 0;
	padding-right: 10px;
}
.modal p {
	text-align: left;
}
.modaltext{
	
	position: relative;
	width: 90%;
	left: auto;
	right: 0;
}

.modal ::-webkit-scrollbar {
    width: 0px;
}

.modal ::-webkit-scrollbar-track {
    width: 0px;
    background: #000;
    border-left: 0 solid #000;
    border-right: 0 solid #000;
}

.testimonial-box:hover {
color: #fff;
background-color: #31b0d5 !important;

 }

.testimonial_name:hover {
color: #31b0d5;
	text-decoration: underline;
	font-weight: 900;

 }

@media only screen and (max-width: 768px) {


.modal-flagimg{
	width: 20%;
	max-width: 100px;
	margin-left: 0;
	padding-right: 10px;
}
	
}
/* ===================================
     Client Section
====================================== */

.owl-carousel .owl-item img{
    width: auto;
    max-width: 100%;
    display: inline-block;
}

.partners-slider .logo-item{
    text-align: center;
}

.map-area{
    position: relative;
    height: 250px;
    margin-bottom: 250px;
}

.full-map{
    height:500px;
    width: 100%;
    overflow: hidden;
}



/* ===================================
    Footer Section
====================================== */

.slider-bottom{
	position: fixed;

	height: 50px;
	top: auto;
	bottom: 0;
	left: 10px;
	z-index: 1111;
}

.slider-footer {
    position: absolute;
    bottom: 5px;
    right: 15px;
    z-index: 1111;
}

.footer-style-1{
	background-image: url("../images/sub-footer-bg.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom -20vh center;
	overflow: hidden;
	 
	
}


.footerfam{
	
	position: relative;
	height: 100%;
	width: 100vw;
	max-width: 100%;
	overflow-x: hidden;
	background-image: url("../images/family-pointing.png");
	background-position: bottom -14vh right 7vw;
	background-size: auto 150%;
	background-repeat: no-repeat;
	z-index: 2;
}
.footerfamimg{
	position: absolute;
	height: auto;
	width: 20%;
	bottom: -14vh;
	right: 7vw;
	z-index: 2;
	
}
.footer-social{
    text-align: left;
	padding-top: 50px;
	z-index: 3;
}

.footer-social ul{
    margin: 0;
    padding: 0;
	z-index: 3;
}

.footer-social li{
    display: inline-block;
	z-index: 3;
}

.footer-social a {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 17px;
    margin: 0 10px 0 0;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
	z-index: 3;
}

.footer-social li:nth-last-child(1) a{
    margin-right: 0;
}

.footer-social li a:hover{
    background-color: #dabd1d;
    color: #ffffff;
}

.footer-social li a {
    color: #000;
	z-index: 3;
}
.sm-links{
	position: relative;
	z-index: 5;
}

.foottext{
	z-index: 3
}

.company-about{
    font-size: 16px;
    font-weight: normal;
    font-family: Roboto, sans-serif;
	color: #000;
	padding-top: 80px;
	
	z-index: 3;
}
.footerlogo{
	width: 75%;
	height: auto;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	-webkit-filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.4));
	z-index: 3;
}

.containerscene{
	position: relative;
	width: 100vw;
	max-width: 100vw;
    margin-bottom: 0;
    overflow: hidden;
   min-height: 400px;

}

.airship {
    width: 200px;
    position: absolute;
	margin-top: 30px;
	opacity: 1;
    -webkit-animation: airship 65s linear infinite;
    -moz-animation: airship 65s linear infinite;
    -ms-animation: airship 65s linear infinite;
    -o-animation: airship 65s linear infinite;
 z-index: 0;
}

@-webkit-keyframes airship {
		from {
			left: -550px;
			
		}
        99.999% {
            left: 150%;
        }
	
	to {
		left: -550px;
	}
	}
.airship2 {
    width: 150px;
	margin-top: 130px;
    position: absolute;
	opacity: 1;
    -webkit-animation: airship2 69s linear infinite;
    -moz-animation: airship2 69s linear infinite;
    -ms-animation: airship2 69s linear infinite;
    -o-animation: airship2 69s linear infinite;
	z-index: 0;
}

@-webkit-keyframes airship2 {
		from {
			left: -750px;
			
		}
        99.999% {
            left: 150%;
        }
	
	to {
		left: -750px;
	}
	}

.airship3 {
    width: 70px;
	margin-top: 60px;
    position: absolute;
	opacity: 1;
    -webkit-animation: airship3 66s linear infinite;
    -moz-animation: airship3 66s linear infinite;
    -ms-animation: airship3 66s linear infinite;
    -o-animation: airship3 66s linear infinite;
	z-index: 0;
}

@-webkit-keyframes airship3 {
		from {
			left: -700px;
			
		}
        99.999% {
            left: 150%;
        }
	
	to {
		left: -700px;
	}
	}
.airship4 {
    width: 220px;
	margin-top: 10px;
    position: absolute;
	opacity: 1;
    -webkit-animation: airship4 91s linear infinite;
    -moz-animation: airship4 91s linear infinite;
    -ms-animation: airship4 91s linear infinite;
    -o-animation: airship4 91s linear infinite;
	z-index: 0;
}

@-webkit-keyframes airship4 {
		from {
			left: -700px;
			
		}
        99.999% {
            left: 150%;
        }
	
	to {
		left: -700px;
	}
	}

@media only screen and (max-width: 768px) {
	
	.footerlogo{
	width: 95%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
}
	
	.footerfamimg{
	position: absolute;
	height: auto;
	width: 80%;
	bottom: -18vh;
	left: 15%;
		right: auto;
	z-index: 2;
	
}

	.footerfam{
	 padding: 4rem 0;
	position: relative;
	height: 100%;
	width: 100%;
	background-image: url("../images/family-pointing.png");
	background-position: bottom -18vh center;
	background-size: auto 110%;
	background-repeat: no-repeat;
	
}

	.containerscene{
	width: 100vw;
	max-width: 100vw;
    margin-bottom: 0;
    overflow: hidden;
}
	.sm-links{
		position: relative;
	z-index: 5;
}
	
}

/*===================================
    Loader
======================================*/

.loader1 {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1111;
    overflow-x: hidden;
    background: #fff;
}

.loader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #dabd1d;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #dabd1d;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #dabd1d;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* ===================================
    Start StandAlone
====================================== */

.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}

.standalone-row .stand-img-des{
    padding-left: 30px;
    text-align: center;
}

.standalone-row:nth-child(2) .stand-img-des{
    padding-left: 0;
    padding-right: 30px;
}

.standalone-detail .sub-heading{
    margin-bottom: 10px;
    font-weight: normal;
}

.standalone-area .sub-heading{
    margin-bottom: 8px;
    font-weight: normal;
    color: #515050;
}

.standalone-detail .heading{
    margin-bottom: 20px;
    font-size: 48px;
    color: #000;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.standalone-detail .para_text{
    font-family: 'Roboto' , sans-serif;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    color: #515050;
}

.standalone-detail{
    padding-bottom: 100px;
}

.standalone-area .heading-text{
    font-weight: 600;
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
}

.standalone-area .stand-img-des .para_text{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #515050;
}

.page-title{
    position:relative;
    text-align:center;
    padding: 0 0 500px 0;
    background:url("../images/standalone.jpg");
    background-size: cover;
}

.page-title .auto-container{
    position:relative;
}

.standalone-footer {
    padding: 5rem 0;
}

.footer-social.stand {
    text-align: center;
    margin-bottom: 15px;
}


/* ===================================
   Images
====================================== */

.RightImage{
	float: right;
	margin: 0px;
	width: 35%;
	padding-left: 35px;
}
.LeftImage{
	float: left;
	margin: 0px;
	width: 10%;
	max-width: 100%;
	padding-right: 15px;
}

.LeftImageSmaller{
	float: left;
	margin: 0px;
	width: 7%;
	max-width: 100%;
	padding-right: 15px;
}

.imagecenterSmall{
	display: block;
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

.imageleftSmall{
	display: block;
	max-width: 50%;
	margin-left: 0;
	margin-right: auto;
	margin-top: 1px;
}
/* ===================================
   Media Queries
====================================== */

@media (max-width: 1200px) and (min-width: 992px) {

    .navbar-simple .navbar-nav .nav-link {
        padding: 0.5rem 1.4rem;
    }
    .sidemenu_btn {
        right: -4px;
    }
    .navbar .container {
        max-width: 930px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px){

    body{
        text-align: center;
    }
    .heading-area .heading {
        font-size: 32px;
    }

    /* Nav */
    .navbar-top-default {
        background: #000;
        top: 0;
    }
    .navigation-toggle span {
        background-color: #ffffff;
    }

    /* Side Menu */
    .side-menu {
        width: 60%;
    }
    .side-footer p{
        font-size: 16px;
    }
    .sidemenu_btn {
        right: 15px;
    }

    /* Some Services */
    .services-slider {
        margin: 0;
    }
    .services-slider.half-margin {
        margin: -55px 0 0;
    }
    .services-slider .owl-item .service-box {
        background: #000;
        padding: 2rem 1rem;
        margin-top: 0;
    }
    .services-slider .owl-item.current .service-box {
        padding: 3rem 1rem;
    }
    .services-slider .service-box h4 {
        font-size: 22px;
    }
    .services-slider .service-box p {
        font-size: 15px;
    }

    /* About */
    .app-feature {
        text-align: center;
        width: 70%;
    }
    .about .equal-margin {
        margin: 100px auto 0 auto;
    }
    .about .quote-btn {
        margin-top: 100px;
    }
    .about .quote-btn h4 {
        margin: 20px 0;
    }

    /* Counters */
    .counters h2 {
        font-size: 72px;
    }
    .counters h4 {
        font-size: 20px;
    }

    /* Booking */
    .booking-area .quote-btn h4 {
        margin: 20px 0;
    }

    /* Testimonials */
    .owl-testimonial {
         margin-top: 25px;
    }

    /* Contact */
    .contact-dots{
        display: none;
    }
    .contact-detail{
        padding: 0;
    }
    .contact-sec .heading {
        font-size: 42px;
    }
    .contact-sec .contact-form {
        width: 100%;
        margin-left: 0;
    }
    .contact-sec .contact-details {
        width: 100%;
        margin-left: 0;
    }
    .contact-sec .contact-details ul li:first-child {
        width: 100%;
    }
    .contact-sec .contact-details ul li {
        display: block;
        margin-bottom: 50px;
    }
    .contact-sec .contact-details ul li i{
        margin-right: 0;
        margin-bottom: 15px;
        display: block;
    }
    .company-about {
        margin-top: 15px;
    }
    .footer-social a {
        margin: 0;
    }

    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-area .gradient-text1{
        font-size: 30px;
    }
    .standalone-detail .heading{
        font-size: 30px;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
    }
    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2){
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
    .para_text {
        font-size: 18px;
    }
    .author-avatar {
        float: none;
        margin-bottom: 25px;
        overflow: visible;
    }
    .agency-author {
        padding: 30px;
        text-align: left;
    }
    .author-content {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {

    body {
        text-align: center;
    }
    section {
        padding: 4.5rem 0;
    }
    .heading-area .heading {
        font-size: 24px;
        margin: 20px 0;
    }
    .heading-area .text {
        font-size: 15px;
    }
    .btn.btn-medium {
        font-size: 14px;
        padding: 12px 40px;
    }
    .heading-area .sub-heading {
        font-size: 15px;
    }

    /* Nav */
    .round-nav {
        border-radius: 0;
    }
    .navbar-top-default {
        background: #000;
        top: 0;
        height: 100px;
    }
    .header-appear .navbar-top-default {
        height: 100px;
    }
    .navigation-toggle span {
        background-color: #ffffff;
    }

    /* Side Menu */
    .side-menu {
        width: 100%;
    }
    .side-footer p{
        font-size: 14px;
    }
    .sidemenu_btn {
        right: 15px;
    }
    .sidemenu_btn {
        top: 25px;
    }

    /* Slider */
    .slider-icons .slider-social {
        display: none;
    }
    .slider {
        padding: 80px 0 0 0;
    }

    /* Some Services */
    .services-slider {
        margin: 0;
        min-height: auto;
    }
    .services-slider.half-margin {
        margin: -55px 0 0;
    }
    .services-slider .owl-item .service-box {
        background: #000;
        padding: 2rem 0;
        margin-top: 0;
    }
    .services-slider .owl-item.current .service-box {
        padding: 2rem 0;
        margin-top: 0!important;
    }
    .services-slider .service-box p {
        font-size: 15px;
        background: transparent;
    }
    .services-slider .service-box {
        background: transparent!important;
        color: #000;
    }
    .services-slider .service-box>span {
        color: #dabd1d;
    }

    /* About */
    .app-feature {
        text-align: center;
    }
    .about .equal-margin {
        margin: 80px 0 0 0;
    }
    .about .quote-btn p {
        font-size: 15px;
    }
    .about .quote-btn {
        margin-top: 80px;
    }
    .about .quote-btn h4 {
        margin: 15px 0 20px 0;
    }
    .about .quote-btn h4 {
        font-size: 28px;
    }

    /* Counters */
    .counters h2 {
        font-size: 70px;
        margin-bottom: 0;
    }
    .bg-counters .center-para {
        font-size: 15px;
    }
    .counters h4 {
        font-size: 26px;
    }

    /* Portfolio */
    .cbp-l-filters-button {
        margin: 20px 0 20px 0;
    }
    .cube-portfolio1 .cbp-l-filters-button .cbp-filter-item {
        visibility: hidden;
    }
    .cbp-popup-lightbox .cbp-popup-prev {
        visibility: hidden!important;
    }
    .cbp-popup-lightbox .cbp-popup-next {
        visibility: hidden!important;
    }

    /* Booking */
    .booking-area .quote-btn h4 {
        font-size: 28px;
        margin: 25px 0;
    }

    /* Testimonials */
    .owl-testimonial {
        margin-top: 35px;
    }

    /* Contact */
    .contact-dots{
        display: none;
    }
    .contact-detail{
        padding: 0;
    }
    .footer-social{
        text-align: center;
		margin-top: 20px;
		padding: 0;
    }
    .contact-sec .heading {
        font-size: 26px;
    }
    .contact-sec .contact-details .text {
        font-size: 14px;
    }
    .contact-sec .contact-form {
        width: 100%;
        margin-left: 0;
    }
    .contact-sec .contact-details {
        width: 100%;
        margin-left: 0;
    }
    .contact-sec .contact-details ul li:first-child {
        width: 100%;
    }
    .contact-sec .contact-details ul li {
        display: block;
        margin-bottom: 50px;
    }
    .contact-sec .contact-details ul li i{
        margin-right: 0;
        margin-bottom: 15px;
        display: block;
    }
    .company-about {
        margin-top: 35px;
    }
    .footer-social a {
        margin: 0;
    }

    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-detail .heading{
        font-size: 30px;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
    }
    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2){
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
    .standalone-area .heading-text {
        font-size: 30px;
    }

}

@media screen and (max-width: 575.98px) {}
.conatiner{
	width: 95%;
}

.postershop {
margin-left: auto;
	margin-right: auto; 
	width: 95%; 
	text-align: center;
}
.img-fluid{
	border: 1px solid rgba(250, 250, 250, 0.25);
}

#smart-button-container{
	width: 25%;
	margin-left: auto;
	margin-right: auto;
}

.tiers{
	color: #000;
	width: 100%;
	padding: 15px;
	font-size: 22px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	align-content: center;
}

.goldbox{
		display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	min-height: 450px;
  position:relative;
	color: #000;
	font-size: 24px;
  width: 65%;
padding: 10px;
  overflow:hidden;
  background: #d4af37;
  clip-path: polygon(
    0 5%,
    2% 0,
    98% 0,
    100% 5%,
    100% 95%,
    98% 100%,
    2% 100%,
    0% 95%,
    0% 5%
  )
}

.goldentext {
	font-size: 44px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	margin-bottom: 25px;
	color: #000;
}

.goldbox2{
		margin-left: auto;
	margin-right: auto;
margin-bottom: auto;
	margin-top:10px;
  position:relative;
	color: #000;
	font-size: 24px;
  width: 95%;
	height: 95%;
padding: 50px;
  overflow:hidden;
  
	border: 3px double rgba(250,250,250,0.3);
}

.ticketairship{
	display: block; 
	margin: auto;  
	vertical-align: middle;
	width: 55%; 
	height: auto; 
	padding: 50px;
}

.btn.btn-gold2 {font-size:16px;  padding: 8px 35px;; line-height: 1.8em;color: #000; background-color: #d4af37;}

.conatinerticket {
	width: 45%;
	margin: auto;
}
.ticketlink{
	font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: lighter;
  letter-spacing: 2px;
	 width: 250px;
	height: 150px;
	margin: auto;
	text-align: center;
	z-index: 2;
	display: flex;
}

.btn-gold {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 20px auto;
  width: 250px;
	height: 100px;
  padding: 8px 35px;
  background: #d4af37;
  border-radius: 75px;
	color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: lighter;
  letter-spacing: 2px;
  transition: 1s box-shadow;
z-index: 0;
}

.btn-gold:hover {
  box-shadow: 0 5px 35px 0px rgba(0,0,0,.1);
}

.btn-gold:hover::before, .btn-gold:hover::after {
  display: block;
	content: 'GET YOUR TICKET';
	 align-items: center;
  justify-content: center;
  position: absolute;
  width: 250px;
	height: 100px;
  padding: 25px 35px 8px ;
  background: blue;
  border-radius: 75px;
	font-weight: 600;
	color: #fff;
  z-index: 0;
  animation: 1s clockwise infinite;
}

.btn-gold:hover:after {
  background: #d4af37;
  animation: 2s counterclockwise infinite;
	z-index: 0;
}



@keyframes clockwise {
  0% {
    top: -5px;
    left: 0;
  }
  12% {
    top: -2px;
    left: 2px;
  }
  25% {
    top: 0;
    left: 5px;    
  }
  37% {
    top: 2px;
    left: 2px;
  }
  50% {
    top: 5px;
    left: 0;    
  }
  62% {
    top: 2px;
    left: -2px;
  }
  75% {
    top: 0;
    left: -5px;
  }
  87% {
    top: -2px;
    left: -2px;
  }
  100% {
    top: -5px;
    left: 0;    
  }
}

@keyframes counterclockwise {
  0% {
    top: -5px;
    right: 0;
  }
  12% {
    top: -2px;
    right: 2px;
  }
  25% {
    top: 0;
    right: 5px;    
  }
  37% {
    top: 2px;
    right: 2px;
  }
  50% {
    top: 5px;
    right: 0;    
  }
  62% {
    top: 2px;
    right: -2px;
  }
  75% {
    top: 0;
    right: -5px;
  }
  87% {
    top: -2px;
    right: -2px;
  }
  100% {
    top: -5px;
    right: 0;    
  }
}
.greybox {
	width: 70%;
	background-color: #777;
	padding: 70px;margin-left: auto;
	margin-right: auto;
}



@media only screen and (max-width: 768px) {
	
	.goldbox{
		display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
  position:relative;
	color: #000;
	font-size: 24px;
  width: 98%;
		min-height: 350px;
		align-content: center;
padding: 10px;
  overflow:hidden;
  background: #d4af37;
  clip-path: polygon(
    0 5%,
    2% 0,
    98% 0,
    100% 5%,
    100% 95%,
    98% 100%,
    2% 100%,
    0% 95%,
    0% 5%
  )
	  
}

.goldentext {
	font-size: 44px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	margin-bottom: 22px;
	color: #000;
}

.goldbox2{
		margin-left: auto;
	margin-right: auto;
margin-bottom: auto;
	margin-top:10px;
  position:relative;
	color: #000;
	font-size: 18px;
  width: 95%;
	height: 95%;
padding: 50px;
  overflow:hidden;
  background: #d4af37;
	border: 3px double rgba(250,250,250,0.3);
}
	.greybox {
	width: 100%;
	background-color: #777;
	padding: 70px;margin-left: auto;
	margin-right: auto;
}
	#smart-button-container{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.tiers{
	color: #000;
	width: 100%;
	padding: 15px;
	font-size: 22px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	align-content: center;
}
	
}

.ticketcheckout {
	color: #333;
	font-size: 18px;
}
.ticketcheckoutlabel {
	color: #fff;
	font-weight: 600;
	font-size: 18px;
}
#amount{
	color: #333;
	font-size: 18px;
}

.wsjform { font:400 18px/20px "Open Sans", Helvetica, Arial, sans-serif; color: #888;}

.wsjlogo {
	width: 95%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wsjdiv {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 25px;
}
.wsjimages {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* ===================================
    Start Invitation
====================================== */


.invitation {
	background-color: #000;
	height: 100%;
	width: 100%;

	padding-top: 175px;
}

.invitationtop{
	width: 100%;
	background-color: #fff;
	padding-top: 00px;
	padding-bottom: 0px;
	top:-200px;
	bottom: auto;
	text-align: center;
	color: #000;
	font-size: 36px;
	font-weight: 400;
	text-transform: uppercase;
}


.invitation h3 {
	font-size: 32px;
	line-height: 1.2; font-weight: bold; font-family: 'Roboto', sans-serif, sans-serif;
	color: #000;
}

#invitation h4 {
	line-height: 1.2; 
	font-weight: 500; 
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #000;
	font-style: none;
}

.invitation p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #000;
	font-weight: 500;
}
.invitedate {
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color: #000;
	font-weight: 500;
}

.invitationcontainer{
	position: relative;

	width: 90%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	background-color: #b0e0ff;
	padding: 75px;
	max-width: 1920px;
}

.invitationsub{
	position: relative;

	width: 90%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	
	padding: 0;
}

.invitation-table{
	width: 80%;
}

.style3 {	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 13px;
	color: #ccc;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 900;
	
}
.imgLogo1 {
	display: block;
    width:55%;
	height: auto;
	margin-left: 0;
    margin-right: auto;
	padding: 15px 15px;
	text-align:center;
	float: none;
	margin-top: 0;
	 
    
}
	.imgLogo2 {
display: block;
    width:40%;
	height: auto;
    margin-right: 0;
	margin-left: auto;
	padding: 15px 30px 0px 0;
	text-align:center;
	float: none;
	margin-top: 0;
	
    
}

.postheader {
	font-family: 'HelveticaNeue-CondensedBlack', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 32px;
	color: #000000;
	font-weight: 700;
	font-style:none;
	text-align: right;

}

	.exclusive {
		font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color: #000;
	font-style: italic;
	font-size: 1.5vw;
		font-weight: 800;
			margin: 0;
		
	}

.whitelines{
		margin-left: auto;
	margin-right: auto;
margin-bottom: auto;
	position: relative;
  text-align: center;
  text-decoration: none;
  transform: translateZ(0) scale(1);
padding: 70px;
  width: 99%;
	height: 99%;

  overflow:hidden;
  
	border: 3px double rgba(250,250,250,0.3);
}

.whitelines2{
		margin-left: auto;
	margin-right: auto;
margin-bottom: auto;
	position: relative;
  text-align: center;
  text-decoration: none;
  transform: translateZ(0) scale(1);
padding: 7px;
  width: 99%;
	height: 99%;

  overflow:hidden;
  
	border: 3px double rgba(250,250,250,0.3);
}

.button-80 {
  background: #d4af37;
	background-image: url(../images/airship_gold.png);
	background-size: 70% auto;
	background-repeat: no-repeat;
	background-position: calc(50% - 20px) 50%;
	width: 60%;
	height: 255px;
  backface-visibility: hidden;
  border-radius: 1rem;
  border-style: solid;
  border-width: .125rem;
  box-sizing: border-box;
  color: #212121;
  cursor: pointer;
  display: inline-block;
  font-family: 'HelveticaNeue-CondensedBlack', 'Helvetica Neue', Helvetica, Arial, sans-serif;;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.3;
  padding: .875rem 1.125rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transform: translateZ(0) scale(1);
  transition: transform .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
	margin-bottom: 25px;
	
}

.button-80:not(:disabled):hover {
  transform: scale(1.05);
	background: #fff;
}

.button-80:not(:disabled):hover:active {
  transform: scale(1.05) translateY(.125rem);
}

.button-80:focus {
  outline: 0 solid transparent;
}

.button-80:focus:before {
  content: "";
  left: calc(-1*.375rem);
  pointer-events: none;
  position: absolute;
  top: calc(-1*.375rem);
  transition: border-radius;
  user-select: none;
}

.button-80:focus:not(:focus-visible) {
  outline: 0 solid transparent;
}

.button-80:focus:not(:focus-visible):before {
  border-width: 0;
}

.button-80:not(:disabled):active {
  transform: translateY(.125rem);
}




.button-81 {
  background: #d4af37;
	background-image: url(../images/airship_gold.png);
	background-size: 70% auto;
	background-repeat: no-repeat;
	background-position: calc(50% - 20px) 50%;
	width: 60%;
	height: 255px;
  backface-visibility: hidden;
  border-radius: 1rem;
  border-style: solid;
  border-width: .125rem;
  box-sizing: border-box;
  color: #212121;
  cursor: pointer;
  display: inline-block;
  font-family: 'HelveticaNeue-CondensedBlack', 'Helvetica Neue', Helvetica, Arial, sans-serif;;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.3;
  padding: .0rem 1.125rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transform: translateZ(0) scale(1);
  transition: transform .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
	margin-bottom: 25px;
	
}

.button-81:not(:disabled):hover {
  transform: scale(1.05);
	background: #fff;
}

.button-81:not(:disabled):hover:active {
  transform: scale(1.05) translateY(.125rem);
}

.button-81:focus {
  outline: 0 solid transparent;
}

.button-81:focus:before {
  content: "";
  left: calc(-1*.375rem);
  pointer-events: none;
  position: absolute;
  top: calc(-1*.375rem);
  transition: border-radius;
  user-select: none;
}

.button-81:focus:not(:focus-visible) {
  outline: 0 solid transparent;
}

.button-81:focus:not(:focus-visible):before {
  border-width: 0;
}

.button-81:not(:disabled):active {
  transform: translateY(.125rem);
}


	.grid-container {
  display: grid;
  grid-template: auto auto auto  auto /auto ;
  grid-gap: 10px;
background-color: #b0e0ff;
  padding: 10px;
		color: #000;
}

.grid-container > div {
  background-color: rgba(255, 255, 255, 0.0);
  text-align: center;
  padding: 10px 0;

}
	.grid-container > .item3 {
  background-color: rgba(255, 255, 255, 0.0);
  text-align: center;
  padding: 20px 0;

}	.grid-container > .item6 {
  background-color: rgba(255, 255, 255, 0.0);
  text-align: center;
  padding: 20px 0;

}	.grid-container > .item9 {
  background-color: rgba(255, 255, 255, 0.0);
  text-align: center;
  padding: 20px 0;

}	.grid-container > .item12 {
  background-color: rgba(255, 255, 255, 0.0);
  text-align: center;
  padding: 20px 0;

}	.grid-container > .item15 {
  background-color: rgba(255, 255, 255, 0.0);
  text-align: center;
  padding: 20px 0;

}	.grid-container > .item18 {
  background-color: rgba(255, 255, 255, 0.0);
  text-align: center;
  padding: 20px 0;

}
.invitelogotext{
		width: 45%; margin-right: 0; margin-left: auto; text-align: center; margin-top: 0
	}

@media only screen and (max-width: 1080px) {
  .button-80 {
  background: #d4af37;
	background-image: url(../images/airship_gold.png);
	background-size: 90% auto;
	background-repeat: no-repeat;
	background-position: center;
	height: 225px;
  backface-visibility: hidden;
  border-radius: 1rem;
  border-style: solid;
  border-width: .125rem;
  box-sizing: border-box;
  color: #212121;
  cursor: pointer;
  display: inline-block;
  font-family: 'HelveticaNeue-CondensedBlack', 'Helvetica Neue', Helvetica, Arial, sans-serif;;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.3;
  padding: .875rem 1.125rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transform: translateZ(0) scale(1);
  transition: transform .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
	margin-bottom: 25px;
	
}

.button-80:not(:disabled):hover {
  transform: scale(1.05);
	background: #fff;
}

.button-80:not(:disabled):hover:active {
  transform: scale(1.05) translateY(.125rem);
}

.button-80:focus {
  outline: 0 solid transparent;
}

.button-80:focus:before {
  content: "";
  left: calc(-1*.375rem);
  pointer-events: none;
  position: absolute;
  top: calc(-1*.375rem);
  transition: border-radius;
  user-select: none;
}

.button-80:focus:not(:focus-visible) {
  outline: 0 solid transparent;
}

.button-80:focus:not(:focus-visible):before {
  border-width: 0;
}

.button-80:not(:disabled):active {
  transform: translateY(.125rem);
}
	
	  .button-81 {
  background: #d4af37;
	background-image: url(../images/airship_gold.png);
	background-size: 90% auto;
	background-repeat: no-repeat;
	background-position: center;
	height: 225px;
  backface-visibility: hidden;
  border-radius: 1rem;
  border-style: solid;
  border-width: .125rem;
  box-sizing: border-box;
  color: #212121;
  cursor: pointer;
  display: inline-block;
  font-family: 'HelveticaNeue-CondensedBlack', 'Helvetica Neue', Helvetica, Arial, sans-serif;;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.3;
  padding: 0 1.125rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transform: translateZ(0) scale(1);
  transition: transform .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
	margin-bottom: 25px;
	
}

.button-81:not(:disabled):hover {
  transform: scale(1.05);
	background: #fff;
}

.button-81:not(:disabled):hover:active {
  transform: scale(1.05) translateY(.125rem);
}

.button-81:focus {
  outline: 0 solid transparent;
}

.button-81:focus:before {
  content: "";
  left: calc(-1*.375rem);
  pointer-events: none;
  position: absolute;
  top: calc(-1*.375rem);
  transition: border-radius;
  user-select: none;
}

.button-81:focus:not(:focus-visible) {
  outline: 0 solid transparent;
}

.button-81:focus:not(:focus-visible):before {
  border-width: 0;
}

.button-81:not(:disabled):active {
  transform: translateY(.125rem);
}

}

@media only screen and (max-width: 768px) {
	.invitation h3 {
	font-size: 32px;
		margin-top: 50px;
	line-height: 1.2; font-weight: bold; font-family: 'Roboto', sans-serif, sans-serif;
		color: #000;
}

	.invitationcontainer{
	position: relative;
	
	width: 100%;
	margin-top: 50px;
	margin-bottom: 5px;
	
	padding: 0;
}


	.invitationsub{
	width: 95%;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
	
	.invitation{
	background-color: #000;
	height: 100%;
	width: 100%;
	padding-top: 100px;
}
  .button-80 {
  background: #d4af37;
	  background-image: url(../images/airship_gold.png);
	background-size: 90% auto;
	background-repeat: no-repeat;
	background-position: center;
	width: 90%;
	height: 225px;
  backface-visibility: hidden;
  border-radius: 1rem;
  border-style: solid;
  border-width: .125rem;
  box-sizing: border-box;
  color: #212121;
  cursor: pointer;
  display: inline-block;
  font-family: 'HelveticaNeue-CondensedBlack', 'Helvetica Neue', Helvetica, Arial, sans-serif;;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.3;
  padding: .875rem 1.125rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transform: translateZ(0) scale(1);
  transition: transform .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
	margin-bottom: 25px;
	
}

.button-80:not(:disabled):hover {
  transform: scale(1.05);
	background: #fff;
}

.button-80:not(:disabled):hover:active {
  transform: scale(1.05) translateY(.125rem);
}

.button-80:focus {
  outline: 0 solid transparent;
}

.button-80:focus:before {
  content: "";
  left: calc(-1*.375rem);
  pointer-events: none;
  position: absolute;
  top: calc(-1*.375rem);
  transition: border-radius;
  user-select: none;
}

.button-80:focus:not(:focus-visible) {
  outline: 0 solid transparent;
}

.button-80:focus:not(:focus-visible):before {
  border-width: 0;
}

.button-80:not(:disabled):active {
  transform: translateY(.125rem);
}
	
	.button-81 {
  background: #d4af37;
	  background-image: url(../images/airship_gold.png);
	background-size: 90% auto;
	background-repeat: no-repeat;
	background-position: center;
	width: 90%;
	height: 225px;
  backface-visibility: hidden;
  border-radius: 1rem;
  border-style: solid;
  border-width: .125rem;
  box-sizing: border-box;
  color: #212121;
  cursor: pointer;
  display: inline-block;
  font-family: 'HelveticaNeue-CondensedBlack', 'Helvetica Neue', Helvetica, Arial, sans-serif;;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.3;
  padding: 0 1.125rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transform: translateZ(0) scale(1);
  transition: transform .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
	margin-bottom: 25px;
	
}

.button-81:not(:disabled):hover {
  transform: scale(1.05);
	background: #fff;
}

.button-81:not(:disabled):hover:active {
  transform: scale(1.05) translateY(.125rem);
}

.button-81:focus {
  outline: 0 solid transparent;
}

.button-81:focus:before {
  content: "";
  left: calc(-1*.375rem);
  pointer-events: none;
  position: absolute;
  top: calc(-1*.375rem);
  transition: border-radius;
  user-select: none;
}

.button-81:focus:not(:focus-visible) {
  outline: 0 solid transparent;
}

.button-81:focus:not(:focus-visible):before {
  border-width: 0;
}

.button-81:not(:disabled):active {
  transform: translateY(.125rem);
}
	
	.imgLogo1 {
	display: block;
    width:55%;
	height: auto;
	margin-left: 0;
    margin-right: auto;
	padding: 15px 15px;
	text-align:center;
	float: none;
	margin-top: 0;
	 
    
}
	.imgLogo2 {
display: block;
    width:70%;
	height: auto;
    margin-right: 0;
	margin-left: auto;
	padding: 15px 30px 0px 0;
	text-align:center;
	float: none;
	margin-top: 0;
	
    
}
	
	.invitelogotext{
		width: 65%; margin-right: 0; margin-left: auto; text-align: center; margin-top: 0
	}

.postheader {
	font-family: 'HelveticaNeue-CondensedBlack', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 32px;
	color: #000000;
	font-weight: 700;
	font-style:none;
	text-align: right;

}
	
}

.btn-goldInvite {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 20px auto;
  width: 250px;
	height: 100px;
  padding: 8px 35px;
  background: #d4af37;
  border-radius: 0px;
	color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: lighter;
  letter-spacing: 2px;
  transition: 1s box-shadow;
z-index: 0;
}

.btn-goldInvite:hover {
	background: #fff;
  box-shadow: 0 5px 35px 0px rgba(0,0,0,.1);
}

.video-box {
	background-color: #000000;
	text-align: center;
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 100%;
	max-width: 760px;
	height: auto;
	border: 1px solid #000000;
}

.video-box video 
	{
	width: 100%;
	height: auto;
	display: block;
	padding: 0px;
	margin: 0px;
	}



.audacious_img{
	position: relative;
    border-radius: 50%;
	float: left;
	top: -10px;
    height: 55% !important;
    width: 55% !important;
	max-width: 110px !important;
	max-height: 110px !important;
	padding: 20px;
}

@keyframes subtleBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.fixed-button {
    position: fixed;
    bottom: 50px;
    left: 20px;
    padding: 12px 40px;
    background-color: #0775bb;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    z-index: 1501;
    transition: background-color 0.3s ease;
    
    animation: subtleBounce 2s infinite;

    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 48px;
    line-height: 1;
    white-space: nowrap;
}


.fixed-button:hover {
    background-color: #c1242a; /* Change background color on hover */
    animation: none; /* Cancel the bounce animation on hover */
}


/* ===================================
    Friends Form
====================================== */

 
      input, select, input[type="submit"] {
        width: 100%;       /* Full width */
        padding: 10px;     /* Some padding */
        margin: 8px 0;     /* Margin for spacing */
        display: inline-block; /* Align properly */
        border: 1px solid #ccc; /* Grey border */
        box-sizing: border-box; /* Include padding and border in width */
        color: black !important; /* Ensure text color is black */
        background-color: white; /* Ensure background is white for visibility */
		  font-family: 'Roboto', sans-serif;
		 font-size: 16px;
		 font-weight:300;
		 line-height:25px;
    }

    input[type="submit"] {
        background-color: gold; /* Gold background color */
        color: black;           /* Black text color */
        border: none;           /* No border */
        cursor: pointer;        /* Pointer cursor on hover */
    }

    input[type="submit"]:hover {
        background-color: #ffd700; /* Slightly darker gold on hover */
    }

    ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: lightgrey; /* Light grey color for placeholders */
        opacity: 1; /* Ensure placeholder is not too faint */
    }
    :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: lightgrey;
    }
    ::-ms-input-placeholder { /* Microsoft Edge */
        color: lightgrey;
    }

.podcast-player {
  background-color: #2d2c45; /* or #603913 for your brand */
  border-radius: 10px;
  padding: 20px;
  color: #fffaee;
  background: linear-gradient(to right, #f5f5f5, #ddd);
}

.podcast-thumbnail {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  max-width: 600px;
}

.podcast-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
	 border: 2px solid #000; /* <-- This adds a black outline */
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 90px; /* Bigger icon */
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7); /* Slightly darker for contrast */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  transition: background-color 0.3s, transform 0.2s ease;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.play-button:hover {
  background-color: rgba(0, 0, 0, 0.85);
  transform: translate(-50%, -50%) scale(1.05);
}

.podcast-info {
  margin-top: 15px;
  font-size: 16px;
}

audio#Lead {
  display: none; /* Hide default audio controls */
}

.audio-visualizer {
  position: absolute;
  bottom: 15px;
  left: 15px;
  display: flex;
  gap: 4px;
  height: 30px;
  align-items: flex-end;
  pointer-events: none; /* Let clicks pass through */
}

.audio-visualizer span {
  display: block;
  width: 4px;
  height: 10px;
  background: #fff;
  border-radius: 2px;
  animation: none;
}

.audio-visualizer.playing span {
  animation: bounce 1s infinite ease-in-out;
}

.audio-visualizer.playing span:nth-child(2) {
  animation-delay: 0.1s;
}
.audio-visualizer.playing span:nth-child(3) {
  animation-delay: 0.2s;
}
.audio-visualizer.playing span:nth-child(4) {
  animation-delay: 0.3s;
}
.audio-visualizer.playing span:nth-child(5) {
  animation-delay: 0.4s;
}

@keyframes bounce {
  0%, 100% {
    height: 10px;
  }
  50% {
    height: 30px;
  }
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  animation: scrollText 15s linear infinite;
  font-size: 18px;
  color: #222;
}

/* Optional: add a container if you want fixed width */
.podcast-info {
  width: 100%;
  max-width: 600px;
  margin: 10px auto 0 auto;
  overflow: hidden;
}

@keyframes scrollText {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.marquee:hover {
  animation-play-state: paused;
  cursor: pointer;
}
