
/* ===================================
    Table of Content
====================================== */

/*  - Fonts
    - General
    - Header
    - Side Menu
    - Page Piling
    - Banner
    - Skills
    - Timeline
    - Portfolio
    - Testimonial
    - Contact
    - Footer
    - Loader
    - Media Queries   */

/* ===================================
    Google font
====================================== */
logo
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

.main-font{font-family: 'Oswald', sans-serif;}
.alt-font{font-family: 'Roboto', sans-serif;}
.mons-font{font-family: 'Montserrat', sans-serif;}

/* ===================================
    General
====================================== */

body {font-family: 'Roboto', sans-serif; font-size: 18px;color: #ffffff;font-weight:300;line-height:25px;width: 100%; overflow-x: hidden}
.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {line-height: 1.2; font-weight: bold; font-family: 'Roboto', sans-serif, sans-serif;}
.h1, h1 { font-size: 72px;}
.h2, h2 { font-size: 48px;}
.h3, h3 { font-size: 36px;}
.h4, h4 { font-size: 24px;}
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: #dabd1d;}
li{list-style: none;text-decoration: none;}
blockquote {border-left: 2px solid;padding: 10px 15px 10px 35px;margin: 25px 0;font-size: 18px;line-height: 28px;}
blockquote > cite {font-weight: 400;font-size: 14px;display: block;}
.hidden{display: none;}
section{padding: 0;}
.padding-bottom {padding-bottom: 7.5rem;}
.padding-top {padding-top: 7.5rem;}
::selection {background-color: #dabd1d; color: #ffffff;}


/* 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-1{opacity: .1;}
.opacity-2{opacity: .2;}
.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;}

/*font-weight*/
.font-weight-100{font-weight: 100;}
.font-weight-200{font-weight: 200;}
.font-weight-300{font-weight: 300;}
.font-weight-500{font-weight: 500;}
.font-weight-600{font-weight: 600;}
.font-weight-700{font-weight: 700;}

/* button */
.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 2; display:inline-block; font-size: 16px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform:capitalize; width: auto;font-family: 'Roboto', sans-serif; font-weight: bold; -webkit-transition: all .5s ease;-o-transition: all .5s ease !important;transition: all .5s ease !important;}
/* Yellow button */
.btn.btn-yellow {background: transparent ; border-color: #dabd1d; color: #dabd1d }
.btn.btn-yellow:hover {background: #dabd1d!important; border-color: #dabd1d; color: #202020!important}
/* Transparent button */
.btn.btn-trans {background: transparent; border-color: #ffffff; color: #ffffff}
.btn.btn-trans:hover {background: #dabd1d !important; border-color: #dabd1d; color: #ffffff !important}

/* button size */
.btn.btn-small {font-size:12px; padding: 4px 1.8em;}
.btn.btn-medium {font-size:16px; padding: 10px 48px; line-height: 1.8em}
.btn.btn-large {font-size:16px;  padding: 14px 30px; line-height: 1.8em;}
.btn.btn-rounded {border-radius: 50px;}

/* Text color */
.text-yellow {color: #dabd1d;}
.text-grey {color: #a6a6a6;}
.text-white {color: #ffffff;}

/* Background color */
.bg-yellow {background: #dabd1d;}
.bg-black {background: #000000;}
.bg-transparent {background: transparent;}

.margin-top {margin-top: 30px;}
.margin-bottom {margin-bottom: 30px;}

/*Social Icon Hover Bg Hover */
.social-icon:hover{color:#202020 !important; background: #dabd1d !important; -webkit-transition: .3s ease-in-out;-o-transition: .3s ease-in-out;transition: .3s ease-in-out;}

/* ===================================
        Header
   ====================================== */

/* nav top default */

header a.logo img {
    max-width: 650px;
    vertical-align: sub;
	filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.7));
        -webkit-filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.7));
}



.nav-button {
    margin: 0 1.5rem;
}

.navbar-top-default{
    position: absolute;
    z-index: 99;
    overflow: hidden;
    height: 220px;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
	pointer-events: none;
}

.other-page .navbar-top-default{
    background-color: #dabd1d;
}

.header-appear .navbar-top-default {
    height: 80px;
    position: fixed;
    z-index: 9999;
    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: center;
}

.navbar-top-default #megaone{
    margin-right: -30px;
	pointer-events:auto;
}

/*Navbar Simple*/

.navbar-simple .navbar-nav .nav-link {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    padding: 0.5rem 2rem;
    font-family: 'Poppins', 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: 0;
    content: " ";
    display: block;
    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%;
}



/* ===================================
    Side Menu
====================================== */

.side-menu {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background: #171717;
    z-index: 9999;
    height: 100vh;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 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;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
	pointer-events:auto;
}

.side-menu img {
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 150px;
	background-image: url()
}

.mega-logo {
	background-image: url("../images/wsr-multiship-logo.webp");
	background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    left: 68px;
    top: 55px;
	height: auto;
	width: 45%;
	max-width: 730px;
	padding-top: 22.85%;
	vertical-align: sub;
	pointer-events:auto;
	
}

.mega-logo-sub {
	background-image: url("../images/WSR-Logo-Single-notext-c.webp");
	background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    left: 28px;
    top: 25px;
	height: auto;
	width: 45%;
	max-width: 450px;
	padding-top: 41%;
	
}

.side-menu .side-nav .navbar-nav{
    text-align: center;
    margin-right: 0;
    padding-top: 20px;
	pointer-events:auto;
}

.side-menu .side-nav .navbar-nav li a{
    font-size: 20px;
}

.side-footer {
    text-align: center;
}

.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.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;
	pointer-events:auto;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2f2f2f;
    -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;
	pointer-events:auto;
}

/*side clode btn*/
.side-menu .btn-close {
    position: absolute;
    right: 32px;
    top: 34px;
    color: #ffffff;
    font-size: 30px;
    cursor: pointer;
    z-index: 1111;
	pointer-events:auto;
}

.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);
    }
}

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    margin-right: 2rem;
    position: absolute;
    right: 5px;
    top: 40px;
    display: inline-block;
	pointer-events:auto;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #2b2b2b;
    display: block;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.sidemenu_btn:hover span {
    background: #dabd1d;
}

.sidemenu_btn:hover span:first-child, .sidemenu_btn:hover span:last-child{
    width: 70%;
}

.side-menu .inner-wrapper {
    padding: 2rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -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;
    display: block;
}

.side-nav .navbar-nav .nav-item{
    display: block;
    margin: 10px 0; 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: 1.5rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    border-radius: 0;
    text-decoration: none;
}
.side-nav .navbar-nav .nav-link::after{
    content: "";
    position: absolute;
    background: #dabd1d;
    display: inline-block;
    width: 0;
    height: 4px;
    bottom: 0; left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}
.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}
.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;
}

.social-icons-simple li a {
	right: 0;
	bottom: 5px;
    font-size: 16px;
    justify-content: center;
    color: #ffffff;
    height: 40px;
    line-height: 38px;
    width: 40px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    align-items: center;
    display: flex;
}

@-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 .side-footer p{
    color: #a6a6a6;
}

.push-slider-up{
    margin-top: 100vh;
}

.navigation-toggle span{
    width: 25px;
    background-color: #ffffff;
    height: 2px;
    display: block;
    margin-top: 3px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    margin-left: auto;
    margin-right: auto;
    -webkit-animation: .8s zoomIn;
    animation: .8s zoomIn;
}

.header-appear  .navigation-toggle span {
    background-color: #ffffff;
}

.header-appear  .navigation-toggle:hover span {
    background-color: #dabd1d;
}

.sidebar_btn {
    padding-top: 20px;
}

/* ===================================
   Page Piling
====================================== */

#pp-nav li .active span, .pp-slidesNav .active span {
    background-color: #dabd1d;
}

#pp-nav span, .pp-slidesNav span {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    box-shadow: inset 0 0 0 7px transparent;
    background: transparent ;
    border-radius: 50%;
    position: absolute;
    z-index: 50000;
    -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
}

#pp-nav li, .pp-slidesNav li {
    display: block;
    width: 12px;
    height: 12px;
    margin: 16px 8px 16px 8px;
    position: relative;
}



/* ===================================
   Banner
====================================== */
.slider-area{
    background-image: url("");
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
	z-index: 1;
}

.slider-image {
    position: relative;
    margin-left: auto;
	margin-right: auto;
	display: block;
    top: 35vh;
	
	
}

.slider-image img {
    top: 0px;
    width: 50%;
    position: relative;
	margin-left: auto;
	margin-right: 70px;
	display: block;


	
}

.slider-text {
    background-color: #ffffff;;
    color: #2b3033;
}

.slider-area{
    align-items: center;
    display: block;
    position: relative;
	
}

.slider-area .slider-content{
    margin-top: 0;
	width: 100%;
}

.slider-area .slider-content .heading{
    color: #ffffff;
    font-size: 52px;
    font-weight: 700;
}
.slider-area .slider-content .text{
    color: #ffffff;
    margin-top: 0;
}

.content-para {
    
    line-height: 30px;
}

.slider-copyright {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    position: absolute;
    bottom: 13px;
    left: 5px;
    z-index: 1111;
	color: #888;
}

.slider-footer {
    position: absolute;
    bottom: 5px;
    right: 15px;
    z-index: 1111;
}



.fixed {
    position: fixed;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    70% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
        box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
    }
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
        box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    70% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
        box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
    }
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
        box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
    }
}


.video-container{
  width: 120vw;
  height: 120vh;

}
    



.button {

  border: none;
  color: white;
  padding: 15px 75px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.5em;
  margin: 4px 4px 2px;
	transition-duration: 0.4s;
	cursor: pointer;
}


.button4 {
	background-color: #334350; 
  color: white; 
	border-radius: 12px;
width: 30%;}

.button5 {
	display: block;
	position: relative;
	background-color: #dabd14; 
  	color: black; 
	margin-left: auto;
	margin-right: auto;
	border-radius: 12px;
	font-weight: 700;
	width: 60%;
	margin-bottom: 10px;
	margin-top: auto;
	z-index: 5;
}

.button6 {
	display: block;
	background-color: #34b87b; 
  color: white; 
	margin-left: auto;
	margin-right: auto;
	border-radius: 12px;
	font-weight: 700;
width: 35%;
margin-top: 20px;
	margin-bottom: 70px;
}
	.buttonjoin {
		display: block;
	background-color: #000;
  color: #fff; 
	margin-left: auto;
	margin-right: auto;
	border-radius: 25px;
		padding-top: 25px;
		padding-bottom: 25px;
	font-weight: 700;
width: 100%;
	margin-top: 40px;} 



.visionedu{
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.card-text{
	color: #111;
	padding: 10px;
	font-size: 16px;
}
.btn-block{
	width: 100%;
	background-color: #fff;
	color: #111;
	text-transform: uppercase;
	padding: 10px;
	
 font-size: .75em;
}
.card{
	background-color:  #fff;
	text-align: center;
	
}
.card-title{
	text-transform: uppercase;
}
.bluetext{
	color: #334350;
}
.redtext{
	color: #982431;
}
.blacktext{
	color: #000;
}
.greentext{
	color: #34b87b;
}

.orangetext{
	color: #f06526;
}

.logobottom {
	position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
	width: 75%;
	z-index: 5000;
}

.divblur{
	position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
	width: 55%;
	height: 70vh;
	border: solid 2px #fff;
	-webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(6px);
	z-index: 16;
}

.ct-btn-scroll {
  width: 509px;
  height: 49px;
  position: absolute;
	text-align: center;
	font-size: 52px;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 0px;
  z-index: 9;
  border-radius: 50%;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}

.scrolltext{
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 22px;
	font-weight: 800;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.ct-btn-scroll2 {
  width: 45px;
  height: 45px;
  position: absolute;
	font-size: 45px;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 5px;
  z-index: 9;
  border-radius: 50%;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}


* { box-sizing:border-box;  }
#page-banner  { text-align:center; position:relative; background-color:#000; color:#ffffff; height:679px; overflow:hidden; }
.bg-image     { background-size:cover; background-position:center center; }
.overlay    { position:relative; background-color:rgba(0,23,110,.9); height:100%; width:100%; z-index:2; }
.inner      { padding-top:50px; }
  h1      { color:#ffffff; margin:0 auto; }
.video_wrap   { height:110%; width:110%; position:absolute;  left:-90px; overflow:hidden; top:-55px; padding-bottom:56.5%; } 
iframe      { height:100%; position:absolute; width:100%; top:0; left:0;pointer-events: none; }



#myVideo {
  position:absolute;
	background-image: image("../images/london-screenshot.gif");
	object-fit: cover;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
	height: 100%;
	width: 100%;


	border-radius: 0;
	z-index: 2;
}

.homeevent{ 
	margin-left: 5%;
	margin-right: auto;
	width: 50%;
	max-width: 760px;
	margin-top: 50vh;
	z-index: 9999999999999999;
}

.rightclip{
	
	position:  absolute;
	height: 100%;
	width: 110%;
	left: 0;
	padding-right: 0;
	clip-path: inset(0px 9% 0px 0px );
}




.pp-icons{
	position:fixed;

	width: 100%;
	display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

	font-size: 26px;
	bottom: .5vh;
	margin-left: auto;
	margin-right: auto;
	cursor:default;
	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: 55px;
	width: 55px;
	text-align: center;
	justify-content: center;
  align-items: center;
	margin-left: 10px;
	margin-right: 10px;
	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: 0;
	margin-top: 0;
	bottom: 0;
	line-height: 8px;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	font-stretch:extra-condensed;
}

.pp-icons li a {
	right: auto;
	bottom: 0px;
    font-size: 32px;
    justify-content: center;
	text-align: center;
    color: #222;
	
    height: 50px;
    line-height: 0;
    width: 50px;
    border-radius: 30%;
    position: relative;
    overflow: hidden;
    align-items: center;
    display: flex;
	
}

.pp-icons .home {
	color: #f06526;
}
.pp-icons .about {
	color: #555;
}

.pp-icons .vision {
	color: #34b87b;
}

.pp-icons .teams {
	color: #0874ba;
}

.pp-icons .routes {
	color: #0874ba;
}

.pp-icons .explore {
	color: #126d3f;
}

.pp-icons .relax {
	color: #c0242a;
}

.pp-icons .artist {
	color: #3AA729;
}



.pp-icons .join {
	color: #fff;
	bottom: 5px;
	background-color: #7F79B3;
  animation-name: color;
  animation-duration: 2s;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1.2);
	animation: join 2s infinite;
}

@keyframes join {
	0% {
		background-color: #222;
		transform: scale(1.2);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		background-color: #32B9C0;
		transform: scale(1.2);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {background-color: #222;
		transform: scale(1.2);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

.pp-icons .councili {
	color: #FF6871;
}

.pp-icons .newsi {
	color: #34b87b;
}

.pp-icons .mgmti {
	color: #3F67D5;
}

.pp-icons .prizei {
	color: #dabd1d;
}


@media only screen and (max-width: 768px) {
	.homephone{
	background-color: #000;
	 clip-path: inset(5px 5px 5px 5px round 4%);
}
.rightclip{
	position:  absolute;
	height: 100%;
	width: 110%;
	left: 0;
	padding-right: 0;
	clip-path: inset(0px 0% 0px 0px );
	background-image: url("../images/HomePageLandmarks/WSR_HP_Slideshow_0001.webp");
	background-position: calc(50% + 120px) 50%;
	background-size: cover;
}
	
	.slider-area{
		background-position: calc(50% + 120px) 50%;
	background-size: cover;
	}
	
	.homeevent{ 
	margin-left:0;
	margin-right: auto;
	width: 90%;
	max-width: 760px;
	margin-top: 160px;
}

.smartphone {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  border: none;
  border-left-width: 60px;
  border-right-width: 60px;
  border-radius: 0;
	z-index: 25;
}

/* The horizontal line on the top of the device */
.smartphone:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translate(-50%, -50%);
  background: #333;
  border-radius: 10px;
	visibility: hidden;
}

/* The circle on the bottom of the device */
.smartphone:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: -35px;
  bottom: 50%;
  transform: translate(-50%, -50%);
  background: #333;
  border-radius: 50%;
	visibility: hidden;
}


.phoneicons{
	 position: absolute;
	color: #999;
width: 100%;
	max-width: 900px;
	bottom: 50%;
    right: 30px;
	z-index: 8;
	visibility: hidden;
	
}
.rotate {  
      -moz-transform: translateX(50%) translateY(50%) rotate(90deg);
  -webkit-transform: translateX(50%) translateY(50%) rotate(90deg);
  transform:  translateX(50%) translateY(50%) rotate(90deg);
}

.phoneiconsright{
	position: relative;
	width: 100%;
	height: 100%;
	top: -25px;
	bottom: auto;
	right: 0;
	left: auto;
	float: right;
	text-align: right;
	padding-top: 0;
	padding-right: 15px;
	letter-spacing: 13px;
}

	.pp-icons{
	visibility: hidden;
	
}
	
}

/* ===================================
   ABOUT
====================================== */
.slide2{
	height: 100vh;
	background-color: #dcbe3d;
}


.slide2parent {
    position: relative;
  width: 100%;
	height: 100vh;
	background-color: #9a2432;
}

.slide2left, .slide2right {
  position: absolute;
  height: 100vh;
  width: 65%;
}
.slide2left {
  left: 0;
  top: 0;
  background-color: #000;
	
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 50% 100%, 0% 100%); 
}
.slide2right {

  right: 0;
  top: 0;
  background-image: url("../images/index-slide2-scroller/about-section-right-02.webp");
	background-position: bottom right;
	background-size:cover;
	background-repeat: no-repeat;
  -webkit-clip-path: polygon(50% 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(50% 0, 100% 0%, 100% 100%, 0% 100%); 
	background-color: #111;
}

.rightcontainer{
	position: absolute;
	width: 45%;
	height: 50vh;
	right: 80px;
	left: auto;
	bottom: auto;
	top: 75px;
	
}
.leftcontainer{
	position: absolute;
	width: 60%;
	height: 50vh;
	right: auto;
	left: 45px;
	bottom: auto;
	top: 160px;
	
}

.rightcontainer video {
  height: auto;
  vertical-align: middle;
  width: 100%;
	
}

.video video, .soundicon img {

  position:absolute;
  top:0;
  left:0;
  
} 
.soundicon img {
   width:15%;
  height:auto;
  position:absolute;
  bottom:0;
  left:10px;
  opacity: 0.35;
} 

.soundicon img {
  z-index:2
}

.soundicon h1 {
    color: #fff;
    font-family: "Nobile",sans-serif;
    font-size: 2em;
    margin: 0;
    padding: 6px 12px;
    text-align: center;
	z-index: 12;
}


.crossfade > figure {
  animation: imageAnimation 70s linear infinite 0s;
	backface-visibility: hidden;
  background-position: top center;
	background-size:cover;
	background-repeat: no-repeat;
  color: transparent;
  height: 100%;
  right: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}

.crossfade > figure:nth-child(1) { background-image: url('../images/HomePageLandmarks/WSR_HP_Slideshow_0001.webp'); }

.crossfade > figure:nth-child(2) {
  animation-delay: 10s;
  background-image: url('../images/HomePageLandmarks/WSR_HP_Slideshow_0002.webp');
}

.crossfade > figure:nth-child(3) {
  animation-delay: 20s;
  background-image: url('../images/HomePageLandmarks/WSR_HP_Slideshow_0003.webp');
}

.crossfade > figure:nth-child(4) {
  animation-delay: 30s;
  background-image: url('../images/HomePageLandmarks/WSR_HP_Slideshow_0004.webp');
}

.crossfade > figure:nth-child(5) {
  animation-delay: 40s;
  background-image: url('../images/HomePageLandmarks/WSR_HP_Slideshow_0005.webp');
}
.crossfade > figure:nth-child(6) {
  animation-delay: 50s;
  background-image: url('../images/HomePageLandmarks/WSR_HP_Slideshow_0006.webp');
}
.crossfade > figure:nth-child(6) {
  animation-delay: 60s;
  background-image: url('../images/HomePageLandmarks/WSR_HP_Slideshow_0007.webp');
}

@keyframes 
imageAnimation {  0% {
 animation-timing-function: ease-in;
 opacity: 0;
}
 8% {
 animation-timing-function: ease-out;
 opacity: 1;
}
 17% {
 opacity: 1
}
 25% {
 opacity: 0
}
 100% {
 opacity: 0
}
}

@media only screen and (max-width: 768px) {
	
	.rightclip{
	position:  absolute;
	height: 100%;
	width: 110%;
	left: 0;
	padding-right: 0;
	clip-path: inset(0px 0% 0px 0px );
}

	/* ===================================
   ABOUT
====================================== */
.slide2{
	height: 100vh;
	background-color: #111;
	margin-top: 0;
	padding: 0;
}


.slide2parent {
    position: relative;
  width: 100%;
	height: 100vh;
	background-color: transparent;
	margin-top: 0;
}

.slide2left {
  position: absolute;
  height: 0px;
	width: 0%;
	visibility: hidden;}
	
.slide2right {
  position:relative;
  width: 100%;
	height: 100%;
	margin-top:0;
	padding: 0;
	background-image: url("../images/index-slide2-scroller/about-section-right-02.webp");
	background-color: transparent;
	 -webkit-clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%); 
}



.rightcontainer{
	position: absolute;
	width: 90%;
	height: 50vh;
	top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	bottom: 290px;
	
	
}
.leftcontainer{
	position: absolute;
	width: 0px;
	height: 0px;
	right: auto;
	left: 145px;
	bottom: auto;
	top: 160px;
	visibility: hidden;
}
	

	
	
	.video video, .soundicon img {

  position:absolute;
  top:0;
  left:0;
  
} 
.soundicon img {
   width:15%;
  height:auto;
  position:absolute;
  bottom:0;
  left:10px;
  opacity: 0.6;
} 

.soundicon img {
  z-index:200;
}

.soundicon h1 {
    color: #fff;
    font-family: "Nobile",sans-serif;
    font-size: 2em;
    margin: 0;
    padding: 6px 12px;
    text-align: center;
	z-index: 12;
}
	
		.crossfade > figure {
  animation: imageAnimation 70s linear infinite 0s;
	backface-visibility: hidden;
  background-position: top center;
	background-size:cover;
	background-repeat: no-repeat;
  color: transparent;
  height: 100vh;
  right: 0px;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 0;
}

.crossfade > figure:nth-child(1) { background-image: url('../images/HomePageLandmarks/WSR_HP_Slideshow_0001.webp'); }

.crossfade > figure:nth-child(2) {
  animation-delay: 10s;
  background-image: url('../images/HomePageLandmarks/WSR_HP_Slideshow_0002.webp');
}

.crossfade > figure:nth-child(3) {
  animation-delay: 20s;
  background-image: url('../images/HomePageLandmarks/WSR_HP_Slideshow_0003.webp');
}

.crossfade > figure:nth-child(4) {
  animation-delay: 30s;
  background-image: url('../images/HomePageLandmarks/WSR_HP_Slideshow_0004.webp');
}

.crossfade > figure:nth-child(5) {
  animation-delay: 40s;
  background-image: url('../images/HomePageLandmarks/WSR_HP_Slideshow_0005.webp');
}
.crossfade > figure:nth-child(6) {
  animation-delay: 50s;
  background-image: url('../images/HomePageLandmarks/WSR_HP_Slideshow_0006.webp');
}
.crossfade > figure:nth-child(6) {
  animation-delay: 60s;
  background-image: url('../images/HomePageLandmarks/WSR_HP_Slideshow_0007.webp');
}





}
/* ===================================
   SKILLS
====================================== */

.skills{
    background-image: url("");
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
	background-color: #000;
}

/* ===================================
   TIMELINE
====================================== */

.timeline-bg{
    background-image: url("");
	background-color: #000;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}
.slide3{
	background-color: #000;
}








/* ===================================
   PORTFOLIO
====================================== */

.portfolio-bg{
    background-image: url("");
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
	background-color: #0874ba;
}
.slide4-teams{
	background-color: #0874ba;
}


/* ===================================
   Testimonial
====================================== */

.testimonial-bg{
	background-image: url("../images/routebg.webp");
	background-size: 100% auto;
    background-color: #000;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
}

.routecontainer{
	height: 100vh;
	width: 100%;
	padding: 70px;
	top: 0;
	
	z-index: 5;
}

.spacer{
	height: 50vh;
	width: 100%;
	
}

.paragraph {
    font-weight: normal;
    line-height: 1.920;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}




/* ===================================
   linktree
====================================== */
.explore-bg{
	background-image: url();
	background-color: #000;
	background-repeat: no-repeat;
    background-size: cover;
	height: 100vh;
}

.exploreright{
	position: absolute;
	width: 35%;
	right: 15vw;
	top: 50px;
}

.exploreleft{
	position: absolute;
	width: 45%;
	left: 0;
	top: 0;
	
}

.explorecontainer{
	position: relative;
	width: 100%;
	height: 120vh;
	left: 0;
	
}

.scene {
  width: 300px;
  height: 100px;
left: 0;
	right: auto;
  border: 0px solid #CCC;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  /* perspective property */
  perspective: 600px;
}

.explorenav{
	position: absolute;
	height: 85%;
	width: auto;
	bottom: 0;
	left: 2vw;

}






.eventsimg{
	width: 100%;
}

.icon-box {
  padding: 0px;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
}

.icon-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 35px 0 rgba(68, 88, 144, 0.2);
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  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;

}




@media only screen and (max-width: 768px) {
	.explorecontainer{
	width: 100%;
	left: 0;
}
	
	.slide5{
		height: 120vh;
	}
	
	
.scene {
  width: 300px;
  height: 100px;
left: 0;
	right: auto;
  border: 0px solid #CCC;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  /* perspective property */
  perspective: 600px;
}
	#pole{
  bottom: 0;
	margin-left: 50%;
  border-radius: 1vw 1vw 0 0;    
  height: 100vh; 
  width: 4.5vw;
  transform: translateY(160px);
  background-image: linear-gradient(to right, #707070, #828282, #707070);
  
 
}
	
	.exploreright{
	position: relative;
	width: 90%;
	left: 5vw;
	right: auto;
	top: 5px;
}

.exploreleft{
	position:relative;
	width: 90%;
	
	left: 5vw;
	bottom: 0;
	
}

.explorecontainer{
	position: relative;
	height: 70vh;
	width: 100%;
	left: 0;
}
	
	.explorenav{
	position: absolute;
	display: block;
	height: auto;
	width: 98%;
	bottom-margin: 0;
	top: auto;
	left: auto;

}
	
}

/* ===================================
   Contact
====================================== */

.contact-bg{
    
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}





/* ===================================
   Loader
====================================== */



#container {
    width: 200px;
    height: 200px;
	background-image: url("../images/WSR-Logo-Single-notext-c.webp");
	background-size: 70% auto;
	background-repeat: no-repeat;
	background-position: center;
}

.loader1 {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 111111;
    overflow-x: hidden;
	
    background: rgba(0, 0, 0, 0.0);
}

.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: 0;
    top: 0;
    width: 250px;
    height: 250px;
    margin: -25px 0 0 -25px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f6ed26;
    -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: #c0242a;
    -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: #0874ba;
    -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);
    }
}


.route{
	width: 90%;
	height: 400px;
	margin-top: auto;
	position: relative;
}

.videoroute {
	position: relative;
  vertical-align: middle;
  width: 30%;
	margin-left: auto;
  margin-right: auto;
}

#routeVideo {
  position:absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: auto;
    width: 100%;
    height: auto;
    
    transform: translateX(-50%) translateY(-50%);
 background: url('') no-repeat;
  background-size: cover;
  transition: 1s opacity;
	
	
	background-color: #000;
	border-radius: 0;
	z-index: 1;
}

/* ===================================
   Media Queries
====================================== */

@media (min-width: 1800px) {
    /* Side Nav */
    .side-nav .navbar-nav .nav-item {
        margin: 15px 0;
    }
}





@media (max-width: 1280px) and (min-width: 992px) {
    body {text-align: center;overflow-y: hidden!important;}
    html {scroll-behavior: smooth;}
    section {padding: 6rem 0;}
    .h1, h1 {font-size: 36px;}
    .h2, h2 {font-size: 36px;}
    .h3, h3 {font-size: 24px;}
    p {font-size: 14px;line-height: 20px;}
    .skills, .timeline-bg, .portfolio-bg, .testimonial-bg, .contact-bg {height: auto;}

    /* Nav */
    header a.logo img {
		width: 85%;
        max-width: 360px;
		
    }
	

	
	.mega-logo {
	background-image: url("../images/wsr-multiship-logo.webp");
	background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    left: 15px;
	height: auto;
	width: 50%;
	top: 20px;
	max-width: 650px;
	padding-top: 22.85%;
	
}

.mega-logo-sub {
	background-image: url("../images/WSR-Logo-Single-notext-c.webp");
	background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    left: 15px;
	height: auto;
	width: 25%;
	max-width: 450px;
	padding-top: 41%;
	padding-bottom: 10px;
	
}
    .header-appear .navbar-top-default {
        height: 180px;
		
    }

    /* Side Nav */
    .side-menu .mega-title {
        display: none;
    }
    .side-nav .navbar-nav .nav-item {
        margin: 18px 0;
    }
    .side-footer p {
        font-size: 14px;
    }
    .side-menu .side-nav .navbar-nav li a {
        font-size: 18px;
    }
    .sidemenu_btn {
        right: 8px;
        top: 25px;
    }
    .side-menu .mega-title h2 {
        font-size: 54px;
    }
    .side-menu .mega-title {
        animation: none;
        left: 50%;
    }
    .sidebar_btn .btn {
        font-size: 10px;
    }

    /* Slider */
    .slider-area .slider-content {
        margin-top: 30px;
    }
  
    .slider-copyright {
        font-size: 12px;
        bottom: 10px;
    }
    .slider-footer .social-icons-simple {
        display: none;
    }
    .fixed {
        position: absolute;
    }

   
	.button {

  border: none;
  color: white;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.5em;
  margin: 4px 4px 2px;
	transition-duration: 0.4s;
	cursor: pointer;
}


.button4 {
	background-color: #334350; 
  color: white; 
	border-radius: 12px;
width: 90%;}

.button5 {
	display: block;
	position:relative ;
	background-color: #dabd14; 
  	color: black; 
	margin-left: auto;
	margin-right: auto;
	border-radius: 12px;
	font-weight: 700;
	width: 90%;
	margin-bottom: 70px;
	z-index: 5;
	}

.button6 {

	border-radius: 12px;
	font-weight: 700;
width: 90%;
margin-top: 20px;
}
	
	.buttonjoin {
	display: block;
	background-color: #000; 
 	color: #fff; 
	margin-left: auto;
	margin-right: auto;
	border-radius: 12px;
	font-weight: 700;
	width: 60%;
	margin-top: 20px;
	} 

	
	#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #c0242a;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
		box-shadow: 2px 2px 5px rgb(0, 0, 0, 0.5);
}

#myBtn:hover {
  background-color: #555;
}
		* { box-sizing:border-box;  }
#page-banner  { text-align:center; position:relative; background-color:#00176e; color:#ffffff; height:679px; overflow:hidden; }
.bg-image     { background-image: url(""); background-size:cover; background-position:center center; z-index: -1; }
.overlay    { position:relative; background-color:rgba(0,23,110,.9); height:100%; width:100%; z-index:2; }
.inner      { padding-top:50px; }
  h1      { color:#ffffff; margin:0 auto; }
.video_wrap   { height:120%; width:120%; position:absolute;  left:-90px; overflow:hidden; top:-75px;  } 
iframe      { height:100%; position:absolute; width:100%; top:0; left:0;pointer-events: none; }
	
	
	#myVideo {
  position:absolute;
	object-fit: cover;
  left: -305px;	
  bottom: 0;

	height: 100%;
	width: auto;
}

	
	#routeVideo {
  position:absolute;
	
	object-fit: cover;
  left: -15px;
  top: 0;

	height: 105%;
	width: 105%;

	background-color: #000;
	border-radius: 0;
	z-index: 1;
}
	
	
	.routecontainer{
	height: 100vh;
	width: 100%;
	padding: 30px 0;
	top: 0;
	
	z-index: 5;
}
	
	.spacer{
	height: 35vh;
	width: 100%;
	
}


		.ct-btn-scroll {
  width: 49px;
  height: 49px;
  position: absolute;
	font-size: 52px;
	text-align: center;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: auto;
  padding-bottom: 60px;
  z-index: 9996;
  border-radius: 50%;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
	.scrolltext{
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
	padding-bottom: 5px;
		visibility: hidden;
}
	
			.ct-btn-scroll2 {
  width: 49px;
  height: 49px;
  position: absolute;
	font-size: 52px;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  padding-bottom: 10px;
  z-index: 9;
  border-radius: 50%;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
			visibility: hidden;
	}
	
	
	.slider-image {
    position: relative;
    margin-left: auto;
	margin-right: auto;
	display: block;
    margin-top:   30%;
	margin-bottom:  280px;
	
	
}

.slider-image img {
    margin-top: auto;
	margin-bottom: 0px;
    width: 100%;
    position: relative;
	margin-left: auto;
	margin-right: 10px;
	display: block;

	
}

	
	.slide4{
	padding: 0;
		height: 60vh;
}
	
	.videoroute {
	position: relative;
  vertical-align: middle;
  width: 100%;
	margin-left: auto;
  margin-right: auto;
}


}
@media screen and (max-width: 991px) and (min-width: 768px){

        body {text-align: center;overflow-y: hidden!important;}
    html {scroll-behavior: smooth;}
    section {padding: 6rem 0;}
    .h1, h1 {font-size: 36px;}
    .h2, h2 {font-size: 36px;}
    .h3, h3 {font-size: 24px;}
    p {font-size: 14px;line-height: 20px;}
    .skills, .timeline-bg, .portfolio-bg, .testimonial-bg, .contact-bg {height: auto;}

    /* Nav */
    header a.logo img {
		width: 85%;
        max-width: 360px;
		
    }
	
	.homeevent{ 
	margin-left: 0;
	margin-right: auto;
	width: 80%;
	max-width: 760px;
	margin-top: 200px;
}
	
	.mega-logo {
	background-image: url("../images/wsr-multiship-logo.webp");
	background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    left: 15px;
	height: auto;
	width: 70%;
	top: 20px;
	max-width: 650px;
	padding-top: 22.85%;
	
}

.mega-logo-sub {
	background-image: url("../images/WSR-Logo-Single-notext-c.webp");
	background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    left: 15px;
	height: auto;
	width: 25%;
	max-width: 450px;
	padding-top: 41%;
	padding-bottom: 10px;
	
}
    .navbar-top-default {
        height: 210px;
		
    }

    /* Side Nav */
    .side-menu .mega-title {
        display: none;
    }
    .side-nav .navbar-nav .nav-item {
        margin: 18px 0;
    }
    .side-footer p {
        font-size: 14px;
    }
    .side-menu .side-nav .navbar-nav li a {
        font-size: 18px;
    }
    .sidemenu_btn {
        right: 8px;
        top: 25px;
    }
    .side-menu .mega-title h2 {
        font-size: 54px;
    }
    .side-menu .mega-title {
        animation: none;
        left: 50%;
    }
    .sidebar_btn .btn {
        font-size: 10px;
    }

    /* Slider */
    .slider-area .slider-content {
        margin-top: 30px;
    }
  
    .slider-copyright {
        font-size: 12px;
        bottom: 10px;
    }
    .slider-footer .social-icons-simple {
        display: none;
    }
    .fixed {
        position: absolute;
    }

   
	.button {

  border: none;
  color: white;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.5em;
  margin: 4px 4px 2px;
	transition-duration: 0.4s;
	cursor: pointer;
}


.button4 {
	background-color: #334350; 
  color: white; 
	border-radius: 12px;
width: 90%;}

.button5 {
	display: block;
	position:relative ;
	background-color: #dabd14; 
  	color: black; 
	margin-left: auto;
	margin-right: auto;
	border-radius: 12px;
	font-weight: 700;
	width: 90%;
	margin-bottom: 70px;
	z-index: 5;
	}

.button6 {

	border-radius: 12px;
	font-weight: 700;
width: 90%;
margin-top: 20px;
}
	
	.buttonjoin {
	display: block;
	background-color: #000; 
 	color: #fff; 
	margin-left: auto;
	margin-right: auto;
	border-radius: 12px;
	font-weight: 700;
	width: 60%;
	margin-top: 20px;
	} 

	
	#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #c0242a;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
		box-shadow: 2px 2px 5px rgb(0, 0, 0, 0.5);
}

#myBtn:hover {
  background-color: #555;
}
		* { box-sizing:border-box;  }
#page-banner  { text-align:center; position:relative; background-color:#00176e; color:#ffffff; height:679px; overflow:hidden; }
.bg-image     { background-image: url(""); background-size:cover; background-position:center center; z-index: -1; }
.overlay    { position:relative; background-color:rgba(0,23,110,.9); height:100%; width:100%; z-index:2; }
.inner      { padding-top:50px; }
  h1      { color:#ffffff; margin:0 auto; }
.video_wrap   { height:110%; width:110%; position:absolute;  left:-90px; overflow:hidden; top:-55px;  } 
iframe      { height:100%; position:absolute; width:100%; top:0; left:0; }
	
	
	#myVideo {
  position:absolute;
	object-fit: cover;
  left: -305px;	
  bottom: 0;

	height: 100%;
	width: auto;
}

	
	#routeVideo {
  position:absolute;
	
	object-fit: cover;
  left: -15px;
  top: 0;

	height: 105%;
	width: 105%;

	background-color: #000;
	border-radius: 0;
	z-index: 1;
}
	
	
	.routecontainer{
	height: 100vh;
	width: 100%;
	padding: 30px 0;
	top: 0;
	
	z-index: 5;
}
	
	.spacer{
	height: 35vh;
	width: 100%;
	
}


		.ct-btn-scroll {
  width: 49px;
  height: 49px;
  position: absolute;
	font-size: 52px;
	text-align: center;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: auto;
  padding-bottom: 60px;
  z-index: 9996;
  border-radius: 50%;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
	.scrolltext{
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
	padding-bottom: 5px;
		visibility: hidden;
}
	
			.ct-btn-scroll2 {
  width: 49px;
  height: 49px;
  position: absolute;
	font-size: 52px;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  padding-bottom: 10px;
  z-index: 9;
  border-radius: 50%;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
			visibility: hidden;
	}
	
	
	.slider-image {
    position: relative;
    margin-left: auto;
	margin-right: auto;
	display: block;
    margin-top:   30%;
	margin-bottom:  280px;
	
	
}

.slider-image img {
    margin-top: auto;
	margin-bottom: 0px;
    width: 100%;
    position: relative;
	margin-left: auto;
	margin-right: 10px;
	display: block;

	
}

	
	.slide4{
	padding: 0;
		height: 60vh;
}
	
	.videoroute {
	position: relative;
  vertical-align: middle;
  width: 100%;
	margin-left: auto;
  margin-right: auto;
}



}

@media screen and (max-width: 767px) {

    body {text-align: center;overflow-y: hidden!important;}
    html {scroll-behavior: smooth;}
    section {padding: 6rem 0;}
    .h1, h1 {font-size: 36px;}
    .h2, h2 {font-size: 36px;}
    .h3, h3 {font-size: 24px;}
    p {font-size: 14px;line-height: 20px;}
    .skills, .timeline-bg, .portfolio-bg, .testimonial-bg, .contact-bg {height: auto;}

    /* Nav */
    header a.logo img {
		width: 85%;
        max-width: 360px;
		
    }
	
	.mega-logo {
	background-image: url("../images/wsr-multiship-logo.webp");
	background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    left: 15px;
	height: auto;
	width: 70%;
	top: 20px;
	max-width: 650px;
	padding-top: 22.85%;
	
}

.mega-logo-sub {
	background-image: url("../images/WSR-Logo-Single-notext-c.webp");
	background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    left: 15px;
	height: auto;
	width: 25%;
	max-width: 450px;
	padding-top: 41%;
	padding-bottom: 10px;
	
}
    .navbar-top-default {
        height: 210px;
		
    }

    /* Side Nav */
    .side-menu .mega-title {
        display: none;
    }
    .side-nav .navbar-nav .nav-item {
        margin: 18px 0;
    }
    .side-footer p {
        font-size: 14px;
    }
    .side-menu .side-nav .navbar-nav li a {
        font-size: 18px;
    }
    .sidemenu_btn {
        right: 8px;
        top: 25px;
    }
    .side-menu .mega-title h2 {
        font-size: 54px;
    }
    .side-menu .mega-title {
        animation: none;
        left: 50%;
    }
    .sidebar_btn .btn {
        font-size: 10px;
    }

    /* Slider */
    .slider-area .slider-content {
        margin-top: 30px;
    }
  
    .slider-copyright {
        font-size: 12px;
        bottom: 10px;
    }
    .slider-footer .social-icons-simple {
        display: none;
    }
    .fixed {
        position: absolute;
    }

   
	.button {

  border: none;
  color: white;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.5em;
  margin: 4px 4px 2px;
	transition-duration: 0.4s;
	cursor: pointer;
}


.button4 {
	background-color: #334350; 
  color: white; 
	border-radius: 12px;
width: 90%;}

.button5 {
	display: block;
	position:relative ;
	background-color: #dabd14; 
  	color: black; 
	margin-left: auto;
	margin-right: auto;
	border-radius: 12px;
	font-weight: 700;
	width: 90%;
	margin-bottom: 70px;
	z-index: 5;
	}

.button6 {

	border-radius: 12px;
	font-weight: 700;
width: 90%;
margin-top: 20px;
}
	
	.buttonjoin {
	display: block;
	background-color: #000; 
 	color: #fff; 
	margin-left: auto;
	margin-right: auto;
	border-radius: 12px;
	font-weight: 700;
	width: 60%;
	margin-top: 20px;
	} 

	
	#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #c0242a;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
		box-shadow: 2px 2px 5px rgb(0, 0, 0, 0.5);
}

#myBtn:hover {
  background-color: #555;
}
		* { box-sizing:border-box;  }
#page-banner  { text-align:center; position:relative; background-color:#00176e; color:#ffffff; height:679px; overflow:hidden; }
.bg-image     { background-image: url(""); background-size:cover; background-position:center center; z-index: -1; }
.overlay    { position:relative; background-color:rgba(0,23,110,.9); height:100%; width:100%; z-index:2; }
.inner      { padding-top:50px; }
  h1      { color:#ffffff; margin:0 auto; }
.video_wrap   { height:0; width:0; position:absolute;  left:-550px; overflow:hidden; top:-375px;  } 
iframe      { height:100%; position:absolute; width:100%; top:0; left:0; }
	
	
	#myVideo {
  position:absolute;
	object-fit: cover;
  left: -505px;	
  bottom: 0;

	height: 100%;
	width: auto;
}

	
	#routeVideo {
  position:absolute;
	
	object-fit: cover;
  left: -15px;
  top: 0;

	height: 105%;
	width: 105%;

	background-color: #000;
	border-radius: 0;
	z-index: 1;
}
	
	
	.routecontainer{
	height: 100vh;
	width: 100%;
	padding: 30px 0;
	top: 0;
	
	z-index: 5;
}
	
	.spacer{
	height: 35vh;
	width: 100%;
	
}


		.ct-btn-scroll {
  width: 49px;
  height: 49px;
  position: absolute;
	font-size: 52px;
	text-align: center;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: auto;
  padding-bottom: 60px;
  z-index: 9996;
  border-radius: 50%;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
	.scrolltext{
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
	padding-bottom: 5px;
		visibility: hidden;
}
	
			.ct-btn-scroll2 {
  width: 49px;
  height: 49px;
  position: absolute;
	font-size: 52px;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  padding-bottom: 10px;
  z-index: 9;
  border-radius: 50%;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
			visibility: hidden;
	}
	
	
	.slider-image {
    position: relative;
    margin-left: auto;
	margin-right: auto;
	display: block;
    margin-top:   30%;
	margin-bottom:  280px;
	
	
}

.slider-image img {
    margin-top: auto;
	margin-bottom: 0px;
    width: 100%;
    position: relative;
	margin-left: auto;
	margin-right: 10px;
	display: block;

	
}

	
	.slide4{
	padding: 0;
		height: 60vh;
}
	
	.videoroute {
	position: relative;
  vertical-align: middle;
  width: 100%;
	margin-left: auto;
  margin-right: auto;
}


	
}

@media (max-width: 575.98px) {
    .h1, h1 {
        font-size: 30px;
    }

    /* Side Nav */
    .side-nav .navbar-nav .nav-item {
        margin: 12px 0;
    }
    .side-menu .mega-title h2 {
        font-size: 48px;
    }
    .side-footer p {
        font-size: 10px;
        line-height: 1rem;
    }
}
@media (max-width: 320px) {
    .side-menu .inner-wrapper {
        padding: 2rem 3rem;
    }
}

/* Portrait */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) {
    .slider-image img {
        top: -35px;
    }
}


@media only screen and (max-width: 768px) {
	
	
	.slide6{
		background: #c0242a;
	padding: 0;
		padding-top: 250px;
		height: 150vh;
		
}

	.contact-bg{
    
    height: 160vh;
    background-repeat: no-repeat;
    background-size: cover;
}

	
}


@media screen and (orientation:landscape) {
   .mega-logo-sub {
	background-image: url("../images/WSR-Logo-Single-notext-c.webp");
	background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    left: 28px;
    top: 25px;
	height: auto;
	width: 15%;
	max-width: 150px;
	padding-top: 41%;
	
}
	
	#myVideo {
  position:absolute;
	background-image: url('../assets/images/london-screenshot.jpg');
	object-fit: cover;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
	height: 100%;
	width: 100%;
	width: auto;
	background-color: #000;
	border-radius: 0;
	z-index: 2;
}


.rightclip{
	position:  absolute;
	height: 100%;
	width: 110%;
	left: 0;
	padding-right: 0;
	clip-path: inset(0px 9% 0px 0px );
}
}

.container {
  padding: 2rem 0rem;
}

.modal-dialog {
  margin-top: 0rem;
  max-width: 100%;
}
  
  .modal-content {
    border-radius: 0rem;
  }
  
  .buttons 
    .btn {
      margin: 0.2rem;
    }

.cookie-text {
	color: #000;
}

.alert.alert-server {
  margin-bottom: 0;
  border-radius: 0;
	display: flex;
	align-items:center;
	
}

.wsjlogo{
	width: 258px; 
	height: auto;
	max-height: 17px;
	align-content: center;
	vertical-align: middle; 
	display: inline-block; 
	
	
		
}
.joinwriteup {
margin-left: auto; margin-right: auto; width: 98%; background-color: #DFDFDF; color: #000; text-align: left; padding: 35px; font-size: 14px; font-family:Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
}

.alert {
    margin-bottom: 0;
    text-align: center;
    padding: 8px;
    color: #fff;
    background: #1c1c1c;
    border-color: #fff;
}
.alert-info {
    color: #fff;
	background-color: #000;}

.alert-info p a {
  padding: 5px 10px;
  border-radius: 3px;
  background: #d4af37;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}.alert-info p a:hover {
  padding: 5px 10px;
  border-radius: 3px;
  background: #fff;
  color: #000;
  font-weight: bold;
  text-decoration: none;
	
	
}

.fixed-button {
    position: fixed;
    bottom: 50px; /* Default position from the bottom */
    left: 20px; /* Adjust the distance from the right */
    padding: 10px 40px; /* Adjust the padding for size */
    background-color: #0775bb; /* Button background color */
    color: white; /* Button text color */
    border: none; /* Remove border */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow for better visibility */
    font-size: 16px; /* Font size */
    z-index: 1501; /* Ensure the button is on top of other elements */
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
    animation-name: bounce;
    animation-duration: 2s;
    animation-iteration-count: 10;
}

.fixed-button:hover {
    background-color: #c1242a; /* Change background color on hover */
    animation: none; /* Cancel the bounce animation on hover */
}

/* Media query for tablets (768px - 1023px) */
@media (min-width: 768px) and (max-width: 1223px) {
    .fixed-button {
        bottom: 120px; /* Adjusted position from the bottom for tablets */
    }
}
