/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. features-area
5. leader-area
6. subscribe-area
7. service-area
8. pricing-area
9. counter
10. team-area
11. blog-area
12. testimonial-area
13. brand-area
14. footer
15. breadcrumb-area
16. portfolio-area
17. blog-details
18. contact-area
19. map
*/



/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900|Rubik:300,400,500,700,900');
 body {
	font-family: 'Rubik', sans-serif;
	font-weight: normal;
	font-style: normal;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button{cursor: pointer;}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	color: #313131;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
  line-height: 1.5;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 15px;
	font-weight: normal;
	line-height: 27px;
	color: #7e7e7e;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
/* button style */

.btn.btn-black {
	background: #303b41;
}
.btn.btn-black:hover {
	background: #1a1a1a;
}
.btn:hover {
	background: #106fab;
	color: #fff
}
.btn.btn-large {
	padding: 10px 25px;
}
.btn-lg {
	font-weight: 700;
	padding: 13px 31px;
}
.btn.white-btn:hover {
	border-color: #ddd;
	color: #ddd
}
.btn.btn-base.btn-link {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	color: #1696e7;
	padding: 0;
	text-decoration: none;
}
.btn.btn-base.btn-link:hover {
	color: #106fab;
}
.theme-bg {
	background: #1696e7
}
.bg-white {
	background-color: #ffffff;
}
.breadcrumb > .active {
	color: #888;
}
/* 2 header */
.scroll-header {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #ffffff none repeat scroll 0 0;
  border-bottom: 1px solid #cfdd28;
  left: 0;
  position: fixed;
  height: 100px;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.header-menu {
  left: 0;
  position: absolute;
  right: 0;
  z-index: 999;
}
.scroll-header .logo{
  -webkit-transform: scale(.7);
  transform: scale(.7);
  margin-top: -45px
}
@media only screen and (min-width: 768px){
  .scroll-header .logo{
  -webkit-transform: scale(.85);
  transform: scale(.85);
    margin-top: -20px
  }
}
@media only screen and (min-width: 1400px){
  .scroll-header .logo{
    margin-top: -40px
  }
}
.logo {
  max-width: 350px;
  margin: auto;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  margin-top: 1px;
}
.logo img{
  width: 100%;
}
@media only screen and (min-width: 1024px){
  .logo {
    min-width: 250px;
    margin-top: 30px
  }
}
@media only screen and (min-width: 1025px){
  .logo {
    margin-top: 0
  }
}
.main-menu-area {
	/*border-bottom: 1px solid rgba(255,255,255,.55);*/
	padding: 0 59px;
}
@media only screen and (min-width: 1400px){
  .scroll-header .main-menu ul{
    margin-top: 10px;
  }
}

.main-menu ul li {
  display: inline-block;
  position: relative;
}
.main-menu ul li > a {
  color: #fff;
  display: block;
  font-family: poppins;
  font-size: 16px;
  font-weight: 500;
  padding: 30px 25px;
  /*text-transform: capitalize;*/
  transition: all 0.3s ease 0s;
}
.main-menu ul li:last-child a{padding-right:0}
.main-menu ul li:first-child a{padding-left:0}
.main-menu ul li:hover > a,.main-menu ul li.active > a{color:#cfdd28;}
.header-button {
  float: right;
  margin-left: 30px;
  margin-top: 15px;
}
@media only screen and (min-width: 992px){
  .header-button {
    margin-top: 25px;
  }
}
.header-button a {
  border: 1px solid #cfdd28;
  background: #cfdd28 none repeat scroll 0 0;
  border-radius: 30px;
  color: #343434;
  display: inline-block;
  font-family: poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 15px 56px;
  position: relative;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
}
.header-button a:hover{color:#fff;}
.header-button a::before {
    border-radius: 30px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.header-button a:hover::before {
    transform: scaleY(1);
}
/* sub-menu */
.main-menu ul li .sub-menu {
  background: #ffffff none repeat scroll 0 0;
  border-top: 3px solid #262863;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 120%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 220px;
  z-index: 9;
}
.main-menu ul li:hover .sub-menu{opacity:1;top:100%;visibility:visible}
.main-menu ul li .sub-menu li{display:block}
.main-menu ul li .sub-menu li a {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 13px 20px;
  /*text-transform: capitalize;*/
}
.main-menu ul li:hover > .sub-menu li > a:hover{color:#fff;background:#262863;}
/* 3. slider */
.d-flex {
  align-items: center;
  display: flex;
}
.vh {
  height: 100vh;
}
.slider-wrapper {
  background-position: center center;
  background-size: cover;
}
.slider-icon{}
.slider-icon a {
  color: #262863;
  font-size: 18px;
  margin-right: 11px;
}
.slider-icon a:last-child{margin-right:0;}
.slider-content{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 9;
}
.slider-content h1 {
  color: #fff;
  font-size: 62px;
  font-weight: normal;
  text-shadow: 0px 0px 10px rgba(0,0,0,1);
  margin: 0;
}
.slider-content p {
  color: #343434;
  font-size: 14px;
  margin-bottom: 0;
}
.slider-content > a >i {
  color: #fff;
  font-size: 55px;
  margin: 30px 0 0;
}
/*.slider-content > a:hover{color:#fff;}
.slider-content>a::before {
    background: #262863 none repeat scroll 0 0;
    border-radius: 30px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.slider-content>a:hover::before {
    transform: scaleY(1);
}*/

.slider-text-animation {}
.slider-icon , .slider-text-animation h1, .slider-text-animation p, .slider-text-animation > a {
	animation-duration:1s;
	animation-fill-mode:both;
	animation-name: fadeOutDown;
}
.active .slider-icon, .active .slider-text-animation h1, .active .slider-text-animation p, .active .slider-text-animation > a {
	animation-name: fadeInUp;
}
.slider-icon{animation-delay: 0.2s;}
.slider-text-animation h1{
	animation-delay: 0.6s;
}
.slider-text-animation p {
	animation-delay: 1.2s;
}
.slider-text-animation > a  {
	animation-delay: 1.5s;
}

.slider-active .owl-nav div {
  background: #cfdd28;
  border-radius: 50%;
  color: #333;
  font-size: 30px;
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 60px;
}
.slider-active .owl-nav div.owl-next {
  left: auto;
  right:0;
}
.slider-active .owl-nav div:hover {
  background: #000;
  color: white;
}
.slider-active:hover .owl-nav div{left:60px;opacity:1;}
.slider-active:hover .owl-nav div.owl-next{left:auto;right:60px;}
/* 4. features-area */
.features-area {
  margin-top: -140px;
  position: relative;
  z-index: 1;
}
.features-wrapper {
  width: 100%;
  padding: 35px 55px;
  background: #cfdd28;
  position: relative;
}
.color03{
  background: #D8E633;  
}
.color02{
  background: #E7F354;  
}
.color01{
  background: #EFF975;  
}
@media only screen and (min-width: 768px){
  .features-wrapper {
    width: 32%;
  }
}
@media only screen and (min-width: 1200px){
  .features-wrapper {
    padding: 15px;
  }
}
@media only screen and (min-width: 1600px){
  .features-wrapper {
  padding: 35px 55px;
  }
}
.features-wrapper:before {
  content: '';
  position: absolute;
  width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border: 10px solid rgba(255,255,255,.5);
}
@media only screen and (min-width: 1200px){
  .features-wrapper:before {
    border: 5px solid rgba(255,255,255,.5);
    width: 95%;
    height: 95%;
  }
}
@media only screen and (min-width: 1600px){
  .features-wrapper:before {
    border: 10px solid rgba(255,255,255,.5);
    width: 90%;
    height: 90%;
  }
}
.features .col-xl-4:last-child .features-wrapper{border-right:0;}
.features-content{margin: 20px 0; position: relative; z-index: 2}
.features-content h2{
  font-size: 25px;
}
.features-content a{
  border: 1px solid #262863;
  color: #262863;
  font-size: 14px;
  padding: 10px 25px;
  border-radius: 25px;
}
.features-content a:hover{
  background-color: #262863;
  color: #fff;
}
.features-content img{opacity: .7; -webkit-filter: invert(1); filter: invert(1);}
.features-icon{}
.features-icon i {
  color: #666;
  font-size: 30px;
}
.features-content h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 18px;
  margin-top: 25px;
}
@media only screen and (min-width: 1200px){
  .features-content h5 {
    font-size: 16px;
  }
}
.features-content p {
  color: #333;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0;
}
/* 6. subscribe-area */
.subscribe-area{}
.subscribe-wrapper{}
.subscribe-title{}
.subscribe-title h2 {
  color: #404044;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 14px;
}
.subscribe-title p {
  color: #595959;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}
#subscribe-form{}
#subscribe-form input {
  border: medium none;
  border-radius: 30px;
  color: #808080;
  font-family: poppins;
  font-size: 14px;
  height: 46px;
  margin-right: 9px;
  padding-left: 30px;
  text-transform: capitalize;
  width: 23%;
}
#subscribe-form button {
  background: #262863 none repeat scroll 0 0;
  border: medium none;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-family: poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-left: 16px;
  padding: 17px 51px;
}
/* 7. service-area */
.service-area {
  overflow: hidden;
  padding: 0 70px 30px;
}
.service-wrapper {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 75px 20px 50px;
  transition:.3s;
  min-height: 340px;
}
/*.service-wrapper:hover{background:#343434;border-color:#343434;}*/
.service-icon {
  margin-bottom: 40px;
}
.service-icon span {
  color: #262863;
  font-size: 48px;
}
.service-content{}
.service-content h5{
  color: #3f3f3f;
  font-weight: 600;
  transition:.3s;
}
.service-content a {
  border: 1px solid #262863;
  border-radius: 30px;
  color: #595959;
  display: inline-block;
  font-family: poppins;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  margin-top: 10px;
  padding: 13px 36px;
  position: relative;
  text-transform: capitalize;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
}
.service-wrapper:hover .service-content a{color:#fff;}
.service-content a::before {
    background: #262863 none repeat scroll 0 0;
    border-radius: 30px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.service-wrapper:hover .service-content a::before {
    transform: scaleY(1);
}
/* 8. pricing-area */
.pricing-area{}
.pricing-custom{
  -moz-box-flex: 0;
  flex: 0 0 29%;
  max-width: 29%;
}
.pricing-wrapper {
  border: 1px solid #cfd1fc;
  padding: 40px 0;
  transition: all 0.3s ease 0s;
}
.pricing-wrapper.active {
  background:#fff;
  border-color:#fff;
}
.pricing-wrapper:hover{background:#fff;border-color:#fff;}
.pricing-top {
  border-bottom: 1px solid #cfd1fc;
  padding-bottom: 28px;
  transition:.3s
}
.pricing-wrapper:hover .pricing-top{border-color:#e6e6e6;}
.pricing-top h4 {
  font-size: 22px;
  font-weight: 600;
  color: #3f3f3f;
  text-transform: capitalize;
  margin-bottom:0;
}
.pricing-text {
  margin-top: 19px;
}
.pricing-text h1 {
  color: #262863;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 17px;
}
.pricing-text span {
  display: inline-block;
  font-family: poppins;
  font-size: 20px;
  font-weight: 500;
  line-height: 46px;
  margin-right: 5px;
  vertical-align: top;
}
.pricing-menu{}
.pricing-menu li {
  color: #595959;
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 10px;
}
.pricing-menu li:last-child{padding-bottom:0;}
.pricing-button{}
.pricing-button a {
  border: 1px solid #262863;
  border-radius: 30px;
  color: #595959;
  display: inline-block;
  font-family: poppins;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  margin-top: 40px;
  padding: 13px 50px;
  position: relative;
  text-transform: capitalize;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
}
.pricing-button a:hover{color:#fff;}
 .pricing-button.active > a {
  background: #262863;
  border-color:#262863;
  color: #fff;
}
.pricing-button a::before {
    background: #262863 none repeat scroll 0 0;
    border-radius: 30px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.pricing-button a:hover::before {
    transform: scaleY(1);
}
/* 9. counter */
.counter-area{}
.counter-wrapper{}
.counter-img {
  margin-bottom: 13px;
}
.counter-img img{}
.counter-text{}
.counter-text h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 3px;
}
.counter-text span {
  font-size: 15px;
  color: #fff;
  display: inline-block;
  font-weight: 400;
}
/* 10. team-area  */
.team-area {
  overflow: hidden;
}
.team-item {
  float: left;
  width: 25%;
}
.team-wrapper{}
.team-img{position:relative;}
.team-img::before {
  position: absolute;
  content: "";
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  background: #fff;
  opacity: 0;
  transition:.3s;
}
.team-wrapper:hover .team-img::before{opacity: .9;}
.team-img img{width:100%}
.team-text {
  display: block;
  left: 30px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition:.3s;
  opacity:0;
}
.team-wrapper:hover .team-text{opacity:1;}
.team-text h4 {
  color: #3f3f3f;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.team-text span {
  color: #595959;
  font-size: 15px;
  font-weight: 400;
  display:inline-block;
}
.team-icon {
  margin-top: 10px;
}
.team-icon a {
  color: #333333;
  font-size: 18px;
  margin-right: 17px;
  transition:.3s;
}
.team-icon a:hover{color:#262863;}
.team-icon a:last-child{margin-right:0;}
/* 11. blog-area */
.blog-area{}
.section-title{}
.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  color: #404044;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 15px;
}
.section-title h4 {
  text-transform: uppercase;
  color: #666;
  font-size: initial;
  letter-spacing: 2px
}
.section-title p {
  color: #595959;
  color: #595959;
  font-size: 15px;
  margin-bottom: 0;
}
.blog-wrapper{}
.blog-img{}
.blog-img  img{width:100%}
.blog-text {
  margin-top: 21px;
}
.blog-text h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}
.blog-text h4 a {
  color: #3f3f3f;
  transition: .3s;
}
.blog-text h4 a:hover{color:#262863;}
.blog-text span {
  color: #595959;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
}
.blog-text span::before {
  background: #343434 none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  right: -70px;
  top: 11px;
  width: 50px;
}
.blog-text > p {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #595959;
  margin-bottom: 0;
}
.blog-text > a {
  border: 1px solid #262863;
  border-radius: 30px;
  color: #595959;
  display: inline-block;
  font-family: poppins;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  margin-top: 30px;
  padding: 13px 28px;
  position: relative;
  text-transform: capitalize;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
}
.blog-text >a:hover{color:#fff;}
.blog-text>a::before {
    background: #262863 none repeat scroll 0 0;
    border-radius: 30px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.blog-text>a:hover::before {
    transform: scaleY(1);
}
.blog-custom-size{
  -moz-box-flex: 0;
  flex: 0 0 48%;
  max-width: 48%;
}
.custom-size{
-moz-box-flex: 0;
  flex: 0 0 52%;
  max-width: 52%;
  }
.blog-custom .blog-text > a {
  margin-top: 23px;
}
.blog-custom {
  padding-right: 48px;
}
.blog-custom .blog-text h4 {
  padding-right: 17px;
  line-height:30px;
}
.blog3-custom .blog-text h4 {
  line-height: 30px;
  margin-bottom: 6px;
  padding-right: 25%;
}
.blog3-custom .blog-text > a {
  margin-top: 22px;
}
.blog3-custom .blog-text {
  margin-top: 0;
}
.widget {
    overflow: hidden;
}
.search-form {
    overflow: hidden;
    position: relative;
}
.search-form input {
  border: 2px solid #efefef;
  color: #595959;
  float: left;
  font-size: 12px;
  font-weight: 400;
  height: 50px;
  padding-left: 17px;
  width: 100%;
}
.search-form button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #262863;
  font-size: 14px;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 3px;
  transition: all 0.3s ease 0s;
  width: 55px;
}
.widget-title {
  color: #3f3f3f;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
}
.widget-title::after {
  border-bottom: 2px solid #262863;
  content: "";
  display: block;
  margin: 15px auto 28px 0;
  position: relative;
  width: 30px;
  z-index: 1;
}
.widget-title::before {
    border-bottom: 2px solid #eeeeee;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
}
.recent-posts {
}
.recent-posts > li {
  margin-bottom: 18px;
  overflow: hidden;
}
.recent-posts > li:last-child {
    margin-bottom: 0;
}
.widget-posts-image {
    float: left;
    overflow: hidden;
}
.widget-posts-body {
  border-bottom: 1px solid #f4f4f4;
  margin-left: 63px;
  overflow: hidden;
  padding-bottom: 15px;
}
.recent-posts > li:last-child  .widget-posts-body{border-bottom:0;padding-bottom:0;}
.widget-posts-title {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
}
.widget-posts-meta {
  color: #595959;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 8px;
}
.widget-posts-title > a {
    color: #646464;
    transition: all 0.3s ease 0s;
}
.widget-posts-title > a:hover {
    color: #262863;
}
.blog-categories > li {
  padding-bottom: 13px;
}
.blog-categories > li:last-child {
    padding-bottom: 0;
}
.blog-categories a {
  color: #595959;
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.blog-categories a:hover {
    color: #262863;
}
.tag {
  margin: 20px 0;
}
.tag li {
  display: block;
  margin: 10px 0;
}
.tag li:last-child {
    margin-bottom: 0;
    margin-right: 0;
}
.tag li a {
  border: 1px solid #ccc;
  color: #595959;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 10px 13px;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.tag li a:hover {
    background: #262863;
    border-color: #262863;
    color: #fff;
}
/* 12. testimonial-area  */
.testimonial-area {
  background-size: cover;
  background-position: center center;
}
.testimonial-wrapper {
  background: #fff none repeat scroll 0 0;
  opacity: 0.9;
  padding: 61px 0 90px;
}
.testimonial-text{}
.testimonial-text h4 {
  color: #262863;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}
.testimonial-text span {
  color: #595959;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 24px;
}
.testimonial-text p {
  color: #595959;
  font-size: 15px;
  line-height: 25px;
  padding: 0 147px;
}
.testimonial-active .owl-dots {
  bottom: 42px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 99;
}
.testimonial-active .owl-dot {
  border: 2px solid #595959;
  border-radius: 100%;
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  width: 12px;
}
.testimonial-active .owl-dot.active {
  background: #595959;
  position: relative;
}
/* 13. brand-area  */
.brand-active.owl-carousel .owl-item img {
  display: block;
  width: auto;
}
/* 14. footer  */
.footer-top-area{background-color: #262863}
.footer-wrapper{}
.footer-text {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 32px;
}
.footer-link{}
.footer-link li {
  color: #777777;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 11px;
}
.footer-link li:last-child{padding-bottom:0;}
.footer-icon {
  text-align: center;
  margin-top: 30px
}
@media only screen and (min-width: 992px){
  .footer-icon {
    text-align: right;
    margin-top: 0px;
  }
}
.footer-icon a {
  color: #fff;
  font-size: 14px;
  margin-right: 30px;
  transition:.3s;
}
.footer-icon a:hover{color:#cfdd28;}
.footer-icon a:last-child{margin-right:0;}
.footer-menu {
  overflow: hidden;
  padding-right: 19px;
}
.footer-menu li {
  padding-bottom: 10px;
  position: relative;
  width: 50%;
  float: left;
}
.footer-menu li:last-child{padding-bottom:0;}
.footer-menu li:before{}
.footer-menu li a {
  color: #777777;
  font-size: 15px;
  font-weight: 400;
  transition: .3s;
}
.footer-menu li a:hover{color:#262863}
.footer-menu li a i {
  font-size: 10px;
  margin-right: 15px;
}
.footers > li {
  margin-bottom: 24px;
  overflow: hidden;
}
.footers > li:last-child{margin-bottom:0;}
.footer-img {
  float: left;
  margin-right: 20px;
}
.footer-img a{}
.footer-info {
  overflow: hidden;
}
.footer-info h5 {
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 4px;
}
.footer-info h5 a {
  color: #777777;
}
.footer-info h5 a:hover{color: #262863}
.footer-info span {
  color: #777777;
  display: inline-block;
  font-size: 15px;
}
.footer-bootom-area {
  border-top: 1px solid rgba(255,220,86,.2);
}
.copyright{}
.copyright > p {
  font-size: 10px;
  color: #fff;
  margin-bottom: 0;
  letter-spacing: 3px;
  font-weight: lighter;
}
.copyright > h5{
  color: #fff;
  margin-bottom: 0;
}
.footer-bottom-link {
  text-align: center;
    margin-top: 20px;
}
.footer-bottom-link li {
    display: block;
  margin-right: 30px;
}
@media only screen and (min-width: 992px){
  .footer-bottom-link{
    margin-top: 0
  }
  .footer-bottom-link li {
    display: inline-block;
    margin: 5px 10px;
  }
}
.footer-bottom-link li a {
  color: #fff;
  font-size: 15px;
  transition:.3s;
}
.footer-bottom-link li a:hover{color:#cfdd28;}
/* 15. breadcrumb-area */
.breadcrumb-area {
    background-position: center center;
    background-size: cover;
}
.breadcrumb-text {
    position: relative;
    z-index: 1;
}
.breadcrumb-text h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 4px;
  text-transform: capitalize;
}
.breadcrumb-menu {
}
.breadcrumb-menu ul {
}
.breadcrumb-menu ul li {
    display: inline-block;
    padding: 0 5px;
    text-transform: capitalize;
}
.breadcrumb-menu ul li::after {
  color: #fff;
  content: "/";
  display: inline-block;
  float: right;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  right: -8px;
  top: 2px;
}
.breadcrumb-menu ul li:last-child::after {
    display: none;
}
.breadcrumb-menu span {
    color: #cfdd28;
    font-size: 15px;
    font-weight: 400;
}
.breadcrumb-menu ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.3s ease 0s;
}
/* 16. portfolio-area   */
.portfolio-area {
    background-position: center center;
    background-size: cover;
}
.portfolio-menu button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 30px;
  color: #595959;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  margin-right: 12px;
  padding: 8px 13px;
  transition: all 0.3s ease 0s;
}
.portfolio-menu button:focus {
    outline: 0 none;
}
.portfolio-menu button:last-child {
    margin-right: 0;
}
.portfolio-menu button:hover {
    color: #262863;
}
.portfolio-menu button.active {
    color: #fff;
	background:#262863;
}
.custom {
    margin: 0 -15px;
}
.portfolio-wrapper {
position:relative;
}
.portfolio-img {position:relative;overflow:hidden;}
.portfolio-img::before {
  background: #fff none repeat scroll 0 0;
  bottom: 20px;
  content: "";
  left: 20px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  transition: all 0.3s ease 0s;
  z-index: 9;
}
.portfolio-wrapper:hover .portfolio-img::before{opacity:.9;}
.portfolio-img img {
    width: 100%;
	transition:.3s;
}
.portfolio-wrapper:hover .portfolio-img img {
  transform: scale(1.2) rotate(7deg);
}
.portfolio-content {
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  z-index:10;
}
.portfolio-wrapper:hover .portfolio-content{opacity:1;}
.portfolio-content span {
  color: #343434;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
}
.portfolio-content span::before {
  background: #343434 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 22px;
}
.portfolio-content h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
.portfolio-content i {
  font-size: 2rem;
  /*margin-top: 25px;*/
  color: #333
}
.portfolio-content h4>a{color:#3f3f3f;transition:.3s;}
.portfolio-content h4>a:hover{color:#262863;}

.paginationss {
  text-align: center;
}
.paginationss ul li {
  display: inline-block;
  margin-right: 3px;
}
.paginationss ul li a {
  background: #f6f6f6 none repeat scroll 0 0;
  color: #3f3f3f;
  display: table-cell;
  font-family: poppins;
  font-size: 18px;
  font-weight: 400;
  height: 40px;
  text-align: center;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  width: 40px;
}
.paginationss ul li:hover a, .paginationss ul li.active a {
    background: #262863;
	color:#fff;
}
.paginationss ul li a i {
    color: #3f3f3f;
    font-size: 22px;
}
.paginations ul li {
    display: inline-block;
    margin-right: 2px;
}
.tg-pagination {
  float: left;
  font: 12px/40px "";
  width: 100%;
}
.pagination1 {
  width: inherit;
}
.tg-pagination ul {
    float: left;
    line-height: inherit;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.tg-pagination ul li {
    display: inline-block;
    line-height: inherit;
    list-style-type: none;
    padding: 0 1px;
    vertical-align: top;
}
.tg-pagination ul li.tg-prevpage {
    margin-left: 0;
}
.tg-pagination ul li.tg-nextpage {
    margin-right: 0;
}
.tg-pagination ul li a {
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  color: #595959;
  display: block;
  font-family: poppins;
  font-size: 14px;
  line-height: inherit;
  padding: 0 15px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
}
.tg-pagination ul li a i {
  font-size: 14px;
  line-height: 43px;
}
.tg-pagination ul li.tg-nextpage a i {
    float: right;
    padding-left: 8px;
}
.tg-pagination ul li:hover a, .tg-pagination ul li.active a {
  color:#262863;
}
/* 17. blog-details  */
.blog-details-img {
  margin-bottom: 33px;
}
.blog-details-img > img {
  width: 100%;
}
.blog-details-content > h2 {
  color: #404044;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}
.blog-details-content > span {
  color: #595959;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 24px;
  position: relative;
}
.blog-details-content > span:before{
  background: #343434 none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  right: -70px;
  top: 11px;
  width: 50px;
}
.blog-details-content > p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}
blockquote {
  border-left: 2px solid #262863;
  color: #666666;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 25px;
  margin: 41px 0 42px 32px;
  padding: 6px 83px 6px 37px;
}
.details-img > img {
  width: 100%;
}
.user-info {
  border-bottom: 1px solid #acacac;
  display: block;
  margin-bottom: 47px;
  overflow: hidden;
  padding-bottom: 22px;
  padding-top: 60px;
}
.user-text {
  display: inline-block;
  float: left;
}
.user-name {
    padding-right: 47px;
}
.user-share {
    display: inline-block;
    float: right;
}
.user-share > span {
  color: #595959;
  display: inline-block;
  float: left;
  font-size: 15px;
  margin-right: 21px;
}
.user-share > ul {
    display: inline-block;
}
.user-share > ul > li {
  display: inline-block;
  float: left;
  margin-left: 24px;
}
.user-share > ul > li:first-child {
    margin-left: 0;
}
.user-share a {
  color: #595959;
}
.user-text a {
  border: 1px solid #bfbfbf;
  border-radius: 30px;
  color: #404040;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin-right: 8px;
  padding: 8px 24px;
  text-transform: uppercase;
}
.user-text a:hover{background:#262863;border-color:#262863;color:#fff;}
.user-text a:last-child{margin-right:0;}
.sidebar-title {
  color: #3f3f3f;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 32px;
  position: relative;
  text-transform: capitalize;
}
.single-comment {
    position: relative;
}
.comment-img {
    display: inline-block;
    float: left;
}
.comment-text {
  padding-left: 140px;
}
.comment-text > h3 {
  color: #3f3f3f;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 23px;
}
.comment-text > span {
  display: inline-block;
  float: right;
  font-size: 12px;
  font-weight: 400;
  color: #595959;
}
.comment-text > p {
  color: #595959;
  font-size: 15px;
  font-weight: normal;
  line-height: 25px;
  margin-bottom: 0;
}
.parent-comment {
  border-bottom: 1px solid #ececec;
  margin-bottom: 40px;
  padding-bottom: 28px;
}
.single-comment.comment-border:last-child {
    margin-bottom: 0;
}
.replay-comment {
  border-bottom: 1px solid #ececec;
  padding-left: 150px;
  margin-bottom: 40px;
  padding-bottom: 28px;
}
.comment-text > a {
  border: 1px solid #c1c1c1;
  border-radius: 50px;
  color: #404040;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin-top: 21px;
  padding: 10px 18px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.comment-text > a:hover {
    background-color: #262863;
    border-color: #262863;
    color: #ffffff;
}
.leave-comment > h3 {
  color: #222222;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 11px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.leave-comment-form {
  margin-top: 12px;
}
.leave-comment-form form textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: currentcolor currentcolor #a0a0a0;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  height: 118px;
  width: 100%;
  color: #595959;
  font-size: 15px;
}
.leave-comment-form form input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #a0a0a0;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  color: #595959;
  font-size: 15px;
  height: 50px;
  width: 100%;
}
.leave-comment-form .submit {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #262863;
  border-radius: 30px;
  color: #595959;
  display: inline-block;
  font-family: poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 13px 30px;
  position: relative;
  text-transform: capitalize;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
}
.leave-comment-form .submit:hover{color:#fff;}
.leave-comment-form .submit::before {
    background: #262863 none repeat scroll 0 0;
    border-radius: 30px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.leave-comment-form .submit:hover::before {
    transform: scaleY(1);
}
.blog-details-custom {
  padding-right: 40px;
}
#scrollUp {
	background-color: #666666;
	bottom: 30px;
	color: #ffffff;
	font-size: 16px;
	height: 40px;
	line-height: 41px;
	right: 30px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 40px;
}
#scrollUp:hover {
    background:#262863;
    color: #fff;
}
/*  contact  */
.contact-custom {
  padding-right: 85px;
}
.contact-wrapper {
  overflow: hidden;
}
.contact-text {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 37px;
  padding-bottom: 27px;
  margin-top: 7px;
}
.contact-text h4 {
  color: #3f3f3f;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}
.contact-text p {
  color: #595959;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
}
.contact-menu {}
.contact-menu li {
  padding-bottom: 15px;
}
.contact-menu li:last-child{padding-bottom:0;}
.address {
  color: #595959;
  font-size: 14px;
  font-weight: 600;
  font-family: poppins;
}
.address i{
  margin-right: 27px;
}
.contact-link {
  color: #595959;
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 16px;
  float: right;
}
.contact-link:last-child{padding-bottom:0;}
.contact-icon {
  display: block;
  float: right;
}
.contact-icon a {
  color: #595959;
  font-size: 14px;
  margin-right: 37px;
  transition: .3s;
}
.contact-icon a:hover{color:#262863;}
.contact-icon a:last-child{margin-right:0;}
.contact-icon a i{}
/* 19. map  */
#map {
  min-height: 450px;
  width: 100%;
}
/* contact1-start */
.contact1-wrapper h3 {
  color: #3f3f3f;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 50px;
}
#contact-form {}
#contact-form textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: currentcolor currentcolor #e0e0e0;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  color: #909090;
  font-size: 15px;
  height: 143px;
  text-transform: capitalize;
  width: 100%;
}
#contact-form input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e0e0e0;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  color: #909090;
  font-size: 15px;
  height: 50px;
  width: 100%;
}
#contact-form select {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e0e0e0;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  color: #909090;
  font-size: 15px;
  height: 50px;
  text-transform: capitalize;
  width: 100%;
}
#contact-form button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #262863;
  border-radius: 30px;
  color: #595959;
  display: inline-block;
  font-family: poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 16px 35px;
  position: relative;
  text-transform: capitalize;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
}
#contact-form button:hover{color:#fff;}
#contact-form  button::before {
    background: #262863 none repeat scroll 0 0;
    border-radius: 30px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
#contact-form button:hover::before {
    transform: scaleY(1);
}

/*NUEVOS ESTILOS 12/7*/

.top-social{
  margin-top: 20px;
}
@media only screen and (min-width: 768px){
 .top-social{
    margin-top: 30px;
  } 
}
.top-social a{
  text-align: center;
  width: 40px;
  line-height: 38px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid white;
  font-size: 14px;
  color: white;
}
.scroll-header .top-social{
  display: none !important;
}
.scroll-header .main-menu ul li > a{
  color: #333;
}
.scroll-header .main-menu ul li:hover > a, .scroll-header .main-menu ul li.active > a{
  color: #cfdd28; 
}
.bg-interna{
  background: url(../img/bg-interna.jpg) no-repeat top center;
  background-size: contain;
}
.mt-120{
  margin-top: -120px;
}
.box-nosotros h1{
  font-weight: bold;
}
.box-nosotros .service-icon{
  margin-bottom: 0px
}
.box-nosotros .service-content h1{
  margin: 30px 0px
}
.box-nosotros .service-content p{
  line-height: 24px;
  font-size: 1rem;
}
.pt-80{
  padding-top: 80px!important;
}
.bg-valores{
  background: url(../img/bg-valores.jpg) no-repeat top center;
  background-size: cover;
}
.leader-content .lista-direccion{
  margin: 20px 0; 
}
.leader-content .lista-direccion li{
  color: #777;
  font-size: .95rem;
  margin-bottom: 10px;
}
.form-error{
  font-size: 12px;
  color: rgb(185, 74, 72);
}
.recaptcha{
  width: 304px;
  margin: 0 auto 50px auto;
}
.box-linea{
  width: 50%;
  min-height: 180px;
  border-right: 1px solid #000;
  position: relative;
}
.box-linea a{
  width: 100%;
  height: 100%;
  display: block;
}
.box-linea:last-child{
  border-right: none;
}
.box-linea:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
}
.box-linea:hover:before{
  background-color: rgba(0,0,0,.4);
}
.box-linea:after{
  content: '';
  position: absolute;
  width: 97%;
  height: 85%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border: 4px solid rgba(255,255,255,.25);
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
  z-index: 2;
}
.box-linea:hover:after{
  border: 7px solid rgba(255,255,255,.65);
}
.box-linea .contenido-box-linea{
  text-align: center;
  position: relative;
  z-index: 3;
}
.box-linea .contenido-box-linea img{
  max-width: 50px;
}
.box-linea:nth-child(2) .contenido-box-linea img{
  max-width: 70px;
}
.box-linea .contenido-box-linea h1{
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 10px;
  color: white;
}
.bg-palma{
  background: url(../img/lineas/bg-palma.jpg) no-repeat center center;
  background-size: cover;
}
.bg-forestal{
  background: url(../img/lineas/bg-forestal.jpg) no-repeat center center;
  background-size: cover;
}
.bg-banano{
  background: url(../img/lineas/bg-banano.jpg) no-repeat center center;
  background-size: cover;
}
/* ACTIVITY LOADER
******************/
.activity {
  position: relative;
  margin: 1rem auto;
  border: 5px solid #fff;
  -webkit-animation-name: activity;
          animation-name: activity;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.335, 0.35, 0.86);
          animation-timing-function: cubic-bezier(0.785, 0.335, 0.35, 0.86);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.activity i.fas {
font-size: 22px;
color: white;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.activity, .activity:before, .activity:after {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.activity:before, .activity:after {
  position: absolute;
  content: '';
  opacity: 1;
  top: -5px;
  left: -5px
}
.activity:before {
  background-color: #fff;
  -webkit-animation-name: activity-inner;
          animation-name: activity-inner;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.335, 0.35, 0.86);
          animation-timing-function: cubic-bezier(0.785, 0.335, 0.35, 0.86);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.activity:after {
  top: -6px;
  left: -6px;
  border: 5px dashed #fff;
  -webkit-animation-name: activity-outer;
          animation-name: activity-outer;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.335, 0.35, 0.86);
          animation-timing-function: cubic-bezier(0.785, 0.335, 0.35, 0.86);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/* ACTIVITY LOADER ANIMATIONS
*****************************/
@-webkit-keyframes activity {
  0% {
    border-color: rgba(255,255,255, 0);
  }
  10% {
    border-color: rgba(255,255,255, 0);
  }
  20% {
    border-color: rgba(255,255,255, 0.5);
  }
  30% {
    border-color: #fff;
  }
  50% {
    border-color: rgba(255,255,255, 0.5);
  }
  70% {
    border-color: #fff;
  }
  85% {
    border-color: rgba(255,255,255, 0);
  }
  100% {
    border-color: rgba(255,255,255, 0);
  }
}
@keyframes activity {
  0% {
    border-color: rgba(255,255,255, 0);
  }
  10% {
    border-color: rgba(255,255,255, 0);
  }
  20% {
    border-color: rgba(255,255,255, 0.5);
  }
  30% {
    border-color: #fff;
  }
  50% {
    border-color: rgba(255,255,255, 0.5);
  }
  70% {
    border-color: #fff;
  }
  85% {
    border-color: rgba(255,255,255, 0);
  }
  100% {
    border-color: rgba(255,255,255, 0);
  }
}
@-webkit-keyframes activity-inner {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  10% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.5;
  }
  20% {
    opacity: 0;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 0;
  }
}
@keyframes activity-inner {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  10% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.5;
  }
  20% {
    opacity: 0;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes activity-outer {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(0);
            transform: scale(0) rotate(0);
  }
  10% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
    opacity: 0;
  }
  25% {
    opacity: .75;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(180deg);
            transform: scale(1) rotate(180deg);
  }
  90% {
    -webkit-transform: scale(1) rotate(325deg);
            transform: scale(1) rotate(325deg);
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0) rotate(360deg);
            transform: scale(0) rotate(360deg);
  }
}
@keyframes activity-outer {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) rotate(0);
            transform: scale(0) rotate(0);
  }
  10% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
    opacity: 0;
  }
  25% {
    opacity: .75;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(180deg);
            transform: scale(1) rotate(180deg);
  }
  90% {
    -webkit-transform: scale(1) rotate(325deg);
            transform: scale(1) rotate(325deg);
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0) rotate(360deg);
            transform: scale(0) rotate(360deg);
  }
}
.tooltip-video{
  position: relative;
}
.tooltip-video span{
  position: absolute;
  top: 150%;
  left: 50%;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(0,0,0,.8);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  color: white;
  padding: 10px 20px;
  visibility: hidden;
  opacity: 0;
  white-space: nowrap;
}
.tooltip-video:hover span{
  top: 110%;
  opacity: 1;
  visibility: visible;
}
/*nuevos estilos 11/09*/
.contenedor-blanco{
  background-color: white;
  padding: 50px;
}
.box-valores-corporativos h3{
  font-size: 12px;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: bold;
}
.box-valores-corporativos .descripcion-valor{
  padding-left: 65px;
  padding-right: 35px;
  position: relative;
  text-align: justify;
}
.box-valores-corporativos .descripcion-valor:before{
  position: absolute;
  content: '';
  width: 40px;
  height: 2px;
  background-color: green;
  top: 10px;
  left: 0px;
}
.bg-verde{
  background-color: #cfdd28;
}
.bg-verde .box-valores-corporativos p{
  color: #000
}
.galeria-linea .owl-item .portfolio-wrapper:hover .portfolio-img::before{opacity:.6;}