@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700');

/*====================================
@Author: Alan Maher
@URL: https://scorptech.github.io/milestoneone/
Author E-mail: info@crossakiel.com
======================================*/

body, html {
    margin: 0;
    padding: 0;
    text-align: center;
    scroll-behavior: smooth;
    }

.container-fluid {
    margin: 0;
    padding: 0;
    }


.col {
    padding-right: 0px;
    padding-left: 0px;
    }

.row {
  padding: 0;
  margin: 0;
  }


/* Top Bar */ 


.topbar {
    background-color: #525252; 
    }


.topbar .col-sm-3 {
    display: inline-block;
    padding: 5px;
    width: 400px;
    color: #fff;
    }

.bg-light {
    background-color: #fff !important;
   }   


.social-links {
    padding: 0 0 5px 0;
    }

.social-links li a i {
  width: 32px;
  height: 32px;
  padding: 12px 0;
  border-radius: 50%;
  font-size: 13px;
  line-height: 7px;
  text-align: center;
  color: #fafafa;
  background: #8f8f8f;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  }

.social-links li a i:hover {
   background: #ffcd00;
   } 

/* Nav Bar */ 

.navbar-light .navbar-nav .nav-link {
  color: #525252;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  padding: 15px 15px 5px 15px;
  }


li .nav-item:active {
  color: #ffcd00;
  }

.navbar-nav li a h6:hover  {
    color: #ffcd00
 }


/* Carousel */ 

.carousel-caption .innovate h1 {
  color: #ffcd00;
  font-weight: 600;
  text-align:center;
  font-size: 60px;
  }

.carousel-caption h5 {
  font-size: 30px;
  font-weight: 700;
  color: white;
  }

.carousel-caption {
  width:100%;
  text-align:center;
  top:50%;
  left:0%;
  bottom:auto;
  -webkit-transform:translate(0, -50%);
  -ms-transform:translate(0, -50%);
  transform:translate(0, -50%);
  }


/*  "Request A Quote" button */ 

.btn--cta {
  font-weight: 600;
  border-radius: 23px;
  width: 200px;
  }

.btn--yellow {
  color: black;
  background-color: #ffcd00;
  }

.btn--yellow:hover,
.btn--yellow:active,
.btn--yellow:focus,
.btn--yellow:active:focus {
  background-color: #edc938;
  color: black;
  }

.btn-group-lg>.btn, .btn-lg {
  margin-top: 20px;
  }


/* Who We Are */ 

.whoarewe {
  margin-top: 30px;
  }

.whoweare_image {
  padding: 20px 0 20px 0;     
  }

.allaboutus-heading {
  color: #ffcd00; 
  }


.whoarewe h6 {
  text-align: justify;
  padding: 0 300px 30px 300px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  }

.whoarewe .col-md-6 {
  margin-bottom: 50px;
  background-color: #fff;
  }

.whoarewe .col-md-8 {
   background-color: #fff;
   }


.colright {
  text-align: right;
  padding: 0 10px 0 0;
  }

.colleft {
  text-align: left;
  padding: 0 0 0 10px;
  }


/*  Let Us Help You */

.jumbotron {
  height: 50vh;
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
  background: url('../images/work-bg.jpg') no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  }

.jumbotron h2 {
  color: white;
  font-weight: bold;
  font-size: 30px;
  }

.jumbotron h1 {
  color: #ffcd00;
  font-weight: 600;
  font-size: 60px;
  }

.vertical-center {
  min-height: 100%; 
  min-height: 70vh; 
  display: flex;
  align-items: center;
  }

.workwithus .col-12 {
  padding-right: 0;
    padding-left: 0;
}

/* Banner Advert */

.banner-advert {
  Background-color: #525252;
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  padding: 20px 0 20px 0;
  }
  
.banner-advert .btn-group-lg>.btn, .btn-lg {
  margin-top: 0;
  }

/* Yellow Bar */  


.yellowbar {
  background-color: #ffcd00;
  Padding: 10px; 
  }

.yellowbar p {
  margin-top: 0;
  margin-bottom: 0rem;
  font-size: 20px;
  } 


.yellowbar .img-fluid {
  max-width: 90%;
  height: auto;
  padding-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  } 

#copyright {
  margin-top: 20px; 
  }

/* Footer */  

.footer {
    background-color: #31353d;
    color: #fafafa;
    padding: 10px 0 10px 0;
    }


   .general-sub-footer {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #ffcd00;
    }

.footer-icon-space {
    margin-bottom: 3px;
    }


.fa {
    margin-right: 3px;
    }

.modal-body {
  background-color: #fbefbd;
  }

  a:link {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
    }
  
    a:visited {
    color: #ffcd00;
    }

    a:hover {
      color: #ffcd00;
    }


/* The Team */ 

.card .shadow {
  width: 20rem;
  }

.inner{
  overflow: hidden;
  }

.inner img{
  transition: all 1.5s ease;
  }
  

.inner:hover img{
  transform: scale(1.5); 
  }


.row .justify-content-center {
  margin: 0;    
  }

.justify-content-center {
  width: 80%;
  }
 
.justify-content-center .col-md-4 {
  margin: 15px 0 15px 0;
  }


.title {
  color: grey;
  font-size: 18px;
}

.btnformat button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: #000;
  background-color: #ffcd00;
  text-align: center;
  cursor: pointer;
  width: 100%; 
  font-size: 18px;
  }

a {
  text-decoration: none;
  font-size: 22px;
  color: black;
  }

.btnformat button:hover, a:hover {
  opacity: 0.7;
  }

.ourteam h5 {
   color: #ffcd00;
   text-align: center;
   margin-bottom: 25px;
   }

.ourteam {
   margin-top: 25px; 
   }

.card-name {
  color: #000000;
}   


/* Contact Page */

.contactform form {
	width:50%;
  text-align: center;
  margin:0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #ffcd00;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  

textarea {
  resize: vertical;
  max-height: 400px;
  }

.form-control {
  width: 95%;
  margin: auto;
  } 

.btn-primary {
  color: #fff;
  background-color: #525252;
  margin-bottom: 10px;
  }

.form-header {
  height: 60px;
  background-color: #525252;
  padding: 10px 0 0 10px;
  }

.form-header-text {
  margin: 20px 0 20px 0;
  color: #525252;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  }

/* media Queries */ 

@media all and (min-width: 960px) {



} 

@media all and (max-width: 959px) and (min-width: 600px) {
  
  .navbar-light .navbar-nav .nav-link {
    padding: 5px;
  }
    
  .navbar {
    padding: 10px 40px 10px 20px;
    } 

  .colright {
    text-align: right;
    padding: 0 10px 0 30px;
    }
  
  .colleft {
    text-align: left;
    padding: 0 0 30px 10px;
  }

  .whoarewe h6 {
    text-align: justify;
    padding: 0 10px 30px 10px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    }


/*  media Queries on The Team Page */

.justify-content-center {
  width: 100%;
  margin: auto;
  }

.ourteam2 .col-md-4 {
  margin-bottom: 25px;
}


/* media Queries on The Contact Page */ 

.contactform form {
	width:80%;
  text-align: center;
  margin:0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #ffcd00;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
   

textarea {
  resize: vertical;
  max-height: 400px;
  }

.form-control {
  width: 95%;
  margin: auto;
  } 

.btn-primary {
  color: #fff;
  background-color: #525252;
  margin-bottom: 10px;
  }

.form-header {
  height: 60px;
  background-color: #525252;
  padding: 10px 0 0 10px;
  }

.form-header-text {
  margin: 20px 0 20px 0;
  color: #525252;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  }

}
   

@media all and (max-width: 599px) and (min-width: 320px) {
 
  
.navbar-light .navbar-nav .nav-link {
  padding: 15px 15px 5px 15px;
  }

.navbar {
  padding: 10px 40px 10px 20px;
  } 

.carousel-caption .innovate h1 {
  color: #ffcd00;
  font-weight: 600;
  text-align:center;
  font-size: 30px;
  }
  
.carousel-caption h5 {
  font-size: 20px;
  font-weight: 700;
  color: white;
  }

.jumbotron {
  height: 20vh;
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
  background: url('../images/work-bg.jpg') no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  }
  
.jumbotron h2 {
  color: white;
  font-weight: 600;
  font-size: 15px;
  }
  
.jumbotron h1 {
  color: #ffcd00;
  font-weight: 600;
  font-size: 30px;
  }

.vertical-center {
  min-height: 100%; 
  min-height: 30vh;
  display: flex;
  align-items: center;
  padding: 0 10px 0 10px;
  }

.colright {
  text-align: center;
  padding: 0 0 30px 0;
  }
  
.colleft {
  text-align: center;
  padding: 0 0 30px 0;
  }

  .whoarewe h6 {
    text-align: justify;
    padding: 0 10px 30px 10px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    }


.banner-advert {
  Background-color: #525252;
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  padding: 20px 0 20px 0;
  }

.banner-advert .col-md-8 {
  margin: 0 10px 20px 10px;
  }


.btn--cta {
  font-weight: bold;
  border-radius: 15px;
  width: 200px;
  padding: 0;
  }

.btn-group-lg>.btn, .btn-lg {
  margin-top: 0px;
  }

.container-fluid .whoarewe {
  margin-top: 0px;
  }

/* media Queries on The Team Page */ 
 
.justify-content-center {
  width: 100%;
  margin: auto;
  }
 
.ourteam .col-md-4 {
  margin-bottom: 30px;
  }


/* media queries on The Contact Page */ 

.contactform form {
	width:80%;
  text-align: center;
  margin:0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #ffcd00;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  

textarea {
  resize: vertical;
  max-height: 400px;
  }

.form-control {
  width: 95%;
  margin: auto;
  } 

.btn-primary {
  color: #fff;
  background-color: #525252;
  margin-bottom: 10px;
  }

.form-header {
  height: 60px;
  background-color: #525252;
  padding: 10px 0 0 10px;
  }

.form-header-text {
  margin: 20px 0 20px 0;
  color: #525252;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  }

}


@media (min-width: 600px) and (max-width: 760px) {

  .colright,

  .colleft {

      text-align: center;

  }

}


