/* Home Page */
/* change navbar bg color */
.navbar{
    background-color: #00aeda;
}
@media screen and (max-width:600px)and (min-width:300px){
    .navbar-brand{
   font-size:18px;
    }
  }

/* change navigation color */
.navbar #mymenu .custom-nav .nav-item a{
    color:#bce2ff;
    font-weight: 500; 
}
/* change navigation hover color */
.navbar #mymenu .custom-nav .nav-item a:hover{
    color:#fff;
}
.navbar #mymenu .custom-nav .nav-item li.active>a {
  color:#fff;
  font-weight: 500; 
}

/* Change link color 0a657c*/
a{
    
    color:#00aeda;
    
}
a:hover{
    color:#1183a0;
    text-decoration: none;
}


/* changebrand font          #1ebc7f */
.navbar-brand{
font-family: 'Roboto', sans-serif;
font-size: 1.5em;
font-weight:bold;
}

/*  make Header Image Responsive  */
.back-image{
background-size: cover;
background-attachment: fixed;
background-position: center;
background-repeat:no-repeat;
min-height: 40vh;
border-radius:0px;
}
.bkimg{
background-size: cover;
background-repeat:no-repeat;
background-attachment: fixed; 
max-width: 100%;
}

/* Carousel*/
.car{
font-family: 'Righteous', cursive;
}

/*Floating image*/
.floating{  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}
    @keyframes floating{
    from { transform: translate(0,  0px); }
    50%  { transform: translate(0, 30px); }
    to   { transform: translate(0, -0px); }    
}




/*background cut*/
.inner-bg{
    margin-top: 20px;
    width: 100%;
    height: 50%;
    overflow: hidden;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat:no-repeat;
    background-image:url(../img/abbb.jpg);
    font-family: 'Sunflower', sans-serif;

}
@media screen and (max-width: 600px) {
  .inner-bg{
    width: 100%;
  }
}
/*----------------------------------------------------------*/

/* career Page;*/
h1{
    font-family: 'Great Vibes', cursive;
    color:#ff9800;
}

h2{
    font-family: 'Great Vibes', cursive;
    color:#00aeda;
}
h3{
    color:#00aeda;
    font-family: 'Righteous', cursive;
    font-size: 25px;
}
/*.bkimg{
    background-repeat:no-repeat;
    margin-top: 100px;
    background-size: cover;
    margin-left: 60px;
    margin-right: 60px;
    padding-left: 100px;
    padding-right: 100px;
    border-radius: 0px;
    background-position: top center; 
    background-attachment: fixed;
}*/
.careerform{
    margin-top: 30px;
    background-position: center;
    border-radius:5px; 
    width: 300px;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1.5px solid #fff;
    color: #fff;
    font-size: 16px;
    margin-bottom: 14px;
}
----------------------------------------------------

/*Contact page*/
.bgimg{
    background-repeat:no-repeat;
    margin-top: 0px;
    background-size: cover;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 0px;
    background-position: top center; 
    background-attachment: fixed;
}
  

.contact{
    background: rgba(66, 65, 65, 0.6);
    color:white;
    margin-top: 30px;
    margin-bottom: 30px;
    padding:40px;
    border-radius:0px; 
    box-shadow: 0px 0px 2px 0px gray;
}

.contactform{
    margin-top: 15px;
    background-position: center;
}

.form-control{
    width: 450px;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1.5px solid #fff;
    color: #fff;
    font-size: 14px;
    margin-bottom: 14px;
}
input{
    height: 25px;
}
form .submit{
    width: 100px;
    background: #20c997;
    border-color:transparent;
    color:#fff;
    font-size: 18px;
    height: 35px;
    margin-top: 15px; 
}

form .submit:hover{
    background-color: #068b64;
    cursor: pointer;
}