/* ==========================================================================
Typography
========================================================================== */
p {
  font-size: 21px;
  line-height: 22.4px;
  color: #727270; }

h1 {
  font-size: 48px;
  color: #727270; }

h2 {
  font-size: 40px;
  color: #2d3033; }

h3 {
  font-size: 28px;
  color: #2d3033;
  font-weight: 300; }

h4 {
  font-size: 22px;
  color: #2d3033;
  font-weight: 400; }

h5 {
  font-size: 28px;
  color: #727270;
  font-weight: 700; }
  
h6 {
  font-size: 48px;
  color: #727270;
  font-weight: 300; }

.btn {
  background-color: #e84545;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase; }
  .btn:hover, .btn:focus {
    background-color: #e52e2e;
    color: #fff; }
  .btn-large {
    padding: 15px 40px; }

/* ==========================================================================
	General Styles
========================================================================== */
a {
  color: #727270; }

a:hover, a:focus {
  text-decoration: none;
  -moz-transition: background-color, color, 0.3s;
  -o-transition: background-color, color, 0.3s;
  -webkit-transition: background-color, color, 0.3s;
  transition: background-color, color, 0.3s; }

body {
  font-family: "Exo-Bold", sans-serif;
  font-weight: 400;
  color: #6c7279; }

ul, ol {
  margin: 0;
  padding: 0; }

ul li {
  list-style: none; }

.section {
  padding: 100px 0; }

.no-padding {
  padding: 0; }

.no-gutter [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

/* ==========================================================================
	$Header
========================================================================== */
#header {
  position: fixed;
  width: 100%;
  z-index: 999; }
  #header .header-content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin: 0 auto;
    max-width: 1170px;
    padding: 40px 0;
    width: 100%;
    -moz-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s; }
  #header .logo {
    float: left; }

#header.fixed {
  background-color: #ffffff; }
  #header.fixed .header-content {
    border-bottom: 0;
    padding: 25px 0; }
  #header.fixed .nav-toggle {
    top: 18px; }

.navigation.open {
  opacity: 0.9;
  visibility: visible;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.navigation {
  float: right; }
  .navigation li {
    display: inline-block; }
  .navigation a {
    color: rgba(114, 114, 112, 1);
    font-size: 18px;
    font-weight: 700;
    margin-left: 40px;
    text-transform: uppercase; }
    .navigation a:hover, .navigation a.active {
      color: #727270; }
	  
.navigationb {
  float: right; }
  .navigationb li {
    display: inline-block; }
  .navigationb a {
    color: rgba(114, 114, 112, 1);
    font-size: 24px;
    font-weight: 700;
    margin-left: 40px;
    text-transform: uppercase; }
    .navigationb a:hover, .navigationb a.active {
      color: #727270; }

.nav-toggle {
  display: none;
  height: 44px;
  overflow: hidden;
  position: fixed;
  right: 5%;
  text-indent: 100%;
  top: 32px;
  white-space: nowrap;
  width: 44px;
  z-index: 99999;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .nav-toggle:before, .nav-toggle:after {
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform; }
  .nav-toggle:before {
    background-color: #e84545;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .nav-toggle:after {
    background-color: #e84545;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s; }
  .nav-toggle span {
    background-color: #fff;
    bottom: auto;
    display: inline-block;
    height: 3px;
    left: 50%;
    position: absolute;
    right: auto;
    top: 50%;
    width: 18px;
    z-index: 10;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .nav-toggle span:before, .nav-toggle span:after {
      background-color: #fff;
      content: "";
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -moz-backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-transition: -moz-transform 0.3s;
      -o-transition: -o-transform 0.3s;
      -webkit-transition: -webkit-transform 0.3s;
      transition: transform 0.3s; }
    .nav-toggle span:before {
      -moz-transform: translateY(-6px) rotate(0deg);
      -ms-transform: translateY(-6px) rotate(0deg);
      -webkit-transform: translateY(-6px) rotate(0deg);
      transform: translateY(-6px) rotate(0deg); }
    .nav-toggle span:after {
      -moz-transform: translateY(6px) rotate(0deg);
      -ms-transform: translateY(6px) rotate(0deg);
      -webkit-transform: translateY(6px) rotate(0deg);
      transform: translateY(6px) rotate(0deg); }
  .nav-toggle.close-nav:before {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  .nav-toggle.close-nav:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  .nav-toggle.close-nav span {
    background-color: rgba(255, 255, 255, 0); }
    .nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
      background-color: #fff; }
    .nav-toggle.close-nav span:before {
      -moz-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
      -webkit-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg); }
    .nav-toggle.close-nav span:after {
      -moz-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
      -webkit-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg); }

/* ==========================================================================
	$Banner
========================================================================== */
.banner {
  background-image: url(../images/banner2.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 950px; }

.banner-text {
  padding-top: 25%; }
  .banner-text h1 {
    color: #3f7a7d;
    font-family: "Exo-Bold", sans-serif;
    font-weight: 200;
    width: 70%;}
  .banner-text p {
    color: #727270;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 80px;
	width: 50%; }
	
.banner2-text {
  padding-top: 0%; }
  .banner2-text h1 {
    color: #727270;
    font-family: "Exo-Bold", sans-serif;
    font-weight: 200;
    text-transform: uppercase; }
  .banner2-text p {
    color: #727270;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 80px; }

/* ==========================================================================
	$Somos
========================================================================== */
.somos {
  background-image: url(../images/Business-Strategy-3.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 950px; }

.somos-text {
  padding-top: 5%; }
  .banner-text h6 {
    color: #3f7a7d;
    font-family: "Exo-Bold", sans-serif;
    font-weight: 200;
    width: 100%;}
  .somos-text p {
    color: #727270;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 80px;
	width: 100%; }
	

/* ==========================================================================
	$Features
========================================================================== */
.feature {
  margin-bottom: 50px; }
  .feature-content {
    padding: 0 15px;
    margin-top: 30px; }
  .feature .icon {
    color: #000000;
    font-size: 60px; }

/* ==========================================================================
	$Works
========================================================================== */
.work {
  -moz-box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
  min-height: 350px;
  overflow: hidden;
  position: relative;
  visibility: hidden; }
  .work .overlay {
    background: rgba(82, 82, 81, 0.9);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transition: opacity, 0.3s;
    -o-transition: opacity, 0.3s;
    -webkit-transition: opacity, 0.3s;
    transition: opacity, 0.3s; }
  .work .overlay-caption {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .work h5, .work p, .work img {
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s; }
  .work h5, .work p {
    color: #fff;
    margin: 0;
    opacity: 0; }
  .work h5 {
    margin-bottom: 5px;
    -moz-transform: translate3d(0, -200%, 0);
    -ms-transform: translate3d(0, -200%, 0);
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0); }
  .work p {
    -moz-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0); }

.work-box:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }
.work-box:hover .overlay {
  opacity: 1; }
  .work-box:hover .overlay h5, .work-box:hover .overlay p {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/* ==========================================================================
	$Teams
========================================================================== */
.person {
  max-width: 270px; }
  .person-content {
    margin-top: 20px; }
  .person h4 {
    font-weight: 600; }
  .person h5 {
    color: #e84545;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px; }

.social-icons, .footer .footer-share {
  margin-top: 30px; }
  .social-icons li, .footer .footer-share li {
    float: left; }
  .social-icons a, .footer .footer-share a {
    border: 1px solid #e8ecee;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #c6cacc;
    display: block;
    font-size: 21px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 40px; }
    .social-icons a:hover, .footer .footer-share a:hover {
      background-color: #e84545;
      border-color: #e84545;
      color: #fff; }

/* ==========================================================================
	$Testimonials
========================================================================== */
.testimonials {
  background-color: #ffffff;
  position: relative; }
  .testimonials blockquote {
    border: 0;
    margin: 0;
    padding: 100px 15% 0; }
  .testimonials p {
    color: ##727270;
    font: 21px "Exo-Bold", serif; }
  .testimonials cite {
    color: ##727270;
    display: block;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    margin-top: 30px; }

/* ==========================================================================
	$Download
========================================================================== */
.download h3 {
  margin-top: 0; }
.download p {
  color: #2d3033;
  font-weight: 600;
  text-transform: uppercase; }
.download .btn {
  margin-top: 30px; }

/* ==========================================================================
	$Footer
========================================================================== */
.site-footer.my-foo {
    background-color: #212f3d;
    color: #95a2ad;
    font-size: 14px;
    text-align: center;
}
.my-foo .site-info {
    margin: 0 auto;
    max-width: 1040px;
    padding: 20px 0;
    width: 100%;
    color: #95a2ad;
    font-family: raleway,sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
}
.site-footer.my-foo .sidebar-container {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #000000;
    padding: 0;
}
.site-footer.my-foo .widget-area {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}
.site-footer.my-foo .widget {
    color: #fff;
    float: left;
    margin: 30px 0;
    padding: 40px 40px 35px;
    width: 30%;
}
.site-footer.my-foo aside:first-child {
    color: #fff;
    float: left;
    margin: 30px 0;
    padding: 40px 26px;
    width: 30%;
}

.site-footer.my-foo aside:nth-child(2n) {
    color: #fff;
    float: left;
    margin: 30px 0;
    padding: 40px 26px;
    width: 30%;
}
.site-footer.my-foo aside:nth-child(3n) {
    color: #fff;
    float: left;
    margin: 30px 0;
    padding: 40px 26px;
    width: 33%;
}

.site-footer.my-foo .widget .widget-title {
    color: #ffffff;
    font-family: "Exo-Bold";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
}
.listlft {
    float: left;
    width: 48%;
}
.listrght {
    float: left;
    margin-left: 10px;
    width: 47%;
}
.site-footer.my-foo .widget a {
    color: #3598dc;
    text-decoration: none;
}
.site-footer.my-foo .widget a:hover {
    color: #0000ff;
    text-decoration: none;
}

.site-footer.my-foo aside {
    font-family: "Exo-Bold";
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}
.site-footer.my-foo .listmain .hightlit a {
    color: #76057e;
}
.ttlborder {
    border: 1px solid #7d8b99;
    height: 2px;
    margin-bottom: 15px;
    margin-top: 25px;
    width: 50px;
}
.site-footer.my-foo ul.inte .newsltr > a {
    color: #ffffff;
}
.site-footer.my-foo ul.inte .newsltr > a:hover {
    color: #3598dc;
}
.contwidg p {
    border-bottom: 1px solid;
    color: #95a2ad;
    padding-bottom: 20px;
    margin: 0 0 22px;
}
.inte > li {
    line-height: 25px;
}
.site-footer.my-foo .footer-shadow {
    background: #2b3d4f;
    border-color: #000000;
    padding: 0;
}

.footer-menu li {
    display: inline;
    padding: 10px;
    position: relative;
    text-align: left;
}
.foot-nav {
    float: left;
    width: 400px;
}
.foot-mid {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}
.foot-social {
    float: right;
    margin-bottom: 20px;
    width: 400px;
}
.foot-mid .footer-menu {
    padding: 0;
}
.foot-mid .footer-menu li {
    display: block;
    float: left;
    padding: 10px;
    position: relative;
    text-align: left;
}
.foot-mid .footer-menu li a {
    color: #fff;
    float: left;
    font-size: 17px;
    padding: 10px 6px 0 2px;
    position: relative;
    text-align: left;
    word-wrap: break-word;
}
.foot-social a.sh-sb-link {
    padding: 0 14px;
}


.f-nav .homewid .nav-menu li a {
    color: #717982;
    display: block;
    font-size: 16px;
    line-height: 1;
    padding: 5px 20px;
    text-decoration: none;
}

.f-nav .homewid {
    margin: 0 auto;
    width: 1200px;
}

/* ==========================================================================
	$Utilities
========================================================================== */
.work:nth-child(1) {
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }
.work:nth-child(2) {
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }
.work:nth-child(3) {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }
.work:nth-child(4) {
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }
.work:nth-child(5) {
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }
.work:nth-child(6) {
  -moz-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }
.work:nth-child(7) {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }
.work:nth-child(8) {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.animated {
  visibility: visible; }

/* ==========================================================================
	Font Icon 
========================================================================== */
@font-face {
  font-family: "Exo-Bold";
  src: url('../fonts/Exo-Medium.ttf?1439850014') format('truetype'), url('../fonts/Exo-Medium.eot?1439850014') format('embedded-opentype'), url('../fonts/Exo-Medium.svg?1439850014') format('svg'), url('../fonts/Exo-Medium.woff?1439850014') format('woff'); }
.icon {
  font-family: 'Exo-Bold';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
