/* ========================================================================
   Component: Responsive Fix
 ========================================================================== */
/* Desktops and laptops ----------- */
@media only screen and (max-width: 1200px) {
  .menu-trigger {
    right:30px;
  }
  header .logo-container {
  }
  .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: 30px;
  }
  header .logo-container {
    left: 55px;
  }
  .about-us img {
    margin-top: 0px;
  }
  .process-interactive {
    margin-bottom: 90px;
  }
}
/*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 p{ font-size:18px;}
  header .logo-container {
    left: 15px;
  }
  .call-button .button {
    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) {
  .menu-trigger {
    right: 15px;
  }
  .carousel-caption {
    bottom: 0%;
  }
  .carousel-caption h1 {
    font-size: 38px;
  }
}
/* Mobile Portrait SIze to Mobbile Landsscape Size (devices and browers) */
@media only screen and (max-width: 479px) {
  h2 {
    text-align: left; font-size:26px;
  }
  .line {
    margin-left: auto;
    margin-right: auto;
  }
  .menu-trigger {
    right: 20px;
    top: 14px;
  }
  header .logo-container {
    top: 10px;
  }
  
   header .logo-container img{ width:150px; height:68px;}
  .carousel-indicators li {
    width: 30px;
  }
  .carousel-caption {
    bottom: 0%;
  }
  .carousel-caption h1 {
    font-size: 26px;
  }
  .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;
  }
}


.carousel-caption{ background:rgba(0, 0, 0, .5);}