body{
    font-family: 'Source Sans Pro'!important;
}

.mainslider{
    padding:0px!important;
    position:absolute!important;
    top:0px!important;
    margin-bottom:50px!important;
    width:100%!important;
    
}
 .shreeimg{
      width:300px;
      height:410px;
  }
.luxury{
    margin-top:590px!important; 
   background-color:#edf2ff!important;
}
h2{
    color:#00113a!important;
    font-weight:bold;
    font-family: 'Abel'!important;
    margin-top:100px!important;
    font-size:45px!important;
}
#myCarousel5 .carousel-indicators li{
    border-radius:0px!important;
    width:250px!important;
    height:8px;
    background-color:#484882!important;
    border:1px solid white!important;
}
#myCarousel5 .carousel-indicators li.active{
      background-color:#01004d!important;
      border:1px solid White!important;
      height:15px;
}


p{
    color:#828999!important;
    font-size:16px!important;
    color: #49546B!important;
}
.ourjourney{
    overflow:hidden!important;
}
.ourjourney p{
    color:#01004d!important;
    font-weight:600!important;
    font-size:16px!important;
    font-family: 'Source Sans Pro'!important;
    text-align: left!important;

   
}

.fa{

    font-size:30px!important;
}
.contact{
    text-align:justify!important;
    width:1000px!important;
}
.carousel-control.left, .carousel-control.right{
    background-image:none!important;
}
.journeyleft{
    position:absolute!important;
    top:30%!important;
}
.journeyright{
    position:absolute!important;
    top:30%!important;
}
.ourjourney h3{
    color:#01004d!important;
     font-family: 'Source Sans Pro'!important;
    font-size:45px!important;
    font-weight:bold;
    margin-top:0px!important;
}
.ourjourney .col-md-5{
    width:250px!important;
}


#myCarousel5{
    height:600px!important;
    margin-bottom:100px!important;
}
.carousel-caption h3{
    color:white!important;
    font-weight:bold!important;
}
.bg-img {
  /* The image used */

  min-height: 660px;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width:100%;

  /* Needed to position the navbar */
  position: relative;
}

/* Position the navbar container inside the image */


/* The navbar */
.topnav {
  overflow: hidden;
  
}

.anim{
    position: relative;
  animation-name: example;
  animation-duration: 10s;
  animation-delay: 2s;
    animation-iteration-count: infinite;
}
@keyframes example {
  0%   { left:0px; top:0px;}
  25%  { left:100px; top:0px;}
}

.anim1{
    position: relative;
  animation-name: example1;
  animation-duration: 10s;
  animation-delay: 2s;
    animation-iteration-count: infinite;
}
@keyframes example1 {
  0%   { left:0px; top:0px;}
  25%  { bottom:0px; top:100px;}
}

.anim3{
    position: relative;
  animation-name: example3;
  animation-duration: 10s;
  animation-delay: 3s;
    animation-iteration-count: infinite;
}
@keyframes example3 {
  0%   { left:0px; top:0px;}
  25%  { left:100px; top:0px;}
}

.anim4{
    position: relative;
  animation-name: example4;
  animation-duration: 10s;
  animation-delay: 3s;
    animation-iteration-count: infinite;
}
@keyframes example4 {
  0%   { left:0px; top:0px;}
  25%  { bottom:0px; top:100px;}
}

.ourmission{
    margin-top:150px!important;
}
.ourvision{
    margin-top:150px!important;
}
/* Navbar links */
.navbar{
    margin-bottom:0px!important;
    min-height:150px!important;
    z-index:9;
    margin-top:50px!important;
   
}
.mainnav{
    padding-right:50px!important;
    padding-left:50px!important;
    background-color:#141833!important;
   /*background-color: rgba(0, 0, 0, 0.7)!important;*/
    height:70px!important;
    position:static;
    top:50px;
    width:100%;
    opacity:100%!important;
}
.navbar-default {
    background-color: none;
    border-color: none;}
.navbar-nav{
    float:right!important;
}
.navbar-nav>li>a{
    color:white!important;
    font-weight:lighter!important;
    font-size:16px!important;
    font-family: 'Source Sans Pro'!important;
    padding-top:25px!important;
    padding-bottom:25px!important;
}

.navbar-nav>li>a:hover{
    background-color:#d8a53f!important;
    color:black!important;
}

.navbar-brand img{
    opacity:0px!important;
    margin-top:-10px!important;
}
.maincontainer{
    width:1000px!important;
    text-align:center!important;
}

.bg-img1{
  /* The image used */
 

  min-height: 660px;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  /* Needed to position the navbar */
  position: relative;
}

* {
  box-sizing: border-box;
}
/* Center website */
.main {
  max-width: 1000px;
  margin: auto;
}

h1 {
  font-size: 50px;
  word-break: break-all;
}

.row {
  margin: 10px -16px;
}

/* Add padding BETWEEN each column */
.row,
.row > .column {
  padding: 8px;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  display: none; /* Hide all elements by default */
}

/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: #edf2ff!important;
  padding: 10px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 6px 16px;
  background-color: #00113a;
  cursor: pointer;
  color:white;
}

.btn:hover {
  background-color: #00113a;
}

.btn.active {
background-color: #edf2ff;
    color: #00113a;
    font-weight:600;
}
.carousel-indicators li {
    border:1px solid black!important;
}
ul#menu li {
  display:inline;
}

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 27px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #00113a;
  color: white;
  padding: 12px 50px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #00113a;
}

.journey{
    margin-bottom:150px!important;
}

.address{
        color:#49546B!important;
        margin-left:-35px!important;
        font-family: 'Source Sans Pro'!important;
        font-size:16px!important;
        text-align:justify!important;
    
    }
    h3{
        color:#00113a!important;
        font-size:45px!important;
        font-family: 'Abel'!important;
        font-weight:bold;
    }
    h4{
        color:#00113a!important;
        font-size:18px!important;
        font-family: 'Abel'!important;
        font-weight:bold;
        padding-top:20px!important;
    }
    
    #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: #00113a!important; /* 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 */
}