/* ========================================================================
   Component: Responsive Fix
 ========================================================================== */
/* Desktops and laptops ----------- */
@media only screen and (max-width: 1200px) {
  .btn-slide{
  margin-left: 0%;
}
  .menu-trigger {
    right: 80px;
  }
  header .logo-container {
    left: 71px;
  }
  .processes .icon-container {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .button {
    padding: 20px 45px;
  }
  .button.light {
    padding: 18px 18px;
  }
  .case-study-left .overlay {
    padding-left: 100px;
  }
  .case-study-right .overlay {
    padding-right: 100px;
  }
  .button-container {
    margin-top: 15px;
  }
}
/* Desktops and laptops ----------- */
@media only screen and (max-width: 992px) {
  .menu-trigger {
    right: 65px;
  }
  header .logo-container {
    left: 55px;
  }
  .about-us img {
    margin-top: 50px;
  }
  .process-interactive {
    margin-bottom: 90px;
  }
    /* ===================
  Our Claim
  ======================== */
  .our-claim .col-md-5{
    margin-top: 120px;
  }
}

@media only screen and (max-width: 959px) {
 .button.light {
  padding: 18px 20px;
  width: 135px;
  margin-left: 16px;
  }
  .plans h2{
    font-size: 20px;
  }
  .plans h3{
    font-size: 16px;
  }
}
/*Tablet Pottrait size to standerd 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .button {
    padding: 20px 24px;
  }
  .we-are-hiring .upload-cv {
    margin-top: 135px;
  }
}
/* All Mobile Sizes (devices and browers) */
@media only screen and (max-width: 767px) {
  header .logo-container {
    left: 35px;
  }
  .call-button .button {
    float: none !important;
    margin-bottom: 20px;
  }
  .call-to-action {
    text-align: center;
  }
  .call-to-action .button {
    float: none !important;
  }
  .button-container {
    text-align: center;
  }
  .our-team .description {
    padding: 40px 10px;
  }
  .our-team .description .member-skill {
    margin: 10px 0;
  }
  .send-message .modal-lg {
    width: auto;
  }
}
@media only screen and (max-height: 600px) {
  .mobilenav li {
    font-size: 120%;
  }
  .portfolio .portfolio-item a .portfolio-overlay {
    padding: 200px 20px;
  }
}
/*Mobile Landscape Size to Tablet Portrait  (devices and browers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.btn-slide{
  float: left;
  margin-left: 0%;
  margin-right: -44px;
}
.margin-bottom-medium{
  margin-bottom: 19px;
}
  .menu-trigger {
    right: 45px;
  }
  .carousel-caption {
    top: 15%;
  }
  .carousel-caption h1 {
    font-size: 42px;
  }
}
/* Mobile Portrait SIze to Mobbile Landsscape Size (devices and browers) */
@media only screen and (max-width: 479px) {

/* ===========================
Menu
==============================*/
.mobilenav ul{
    width: 90%;
  margin: auto;
}
.nav-label{
  font-size: 29px;
  width: 100%;
}

  #header{
    height: 770px!important;
  }
  .btn-slide{
    float: left;
    margin-left: 20%;
}
  h2 {
    text-align: center;
  }
  .line {
    margin-left: auto;
    margin-right: auto;
  }
  .menu-trigger {
    right: 20px;
    top: 20px;
  }
  header .logo-container {
    left: 29%;
    top: 33px;
  }
  .carousel-indicators li {
    width: 30px;
  }
  .carousel-caption {
    top: 10%;
  }
  .carousel-caption h1 {
    font-size: 36px;
  }
  .button-container {
    margin-top: 25px;
  }
  .about-us .jumbo-text {
    font-size: 32px;
  }
  .processes .process-bar.main-bg {
    margin-right: 40px;
  }
  .processes .lines {
    width: 50px;
  }
  .processes .icon-container {
    margin-right: 0;
  }
  .processes .description {
    width: 85%;
  }
  .promote span {
    display: block;
    margin: 10px;
  }
  .promote .button.light {
    margin-bottom: 20px;
  }
  .footer li {
    margin: 0 5px 10px 0;
  }
}
