/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Template Stylesheet
Project:    Vesto-Minimal Portfolio Template
Author:     Syed Mehdi Hasan
Author URI: http://hmehdi.com/

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++ Table of contents +++++++++	
 1. Page-loader
 2. Header
	2.1 Sticky Header	
 3. Banner-section
 4. About-section
 5. Call-section
 6. Core Features
 7. Fun-fact Section
 8. Portfolio Section 
 9. Testimonial Section
10. Skills Section
11. Our-team Section
12. Subscribe Section
13. Contact-section
14. footer
15. Page-title-section
16. Inner-content-section
17. Portfolio-Contents
18. Service-call-section
19. Why Choose Us
20. Gallery
21. Clients-contents
22. Faq
23. 404 Error
24. Under-construction-section
25. Coming-soon
26. Slider-section
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* ==============================
   Page-loader
   ============================== */
#page-loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    display: block;
    background: #fff;
}
.page-loader-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 36px;
    margin: -18px 0 0 -18px;
    border-radius: 50%;
    border: 2px solid;
    border-top-color: rgba(0, 0, 0, 0.65);
    border-bottom-color: rgba(0, 0, 0, 0.15);
    border-left-color: rgba(0, 0, 0, 0.65);
    border-right-color: rgba(0, 0, 0, 0.15);
    -webkit-animation: page-loader-circle 0.8s linear infinite;
	-moz-animation: page-loader-circle 0.8s linear infinite;
	-ms-animation: page-loader-circle 0.8s linear infinite;
	-o-animation: page-loader-circle 0.8s linear infinite;
    animation: page-loader-circle 0.8s linear infinite;
}
@keyframes page-loader-circle {
    from {
        -webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes page-loader-circle {
    from {
        -webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
    }
}

/* ==========================================================================
                2.Header
  ========================================================================== */
header {
    float: left;
    width: 100%;
    position: absolute;
    z-index: 9;
	padding-top:30px;
	background-color: transparent;
}
.logo-area {
    float: left;
    width: 100%;
}
.logo-area img {
    width: 120px;
	-webkit-transition: .5s;
    -moz-transition: .5s;
	-ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.menu-area {
    float: left;
    width: 100%;
	padding-top: 8px;
}
.navbar-default {
    background-color: transparent;
    border: none;
}
.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 13px;
	letter-spacing:2px;
	color:#fff ;
    text-transform: uppercase;
    text-shadow: 0px 2px 6px black;
    font-weight: 400;
}
.navbar-nav > li > a:hover {
	color: #fff;
} 
.navbar-nav > li > a:before {
	position:absolute;
	content:'';
	width:50px;
	height:1px;
	background:#594394;
	bottom:-10px;
	left:15px;
	transform:scaleX(0);
	-webkit-transition:.4s;
	-moz-transition:.4s;
	-ms-transition:.4s;
	-o-transition:.4s;
	transition:.4s;
}
.navbar-nav > li > a:hover::before {
	transform:scaleX(1)
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: transparent;
}
.dropdown-menu {
    z-index:999;
	min-width: 160px;
    font-size: 14px;
    background: rgba(27, 27, 27,.8);
    border-radius: 0;
    box-shadow: none;
}
.dropdown-menu	li > a {
	color:#fff !important;
	font-size: 12px;
	letter-spacing:2px;
	font-weight:300;
	padding: 10px 20px;
    text-transform: uppercase;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #ababab !important;
    text-decoration: none;
    background-color: transparent;
}
.navbar-nav > li > .dropdown-menu {
	margin-top: 8px;
    left: 10px;
    min-width: 230px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle {
    padding: 15px 15px;
    background-color: #111;
    border: none;
    border-radius: 0px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
	border-color: #fff;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar{
    background-color: #111;
}
.header-contact ul li {
	padding-left:10px;
	position:relative;
}
.header-contact ul li:before {
	position:absolute;
	content:'';
	top:0px;
	left:0px;
	font-family:'FontAwesome';
	font-size:14px;
	color:#ececec;
}
.header-contact ul li.mail:before {
	content:'\f0e0';
}
.header-contact ul li.tel:before {
	content:'\f095';
}
.header-contact ul li a {
    color:#ececec !important;
	font-size:12px;
	letter-spacing:2px;
	font-weight:400;
	-webkit-transition:.4s;
	-moz-transition:.4s;
	-ms-transition:.4s;
	-o-transition:.4s;
	transition:.4s;		
}
.header-contact ul li a:before {
    content: initial;
}
.header-contact ul li a:hover {
    color:#b9b9b9;	
}
/* ====================
      Sticky Header
  ==================== */
header.sticky {
    position: fixed;
    background-color: rgba(255,255,255,255);
    z-index: 999;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding-top: 25px;
    padding-bottom: 25px;
}
header.sticky .logo-area img {
    width: 90px;
}
header.sticky .menu-area {
    float: left;
    width: 100%;
    padding-top: 18px;
}
header.sticky .navbar {
    min-height: auto;
    margin-bottom: 17px;
}
/* ==========================================================================
                3.Banner-section
  ========================================================================== */
section#banner-section {
    position:relative;
	top:0px;
	left:0px;
	float: left;
    width: 100%;
	height:100vh;	
	background:url(../images/bg/banner-bg.jpg) 50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed
}
section#banner-section:after{
    position: absolute;
    content: '';
	width: 100%;
    height: 100%;
    top: 0px;
	bootom:0px;
    left: 0px;	
    background: rgba(0, 0, 0, 0.7);
}
.banner-text {
    float: left;
    width: 100%;
    text-align: center;
	position:relative;
	z-index:1;
    -webkit-transform: translateY(40vh);
	-moz-transform: translateY(40vh);
	-ms-transform: translateY(40vh);
	-o-transform: translateY(40vh);
	transform: translateY(40vh);
}
.banner-text h4 {
    font-size: 50px;
    color: #fff;
    font-weight: 100;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.banner-text h5 {
    font-size: 28px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 4px;
    color: #fff;
	margin-top:20px;
}
.banner-text a.view-link {
    text-align: center;
    padding: 10px 50px;
	font-size:12px;
	font-weight:400;
	letter-spacing:2px;
	text-transform: uppercase;
    color: #111;
    display: inline-block;
    margin-top: 20px;
	background: rgba(255,255,255, .8);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-webkit-transition: background .4s,color .4s; 
	-moz-transition: background .4s,color .4s; 
	-ms-transition: background .4s,color .4s; 
	-o-transition: background .4s,color .4s; 
	transition: background .4s,color .4s; 
}
.banner-text a.view-link:hover {
	background: #111;
	color:#fff;
}
/* ==========================================================================
                4.About-section
  ========================================================================== */
section#about-section {
	float: left;
    width: 100%;
	padding:60px 0px;
}
.text-title	{
	float: left;
    width: 100%;
	text-align: center;	
}
.text-title h5{
    position: relative;
	display: inline-block;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #111;
	margin-bottom:20px;
}
.text-title h5:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background-color: #111;
    bottom: -17px;
    left: 40%;
}
.about-section-contents {
    float: left;
    width: 100%;
	padding-top: 30px;
}
.about-us-contents {
    float: left;
    width: 100%;
	padding: 40px 0px;
    padding-top: 20px;
}
.about-us-contents h5 {
	position: relative;
	font-size: 24px;
	color:#111;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0px;
	margin-bottom:20px;
}
/*
.about-us-contents h5:before {
    position: absolute;
    content: '';
    bottom: -20px;
    left: 0px;
    width: 40px;
    height: 1px;
	background-color:#111;
}*/
.about-us-contents p {
    font-size: 16px;
    line-height: 24px;
    color: #444444;
	margin-bottom:10px;
}
.about-us-contents a.view-link {
    text-align: center;
    padding: 10px 50px;
	font-size:12px;
	font-weight:400;
	letter-spacing:2px;
	text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
	background: #111;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-webkit-transition: background .4s,color .4s;
	-moz-transition: background .4s,color .4s; 
	-ms-transition: background .4s,color .4s; 
	-o-transition: background .4s,color .4s; 
	transition: background .4s,color .4s;  
}
.about-us-contents a.view-link:hover {
	background: #ababab;
	color:#fff;
}
.about-us-contents-img {
    float: left;
    width: 100%;
	overflow:hidden;
    padding: 0px 0px;
	position:relative;
}/*
.about-us-contents-img:before {
	position:absolute;
	content:'';
	width:80%;
	height:80%;
	border:1px solid #fff;
	top:0px;
	left:0px;
	z-index:1;
}*/
.about-us-contents-img img{
    width: 100%;
	-webkit-transition: .4s ease-in;
	-moz-transition: .4s ease-in; 
	-ms-transition: .4s ease-in; 
	-o-transition: .4s ease-in; 
	transition: .4s ease-in; 		
}
.about-us-contents-img:hover > img {
    transform: scale(1.1);
}
/*
.about-us-contents-img:before {
    position: absolute;
    content: '';
    width: 96%;
    height: 93%;
    border: 1px solid #cecece;
    top: 12px;
    left: 12px;
}*/
/* ==========================================================================
                5.Call-section 
  ========================================================================== */
section#call-section {
	float: left;
    width: 100%;	
	padding:80px 0px;
	background:url(../ima/parallax.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	position:relative;
}
section#call-section:after{
    position: absolute;
    content: '';
	width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;	
    background: rgba(0, 0, 0, 0.15);
}
.call-contents {
	float: left;
    width: 100%;
    position: relative;
    z-index: 1;
	text-align:center;
}
.call-contents h6 {
    font-size: 18px;
    color: #fff;
    letter-spacing: 4px;
}
.call-contents p {
    color: #fff;
    margin-top: 20px;
    font-size: 15px;
	line-height:26px;
}
.call-contents a.view-link {
    text-align: center;
    padding: 10px 50px;
	font-size:14px;
	font-weight:400;
	letter-spacing:2px;
	text-transform: uppercase;
    color: #111;
    display: inline-block;
    margin-top: 20px;
	background: rgba(255,255,255, .8);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-webkit-transition: background .4s,color .4s;
	-moz-transition: background .4s,color .4s; 
	-ms-transition: background .4s,color .4s; 
	-o-transition: background .4s,color .4s; 
	transition: background .4s,color .4s;  
}

.call-contents a.view-link:hover {
	background: #111;
	color:#fff;
} 
/* ==========================================================================
                6.Core Features
  ========================================================================== */ 
section#core-features-section {
	float: left;
    width: 100%;
	padding:60px 0px;
}
.text-title p {
    font-size: 15px;
    padding: 0px 15%;
    line-height: 22px;
    margin-top: 20px;
}
.single-features {
    float: left;
    width: 100%;
    text-align: center;
    padding: 40px 15px 0px 15px;
	margin-top:30px;
}

.single-features h6 {
	font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 20px 0px;
    letter-spacing: 3px;
}
.single-features p {
    font-size: 14px;
    line-height: 22px;
    color: #444;
}
/* ==========================================================================
                7.Fun-fact Section
  ========================================================================== */ 
section#fun-fact-section {
	float: left;
    width: 100%;	
	padding:60px 0px;
	background:url( ../images/bg/fun-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	position:relative;
}
section#fun-fact-section:after{
    position: absolute;
    content: '';
	width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;	
    background: rgba(0, 0, 0, 0.7);
}
.fun-fact-contents {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}
.single-fun-fact {
    float: left;
    width: 100%;
    text-align: center;
}
.single-fun-fact h6 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 20px 0px;
}
.single-fun-fact span.counter {
    font-size: 40px;
    color: #fff;
    letter-spacing: 4px;
    font-weight: 500;
}
/* ==========================================================================
                8.Portfolio Section 
  ========================================================================== */ 
section#portfolio-section {
	float: left;
    width: 100%;	
	padding:60px 0px;
}
.porfolio-contents {
    float: left;
    width: 100%;
}
.portfolio-filter {
    float: left;
    width: 100%;
	margin-top: 30px;
}
ul.filters {
    float: left;
    width: 100%;
    text-align: center;
}
ul.filters li {
    display: inline-block;
    padding: 0px 20px;    
}
li.filter a{
	position: relative;
    font-size: 14px;
	text-transform: uppercase;
    color: #444;
    letter-spacing: 2px;
    font-weight: 400;
}
li.filter a:before{
	position: absolute;
    content: '';
    width: 0px;
    height: 1px;
	opacity:0;
    background-color: #444;
    bottom: -10px;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
li.filter a:hover:before,
li.filter.active a:before{
    width: 15px;
	left: 0px;
	opacity:1;
}
div#isotope-grid {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.grid-item {
    float: left;
    display: inline-block;
    margin-bottom:40px;
}
.single-grid-item {
    float: left;
    width: 100%;
    position: relative;
	overflow:hidden;
}
.single-grid-item img {
	width: 100%;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    bottom: 0; 
}
/*
.single-grid-item:hover img {
    bottom: 60px; 
}*/
.item-hover {
    position: absolute;
    bottom: -60px;
    left: 0px;
	float:left;
	width:100%;
	height: 80px;
	text-align:center;
	padding:20px 0px;    
    background-color: #000;
    visibility: hidden;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.single-grid-item:hover .item-hover {
    visibility:	visible;
	bottom: 0px;
}
.item-hover h6 {
    color: #fff;
    font-size: 16px;
	font-weight:500;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.item-hover a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
	margin-top:5px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;	
}
.item-hover a:hover {
    color: lightgrey;
}
/* ==========================================================================
                9.Testimonial Section
  ========================================================================== */ 
section#testimonial-section  {
	float: left;
    width: 100%;	
	padding:100px 0px;
	background:url( ../ima/reconocimientos.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	position:relative;
}
section#testimonial-section:after{
    position: absolute;
    content: '';
	width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;	
    background: rgba(0, 0, 0, 0);
}
.testimonial-contents{
	float:left;
	width:100%;
	position:relative;
	z-index:1;
}
.text-title.white-title h5 {
    color: #fff;
}
.text-title.white-title h5:after {
    background-color: #fff;
}
.text-title.white-title p{
    color: #fff;
}
.testimonial-contents .owl-carousel {
	float: left;
	margin-top: 20px;
    position: relative;
    padding-top: 0px;
}/*
.testimonial-contents .owl-carousel:before {
    position: absolute;
    content: '\f10e';
    top: 0px;
    left: 48%;
    font-family: fontawesome;
    color: #cacaca;
    font-size: 30px;
}*/
.testimonial-contents .item {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0px 8%;
}
.testimonial-contents .item h4 {
    font-size: 16px;
    font-weight: 200;
    color: #fff;
    line-height: 23px;
}
.testimonial-contents .item p {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    margin: 20px 0px;
}
.testimonial-contents .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}
.testimonial-contents .owl-theme .owl-dots .owl-dot span {
    border: 2px solid transparent;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.testimonial-contents .owl-theme .owl-dots .owl-dot.active span,
.testimonial-contents .owl-theme .owl-dots .owl-dot:hover span {
	border: 2px solid #444;
}
/* ==========================================================================
                10.Skills Section
  ========================================================================== */ 
section#skills-section {
	float: left;
    width: 100%;	
	padding:60px 0px;
	background:#f7f7f7;
}
.progress-contents {
	float: left;
    width: 100%;
    padding: 30px 0px;
}
.progress-contents h5 {
    position: relative;
	font-size: 24px;
	color:#111;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0px;
	margin-bottom:40px;
}
.progress-contents h5:before {
    position: absolute;
    content: '';
    bottom: -20px;
    left: 0px;
    width: 40px;
    height: 1px;
	background-color:#111;
}
.progress-contents p {
    font-size: 16px;
    line-height: 24px;
    color: #444444;
	margin-bottom:10px;
}
.skills-info {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.single-skill {
	float: left;
    width: 100%;
	margin-bottom:10px;
}
.progress {
	width: 80%;
    height: 8px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #e2e2e2;
    border-radius: 4px;
    box-shadow: none;
} 
.progress-bar {
    background-color: #111111;
}  
.single-skill h6 {
    font-size: 15px;
    font-weight: 500;	
    color: #444444;
    margin-bottom: 8px;
}
/* ==========================================================================
                11.Our-team Section
  ========================================================================== */ 
section#our-team-section {
	float: left;
    width: 100%;	
	padding:60px 0px;
}
.single-team-member {
    float: left;
    width: 100%;
    position: relative;
	cursor:pointer;
	margin-top:40px;
    overflow: hidden;	
}
.single-team-member img {
    width: 100%;	
}
.member-info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
	background-color: rgba(0, 0, 0, 0.8);
	text-align:center;
	opacity: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.single-team-member:hover .member-info {
    width: 100%;
    opacity: 1;
}
.member-info h6 {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 56%;
}
.member-info p {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 20px;
}
.member-info ul {
    margin-top:20px;
}
.member-info ul li {
    list-style: none;
    display: inline-block;
}
.member-info ul li a {
    color:#fff;
	font-size:16px;
	padding:0px 10px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;	
}
.member-info ul li a:hover {
	color:#908989;
}
/* ==========================================================================
                12.Subscribe Section
  ========================================================================== */ 
section#subscribe-section {
	float: left;
    width: 100%;	
	padding:60px 0px;
	background:url(../images/bg/subscribe-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	position:relative;
}
section#subscribe-section:after{
    position: absolute;
    content: '';
	width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;	
    background: rgba(255, 255, 255, 0.61);
}
.subscribe-contents {
	float: left;
    width: 100%;
    position: relative;
    z-index: 1;
	text-align:center;
}
.subscribe-contents h6 {
    font-size: 18px;
    color: #444;
    letter-spacing: 4px;
    font-weight: 500;   
}
.subscribe-contents form {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.subscribe-contents input.subs-textbox {
    width: 300px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
    color: #444;
    background: transparent;
    border: 1px solid #444;
    -webkit-transition:.5s ease-in;
	-moz-transition:.5s ease-in;
	-ms-transition:.5s ease-in;
	-o-transition:.5s ease-in;
	transition:.5s ease-in;
}
.subscribe-contents input.subs-textbox:focus {
    -webkit-box-shadow: 0px 0px 8px 1px rgba(128, 128, 128, 0.6);
	-moz-box-shadow: 0px 0px 8px 1px rgba(128, 128, 128, 0.6);
	-ms-box-shadow: 0px 0px 8px 1px rgba(128, 128, 128, 0.6);
	-o-box-shadow: 0px 0px 8px 1px rgba(128, 128, 128, 0.6);
	box-shadow: 0px 0px 8px 1px rgba(128, 128, 128, 0.6);
}
.subscribe-contents input.subs-button {
    padding: 7px 20px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
	background: rgba(255,255,255, .8);
	-webkit-transition:.5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
}
input.subs-button:hover {
    background: #111;
    color: #fff;
}
/* ==========================================================================
                13.Contact-section
  ========================================================================== */ 
section#contact-section {
	float: left;
    width: 100%;	
	padding:60px 0px;
}
.contact-contents {
    float: left;
    width: 100%;
    margin: 50px 0px;
}
.single-contact-information	{
	float: left;
	width:100%;
	padding-left:20%
}
.contact-icon {
    float: left;
    display: inline-block;
    margin-right: 20px;
    width: 34px;
    height: 34px;
    text-align: center;
}
.contact-icon i {
    position: relative;
    line-height: 34px;
    font-size: 16px;
    color: #ffffff;
    z-index: 9;
    width: 100%;
    height: 100%;
}
.contact-icon i:after {
    position: absolute;
    content: '';
    background-color: #594394;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    transform: rotate(45deg);
    z-index: -1;
}
.single-contact-details {
    float: left;
    display: block;
}
.single-contact-details h6 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0px;
	color: #000;
}
.single-contact-details p {
    font-size: 13px;
    line-height: 16px;
    margin-top: 6px;
    color: #444;
}
.single-contact-details p a{
    font-size: 13px;
    line-height: 16px;
    margin-top: 6px;
    color: #444;
}
.contact-form {
    float: left;
    width: 100%;
}
.contact-form input.contact-textbox {
    width: 100%;
    border-bottom: 1px solid #d0d0d0;
    padding: 5px 10px;
    margin-bottom: 30px;
    font-size: 14px;
	-webkit-transition:.3s ease-in;
	-moz-transition:.3s ease-in;
	-ms-transition:.3s ease-in;
	-o-transition:.3s ease-in;
	transition:.3s ease-in;
}
.contact-form input.contact-textbox:focus {
	border-bottom: 1px solid #000000;
}
.contact-form textarea.contact-textbox {
    width: 100%;
	height:150px;
    border-bottom: 1px solid #d0d0d0;
    padding: 5px 10px;
    margin-bottom: 30px;
    font-size: 14px;
	-webkit-transition:.3s ease-in;
	-moz-transition:.3s ease-in;
	-ms-transition:.3s ease-in;
	-o-transition:.3s ease-in;
	transition:.3s ease-in;	
}
.contact-form textarea.contact-textbox:focus {
	border-bottom: 1px solid #000000;
}
.contact-form input.contact-button {
    text-align: center;
    padding: 10px 35px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    background-color: #594394;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    transition: background .4s,color .4s;
}
.contact-form input.contact-button:hover{
	background: #7e7195;
    color: #fff;
}
/* ==========================================================================
                14.footer 
  ========================================================================== */ 
footer {
	float: left;
    width: 100%;	
	padding:80px 0px;
	padding-bottom:40px;
	background:url(../ima/footer.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	position:relative;
    background-position-y: 190px;
}
footer:after{
    position: absolute;
    content: '';
	width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;	
    background: rgba(0, 0, 0, 0.1);
}  
.footer-contents {
	float: left;
    width: 100%;
	position:relative;
	z-index:1;
}
.footer-logo {
    float: left;
    width: 100%;
    text-align: center;
}
.footer-logo img {
    width: 120px;
}
.footer-logo p {
    font-size: 12px;
    margin-top: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #d0d0d0;
}  
.footer-menu {
    float: left;
    width: 100%;
    text-align: center;
	margin-top:40px;
}
.footer-menu ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 30px;
}
.footer-menu ul li a {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
	-webkit-transition:.4s;
	-moz-transition:.4s; 
	-ms-transition:.4s; 
	-o-transition:.4s; 
	transition:.4s; 
}
.footer-menu ul li a:hover {
    color: #fff;
}
.footer-social-links {
    float: left;
    width: 100%;
    text-align: center;
	margin-top:30px;
}
.footer-social-links ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 20px;
}
.footer-social-links ul li a {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    width: 40px;
    height: 40px;
    background-color: #594394;
    display: block;
    line-height: 40px;
    border-radius: 50%;
	-webkit-transition: background .4s,color .4s;
	-moz-transition: background .4s,color .4s; 
	-ms-transition: background .4s,color .4s; 
	-o-transition: background .4s,color .4s; 
	transition: background .4s,color .4s; 
}
.footer-social-links ul li a:hover {
    background-color: transparent;
}
.footer-social-links ul li a i {
    padding-left: 2px;
}
.copyright {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    border-top: 1px solid #fff;
    padding-top: 30px;
}
.copyright p {
    color: #d0d0d0;
    font-size: 12px;
	display:block;
	letter-spacing: 2px;
}
/* ==========================================================================
                15.Page-title-section
  ========================================================================== */
section#page-title-section {
    position:relative;
	top:0px;
	left:0px;
	float: left;
    width: 100%;
	height:400px;	
	background:url(../ima/show/h-show.jpg) 50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed
}
section#page-title-section:after{
    position: absolute;
    content: '';
	width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;	
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(255, 255, 255, 0.1));
}
section#page-title-section-2 {
    position:relative;
	top:0px;
	left:0px;
	float: left;
    width: 100%;
	height:400px;	
	background:url(../ima/television/h-television.jpg) 50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed
}
section#page-title-section-2:after{
    position: absolute;
    content: '';
	width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;	
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(255, 255, 255, 0.1));
}
section#page-title-section-3 {
    position:relative;
	top:0px;
	left:0px;
	float: left;
    width: 100%;
	height:400px;	
	background:url(../ima/medios/h-medios.jpg) 50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed
}
section#page-title-section-3:after{
    position: absolute;
    content: '';
	width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;	
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(255, 255, 255, 0.1));
}
section#page-title-section-4 {
    position:relative;
	top:0px;
	left:0px;
	float: left;
    width: 100%;
	height:400px;	
	background:url(../ima/galeria/h-galeria.jpg) 50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed
}
section#page-title-section-4:after{
    position: absolute;
    content: '';
	width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;	
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(255, 255, 255, 0.1));
}
section#page-title-section-5 {
    position:relative;
	top:0px;
	left:0px;
	float: left;
    width: 100%;
	height:400px;	
	background:url(../ima/contacto/h-contacto.jpg) 50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed
}
section#page-title-section-5:after{
    position: absolute;
    content: '';
	width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;	
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(255, 255, 255, 0.1));
}

.page-title {
    float: left;
    width: 100%;
    position: absolute;
    top: 30vh;
    left: 0px;
    text-align: center;
    z-index: 1;
}
.page-title h6 {
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0px;
}
.page-title p {
    color: #d6d6d6;
    font-size: 12px;
    margin-top: 20px;
    letter-spacing: 4px;
    font-weight: 300;
}
/* ==========================================================================
                16.Inner-content-section
  ========================================================================== */
section.inner-content-section {
	float: left;
    width: 100%;
	padding:100px 0px;
}
.about-us-contents-inner {
    float: left;
    width: 100%;
	margin-bottom: 40px;
}
.about-us-contents-inner h5 {
	font-size: 24px;
	color:#111;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0px;
	margin-bottom:30px;
	display:inline-block;
}
.about-us-contents-inner p {
    font-size: 16px;
    line-height: 24px;
    color: #444444;
	margin-bottom:10px;
}
.about-us-contents-inner a.view-link {
    text-align: center;
    padding: 10px 50px;
	font-size:12px;
	font-weight:400;
	letter-spacing:2px;
	text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
	background: #111;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-webkit-transition: background .4s,color .4s;
	-moz-transition: background .4s,color .4s; 
	-ms-transition: background .4s,color .4s; 
	-o-transition: background .4s,color .4s; 
	transition: background .4s,color .4s;  
}
.about-us-contents-inner a.view-link:hover {
	background: #ababab;
	color:#fff;
}
p.quote-contents {
    font-size: 16px;
    line-height: 24px;
    color: #444444;
    margin-bottom: 40px;
    text-align: center;
    padding: 0px 10%;
    font-style: italic;
}
.about-us-contents-inner .about-us-contents-img:before {
    top: 9px;
    left: 9px;
}
/* ==========================================================================
                17.Portfolio-Contents
  ========================================================================== */
.portfolio-contents {
    float: left;
    width: 100%;
    margin-top: 60px;
}
.single-portfolio-item {
    float: left;
    width: 100%;
    position: relative;
	overflow:hidden;
	margin-bottom:30px;
}
.single-portfolio-item img {
	width: 100%;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    bottom: 0; 
}
.single-portfolio-item:hover img {
    bottom: 60px; 
}
.single-portfolio-item .item-hover {
   	float:left;
	width:100%;
	text-align:center;
	padding:20px 0px;
    position: absolute;
    bottom: -60px;
    left: 0px;
    width: 100%;
    height: 80px;
    background-color: #000;
    visibility: hidden;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.single-portfolio-item:hover .item-hover {
    visibility:	visible;
	bottom: 0px;
}
.single-portfolio-item .item-hover h6 {
    color: #fff;
    font-size: 16px;
	font-weight:500;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.single-portfolio-item .item-hover a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
	margin-top:5px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;	
}
.single-portfolio-item .item-hover a:hover {
    color: lightgrey;
} 
.item-cat-2 h6{
	font-size: 14px !important;
} 
/* ==========================================================================
                18.Service-call-section
  ========================================================================== */
.service-call-section {
	float: left;
    width: 100%;	
	padding:60px 0px;
	background:url(../images/bg/call-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	position:relative;
}
.service-call-section:after{
    position: absolute;
    content: '';
	width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;	
    background: rgba(0, 0, 0, 0.35);
}
.service-call-section .call-contents {
	float: left;
    width: 100%;
    position: relative;
    z-index: 1;
	text-align:center;
}
.service-call-section .call-contents h6 {
    font-size: 18px;
    color: #fff;
    letter-spacing: 4px;
}
.service-call-section .call-contents p {
    color: #fff;
    margin-top: 20px;
    font-size: 15px;
	line-height:26px;
}
.service-call-section .call-contents a.view-link {
    text-align: center;
    padding: 10px 50px;
	font-size:14px;
	font-weight:400;
	letter-spacing:2px;
	text-transform: uppercase;
    color: #111;
    display: inline-block;
    margin-top: 20px;
	background: rgba(255,255,255, .8);
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-webkit-transition: background .4s,color .4s;
	-moz-transition: background .4s,color .4s; 
	-ms-transition: background .4s,color .4s; 
	-o-transition: background .4s,color .4s; 
	transition: background .4s,color .4s;  
}
.service-call-section .call-contents a.view-link:hover {
	background: #111;
	color:#fff;
}
/* ==========================================================================
                19.Why Choose Us
  ========================================================================== */
.single-speciality {
    float: left;
    width: 100%;
    text-align: center;
    padding: 40px 15px 0px 15px;
	margin-top:30px;
}
.single-speciality h6 {
	font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 20px;
    letter-spacing: 3px;
}
.single-speciality p {
    font-size: 14px;
    line-height: 22px;
    color: #444;
}
/* ==========================================================================
                20.Gallery
  ========================================================================== */
.single-gallery-item {
    float: left;
    width: 100%;
    position: relative;
	cursor:pointer;
    overflow: hidden;
	margin-bottom:30px;	
}
.single-gallery-item img {
    width: 100%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;		
}
.single-gallery-item:hover img {
    transform:scale(1.1)
}
.gallery-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
	background-color: rgba(0, 0, 0, 0.8);
	text-align:center;
	opacity: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.single-gallery-item:hover .gallery-hover {
    opacity: 1;
}
.gallery-hover h6 {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
	letter-spacing:2px;
    margin-top: 28%;
	margin-bottom:15px;
}
.gallery-hover a {
    color: #fff;
    font-size: 16px;
    padding: 10px 10px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    display: inline-block;
    border: 1px solid #fff;
}
.gallery-hover a:hover {
	color:#908989;
	border: 1px solid #908989;
}
/* ==========================================================================
                21.Clients-contents
  ========================================================================== */
.clients-contents {
    float: left;
    width: 100%;
	margin-top:80px;
}
.single-client {
    float: left;
    width: 100%;
	margin-bottom:40px;
}
.single-client img {
	width:100%;	
}
.single-client h6 {
    font-size: 14px;
    text-transform:capitalize;
    letter-spacing: 2px;
    font-weight: 400;
    color: #444;
	margin-top:20px
}
.single-client p {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
	letter-spacing: 1px;
    color: #444;
	margin-top:4px
}
/* ==========================================================================
                22.Faq
  ========================================================================== */
.faq-accordion {
    float: left;
    width: 100%;
	margin-top:80px;
}
.faqHeader {
	font-size: 16px;
	margin: 20px;
}

.panel-heading [data-toggle="collapse"]:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}

.panel-heading [data-toggle="collapse"].collapsed:after {
	font-family: 'FontAwesome';
    content: "\f067";
    float: right;
    color: #F58723;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
.panel-heading {
    background-color: #434343 !important;
    padding: 10px 15px;
	border-radius:0px !important;
}
.panel-body {
    font-size: 13px;
    padding: 20px 20px;
    line-height: 24px;
    font-weight: 400;
}
.panel.panel-default {
    margin-bottom: 5px;
}
h4.panel-title a {
    font-size: 12px;
	color: #fff;
	font-weight: 300;
	padding: 0px 6px;
	text-transform:uppercase;
	letter-spacing:2px;
}
h4.panel-title a:hover {
    color: #fff;
}
.panel-group .panel {
    border-radius: 0px;
}
.panel-default {
	border: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
     border:none !important; 
}
/* ==========================================================================
                23.404 Error
  ========================================================================== */
.error-contents {
    float: left;
    width: 100%;
    text-align: center;
	margin:20px 0px;
    padding: 60px 40px;
    border: 10px solid #444;
}
.error-contents h5 {
    font-size: 40px;
    text-transform: capitalize ;
    font-weight: 300;
    letter-spacing: 4px;
    line-height: 50px;
    margin-bottom: 20px;
	color:#444;
}
.error-contents p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 22px;
    margin-bottom: 20px;
}
.error-contents a {
    text-align: center;
    padding: 10px 60px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    background: rgb(68, 68, 68);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    transition: background .4s,color .4s;
}
.error-contents a:hover {
    background: rgb(208, 208, 208);
    color: #444;
}
/* ==========================================================================
                24.Under-construction-section
  ========================================================================== */
.under-construction-section {
	background:url(../images/bg/construction-bg.jpg) !important;
	background-size: cover !important;
}
.under-construction-text {
    float: left;
    width: 100%;
    position: relative;
    z-index: 99;
    top: 45vh;
    text-align: center;
}
.under-construction-text h4 {
    font-size: 50px;
    text-transform: uppercase;
    color: #ececec;
    font-weight: 200;
    letter-spacing: 10px;
    margin-bottom: 15px;
}
.under-construction-text p {
    font-size: 16px;
    text-transform: uppercase;
    color: #ececec;
    font-weight: 200;
    letter-spacing: 4px;
}
/* ==========================================================================
                25.Coming-soon
  ========================================================================== */
.coming-soon-section {
	background:url(../images/bg/coming-bg.jpg) !important;
	background-size: cover !important;
}
.coming-soon-text {
    float: left;
    width: 100%;
    position: relative;
    z-index: 99;
    top: 40vh;
    text-align: center;
}
.coming-soon-text h4 {
    font-size: 50px;
    text-transform: uppercase;
    color: #ececec;
    font-weight: 200;
    letter-spacing: 10px;
    margin-bottom: 15px;
}
.coming-soon-text p {
    font-size: 16px;
    text-transform: uppercase;
    color: #ececec;
    font-weight: 200;
    letter-spacing: 4px;
	line-height:26px
}
/* ==========================================================================
                26.Slider-section
  ========================================================================== */
section#slider-section {
    float: left;
    height: 100%;
    width: 100%;
    display: flex;
	position:relative;
	top:0px;
}
.slider-wrapper {
    height: 100%;
    width: 100%;
}
.slider-wrapper .item {
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
    height: 100vh;
}
.slider-wrapper .item:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.2);
}
.slider-wrapper .slider-text {
    float: left;
    width: 100%;
    position: absolute;
    top: 40vh;
    text-align: center;
	z-index:99;
}
.slider-wrapper .slider-text h4 {
    font-size: 50px;
    color: #fff;
    font-weight: 100;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.slider-wrapper .slider-text h5 {
    font-size: 44px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    margin-top: 20px;
}
.slider-wrapper .slider-text a.view-link {
    text-align: center;
    padding: 10px 50px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    background: #594394;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: background .4s,color .4s;
    -moz-transition: background .4s,color .4s;
    -ms-transition: background .4s,color .4s;
    -o-transition: background .4s,color .4s;
    transition: background .4s,color .4s;
}
.slider-wrapper .slider-text a.view-link:hover {
    background: #7e7195;
    color: #fff;
}
.slider-wrapper .owl-nav {
    position: absolute;
    top: 52vh;
    width: 100%;
	z-index:999;
	color:#fff;
	font-family: 'Lato', sans-serif;
	letter-spacing:3px;
	font-size:8px;
	text-transform:uppercase;
}
.slider-wrapper .owl-theme .owl-nav [class*='owl-'] {
    color: #fff;
    font-size: 10px;
    margin: 0px;
    display: inline-block;
    cursor: pointer;
	padding: 0px !important;
    background: transparent !important;
	border-radius: 0px !important;	
}
.slider-wrapper .owl-prev {
    float: left;
	margin-left:20px !important;
    position: relative;
}
.slider-wrapper .owl-next {
    float: right;
	margin-right:20px !important;
	position: relative;
}
.slider-wrapper .owl-prev:after,
.slider-wrapper .owl-next:after{
	position:absolute;
	content:'';
	width:50%;
	height:1px;
	background-color:#594394;
	bottom:-1px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.slider-wrapper .owl-prev:after{
	right:0px ;
}

.slider-wrapper .owl-next:after{
	left:0px ;
}

.slider-wrapper .owl-prev:hover:after,
.slider-wrapper .owl-next:hover:after{
	width:100%;	
}
.slider-wrapper .owl-dots {
    position: absolute;
    bottom: 50px;
    z-index: 99;
    width: 100%;
    text-align: center;
}
.slider-wrapper .owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 3px;
    margin: 5px 7px;
    background: #878989;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 0px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff !important;
}





/*******************************Add CSS************************************/

.lato{
    font-family: 'Lato', sans-serif;
}

.text-upper{
    text-transform: uppercase;
}

.latto-light{
    font-weight: 300 !important;
}

.latto-regular{
    font-weight: 400 !important;
}

.latto-medium{
    font-weight: 700 !important;
}

.latto-light-i{
    font-weight: 300 !important;
}

.latto-regular-i{
    font-weight: 400 !important;
}

.latto-medium-i{
    font-weight: 700 !important;
}


.txt-shadow-slide{
    text-shadow: 2px 2px 2px #000 !important;
}

.l-m-f{
    color: #594394 !important;
}

.l-m-c{
    color: #7e7195 !important;
}

.p-4-cont{
    padding: 0 5%;
    padding-left: 0%;
}

.size-18{
    font-size: 18px !important;
}

a.view-link {
    text-align: center;
    padding: 10px 50px;
	font-size:12px;
	font-weight:400;
	letter-spacing:2px;
	text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
	background: #594394;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-webkit-transition: background .4s,color .4s;
	-moz-transition: background .4s,color .4s; 
	-ms-transition: background .4s,color .4s; 
	-o-transition: background .4s,color .4s; 
	transition: background .4s,color .4s;  
}
a.view-link:hover {
	background: #7e7195;
    color: #fff;
}

.center-bottom-home{
    text-align: center;
}

.pl-50-icon-phone{
    padding-left: 50%;
}

.sticky.navbar-nav > li > a{
    color: black;
}

.text-left-footer{
    text-align: left;
    padding-top:3%;
}

.text-center-footer{
    text-align: center;
    padding-top:3%;
}

.text-right-footer{
    text-align: right;
}

.hover-face:hover{
    color: #507cbe !important;
    border-color: #507cbe !important;
}

.hover-insta:hover{
    background: linear-gradient(#8a3ab9,#4c68d7,#cd486b,#fbad50,#fccc63,#bc2a8d,#e95950);
    color: transparent !important;
    -webkit-background-clip: text;
}

.hover-twit:hover{
    color: #00aced !important;
    border-color: #00aced !important;
}

.active{
    color:#594394 !important;
}

.padd-t-60{
    padding-top: 50px !important;
}

.padd-b-0{
    padding-bottom: 0px !important;
}

.padd-t-40{
    padding-top: 40px !important;
}

.padd-t-25{
    padding-top: 25px !important;
}

#first-section{
    padding: 60px 0;
    float: left;
    width: 100%;
}

#first-section h4{
    font-size: 20px;
    margin-bottom: 0%;
}

.letra-cursiva{
    font-style: italic;
}

.line-height-24{
    line-height: 24px;
}

.font-18{
    font-size: 18px;
}

#about-section h4{
    font-size: 20px;
    margin-bottom: 4%;
}

.padd-20-sec-show{
    padding-top: 25px !important;
}

.p-4-cont-s-first{
    padding-left: 5%;
    margin-top: -2%;
}

.padd-t-40-show{
    padding-top: 40px!important;
}

.parrafo-resaltado{
    margin-bottom: 2%;
}

.last-p-show-margin-5{
    margin-bottom: 5%!important;
}

.margin-parrafo-2-percentage{
    margin-bottom: 2%;
}

.p-4-cont-s-second{
    padding-right: 5%;
    margin-top: 2%;
}

.margin-5-title{
    margin-bottom: 2%;
}


#second-section-show h2{
    font-size: 20px;
}

.m-t-5-show{
    margin-top: 5%;
}

.m-t-3-show{
    margin-top: 3%;
}

.line-height-30{
    line-height: 30px;
}

#second-section-show{
    padding: 20px 0;
    float: left;
    width: 100%;
}

.list-disc-1{
    list-style: disc; 
    margin-left: 4%;
    font-size: 10px;
}

.font-16{
    font-size: 16px;
}


.list-disc-2{
    list-style: disc; 
    margin-left: 1.5%;
    font-size: 10px;
    color: #594394;
}

.mb-3-medios-first{
    margin-bottom: 3%;
}

.text-default{
    color: #444;
}

.contact-button-new{
    cursor: pointer;
    color: #fff;
    background: #594394;
    padding: 10px;
    margin-left: 40%;
    margin-right: 40%;
}

.contact-button-new:hover{
    background: #7e7195;   
}

.line-height-32{
    line-height: 32px;
}

.ima-t-5{
    margin-top: 5%;
}

.black-letter{
    color: #444 !important;
    text-shadow: 0px 0px 0px !important;
}

.black-letter:hover{
    color: #444;
}