header {
  background: #aaa;
}
.company-name {
  margin-top: -13px;
  height: 115px;
}
  .company-name a h1 {
    background: url(../images/country-logo.png) no-repeat;
    width: 110px;
    height: 90px;
    margin-left: -15px;
    text-indent: -99999999px;
  }
.navbar {
  border-radius: 0;
}
.navbar-default {
  background: #21A6EB;
  border: 0px;
  z-index: 9999999;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}

.social-link {
  margin-top: 30px;
}
ul.social {
  margin-left: -40px;
}
ul.social li {
  display: inline-block;
}
ul.social li a {
  text-align: center;
  float: left;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 100%;
  margin-right: 3px;
  box-shadow: 0px 0px 1px #888;
  z-index: 22222;
}

ul.social li:nth-child(1) > a i {
  font-size: 22px;
  line-height: 38px;
  color: #2D5CAB;
}
ul.social li:nth-child(1) > a:hover {
  background: #2D5CAB;
}
ul.social li:nth-child(1) > a:hover i {
  color: #fff;
}

ul.social li:nth-child(2) > a i {
  font-size: 20px;
  line-height: 38px;
  color: #52C3E6;
}
ul.social li:nth-child(2) > a:hover {
  background: #52C3E6;
}
ul.social li:nth-child(2) > a:hover i {
  color: #fff;
}

ul.social li:nth-child(3) > a i {
  font-size: 20px;
  line-height: 38px;
  color: #E14548;
}
ul.social li:nth-child(3) > a:hover {
  background: #E14548;
}
ul.social li:nth-child(3) > a:hover i {
  color: #fff;
}

ul.social li:nth-child(4) > a i {
  font-size: 20px;
  line-height: 38px;
  color: #ff3333;
}
ul.social li:nth-child(4) > a:hover {
  background: #ff3333;
}
ul.social li:nth-child(4) > a:hover i {
  color: #fff;
}

.cookie-banner {
  display: none;
  bottom: 0;
  position: fixed;
  background: rgba(0,0,0, 0.9);
  padding-top: 7px;
  padding-bottom: 7px;
  z-index: 999999;
}
.cookie-banner p {
  color: #fff;
}
.cookie-banner p a {
  color: #fff;
}
.cookie-banner p a:hover {
  color: #fff;
  text-decoration: none;
}
#country-slider {
  margin-top: -20px;
}
#country-slider .carousel-caption h1, #country-slider .carousel-caption p {
  background: rgba(46, 46, 46, 0.7);
  padding-top: 5px;
  padding-bottom: 5px;
}

#country-slider .carousel-indicators {
  z-index: 1;
}
#country-slider img {
  width: 100%;
  height: 400px;
}
.country-img img {
  margin-top: 25px;
}
.country-service img {
  width: 200px;
  height: 200px;
}
#services {
  background: #f3f3f3;
  padding-bottom: 30px;
}
#services hr, #clients hr, .contact hr {
  border-bottom: 3px solid #286090;
  width: 5%;
  margin: 0 auto;
  margin-bottom: 30px;
}

#service-detail img, #detail img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 400px;
  height: 250px;
}
#clients {
  padding-bottom: 30px;
}
#clients .carousel-control {
  display: none;
}
.contact-detail-box a {
  color: #fff;
}
.contact-us {
  background: #aaa;
  padding-top: 20px;
  margin-bottom: 30px;
}
  #scroll-top .fa {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 15px;
    background: #286090;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 15px;
    cursor: pointer;
    text-align: center;
    position: fixed;
    margin: 0 auto;
    bottom: 15px;
    right: 10px;
    border-radius: 50px;
    z-index: 9999;
  }

  #scroll-top a {
    color: #fff;
  }

  #scroll-top a:hover .fa {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 15px;
    background: #21A6EB;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 15px;
    cursor: pointer;
    position: fixed;
    bottom: 15px;
    right: 10px;
    border-radius: 50px;
    z-index: 9;
  }

footer {
  background: #2E2E2E;
  color: #fff;
}
footer .links-ul li {
  list-style: none;
}
footer .links-ul li a:hover {
  text-decoration: none;
  color: #fff;
}
.copyright {
  margin-top: 30px;
}
.dev-by p a:hover {
  text-decoration: none;
  color: #ff3333;
}
@media (min-width: 768px){
  header {
    height: auto;
  }

  .dev-by {
      text-align: right;
    }

}
