@import url(https://fonts.googleapis.com/css?family=Cantarell:400,400italic,700italic,700);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);

*
{
    margin: 0;
    padding: 0;
}

/*----------NavigationBar----------*/
#nav-bar
{
    position: sticky;
    top: 0;
    z-index: 10;
    color: #555;
    font-size: 19px;
    font-weight: bold;  
}

.navbar-brand img
{
    height: 50px;
    padding-left: -15px;
}

.navbar-nav li
{
    padding: 0 10px;
}

.navbar-nav li a
{
    float: right;
    text-align: left;
    position: relative;
    z-index: 2;
     
}

#nav-bar ul li a:hover
{
    color: #007bff !important;

}

.navbar
{
    background: #fff;
}

.nav-link
{
    color: #555!important;
    font-weight: 600;
    font-size: 16px;
}

/*----------Slider----------*/

#slider
{
    width: 85%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.carousel-caption
{
    top:60%;
    transform: translateY(60%);
    bottom: initial!important;
}

.carousel-caption h5
{
    color: #000;
    font-size: 23px;
    font-style:oblique;
}

.carousel-inner
{
    height: 635px;
    width: 50px;
    margin: auto;
}

.carousel-inner img
{
    max-width: 100%;
    height: auto;
    z-index: 2;
}

.carousel-item {
  height: 65vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*----------About----------*/

#about
{
    padding-top: 67px;
    padding-bottom: 67px;
    color: #555;
    font-style:oblique;
}

.about-content
{
    padding-top: 5px;
    padding-bottom: 24px;
}

/*----------Services----------*/

#services
{
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url(pic4.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #efefef !important;
    padding-top: 100px;
    padding-bottom: 110px;
}

#services h1
{
    text-align: center;
    color: #efefef !important;
    padding-bottom: 15px;
    font-style:oblique;
}

#services h1::after
{
    
    background: #efefef;
    display: block;
    height: 3px;
    width:  170px;
    margin: 20px auto 5px;
}

.services
{
    margin-top: 50px;
}

#services p
{
    font-size: 5px;
    margin-top: 30px;
    background-color: #ccc;
}

.services .col-md-3:hover
{
    background: #007bff;
    cursor: pointer;
    transition: 0.7s;
}

.services img
{
    height: 180px;
    width: 130px;
    color: #555;
}

#services h2
{
    padding-bottom: 15px;
    color: #efefef !important;
    font-size: 25px;
    font-style:oblique;
}

#services .btn
{
    border: 3px solid #555;
    background: none;
    padding: 5px 20px;
    font-size: 20px;
    font-family: "montserrat";
    cursor: pointer;
    margin: 10px;
    color: #fff;
}

/*----------Get in Touch----------*/

h1 
{
    text-align: center;
    font-style:oblique;
}

#contact
{
    background: #efefef;
    padding-top: 100px;
    padding-bottom: 50px;
    color: #777;
}

.contact-form
{
    padding: 15px;
}

.form-control
{
    border-radius: 0 !important;
    border: none !important;
}

::placeholder
{
    color: #999 !important;
}

.follow {
    background: #fff;
    padding: 10px;
    margin: 15px;
}

.contact-info .fa
{
    margin: 10px;
    color: #007bff;
    font-weight: bold;
}

.btn{ 
	width: 200px;
	height: 50px;
	background-color: white;
    color: #007bff;
}
/*----------Location----------*/


#location
{
    margin: 45px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    height: 75%;  
}

/*----------Our Partners----------*/

#MMC h1 
{
    text-align: center;
    color: #555;
}

#MCC 
{
    text-align: center;
}

#MCC img
{
    padding: 45px;
    margin-top: -50px;
}

/*----------Our Partners----------*/

#partners h1 
{
    text-align: center;
    color: #555;
}

#partners 
{
    text-align: center;
}

#partners img
{
    padding: 45px;  
    margin-top: -50px;
}

/*----------My video----------*/

main {
    
  background: white;
  height: 100vh;
  max-width: 400px;
  margin: 0 auto;
  padding: 1rem;
  margin-left: 285px;
  padding-top: 100px;
  text-align: center;
  display: block;
}

/*----------Comments----------*/

.contact-form
{
    width: 350px;
    margin-left: 490px;
    margin-right: 490px;
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: center;
    display: block;
}

.contact-form input
{
    display: block;
    width: 170%;
    margin: 10px auto;
    padding: 10px;
    border: 1px solid #000;
}

.contact-form textarea
{
    width: 170%;
    margin: 5px auto;
    padding: 10px;
    height: 100px;
    resize: none;
    border: 1px solid #000;
}

.submit-btn
{
    display: block;
    width: 100%;
    cursor: pointer;
    color: black;
    outline: none;
    text-transform: uppercase;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

/*----------Footer----------*/

.footer-basic 
{
  padding:40px 0;
  background-color:#fff;
  color: #555;
}

.footer-basic ul
{
  padding:0;
  list-style:none;
  text-align:center;
  font-size:16px;
  line-height:1.6;
  margin-bottom:0;
  font-style: bold;
}

.footer-basic li
{
  padding:0 10px;
}

.footer-basic ul a 
{
  color: #555;
  text-decoration:none;
  opacity:0.75;
}


.footer-basic ul a:hover
{
  opacity:0.75;
}

.footer-basic .social 
{
  text-align:center;
  padding-bottom:25px;
  color: #000;
}

.footer-basic .social > a
{
  font-size:25px;
  width:40px;
  height:30px;
  line-height:40px;
  display:inline-block;
  text-align:center;
  margin:0 10px;
  color:inherit;
  opacity:0.75;
}

.footer-basic .social > a:hover 
{
  opacity:0.75;
}

.footer-basic .copyright {
  margin-top:15px;
  text-align:center;
  font-size:16.5px;
  color:#555;
  margin-bottom:0;
}

#preloader
{
    background: #fff url(FARES10.gif) no-repeat center center;
    background-size: 15%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
}

/*----------Cursor Style----------*/

body
{
    cursor: grab;
}

#cursor
{
    height: 10px;
    width: 10px;
    background: #555;
    border-radius: 50%;
    position: absolute;
    display: none;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
}

div:hover ~ #cursor
{
    transform: scale(0.4);
}