
/* ==========================================================================
    Portfolio Style
========================================================================== */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,900');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;900&display=swap');

#portfolio {
  padding: 80px 0;
  text-align: center;
  background-position:top;
  background-repeat:repeat-x;
}
#portfolio h2 {
  text-transform: uppercase;
}
#portfolio p {
  margin-bottom: 60px;
}
#portfolio .container-fluid {
  padding-left: 0;
  padding-right: 0;
  width:100%;
}
.green-box {
  margin: 0 0 25px;
  overflow: hidden;
  padding: 135px;
  background-color:#3D9EA3;
}
#portfolio .container-fluid .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}
#portfolio .portfolio-box {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}
#portfolio .portfolio-box .portfolio-box-caption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  background: rgba(13, 13, 13, 0.6);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
#portfolio .portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.shadow {
    -webkit-box-shadow: 0 0 12px 2px #666;
-moz-box-shadow: 0 0 12px 2px #666;
box-shadow: 0 0 12px 2px #666;
}

/* ==========================================================================
    Background Style
========================================================================== */
.homecabpd{
  height: 664px;
  background-image: url(../img/test_people.jpg); 
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  border-bottom: none;
  background-color: #1F1E1E;
}
.homecabsi{
  height: 664px;
  background-image: url(../img/test_luis3.jpg); 
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  border-bottom: none;
  background-color: #1F1E1E;
}
.homecabam{
  height: 664px;
  background-image: url(../img/test_phone.jpg); 
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  border-bottom: none;
  background-color: #1F1E1E;
}
.homecabdw{
  height: 664px;
  background-image: url(../img/test_pc.jpg); 
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  border-bottom: none;
  background-color: #1F1E1E;
}
.homecabdi{
  height: 664px;
  background-image: url(../img/test_tatu3.jpg); 
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  border-bottom: none;
  background-color: #1F1E1E;
}
.homecabie{
  height: 664px;
  background-image: url(../img/test_luis4.jpg); 
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  border-bottom: none;
  background-color: #1F1E1E;
}
.homecabdg{
  height: 664px;
  background-image: url(../img/test_belen3.jpg); 
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  border-bottom: none;
  background-color: #1F1E1E;
}
.sectiontext{
  background: none;
  opacity: none;
  color: white;
  margin-top: 5px;
  margin-left: 165px;
  padding: 40px 25px 0 5px;
}
.sectiontext > h1{
  font-size: 42px;
  margin-top: -380px;
  font-family: 'Roboto' !important;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 2px 1px 1px #000;
  line-height: 50px;
}
.sectiontext .digital-title {
  font-size: 42px;
  margin-top: 380px;
  line-height: 60px;
}
.sectiontext_tmp p{
  padding-left: 0px;
}
.sectiontext_tmp {
  background: #2C72B4;
  opacity: 0.8;
  color: white;
  margin-top: -160px;
  margin-left: -15px;
  padding: 40px 25px 10px 25px;
}
.sectiontext_tmp > h1{
  font-size: 38px;
  margin-top: -25px;
  margin-bottom: 8px;
  font-family: 'Roboto thin' !important;
  /*text-shadow: 0px -2px 8px #fff;*/
}
.sectiontext p{
  padding-left: 0px;
} 
.sectiontext .linetext {
  margin-top: -40px;
}
.homecabpd > h1{
	margin-top: 0px!important;
}
#whitespace {
  padding: 0px;
}

/* ==========================================================================
    Discuss Style
========================================================================== */
.discuss{
	padding-top: 70px;
	background-color: #fff;
/*  background: url(../img/bg-top-section.jpg);*/
  background-repeat: repeat-x;
  background-position: top;
	/*margin: 15px auto;*/
	height: auto;
}
#discusstext {
  padding-top: 10px;
  text-align: center;
}
#discusstext a {
/*  color: #337ab7;*/
  font-weight: bold;
}
#discusstext > h2{
  font-family: 'Roboto' !important;
	font-size: 42px;
	color: #827D7D;
  padding-bottom: 42px;
  font-weight: 100;
}
#discusstext > h3 {
  font-family: 'Roboto' !important;
  font-size: 30px;
  color: #666;
  padding-top: 80px;
}
#discusstext > h3 {
  padding-bottom: 40px;
}
#discusstext > h3 > i {
  font-family: 'Roboto Bold', sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #666;
  text-transform: uppercase;
}
#discusstext > h4 {
  font-size: 18px;
  font-weight: 500;
  color: #666;
  display: block;
  padding: 4% 22%;
}
#discusstext > p {
  margin-top: 20px;
  margin-bottom: 60px;
	font-size: 24px;
	color: #444;
}
#discusstext > a {
  text-decoration: underline;
}
#discusstext > span {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  display: block;
  padding: 180px 180px 80px 180px;
  line-height: 28px;
}
#discusstext > img {
  padding-bottom: 40px;
}
#discusstext .icon {
  font-size: 16px;
  font-weight: 500;
  color: #686868;
  margin-top: 18px;
  border-right: 1px solid #ccc;
}
#discusstext .icon-last {
  font-size: 18px;
  font-weight: 500;
  color: #686868;
  margin-top: 18px;
  border-right: none;
}
#discusstext .icon-id {
  font-size: 18px;
  font-weight: 400;
  color: #686868;
  margin-top: 18px;
  background: url(../assets/short-line.png);
  background-position: 150px;
  background-repeat: no-repeat;
}
#discusstext .icon-id-last {
  font-size: 18px;
  font-weight: 400;
  color: #686868;
  margin-top: 18px;
}
#discusstext .top-85 {
  padding-top: 50px;
  padding-bottom: 50px;
}
#discusstext .margin-85 {
  margin-top: -80px;
}
#discusstext .left-line {
  position: absolute;
  left: 0;
  z-index: 9;
  bottom: -7%;
}
#discusstext .photos {
  padding-bottom: 50px;
  padding-top: 50px;
}
#discusstext .table-bg {
  background: url(../img/table-bg.jpg);
  background-position: center top;
  background-repeat: repeat-y;
}
#discusstext .table-bg img {
  width: 90%;
}
#discusstext .table-digital-bg {
  background: url(../img/table-bg890.jpg);
  background-position: center top;
  background-repeat: repeat-y;
}
#discusstext .table-digital-bg img {
  width: 90%;
}
#discusstext .table-digital {
  padding-bottom: 50px;
}
#discusstext .table-digital .navy p {
  color:#333;
  font-size: 20px!important;
  font-weight: 700;
  padding-top: 180px;
}
#discusstext .table-digital .optimize {
  background-image: url(../img/bg_optimizar-presupuesto.png);
  background-position: center top;
  background-repeat: no-repeat;
}
#discusstext .table-digital .convert {
  background-image: url(../img/bg_convertir-ventas.png);
  background-position: center top;
  background-repeat: no-repeat;
}
#discusstext .table-digital .reduce {
  background-image: url(../img/bg_reducir-costo.png);
  background-position: center top;
  background-repeat: no-repeat;
}
#discusstext .table-digital .increase {
  background-image: url(../img/bg_incrementar-valor.png);
  background-position: center top;
  background-repeat: no-repeat;
}
#discusstext .navy {
/*  background: #093C6C;*/
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 30px;
}
#discusstext .navy img {
  padding-bottom: 18px;
}
#discusstext .navy span {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  top: 28px;
}
#discusstext .navy p {
  font-family: 'Roboto Light', sans-serif;
  font-size: 18px;
  color: #fff;
  padding: 38px 18px 40px;
  line-height: 28px;
}
#discusstext .blue {
/*  background: #2C72B3;*/
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 30px;
}
#discusstext .blue img {
  padding-bottom: 18px;
}
#discusstext .blue span {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  top: 28px;
}
#discusstext .blue p {
  font-family: 'Roboto Light', sans-serif;
  font-size: 18px;
  color: #fff;
  padding: 38px 18px 40px;
  line-height: 28px;
}
#discusstext .cyan {
/*  background: #498CCC;*/
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 30px;
}
#discusstext .cyan img {
  padding-bottom: 18px;
}
#discusstext .cyan span {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  top: 28px;
  }
#discusstext .cyan p {
  font-family: 'Roboto Light', sans-serif;
  font-size: 18px;
  color: #fff;
  padding: 38px 18px 40px;
  line-height: 28px;
}
#discusstext .btn-purple {
  font-family: 'Roboto Light', sans-serif;
  font-size: 28px;
  margin-bottom: 68px;
  font-weight: 100;
  border-radius: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  width: 100%;
  background: #000048;
  text-decoration: none;
}
#discusstext .btn-purple:hover, #discusstext .btn-purple:active, #discusstext .btn-purple:focus {
  color: #fff;
  background: #CA4E48;
}
#discusstext .btn-red {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  margin-bottom: 68px;
  font-weight: 300;
  border-radius: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  width: 100%;
  background: #CC0202;
  text-decoration: none;
}
#discusstext .btn-red:hover, #discusstext .btn-red:active, #discusstext .btn-red:focus {
  color: #fff;
  background: #CA4E48;
}
.discuss > .testimonial{
  font-size: 28px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  color: #0075B0;
  line-height: 1.5em;
}
.discuss > .testimonial i{
  font-size: 14px;
  font-weight: normal;
  color: #333;
  text-transform: capitalize;
}
#discusscontent {
  background-color: #fff;
}
.it-footer {
  background: #000;
  color: #fff;
  height: 40px;
  text-align: center;
  font-size: 22px;
}

.it-footer i{
  font-family: 'Times New Roman', sans-serif;
}

#it-tabs {
    padding-bottom: 60px;
}
#it-tabs p {
    color: #333;
    font-size: 16px;
}

#it-tabs .nav > li > a {
    color: #333 !important;
}
#it-tabs .nav > li > a:hover {
    color: #fff !important;
}

#it-tabs .nav-tabs.nav-justified > li {
    background: #C3C4C5;
    height: 160px;
    border-right: 8px solid #E6E7E8;
}

#it-tabs  .nav-tabs.nav-justified > li > a {
    border-bottom: none !important;
    height: 160px;
}

#it-tabs .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #156EAC !important;
    border: none !important;
    color: #fff !important;
}

.material-icons {
    font-size: 48px !important;
}

/* ==========================================================================
    Case Study Style
========================================================================== */
.title-bar {
  background-color: #E3E4E9;
  top: 80px;
  position: relative;
  height: 120px;
  text-align: center;
}
.title-bar h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 600; 
  color: #EE8A1E;
  padding-top: 32px;
}
.title-bar p {
  color: #666;
  line-height: 30px;
}
.slogancase {
  background: none;
  color: white;
  margin-top: -235px;
  padding: 40px 25px 0 5px;
}
.slogancase > h1 {
  font-size: 32px;
  font-family: 'Roboto' !important;
  text-transform: uppercase;
  text-align: center;
  line-height: 60px;
}
.slogancase p {
    padding-left: 0px;
} 
.slogancase .linetext {
    margin-top: -40px;
    font-weight: bold;
}
.challengetext > h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    color: #333;
    padding-top: 88px;
}
.challengetext p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    color: #4D4D4D;
    padding-bottom: 80px;
    padding-top: 30px;
    line-height: 30px;
}
.goaltext > h1{
    padding-bottom: 60px;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    color: #4984C4;
}
.goaltext > p {
    font-style: italic;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #4D4D4D;
    padding-bottom: 80px;
    padding-top: 30px;
}
.col-lg-20, .col-md-20, .col-sm-20 {
    width: 20%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.icongoal {
    font-size: 16px;
    font-weight: 400;
    color: #4D4D4D;
    margin-top: 18px;
    background-image: url(../img/indigo-line-vert.png);
    background-position: top right;
    background-repeat: no-repeat;
    line-height: 25px;
}
.icongoal-last {
    font-size: 16px;
    font-weight: 400;
    color: #4D4D4D;
    margin-top: 18px;
    margin-bottom: 80px;
    border-right: none;
    line-height: 25px;
    padding: 0x;
}
.icongoal-taxiar-last {
    font-size: 16px;
    font-weight: 400;
    color: #4D4D4D;
    margin-top: 18px;
    margin-bottom: 180px;
    border-right: none;
    line-height: 25px;
    padding: 0x;
}
.icongoal img {
    padding-bottom: 20px;
    opacity: 0.8;
}
.icongoal-last img {
    padding-bottom: 20px;
    opacity: 0.8;
}
.icongoal-taxiar-last img {
    padding-bottom: 20px;
    opacity: 0.8;
}
.btn-light, .btn-light:focus, .btn-light.focus, .btn-light:active, .btn-light.active {
    background: none;
    color: #156EA3;
    border: 1px solid #156EA3;
    border-radius: 6px;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 400!important;
    text-decoration: none!important;
    text-transform: uppercase;
    cursor: pointer;
    margin: 8px 8px;
}
.btn-light:hover {
    color: #34346C;
}
.btn-white, .btn-white:focus, .btn-white.focus, .btn-white:active, .btn-white.active {
    background: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 8px 60px;
    font-size: 16px;
    font-weight: 400!important;
    text-decoration: none!important;
    text-transform: uppercase;
    cursor: pointer;
    margin: 8px 8px;
}
.btn-white:hover {
    color: #ccc;
}
.btn-blue, .btn-blue:focus, .btn-blue.focus, .btn-blue:active, .btn-blue.active {
    background: #2D6FAE;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 8px 60px;
    font-size: 16px;
    font-weight: 400!important;
    text-decoration: none!important;
    text-transform: uppercase;
    cursor: pointer;
    margin: 8px 8px;
}
.btn-blue:hover {
    color: #ccc;
}
.spacer {
    padding-bottom: 40px;
}
#process-section {
    background: #E3E4E9;
    padding-bottom: 140px;
    margin-top: 120px;
}
#process-section img {
  width: 100%;
}
#process-section .page-header h2 {
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #4984C4;
    text-align: center;
}
#process-section .page-header h4 {
    line-height: 23px;
    font-weight: 100;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #4D4D4D;
    text-align: center;
 }
#process-section .page-header p {
    font-weight: 100;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}
#process-section h3 {
    text-align: center;
    text-transform: uppercase;
    padding-top: 80px;
    font-weight: 400;
    font-size: 20px;
    font-family: 'Roboto';
    color: #000;
    letter-spacing: 4px;
}
#process-section .page-text {
    background-image: url(../img/primivo-text-bg.png);
    background-position: left bottom;
    background-repeat: no-repeat;
 }
#process-section .page-text h1 {
    text-align: left;
    padding: 260px 0 0 60px;
    font-weight: 600;
    font-size: 24px;
    font-family: 'Roboto';
    color: #333;
}
#process-section .page-text h4 {
    line-height: 23px;
    font-weight: 100;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #4D4D4D;
    text-align: left;
    padding: 16px 0 0 120px;
 }
#process-section .page-text2 {
    background-image: none;
 }
#process-section .page-text2 h1 {
    text-align: left;
    padding: 160px 0 0 60px;
    font-weight: 300;
    font-size: 24px;
    font-family: 'Roboto';
    color: #666;
}
#process-section .page-text2 h4 {
    line-height: 32px;
    font-weight: 400;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    color: #4D4D4D;
    text-align: left;
    padding: 16px 0 0 60px;
 }
#process-section .page-planning {
    padding-top: 160px;
 }
#process-section .page-planning h1 {
    text-align: left;
    padding: 60px 0 0 60px;
    font-weight: 600;
    font-size: 24px;
    font-family: 'Roboto';
    color: #333;
    letter-spacing: 3px;
}
#process-section .page-planning h4 {
    line-height: 23px;
    font-weight: 100;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #4D4D4D;
    text-align: left;
    padding: 16px 0 0 30px;
 }
#process-section .page-planning h4 span {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #666;
 }

 /* ===== Begin Pinch & Roll Process Section ===== */
 #pinchnroll-process-section {
    background-image: url(../img/pinchnroll-process-bg1440.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 140px;
    margin-top: 120px;
}
#pinchnroll-process-section img {
    width: 100%;
}
#pinchnroll-process-section h1 {
    text-align: center;
    padding: 10% 24%;
    font-weight: 600;
    font-size: 24px;
    font-family: 'Roboto';
    color: #fff;
    line-height: 30px;
}
#pinchnroll-process-section .page-header h2 {
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 2px #999;
}
#pinchnroll-process-section .page-header h4 {
    line-height: 23px;
    font-weight: 100;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #4D4D4D;
    text-align: center;
 }
#pinchnroll-process-section .page-header p {
    font-weight: 100;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}
#pinchnroll-process-section h3 {
    text-align: center;
    text-transform: uppercase;
    padding-top: 120px;
    font-weight: 400;
    font-size: 20px;
    font-family: 'Roboto';
    color: #000;
    letter-spacing: 4px;
}
#pinchnroll-process-section .col-sm-9 {
    padding-left: 1px;
}
#pinchnroll-process-section .page-text {
    margin: 540px 80px 0 -120px;
}
#pinchnroll-process-section .page-text h2 {
    color: #89C7F5;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-shadow: 2px 2px 10px #666;
    text-align: right;
    line-height: 30px;
}
#pinchnroll-process-section .page-text h4 {
    font-weight: 100;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: right;
    line-height: 25px;
 }
#pinchnroll-process-section .page-text2 {
    background-image: none;
 }
#pinchnroll-process-section .page-text2 h1 {
    text-align: left;
    padding: 160px 0 0 60px;
    font-weight: 300;
    font-size: 24px;
    font-family: 'Roboto';
    color: #666;
}
#pinchnroll-process-section .page-text2 h4 {
    line-height: 32px;
    font-weight: 400;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    color: #4D4D4D;
    text-align: left;
    padding: 16px 0 0 60px;
 }
#pinchnroll-process-section .page-planning {
    padding-top: 160px;
    padding-left: 100px;
    background-image: url(../img/pinchnroll.png);
    background-position: center top;
    background-repeat: no-repeat;
    height: 1120px;
    
 }
#pinchnroll-process-section .page-planning h1 {
    text-align: left;
    padding: 60px 0 0 60px;
    font-weight: 600;
    font-size: 24px;
    font-family: 'Roboto';
    color: #333;
    letter-spacing: 3px;
}
#pinchnroll-process-section .page-planning h4 {
    line-height: 23px;
    font-weight: 100;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: left;
    padding: 16px 0 0 30px;
 }
#pinchnroll-process-section .page-planning h4 span {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #666;
 }
 #pinchnroll-process-section .text-bottom {
    text-align: center;
    width: 45%;
    margin: 50% auto;
    line-height: 23px;
    font-weight: 100;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    padding: 16px 0 0 30px;
 }
 #legal {
  /*margin-top: -685px;*/
    background-image: url(img/legal-bg.jpg);
    height: 472px;
    background-position: center top;
    background-repeat: no-repeat;
}
    
 /* ===== End Pinch & Roll Process Section ===== */

#other-process-section {
    padding-bottom: 1400px;
    margin-top: 40px;
    background: url(../img/process-bg1440.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
}
#other-process-section .page-header h1 {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #4D4D4D;
    text-align: center;
    text-transform: uppercase;
    padding-top: 96px;
}
#other-process-section .page-header h2 {
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #4984C4;
    text-align: center;
}
#other-process-section .page-header h4 {
    line-height: 23px;
    font-weight: 100;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #4D4D4D;
    text-align: center;
 }
#other-process-section .page-header p {
    font-weight: 100;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}
#other-process-section h3 {
    text-align: center;
    text-transform: uppercase;
    padding-top: 80px;
    font-weight: 400;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;;
    color: #000;
    letter-spacing: 4px;
}
#other-process-section .page-text h1 {
    text-align: left;
    padding: 200px 0 0 60px;
    font-weight: 600;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;;
    color: #666;
}
#other-process-section .page-text {
    background-image: url(../img/primivo-other-text-bg.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}
#other-process-section .bottom-button {
  position: absolute;
  bottom: 120px;
  padding-left: 40%;
}

/* ===== Begin Counter-Up ===== */
#other-process-section .counter-up {
  position: relative;
  background-color: #fff;
  padding: 150px 0 80px 0;
}
#other-process-section .counter-up .fact-inner .counter {
  font-size: 42px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: #3D4D5C;
}
#other-process-section .counter-up .fact {
    background: url(../img/line-counter.png);
    background-position: top right;
    background-repeat: no-repeat; 
    border: none;
}
#other-process-section .counter-up .fact.last {
    border: none;
}
/* ===== End Counter-Up ===== */

#other-process-section .text-right {
    padding-top: 180px;
}
#other-process-section .text-right h1 {
    text-align: left;
    text-transform: uppercase;
    padding: 140px 0 0 40px;
    font-weight: 900;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;;
    color: #134c73;
}
#other-process-section .text-right h4 {
    line-height: 23px;
    font-weight: 100;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    text-align: left;
    padding: 20px 0 0 40px;
 }
#other-process-section .text-left h1 {
    text-align: left;
    text-transform: uppercase;
    padding: 140px 0 0 40px;
    font-weight: 900;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;;
    color: #fff;
}
#other-process-section .text-left h4 {
    line-height: 23px;
    font-weight: 100;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: left;
    padding: 20px 0 0 40px;
 }
#other-process-section .branding {
    padding-top: 120px;
}
#other-process-section .branding span {
    color: #000;
    font-weight: 900;
    float: left;
}
#other-process-section .screen-text h1 {
    text-align: center;
    padding: 180px 0 0 0;
    font-weight: 300;
    font-size: 24px;
    font-family: 'Roboto';
    color: #666;
}
#other-process-section .screen-text h4 {
    line-height: 32px;
    font-weight: 400;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    color: #4D4D4D;
    text-align: center;
    padding: 16px 0 160px 0;
    width: 50%;
    margin: auto;
}

#another-process-section {
    margin-top: 40px;
    background: url(../img/other-process-bg1440.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
}
#another-process-section .page-header h1 {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #4D4D4D;
    text-align: center;
    text-transform: uppercase;
    padding-top: 96px;
}
#another-process-section .page-header h2 {
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #4984C4;
    text-align: center;
}
#another-process-section .page-header h4 {
    line-height: 23px;
    font-weight: 100;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #4D4D4D;
    text-align: center;
 }
#another-process-section .page-header p {
    font-weight: 100;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}
#another-process-section .page-header p {
    font-weight: 100;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}
#another-process-section h3 {
    text-align: center;
    text-transform: uppercase;
    padding-top: 80px;
    font-weight: 400;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;;
    color: #000;
    letter-spacing: 4px;
}
#another-process-section .screen-text h1 {
    text-align: center;
    padding: 180px 0 0 0;
    font-weight: 300;
    font-size: 24px;
    font-family: 'Roboto';
    color: #666;
}
#another-process-section .screen-text h4 {
    line-height: 32px;
    font-weight: 400;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    color: #4D4D4D;
    text-align: center;
    padding: 16px 0 160px 0;
    width: 50%;
    margin: auto;
}
#another-process-section .fact-inner .lead {
    font-size: 16px;
    color: #4D4D4D;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    padding-top: 18px;
}
#another-process-section .branding {
    padding-top: 120px;
}
#another-process-section .text-right {
    padding-top: 18px;
    height: 460px;
    background-color: #246C9E;
    margin-top: 80px;
}
#another-process-section .text-right h4 {
    line-height: 23px;
    font-weight: 100;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: left;
    padding: 180px 120px 0 180px;
 }

#development-section .page-text {
    width: 50%;
    margin: 0 auto;
 }
#development-section .page-text h1 {
    text-align: center;
    padding: 180px 0 0 0;
    font-weight: 300;
    font-size: 24px;
    font-family: 'Roboto';
    color: #666;
}
#development-section .page-text h4 {
    line-height: 32px;
    font-weight: 400;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    color: #4D4D4D;
    text-align: center;
    padding: 16px 0 160px 0;
}
#development-section .bottom-button {
  position: absolute;
  bottom: 120px;
  width: 100%;
}
 .bg-style3 {
    margin-top: -86px;
    padding-bottom: 186px;
 }
#outcome-section {
  z-index: -9;
}
#outcome-section .page-header h2 {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #4D4D4D;
}
#outcome-section .counter-up p {
    font-size: 24px;
    padding-top: 60px;
    color: #246C9D;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    line-height: 30px;
}
#outcome-section .counter-up h3 {
    font-size: 16px;
    padding-top: 30px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    line-height: 30px;
}
/* Begin Testimonials */
.square-testimonial {
  background: #E2E2E2;
  padding: 50px 20px;
  font-size: 16px;
  color: #4D4D4D;
  height: 780px;
  margin-bottom: 50px;
  text-align: left;
}
.square-testimonial-taxiar {
  background: #E2E2E2;
  padding: 50px 20px;
  font-size: 16px;
  color: #4D4D4D;
  height: 480px;
  margin-bottom: 50px;
  text-align: left;
}
.test1 {
  border-bottom: 10px solid #0031B8;
}
.test1 h3 strong {
  color: #000;
  font-size: 15px;
}
.test1 h4 {
  color: #0031B8;
}
.test3 {
  border-bottom: 10px solid #246C9D;
}
.test3 h3 strong {
  color: #000;
  font-size: 15px;
}
.test3 h4 {
  color: #246C9D;
}
.test5 {
  border-bottom: 10px solid #3D959A;
}
.test5 h4 {
  color: #3D959A;
}
.test2 {
  background: url(../img/testimonial-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
.test2-taxiar {
  background: url(../img/testimonial2-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}
.test2-pinchnroll {
  background: url(../img/testimonial3-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}
.square-testimonial img {
  float: left;
  position: absolute;
}
.square-testimonial h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  padding-left: 70px;
}
.square-testimonial h3 {
  font-size: 14px;
  font-weight: 900;
  padding-left: 70px;
}
.square-testimonial p {
  padding-top: 40px;
  line-height: 25px;
}
.square-testimonial p span {
  font-weight: 900;
}
.square-testimonial-taxiar img {
  float: left;
  position: absolute;
}
.square-testimonial-taxiar h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  padding-left: 70px;
}
.square-testimonial-taxiar h3 {
  font-size: 14px;
  font-weight: 900;
  padding-left: 70px;
}
.square-testimonial-taxiar p {
  padding-top: 40px;
  line-height: 25px;
}
.square-testimonial-taxiar p span {
  font-weight: 900;
}
/* End Testimonials */

.page .test2 a {
  text-transform: uppercase;
  font-size: 16px;
  color: #3782BC;
  font-weight: 900;
}
.page .test2 a:hover {
  color: #226192;
}
.page .test2-taxiar a {
  text-transform: uppercase;
  font-size: 16px;
  color: #3782BC;
  font-weight: 900;
}
.page .test2-pinchnroll a {
  text-transform: uppercase;
  font-size: 16px;
  color: #3782BC;
  font-weight: 900;
}
.page .test2-taxiar a:hover {
  color: #226192;
}
.page .share {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: #666;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 80px;
}
.page .share a {
  color: #666;
}
.page .share .fa-facebook-square:hover {
  color: #3b5998;
}
.page .share .fa-twitter-square:hover {
  color: #0084b4;
}
.page .share .fa-google-plus-square:hover {
  color: #d34836;
}
.page .share .fa-linkedin-square:hover {
  color: #0077B5;
}

/* ==========================================================================
Fade Page Style
========================================================================== */
.fadepage{
  background-color:white;
  display:none;
  height:100%;
  width:100%;
  z-index=999999999999;
  position:absolute;
  top:0px;
  left:0px;
}
.viewpage{
  background-color:white;

  height:100%;
  width:100%;
  z-index=999999999999;
  position:absolute;
  top:0px;
  left:0px;
}
.projectdescbanner{
   height:400px;
   background-position:center;
   text-align: center;
   border-bottom: 1px solid #ccc;
}
.viewpage .machines-banner {
   background-color: #51525D;
}
.viewpage .oil-banner {
   background-color: #ABB197;
}
.viewpage .olives-banner {
   background-color: #D7D7CB;
}
.viewpage .commercial-banner {
   background-color: #2B3E4E;
}
.viewpage .emd-banner {
   background-color: #029875;
}
.viewpage .factory-banner {
   background-image: url(../img/projectgallery/factory/bg-portada.jpg);
}
.viewpage .taxiar-banner {
   background-image: url(../img/projectgallery/taxiar/bg-portada.jpg);
}
.viewpage .faka-banner {
   background-color: #42A62A;
}
.viewpage .primivo-banner {
   background-color: #21409A;
}
.viewpage .pyr-banner {
   background-color: #3C9DA3;
}
.viewpage .vove-banner {
   background-color: #21201E;
}
.viewpage .lgm-banner {
   background-color: #F6303F;
}
.viewpage .tachouno-banner {
   background-color: #000000;
}
.viewpage .swm-banner {
   background-image: url(../img/projectgallery/swm/bg-portada.jpg);
}
#projecttitle > h1{
  font-size:42px;
  margin:0px 0 30px 0;
}
#projecttitle > h4{
   line-height:27px;
}
#projecttitle > ul li{
    font-size: 18px !important;
}
.web {
  margin-top:-90px!important;
  height: 30px!important;
  width: 110px!important;
  float: right!important;
  background: #337ab7!important;
  padding: 5px 10px!important;
  color: white!important;
}
.web > a{
  color: white!important;
}

/* ==========================================================================
Photo Gallery Style
========================================================================== */
.article-g {
    width:100%;
    padding: 10px 0 50px 0;
    margin-top: 120px;
    height:auto; overflow:hidden;
    background-color:#e4e4e4
}
.article-h {
    width:100%;
    height:auto; 
    overflow:hidden;
    padding-top: 20px;
}
.article-h > .view .mask{ 
  padding: 50px 0;
  height: 100%;
  width: 100%;
  color: #fff;
  cursor: pointer;
    background-color: rgba(43, 139, 175, 0.43);
    opacity:0;
    -webkit-transition: all 0.3s ease-in 0.3s;
            transition: all 0.3s ease-in 0.3s;
}
.article-i {
    width:100%;
    padding: 10px 0 50px 0;
    margin-top: 8px;
    height:auto; overflow:hidden;
    background-color:#fff;
}
.photos {
    width: 100%;
    height: 100%;
}
.photos > h1 {
    padding-top: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 42px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #156EAC;
}
.photos > h2 {
    padding-top: 6px;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 300;
    color: #333;
}
.photos > p {
    font-style: italic;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #4D4D4D;
    padding-bottom: 40px;
    padding-top: 30px;
}
.article-g .photos h1 {
    font-family: 'Roboto Medium', sans-serif;
    font-weight: 100;
    color: #F26522;
    padding: 0 0 60px 0;
}
#electronic-box {
    background:#498CCC url('../img/iStock-594907500-e1497021786905.jpg') no-repeat;
    background-position: center right;
    color:#fff;
    font-size: 18px;
    padding: 30px;
    margin-top: 60px;
}
#electronic-box h3 {
    font-size: 48px;
    font-weight: 500;
    padding: 24px 0 0 0;
    text-transform: uppercase;
}
#electronic-box h4 {
    font-size: 24px;
    font-weight: 400;
    padding: 24px 0 6px 0;
}
#electronic-box p {
    font-size: 16px;
    font-weight: 100;
    padding-right: 30%;
    line-height: 24px;
}
#electronic-box .border {
    border: 4px solid #fff;
    padding: 0 0 30px 45px;
    margin-bottom: 20px;
}

#robotics-box {
    background:#498CCC url('../img/alex-knight-199368.jpg') no-repeat;
    background-position: center left;
    color:#fff;
    font-size: 18px;
    padding: 30px;
    margin-top: 60px;
}
#robotics-box h3 {
    font-size: 48px;
    font-weight: 500;
    padding: 24px 0 0 0;
    text-transform: uppercase;
}
#robotics-box h4 {
    font-size: 20px;
    font-weight: 400;
    padding: 24px 0 6px 0;
}
#robotics-box p {
    font-size: 16px;
    font-weight: 100;
    padding-right: 30%;
    line-height: 24px;
}
#robotics-box .border {
    border: 4px solid #fff;
    padding: 0 0 30px 105px;
    margin-bottom: 20px;
}

#internet-box {
    background:#498CCC url('../img/clem-onojeghuo-180152.jpg') no-repeat;
    background-position: center right;
    color:#fff;
    font-size: 18px;
    padding: 30px;
    margin-top: 60px;
}
#internet-box h3 {
    font-size: 48px;
    font-weight: 500;
    padding: 24px 0 0 0;
    text-transform: uppercase;
}
#internet-box h4 {
    font-size: 20px;
    font-weight: 400;
    padding: 24px 0 6px 0;
}
#internet-box p {
    font-size: 16px;
    font-weight: 100;
    padding-right: 30%;
    line-height: 24px;
}
#internet-box .border {
    border: 4px solid #fff;
    padding: 0 0 30px 45px;
    margin-bottom: 20px;
}
.foto{
    overflow: auto;
    top: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #414042;
    display: none;
}
.view {
    line-height: 0;
    width: 20%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.view .mask, .view .content {
    width: 100%;
    height: auto;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.view h2 {
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 48px;
    font-family: 'Roboto' ;
    font-weight: bold;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0
}
.view h3 {
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 24px;
    font-family: 'Roboto' ;
    font-weight: bold;
    padding-top: 24px;
}
.view p {
    line-height: 16px;
    width: 100%;
    height: auto;
    font-family: 'Roboto' sans-serif;
    font-size: 16px!important;
    font-weight: 600;
    position: relative;
    color: #156EAC;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
}
.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
}
.view img { 
    width: auto;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
            transition: all 0.3s ease-in-out 0.3s; 
}
.view .mask{ 
	padding: 50px 0;
	height: 100%;
  width: 100%;
  color: #fff;
  cursor: pointer;
    background-color: rgba(43, 139, 175, 0.93);
    opacity:0;
    -webkit-transition: all 0.3s ease-in 0.3s;
            transition: all 0.3s ease-in 0.3s;
}
.view h2{
    opacity:0;
    background: transparent;
    margin: 5px auto;   
    -webkit-transition: all 0.3s ease-in-out 0.1s;
            transition: all 0.3s ease-in-out 0.1s;
}
.view p { 
    opacity:1;
    -webkit-transition: all 0.3s ease-in-out 0.2s;
            transition: all 0.3s ease-in-out 0.2s;
}
.view a.info { 
    opacity:0;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
            transition: all 0.3s ease-in-out 0.1s;
}
.view:hover .mask {  
    opacity:1; 
    -webkit-transition-delay: 0s; 
            transition-delay: 0s;
}                                                                            
.view:hover h2 { 
    opacity: 1;
}
/*.view:hover p { 
    opacity:1; 
}*/
.view:hover a.info { 
    opacity:1;
}

.view_xs {
    line-height: 0;
    width: 16.66666667%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.view_xs .mask, .view_xs .content {
    width: 100%;
    height: auto;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.view_xs h2 {
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 48px;
    font-family: 'Roboto' ;
    font-weight: bold;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0
}
.view_xs h3 {
    font-size: 24px;
    font-family: 'Roboto' ;
    font-weight: bold;
    padding: 10px;
    margin: 20px 0 0 0
}
.view_xs p {
    line-height: 16px;
    width: 100%;
    height: auto;
    font-family: 'Roboto' ;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    color: #156EAC;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
}
.view_xs a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
}
.view_xs img { 
    width: 65%;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
            transition: all 0.3s ease-in-out 0.3s; 
}
.view_xs .mask{ 
  padding: 80px 0;
  height: 100%;
  width: 100%;
  color: #fff;
  cursor: pointer;
    background-color: rgba(43, 139, 175, 0.93);
    opacity:0;
    -webkit-transition: all 0.3s ease-in 0.3s;
            transition: all 0.3s ease-in 0.3s;
}
.view_xs h2{
    opacity:0;
    background: transparent;
    margin: 5px auto;   
    -webkit-transition: all 0.3s ease-in-out 0.1s;
            transition: all 0.3s ease-in-out 0.1s;
}
.view_xs p { 

    -webkit-transition: all 0.3s ease-in-out 0.2s;
            transition: all 0.3s ease-in-out 0.2s;
}
.view_xs a.info { 
    opacity:0;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
            transition: all 0.3s ease-in-out 0.1s;
}
.view_xs:hover .mask {  
    opacity:1; 
    -webkit-transition-delay: 0s; 
            transition-delay: 0s;
}                                                                            
.view_xs:hover h2 { 
    opacity: 1;
}
.view_xs:hover p { 
    opacity:1; 
}
.view_xs:hover a.info { 
    opacity:1;
}

.view_sm {
    line-height: 0;
    width: 25%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.view_sm .mask, .view_sm .content {
    width: 100%;
    height: auto;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.view_sm h2 {
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 48px;
    font-family: 'Roboto' ;
    font-weight: bold;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0
}
.view_sm h3 {
    font-size: 24px;
    font-family: 'Roboto' ;
    font-weight: bold;
    padding: 10px;
    margin: 20px 0 0 0
}
.view_sm p {
    line-height: 16px;
    width: 100%;
    height: auto;
    font-family: 'Roboto' ;
    font-size: 14px;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    text-align: center
}
.view_sm a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
}
.view_sm img { 
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
            transition: all 0.3s ease-in-out 0.3s; 
}
.view_sm .mask{ 
  padding: 80px 0;
  height: 100%;
  width: 100%;
  color: #fff;
  cursor: pointer;
    background-color: rgba(43, 139, 175, 0.93);
    opacity:0;
    -webkit-transition: all 0.3s ease-in 0.3s;
            transition: all 0.3s ease-in 0.3s;
}
.view_sm h2{
    opacity:0;
    background: transparent;
    margin: 5px auto;   
    -webkit-transition: all 0.3s ease-in-out 0.1s;
            transition: all 0.3s ease-in-out 0.1s;
}
.view_sm p { 
    
    opacity:0;
    -webkit-transition: all 0.3s ease-in-out 0.2s;
            transition: all 0.3s ease-in-out 0.2s;
}
.view_sm a.info { 
    opacity:0;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
            transition: all 0.3s ease-in-out 0.1s;
}
.view_sm:hover .mask {  
    opacity:1; 
    -webkit-transition-delay: 0s; 
            transition-delay: 0s;
}                                                                            
.view_sm:hover h2 { 
    opacity: 1;
}
.view_sm:hover p { 
    opacity:1; 
}
.view_sm:hover a.info { 
    opacity:1;
}

.view_md {
    line-height: 0;
    width: 50%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.view_md .mask, .view_md .content {
    width: 100%;
    height: auto;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.view_md h2 {
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 48px;
    font-family: 'Roboto' ;
    font-weight: bold;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0
}
.view_md h3 {
    font-size: 28px;
    font-family: 'Roboto' ;
    font-weight: bold;
    padding: 10px;
    margin: 2px 0 0 0
}
.view_md p {
    line-height: 16px;
    width: 100%;
    height: auto;
    font-family: 'Roboto' ;
    font-size: 18px;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    text-align: center
}
.view_md a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
}
.view_md img { 
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
            transition: all 0.3s ease-in-out 0.3s; 
}
.view_md .mask{ 
  padding: 80px 0;
  height: 100%;
  width: 100%;
  color: #fff;
  cursor: pointer;
  line-height: 18px;
    background-color: rgba(43, 139, 175, 0.93);
    opacity:0;
    -webkit-transition: all 0.3s ease-in 0.3s;
            transition: all 0.3s ease-in 0.3s;
}
.view_md h2{
    opacity:0;
    background: transparent;
    margin: 5px auto;   
    -webkit-transition: all 0.3s ease-in-out 0.1s;
            transition: all 0.3s ease-in-out 0.1s;
}
.view_md p { 
    
    opacity:0;
    -webkit-transition: all 0.3s ease-in-out 0.2s;
            transition: all 0.3s ease-in-out 0.2s;
}
.view_md a.info { 
    opacity:0;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
            transition: all 0.3s ease-in-out 0.1s;
}
.view_md:hover .mask {  
    opacity:1; 
    -webkit-transition-delay: 0s; 
            transition-delay: 0s;
}                                                                            
.view_md:hover h2 { 
    opacity: 1;
}
.view_md:hover p { 
    opacity:1; 
}
.view_md:hover a.info { 
    opacity:1;
}

.view_md2 {
    line-height: 0;
    width: 33.3%;
    height: 25%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.view_md2 .mask, .view_md2 .content {
    width: 100%;
    height: auto;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.view_md2 h2 {
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 48px;
    font-family: 'Roboto' ;
    font-weight: bold;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0
}
.view_md2 h3 {
    font-size: 28px;
    font-family: 'Roboto' ;
    font-weight: bold;
    padding: 10px;
    margin: 2px 0 0 0
}
.view_md2 p {
    line-height: 16px;
    width: 100%;
    height: auto;
    font-family: 'Roboto' ;
    font-size: 18px;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    text-align: center
}
.view_md2 a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
}
.view_md2 img { 
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
            transition: all 0.3s ease-in-out 0.3s; 
}
.view_md2 .mask{ 
  padding: 80px 0;
  height: 100%;
  width: 100%;
  color: #fff;
  cursor: pointer;
  line-height: 18px;
    background-color: rgba(43, 139, 175, 0.93);
    opacity:0;
    -webkit-transition: all 0.3s ease-in 0.3s;
            transition: all 0.3s ease-in 0.3s;
}
.view_md2 h2{
    opacity:0;
    background: transparent;
    margin: 5px auto;   
    -webkit-transition: all 0.3s ease-in-out 0.1s;
            transition: all 0.3s ease-in-out 0.1s;
}
.view_md2 p { 
    
    opacity:0;
    -webkit-transition: all 0.3s ease-in-out 0.2s;
            transition: all 0.3s ease-in-out 0.2s;
}
.view_md2 a.info { 
    opacity:0;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
            transition: all 0.3s ease-in-out 0.1s;
}
.view_md2:hover .mask {  
    opacity:1; 
    -webkit-transition-delay: 0s; 
            transition-delay: 0s;
}                                                                            
.view_md2:hover h2 { 
    opacity: 1;
}
.view_md2:hover p { 
    opacity:1; 
}
.view_md2:hover a.info { 
    opacity:1;
}

.view_lg {
    line-height: 0;
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.view_lg .mask, .view_lg .content {
    width: 100%;
    height: auto;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.view_lg h2 {
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 48px;
    font-family: 'Roboto' ;
    font-weight: bold;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0
}
.view_lg h3 {
    font-size: 28px;
    font-family: 'Roboto' ;
    font-weight: bold;
    padding: 10px;
    margin: 2px 0 0 0
}
.view_lg p {
    line-height: 16px;
    width: 100%;
    height: auto;
    font-family: 'Roboto' ;
    font-size: 18px;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    text-align: center
}
.view_lg a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
}
.view_lg img { 
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
            transition: all 0.3s ease-in-out 0.3s; 
}
.view_lg .mask{ 
  padding: 80px 0;
  height: 100%;
  width: 100%;
  color: #fff;
  cursor: pointer;
  line-height: 18px;
    background-color: rgba(43, 139, 175, 0.93);
    opacity:0;
    -webkit-transition: all 0.3s ease-in 0.3s;
            transition: all 0.3s ease-in 0.3s;
}
.view_lg h2{
    opacity:0;
    background: transparent;
    margin: 5px auto;   
    -webkit-transition: all 0.3s ease-in-out 0.1s;
            transition: all 0.3s ease-in-out 0.1s;
}
.view_lg p { 
    
    opacity:0;
    -webkit-transition: all 0.3s ease-in-out 0.2s;
            transition: all 0.3s ease-in-out 0.2s;
}
.view_lg a.info { 
    opacity:0;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
            transition: all 0.3s ease-in-out 0.1s;
}
.view_lg:hover .mask {  
    opacity:1; 
    -webkit-transition-delay: 0s; 
            transition-delay: 0s;
}                                                                            
.view_lg:hover h2 { 
    opacity: 1;
}
.view_lg:hover p { 
    opacity:1; 
}
.view_lg:hover a.info { 
    opacity:1;
}

.cursor {
  cursor: default;
}
#relatedmaster{
  background:#D1D3D4;
  padding: 20px 220px;
}
#relatedmaster p {
  color: #6D6E71;
  font-weight: bold;
  font-size: 36px;
}
#relatedmaster img {
  float: left;
}
.modal-dialog {
  width: 724px;
  margin: 120px auto;
  height: 610px;
}
.modal-header {
  padding: 5px 15px;
}
.modal-body {
  background: url(../img/develop_popup.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  height: 660px;
}
.modal-button {
  position: absolute; 
  bottom: 0%; 
  left: 0%;
  color: #fff;
  background-color: #3D58A7;
  border-color: #2e6da4;
  border-radius: 0;
  width: 100%;
  height: 50px;
  font-size: 24px;
  font-weight: 600;
}
.btn-popup {
    color: #fff;
    background-color: #3D58A7;
    border-color: #2e6da4;
    border-radius: 0;
    width: 100%;
    height: 50px;
    font-size: 24px;
    font-weight: 600;
}
.btn-popup:hover {
    color: #ccc;
}

/* ==========================================================================
Media Queries
========================================================================== */
@media (min-width: 1366px) and (max-width: 2700px) {
  .view .mask {
  padding: 50px 0;
  }
  .view .mask p {
    font-size: 24px;
  }
  .view_sm p {
    line-height: 18px;
    font-size: 14px;
  }
  .sectiontext > h1 {
    font-size: 86px;
    line-height: 80px;
  }
 /* #discusstext .btn-purple {
    font-size: 24px;
    padding: 18px 35%; 
  }*/
  #discusstext .icon-id {
    background-position: 200px;
  }
  #discusstext .navy {
    padding-bottom: 36px;
  }
  #discusstext .navy p {
    padding: 38px 18px 44px;
  }
  #other-process-section .bottom-button {
    padding-left: 42%;
  }
  #pinchnroll-process-section {
    background-image: url(../img/pinchnroll-process-bg2740.jpg);
    background-position: center top;
    background-repeat: no-repeat;
  }
  #another-process-section {
    margin-top: 40px;
    background: url(../img/other-process-bg2740.jpg);
    background-position: center top;
    background-repeat: no-repeat;
  }
  .hiden {
    display: none;
  }
}
@media (min-width: 1201px) and (max-width: 1365px) {
    .view_sm h3 {
      padding: 10px;
      margin: -20px 0 0 0;
      line-height: 20px;
    }
    .view .mask {
      padding: 90px 0;
    }
    .hiden {
    display: none;
    }
}
@media (min-width: 1101px) and (max-width: 1200px) {
    #discusstext {
      padding-top: 60px;
    }
    #discusstext .table-bg {
      background: url(../img/table-bg724.jpg);
      background-position: center top;
      background-repeat: repeat-y;
    }
    .view{
        width: 20%
    }
    .view_sm h3 {
      padding: 10px;
      margin: -20px 0 0 0;
      line-height: 20px;
    }

     /* ===== Case Study Media Queries ===== */
  .btn-light, .btn-light:focus, .btn-light.focus, .btn-light:active, .btn-light.active {
    float: left;
  }
  #process-section .page-text {
    background-image: none;
  }
  #process-section .page-text h1 {
    padding: 60px 0 0 0;
  }
  #process-section .page-text h4 {
    padding: 16px 0 0 20px;
  }
  #process-section .page-planning h1 {
    padding: 60px 0 0 0;
    font-size: 20px;
  }
  #process-section .page-planning h4 {
    padding: 6px 0 0 3px;
  }
  #other-process-section .page-text {
    background-image: none;
  }
  #other-process-section .page-text h1 {
    padding: 140px 0 0 80px;
    font-size: 20px;
  }
  #other-process-section .text-left h1 {
    font-size: 24px;
  }
  #other-process-section .bottom-button {
    padding-left: 40%;
  }
  #development-section .page-text {
    width: 75%;
  }
  .square-testimonial {
    height: auto;
  }
  .test2 {
    background: url(../img/testimonial-bg-mobile.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
  }
  .view_md p {
    display: none;
  }
  .hiden {
    display: none;
  }
}

@media (min-width: 801px) and (max-width: 1100px) {
    .sectiontext > h1 {
      font-size: 48px;
    }
    #discusstext {
      padding-top: 60px;
    }
    #discusstext .icon-id {
      background: none;
    }
    #discusstext .table-bg {
      background: none;
    }
    #discusstext .navy {
      background: #093C6C;
    }
    #discusstext .blue {
      background: #2C72B3;
    }
    #discusstext .cyan {
      background: #498CCC;
    }
    .view{
        width: 20%;
    }
    .view_sm h3 {
      padding: 10px;
      margin: -60px 0 0 0;
      line-height: 20px;
    }
    .view_md h3 {
      margin: -10px 0 0 0;
    }
    .view_md p {
      display: none;
    }
    .article-h {
        width: 100%;
    }

  /* ===== Case Study Media Queries ===== */
  .slogancase {
    margin-top: -188px;
  }
  .btn-light, .btn-light:focus, .btn-light.focus, .btn-light:active, .btn-light.active {
    float: left;
  }
  .icongoal {
    background-image: none;
  }
  #process-section .page-text {
    background-image: none;
  }
  #process-section .page-text h1 {
    padding: 60px 0 0 0;
  }
  #process-section .page-text h4 {
    padding: 16px 0 0 20px;
  }
  #process-section .page-planning h1 {
    padding: 60px 0 0 0;
    font-size: 20px;
  }
  #process-section .page-planning h4 {
    padding: 6px 0 0 3px;
  }
  #other-process-section .page-text {
    background-image: none;
  }
  #other-process-section .page-text h1 {
    padding: 140px 0 0 80px;
    font-size: 20px;
  }
  #other-process-section .counter-up .fact {
    background: none;
  }
  #other-process-section .text-right h1 {
    display: none;
  }
  #other-process-section .text-right h4 {
    display: none;
  }
  #other-process-section .text-left h1 {
    font-size: 24px;
  }
  #other-process-section .bottom-button {
    padding-left: 36%;
  }
  #development-section .page-text {
    width: 75%;
  }
  .square-testimonial {
    height: auto;
  }
  .square-testimonial-taxiar {
    height: 100%;
  }
  .test2 {
    background: url(../img/testimonial-bg-mobile.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
  }
  .hiden {
    display: none;
  }
  .extra-space-xxl {
    display: none;
  }

}
@media (min-width: 481px) and (max-width: 800px) {
    .sectiontext {
      margin-left: -1px;
    }
    .sectiontext > h1 {
      line-height: 50px;
      font-size: 48px;
      margin-top: 120px;
    }
    #discusstext {
      padding-top: 60px;
    }
    #discusstext > span {
      padding: 80px 40px 80px 40px;
    }
    #discusstext > h2 > i {
      padding: 0 1px 0 1px;
    }
    #discusstext .icon-id {
      background: none;
    }
    #discusstext .table-bg {
      background: none;
    }
    #discusstext .navy {
      background: #093C6C;
    }
    #discusstext .blue {
      background: #2C72B3;
    }
    #discusstext .cyan {
      background: #498CCC;
    }
    #discusstext .btn-purple {
      font-size: 24px;
    }

    .article-h {
        width: 100%;
    }
    .view {
        width: 100%;
        padding-bottom: 40px;
    }
    .view_sm {
        width: 50%;
    }
    .view_sm h3 {
      padding: 10px;
      margin: -20px 0 0 0;
      line-height: 20px;
    }
    .view_md {
      width: 100%;
    }
    .view_xs {
      width: 50%;
    }
    .modal-dialog {
        width: 310px;
        margin: 120px auto;
        height: 580px;
    }
    .modal-body {
        background: url(../img/develop_popup_movil.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        height: 580px;
    }
    .iteme, .itemf, .col-xs-2 {
      display: none;
    }

    /* ===== Case Study Media Queries ===== */
  .slogancase > h1 {
    font-size: 18px;
    line-height: 60px;
    padding-top: 100px;
  }
  .icongoal {
    background-image: none;
  }
  .btn-light, .btn-light:focus, .btn-light.focus, .btn-light:active, .btn-light.active {
    float: left;
  }
  #process-section .page-text {
    background-image: none;
  }
  #process-section .page-text h1 {
    padding: 60px 0 0 60px;
  }
  #process-section .page-text h4 {
    padding: 16px 0 0 20px;
  }
  #process-section .page-planning {
    padding-top: 20px;
  }
  #process-section .page-planning h1 {
    padding: 60px 0 60px 20px;
  }
  #process-section .page-planning h4 {
    padding: 16px 0 30px 30px;
  }
  #other-process-section .page-text {
    background-image: none;
  }
  #other-process-section .page-text h1 {
    padding: 50px 0 0 60px;
  }
  #other-process-section .counter-up {
    padding: 100px 0 18px 0;
  }
  #other-process-section .counter-up .fact {
    background: none;
  }
  #other-process-section .text-right {
    padding-top: 80px;
  }
  #other-process-section .text-right h1 {
    padding: 40px 0 0 40px;
  }
  #development-section .page-text {
    width: 100%;
  }
  #other-process-section .bottom-button {
    padding-left: 32%;
  }
  .owl-next {
    display: inherit!important;
  }
  .square-testimonial {
    height: auto;
  }
  .square-testimonial-taxiar {
    height: 100%;
    width: 100%;
  }
  .hidden-mobile {
    display: none;
  }
  .test2 {
    background: none;
  }
  .extra-space-xxl {
    display: none;
  }
  .ac-wrapper h2 {
    display: none;
  }
  .hiden {
    display: none;
  }

}
@media (min-width: 320px) and (max-width: 480px) {
  .sectiontext {
   margin-left: -1px;
  }
  .photos > h1 {
   font-size: 36px;
   padding-top: 6px;
  }
  .photos > h2 {
   padding-top: 6px;
  }
  .article-h {
   width: 100%;
  }
  .view {
   width: 100%;
   padding-bottom: 40px;
  }
  .view_sm{
   width: 50%;
  }
  .view_sm p {
   display: none;
  }
  .view_sm h3 {
    font-size: 18px;
    padding: 10px;
    margin: -20px 0 0 0;
    line-height: 20px;
  }
  .view_md {
    width: 100%;
  }
  .view_xs {
    width: 50%;
  }
  .view_md h3 {
    margin: -60px 0 0 0;
    line-height: 70px;
  }
  .view_md p {
    display: none;
  }
  .sectiontext {
    margin-top: -10px;
    margin-left: 20px;
  }
  .sectiontext .digital-title {
    font-size: 36px;
    font-weight: 500;
    margin: 355px 35px 25px 0;
    line-height: 42px;
  }
  .sectiontext .linetext {
    display: none;
  }
  .sectiontext > h1 {
    font-size: 28px;
    line-height: 50px;
  }
  .sectiontext .captiontext {
    font-size: 24px;
    padding-bottom: 24px;
  }
  .discuss {
    padding-top: 70px;
  }
  .discuss > .testimonial {
    font-size: 16px;
  }
  .discuss > .testimonial i {
    font-size: 12px;
    color: #999;
  }
  /*#discusstext {
    padding-top: 60px;
  }*/
  #discusstext > h3 {
     padding-top: 8px; 
  }
  #discusstext > h3 > i {
    font-size: 24px;
  }
  #discusstext > h4 {
    font-size: 16px;
    font-weight: 500;
    color: #498CCC;
    padding: 4% 6%;
    line-height: 18px;
  }
  #discusstext > p {
    font-size: 18px;
  }
  #discusstext > span {
    padding: 80px 40px 80px 40px;
  }
  #discusstext .btn-default {
    font-size: 24px;
  }
  #discusstext .img-btn {
    width: 50%;
  }
  #discusstext .margin-85 {
    margin-top: -8px;
  }
  #discusstext .btn-purple {
    font-size: 14px;
    margin-top: 14px;
    font-weight: bold;
  }
  #discusstext .icon {
    border-right: none;
  }
  #discusstext .icon-id {
    background: none;
  }
  #discusstext .table-bg {
      background: none;
  }
  #discusstext .navy {
    background: #093C6C;
  }
  #discusstext .blue {
    background: #2C72B3;
  }
  #discusstext .cyan {
    background: #498CCC;
  }
  #discusstext .photos p {
    font-size: 28px!important;
    font-weight: 500;
  }
  #discusstext .photos h2 {
    font-size: 20px!important;
    text-align: center;
  }
  #discusstext .table-digital {
    padding-bottom: 50px;
  }
  #discusstext .table-digital .optimize .navy, #discusstext .table-digital .convert .navy, #discusstext .table-digital .reduce .navy, #discusstext .table-digital .increase .navy {
    background: none;
  }
  #discusstext .table-digital .navy p {
    color:#333;
    font-size: 18px!important;
    font-weight: 700;
    padding-bottom: 30px;
    padding-top: 40px;
    padding-left: 160px;
    text-align: left;
  }
  #discusstext .table-digital .optimize {
    background-image: url(../img/bgmobile_optimizar-presupuesto.png);
    background-position: left top;
    background-repeat: no-repeat;
    margin-right: -45px;
    margin-left: -45px;
  }
  #discusstext .table-digital .convert {
    background-image: url(../img/bgmobile_convertir-ventas.png);
    background-position: left top;
    background-repeat: no-repeat;
    margin-right: -45px;
    margin-left: -45px;
  }
  #discusstext .table-digital .reduce {
    background-image: url(../img/bgmobile_reducir-costo.png);
    background-position: left top;
    background-repeat: no-repeat;
    margin-right: -45px;
    margin-left: -45px;
  }
  #discusstext .table-digital .increase {
    background-image: url(../img/bgmobile_incrementar-valor.png);
    background-position: left top;
    background-repeat: no-repeat;
    margin-right: -45px;
    margin-left: -45px;
  }
  .projectdescbanner{
   height:250px;
   background-size: cover;
  }
  .machines-banner img {
    height:250px;
    background-size: cover;
  }
  .oil-banner img {
    height:250px;
    background-size: cover;
  }
  .olives-banner img {
    height:250px;
    background-size: cover;
  }
  .commercial-banner img {
    height:250px;
    background-size: cover;
  }
  .emd-banner img {
    height:250px;
    background-size: cover;
  }
  .factory-banner img {
    height:250px;
    background-size: cover;
  }
  .pyr-banner img {
    height:250px;
    background-size: cover;
    text-align: center;
  }
  .taxiar-banner img {
    height:250px;
    background-size: cover;
  }
  .faka-banner img {
    height:250px;
    background-size: cover;
  }
  .primivo-banner img {
    height:250px;
    background-size: cover;
  }
  .vove-banner img {
    height:250px;
    background-size: cover;
  }
  .lgm-banner img {
    height:250px;
    background-size: cover;
  }
  .tachouno-banner img {
    height:250px;
    background-size: cover;
  }
  .swm-banner img {
    height:250px;
    background-size: cover;
  }
  #relatedmaster {
    padding: 20px 20px;
  }
  .modal-dialog {
    width: 310px;
    margin: 120px auto;
    height: 580px;
  }
  .modal-body {
    background: url(../img/develop_popup_movil.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    height: 580px;
  }
  #electronic-box h3 {
    font-size: 28px;
  }
  #electronic-box .border {
    background: rgba(73, 141, 206, 0.9);
  }
  #robotics-box h3 {
    font-size: 28px;
  }
  #robotics-box .border {
    background: rgba(73, 141, 206, 0.9);
    padding: 0 40px 30px 50px;
  }
  #internet-box h3 {
    font-size: 28px;
  }
  #internet-box .border {
    background: rgba(73, 141, 206, 0.9);
  }

  /* ===== Case Study Media Queries ===== */
.title-bar {
  height: 80px;
  margin-bottom: 80px;
}
.title-bar h2 {
  font-size: 28px;
  padding-top: 12px;
}
.title-bar p {
  font-size: 14px;
}
.img-responsive {
    width: 100%;
  }
  .slogancase {
    margin-top: 0px;
    padding: 0;
  }
  .slogancase > h1 {
    font-size: 18px;
    line-height: 50px;
  }
  .btn-light, .btn-light:focus, .btn-light.focus, .btn-light:active, .btn-light.active {
    float: left;
  }
  .challengetext p {
    padding-bottom: 8px;
  }
  .goaltext > h1{
    padding-top: 60px;
    width: 90%;
  }
  #process-section .page-text {
    background-image: none;
  }
  #process-section .page-text h1 {
    padding: 60px 0 0 60px;
  }
  #process-section .page-text h4 {
    padding: 16px 0 0 20px;
  }
  #process-section .page-planning {
    padding-top: 16px;
    margin-bottom: -60px;
  }
  #process-section .page-planning h1 {
    padding: 60px 0 60px 20px;
  }
  #process-section .page-planning h4 {
    padding: 16px 0 30px 30px;
  }
  #process-section .page-text2 h1 {
    text-align: center;
    padding: 100px 0 0 0;
  }
  #process-section .page-text2 h4 {
    text-align: center;
    padding: 16px 0;
  }
  #other-process-section .page-text {
    background-image: none;
  }
  #other-process-section .page-text h1 {
    padding: 50px 0 0 60px;
  }
  .icongoal {
    background-image: none;
    width: 100%;
  }
  .icongoal-last {
    margin-bottom: 0px;
    width: 100%;
  }
  .icongoal-taxiar-last {
    margin-bottom: 80px;
    width: 100%;
  }
  #other-process-section .counter-up {
    padding: 100px 0 18px 0;
    background-color: transparent;
  }
  #other-process-section .counter-up .fact {
    background: none;
  }
  #other-process-section .text-right {
    padding-top: 80px;
  }
  #other-process-section .text-right h1 {
    padding: 40px 0 0 40px;
  }
  #other-process-section .bottom-button {
    padding-left: 15%;
  }
  #another-process-section {
    margin-top: 500px;
  }
  #another-process-section .screen-text h1 {
    font-size: 20px;
  }
  #another-process-section .screen-text h4 {
    width: 100%;
  }
  #pinchnroll-process-section img {
    width: auto;
  }
  #pinchnroll-process-section .page-text {
    margin: 40px 8px 0 20px;
  }
  #pinchnroll-process-section .page-planning {
    padding-top: 160px;
    padding-left: 10px;
    background-image: url(../img/pinchnroll-mobile.png);
    background-position: center top;
    background-repeat: no-repeat;
    height: 1120px;
  }
  #pinchnroll-process-section .text-bottom {
    display: none;
  }
  #outcome-section {
    padding-top: 49px;
  }
  #development-section .page-text h1 {
    padding: 80px 0 0 0;
  }
  #development-section .page-text {
    width: 100%;
  }
  .test2 {
    background: none;
  }
  .test2-taxiar {
    background: none;
  }
  .test2-pinchnroll {
    background: none;
  }
  .square-testimonial {
    height: auto;
  }
  .hidden-mobile {
    display: none;
  }
  .extra-space-xxl {
  display: none;
  }
}