body {
  padding-top: 80px!important;
}

#menu {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: black;
  border-bottom: 1px solid #fff;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 80px;
  font-family: 'Raleway', sans-serif;
  padding-left: 0px;
}

.logo {
  float: left;
  padding-left: 110px;
  margin: 30px 0 0 30px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5em;

}

.links {
  float: right;
  padding-right: 110px;
  margin: 30px 30px 0 0;
}

#menu li {
  list-style: none;
  display: inline-block;
}

#menu li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 300px;
  letter-spacing: 0.3em;
}

.contact-numbers p {
  text-decoration: none;
  color: #fff;
}

#section0 {
  background-image: url('img/background1.jpg');
  background-size: cover;
  height: 750px!important;
}

.black-top {
  height: 750px!important;
  background-color: rgba(0,0,0, 0.5);
  background-size: cover;
}

.contact-info-2 {
  display: inline-block;
  color: #fff; 
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  text-align: center;
  letter-spacing: 0.30em;
  padding: 10px 0 0 10px; 
}

.contact-numbers {
  padding-top: 0px!important;
  text-align: center;
}

.contact-numbers p{
  color: black;
  font-family: sans-serif!important;
}

#section1 {
  width: 100%;
  height: 450px!important;
  background-color: black!important;
}


h1 {
  font-size: 40px;
  margin-top: 0px;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.5em;
  color: #fff;
  padding-top: 220px;
  font-family: 'Raleway', sans-serif;

}

.sub-heading {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  padding-top: 10px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
} 

.contact-info {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  padding-top: 10px;
  color: #fff;
  margin-top: 23%;
  font-family: 'Raleway', sans-serif;
}

.main-header {
  padding: 0.5em 0.5em;
  border: 1px solid #fff;
}

h2 {
  margin-top: 0px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 30px;
  padding-top: 50px;
}

#section1 h2 {
  color: white!important;
  font-weight: 100;
  font-family: 'Raleway', sans-serif;
}

.fa-usd{
  color: #fff;
  /*color: rgba(40,173,98,0.9);*/
  margin: 0 auto; 
}

.fa-building-o {
  color: #fff;
  /*color: rgba(40,173,98,0.9);*/
}

.fa-line-chart{
  color: #fff;
  /*color: rgba(40,173,98,0.9);*/
}

.fa-home {
  color: #fff;
  /*color: rgba(40,173,98,0.9);*/
}
#section1 h4 {
 color: white!important;
 font-weight: 300;
 font-family: 'Raleway', sans-serif;
 letter-spacing: 0.5em;
 text-transform: uppercase;
}

.services-box {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.service-section {
  border: 1px solid #fff;
  display: inline-block;
  width: 20%;
  padding: 15px;
  text-align: center;
  padding-top: 30px;
  margin-top: 30px;
  margin: 10px;
}

/*.div-box {
  padding: 15px;
  margin: 10px;
  }*/

  .service-section button {
   text-transform: uppercase;
   background-color: black;
   font-family: 'Raleway', sans-serif;
   color: #6b6b6b;
   padding: 10px;
   font-weight: 300;
   font-size: 12px;
   letter-spacing: 0.3em;
   border: 0px;
 }

 .service-section a {
  text-decoration: none;
  color: #6b6b6b;
}

.service-section a:hover {
  color: #2ecc71;
}

#section2 {
  width: 100%;
  height: 600px!important;
  background-color: #fff!important;
  text-align: center;
}

#section2 h2{
  color: black!important;
  font-weight: 300;
  font-family: 'Raleway', sans-serif;
}

.about_content p {
  width: 40%;
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
  text-align: justify;
  line-height: 35px;
  font-family: 'Raleway', sans-serif;
}

.about_content p:nth-child(1) {
  padding-right: 10px;
}

.about_content p:nth-child(2) {
  padding-left: 10px;
}

.facts {
  width: 80%;
  margin: 0 auto;
  padding-top: 60px;
}

.numbers {
  width: 30%;
  margin: 0 auto; 
  display: inline-block;
}

.numbers h4 {
  font-size: 30px;
  font-weight: 300;
  background-color: black;
  color: #fff;
  margin: auto;
  text-align: center;
  line-height: 100px;
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 50%;
  font-family: 'Raleway', sans-serif;
}

.numbers p {
  width: 100%;
  padding-top: 30px;
  margin: 0 auto;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
}

#section3 {
  width: 100%;
  height: 800px!important;
  background-image: url('img/map.jpg');
  background-size: cover;
  text-align: center;
}

.client-top {
  width: 100%;
  height: 1800px!important;
  background-color: rgba(0,0,0,0.7);
  
}

.client-top h2 {
  color: #fff!important;
  font-weight: 300;
  font-family: 'Raleway', sans-serif;
}

.client-top p {
  color: #fff!important;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 100;
  opacity: 0.9;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  text-align: center;
  margin-top: 60px;
}


.list {
  margin: 0 auto;
}

.countries li{
  list-style: none;
  font-size: 16px;
  font-weight: 200;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  margin: 50px;
}

.countries {
  width: 20%;
  color: #fff;
  display: inline-block;
}

#section4 {
  background-color: #fff!important;
  height: 550px!important;
}

#section4 h2 {
  color: black!important;
  font-weight: 300;
  font-family: 'Raleway', sans-serif;
}

form {
  max-width: 800px;
  margin: 0 auto 50px;

}

form label {
  display: block;
  padding-bottom: 20px;

}

input, textarea {
  border: 1px solid black;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}

textarea {
  height: 10em;
}

input, textarea:focus {
  outline: none;
}

form label span {
  display: block;
}

input::-webkit-input-placeholder {
 color: rgba(40,173,98,0.9);
 font-family: 'Raleway', sans-serif;
 text-transform: uppercase;
 letter-spacing: 0.3em;
 opacity: 0.5;
}

textarea::-webkit-input-placeholder {
 color: rgba(40,173,98,0.9);
 font-family: 'Raleway', sans-serif;
 text-transform: uppercase;
 letter-spacing: 0.3em;
 opacity: 0.5;
}

[type="submit"] {
 background-color: black;
 color: white;
 font-family: 'Raleway', sans-serif;
 text-transform: uppercase;
 letter-spacing: 0.3em;
}

[type="submit"]:hover {
  background-color: white;
  color: black;
}


.copyright {
  height: 70px;
  background-color: black;
}

.contact-form label{
  width: 50%;
  float: left;
  box-sizing: border-box;  
}

.contact-form label:nth-child(1){
 padding-right: 10px;
}

.contact-form label:nth-child(2){
 padding-left: 10px;
}

.contact-form label textarea {
  width: 100%
}

#section5 {
  width: 100%;
  height: 900px!important;
  background-color: black!important;
}

#section5 h2 {
  color: #fff;
  font-weight: 300;
  font-family: 'Raleway', sans-serif;
}

#map-canvas {
  height: 30%;
  width: 90%;
  margin: 0 auto;
  border: 1px solid #fff;
  margin-top: 50px;
}

.address h4{
  font-family: 'Raleway', sans-serif;
  color: #fff;
}

.address {
  width: 90%;
  margin: 0 auto;
}

.fa-map-marker:before{
  font-size: 30px;
}

.fa-map-marker{
  background-color: #fff;
  color: black;
  font-weight: 700;
  margin: auto;
  text-align: center;
  line-height: 100px;
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 50%;
}

.fa-phone:before{
  font-size: 30px;
}

.fa-phone{
  background-color: #fff;
  color: #000;
  font-weight: 700;
  margin: auto;
  text-align: center;
  line-height: 100px;
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 50%;
}
.fa-envelope-o:before{
  font-size: 30px;
}

.fa-envelope-o{
  background-color: #fff;
  color: #000;
  font-weight: 700;
  margin: auto;
  text-align: center;
  line-height: 100px;
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 50%;
}
.details {
  width: 25%;
  display: inline-block;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 80px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 100;
  line-height: 40px;
  letter-spacing: 0.1em;
  /*text-transform: uppercase;*/
}

.footer {
  width: 100%;
  height: 100px;
}

.footer ul li {
  list-style: none;
  display: inline-block;
  float: right;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  margin-top: 40px;
}

.logo-copy {
  float: left!important;
  padding-left: 110px;
  font-size: 18px;
}

.social {
  float: right;
  padding-right: 140px;
}

.social li {
  margin-right: 40px;
}

.fa-facebook {
  font-size: 30px;
}

.fa-twitter {
  font-size: 30px;
}

.fa-linkedin {
  font-size: 30px;
}

.-details {
  margin: 0 auto;
  text-align: center;
}

#section7 {
  width: 100%!important;
  height: 400px!important;
  background-color: #fff;
  border-bottom: 1px solid black;
}

.-content {
  width: 80%;
  margin: 0 auto;
  font-family: 'Raleway',sans-serif;
  font-size: 16px;
  line-height: 40px;
}

.-content p {
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  text-align: justify;
}

#section7 h2{
  color: black;
  font-family: 'Raleway', sans-serif;
  font-weight: 100;
}

#section8 {
 width: 100%!important;
 height: 400px!important;
 color: #fff
}

#section8 h2 {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 100;
}

#section9 {
  width: 100%!important;
  height: 400px!important;
  background-color: black;
}

#section9 h2{
  color: black;
  font-family: 'Raleway', sans-serif;
  font-weight: 100;
}

#section10 {
 width: 100%!important;
 height: 400px!important;
 color: #fff
}

#section10 h2{
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 100;
}

/*------------------Media Queries--------------------*/


@media only screen and (min-width : 320px) {


  /*-----nav-----*/

  #menu {
    height: 100px;
  }

  .logo {
    width: 100%;
    padding-left: 0px;
    margin: 0px;
    text-align: center;
    padding-top: 20px;
  }

  .logo li a {
    margin-left: 0px!important;
  }

  .links {
    width: 100%;
    float: none;
    padding-right: 0px;
    padding-top: 30px;
    text-align: center;
  }

  .links li a {
    font-size: 11px!important;
    letter-spacing: 0.1em!important;
    margin-left: 0px!important;
    padding-left: 2px;
    padding-right: 2px;
  }


  /*----section0----*/

  #section0 {
    /*height: 500px!important;*/
    height: 350px!important;
  }

  .main-header {
    border: none;
  }

  h1 {
    padding-top: 80px;
  }


  #section0 h1 .main-header {
    font-size: 10.5px!important;
    letter-spacing: 0.5em!important;
  }

  .sub-heading {
    font-size: 12px;
  }

  .contact-numbers {
    padding-top: 120px!important;
    display: block!important;
  }

  .contact-numbers p {
    color: #fff;
  }

  .contact-info-2 {
    margin-top: 2px;
    font-size: 10px;
  }

  /*.contact-numbers p {
    font-size: 10px;
    display: block;
  }

  .contact-info-2 {
    padding: 0px;
    margin-top: 0px;
    }*/

    /*----services----*/

    #section1 {
      height: 1000px!important;
    }

    #section1 h4 {
      font-size: 12px;
    }

    .services-box {
      width: 70%!important;
      display: block;
      margin: 0 auto;
      text-align: center;
    }

    .service-section {
      width: 60%!important;
      display: block;
      text-align: center;
      margin: 0 auto;
      margin-bottom: 15px;
    }


    /*-----about-----*/
    #section2 {
      height: 900px!important;
    }

    .facts {
      display: none;
    }

    .about_content p {
      display: block;
      width: 70%;
      margin: 0 auto;
    }

    .about_content p:nth-child(1) {
      padding-right: 0px;
    }

    .about_content p:nth-child(2) {
      padding-left: 0px;
      padding-top: 10px;
    }

    /*-----clients-------*/

    #section3 {
      height: 550px!important;
      background: none;
    }

    .client-top {
      height: 550px!important;
      background-color: black;
    }

    p.client_content {
      margin-top: 30px;
      margin-bottom: 30px;
    }

    .countries {
      display: block;
      width: 70%;
      margin: 0 auto;
      padding-left: 0px;
      padding-top: 10px;
    }

    .countries li {
      margin: 0px;

    }

    /*------contact us-------*/

    form {
      width: 70%;
      text-align: center;
    }

    .contact-form {
      text-align: center;

    }
    .contact-form label {
      display: block;
      float: none;
      width: 100%;
    }

    .contact-form label:nth-child(1) {
      padding-right: 0px;
    }

    .contact-form label:nth-child(2) {
      padding-left: 0px;
    }

    /*---------find us------------*/

    #section5 {
      height: 1400px!important;
    }

    .-details {
      width: 70%!important;
    }

    .details {
      width: 100%;
      padding-left: 0px;
      padding-right: 0px;
      margin-top: 40px;
      line-height: 20px;
    }

    /*----footer------*/

    .logo-copy {
      padding-left: 0px;
      width: 100%;
      margin: 0 auto; 
      text-align: center;
      font-size: 14px!important;
      padding-top: 40px;
    }

    .logo-copy p{
      width: 80%;
      margin: 0 auto;
      letter-spacing: 0.5em;
      text-transform: uppercase;
    }

    .social {
      float: none!important;
      width: 100%;
      padding-right: 0px;
      text-align: center;
      list-style: none;

    }

    .social li {
      float: none!important;
      text-align: center;
      margin: 0 auto;
      display: inline-block;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-right: 25px;
      padding-left: 25px;
    }

    /*.details {
      font-size: 12px;
    }
    */
    #section7 {
      height: 830px!important;
    }

    #section8 {
      height: 1050px!important;
    }

    #section10 {
      height: 660px!important;
    }

    footer ul {
      padding-left: 0px!important;
    }
    #section7 {
      height: auto!important;
      /*height: 645px!important;*/
    }

    #section7 p {
      padding-bottom: 40px;
    }

    #section8 {
      height: auto!important;
      /*height: 810px!important;*/
    }

    #section8 p {
      padding-bottom: 40px;
    }
    
    #section10 {
      height: auto!important;
      /*height: 550px!important;*/
    }

    #section10 p {
      padding-bottom: 40px;
    }
  }

  @media only screen and (min-width : 360px) {
    #menu li a {
      font-size: 17px;
    }

    #section1 {
      height: 950px!important;
    }


    #section0 h1 .main-header {
      font-size: 14px!important;
    }

    p.sub-heading {
      letter-spacing: 0.1em;
    }

    .contact-info-2 {
      display: inline-block;
    }

    #section2 {
      height: 800px!important;
    }


  }

  @media only screen and (min-width : 420px) {
    #menu li a {
      font-size: 20px;
    }

    .links li a {
      font-size: 13px!important;
    }

    #section0 h1 .main-header {
      font-size: 15px!important;
      border: 1px solid #fff
    }

    p.sub-heading {
      letter-spacing: 0.2em;
    }

    #section2 {
      height: 750px!important;
    }

    .contact-numbers {
      padding: 140px 0 0 0;
    }

    

    
  }

  @media only screen and (min-width : 500px) {
    #menu li a {
      font-size: 21px;
    }

    .links li a {
      font-size: 15px!important;
    }

    #section0 h1 .main-header {
      font-size: 18px!important;
    }
    h1 {
      padding-top: 180px;
    }

    .contact-numbers {
      padding-top: 180px!important;
    }

    #section2 {
      height: 680px!important;
    }

    .about_content p:nth-child(2) {
      margin-top: 25px!important;
    }

    #section0 {
      height: 500px!important;
      /*height: 350px!important;*/
    }
  }

  @media only screen and (min-width : 550px) {
    .-content {
      width: 75%;
    }
  }

  @media only screen and (min-width : 600px) {
    #menu li a {
      font-size: 25px;
    }

    .logo {
      padding-bottom: 15px;
    }

    .links li a {
      font-size: 17px!important; 
    }

    #section0 h1 .main-header {
      font-size: 20px!important;
    }
    h1 {
      padding-top: 180px;
    }


    .contact-numbers {
      padding: 150px 0 0 0;
    }

    .contact-info-2 {
     /* display: inline-block;*/
     font-size: 12px;
   }

   #section1 {
    height: 580px!important;
  }

  .service-section {
    width: 35%!important;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 20px!important;
  }

  #section2 {
    height: 560px!important;
  }


}

@media only screen and (min-width : 700px) {
  #menu li a {
    font-size: 25px;
  }

  .links li a {
    font-size: 17px!important;
  }

  #section0 h1 .main-header {
    font-size: 24px!important;
  }
  h1 {
    padding-top: 180px;
  }

  p.sub-heading {
    letter-spacing: 0.5em;
  }

  #section2 {
    height: 520px!important;
  }

  .service-section {
    width: 30%!important;
  }

  #section3 {
    height: 420px!important;
  }

  .countries {
    display: inline-block;
    width: 30%;
    line-height: 40px;
  }

  .contact-info-2 {
    font-size: 14px;
  }

  .-content {
    width: 70%;
  }

  .details {
    margin-top: 15px;
  }

  .-details {
    width: 100%!important;
    /*padding-top: 20px;*/
  }

  .details {
    font-size: 12px;
    width: 30%;
  }

  #section5 {
    height: 700px!important;
  }
}


@media only screen and (min-width : 800px) {

  #menu li a {
    font-size: 28px;
  }

  .links li a {
    font-size: 17px!important;
    padding-right: 2px;
    padding-left: 2px;
    letter-spacing: 0.1em;
  }

  #section0 h1 .main-header {
    font-size: 30px!important;
  }

  p.sub-heading {
    font-size: 15px;
  }

  .contact-info-2 {
    font-size: 16px;
  }

  #section2 {
    height: 480px!important;
  }  

  .about_content p:nth-child(2) {
    padding-top: 25px!important;  
  }

  .-content {
    width: 65%;
  }

  .contact-numbers {
    padding-top: 160px!important;
  }

}

@media only screen and (min-width : 900px) { 

  #section0 {
    height: 750px!important;
  }

  h1 {
    padding-top: 220px!important;
  }

  #section0 h1 .main-header {
    font-size: 35px!important;
  }

  p.sub-heading {
    font-size: 18px!important;
  }

  .contact-numbers {
    padding-top: 0px!important;
    font-size: 10px!important;
  }

  .contact-numbers p {
    color: black;
  }

  .services-box {
    width: 85%!important;
  }

  .service-section {
    width: 16%!important;
  }

  #section1 {
    height: 380px!important;
  }

  .about_content p {
    width: 75%!important;
  }

  .countries li {
    line-height: 100px;
  }

  .client-top {
    height: 700px!important;
    opacity: 0.6;
  }
 
    .-content {
      width: 60%;
    } 

    #section3{
      background-image: url('img/map.jpg');
      background-size: cover;
      background-position: center;
    }

    ul.countries {
      line-height: 60px;!important;
    }

    #section3 {
      height: 700px!important;
    }

    .details {
      font-size: 14px;
      width: 30%;
    }
  }

  @media only screen and (min-width : 1050px) { 
    #menu li {
      list-style: none;
      display: inline-block;
    }

    .logo {
      width: initial;
      padding: 0px;
      margin: 30px 0 0 30px;
    }

    .logo li a {
      font-size: 14px!important;
      padding-left: 110px;
      padding-top: 0px;

    }

    .links {
      width: initial;
      float: right;
      padding-top: 0px;
      padding-right: 110px;
    }

    .links li a {
      font-size: 14px!important;
      letter-spacing: 0.2em!important;  
    }

    .services-box {
      width: 80%!important;
    }

    .service-section {
      width: 18%!important;
    }

    #section2 {
      height: 680px!important;
    }

    .facts {
      display: inline-block;
    }

    .list {
      width: 80%!important;
    }

    .countries li {
      line-height: 100px!important;
    }

    #section3 {
      height: 500!important;
    }

    .details {
      width: 30%;
      line-height: 50px;
    }


    .-details {
      width: 90%!important;
      /*margin-top: 40px;*/
    } 

    #section5 {
      height: 900px!important;
    }

    .-content {
      width: 75%;
    }

    .footer {
      height: 80px;
    }

    .logo-copy {
      text-align: inherit;
      padding-top: 30px;
      margin-left: 0px;
      margin-right: 0px;
      padding-left: 140px;
      width: 500px;
    }

    .logo-copy p {
      margin: 0px;
      width: 500px;
      margin-right: 0px!important;
    }

    .social li {
      padding-left: 60px!important;
    }

    #section3 {
      width: 100%;
      height: 800px!important;
      background-image: url('img/map.jpg');
      background-size: cover;
      background-position: center!important;

    }    

    .client-top {
      width: 100%;
      height: 800px!important;
      background-color: rgba(0,0,0,0.7);
    }
    
  }

  @media only screen and (min-width : 1100px) {
    .links li {
      padding-left: 3px!important;
      padding-right: 3px!important;
    }

    .links li a {
      font-size: 15px!important;
      letter-spacing: 0.3em!important;  
    }

  }
