/*--
	Author: W3layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
--*/

@font-face {
    font-family: 'copperplate_gothic_boldRg';
    src: url('coprgtb-webfont.eot');
    src: url('coprgtb-webfont.eot?#iefix') format('embedded-opentype'),
         url('coprgtb-webfont.woff2') format('woff2'),
         url('coprgtb-webfont.woff') format('woff'),
         url('coprgtb-webfont.ttf') format('truetype'),
         url('coprgtb-webfont.svg#copperplate_gothic_boldRg') format('svg');
	font-weight: bold;
    font-style: normal;
}

/* Generated by Fontie - the magic webfont generator <http://fontie.flowyapps.com> */

@font-face {
	font-family:'Antenna-Regular';
	src: url('Antenna-Regular_gdi.eot');
	src: url('Antenna-Regular_gdi.eot?#iefix') format('embedded-opentype'),
		url('Antenna-Regular_gdi.woff') format('woff'),
		url('Antenna-Regular_gdi.ttf') format('truetype'),
		url('Antenna-Regular_gdi.svg#Antenna-Regular') format('svg');
	font-weight: 300;
	unicode-range: U+0020-25CA;
}

.title{

	font-family: 'Antenna' !important;
	font-weight: 300 !important;
	color: #4da030 !important;
}

body{
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	background:#fff;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
body a:hover{
text-decoration:none;
color:0;
}
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
	}
.container {
padding:0;
margin:0;
width: 90%
}
.site{
	color: #3d77bb;
}

.site-link{
	color:#4da030;
	padding-left: 15px;
	font-size: 16px;
}

/*--- header-top ----*/
.header-logo{
text-align:center;
margin: 5em 0 2.5em 0;
}
.header-top
{
	background:url(../images/bg.jpg) no-repeat 0px 0px;
	height: 643px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
}
.header-text
{
	text-align:center;
	margin-top: 3%;
}
.header-text h1
{
	color:#FFFFFF;
	font-family: 'Open Sans', sans-serif;
	letter-spacing:2px;
	font-size:60px;
}
.header-text span
{
	color:#9F449B;
	font-size:60px;
}
.header-sub-text
{
	text-align:center;
	margin-bottom: 7%;
}
.header-sub-text h2
{
	font-family: 'Lato', sans-serif;
	font-weight:300;
	color:#FFFFFF;
	font-size: 38px;
}
.header-sub-text p
{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 21px;
	color: rgba(255, 255, 255, 0.79);
	margin-top: 0.8em;
}
.header-sub-text small
{
	display:block;
}
.header-top-grids
{
	text-align:center;
	width: 32%;
	margin: 0 auto;
}
.grid-left
{
	text-align:center;
}
.grid-right
{
	text-align:center;
}
/*--- header-bottom ----*/
.logo
{
	float:left;
	margin: 2% 0 1.2% 10%;
}
.logo h3
{
	font-family: 'Open Sans', sans-serif;
	color:#676767;
}
.logo small
{
	font-family: 'Open Sans', sans-serif;
	color:#9F449B;
	font-size:22px;
}
/*--- sicky Nav---*/
/*---- Fixed Navigation ----*/
.top-nav ul{
	margin:0;
	padding:0;
	background:#fff;
	text-align:center;
}
.top-nav ul li{
	display:inline-block;
	margin-top:2.5em;
}
.top-nav ul li a{
	padding:0 0 0 1.2em;
	display:block;
	text-decoration:none;
	color:#000;
	font-weight:400;
	font-size:1.2em;
	transition:0.5 ease;
	text-transform:uppercase;
	letter-spacing: 1;
}
/*-
.top-nav ul li.active a
{
	color:#4da030;
}
-*/
.top-nav ul li a:hover
{
	color:#4da030;
	text-decoration:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*-- footer --*/
.footer{
	padding:3em 0;
	background:#292929;
}
.footer-left ul{
	padding:0;
	margin:0;
}
.footer-left ul li{
	display:inline-block;
	margin:0 0;
	padding: 6px;
}
.footer-left ul li:nth-child(1){
	margin-left:0;
}
.footer-left ul li a{
	color:#FFF;
	font-size:14px;
}
.footer-left ul li a:hover{
	color: #E42313;
	text-decoration:none;
}
.footer-left form{
  margin-top: 3em;
}
.footer-left input[type="text"] {
  width: 100%;
  color: #898888;
  background: none;
  outline: none;
  font-size: 16px;
  padding: .5em;
  margin-bottom: 2em;
  -webkit-appearance: none;
  border-bottom: solid 1px #595959;
  border-top: none;
  border-right: none;
  border-left: none;
}
.footer-left input[type="submit"] {
  border: none;
  outline: none;
  color: #FFF;
  padding: .5em 1.5em;
  font-size: 16px;
  margin: 0.5em 0 0 0;
  -webkit-appearance: none;
  background: #bb1e10;
  	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.footer-left input[type="submit"]:hover{
	background:#4D4D4D;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.footer-middle h3{
color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Merriweather', serif;
  padding-top: 1rem;

}
.footer-right p{
  color: #989898;
  font-size: 14px;
  margin: .5em 0 0 0;
  line-height: 1.8em;
  font-weight: 400;
}
.address p {
  color: #989898;
  font-size: 14px;
  line-height: 1.8em;
  padding-left: 3em;
  margin: 2em 0 0 0;
  background: url(../images/location.png) no-repeat 0px 5px;
}
.email p {
  color: #989898;
  line-height: 1.8em;
  padding-left: 3em;
  margin: 2em 0 0 0;
  background: url(../images/mail.png) no-repeat 0px 5px;
}
.address p span {
  display: block;
}
.phone{
	margin-top:2em;
}
.phone p{
	color: #989898;
	font-size: 14px;
	line-height: 1.8em;
	padding-left: 3em;
	margin: 2em 0 0 0;
	background: url(../images/phone.png) no-repeat 0px 0px;
}
.footer-right h2 {
  color: #fff;
  font-size: 2em;
  font-family: 'Merriweather', serif;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.footer-right a:hover{
	text-decoration:none;
}
.copyright{
  background: #4D4D4D;
  padding: 1em 0;
}
.copyright-left p{
  color: #FFF;
  font-size: 14px;
  margin: .4em 0 0 0;
}
.copyright-left p a{
	color:#FFF;
}
.copyright-left{
	float:left;
}
.copyright-right{
	float:right;
}
.copyright-right ul{
	padding:0;
	margin:0;
}
.copyright-right ul li{
	display:inline-block;
	margin:0 .5em;
}
.copyright-right ul li a.twitter{
  background: url(../images/icons1.png) no-repeat 0px 0px;
  height: 24px;
  display: block;
  width: 24px;
}
.copyright-right ul li a.facebook{
  background: url(../images/icons1.png) no-repeat -33px 0px;
}
.copyright-right ul li a.chrome{
  background: url(../images/icons1.png) no-repeat -66px 0px;
}
.copyright-right ul li a.pinterest{
  background: url(../images/icons1.png) no-repeat -99px 0px;
}
.copyright-right ul li a.linkedin{
  background: url(../images/icons1.png) no-repeat -132px 0px;
}
.copyright-right ul li a.dribbble{
  background: url(../images/icons1.png) no-repeat -164px 0px;
}
.copyright-right ul li a.twitter:hover {
  opacity: 0.5;
}
/*-- /footer --*/
.fixed{
	/*-position: fixed;-*/
	top: 0;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
}
.nav-palceholder{
	margin:0 0 40px 0;
}
.about-nav5,.about-nav4{
	width: 50% !important;
}
.about-nav1,.about-nav,.about-nav3,.about-nav2,.about-nav6{
width: 32% !important;
}
/*-
.about-nav5,.about-nav4,.about-nav1,.about-nav6,.about-nav,.about-nav3,.about-nav2:hover{
cursor:pointer;
}
-*/
/*------ about-nav -----*/
.about-nav
{
	width:180px;
	height:180px;
	display:inline-block;
	background:url(../images/bha_institucional.png) no-repeat 0px 0px;
	padding-top: 8rem;
}
/*-
.about-nav:hover{
	background:url(../images/hoverbg.png) no-repeat 0px 0px;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:0.5s;
}
-*/
.about-nav span.nav-icon{
    width: 91px;
    height: 87px;
	display:inline-block;
	background:url(../images/ve.png) no-repeat 0px 0px;
}
.about-nav label,.about-nav1 label{
	color:#FFF;
	display:block;
	font-family: 'Lato', sans-serif;	
	font-size:16px;
	margin-left:14%;
}
.about-nav2 label{
	color:#FFF;
	display:block;
	font-family: 'Lato', sans-serif;	
	font-size:16px;
	margin-right:36%;
}
.about-nav6 label{
	color:#FFF;
	display:block;
	font-family: 'Lato', sans-serif;	
	font-size:16px;
	margin-right:36%;
}
.about-nav3 label{
	color:#FFF;
	display:block;
	font-family: 'Lato', sans-serif;	
	font-size:16px;
	margin-right:3%;
}
.about-nav label:hover a{
	text-decoration:none;
}
.about-nav a,.about-nav1 a{
	padding-top:3em;
	display:inline-block;
	margin-left:32%;
}
.about-nav3 a{
padding-top:3em;
display:inline-block;
margin-right:32%;
}
.about-nav2 a{
padding-top:3em;
display:inline-block;
margin-right:26%;
}
.about-nav6 a{
padding-top:3em;
display:inline-block;
margin-right:26%;
}
.about-nav1{
	width:180px;
	height:180px;
	display:inline-block;
	background:url(../images/bha_clientes.png) no-repeat 0px 0px;
	padding-top: 8rem;
}
/*-
.about-nav1:hover{
	background:url(../images/hoverbg.png) no-repeat 0px 0px;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:0.5s;
}
-*/
.about-nav1 span.nav-icon1{
	width:67px;
	height:67px;
	display:inline-block;
	background:url(../images/user.png) no-repeat 0px 0px;
}
.about-nav2{
	width:180px;
	height:180px;
	display:inline-block;
	background:url(../images/bha_habilitaciones.png) no-repeat 0px 0px;
	padding-top: 8rem;
}
/*-
.about-nav2:hover
{
	background:url(../images/hoverbg.png) no-repeat 0px 0px;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:0.5s;
}
-*/
.about-nav2 span.nav-icon2{
	width:67px;
	height:70px;
	display:inline-block;
	background:url(../images/pen.png) no-repeat 0px 0px;
}
.about-nav6{
	width:180px;
	height:180px;
	display:inline-block;
	background:url(../images/bha_servicios.png) no-repeat 0px 0px;
	padding-top: 8rem;
}
/*-
.about-nav6:hover
{
	background:url(../images/hoverbg.png) no-repeat 0px 0px;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:0.5s;
}
-*/
.about-nav6 span.nav-icon2{
	width:67px;
	height:70px;
	display:inline-block;
	background:url(../images/pen.png) no-repeat 0px 0px;
}
.about-nav3
{
	width:180px;
	height:180px;
	display:inline-block;
	background:url(../images/bha_contacto.png) no-repeat 0px 0px;
	padding-top: 8rem;
}
/*-
.about-nav3:hover
{
	background:url(../images/hoverbg.png) no-repeat 0px 0px;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:0.5s;
}
-*/
.about-nav3 span.nav-icon3
{
	width:67px;
	height:67px;
	display:inline-block;
	background:url(../images/paper.png) no-repeat 0px 0px;
}
.about-nav5
{
	width:180px;
	height:180px;
	display:inline-block;
	background:url(../images/portbg.png) no-repeat 0px 0px;
}
.about-nav5 span.nav-icon5
{
	width:67px;
	height:70px;
	display:inline-block;
	background:url(../images/photo.png) no-repeat 0px 0px;
}
.about-nav5 label
{
	color:#FFF;
	display:block;
	font-family: 'Lato', sans-serif;	
	font-size:16px;
}
.about-nav5 a
{
	padding-top:3em;
	display:inline-block;
}
.about-nav4
{
	width:180px;
	height:180px;
	display:inline-block;
	background:url(../images/bha.png) no-repeat 0px 0px;
}
.about-nav4:hover
{	
	background:url(../images/hoverbg.png) no-repeat 0px 0px;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:0.5s;
}
.about-nav4 span.nav-icon4
{
	width:67px;
	height:70px;
	display:inline-block;
	background:url(../images/bobble.png) no-repeat 0px 0px;
}
.about-nav4 label
{
	color:#FFF;
	display:block;
	font-family: 'Lato', sans-serif;	
	font-size:16px;
}
.about-nav4 a
{
	padding-top:3em;
	display:inline-block;
}
.arrow-grid
{
	width:10%;
	margin:0 auto;
}
.arrow a
{
	width:120px;
	height:120px;
	margin-bottom: 25%;
	display:inline-block;
	background:url(../images/arrow.png) no-repeat 0px 0px;
}
.arrow a:hover
{
	background:url(../images/arrow1.png) no-repeat 0px 0px;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:0.5s;
}

/*--- content ----*/
.content
{
	background:#EEEEEE;
}
.row 
{
	margin:10% 0;
	position:relative;
}
.content-top-grid
{
	text-align:center;
	font-family: 'Lato', sans-serif;
	color:#676767;
}
.content-top-grid sub
{
	width:200px;
	height:200px;
	display:inline-block;
	background:url(../images/1.png) no-repeat 0px 0px;
}
.content-top-grid:hover span
{
	background:url(../images/2hr.png) no-repeat 0px 0px;
}
.content-top-grid span
{
	background:url(../images/2.png) no-repeat 0px 0px;
	width:200px;
	height:200px;
	display:inline-block;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:0.5s;
}
.content-top-grid small
{
	background:url(../images/3.png) no-repeat 0px 0px;
	width:200px;
	height:200px;
	display:inline-block;
	top:0%;
	right:16%;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:0.5s;
}
.content-top-grid:hover small
{
	background:url(../images/3hr.png) no-repeat 0px 0px;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:0.5s;
}
.content-top-grid big
{
	background:url(../images/4.png) no-repeat 0px 0px;
	width:200px;
	height:200px;
	display:inline-block;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:0.5s;
}
.content-top-grid:hover big
{
	background:url(../images/4hr.png) no-repeat 0px 0px;
}
.content-top-grid h3
{
	margin-top: 10%;
}
.content-top-grid p
{
	font-size:16px;
	font-weight:400;
	margin-top: 11%;
	line-height: 28px;
}
/*--- content-about ----*/
.content-about-text
{
	position:relative;
}
.content-about h2
{
	text-align:center;
	color:#676767;
	font-family: 'Open Sans', sans-serif;
	letter-spacing:2px;
	font-size:45px;
	margin: 10% 0;
}
.content-about small
{
	color:#9F449B;
	font-size:45px;
}
.content-about span
{
	/*-background:url(../images/aboutbg.png);-*/
	position:absolute;
	width:297px;
	height:114;
	top: -67%;
	right: 37%;
}
.content-about-grid-left img
{
	width:100%;
}
.content-about-grid-right {
padding-left:31px;
}
.content-about-grid-right p
{
	font-family: 'Lato', sans-serif;
    font-size: 17px;
    color: #8D8D8D;
    line-height: 18px;
    width: 92%;
    padding-left: 24px;
    letter-spacing: 0.2px;
}
.content-about-grid-right a p
{
	color: #4da030;
}

/*--PDF--*/
.content-pdf {
   width: 70%;
   margin: 0px auto;
}

.embed-container {
   height: 0;
   width: 100%;
   padding-bottom: 100%; /* play with this until right */
   overflow: hidden;
   position: relative;
}

.embed-container iframe {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}

/*-END PDF-*/

.servicios-icon{
	background:url(../images/servicios-icon.png) no-repeat 0px 0px;
	width: 20px;
	height: 50px;
}
.servicios-icon-y{
	background:url(../images/servicios-icon-yellow.png) no-repeat 25px 12px;
	width: 20px;
	height: 30px;
	padding-left: 48px !important;
	padding-top: 10px;
}
.learn 
{
	margin-top: 17%;
	padding-left:20px;
}
.learn a
{
	background: #A957A5;
	border-bottom: solid 5px #6B2E68;
	border-radius: 7px;
	padding:1em 3em;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color:#FFFFFF;
}
.learn a:hover
{
	color:#6B2E68;
	text-decoration:none;
	background: transparent;
	border: solid 2px #6B2E68;
	border-top: solid 5px #6B2E68;
	border-radius: 10px;
	padding:1em 3em;
}
.content-about-bottom
{
	background:url(../images/quotebg.png) no-repeat 0px 0px;
	background-size:cover;
}
.content-about-bottom2
{
	background:url(../images/motran_salud.png) no-repeat 0px 0px;
	background-size:cover;
}


.content-about-bottom-text	
{
	text-align:center;
	padding: 4% 0;
}
.content-about-bottom-text p
{
	font-family: 'Lato', sans-serif;
	font-size: 44px;
	color: #FFFFFF;
	font-weight: 300;
	margin:2% 0 0 0;
}
/*--- content-team ----*/
.content-team-text 
{
	position: relative;
}
.content-team-text h2
{
	text-align: center;
	color: #676767;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2px;
	font-size: 45px;
	margin: 13% 0;
}
.content-team small 
{
	color: #9F449B;
	font-size: 45px;
}
.content-team span 
{
	background: url(../images/aboutbg.png);
	position: absolute;
	width: 297px;
	height: 114;
	top: -67%;
	right: 37%;
}
.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	width: 72px;
	height: 72px;
}
.owl-next{
	background: url(../images/right.png) no-repeat 1px 0px;
	position: absolute;
	right: 46%;
	top: -57%;
	left:50%;
}
.owl-prev{
	background: url(../images/left.png) no-repeat 3px 0px;
	position: absolute;
	right: 51%;
	top: -57%;
}
.team-left-grid
{
	text-align:center;
	position:relative;
}
.team-left-grid img
{
	border-radius:50%;
	margin-bottom: 15%;
}
.team-left-grid h2
{
	color:#484848;
	font-family: 'Lato', sans-serif;
	font-size: 26px;
}
.team-left-grid p
{
	color:#B6B6B6;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:18px;		
	margin-bottom: 7%;
}
/*--- team-icons ----*/
.team-icon-grid
{
	text-align:center;
	width: 34%;
	margin: 0 auto;
}
.f-icon
{
	text-align:center;
	width:48px;
	height:47px;
	display:inline-block;
	background:url(../images/f.png) no-repeat 0px 0px;
	cursor:pointer;
}
.f-icon:hover
{
	background:url(../images/fhr.png) no-repeat 0px 0px;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:0.5s;
}
.g-icon
{
	text-align:center;
	width:48px;
	height:47px;
	display:inline-block;
	background:url(../images/g.png) no-repeat 0px 0px;
	cursor:pointer;
}
.g-icon:hover
{
	background:url(../images/ghr.png) no-repeat 0px 0px;
	transition:0.5s;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:0.5s;
}
/*--- team-icons ----*/
.team-left-grid span
{
	width: 48px;
	height: 47px;
	background:url(../images/f.png) no-repeat 0px 0px;
	position:absolute;
	top: 107%;
	right: 55%;
}
.team-left-grid span:hover
{
	background:url(../images/fhr.png) no-repeat 0px 0px;
	position:absolute;
	transition:0.4s;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	-ms-transition:0.4s;
}
.team-left-grid small
{
	width: 48px;
	height: 47px;
	background:url(../images/g.png) no-repeat 0px 0px;
	position:absolute;
	top: 107%;
	right: 34%;
}
.team-left-grid small:hover			
{
	background:url(../images/ghr.png) no-repeat 0px 0px;
	position:absolute;
	transition:0.4s;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	-ms-transition:0.4s;
}

/*--- content-skills ----*/
.content-skills {
margin: 0% 0 8% 0;
}
.content-skills-text 
{
	position: relative;
	margin-bottom: 10%;
}
.content-skills-text h2
{
	text-align: center;
	color: #676767;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2px;
	font-size: 45px;	
}
.content-skills small 
{
	color: #9F449B;
	font-size: 45px;
}
.content-skills span 
{
	background: url(../images/aboutbg.png);
	position: absolute;
	width: 297px;
	height: 114;
	top: -67%;
	right: 37%;
}
.skills {
text-align: center;
padding: 0 6em;
}
.progressy1,.progressy2,.progressy3,.progressy4{
	width: 95%;
	background:#F0F0F0;
	margin-bottom: 2em;
	}
.progress-head h3{
	float:left;
	font-weight:600;
	margin-bottom: 1em;
	}
.progress-head  p.percent{
	float:right;
	margin: 1em 1em 0 0;
	font-size: 22px;
	font-weight: 400;
	color: #B2B2B2;
	}
.progressy1 p{
background:#9F449B;
width:85%;
height:20px;
}
.progressy2 p{
background:#9F449B;
width:75%;
height:20px;
}
.progressy3 p{
background:#9F449B;
width:67%;
height:20px;
}
.progressy4 p{
background:#9F449B;
width:80%;
height:20px;
}
.content-services-bottom-text 
{
	text-align: center;
	padding: 8% 0;
}
.content-services-bottom-text p.bottom-text 
{
	font-family: 'Lato', sans-serif;
	font-size: 44px;
	color: #FFFFFF;
	font-weight: 300;
	padding-top: 1em;
	width: 44%;
	margin: 0 auto;
}
/*--- content-services ----*/
.content-services 
{
	background: #EEEEEE;
}
.services-grid 
{
	margin: 10% 0;
	text-align: center;
}
.service-grid h2
{
	font-weight:normal;
	font-size:5em;
}
.services-grid p
{	
	font-weight: 400;
	font-size:16px;
}
.image-grid
{
	text-align:center;
}
.image-grid img
{
	border-radius:50%;
	margin: 0 auto;
}
.services-text
{
	text-align:center;
	margin:3% 0;
}
.services-text p
{
	font-family: 'Monda', sans-serif;
	font-weight: 400;
	color:#4B4B4B;
	font-size: 22px;
	width: 65%;
	margin: 0 auto;
}
.services-bottom-text 
{
	text-align:center;
	margin-bottom: 4%;
}
.services-bottom-text p
{
	color:#777777;
	font-family: 'Monda', sans-serif;
	font-weight: 700;
}
.services-bottom 
{
	background: #FFFFFF;
	padding: 2%;
}
/*--- content-portfolio ----*/
*	Strip
/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	overflow:hidden;
}
.b-link-stripe .b-wrapper{
	position: absolute;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	text-align: center;
	color: #ffffff;
}
.b-link-stripe .b-wrapper:hover {
	background:rgba(50, 70, 81, 0.71);;
	transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}
/*-----------------------------------------------------------------------------------*/
/*--Animation effects---*/
b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
}
.b-animate img{
	margin-top:33%;
	display: -webkit-inline-box;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position:relative;
	left:-100%;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
span.m_4{
	font-size:14px;
	font-weight:400;
}
p.m_5 {
	margin: 2% auto 5%;
	width: 70%;
	color: #283A47;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
}
ul#filters {
	padding: 0px;
	text-align: center;
}
#filters {
	margin: 3% 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
#filters li {
	display:inline-block;
		display: -webkit-inline-box;
		display: -moz-inline-box;
		display: -o-inline-box;
		display: -ms-inline-box;
}
#filters li span.active,#filters li span {
	color: #172F41;
	text-decoration: none;
	padding: 0.3em 1.3em;
	display: block;
	border: 1px solid #172F41;
	font-size: 1.15em;
	font-weight: 500;
	cursor: pointer;
	margin: 0 0.3em;
	border-radius: 6px;
}
#filters li span.active{
	color: #fff;
	border: 1px solid #9F449B;
	background: #9F449B;
	border-radius: 6px;
}
#filters li span:hover{
	border: 1px solid #9F449B;
}
 #portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 30%;
	display: none;
	float: left;
	overflow: hidden;
	margin: 3% 0 0% 1%;
	padding:0;
}
div#portfoliolist {
	padding: 0;
	margin: 1% 0 0 0;
}	
.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
	cursor:pointer;
}
.portfolio-wrapper img{
	width:100%;
}
.portfolio img {
	max-width:100%;
	/*--position: relative;--*/
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.portfolio .label {
	position: absolute;
	width: 100%;
	height:40px;
	bottom:-40px;
}
.portfolio .label-bg {
	background: #22B4B8;
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.portfolio .label-text {
	color:#fff;
	position: relative;
	z-index:500;
	padding:5px 8px;
}
.portfolio .text-category {
	display:block;
	font-size:9px;
	font-size: 12px;
	text-transform:uppercase;
}
/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*----- effects-comman-css------*/
.contenthover{
	padding:1em;
}
.contenthover h3{
	color:#FFF;
}
.contenthover p{
	color:#FFF;
	font-size:0.875em;
	line-height:1.5em;
}
/*-----caption ------*/
.tour-caption {
	display: none;
	top: 0;
	width: 100%;
	position: absolute;
	background: rgba(86, 93, 103, 0.48);
	height: 87.17%;
	text-align: center;
}
.tour-caption span{
	background: url(../images/plus.png) no-repeat;
	width: 100px;
	height: 100px;
	display: block;
	text-align: center;
	position: absolute;
	top: 34%;
	right: 36%;
	background-size: 100%;
}
.portfolio-wrapper {
text-decoration: none;
text-align: center;
}
.portfolio-wrapper h3{
margin:0;
font-size: 17px;
color: #777777;
}
.portfolio-wrapper p{
color:#222222;
margin:0;
font-size:1.6em;
}
.portfolio-wrapper:hover div.tour-caption {
	display: block;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.tour-caption p{
color:#fff;
font-size: 1.5em;
margin-top: 39%;
}
h6.b-animate.b-from-left.b-delay03 
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #CCCCCC;
	margin: 0;
	text-align:center;
	width:100%;
	}
/*--/Animation effects---*/
/*--/top-tours--*/

/*--tour-guides--*/
.guide-caption {
	display: none;
	top: 0;
	width: 95.3%;
	position: absolute;
	background: rgba(101, 178, 229, 0.93);
	height: 86%;
	text-align: center;
}
.guide-caption span{
	background:url('../images/guide-icons2.png') no-repeat 0px 0px;
	display:inline-block;
	margin: 0 0.5em;
	width:57%;
	height: 52px;
	display: block;
	text-align: center;
	position: absolute;
	top: 42%;
	right: 18%;
	background-size: 100%;
}
.image-grid:hover div.guide-caption{
	display: block;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.port-text
{
	position: relative;
	margin: 12% 0;
}
.port-text h2 
{
	text-align: center;
	color: #676767;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2px;
	font-size: 45px;
}
.port-text small 
{
	color: #9F449B;
	font-size: 45px;
}
.port-text span.folio
{
	background: url(../images/portfoliobg.png);
	position: absolute;
	width: 369px;
	height: 114;
	top: -67%;
	right: 34%;
}
.portfolio-buttons
{
	text-align:center;
	width:40%;
	margin:0 auto;
}
.allactive
{
	border: solid 1px #9F449B;
	background: #9F449B;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	padding: 4%;
	text-align: center;
	border-radius: 6px;
}
.allactive a
{
	color: white;
	text-decoration:none;
}
.allactive a:hover 
{
	color: white;
	text-decoration:none;
}
.all 
{
	background: #FFFFFF;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	padding: 4%;
	text-align: center;
	border-radius: 6px;
	border: solid 1px #000000;
}
.all:hover a
{
	color: #FFFFFF;
	text-decoration:none;
}
.all:hover
{
	
	border: solid 1px #9F449B;
	background: #9F449B;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	-ms-transition: 0.3s all;
}
.portfolio-images
 {	
	margin: 6% 0;
}
.portfolio-images img
{
	width:100%;
}
.portfolio-images h4
{
	text-align:center;
	color:#222222;
	font-size:25px;
}
.portfolio-images p
{
	text-align:center;
	color:#777777;
	font-size:16px;
}
.content-portfolio form
{
	text-align:center;
}
.watch-more
{
	margin: 0 auto;
	width: 18%;
}
.watch 
{
	text-align: center;
}
.watch a
{
	background: #A957A5;
	border: solid 2px #FFFFFF;
	border-radius: 10px;
	padding: 7% 15%;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color:#FFFFFF;
}
.watch:hover a
{
	color: #A957A5;
	text-decoration:none;
}
.watch a:hover
{
	border: solid 2px #9F449B;
	background:#FFFFFF;
	transition:0.3s all;
	-webkit-transition:0.3s all;
	-moz-transition:0.3s all;
	-o-transition:0.3s all;
	-ms-transition:0.3s all;
}
/*--- content--Get-in-touch ----*/
.Get-in-touch-text 
{
	position: relative;
	margin: 12% 0;
}
.Get-in-touch-text h2 
{
	text-align: center;
	color: #676767;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2px;
	font-size: 45px;
}
.content-Get-in-touch small 
{
	color: #9F449B;
	font-size: 45px;
}
.content-Get-in-touch span.portfolio
{
	background: url(../images/portfoliobg.png);
	position: absolute;
	width: 369px;
	height: 114;
	top: -67%;
	right: 34%;
}
.watchmore{
text-align:center;
margin-top: 5em;
}
.watchmore a{
	background: #A957A5;
	border-bottom: solid 5px #6B2E68;
	border-radius: 10px;
	padding:1em 3em;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: rgba(255, 255, 255, 1);
}
.watchmore a:hover{
	color:#6B2E68;
	text-decoration:none;
	background: transparent;
	border: solid 2px #6B2E68;
	border-top: solid 5px #6B2E68;
	border-radius: 10px;
	padding:1em 3em;
}
.Get-in-touch-grids 
{
	margin-bottom: 10%;
}
.Get-in-touch-grids form input[type="text"],.Get-in-touch-grids form textarea 
{
	width:100%;
	padding: 3%;
	color: #5D5D5D;
	border: 1px solid #4E4E4E;
	outline: none;
	font-size: 18px;
	margin-bottom:7%;
	display: block;
}
.Get-in-touch-grids form input[type="text"]:hover,.Get-in-touch-grids form textarea:hover 
{
	border: 1px solid #4da030;
}
.Get-in-touch-grids form textarea
{
	min-height:300px;
	resize:none;
}
.contact{
	text-align: center;
}
.email
{
	margin-top:3em;
	width:42%;
}
.email input
{
	background: #3d77bb;
	border-bottom: solid 5px #4da030;
	border-radius: 10px;
	padding:1em 3em;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: rgba(255, 255, 255, 1);
}

.email:hover a
{
	color:#6B2E68;
	text-decoration:none;
	background: transparent;
	border: solid 2px #6B2E68;
	border-top: solid 5px #6B2E68;
	border-radius: 10px;
	padding:1em 3em;
}

.email_send{
	color: white;
}
.Get-in-touch-right-grid 
{
	width: 75%;
	margin: 0 auto;
}
.Get-in-touch-grids p
{
	font-size:18px;
	color: #5D5D5D;
	font-family: 'Lato', sans-serif;
}
.Get-in-touch-grids  h4
{
	color: #222222;
	font-family: 'Lato', sans-serif;
	margin: 16% 0;
	font-size: 21px;
	font-weight: 700;
}
.Get-in-touch-grids span
{
	color: #222222;
	font-size:20px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	display: block;
}
.Get-in-touch-grids small
{
	color: #222222;
	font-size:20px;	
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
.Get-in-touch-icons 
{
	margin-top: 3%;
}
.Get-in-touch-icons a span{
	width:55px;
	height:60px;
	background:url('../images/get-icons.png') no-repeat 0px 0px;
	display:inline-block;
}
.Get-in-touch-icons span.icon1{
	background-position:-6px 0px;
}
.Get-in-touch-icons a span.icon1:hover{
	background-position:-7px -60px;
}
.Get-in-touch-icons a span.icon2{
	background-position:-79px 0px;
}
.Get-in-touch-icons a span.icon2:hover{
	background-position: -80px -60px;
}
.Get-in-touch-icons a span.icon3{
	background-position:-154px 0px
}
.Get-in-touch-icons a span.icon3:hover{
	background-position: -155px -60px;
}
.Get-in-touch-icons  img
{
	margin-right:6%;
}
.google-maps {
    position: relative;
    padding-bottom: 60%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 60% !important;
}

.content-portfolio {

text-align: center;
padding-top: 50px;
padding-bottom: 50px;
/*-padding-bottom: 8%;-*/
}
.content-portfolio p{
margin-top:8%;
}
.content-portfolio p a{
color:#9F449B;
}
.content-portfolio p a:hover{
color:#646064;
}
/*----- to-top ----*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 14px;
	right: 3%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top1.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*----- responsive-design ------*/
@media (max-width:1024px){
.about-nav,.about-nav4,.about-nav3,.about-nav2,.about-nav6,.about-nav1,.about-nav{
	width: 31% !important;
}
.about-nav1,.about-nav{
margin-left: 14%;
}
.arrow-grid {
width: 20%;
}
.about-nav4 a,.about-nav6 a{
padding-right: 4em;
}
.header-top-grids {
width: 42%;
margin-left: 38%;
}
.logo {
margin: 2% 0 1.2% 4%;
}
.top-nav ul {
padding-left: 19%;
}
.top-nav ul li {
margin-top: 2em;
margin-bottom: 2em;
}
.top-nav ul li a {
padding: 0 0 0 1.1em;
font-size:0.9em;
}
.content-top-grid p {
margin-top: 6%;
line-height: 25px;
width: 98%;
overflow:hidden;
height:55px;
}
.content-about-grid-left img {
width: 85%;
}
.content-about h2 {
margin: 7% 0;
}
.row {
margin: 5% 0px;
}
.about-grid-right{
padding:0;
}
.content-about-grid-right p {
width: 80%;
padding-left: 21px;
/*-line-height:26px;-*/
font-size:15px;
}
.content-team-text h2 {
margin: 9% 0;
}
.owl-prev,.owl-next{
top: -34%;
}
.learn {
margin-top: 6%;
padding-left: 0px;
}
.learn a {
padding: 0.5em 1.5em;
}
.learn a:hover {
padding: 0.5em 1.5em;
}
.team-left-grid img,.team-left-grid p {
margin-bottom: 0%;
}
.team-icon-grid {
width: 13%;
padding-top:1em;
}
.skills-grids {
margin: 10% 0;
}
.skills-grid-first	h3 {
font-size:19px;
padding: 2em 0 0 1.2em;
}
.content-services-bottom-text p.bottom-text {
font-size: 32px;
}
.services-grids h2 {
font-size: 4em;
}
.services-text p {
font-size: 17px;
}
.port-text {
margin: 9% 0;
}
.tour-caption {
height: 85.17%;
}
.Get-in-touch-grids p {
line-height: 27px;
}
.Get-in-touch-grids h4 {
margin: 8% 0;
line-height: 28px;
}
.Get-in-touch-grids form textarea{
min-height:200px;
}
.Get-in-touch-icons {
margin-top: 1%;
margin-bottom: 1%;
}
.email {
width: 53%;
}
}
@media (max-width:768px){
.header-top-grids {
margin-left: 34%;
}
.header-bottom-grids {
width: 100%;
}
.about-nav6, .about-nav4 {
width: 76% !important;
}
.about-nav3, .about-nav6, .about-nav2,.about-nav2, .about-nav1, .about-nav {
width: 49% !important;
}
.about-nav1,.about-nav {
margin-left: 0%;
}
.header-bottom-grids div.left-grid,.header-bottom-grids div.right-grid {
width:50%;
padding-left:0;
padding-right:0;
}
.left-grid,.right-grid{
float:left;
}
.logo {
margin: 2% 0 1.2% 2%;
}
.top-nav ul {
padding-left: 0%;
}
.top-nav ul li a {
padding: 0 0 0 1em;
font-size: 1em;
}
.content-top-grid {
width: 50%;
float:left;
}
.content-top-grid h3,.content-top-grid p {
margin-top: 2%;
}
.content-about-grid-left {
text-align: center;
}
.content-about-grid-right p {
width: 93%;
margin: 1em 0 0 1em;
}
.learn {
text-align: center;
}
.content-about-bottom-text p {
font-size: 30px;
}
.content-team span {
right: 30%;
}
.owl-prev, .owl-next {
top: -12%;
}
.f-icon {
width: 80px;
}
.team-icon-grid {
width: 46%;
}
.team-left-grid span {
top: 112%;
}
.content-skills span {
right: 31%;
}
.progress-head h3 {
margin-top: 1.3em;
margin-bottom: 0em;
font-size:20px;
}
.progressy1, .progressy2, .progressy3, .progressy4 {
margin-bottom: 1em;
}
.progress-head p.percent {
margin: 1em 1em 0.5em 0;
}
.content-services-bottom-text {
padding: 5% 0;
}
.content-services-bottom-text p.bottom-text {
font-size: 27px;
width: 74%;
}
.services-grids {
margin: 4% 0;
text-align:left;
}
.service-grid{
float:left;
width:23%;
}
.service-grid h2 {
margin-left: 48px;
}
.service-grid p{
margin: 0px 0 0 50px;
}
.services-text p {
font-size: 14px;
width:100%;
}
.tour-caption {
height: 83.17%;
}
.tour-caption span {
top: 28%;
right: 22%;
}
.port-text span.folio {
right: 27%;
}
.portfolio-wrapper p {
font-size: 1.2em;
}
.Get-in-touch-text {
margin: 16% 0 9% 0;
}
.content-Get-in-touch span.portfolio {
top: -67%;
right: 27%;
}
.Get-in-touch-grids form input[type="text"], .Get-in-touch-grids form textarea {
padding: 2%;
font-size: 15px;
margin-bottom: 4%;
}
.email {
width: 100%;
text-align: center;
margin-bottom: 7%;
}
.Get-in-touch-right-grid {
width: 100%;
}
.Get-in-touch-grids {
margin-bottom: 6%;
}
.Get-in-touch-grids h4 {
margin: 2% 0;
font-size: 19px;
}
.Get-in-touch-icons {
margin-top: 4%;
text-align: center;
}
}
@media (max-width:640px){
.header-logo img {
width: 50%;
}
.header-logo {
margin: 2em 0 0em 0;
}
.header-sub-text h2 {
font-size: 24px;
}
.header-sub-text p {
font-size: 18px;
}
.header-top-grids {
margin-left: 17%;
width: 65%;
}
.about-nav6, .about-nav4 {
width: 49% !important;
}
.about-nav4 a, .about-nav6 a {
margin-left: 3em;
}
.header-bottom-grids div.left-grid, .header-bottom-grids div.right-grid {
width: 66%;
margin-left: 17%;
}
.top-nav span.menu{
	display:none;
}
.top-nav span.menu:before{
	content:url("../images/icon.png") no-repeat 0px 0px;
	cursor:pointer;	
	text-align: right;
	width:100%;
}
.top-nav{
	float:none;
}
.top-nav ul li{
	display:block;
	float:none;
	margin: 0em;
}
.top-nav ul li a{
	padding:0.5em;
	border-bottom:1px solid #999;
	color:#000;
	background: rgba(159, 68, 155, 0.24);
	text-align: center;
}
.top-nav ul{
	display:none;
	background:rgba(255, 255, 255, 0.44);
	width:95%;
}
.top-nav span.menu{
	display: block;
	width:100%;
	text-align: right;
	position:relative;
	padding:1em;
}
.fixed div.logo{
display:none;
}
.content-about span {
right: 26%;
}
.content-about h2 {
margin: 13% 0 16% 0;
}
.content-about-grid-left img {
width: 71%;
}
.content-about-grid-right p {
width: 98%;
overflow: hidden;
height: 45px;
}	
.content-about-bottom-text p {
font-size: 24px;
}
.content-team span {
right: 23%;
}
.owl-prev, .owl-next {
top: -6%;
}
.content-skills {
margin: 6% 0 8% 0;
}
.content-skills span {
right: 22%;
}
.progressy1, .progressy2, .progressy3, .progressy4 {
margin-bottom: 0em;
}
.progress-head p.percent {
margin: 1em 1em 0em 0;
}
.content-services-bottom-text p.bottom-text {
font-size: 24px;
width: 79%;
}
.service-grid h2,.service-grid p  {
margin-left: 0px;
}
.service-grid p  {
font-size: 1.3em;
}
.service-grid {
width: 25%;
font-size: 12px;
}
.services-text p {
font-size: 13px;
}
.port-text span.folio {
right: 17%;
}
#filters {
margin: 15% 0 4% 0;
}
.tour-caption {
height: 82.17%;
}
.tour-caption span {
width: 56px;
top: 34%;
right: 36%;
}
.portfolio-wrapper p {
font-size: 1em;
}
.portfolio-wrapper h3 {
font-size: 14px;
}
.watchmore {
margin-top: 3em;
}
.watchmore a {
font-size: 15px;
}
.content-Get-in-touch span.portfolio {
right: 17%;
}
.Get-in-touch-grids form{
width:100%;
}
.Get-in-touch-grids form input[type="text"]{
width: 47%;
font-size: 14px;
margin-bottom:5%;
float:left;
}
.Get-in-touch-grids form textarea {
width:100%;
min-height: 148px;
font-size:14px;
margin-bottom:5%;
float:left;
}
.Get-in-touch-grids form input[type="text"]:nth-child(2){
margin-left:2%;
}
.email {
margin-top: 1em;
}
.email a {
font-size: 16px;
}
.Get-in-touch-grids p {
line-height: 23px;
font-size: 17px;
overflow: hidden;
height: 49px;
}
}
@media (max-width:480px) {
.header-logo img {
width: 76%;
}
.header-sub-text h2 {
font-size: 18px;
margin-top: 9px;
}
.header-sub-text p {
font-size: 16px;
overflow: hidden;
height: 20px;
}
.header-top-grids,.header-bottom-grids div.left-grid, .header-bottom-grids div.right-grid {
margin-left: 0%;
width: 100%;
}
.about-nav4,.about-nav6,.about-nav3,.about-nav2,.about-nav2,.about-nav1,.about-nav{
height: 120px;
background-size:88%;
}
/*-
.about-nav4:hover,.about-nav3:hover,.about-nav2:hover,.about-nav6:hover,.about-nav1:hover,.about-nav:hover{
background-size: 90%;
}
-*/
.about-nav4 span.nav-icon4,.about-nav5 span.nav-icon5,.about-nav3 span.nav-icon3,.about-nav2 span.nav-icon2,.about-nav6 span.nav-icon2,.about-nav1 span.nav-icon1,.about-nav span.nav-icon {
width: 33px;
height: 30px;
background-size: 100%;
}
.about-nav span.nav-icon,.about-nav1 span.nav-icon1{
margin-left:2.5em;
}
.about-nav4 a,.about-nav5 a,.about-nav3 a,.about-nav2 a,.about-nav6 a,.about-nav1 a ,.about-nav a{
margin-left: 0em;
padding-right: 1em;
padding-top: 2em;
}
.about-nav4 label,.about-nav5 label,.about-nav3 label,.about-nav2 label ,.about-nav6 label,.about-nav1 label,.about-nav label   {
font-size: 12px;
margin-top:0.5em;
}
.about-nav1 label,.about-nav label{
margin-left:3em;
}
.arrow-grid {
width: 28%;
}
.arrow a {
height: 70px;
background-size:50%;
margin-bottom:0;
}
.arrow a:hover{
background-size:50%;
}
.content-top-grid {
width: 49%;
float: left;
}
.content-top-grid sub {
width: 100px;
height: 100px;
background-size: 100%;
}
.content-top-grid h3{
margin-top: 3%;
font-size: 0.9em;
margin-bottom: 0;
}
.content-top-grid p {
font-size:0.8em;
margin-top:2%;
line-height: 16px;
overflow: hidden;
height: 33px;
}
.content-top-grid span {
background: url(../images/2.png) no-repeat 0px 0px;
width: 100px;
height: 100px;
background-size: 100%;
}
.content-top-grid:hover span {
background: url(../images/2hr.png) no-repeat 0px 0px;
width: 100px;
height: 100px;
background-size: 100%;
}
.content-top-grid small {
background: url(../images/3.png) no-repeat 0px 0px;
width: 100px;
height: 100px;
background-size: 100%;
}
.content-top-grid:hover small {
background: url(../images/3hr.png) no-repeat 0px 0px;
width: 100px;
height: 100px;
background-size: 100%;
}
.content-top-grid big {
background: url(../images/4.png) no-repeat 0px 0px;
width: 100px;
height: 100px;
background-size: 100%;
}
.content-top-grid:hover big {
background: url(../images/4hr.png) no-repeat 0px 0px;
width: 100px;
height: 100px;
background-size: 100%;
}
.content-about span{
background: url(../images/edges.png);
position: absolute;
width: 200px;
height: 80;
top: -67%;
right: 11%;
}
.content-about-bottom-text img,.content-services-bottom-text img{
width: 3%;
}
.content-about h2,.content-about small{
font-size: 26px;
}

#center-text{
	text-align: center !important;
	color: red;
	font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #8D8D8D;
    line-height: 18px;
    width: 92%;
    padding-left: 24px;
    letter-spacing: 0.2px;
}
.content-about-grid-left img {
width: 100%;
}
.content-about-grid-right p {
width: 93%;
overflow: hidden;
height: 94px;
font-size: 1.1em;
line-height: 19px;
padding-left: 20px;
}
.learn {
margin: 9% 0;
}
.learn a {
font-size: 15px;
}
.content-about-bottom-text p {
font-size: 18px;
}
.content-team span {
background: url(../images/edges.png);
position: absolute;
width: 200px;
height: 80px;
top: -43%;
right: 8%;
}
.content-team-text h2 ,.content-team-text small{
font-size: 33px;
}
.team-left-grid img {
width: 100%;
}
.team-left-grid h2 {
font-size: 17px;
}
.team-left-grid p {
font-size: 14px;
}
.team-icon-grid {
width: 86%;
}
.content-skills span {
background: url(../images/edges.png);
position: absolute;
width: 200px;
height: 80px;
top: -67%;
right: 12%;
}
.content-skills-text h2,.content-skills-text small{
font-size: 33px;
}
.progress-head h3 {
margin-top: 1em;
font-size: 15px;
}
.progress-head p.percent {
margin: 0.5em 1em 0em 0;
font-size:18px;
}
.content-services-bottom-text p.bottom-text {
font-size: 18px;
width: 93%;
}
.content-team span {
display: none;
}
.service-grid {
width: 50%;
font-size: 9px;
}
.service-grid p {
font-size: 1.5em;
}
.services-text p {
font-size: 13px;
overflow: hidden;
height: 21px;
}
.services-bottom-text p {
font-size: 0.9em;
}
.port-text span.folio {
background: url(../images/edges.png);
position: absolute;
width: 200px;
height: 80px;
top: -65%;
right: 10%;
}
.port-text h2,.port-text small{
font-size: 30px;
}
#filters li span.active, #filters li span {
font-size: 0.7em;
}
.tour-caption {
height: 62.17%;
}
.tour-caption span {
width: 25px;
top: 29%;
right: 32%;
}
.portfolio-wrapper p {
font-size: 0.8em;
}
.portfolio-wrapper h3 {
font-size: 11px;
}
.watchmore a {
font-size: 11px;
}
.content-Get-in-touch span.portfolio {
background: url(../images/edges.png);
position: absolute;
width:200px;
height: 80px;
top: -51%;
right: 9%;
}
.Get-in-touch-text h2,.Get-in-touch-text small{
font-size: 27px;
margin-top:20%;
}
.Get-in-touch-grids form {
width: 100%;
margin-top: 25%;
}
.Get-in-touch-grids form textarea{
min-height: 80px;
font-size:11px;
}
.Get-in-touch-grids form input[type="text"]{
font-size:11px;
width: 100%;
}
.Get-in-touch-grids form input[type="text"]:nth-child(2){
margin-left:0%;
}
.email a {
font-size: 12px;
}
.Get-in-touch-grids p {
font-size: 13px;
margin-top: 13%;
}
.Get-in-touch-grids h4 {
line-height:20px;
font-size: 13px;
}
.Get-in-touch-grids span,.Get-in-touch-grids small {
font-size: 13px;
}
}

/*POP UP*/
        .img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%; 
  color: transparent;
  white-space: nowrap;
}
.bts-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.bts-popup-container {
    z-index: 10;
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
  background: #333;
  border-radius: none; 
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bts-popup-container img {
  padding: 20px 0 0 0;
}
.bts-popup-container p {
    color: white;
  padding: 10px 40px;
}
.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid white;
    display: inline-block;
  margin-bottom: 10px;
}

.bts-popup-container a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}

.bts-popup-container .bts-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.bts-popup-container .bts-popup-close::before, .bts-popup-container .bts-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 16px;
  height: 3px;
  background-color: white;
}
.bts-popup-container .bts-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.bts-popup-container .bts-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 6px;
  top: 13px;
}
.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .bts-popup-container {
    margin: 8em auto;
  }
}