/* ========================================================================
   Component: Responsive Fix
 ========================================================================== */
/* Desktops and laptops ----------- */
@media only screen and (max-width: 1200px) {
  .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 40px;
  }
  .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;
  }
}

@media only screen and (min-width: 768px) {
  .menu-trigger{
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .call-to-action{
    display: none;
  }
}
/*Tablet Pottrait size to standerd 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .button {
    padding: 20px 24px;
  }
  .button.light {
    padding: 18px 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;
  }
  .logohref{
    display: none;
  }
}
/*Mobile Landscape Size to Tablet Portrait  (devices and browers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .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) {
   
    
  h2 {
    text-align: center;
  }
  .line {
    margin-left: auto;
    margin-right: auto;
  }
  
  .logohref{
    display: none;
  }
  .carousel-indicators li {
    width: 30px;
  }
  
  .carousel-caption h1 {
    font-size: 20px;
    line-height:25px;
  }
    .carousel-caption p {
        font-size: 16px;
    }
    #about-us, #about-us p, #message, #message p, #mission, #mission p {
        padding: 0px;
    }
        #message h2, #mission h2 {
            padding-top:25px;
        }
        #mission .row{
            flex-direction:row-reverse;
        }
    #goals{
        margin:0px;
        margin-top:50px;
    }
    .card {
        width: 100px;
    }
    .footer{
        height:auto;
    }
    .navbar-toggle {
        background-color: white;
    }
    .mobilenav li{
        font-size:18px;
    }
    .features, .informations {
        padding: 0px 0px !important;
    }
    .navbar-toggle .icon-bar {
        background-color: black;
    }
    .print {
        text-align: left;
        padding: 15px 10px;
        margin-top: -110px;
    }
    .print button{
        padding:6px;
    }
    .heading span{
    }
    .button-container {
        margin-top: 25px;
    }
    .copyRight {
        font-size: 15px!important;
    }

    .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 {
      padding:45px 30px;
    margin: 0 5px 10px 0;
  }
}
