.hader
{
	display: inline-block;
	width: 100%;
}
body
{
	overflow-x: hidden;
}

.navbar-brand > img{
    width: 50%;
}

.nav.navbar-nav.pull-right
{
    margin-top: 15px;
}
.affix .nav.navbar-nav.pull-right
{
    margin-top: 0px;
}

.video-slider-content .carousel {
    position: relative;
    top: 23%;
    height: 400px;
}

.video-slider-content .carousel-caption {
    position: relative !important;
    left: 0%;
    right: 0%;
}

.video-slider-content h1{
        margin-top:0% !important;
}

.slider
{
	display: inline-block;
	width: 100%;
	overflow: hidden;
	width: 100%;
}

.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
    padding-top:10px; 
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
     padding-top:10px; 
}
.navbar.navbar-default.navbar-fixed-top
{
    transition: ease 0.5s;
}
.affix
{
    background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
    display: inline-block;
    width: 100%;
    transition: ease 0.5s;
}

.affix .navbar-brand img
{
 padding:4px 0px 2px 0;
    width:40%;
    transition: ease 0.5s;
    margin-top: 0px;

}
.affix .navbar-nav > li > a
{
    padding-top: 13px;
     transition: ease 0.5s;
}




/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h1 {
    
    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    font-family: RobotoL;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}
.navbar-default .navbar-nav > li > a{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border-bottom: 2px solid transparent;
}
.navbar-default .navbar-nav > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:transparent;
  border-bottom: 2px solid #ff5e3a;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  color: #ff5e3a;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active {
  color: #ff5e3a;
}
.navbar-default .navbar-nav > li > a:hover:before, .navbar-default .navbar-nav > li > a:focus:before, .navbar-default .navbar-nav > li > a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.navbar-default .navbar-nav > li.nav-active > a
{
color: #fff;
border-bottom: none;
}

.services
{
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}
.services h1
{
    text-align: center;
    display: inline;
    border-bottom: 2px solid #ff5e3a;
}
.full-width
{
    display: inline-block;
    width: 100%;
}
.circel
{
    width: 80px;
    height:80px ;
    border-radius: 100%;
    text-align: center;
      transition: ease 0.5s;
      padding-top: 26px;
      transition: ease 0.5s;
}
.services .full-width .col-md-4.col-sm-4.text-center:hover .circel
{
    background:#ff5e3a;
    color: #fff; 
    transition: ease 0.5s;
}
.services .full-width .col-md-4.col-sm-4.text-center:hover .circel i
{
    color: #fff; 
    transition: ease 0.5s;
}
.services-padding
{
    padding: 40px 0px;
}
.services .full-width .col-md-4.col-sm-4.text-center .circel i
{
    color: #ff5e3a; 
        transition: ease 0.5s;
        font-size: 36px;
}
h3 {
    color: #777;
    font-family: "RobotoR";
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin: 10px 0px 6px;
    position: relative;
    text-transform: uppercase;
}

p {
    color: #777;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 15px;
    font-family:"RobotoL";
}
.margintop20
{
    margin-top: 20px;
}



.how
{
    background:#ff5e3a;
    display: inline-block;
    padding: 40px 0px;
    color: #fff; 
    width: 100%;
}
.how h1
{
    display: inline;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.how p
{
    color: #fff;
    text-align: right;
}
.how h2
{
    color: #fff;
    text-align: right;
}
.how h3
{
    color: #fff;
    text-align: right;
    margin: 0px;
}
.how .col-md-5.col-sm-5.text-left
{
    text-align: left;
}
.how .col-md-5.col-sm-5.text-left h3
{
    text-align: left;
}
.how .col-md-5.col-sm-5.text-left h2
{
    text-align: left;
}
.how .col-md-5.col-sm-5.text-left p
{
    text-align: left;
}

.how .col-md-2.col-sm-2.margintop40
{
    margin-top: 50px;
}

.margintop40
{
    margin-top: 40px;
}
.hotels2
{
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}
.hotels2 h1
{
    text-align: center;
    display: inline;
    border-bottom: 2px solid #ff5e3a;
}
.effect
{
    position: relative;
    width: 100%;
    overflow: hidden;
    display: inline-block;
}
.effect-content
{
    position: absolute;
    width: 400px;
    height: 300px;
    background:rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    color: #fff;
    top: 6%;
    left:6%;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    opacity: 0;
    transition: ease 0.5s;
}
.effect-content h3
{
    color: #fff;
    opacity: 0;
    transition: ease 0.5s;
}
.effect:hover .effect-content
{
    opacity: 1;
     transition: ease 0.5s;
}
.effect:hover .effect-content h3
{
    opacity: 1;
     transition: ease 0.5s;
     margin-top: 24%;
}
.effect-paragraph
{
    position: absolute;
    top: 44%;
    left: 0%;
    width: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: ease 0.5s;
}
.effect:hover .effect-content .effect-paragraph
{
    opacity: 1;
    transition: ease 0.5s;
}
.btn.btn-primary {
    background: #42c0d9;
    border-color: #42c0d9;
    color: #fff;
}

.btn.btn-primary:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #42c0d9;
    color: #42c0d9;
}
.effect-btn
{
   position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: ease 0.5s; 
}
.effect:hover .effect-content .effect-btn
{
    bottom: 32%;
    opacity: 1;
}
.deals
{
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}
.deals h1
{
    text-align: center;
    display: inline;
    border-bottom: 2px solid #42c0d9;
}
/* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px;
  top:40% !important;
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px;
  top:40% !important;
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}

.thumbnail
{
    cursor: all-scroll;
    border:none;
    border-radius: 4px;
    padding: 0px;
    overflow: hidden;
}
.line
{
    text-decoration: line-through;
}
.thumbnail .btn.btn-primary
{
    margin-top: -6%;
    font-size: 20px;
    font-weight: lighter;
    font-family: 'RobotoL';
}
.thumbnail .btn.btn-primary span
{
    padding: 0px 4px;
}
.bold2
{
    font-size: 20px;
    cursor: pointer;
}
.bold2:hover
{
    color: #42c0d9;
}
.thumbnail .btn.btn-primary:hover
{
       background: #42c0d9 none repeat scroll 0 0;
    border-color: #42c0d9;
    color: #fff;

}






.tour-item{
    width:100%;
    height:auto;
    display:block;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    background:#fff;
    cursor:all-scroll;
}

.tour-item .thumb{
    width:100%;
    float:left;
    height:auto;
    position:relative;
    -webkit-border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0;
}
.tour-item .thumb > img{
    width:100%;
    height:auto;
    -webkit-border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}
.price-info{
    width:auto;
    padding:7px 20px;
    position:absolute;
    top:-21px;
    left:50%;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
    background:#42c0d9;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}
.regular-price{
    font-weight:300;
    color:#fff;
    font-size:18px;
    text-decoration:line-through;
    margin-right:10px;
    display:inline-block;
}
.sale-price{
    font-weight:300;
    color:#fff;
    font-size:20px;
    display:inline-block;
}
.discount-info{
    width:100%;
    float:left;
    height:auto;
    padding:40px 15px 20px;
    position:relative;
    background:#fff;
}
.discount-info a{
    color:#777;
    text-transform:uppercase;
    cursor:pointer;
}
.discount-info a:hover{
    color:#42c0d9;
}
.tour-item span .fa{
    color:#777;
}






.testemonial
{
        display: inline-block;
    width: 100%;
    padding:20px 0 00px;
}
.testemonial h1
{
    text-align: center;
    display: inline;
    border-bottom: 2px solid #42c0d9;
}














section {
    padding-top: 10px;
}

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background: transparent;
  border: 1px solid #ff5e3a;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
}
.testemonial .blockquote
{
    cursor: all-scroll;
}

.testemonial .carousel-indicators .active
{
    background:#ff5e3a !important;
    width: 10px;
    height: 10px;
}



   #scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#ff5e3a;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
    border:1px solid #fff;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff
}
#scroll:hover {
    background-color:#000;
    border:1px solid #ff5e3a; 
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
#scroll i
{
   padding-right: 15px;
   padding-top: 7px;
}


/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


.navbar-default .navbar-nav > li.active > a
{
   color: #ff5e3a; 
}
.nav-active
{
    color: #fff;
}
.contact
{
    display: inline-block;
    width: 100%;
    background:url('../img/contact-bg.png') no-repeat;
    padding: 40px 0px;
    background-size: cover;
}
.contact h1
{
    color: #fff;
    display: inline;
    border-bottom:  1px solid #fff;
    margin: 20px 0px;
}
.contact p
{
    color: #fff;
}
.circel-footer-icon
{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border:1px solid #fff;
    text-align: center;
    background: transparent;
}
.circel-footer-icon i
{
    color: #fff;
    font-size: 24px;
    padding-top: 12px;
}
.contact .form-control
{
    background:transparent;
    border:1px solid #fff;
    height: 50px;
}
.contact textarea
{
    height: auto !important;
}
.social-icons
{
    padding-left: 0px;
    display: inline-block;
    width: 100%;
    margin: 0px;
}
.social-icons li
{
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    background:transparent;
    border:1px solid #fff;
    border-radius: 100%;
    margin: 0px 4px;
    cursor: pointer;
    transition: ease 0.5s;
}
.social-icons li a
{
    display: inline-block;
    color: #fff;
    padding-top: 9px;
    font-size: 16px;
}
.copyreight
{
    display: inline-block;
    width: 100%;
    background: #000;
    padding: 20px 0px;
}
.social-icons li:hover
{
    background:#ff5e3a none repeat scroll 0 0;
    transition: ease 0.5s;
}
.copyreight p
{
    color: #fff;
}
.copyreight p i
{
    color: #fff;
    padding: 0px 10px;
    font-size: 30px;
}

.video-slider
{
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 658px;
}
.video-slider-content
{
    position: absolute;
    top: 0%;
    left: 0%;
    text-align: center;
    background:rgba(00,00,00,0.7);
    width: 100%;
    height: 100%;
}
.video-slider-content h1
{
    color: #fff;
    font-family: RobotoL;
    font-size: 70px;
    margin-top: 18%;
}
.video-slider-content p
{
    color: #fff;
    font-family: RobotoL;
    font-size: 30px;
}
.video-slider-content .btn-danger
{
    margin: 6px;
}
.btn-danger
{
    background: #ff5e3a;
    color: #FFF;
    border:1px solid #ff5e3a;
    border-radius: 0px;
        transition: ease 0.5s;
}
.btn-danger:hover
{
    background:transparent;
    color: #ff5e3a;
    transition: ease 0.5s;
}

.navbar-brand > img
{
    margin-top: 15px;
}
