@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html{
    margin: 0;
    padding:0;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color: #101452;
    background: #DAEBDB;
}

body{
    margin-left:-35px !important; margin-right:-35px !important;
    padding: 0;
    width: 100%;
    background: #DAEBDB;
    font-family: 'Roboto', sans-serif;
    
}

#header {
    width: 110vw;
    height: 75px;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    margin-left: -35px;
}

.navbar-inverse{
    background-color: none;
}
.navbar-vertical{
  top:-20px;
}
.overlay {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s;
    height: 0;
    top:0;
}

.overlay.open {
    align-items: center;
    opacity: 1;
    visibility: visible;
    position: absolute;
    height: auto;
    top:0;
}

.firstmenu{
    position: fixed;
    top:0;
    height:70px;
}
.secondmenu{
    position: fixed;
    top:70px;
}

.navbar {
    border: 0px solid transparent;
    background-color: transparent;
    z-index: 999;
    
}


.navbar-inverse .navbar-nav>li>a {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    margin: auto;
    padding-left: 30px;
    padding-top: 18px;
    color: #fff;
    
}

.navbar-nav{
   left:100px;
   position: absolute;
   z-index: 999;
}

.navbar-nav>li {
    float: left;
}

/* .navbar-nav>li:first-child {
    margin-left: 10px;
} */

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
}


.navbar-inverse .navbar-nav>li>span {
    display: block;
    position: relative;
    height: 6px;
    width: 30px;
    background: #fff;
    border-radius: 15px;
    opacity: 1;
    left: 0;
    top:30px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.horizontal-menu{
    font-size:30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    padding-left:10px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    padding: 10px;
    top:0;
}

.horizontal-menu span{
    display: block;
    position: absolute;
    height: 6px;
    width: 30px;
    background: #fff;
    border-radius: 15px;
    opacity: 1;
    left:0;
    margin: 20px auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.horizontal-menu a ,.horizontal-menu a:hover, .horizontal-menu a:active,.horizontal-menu a:active{
    text-decoration: none;
    color: #fff;
    background: none !important;
}



/* Icon 1 */

#nav-icon1 {
    width: 30px;
    height: 26px;
    position: relative;
    margin: 30px 65px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;

}


  
  #nav-icon1 span{
    display: block;
    position: absolute;
    height: 6px;
    width: 30px;
    background: #fff;
    border-radius: 15px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


  
#nav-icon1 span:nth-child(1) {
    top: 0px;
    left:0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
  
#nav-icon1 span:nth-child(2) {
    top:0;
    left: 10px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
  
#nav-icon1 span:nth-child(3) {
    top:0;
    left: 20px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
  
#nav-icon1 span:nth-child(4) {
    top:0;
    left: 0;
    opacity:0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
  
#nav-icon1 span:nth-child(5) {
    top:0;
    left: 0;
    opacity:0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
  
#nav-icon1.open span:nth-child(1) {
    top:0;
    left: 93vw;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
  
#nav-icon1.open span:nth-child(2) {
    opacity: 1;
    left: clac(93vw - 20px);
    left:-webkit-calc(93vw - 20px);
    left:-moz-calc(93vw - 20px);
}
  
#nav-icon1.open span:nth-child(4) {
    opacity: 1;
    left:-0;
}
  
#nav-icon1.open span:nth-child(5) {
    opacity: 1;
    left:10px;
}
  
#nav-icon1.open span:nth-child(3) {
    top:0;
    left: 93vw;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


/* vertical menu */
#nav-icon2 {
    width: 30px;
    height: 26px;
    top:-20px;
    position: relative;
    margin: 30px 65px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon2 span {
    display: block;
    position: absolute;
    height: 6px;
    width: 30px;
    background: #fff;
    border-radius: 15px;
    opacity: 1;
    left: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(1) {
    top: 0px;
    left:10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
  
#nav-icon2 span:nth-child(2) {
    top:10px;
    left: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
  
#nav-icon2 span:nth-child(3) {
    top:20px;
    left: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
  
#nav-icon2 span:nth-child(4) {
    top:0;
    left: 10px;
    opacity:0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
  
#nav-icon2 span:nth-child(5) {
    top:0;
    left: 10px;
    opacity:0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
  
#nav-icon2.open span:nth-child(1) {
    top:80vh;
    left: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
  
#nav-icon2.open span:nth-child(2) {
    opacity: 1;
    top: clac(80vh - 20px);
    top:-webkit-calc(80vh - 20px);
    top:-moz-calc(80vh - 20px);
}
  
#nav-icon2.open span:nth-child(4) {
    opacity: 1;
    left:10px;
}
  
#nav-icon2.open span:nth-child(5) {
    opacity: 1;
    top:10px;
}
  
#nav-icon2.open span:nth-child(3) {
    left:10px;
    top: 80vh;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.overlay2 {
    position: absolute;
    background: #DAEBDB;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 999;
    height: 0;
    width:105vw;
}
.overlay2.open {
    align-items: center;
    opacity: 1;
    visibility: visible;
    position: fixed;
    z-index: 998;
    height: 100%;
    width:105vw;
    top:70px;
}

.navbar-nav2>li {
    float: none;
    margin-left: 0px;
}

ul.navbar-nav2{
    top: 70px;
    left: 100px;
    position: relative;
    margin-right:25%;
}

#whats-on{
    display: none;
}

.navbar-inverse .navbar-nav2>.active>a, .navbar-inverse .navbar-nav2>.active>a:focus, .navbar-inverse .navbar-nav2>.active>a:hover {
    color: #fff;
    background-color: transparent;
}

.vertical-menu a ,.vertical-menu a:hover, .vertical-menu a:active,.vertical-menu a:active{
    text-decoration: none;
    color: #101452;
    background: none !important;
    font-family: 'Roboto', sans-serif;;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 36px;
    line-height: 30px;
}


.navbar-inverse2 .navbar-nav2>li>span {
    display: none;
    position: relative;
    
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.title{
    font-size: 40px;
    font-family: 'Roboto', sans-serif;;
    font-weight: 300 !important;
    margin-bottom:50px;
    margin-top:70px;
    position: relative;
    z-index: 5;
    text-align:left;
    color: #101452;
}
.title-history{
    font-size: 45px;
    font-family: 'Roboto', sans-serif;;
    font-weight: 300 !important;
    margin-bottom:50px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    text-transform: uppercase;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background: none;
}

/*-- swiper Slide Show -- */
.swiper-container {
    width: 100vw;
    height: 100vh;
    right: -3px;
    top:0px;
    z-index: 1;
    overflow: hidden;
    position: relative;
  }
.swiper-wrapper{
    width:100%;
}
.block-bg {
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
}

.swiper-slider{
    width:100%;
}

.regular {
    font-weight: 10;
    font-family: 'Roboto', sans-serif;
    color: #101452;
    font-size: 36px;
    padding-right: 20vw;
    margin-left: 170px;
    margin-bottom: 50px;
}

.wrap{
    background:rgba(255,255,255,0) !important;
    color:#fff;
}

.txt-rotate{
    background:rgba(255,255,255,0) !important;
    font-size:46px;
    font-family:'Roboto', sans-serif;;
    font-weight: 100;

}

.output{
    
    margin-left:150px;
    margin-bottom:50px;
}

.output2 {
    margin-left: 150px;
    margin-bottom: 50px;
}

.p0{
    padding-left:10px !important;
}

.pyt0{
    margin-top:35px;
}

.py0{
    margin-top:0px !important;
    margin-bottom: 0;
}

.py-top-3{
    margin-bottom:50px;
}
.py2{
    margin-bottom: 20px;
}

.mb3{
    margin-bottom: 30px !important;
}

  /* -- End swiper Slide Show -- */
.content{
    padding-top:50px;
}

.content-history{
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    color: #101452;
    font-size: 36px;
    padding-right:50px;
    padding-left:150px;
    margin-top:80px;
    margin-bottom:50px;
}

.tag-link {
    padding: 20px 20px 20px 0px;
    margin-bottom: 40px;
    margin-left: 170px;
    /* margin-top: -50px; */
    height: auto;
    width: 80%;
    position: absolute;
    z-index: 10;
}

.inline-tag{
    padding: 7px 15px;
    margin-bottom: 40px;
    font-weight: 100 !important;
    font-size: 36px !important;
    border: 1px solid #101452;
    height: 80px;
    color: #101452;
    text-decoration: none;
}

a:hover.inline-tag , a:active.inline-tag{
    padding: 7px 15px;
    margin-bottom: 40px;
    font-weight: 100 !important;
    font-size: 36px !important;
    color:#fff;
    border: 1px solid #101452;
    background: #101452;
    height: 80px;
    text-decoration:none;
}

.left{
    margin-left:0 !important;
}


.tag-link a {
    font-size: 36px;
    background: #DAEBDB;
    border-radius: 0px;
    /* padding: 0px 0px; */
    text-align: center;
    color: #101452;
    line-height: 0px;
    float: left;
    margin-right: 10px;
    text-transform: none !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    border: 1px solid;
    padding: 30px;
    padding-left: 15px;
    padding-right: 15px;
    /* padding-top: 20px; */
    text-decoration: none;
    margin-bottom:20px;
}

.tag-link a:hover {
    font-size: 36px;
    background: #101452;
    border-radius: 0px;
    /* padding: 0px 0px; */
    text-align: center;
    color: #FFF;
    line-height: 0px;
    float: left;
    margin-right: 10px;
    text-transform: none !important;
    font-family: 'Roboto', sans-serif;;
    font-weight: 100;
    border: 1px solid #101452;
    padding: 30px;
    padding-left:15px;
    padding-right:15px;
    /* padding-top:20px; */
    text-decoration: none;
    margin-bottom:20px;
}

/* .tag-link a:hover {
    font-size: 13px;
    text-decoration: none;
    border: 1px solid #101452;
    background: #101452;
    border-radius: 0px;
    padding: 10px 15px;
    text-align: center;
    color: #fff;
    height: 30px;
    line-height: 10px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
} */

.content-img {
    width: auto;
    height: 100vh;
    background-size: cover;
    margin-left: 150px;
    margin-right: -35px;
    overflow-x: hidden !important;
    margin-bottom: 50px;
    /* top: 10vh; */
    /* position: relative; */
}

.menu-news{
    height:auto;
    margin-top:80px;
    color: #101452;
}

.scrolled{
    overflow-y: scroll;
    height:100%;
    padding-bottom: 50px;
    
}

.scrolled::-webkit-scrollbar {
    display: none;
}

.submenu{
    display:flex;
    font-size: 12px;
}

.submenulink a, .submenulink a:hover, .submenulink a:active, .submenulink a:visited{
    font-size: 12px;
    padding-left:20px;
    padding-right:20px;
    white-space: nowrap;
    overflow: hidden;
}

/* sticker */
.sticker-set {
    position: fixed;
    top: 20px;
    right: 150px;
    width:150px;
    height:150px;
    border-radius: 50% 50%;
    z-index: 2001;
    overflow: hidden;
}

.sticker img{
    width: 150px;
    height:150px;
    size: 0vmax;
}

.link{
    font-size: 24px;
}

/*bios logo */
.logo{
    padding-top:0;
    position:fixed;
    z-index: 4000;
}
#talking{
    cursor: pointer;
    width:660px;
    position: fixed;
    height: auto;
    top: 140px;
    left: 30px;
}
/* .talking{
    position: fixed;
    width: 30px;
    height: auto;
    top: 140px;
    left: 40px;
} */
#top-logo-c{
    cursor: pointer;
    width:260px;
    position: fixed;
    height: auto;
    top: -3px;
    left: 0px;
    opacity: 0;
}
p{
    text-align: left;
}

a.social{
    text-decoration: none;
    color: #101452;
}

.partner li{
    list-style: none;
    align-items: center;
    margin:30px auto;
    display:flex;
}


.partner a, .partner a:hover, .partner a:active, .partner a:visited{
    text-decoration: none;
    color:#101452;
    padding-top:10px;
    text-align: center;
} 
.partner-img{
    border-right:1px solid #101452;padding-top:3%; padding-bottom:3%;
}
.partner-desc{
    padding-left:30px;
    /* border-left:1px solid #101452; */
    padding-top:3%;
    padding-bottom:3%;
    margin-bottom:50px;
    align-items: center;
    font-size: 16px;
}

.partner-title{
    font-size:14px;
    padding:10px;
    text-align: center;
}

.flex{
    display: flex;
    align-items: center;
}

hr{
    height:2px;
    background: #101452;
    color: #101452;
    margin-left:150px;
    margin-right:150px;
}

.red{
    color:#C44725 !important;
}

.service-block-two{
	position: relative;
    margin-bottom: 30px;
    z-index: 97;
    left: 5px;
}

.service-block-two .inner-box{
	position: relative;
	text-align: center;
	/*border: 1px solid #e1e1e1;*/
	/*padding: 10px 10px 10px;*/
}

.service-block-two .inner-box:before,
.service-block-two .inner-box:after{
	position: absolute;
	content: "";
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-block-two .inner-box:before{
	/*border-top: 1px solid #C44725;*/
	/*border-bottom: 1px solid #C44725;*/
	height: 100%;
	width: 0;
	top: 0;
	left: 50%;
}

.service-block-two .inner-box:hover:before{
	left: 0;
	width: 100%;
}

.service-block-two .inner-box:after{
	top: 50%;
	left: 0;
	height: 0;
	width: 100%;
	/*border-left: 1px solid #C44725;*/
 /*   border-right: 1px solid #C44725;*/
    z-index: -1;
}

.service-block-two .inner-box:hover:after{
	top: 0;
	height: 100%;
}

.service-block-two .icon-box{
	position: relative;
	margin-bottom: 25px;
}

.service-block-two .icon-box .icon{
	position: relative;
	display: inline-block;
	font-size: 64px;
	line-height: 1em;
	text-align: center;
	color: #C44725;
}

.icon-box{
    position: relative;
  overflow: hidden;
  /*height:250px;*/
}

.icon-box:before
{
    content: "";
    display: block;
    padding-top: 75%;
}
.icon-box img {
    max-width: 100%;
    
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top:      0;
    left:     0;
    bottom:   0;
    right:    0;
    /*height: 100%;*/
    width: 100%;
  }
.icon-box img {
    max-width: 100%;
    
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .icon-box:hover img {
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }

.service-block-two h3{
	position: relative;
	font-size: 22px;
	line-height: 1.2em;
	color:#101452;
	font-weight: 600; 	
	margin-bottom: 25px;
}

.service-block-two h3 a{
	color: #101452;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
}

.service-block-two h3 a:hover{
	color: #C44725;
}

.service-block-two .text{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #777777;
    font-weight: 400;
    text-align: left;
}

/*text effect*/
.texteffect {
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    font-size: 70px;
    color: #FFF;
    text-transform: uppercase;
    margin-top: -30px;
}

.text{
    height:100%;
}

.texteffect h1{
    font-size:70px;
    font-weight:100;
    line-height: 90%;
    text-transform: none;
}
.dud{
  color: #FAFAFA;
}

/* End text effect */  

.services{
    text-align: left;
}

.textanimation {
    position: absolute;
    z-index: 997;
    top: 140px;
    left: 130px;
    width: 60%;
    background: rgba(0,0,0,0.5);
    padding: 30px;
}

#myVideo {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.content-video {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100vw;
    padding: 20px;
}

.content-video p{
    font-size: 24px;
    padding-left:100px;
}

.weightbold{
    font-weight: 900;
    font-size: 70px;
    line-height: 90%;
    text-align: left !important;
    margin-top:-40px;
    padding-left:5px;
}

.weightnormal{
    font-weight: 100;
    font-size: 70px;
    line-height: 90%;
    text-align: left !important;
    padding-left:5px;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 36px;
    line-height: 1.3333333;
    border-radius: 0px;
}

.btn-default {
    color: #FFF;
    background: none;
    border-color: #FFF;
    font-weight:100;
    text-transform: uppercase;
}

.btn-default:hover {
    color: #fff;
    background-color: #101452;
    border-color: #101452;
}

.home{
    font-size:70px !important;
    color: #fff;
    font-weight: 900;
    line-height: 90%;
}

.events{
    /* margin-left:-10px; */
    margin-right:10px;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
    /* background: none; */
    list-style: none;
}

.newspagination{
    margin:20px auto;
    
    }
    .newspagination .current{
    padding: 4px 10px;
  color: black;
  margin: 1px 0px 9px 6px;
  display: block;
  text-decoration:none;
  float: left;
  text-align:center;
  background: whitesmoke;
    }
    .newspagination .page-numbers{
    padding: 4px 10px;
  color: white !important;
  margin: 1px 0px 9px 6px;
  display: block;
  text-decoration:none;
  float: left;
  text-align:center;
  background: #101452;
    }
    
.language {
    position: absolute;
    width: 33px;
    height: auto;
    top: 280px;
    left: 75px;
}

.top-left {
    position: absolute;
    bottom: 0px !important;
    /* padding: 0 20px; */
    margin-left: 20px;
    margin-bottom: 60px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    font-size: 70px;
    color: #FFF;
    text-transform: uppercase;
    /* background-color: rgba(0,0,0,0.5); */
}

.top-left-inside {
    position: absolute;
    bottom: 0px !important;
    /* padding: 0 20px; */
    margin-left: 20px;
    margin-bottom: 30px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    font-size: 70px;
    color: #FFF;
    text-transform: uppercase;
    /* background-color: rgba(0,0,0,0.5); */
    
}
.bottom-left{
    position: relative;
        font-weight: 100;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        top:-15px;
        color: #FFF;
        text-transform: uppercase;
        background-color: rgba(0,0,0,0.5);
}

section {
    height: 20%;
    width: 100%;
    display: table;
    
  }
  
  
  
  .scroll-down {
    opacity: 1;
    -webkit-transition: all .5s ease-in 3s;
    transition: all .5s ease-in 3s;
  }
  
  .scroll-down {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -16px;
    display: block;
    width: 32px;
    height: 32px;
    border: 2px solid #FFF;
    background-size: 14px auto;
    border-radius: 50%;
    z-index: 2;
    -webkit-animation: bounce 2s infinite 2s;
    animation: bounce 2s infinite 2s;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
  }
  
  .scroll-down:before {
      position: absolute;
      top: calc(50% - 8px);
      left: calc(50% - 6px);
      transform: rotate(-45deg);
      display: block;
      width: 12px;
      height: 12px;
      content: "";
      border: 2px solid white;
      border-width: 0px 0 2px 2px;
  }
  
  @keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    60% {
      -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      transform: translateY(-5px);
    }
  }

.ovelray-dark{
    background-color: rgba(4, 1, 8, 0.4);
    width:100%;
    height:100%;
    position: relative;
   
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #101452; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
  }
  
  #myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }

/* Gallery */
.gallery-container p.page-description {
    text-align: center;
    max-width: 800px;
    margin: 25px auto;
    color: #888;
    font-size: 18px;
    direction:ltr;
}

.tz-gallery {
    padding: 40px;
    margin-bottom: 15%;
}

/*.tz-gallery .lightbox img {*/
/*    width: 100%;*/
/*    margin-bottom: 30px;*/
/*    transition: 0.2s ease-in-out;*/
/*    box-shadow: 0 2px 3px rgba(0,0,0,0.2);*/
/*}*/


/*.tz-gallery .lightbox img:hover {*/
/*    transform: scale(1.05);*/
/*    box-shadow: 0 8px 15px rgba(0,0,0,0.3);*/
/*}*/

/*.tz-gallery img {*/
/*    border-radius: 4px;*/
/*}*/

.tz-gallery .lightbox {
    position: absolute;
  margin: 1%;
  overflow: hidden;
  width: 320px;
  border-radius: 4px;
}

.tz-gallery .lightbox img {
    max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


 .tz-gallery .lightbox:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
} 

.tz-gallery img {
    border-radius: 4px;
}

.baguetteBox-button {
    background-color: transparent !important;
}


@media(max-width: 768px) {
    body {
        padding: 0;
    }

    .container.gallery-container {
        border-radius: 0;
    }
}

.active{
    font-weight: 400;
}

.sticky{
    position: fixed;;
    bottom: 0;
    left:0;
    width:100vw;
    padding-left:0px;
    z-index:98;
}
.sticky1{
    position: fixed;
    bottom: 0;
    left:0;
    height:auto !important;
    width:300px;
    padding-left:0px;
    z-index:99;
}
  
.icon-box .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: white ;
    font-size: 46px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
  }
  .icon-box .btn a{
      color:#FFF;
  }

  .icon-box .btn a:hover{
    color:#101452;
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
    padding-top:100%;
}

.video-container::after {
    /* padding-top: 56.25%; */
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.showvideo{
    visibility: visible;
}

#overlay {
    position:fixed;
    top:0;
    left:0;
     z-index:10000;
    height:100%;
    width:100%;
    background:#000;
    opacity:0.9;
    display:none;   
    overflow: hidden; 
}
#video {
    display:none;
    position: fixed;
    top:50%;
    left:50%;
    margin-top: -200px;
    margin-left: -300px;
    z-index:10002;
    opacity: 1 !important;
}
#close{
    position: absolute;
    top:0 ;
    right:0;
    z-index: 20000;
    opacity: 1;
}