/* ========================================================================
   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;
  }
 .our-team .container{width:1170px;}
  
}
@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;
  }
  .our-team .container{width:750px;}
}
/* 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;
  }
}
/*Tablet Pottrait size to standerd 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .button {
    padding: 20px 24px;
    font-size: .8em;
	
  }
  .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;
  }
   
   .peb-button1{width:48%;
   padding:1em;
   }
   
  header .logo-container img{
	width:80%;  

}

header .logo-container {
  top: 1em;
  left: 40%;
}
 .our-team .container{width:450px;}
 
 

}


@media only screen and (max-height: 800px) {
  .mobilenav li {
    font-size: 140%;
  }
  .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: 45px;
  }
  .carousel-caption {
    top: 25%;
  }
  .carousel-caption h1 {
    font-size: 42px;
  }
  
 .promote .button{
	 margin-bottom:10px;
 }
   .inner-case-study-right .overlay{
	  height:auto;
  }
   .inner-case-study-left .overlay{
	  height:auto;
  }
  
  .sm-inner-case-study-left .overlay{
	   height:auto;
  }
  .sm-inner-case-study-right .overlay{
	   height:auto;
  }

}
/* 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;
  }
  .menu-trigger {
    right: 20px;
    top: 20px;
  }
  header .logo-container {
    left: 29%;
    top: 33px;
  }
  .carousel-indicators li {
    width: 30px;
  }
  .carousel-caption {
    top: 25%;
  }
  .carousel-caption h1 {
    font-size: 28px;
  }
  .button-container {
    margin-top: 25px;
  }
  .about-us .jumbo-text {
    font-size: 14px;
  }
  .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;
  }
 .our-team .container{width:320px;}
 
 .promote .button{
	 margin-bottom:10px;
 }
 
 .inner-case-study-right p{
	 font-size:.7em;
 }
 
  .inner-case-study-left p{
	 font-size:.7em;
 }
 .sm-inner-case-study-right p{
	 font-size:.7em;
 }
 .sm-inner-case-study-left p{
	 font-size:.7em;
 }
   
  .inner-case-study-right .overlay{
	  height:auto;
  }
   .inner-case-study-left .overlay{
	  height:auto;
  }
  
  .sm-inner-case-study-left .overlay{
	   height:auto;
  }
  .sm-inner-case-study-right .overlay{
	   height:auto;
  }
  
 .peb-button1{width:100%;
   padding:1em;
   }
 .inner-processes img{
	 width:100%;
 }
 .modal-content option{width:40%}
  
}

@media only screen and (max-width: 320px) {
	
.nav-label{width:280px;}	

 header .logo-container img{
	width:70%;  
}

header .logo-container {
  top: 5px;
  margin-bottom:100px;
}

.case-study-left p{
	font-size:.8em;
}
.case-study-right p{
	font-size:.8em;
}

.case-study h3 img{width:50%;}

.inner-processes .col-md-5 .col-md-12 img{
	width:30%;
}

 .our-team .container{width:320px;}
 
  .peb-button1{width:100%;
   padding:1em;
   }

}