
@font-face {
	font-family: 'Futura PT light';
	src: url("../font/FuturaPTLight.otf");
}
@font-face {
	font-family: 'Futura PT medium';
	src: url("../font/FuturaPTMedium.otf");
}
@font-face {
	font-family: 'Futura PT bold';
	src: url("../font/FuturaPTBold.otf");
}
@font-face {
	font-family: 'Futura PT book';
	src: url("../font/FuturaPTBook.otf");
}
@font-face {
	font-family: 'Futura PT Heavy';
	src: url("../font/FuturaPTHeavy.otf");
}
/* Global style begins here */
body {
	font-family: 'Futura PT medium';
	font-size: 16px;
	line-height: 1.5;
}
/* Reset style */
* {
	margin: 0;
	padding: 0;
}
a, a:hover, a:active, a:focus {
	text-decoration: none;
	outline: 0;
}
ul, li {
	margin: 0;
	padding: 0;
}
/* Global style ends here */
/* Banner style begins here */
#Banner .logo {
  position: absolute;
  top: 25%;
  left: 5%;
  opacity: 0;
}
#Banner {
	width: 0;
	height: 100vh;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e64741+0,e6255d+100,7db9e8+100 */
	background: #FF8000; /* Old browsers */
	background: -moz-linear-gradient(top, #FF8000 0%, #FF8000 100%, #FF8000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #FF8000 0%,#FF8000 100%,#FF8000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #FF8000 0%,#FF8000 100%,#FF8000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e64741', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
	overflow: hidden;
	position: relative;
}
body.active #Banner .logo {
	opacity: 1;
	top: 47%;
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
}
body.active #Banner  {
	width: 100%;
	transition:  ease-in-out all 0.5s;
}
body.active #Banner .blacksection::before  {
	height: 2000px;
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
	-ms-transition-delay: 1s;
}
body.active #Banner h1  {
	opacity: 1;
	right: 15%;
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
	-ms-transition-delay: 1.5s;
}
#Banner h1 {
	color: #fff;
	font-size: 80px;
	font-family: 'Futura PT book';
  position: absolute;
  margin: 0;
  padding: 0;
  text-align: right;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  opacity: 0;
}
#Banner .blacksection::before {
  width: 2000px;
  height: 0;
  background-color: #04B45F;
  position: absolute;
  right: -1000px;
  transform: rotate(124deg);
  -ms-transform: rotate(124deg);
  content: "";
  top: 0;
}
.mscroll {
	opacity: 0;
	position: absolute;
	text-align: center;
	display: inline-block;
}
body.active .mscroll {
	opacity: 1;
	bottom: 14%;
	left: 50%;
	transition: all 0.5s;
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.75s;
	-ms-transition-delay: 1.75s;
}
.mobile-header, .mobile-logo {
	display: none;
}

.mobile-header img {
	width: 100%;
	height: auto;
}
#sidebar-wrapper {
	top: 0;
  position: fixed;
  z-index: 2;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  transform: translateX(250px);
  background: #333f4f;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.sidebar-nav {
	position: absolute;
	margin: 0;
	padding: 0 20px 0 0;
	list-style: none;
	text-align: right;
	width: 100%;
	top: 5%;
}
#sidebar-wrapper .sidebar-nav li.sidebar-nav-item a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  line-height: 200%;
}
#sidebar-wrapper .sidebar-nav li a:hover {
  text-decoration: none;
  color: #FF4000;
  transition: all 0.3s;
}
#sidebar-wrapper .sidebar-nav li a:active, .sidebar-nav li a:focus {
  text-decoration: none;
  text-decoration: none;
  color: #e6275c;
  transition: all 0.3s;
}
#sidebar-wrapper .sidebar-nav>.sidebar-brand {
  font-size: 20px;
  height: 80px;
  line-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}
#sidebar-wrapper .sidebar-nav>.sidebar-brand a {
  color: #fff;
}
#sidebar-wrapper .sidebar-nav>.sidebar-brand a:hover {
  color: #fff;
  background: none;
}
#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.menu-toggle {
  position: fixed;
  right: 5px;
  top: 5px;
  padding: 4px 10px;
  text-align: center;
  color: #fff;
  background: #000;
  z-index: 999;
  width: 46px;
  height: 40px;
  line-height: 51px;
}
.menu-toggle i {
	font-size: 25px;
	line-height: 33px;
}
.menu-toggle:focus, .menu-toggle:hover {
  color: #fff;
}
.menu-toggle:hover, .menu-toggle.active {
  background: #04B45F;
}
/* Banner style ends here */
/* Our Digital services style begins here */
#Services {
	padding: 30px 0 90px 0;
	text-align: center;
}
#Services h2 {
	color: #000;
	font: 68px/125% 'Futura PT book';
	margin-bottom: 90px;
}
#Services .each-services img {
	width: 80px;
	height: auto;
	padding-bottom: 30px;
}
#Services .each-services h3 {
	color: #000;
	font-size: 30px;
	line-height: 110%;
	font-family: 'Futura PT book';
	margin-bottom: 20px;
}
#Services .each-services p {
	color: #000;
	font-size: 18px;
	line-height: 120%;
	font-family: 'Futura PT book';
}
/* Our Digital services style ends here */
/* Our work begin */

#ubicacion {
  background-color: #424242;
  padding: 10px 0;
  }

 #equicalencias {
  background-color: #fff;
  padding: 10px 0;
  }

 #slider {
  background-color: #6E6E6E;
  padding: 10px 0;
  }

#OurWork {
  background-color: #fff;
  padding: 10px 0;
} 
#OurWork h2 {
	color: #fff;
	text-align: center;
	font: 68px/125% 'Futura PT book';
	margin-bottom: 40px;
}
#OurWork .grey-box {
  background-color: #4f4f4f;
  padding: 20px;
  height: 300px;
  position: relative;
}
#OurWork .each-work {
  display: inline-block;
  width: 31%;
  background-color: #31a38a;
  margin: 0 8px 10px;
  height: 142px;
  position: relative;
  text-align: center;
}
#OurWork .each-work img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
#OurWork .grey-box .sponser {
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
  padding-left: 30px;
}
#OurWork .sponser h4 {
  font: 700 20px/125% 'Futura PT book';
  color: #b6b3b3;
  border-top: 2px solid #b6b3b3;
  width: 80%;
  padding: 10px 0 0 0;
}
/* Our work end */
/* Our blog begin */
#OurBlog {
	padding: 10px 0;
	background-color: #2E2E2E;
	color: #04B45F;
 /* background: linear-gradient(to bottom, #04B45F, #fff);*/
 /* background-image: url("../images/wallpaper6.jpg");
  -webkit-background-size: cover;*/

 }
}
#OurBlog h2 {
	color: #000;
	font: 68px/125% 'Futura PT book';
	margin-bottom: 20px;
	text-align: center;
}
#OurBlog p {
	color: #000;
	font: 18px/125% 'Futura PT book';
	margin-bottom: 20px;
	text-align: center;
}
#OurBlog .blog-wrap {
	position: relative;
	height: 1800px;
	margin: 60px 0;
}
#OurBlog .each-block {
    position: absolute;
    width: 420px;
}
#OurBlog .each-block.one {
    left: 0;
    top: 0;
}
#OurBlog .each-block.two {
    top: 28%;
    right: 0;
}
#OurBlog .each-block.three {
    top: 38%;
    left: 0;
}

#OurBlog .each-block.four {
    top: 60%;
    right: 0;
}

#OurBlog .each-block.five {
    top: 77%;
    left: 0;
}

#OurBlog .each-block .icon {
  float: left;
/*  background-color: #04B45F;*/
  padding: 2px 10px 2px;
  margin-right: 16px;
}
#OurBlog .blog-wrap .blog-intro {
    float: left;
    width: 80%;
}
#OurBlog .blog-wrap .blog-intro h3 {
    font: 700 24px/100% 'Futura PT book';
    margin: 0 0 6px;
}
#OurBlog .blog-intro p {
    text-align: left;
    padding-left: 45px;
    position: relative;
}
#OurBlog .blog-intro p:before {
    content: "";
    width: 36px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 6px;
}
#OurBlog .blog-wrap:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #e4e4e4;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#OurBlog .each-block:before {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #FF4000;
    position: absolute;
    border-radius: 50%;
    right: -34%;
    top: 50%;
    transform: translateY(-50%);
}
#OurBlog .each-block.two:before {
    right: auto;
    left: -34%;
}

#OurBlog .each-block.four:before {
    right: auto;
    left: -34%;
}


.learnmore {
	text-align: center;
}
.learnmore a {
    background-color: #04B45F;
    color: #fff;
    padding: 20px 30px;
    font: 700 24px/100% 'Futura PT book';
    display: inline-block;
    border-radius: 5px;
    width: 240px;
    text-decoration: none;
}
.learnmore a span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.learnmore a span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.learnmore a:hover span {
  padding-right: 25px;
  color: #fff;
  text-decoration: none;
}
.learnmore a:hover span:after {
  opacity: 1;
  right: 0;
}


.learnmore2 {
  text-align: center;
}
.learnmore2 a {
    background-color: #FF8000;
    color: #fff;
    padding: 20px 30px;
    font: 700 24px/100% 'Futura PT book';
    display: inline-block;
    border-radius: 5px;
    width: 240px;
    text-decoration: none;
}
.learnmore2 a span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.learnmore2 a span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.learnmore2 a:hover span {
  padding-right: 25px;
  color: #fff;
  text-decoration: none;
}
.learnmore2 a:hover span:after {
  opacity: 1;
  right: 0;
}
/* Our blog end */
/* Testimonials style begins here */
#Testimonials {
	padding: 10px 0 90px 0;
}
#Testimonials h2 {
	color: #000;
	font: 68px/125% 'Futura PT book';
	margin-bottom: 20px;
	text-align: center;
}
#Testimonials p {
	color: #000;
	font: 18px/125% 'Futura PT book';
	margin-bottom: 20px;
	text-align: center;
}
#Testimonials .testi-wrapper {
	margin-top: 90px;
}
#Testimonials .testi-wrapper .each-testi {
	display: inline-block;
	vertical-align: middle;
	width: 31.8%;
}
#Testimonials .testi-wrapper  .latest-testimonials {
	margin-right: 10px;
}
#Testimonials .testi-wrapper  .old-testimonials {
	background: red;
	padding: 50px;
	margin: 0 10px;
	height: 300px;
}
#Testimonials .testi-wrapper  .old-testimonials.no-margin {
	margin-right: 0;
}
#Testimonials .testi-wrapper .old-testimonials {
	background: url("../images/testimonials-background.jpg") no-repeat bottom center / cover;
	padding: 30px 50px;
	margin: 0 10px;
	height: 300px;
	position: relative;
	text-align: center;
}
#Testimonials .division {
	margin-bottom: 30px;
}
#Testimonials span {
	display: inline-block;
	font: 70px/125% 'Futura PT book';
	color: #f86b74;
}
#Testimonials .title {
	display: inline-block;
	border-left: 4px solid #89cbbf;
	padding-left: 20px;
	margin-left: 15px;
}
#Testimonials .title h4 {
	font: 30px/125% 'Futura PT book';
	color: #000;
	margin-bottom: 5px;
}
#Testimonials .title h6 {
	font: 18px/125% 'Futura PT book';
	color: #000;
	margin-bottom: 0;
}
#Testimonials .latest-testimonials p {
	text-align: left;
	color: #000;
}
#Testimonials .each-testi p {
	color: #fff;
}
#Testimonials .each-testi .profile {
	position: absolute;
	bottom: 30px;
	width: 100%;
	left: 0;
}
#Testimonials .each-testi .profile img {
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: auto;
}
#Testimonials .each-testi .profile .designation {
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px
}
#Testimonials .each-testi .profile .designation h6 {
	color: #fff;
	font-size: 16px;
}
#Testimonials .each-testi .profile .designation p {
	color: #fff;
	margin: 0;
}
#Testimonials .testi-wrapper .latest-testimonials p {
	color: #000;
}
/* Testimonials style ends here */
/* Footer */
#Contact {
	text-align: center;
	padding: 70px 0 50px 0;
	background-color: #04B45F;
}
#Contact p {
    color: #c7c5ca;
    font-size: 40px;
    margin-bottom: 30px;
}
#Contact a.email-btn {
    color: #fff;
    background-color: #f46674;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 6px;
    font-size: 28px;
    width: 240px;
}
#Contact a.email-btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

#Contact a.email-btn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

#Contact a.email-btn:hover span {
  padding-right: 25px;
}

#Contact a.email-btn:hover span:after {
  opacity: 1;
  right: 0;
}
#Contact a i {
	margin-right: 14px;
}
.social-icons {
  margin-top: 50px;
}
.social-icons li {
  display: inline-block;
  margin: 0 16px;
} 
.social-icons li a {
	display: block;
}
.social-icons li i {
  color: #c3c3cb;
  font-size: 34px;
  transition: all 0.3s;
}
.social-icons li i:hover {
  transform: scale(1.3);
}
.copyright {
	background-color: #03060c;
	padding: 26px 0;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
.copyright p {
	margin-bottom: 0;
}
/* Footer */