﻿html,
body {
  height: 100%;
  font-size: 14px;
  color: #444444;
  font-family: 'Open Sans', sans-serif;
  vertical-align: baseline;
  line-height: 26px;
  font-weight: 400;
}
.legal-content h2,
.legal-content h3{
	margin: 50px 0 20px;
}
/* Asegurar que el modal tenga un z-index alto */
.modal {
	z-index: 999999;
}
/* ....................................
1.1 Reset CSS 
.......................................*/
/* ribbon */
.ribbon-wrapper-blue {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: 12px;
  right: 13px;
  z-index:1;
}

.ribbon-blue {  
  font: bold 15px Sans-Serif;
  color: #fff;
  text-align: center;
  letter-spacing:1px;
  text-shadow:1px -1px 3px rgba(0,0,0,0.5) ;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background: rgb(167,207,223);
  background: -moz-linear-gradient(top, rgba(167,207,223,1) 0%, rgba(35,83,138,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,207,223,1)), color-stop(100%,rgba(35,83,138,1)));
  background: -webkit-linear-gradient(top, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%);
  background: -o-linear-gradient(top, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%);
  background: -ms-linear-gradient(top, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%);
  background: linear-gradient(top, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 );
  color: #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-blue:before, .ribbon-blue:after {
  content: "";
  border-top:   3px solid #23538a;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}
.ribbon-blue:before {left: 0;}
.ribbon-blue:after {right: 0;}

.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 26px;
}
.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 26px;
}
.aligncenter {
  display: block;
  margin: 0 auto 26px;
}
a:focus {
  outline: 0px solid;
}
img {
  max-width: 100%;
  height: auto;
}
.fix {
  overflow: hidden;
}
p {
  margin: 0 0 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 26px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}
a {
  transition: all 0.5s ease 0s;
  text-decoration: none;
}
a:hover {
  color: #fb5b21;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0 none;
  color: #b0360a;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #fb5b21;
  text-shadow: none;
}
::selection {
  background: #fb5b21;
  text-shadow: none;
}
.browserupgrade {
  margin: 26px  0;
  background: #fb5b21;
  color: #333333;
  padding: 26px 0;
}
.acurate {
  margin: 0;
  padding: 0;
}
.mobile-menu-area {
  display: none;
}
.mean-container .mean-nav {
  position: absolute;
  top: 100%;
}
.form-control::-moz-placeholder {
  color: #444444;
}
.section-title h2 {
  font-size: 36px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-top: 90px;
  font-weight: 400;
}
.section-title h2 span {
  color: #fb5b21;
  font-weight: 600;
}
.section-title p {
  padding: 0 300px;
}
.section-title-two h2 {
  font-size: 36px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 400;
  -webkit-animation: zoomIn 500ms ease-in-out;
  -moz-animation: zoomIn 500ms ease-in-out;
  -ms-animation: zoomIn 500ms ease-in-out;
  animation: zoomIn 500ms ease-in-out;
}
.section-title-two h2 span {
  color: #fb5b21;
  font-weight: 600;
}
.section-title-two h2 img {
  margin: 0 15px;
}
.section-title-two p {
  padding: 0 300px;
}
.section-title3 h2 {
  font-size: 36px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 400;
  -webkit-animation: zoomIn 500ms ease-in-out;
  -moz-animation: zoomIn 500ms ease-in-out;
  -ms-animation: zoomIn 500ms ease-in-out;
  animation: zoomIn 500ms ease-in-out;
}
.section-title3 h2 span {
  font-weight: 600;
  color: #ffffff;
  padding: 10px 25px;
  background: url(../images/about/bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.read-more {
  display: inline-block;
}
.read-more a {
  border: 2px solid #fb5b21;
  color: #fb5b21;
  padding: 10px 30px;
  display: block;
  font-size: 16px;
  font-weight: 600px;
  transition: all 0.5s ease 0s;
}
.read-more a:hover {
  background: #fb5b21;
  color: #ffffff;
}
.padding-top {
  padding-top: 60px;
}
/*.....................................
2.Header Area Start Here 
.......................................*/
.header-area .logo-area {
  text-align: center;
  margin: 5px 0px 5px 0px;
}
.header-area .logo-area a {
  display: block;
}
.header-area .logo-area a img {
  text-align: center;
}
.header-area .main-menu ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.header-area .main-menu ul li {
  display: inline-block;
  padding: 38px 20px;
  position: relative;
  /* Dropdown Menu area */
}
.header-area .main-menu ul li.megamenu:hover .mega-menu-area {
  transform: scaleY(1);
  opacity: 1;
}
.header-area .main-menu ul li.megamenu .mega-menu-area {
  background: #2c2c2c none repeat scroll 0 0;
  right: -257%;
  opacity: 0;
  padding: 40px 0;
  position: absolute;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  width: 790px;
  z-index: 99999;
  margin-top: 0px;
  top: 100%;
}
.header-area .main-menu ul li.megamenu .mega-menu-area .single-mega-menu {
  float: left;
  width: 25%;
  padding: 0px 20px 0px 20px;
  text-align: left;
}
.header-area .main-menu ul li.megamenu .mega-menu-area .single-mega-menu a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  padding: 0 0 5px;
  text-transform: none;
  transition: all 0.5s ease 0s;
}
.header-area .main-menu ul li.megamenu .mega-menu-area .single-mega-menu a:hover {
  color: #fb5b21 !important;
  padding-left: 7px;
}
.header-area .main-menu ul li a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  font-weight: 700;
  transition: all 0.5s ease 0s;
  font-size: 16px;
}
.header-area .main-menu ul li.active:after {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 40px;
  height: 2px;
  background: #fb5b21;
  content: "";
  bottom: 0;
  margin: auto;
}
.header-area .main-menu ul li.active a {
  color: #fb5b21;
}
.header-area .main-menu ul li:hover:after {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 40px;
  height: 2px;
  background: #fb5b21;
  content: "";
  bottom: 0;
  margin: auto;
}
.header-area .main-menu ul li:hover a {
  color: #fb5b21;
}
.header-area .main-menu ul li:after {
  position: absolute;
}
.header-area .main-menu ul li ul {
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  width: 200px;
  z-index: 99999 !important;
  text-align: left;
  visibility: hidden;
}
.header-area .main-menu ul li ul li {
  display: block;
  border-bottom: 1px solid #dddddd;
  margin: 0;
  padding: 0 !important;
}
.header-area .main-menu ul li ul li:after {
  display: none;
}
.header-area .main-menu ul li ul li:last-child {
  border-bottom: 0;
}
.header-area .main-menu ul li ul li a {
  display: block;
  padding: 6px 27px !important;
  text-transform: none;
  transition: all 0.5s ease 0s;
  color: #ffffff !important;
  font-size: 14px;
}
.header-area .main-menu ul li ul li a:hover {
  padding-left: 30px;
  color: #fb5b21 !important;
}
.header-area .main-menu ul li:hover ul {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.header-area .right-area {
  background: #fb5b21;
  padding: 25px 50px;
  color: #ffffff;
  position: relative;
}
.header-area .right-area:before {
  border-color: transparent #fb5b21;
  border-style: solid;
  border-width: 102px 75px 0px 0px;
  content: "";
  height: 0;
  left: -75px;
  position: absolute;
  top: 0px;
  width: 0;
}
.header-area .right-area ul {
  margin: 0;
  padding: 0;
  text-align: left; 
  font-weight: 700;
  font-size: 16px;
}
.header-area .right-area ul li {
  display: block;
}
.header-area .right-area ul li:first-child {
  font-weight: normal;
  font-size: 14px;
}
.stick {
  background: #fff;
  left: 0;
  margin: 0 auto !important;
  position: fixed !important;
  right: 0;
  top: 0;
  padding: 0;
  transition: all 1s;
  z-index: 999990;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.stick .logo-area {
  text-align: center;
  margin-top: 5px;
}
.stick .logo-area a {
  display: block;
}
.stick .logo-area a img {
  text-align: center;
}
.stick.header-two {
  z-index: 999999;
  border-bottom: none !important;
}
.stick.header-two .main-menu ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.stick.header-two .main-menu ul li {
  display: inline-block;
  padding: 25px 10px;
  position: relative;
  /* Dropdown Menu area */
}
.stick.header-two .main-menu ul li.megamenu:hover .mega-menu-area {
  transform: scaleY(1);
  opacity: 1;
}
.stick.header-two .main-menu ul li.megamenu .mega-menu-area {
  background: #2c2c2c none repeat scroll 0 0;
  right: -257%;
  opacity: 0;
  padding: 40px 0;
  position: absolute;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  width: 790px;
  z-index: 9999;
  margin-top: 0px;
  top: 100%;
}
.stick.header-two .main-menu ul li.megamenu .mega-menu-area .single-mega-menu {
  float: left;
  width: 25%;
  padding: 0px 20px 0px 20px;
  text-align: left;
}
.stick.header-two .main-menu ul li.megamenu .mega-menu-area .single-mega-menu a {
  color: #ffffff !important;
  display: block;
  font-size: 14px;
  padding: 0 0 5px;
  text-transform: none;
  transition: all 0.5s ease 0s;
}
.stick.header-two .main-menu ul li.megamenu .mega-menu-area .single-mega-menu a:hover {
  color: #fb5b21 !important;
  padding-left: 7px;
}
.stick.header-two .main-menu ul li a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000 !important;
  font-weight: 700;
  transition: all 0.5s ease 0s;
  font-size: 16px;
}
.stick.header-two .main-menu ul li.active:after {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 40px;
  height: 2px;
  background: #fb5b21;
  content: "";
  bottom: 0;
  margin: auto;
}
.stick.header-two .main-menu ul li.active a {
  color: #fb5b21;
}
.stick.header-two .main-menu ul li:hover:after {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 40px;
  height: 2px;
  background: #fb5b21;
  content: "";
  bottom: 0;
  margin: auto;
}
.stick.header-two .main-menu ul li:hover a {
  color: #fb5b21;
}
.stick.header-two .main-menu ul li:after {
  position: absolute;
}
.stick.header-two .main-menu ul li ul {
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  width: 200px;
  z-index: 99999 !important;
  text-align: left;
  visibility: hidden;
}
.stick.header-two .main-menu ul li ul li {
  display: block;
  border-bottom: 1px solid #dddddd;
  margin: 0;
  padding: 0 !important;
}
.stick.header-two .main-menu ul li ul li:after {
  display: none;
}
.stick.header-two .main-menu ul li ul li:last-child {
  border-bottom: 0;
}
.stick.header-two .main-menu ul li ul li a {
  display: block;
  padding: 6px 27px;
  text-transform: none;
  transition: all 0.5s ease 0s;
  color: #ffffff !important;
  font-size: 14px;
}
.stick.header-two .main-menu ul li ul li a:hover {
  padding-left: 30px;
  color: #fb5b21 !important;
}
.stick.header-two .main-menu ul li:hover ul {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.stick.header-three-bottom {
  background: #000 !important;
  z-index: 999999 !important;
}
.stick.header-three-bottom .main-menu ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.stick.header-three-bottom .main-menu ul li {
  display: inline-block;
  padding: 25px 10px !important;
  position: relative;
  /* Dropdown Menu area */
}
.stick.header-three-bottom .main-menu ul li.megamenu:hover .mega-menu-area {
  transform: scaleY(1);
  opacity: 1;
}
.stick.header-three-bottom .main-menu ul li.megamenu .mega-menu-area {
  background: #2c2c2c none repeat scroll 0 0;
  right: -257%;
  opacity: 0;
  padding: 40px 0;
  position: absolute;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  width: 790px;
  z-index: 9999;
  margin-top: 0px;
  top: 100%;
}
.stick.header-three-bottom .main-menu ul li.megamenu .mega-menu-area .single-mega-menu {
  float: left;
  width: 25%;
  padding: 0px 20px 0px 20px;
  text-align: left;
}
.stick.header-three-bottom .main-menu ul li.megamenu .mega-menu-area .single-mega-menu a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  padding: 0 0 5px;
  text-transform: none;
  transition: all 0.5s ease 0s;
}
.stick.header-three-bottom .main-menu ul li.megamenu .mega-menu-area .single-mega-menu a:hover {
  color: #fb5b21 !important;
  padding-left: 7px;
}
.stick.header-three-bottom .main-menu ul li a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000 !important;
  font-weight: 700;
  transition: all 0.5s ease 0s;
  font-size: 16px;
}
.stick.header-three-bottom .main-menu ul li.active:after {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 40px;
  height: 2px;
  background: #fb5b21;
  content: "";
  bottom: 0;
  margin: auto;
}
.stick.header-three-bottom .main-menu ul li.active a {
  color: #fb5b21;
}
.stick.header-three-bottom .main-menu ul li:hover:after {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 40px;
  height: 2px;
  background: #fb5b21;
  content: "";
  bottom: 0;
  margin: auto;
}
.stick.header-three-bottom .main-menu ul li:hover a {
  color: #fb5b21;
}
.stick.header-three-bottom .main-menu ul li:after {
  position: absolute;
}
.stick.header-three-bottom .main-menu ul li ul {
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  width: 200px;
  z-index: 99999 !important;
  text-align: left;
  visibility: hidden;
}
.stick.header-three-bottom .main-menu ul li ul li {
  display: block;
  border-bottom: 1px solid #dddddd;
  margin: 0;
  padding: 0 !important;
}
.stick.header-three-bottom .main-menu ul li ul li:after {
  display: none;
}
.stick.header-three-bottom .main-menu ul li ul li:last-child {
  border-bottom: 0;
}
.stick.header-three-bottom .main-menu ul li ul li a {
  display: block;
  padding: 6px 27px;
  text-transform: none;
  transition: all 0.5s ease 0s;
  font-size: 14px;
}
.stick.header-three-bottom .main-menu ul li ul li a:hover {
  padding-left: 30px;
  color: #fb5b21 !important;
}
.stick.header-three-bottom .main-menu ul li:hover ul {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.stick .main-menu ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.stick .main-menu ul li {
  display: inline-block;
  padding: 25px 10px !important;
  position: relative;
  /* Dropdown Menu area */
}
.stick .main-menu ul li.megamenu:hover .mega-menu-area {
  transform: scaleY(1);
  opacity: 1;
}
.stick .main-menu ul li.megamenu .mega-menu-area {
  background: #2c2c2c none repeat scroll 0 0;
  right: -257%;
  opacity: 0;
  padding: 40px 0;
  position: absolute;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  width: 790px;
  z-index: 9999;
  margin-top: 0px;
  top: 100%;
}
.stick .main-menu ul li.megamenu .mega-menu-area .single-mega-menu {
  float: left;
  width: 25%;
  padding: 0px 20px 0px 20px;
  text-align: left;
}
.stick .main-menu ul li.megamenu .mega-menu-area .single-mega-menu a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  padding: 0 0 5px;
  text-transform: none;
  transition: all 0.5s ease 0s;
}
.stick .main-menu ul li.megamenu .mega-menu-area .single-mega-menu a:hover {
  color: #fb5b21 !important;
  padding-left: 7px;
}
.stick .main-menu ul li a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  font-weight: 700;
  transition: all 0.5s ease 0s;
  font-size: 16px;
}
.stick .main-menu ul li.active:after {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 40px;
  height: 2px;
  background: #fb5b21;
  content: "";
  bottom: 0;
  margin: auto;
}
.stick .main-menu ul li.active a {
  color: #fb5b21;
}
.stick .main-menu ul li:hover:after {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 40px;
  height: 2px;
  background: #fb5b21;
  content: "";
  bottom: 0;
  margin: auto;
}
.stick .main-menu ul li:hover a {
  color: #fb5b21;
}
.stick .main-menu ul li:after {
  position: absolute;
}
.stick .main-menu ul li ul {
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  width: 200px;
  z-index: 99999 !important;
  text-align: left;
  visibility: hidden;
}
.stick .main-menu ul li ul li {
  display: block;
  border-bottom: 1px solid #dddddd;
  margin: 0;
  padding: 0 !important;
}
.stick .main-menu ul li ul li:after {
  display: none;
}
.stick .main-menu ul li ul li:last-child {
  border-bottom: 0;
}
.stick .main-menu ul li ul li a {
  display: block;
  padding: 6px 27px;
  text-transform: none;
  transition: all 0.5s ease 0s;
  color: #ffffff !important;
  font-size: 14px;
}
.stick .main-menu ul li ul li a:hover {
  padding-left: 30px;
  color: #fb5b21 !important;
}
.stick .main-menu ul li:hover ul {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.stick .right-area {
  background: #fb5b21;
  padding: 12px 45px !important;
  color: #ffffff;
  position: relative;
}
.stick .right-area:before {
  border-color: transparent #fb5b21;
  border-style: solid;
  border-width: 76px 75px 0px 0px;
  content: "";
  height: 0;
  left: -75px;
  position: absolute;
  top: 0px;
  width: 0;
}
.stick .right-area ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
.stick .right-area ul li {
  display: block;
}
.stick .right-area ul li:first-child {
  font-size: 14px;
}
.stick .right-area ul li:last-child {
  font-weight: 700;
  font-size: 16px;
}
/*----------------------------------------
 03. Start Slider Area
----------------------------------------*/
.slider-area {
  position: relative;
}
.slider-overlay .nivoSlider .nivo-caption {
  color: #444444;
  padding: 0;
  opacity: 1;
}
.slider-overlay .nivoSlider .nivo-caption:after {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.slider-overlay-dark .nivoSlider .nivo-caption {
  color: #444444;
  padding: 0;
  opacity: 1;
}
.slider-overlay-dark .nivoSlider .nivo-caption:after {
  background: rgba(3, 23, 34, 0.6);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.slider-area-one .nivoSlider .nivo-caption {
  color: #444444;
  padding: 0;
  opacity: 1;
}
.slider-area-one .nivoSlider .slider-content {
  position: relative;
  z-index: 99;
}
.slider-area-one .nivoSlider .slider-content .large-title {
  color: #b0360a;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
  font-size: 48px;
  font-weight: 500;
  text-align: left;
  -webkit-animation: fadeInLeft 1000ms ease-in-out;
  -moz-animation: fadeInLeft 1000ms ease-in-out;
  -ms-animation: fadeInLeft 1000ms ease-in-out;
  animation: fadeInLeft 1000ms ease-in-out;
}
.slider-area-one .nivoSlider .slider-content p {
  color: #fff;
  font-size: 16px;
  text-align: left;
  padding: 0;
  width: 50%;
  -webkit-animation: fadeInLeft 1500ms ease-in-out;
  -moz-animation: fadeInLeft 1500ms ease-in-out;
  -ms-animation: fadeInLeft 1500ms ease-in-out;
  animation: fadeInLeft 1500ms ease-in-out;
}
.slider-area-one .nivoSlider .slider-content .slider-btn-area {
  display: block;
  margin-top: 40px;
  text-align: left;
  -webkit-animation: fadeInLeft 2000ms ease-in-out;
  -moz-animation: fadeInLeft 2000ms ease-in-out;
  -ms-animation: fadeInLeft 2000ms ease-in-out;
  animation: fadeInLeft 2000ms ease-in-out;
}
.slider-area-one .nivoSlider .slider-content .slider-btn-area a {
  font-size: 16px;
  display: block;
  padding: 12px 40px;
  color: #ffffff;
  transition: all 0.5s ease 0s;
  background: #fb5b21;
  border: 1px solid #fb5b21;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  color: #fffffff;
}
.slider-area-one .nivoSlider .slider-content .slider-btn-area a:hover {
  background: #b0360a;
}
.slider-area-one .nivoSlider .slider-content .slider-con-2 .large-title {
  text-align: right;
  -webkit-animation: fadeInRight 1000ms ease-in-out;
  -moz-animation: fadeInRight 1000ms ease-in-out;
  -ms-animation: fadeInRight 1000ms ease-in-out;
  animation: fadeInRight 1000ms ease-in-out;
}
.slider-area-one .nivoSlider .slider-content .slider-con-2 p {
  text-align: right;
  width: 100%;
  padding-left: 50%;
  -webkit-animation: fadeInRight 1500ms ease-in-out;
  -moz-animation: fadeInRight 1500ms ease-in-out;
  -ms-animation: fadeInRight 1500ms ease-in-out;
  animation: fadeInRight 1500ms ease-in-out;
}
.slider-area-one .nivoSlider .slider-content .slider-con-2 .slider-btn-area {
  text-align: right;
  -webkit-animation: fadeInRight 2000ms ease-in-out;
  -moz-animation: fadeInRight 2000ms ease-in-out;
  -ms-animation: fadeInRight 2000ms ease-in-out;
  animation: fadeInRight 2000ms ease-in-out;
}
.slider-area-one .nivoSlider .slider-content .slider-btn-area .btn-fill-round {
  display: inline-block;
  background: #cb011b;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  padding: 14px 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider-area-one .nivoSlider .slider-content .slider-btn-area .btn-fill-round:hover {
  background: #a51c2d;
}
.slider-area-one .nivoSlider .slider-content .slider-btn-area .btn-fill-round i {
  padding-left: 15px;
}
.slider-area-one .nivoSlider .nivo-directionNav a.nivo-prevNav {
  left: -15%;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.slider-area-one .nivoSlider .nivo-directionNav a.nivo-prevNav:before {
  background: #ffffff;
  color: #222222;
  position: absolute;
  display: block;
  font-family: 'FontAwesome';
  content: "\f104";
  font-size: 24px;
  height: 50px;
  width: 40px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider-area-one .nivoSlider .nivo-directionNav a.nivo-prevNav:hover:before {
  background: #fb5b21;
  color: #ffffff;
}
.slider-area-one .nivoSlider .nivo-directionNav a.nivo-nextNav {
  right: -15%;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.slider-area-one .nivoSlider .nivo-directionNav a.nivo-nextNav:before {
  background: #ffffff;
  color: #222222;
  display: block;
  font-family: 'FontAwesome';
  position: absolute;
  content: "\f105";
  font-size: 24px;
  height: 50px;
  width: 40px;
  line-height: 50px;
  text-align: center;
  z-index: 999;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider-area-one .nivoSlider .nivo-directionNav a.nivo-nextNav:hover:before {
  background: #fb5b21;
  color: #ffffff;
}
.slider-area-one .nivo-controlNav {
  padding: 0;
}
.slider-area-one:hover .nivoSlider .nivo-directionNav a.nivo-prevNav {
  left: 2%;
}
.slider-area-one:hover .nivoSlider .nivo-directionNav a.nivo-nextNav {
  right: 2%;
}
.slider-content-center .nivoSlider .slider-content .large-title {
  color: #ffffff;
  text-align: center;
}
.slider-content-center .nivoSlider .slider-content .large-upper-title {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.slider-content-center .nivoSlider .slider-content p {
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
}
.slider-content-center .nivoSlider .slider-content .slider-btn-area {
  text-align: center;
}
.preview-1 .nivo-directionNav a {
  text-indent: 0;
}
.slider-area-one .nivoSlider .nivo-directionNav a.nivo-prevNav {
  left: 0px;
}
.slider-area-one .nivoSlider .nivo-directionNav a.nivo-nextNav {
  right: 10px;
}
.slider-area-one:hover .nivoSlider .nivo-directionNav a.nivo-prevNav {
  left: 20px;
}
.slider-area-one:hover .nivoSlider .nivo-directionNav a.nivo-nextNav {
  right: 30px;
}
.slider-area .preview-2 .nivo-directionNav a.nivo-prevNav:hover:before {
  background: #b0360a !important;
  color: #ffffff !important;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 50px;
  transition: all 0.5s ease 0s;
  border: 1px solid #b0360a !important;
}
.slider-area .preview-2 .nivo-directionNav a.nivo-prevNav:before {
  color: #ffffff !important;
  border: 1px solid rgba(251, 91, 36, 0.3) !important;
  background: rgba(251, 91, 36, 0.3) !important;
}
.slider-area .preview-2 .nivo-directionNav a.nivo-nextNav:hover:before {
  background: #b0360a !important;
  color: #ffffff !important;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 50px;
  transition: all 0.5s ease 0s;
  border: 1px solid #b0360a !important;
}
.slider-area .preview-2 .nivo-directionNav a.nivo-nextNav:before {
  color: #ffffff !important;
  border: 1px solid rgba(251, 91, 36, 0.3) !important;
  background: rgba(251, 91, 36, 0.3) !important;
}
.slider-area .slider-1 .title-container {
  text-align: right;
  padding-right: 15%;
}
.slider-area .slider-1 .title-container h1 {
  font-size: 60px;
  color: #000000;
  line-height: 1.55;
  letter-spacing: 0px;
  margin: 15px 0 0;
  font-weight: 700;
}
.slider-area .slider-1 .title-container h1 span {
  color: #ff5722;
}
.slider-area .slider-1 .title-container div.title2 {
  font-size: 18px;
  color: #000000;
  padding: 0;
  font-weight: normal;
  line-height: 1.5;
  padding: 0 0 0 59%;
}
.slider-area .slider-1 .title-container div.slider-botton {
  display: block;
  margin-top: 50px;
}
.slider-area .slider-1 .title-container div.slider-botton ul li {
  display: inline-block;
  margin-right: 10px;
}
.slider-area .slider-1 .title-container div.slider-botton ul li.acitve a {
  font-size: 16px;
  display: block;
  padding: 12px 40px;
  color: #ffffff;
  transition: all 0.5s ease 0s;
  background: #fb5b21;
  border: 1px solid #fb5b21;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  color: #fffffff;
}
.slider-area .slider-1 .title-container div.slider-botton ul li a {
  display: block;
  padding: 12px 40px;
  color: #000000;
  border: 1px solid #000000;
  transition: all 0.5s ease 0s;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 16px;
}
.slider-area .slider-1 .title-container div.slider-botton ul li a:hover {
  background: #b0360a !important;
  border: 1px solid #b0360a !important;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}
.slider-area .slider-2 h1 {
  font-size: 48px;
  color: #ffffff;
  line-height: 1.55;
  letter-spacing: 0px;
  margin: 0px 260px 0 0;
  font-weight: 700;
}
.slider-area .slider-2 h1 span {
  color: #ff5722;
}
.slider-area .slider-2 div.title2 {
  font-size: 18px;
  color: #ffffff;
  padding: 0;
  font-weight: normal;
  line-height: 1.5;
  padding: 0 260px 0 50%;
  text-align: right;
}
.slider-area .slider-2 div.slider-botton {
  display: block;
  margin-top: 30px;
  margin-left: 0px;
  margin-right: 260px;
}
.slider-area .slider-2 div.slider-botton ul li {
  display: inline-block;
}
.slider-area .slider-2 div.slider-botton ul li:first-child {
  margin-right: 0px;
}
.slider-area .slider-2 div.slider-botton ul li.active {
  margin-right: 5px;
}
.slider-area .slider-2 div.slider-botton ul li.acitve a {
  font-size: 16px;
  display: block;
  padding: 12px 40px;
  color: #ffffff;
  transition: all 0.5s ease 0s;
  background: #fb5b21 !important;
  border: 1px solid #fb5b21 !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
}
.slider-area .slider-2 div.slider-botton ul li a {
  display: block;
  padding: 12px 40px;
  color: #ffffff;
  border: 1px solid #ffffff;
  transition: all 0.5s ease 0s;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 16px;
}
.slider-area .slider-2 div.slider-botton ul li a:hover {
  background: #b0360a !important;
  border: 1px solid #b0360a !important;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}
.slider-area .slider-3 .title-container {
  text-align: left;
  padding-left: 15%;
}
.slider-area .slider-3 .title-container h1 {
  font-size: 48px;
  color: #ffffff;
  line-height: 1.55;
  letter-spacing: 0px;
  margin: 15px 0 0;
  font-weight: 600;
}
.slider-area .slider-3 .title-container h1 span {
  color: #fb5b21;
}
.slider-area .slider-3 .title-container div.title2 {
  font-size: 18px;
  color: #ffffff;
  padding: 0;
  font-weight: normal;
  line-height: 1.5;
  padding: 0 60% 0 0;
}
.slider-area .slider-3 .title-container div.slider-botton {
  display: block;
  margin-top: 50px;
}
.slider-area .slider-3 .title-container div.slider-botton ul li {
  display: inline-block;
  margin-right: 10px;
}
.slider-area .slider-3 .title-container div.slider-botton ul li.acitve a {
  font-size: 16px;
  display: block;
  padding: 12px 40px;
  color: #ffffff;
  transition: all 0.5s ease 0s;
  background: #fb5b21;
  border: 1px solid #fb5b21;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
}
.slider-area .slider-3.color-two .title-container div.slider-botton ul li.acitve a {
  background: #fb5b21 !important;
  border: none;
}
.slider-area .slider-3.color-two .title-container div.slider-botton ul li.acitve a:hover {
  background: #b0360a !important;
  border: none;
}
.slider-area .slider-3 .title-container div.slider-botton ul li a {
  display: block;
  padding: 12px 40px;
  color: #ffffff;
  border: 1px solid #ffffff;
  transition: all 0.5s ease 0s;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 16px;
}
.slider-area .slider-3 .title-container div.slider-botton ul li a:hover {
  background: #b0360a !important;
  border: 1px solid #b0360a !important;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  color: #fffffff;
}
.slider-area.slider-area-two .slider-1 .title-container {
  text-align: right;
  padding-right: 15%;
}
.slider-area.slider-area-two .slider-1 .title-container h1 {
  font-size: 60px;
  color: #ffffff;
  line-height: 1.55;
  letter-spacing: 0px;
  margin: 15px 0 0;
  font-weight: 600;
}
.slider-area.slider-area-two .slider-1 .title-container h1 span {
  color: #7ac143;
}
.slider-area.slider-area-two .slider-1 .title-container div.title2 {
  font-size: 16px;
  color: #ffffff;
  padding: 0;
  font-weight: normal;
  line-height: 1.5;
  padding: 0 0 0 50%;
}
.slider-area.slider-area-two .slider-1 .title-container div.slider-botton {
  display: block;
  margin-top: 50px;
}
.slider-area.slider-area-two .slider-1 .title-container div.slider-botton ul li {
  display: inline-block;
  margin-right: 10px;
}
.slider-area.slider-area-two .slider-1 .title-container div.slider-botton ul li.acitve a {
  font-size: 16px;
  display: block;
  padding: 12px 40px;
  color: #ffffff;
  transition: all 0.5s ease 0s;
  background: #fb5b21 !important;
  border: 1px solid #fb5b21 !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  color: #fffffff;
}
.slider-area.slider-area-two .slider-1 .title-container div.slider-botton ul li a {
  display: block;
  padding: 12px 40px;
  color: #ffffff;
  border: 1px solid #ffffff;
  transition: all 0.5s ease 0s;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 16px;
}
.slider-area.slider-area-two .slider-1 .title-container div.slider-botton ul li a:hover {
  background: #b0360a !important;
  border: 1px solid #b0360a !important;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}
.slider-area.slider-area-two .slider-3 .title-container {
  text-align: left;
  padding-left: 15%;
}
.slider-area.slider-area-two .slider-3 .title-container h1 {
  font-size: 60px;
  color: #ffffff;
  line-height: 1.55;
  letter-spacing: 0px;
  margin: 15px 0 0;
  font-weight: 600;
}
.slider-area.slider-area-two .slider-3 .title-container h1 span {
  color: #7ac143;
}
.slider-area.slider-area-two .slider-3 .title-container div.title2 {
  font-size: 16px;
  color: #ffffff;
  padding: 0;
  font-weight: normal;
  line-height: 1.5;
  padding: 0 50% 0 0;
}
.slider-area.slider-area-two .slider-3 .title-container div.slider-botton {
  display: block;
  margin-top: 50px;
}
.slider-area.slider-area-two .slider-3 .title-container div.slider-botton ul li {
  display: inline-block;
  margin-right: 10px;
}
.slider-area.slider-area-two .slider-3 .title-container div.slider-botton ul li.acitve a {
  font-size: 16px;
  display: block;
  padding: 12px 40px;
  color: #ffffff;
  transition: all 0.5s ease 0s;
  background: #fb5b21 !important;
  border: 1px solid #fb5b21 !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
}
.slider-area.slider-area-two .slider-3 .title-container div.slider-botton ul li a {
  display: block;
  padding: 12px 40px;
  color: #ffffff;
  border: 1px solid #ffffff;
  transition: all 0.5s ease 0s;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 16px;
}
.slider-area.slider-area-two .slider-3 .title-container div.slider-botton ul li a:hover {
  background: #b0360a !important;
  border: 1px solid #b0360a !important;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  color: #fffffff;
}
.slider-area.slider-area-two.slider-area-three .slider-1 .title-container {
  text-align: right;
  padding-right: 15%;
}
.slider-area.slider-area-two.slider-area-three .slider-1 .title-container h1 {
  font-size: 60px;
  color: #ffffff;
  line-height: 1.55;
  letter-spacing: 0px;
  margin: 15px 0 0;
  font-weight: 600;
}
.slider-area.slider-area-two.slider-area-three .slider-1 .title-container h1 span {
  color: #3e92a3;
}
.slider-area.slider-area-two.slider-area-three .slider-1 .title-container div.title2 {
  font-size: 16px;
  color: #ffffff;
  padding: 0;
  font-weight: normal;
  line-height: 1.5;
  padding: 0 0 0 50%;
}
.slider-area.slider-area-two.slider-area-three .slider-1 .title-container div.slider-botton {
  display: block;
  margin-top: 50px;
}
.slider-area.slider-area-two.slider-area-three .slider-1 .title-container div.slider-botton ul li {
  display: inline-block;
  margin-right: 10px;
}
.slider-area.slider-area-two.slider-area-three .slider-1 .title-container div.slider-botton ul li.acitve a {
  font-size: 16px;
  display: block;
  padding: 12px 40px;
  color: #ffffff;
  transition: all 0.5s ease 0s;
  background: #fb5b21 !important;
  border: 1px solid #fb5b21 !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  color: #fffffff;
}
.slider-area.slider-area-two.slider-area-three .slider-1 .title-container div.slider-botton ul li a {
  display: block;
  padding: 12px 40px;
  color: #ffffff;
  border: 1px solid #ffffff;
  transition: all 0.5s ease 0s;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 16px;
}
.slider-area.slider-area-two.slider-area-three .slider-1 .title-container div.slider-botton ul li a:hover {
  background: #b0360a !important;
  border: 1px solid #b0360a !important;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}
.slider-area.slider-area-two.slider-area-three .slider-3 .title-container {
  text-align: left;
  padding-left: 15%;
}
.slider-area.slider-area-two.slider-area-three .slider-3 .title-container h1 {
  font-size: 60px;
  color: #ffffff;
  line-height: 1.55;
  letter-spacing: 0px;
  margin: 15px 0 0;
  font-weight: 600;
}
.slider-area.slider-area-two.slider-area-three .slider-3 .title-container h1 span {
  color: #3e92a3;
}
.slider-area.slider-area-two.slider-area-three .slider-3 .title-container div.title2 {
  font-size: 16px;
  color: #ffffff;
  padding: 0;
  font-weight: normal;
  line-height: 1.5;
  padding: 0 50% 0 0;
}
.slider-area.slider-area-two.slider-area-three .slider-3 .title-container div.slider-botton {
  display: block;
  margin-top: 50px;
}
.slider-area.slider-area-two.slider-area-three .slider-3 .title-container div.slider-botton ul li {
  display: inline-block;
  margin-right: 10px;
}
.slider-area.slider-area-two.slider-area-three .slider-3 .title-container div.slider-botton ul li.acitve a {
  font-size: 16px;
  display: block;
  padding: 12px 40px;
  color: #ffffff;
  transition: all 0.5s ease 0s;
  background: #fb5b21 !important;
  border: 1px solid #fb5b21 !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
}
.slider-area.slider-area-two.slider-area-three .slider-3 .title-container div.slider-botton ul li a {
  display: block;
  padding: 12px 40px;
  color: #ffffff;
  border: 1px solid #ffffff;
  transition: all 0.5s ease 0s;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 16px;
}
.slider-area.slider-area-two.slider-area-three .slider-3 .title-container div.slider-botton ul li a:hover {
  background: #b0360a !important;
  border: 1px solid #b0360a !important;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  color: #fffffff;
}
.preview-2 .nivo-controlNav a:hover,
.preview-2 .nivo-controlNav a.active {
  background: #fb5b21 !important;
  cursor: pointer;
  border: 1px solid #fb5b21 !important;
}

.slider-content-area {
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
  text-align: center;
  display: block;
  z-index: 9999;
  color: #fff;
}
.slider-content-area h1 {
  color: #fff;
  text-transform: uppercase;
}
.slider-content-area p {
  color: #fff;
}
.slider-content-area a {
  font-size: 16px;
  display: inline-block;
  padding: 12px 40px;
  color: #ffffff;
  transition: all 0.5s ease 0s;
  background: #fb5b21;
  border: 1px solid #fb5b21;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
  color: #fffffff;
}
.slider-content-area a:hover {
  background: #b0360a;
}
.slider-area .slider-5 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.slider-area .slider-5:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
}
.slider-area .slider-5 .slider-content-area p {
  width: 50%;
  display: inline-block;
}
.slider-area .slider-5 .slider-content-area ul li {
  display: inline-block;
  padding: 0 5px;
}
.cd-words-wrapper {
  text-align: center !important;
}
/* ------------------------------------
4.Home Page About Section Start Here 
---------------------------------------*/
.home-about-area {
  margin-top: 0px;
  padding: 0 0 100px;
}
.home-about-area .about-images {
  position: relative;
  overflow: hidden;
}
.home-about-area .about-images a {
  display: block;
}
.home-about-area .about-images a img {
  width: 100%;
}
.home-about-area .about-content {
  padding: 100px 0 60px;
}
.home-about-area .about-content p {
  padding: 15px 0 15px 0;
  font-size: 16px;
}
.home-about-area .ab-count {
  background-size: cover;
  background-position: center;
}
.home-about-area .ab-count .about-counter-list {
  color: #ffffff;
  text-align: left;
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding: 100px 0;
  transition: all 0.5s ease 0s;
}
.home-about-area .ab-count .about-counter-list:hover .overley {
  background: rgba(251, 91, 33, 0.8);
}
.home-about-area .ab-count .about-counter-list:hover .overley .informations span {
  width: 55px;
  height: 55px;
  line-height: 55px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.home-about-area .ab-count .about-counter-list .overley {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 0;
}
.home-about-area .ab-count .about-counter-list .overley .informations {
  left: 0;
  margin-top: 0px;
  width: 100%;
  transition: .5s;
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 0%;
  transform: translateY(50%);
}
.home-about-area .ab-count .about-counter-list .overley .informations span {
  width: 55px;
  height: 55px;
  line-height: 55px;
  border: 1px solid #ffffff;
  display: block;
  margin: auto;
  margin-bottom: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.5s ease 0s;
}
.home-about-area .ab-count .about-counter-list .overley .informations span i {
  color: #ffffff;
  z-index: 999;
  -webkit-transform: rotate(0deg) !important;
  -moz-transform: rotate(0deg) !important;
  -o-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
  font-style: normal;
  font-size: 30px;
}
.home-about-area .ab-count .about-counter-list.part-one {
  background: url(../images/counter/gimnasio-aikido-leon.jpg) no-repeat;
  background-size: cover;
}
.home-about-area .ab-count .about-counter-list.part-two {
  background: url(../images/counter/gimnasio-yoga-leon.jpg) no-repeat;
  background-size: cover;
}
.home-about-area .ab-count .about-counter-list.part-three {
  background: url(../images/counter/gimnasio-karate-leon.jpg) no-repeat;
  background-size: cover;
}
.home-about-area .ab-count .about-counter-list h1.about-counter {
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
  color: #ffffff;
  position: relative;
}
.home-about-area .ab-count .about-counter-list p {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  text-align: center;
  color: #ffffff;
}
/* ------------------------------------
6.Home Page Class Start Here 
---------------------------------------*/
.home-page-classes-area {
  padding: 90px 0 70px;
}
.home-page-classes-area .faq-area h2 {
  font-weight: 800;
  font-size: 30px;
  color: #222222;
  position: relative;
  margin-bottom: 60px;
}
.home-page-classes-area .faq-area h2:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  content: "";
  background: #fb5b21;
  width: 60px;
  height: 3px;
}
.home-page-classes-area .faq-area .panel-group .panel-default {
  margin-bottom: 5px;
}
.home-page-classes-area .faq-area .panel-group .panel-default .panel-heading {
  padding: 0;
}
.home-page-classes-area .faq-area .panel-group .panel-default .panel-heading h4.panel-title a {
  display: block;
  padding: 16px 10px;
  text-decoration: none;
  font-size: 18px;
  background: #b0360a;
  color: #ffffff;
}
.home-page-classes-area .faq-area .panel-group .panel-default .panel-heading h4.panel-title a.collapsed {
  display: block;
  padding: 16px 10px;
  background: #fb5b21;
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
  transition: all 0.5s ease 0s;
  border: 0px !important;
}
.home-page-classes-area .faq-area .panel-group .panel-default .panel-heading h4.panel-title a.collapsed:hover {
  background: #b0360a;
  color: #ffffff;
}
.home-page-classes-area .faq-area .panel-group .panel-default .panel-body img {
  margin-bottom: 20px;
}
.home-page-classes-area .faq-area .panel-group .panel-default .panel-body .read-more a {
  background: #fb5b21;
  padding: 10px 30px;
  color: #ffffff;
  border: 0px;
  transition: all 0.5s ease 0s;
}
.home-page-classes-area .faq-area .panel-group .panel-default .panel-body .read-more a:hover {
  background: #b0360a;
}
.home-page-classes-area .faq-area .panel-heading [data-toggle="collapse"]:after {
  font-family: 'FontAwesome';
  content: "\f107";
  /* "play" icon */
  float: right;
  color: #ffffff;
  font-size: 24px;
  line-height: 22px;
  font-weight: 600;
  /* rotate "play" icon from > (right arrow) to down arrow */
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.home-page-classes-area .faq-area .panel-heading [data-toggle="collapse"].collapsed:after {
  /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #ffffff;
}
.home-page-classes-area .classes-features h2 {
  background: #fb5b21;
  color: #ffffff;
  margin: 1px 0 0 0;
  font-size: 18px;
  padding: 16px;
}
.home-page-classes-area .classes-features .single-features .single-plan {
  font-size: 16px;
  margin-bottom: 30px;
  background: #f8f8f8;
  padding: 30px 20px;
  margin: 30px 0;
}
.home-page-classes-area .classes-features .single-features .single-plan h3 {
  position: relative;
  margin-bottom: 40px;
  font-weight: 400;
}
.home-page-classes-area .classes-features .single-features .single-plan h3:after {
  position: absolute;
  left: 0;
  top: 35px;
  width: 60px;
  height: 2px;
  background: #fb5b21;
  content: "";
}
.home-page-classes-area .classes-features .single-features .single-plan .list-slide ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-page-classes-area .classes-features .single-features .single-plan .list-slide ul li {
  display: block;
  margin-bottom: 10px;
}
.home-page-classes-area .classes-features .single-features .single-plan .list-slide ul li span {
  font-weight: 600;
  color: #000000;
  float: right;
}
.home-page-classes-area .classes-features .single-features .single-plan .list-slide ul li i {
  color: #fb5b21;
  margin-right: 20px;
}
.home-page-classes-area .classes-features ul li i {
  color: #fb5b21;
  margin-right: 20px;
}
.home-page-classes-area .classes-features .single-features .single-plan .owl-controls .owl-buttons .owl-prev {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #fb5b21;
  border-radius: 0;
  color: #ffffff;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 50px;
  top: -60px;
  margin: 0 1px;
  transition: all 0.5s ease 0s;
  width: 40px;
  height: 40px;
  line-height: 40px;
  opacity: 1;
  background: #fb5b21;
}
.home-page-classes-area .classes-features .single-features .single-plan .owl-controls .owl-buttons .owl-prev i {
  font-size: 20px;
  font-weight: 600;
  line-height: 38px;
}
.home-page-classes-area .classes-features .single-features .single-plan .owl-controls .owl-buttons .owl-prev:hover {
  background: #b0360a;
}
.home-page-classes-area .classes-features .single-features .single-plan .owl-controls .owl-buttons .owl-next {
  border-radius: 0;
  color: #ffffff;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: -60px;
  transition: all 0.5s ease 0s;
  width: 40px;
  height: 40px;
  line-height: 40px;
  opacity: 1;
  background: #fb5b21;
}
.home-page-classes-area .classes-features .single-features .single-plan .owl-controls .owl-buttons .owl-next i {
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
}
.home-page-classes-area .classes-features .single-features .single-plan .owl-controls .owl-buttons .owl-next:hover {
  background: #b0360a;
}
/* ------------------------------------
10.Home Gallery Start Here 
---------------------------------------*/
.gallery-area {
  padding: 100px 0;
  /*==== Start gallery masonary v1 area css ====*/
  /*==== End gallery masonary v1 area css ====*/
  /*==== Start gallery masonary v2 area css ====*/
}
.gallery-area .gallery-masonary-v1-area {
  overflow: hidden;
}
.gallery-area .gallery-masonary-v1-area .masonary-layout {
  margin-left: -5px;
  margin-right: -5px;
}
.gallery-area .gallery-masonary-v1-area .single-gallery-masonary-item {
  margin-bottom: 30px;
}
.gallery-area .gallery-filter {
  margin-bottom: 40px;
  text-align: center;
}
.gallery-area .gallery-filter li {
  background: #fb5b21;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  margin: 0 3px 10px;
  /*padding: 13px 14px;*/
  position: relative;
  text-transform: capitalize;
  transition: all 0.5s ease 0s;
}
.gallery-area .gallery-filter li:hover {
  background: #b0360a;
}
.gallery-area .gallery-filter li span {
  display: block;
  padding: 10px 50px;
}
.gallery-area .gallery-filter li.active {
  position: relative;
  background: #b0360a;
  color: #ffffff;
}
.gallery-area .gallery-filter li.active::before {
  color: #ba0913;
  content: "\f0d8";
  display: block;
  font-family: "FontAwesome";
  font-size: 20px;
  left: 0;
  line-height: 20px;
  padding-left: 0;
  padding-top: 4px;
  position: absolute;
  top: -18px;
  z-index: 5;
  left: 50%;
  margin-left: -6px;
  display: none;
}
.gallery-area .gallery-filter li span.count {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -54px;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  transition: all .3s ease;
}
.gallery-area .gallery-filter li.active span.count {
  opacity: 1;
  visibility: visible;
}
.gallery-area .gallery-filter li span.count b {
  font-weight: normal;
  background-color: #ba0913;
  line-height: 27px;
  color: #fff;
  font-size: 14px;
  padding: 0 5px;
  border-radius: 3px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
.gallery-area .single-gallery-item .img-holder {
  position: relative;
  overflow: hidden;
}
.gallery-area .single-gallery-item .img-holder img {
  transform: scale(1.1, 1.1);
  transition: all 0.5s ease 0s;
  width: 100%;
}
.gallery-area .single-gallery-item .img-holder .overlay {
  background: rgba(251, 91, 33, 0.8) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  transition: all 0.5s ease 0s;
  transform: scale(0);
  height: 100%;
  width: 100%;
}
.gallery-area .single-gallery-item .img-holder .overlay .view {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  text-align: center;
}
.gallery-area .single-gallery-item .img-holder .overlay .view a i {
  color: #ffffff;
  font-weight: 800;
  font-size: 20px;
  border: 1px solid #ffffff;
  padding: 10px;
}
.gallery-area .single-gallery-item .img-holder .overlay .image-view .icon-holder {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.gallery-area .single-gallery-item .img-holder .overlay .image-view .icon-holder a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: inline-block;
  transition: all 700ms ease 0s;
}
.gallery-area .single-gallery-item .img-holder .overlay .image-view .icon-holder a span::before {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 100;
  padding: 10px 14px;
  transition: all 700ms ease 0s;
}
.gallery-area .single-gallery-item .img-holder .overlay .image-view .icon-holder a:hover {
  background: #ba0913;
}
.gallery-area .single-gallery-item .img-holder .overlay .image-view .icon-holder a:hover span::before {
  color: #000;
}
.gallery-area .single-gallery-item:hover .overlay {
  transform: scale(0.95);
}
.gallery-area .single-gallery-item:hover .img-holder img {
  transform: scale(1, 1);
}
.gallery-area .gallery-masonary-v1-area .load-more-button {
  padding-top: 40px;
}
.gallery-area .gallery-masonary-v1-area .load-more-button a {
  background: #000000 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding-left: 38px;
  padding-right: 38px;
  padding-top: 12px;
  padding-bottom: 14px;
  text-transform: uppercase;
  transition: all 700ms ease 0s;
  border-radius: 3px;
}
.gallery-area .gallery-masonary-v1-area .load-more-button a:hover {
  background: #ba0913;
}
.gallery-area .gallery-masonary-v2-area {
  padding-bottom: 90px;
  padding-top: 91px;
}
.gallery-area .gallery-masonary-v2-area .masonary-layout {
  margin-left: -15px;
  margin-right: -15px;
}
.gallery-area .gallery-masonary-v2-area .single-gallery-masonary-item.span-4 {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 38px;
}
.gallery-area .single-gallery-item .title {
  padding-top: 21px;
}
.gallery-area .single-gallery-item .title h3 {
  color: #343434;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.gallery-area .single-gallery-item .title h6 {
  color: #797979;
  font-size: 14px;
  font-style: italic;
}
.gallery-area .gallery-masonary-v2-area .load-more-button a {
  background: #000000 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding-left: 38px;
  padding-right: 38px;
  padding-top: 12px;
  padding-bottom: 14px;
  text-transform: uppercase;
  transition: all 700ms ease 0s;
  margin-top: 9px;
  border-radius: 3px;
}
.gallery-area .gallery-masonary-v2-area .load-more-button a:hover {
  background: #ba0913;
}
/* ------------------------------------
11.Home Page Blog Start Here 
---------------------------------------*/
.home-blog-area {
  padding: 100px 0 0 0;
}
.home-blog-area .blog-slider .single-blog {
  margin: 15px;
  border: 1px solid #d3d3d3;
  transition: all 0.5s ease 0s;
}
.home-blog-area .blog-slider .single-blog:hover {
  border: 1px solid #fb5b21;
}
.home-blog-area .blog-slider .single-blog:hover .blog-image a img {
  transform: scale(1.5);
}
.home-blog-area .blog-slider .single-blog:hover h3 a {
  color: #fb5b21;
}
.home-blog-area .blog-slider .single-blog:hover .others {
  border-top: 1px solid #fb5b21;
}
.home-blog-area .blog-slider .single-blog:hover .others ul li:last-child a {
  background: #b0360a;
  border: 1px solid #b0360a;
  color: #ffffff;
}
.home-blog-area .blog-slider .single-blog .blog-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.home-blog-area .blog-slider .single-blog .blog-image:hover a img {
  transform: scale(1.5);
}
.home-blog-area .blog-slider .single-blog .blog-image a {
  display: block;
  position: relative;
  overflow: hidden;
}
.home-blog-area .blog-slider .single-blog .blog-image a img {
  width: 100%;
  transition: all 0.5s ease 0s;
  position: relative;
  overflow: hidden;
}
.home-blog-area .blog-slider .single-blog h3 {
  font-size: 17px; 
  color: #454444;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 0 15px; 
  text-transform: uppercase;
}
.home-blog-area .blog-slider .single-blog span {
  margin-bottom: 15px;
  display: block;
  padding: 0 15px;
  color: #999999;
}

.home-blog-area .blog-slider .single-blog p {
  padding: 15px;
  min-height: 134px;
  max-height: 134px;
}
.home-blog-area .blog-slider .single-blog .others {
  background: #f7f7f7;
  padding: 30px 15px;
  border-top: 1px solid #d3d3d3;
}
.home-blog-area .blog-slider .single-blog .others ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-blog-area .blog-slider .single-blog .others ul li {
  display: inline-block;
}
.home-blog-area .blog-slider .single-blog .others ul li:first-child {
  text-align: left;
  font-size: 14px;
  color: #666666;
}
.home-blog-area .blog-slider .single-blog .others ul li:last-child {
  float: right;
}
.home-blog-area .blog-slider .single-blog .others ul li:last-child a {
  font-size: 14px;
  color: #fb5b21;
  padding: 10px 15px;
  border: 1px solid #fb5b21;
  font-weight: 600;
}
.home-blog-area .blog-slider .owl-controls .owl-pagination .owl-page.active span {
  background: #fb5b21;
}
.home-blog-area .blog-slider .owl-controls .owl-pagination .owl-page span {
  background: #fb5b21;
}
.home-blog-area .blog-slider .owl-controls .owl-buttons .owl-prev {
  left: -50px;
  position: absolute;
  top: 40%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  opacity: 1;
  background: #fb5b21;
  margin: auto;
  text-align: center;
  transition: all 0.5s ease 0s;
  border-radius: 0px;
}
.home-blog-area .blog-slider .owl-controls .owl-buttons .owl-prev:hover {
  background: #b0360a;
}
.home-blog-area .blog-slider .owl-controls .owl-buttons .owl-prev:hover i {
  color: #ffffff;
}
.home-blog-area .blog-slider .owl-controls .owl-buttons .owl-prev i {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}
.home-blog-area .blog-slider .owl-controls .owl-buttons .owl-next {
  right: -50px;
  position: absolute;
  top: 40%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  opacity: 1;
  background: #fb5b21;
  margin: auto;
  text-align: center;
  transition: all 0.5s ease 0s;
  border-radius: 0px;
}
.home-blog-area .blog-slider .owl-controls .owl-buttons .owl-next:hover {
  background: #b0360a;
}
.home-blog-area .blog-slider .owl-controls .owl-buttons .owl-next:hover i {
  color: #ffffff;
}
.home-blog-area .blog-slider .owl-controls .owl-buttons .owl-next i {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}
/* ------------------------------------
12.Footer Area Start Here 
---------------------------------------*/
.cp_footer-mid-holder {
    float: left;
    width: 100%;
    padding-top: 80px;
    position: relative
}
.cp_footer-navigation-row {
    float: left;
    width: 100%;
    padding: 20px 0 40px;
    text-align: center;
    position: relative;
    z-index: 999
}

.cp_rotation-tp {
    float: left;
    width: 100%;
    position: relative
}

.cp_rotation-tp:before {
    content: '';
    position: absolute;
    left: -1px;
    top: -25px;
    width: 100%;
    height: 60px;
    background-color: #0f0f0f;
    z-index: 999;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg)
}

.cp_footer-navigation-row,
.cp_footer-navigation-row.cp_rotation-tp:before {
	background-color: #fb5b21
}	

#map {
	height: 50%;
}
footer .footer-top {
  padding: 50px 0 0;
  background: url(../images/footer/footer_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
footer .footer-top .widget {
  margin: 0 0 30px;
}
footer .footer-top .widget h2.widget-title {
  color: #fb5b21;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
}

footer .footer-top .widget .footer-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer-top .widget .footer-contact ul li {
  display: block;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 13px;
}
footer .footer-bottom-area {
  padding: 30px 0;
}

footer .footer-bottom-area .widget .social-media ul.btn-social {
    margin: 17px 0 0;
    list-style: none;
}
footer .footer-bottom-area .widget .social-media ul.btn-social li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
}
footer .footer-bottom-area .widget .social-media ul.btn-social li a {
    display: block;
    float: left;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #344E78;
}
footer .footer-bottom-area .widget .social-media ul.btn-social {
    margin: 12px 10px 12px 0;
    padding-right: 15px;
}
footer .footer-bottom-area .widget .social-media ul.btn-social li a {
    padding: 0 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
footer .footer-bottom-area .widget .social-media ul.btn-social li a:hover {
    background: #333;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}
footer .footer-bottom-area .widget .social-media ul.btn-social li.facebook a {
    color: #3B5998;
}
footer .footer-bottom-area .widget .social-media ul.btn-social li.twitter a {
    color: #00ACED;
}
footer .footer-bottom-area .widget .social-media ul.btn-social li.instagram a {
    color: #8a3ab9;
}
footer .footer-bottom-area .widget .social-media ul.btn-social li.facebook a:hover {
    color: #fff;
    background-color: #3B5998;
}
footer .footer-bottom-area .widget .social-media ul.btn-social li.twitter a:hover {
    color: #fff;
    background-color: #00ACED;
}
footer .footer-bottom-area .widget .social-media ul.btn-social li.instagram a:hover {
    color: #fff;
    background-color: #8a3ab9;
}
footer .footer-bottom-area .widget .avisos p,
footer .footer-bottom-area .widget .copyright p {
  text-align: center;
  margin-bottom: 0;
  margin-top: 19px;
  color: #000000;
}
footer .footer-bottom-area .widget .copyright p a, 
footer .footer-bottom-area .widget .avisos p a {
  font-weight: 600;
  color: #fb5b21;
}
/* ....................................
13.Scroll Top Area Here 
.......................................*/
#scrollUp {
  background: #fb5b21;
  border-radius: 2px 2px 0 0;
  bottom: 100px;
  color: #ffffff !important;
  display: block;
  font-size: 25px;
  height: 50px;
  line-height: 0;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none !important;
  /*transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;*/
  width: 50px;
  z-index: 1000;

}
#scrollUp:hover {
  background: #b0360a;
}
#scrollUp i {
  display: block;
  padding-top: 10px;
}
/* ------------------------------------
14.Breadcump Area Start Here 
---------------------------------------*/
.breadcump-area {
  padding: 100px 0;
  background: url(../images/banner/gimnasio_karate_leon.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.breadcump-area .breadcump h2 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 10px;
}
.breadcump-area .breadcump ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcump-area .breadcump ul li {
  display: inline-block;
  text-transform: uppercase;
  color: #fb5b21;
  font-weight: 600;
}
.breadcump-area .breadcump ul li:first-child {
  margin-right: 15px;
}
.breadcump-area .breadcump ul li:first-child a {
  color: #ffffff;
  font-weight: 600;
  position: relative;
  transition: all 0.5s ease 0s;
}
.breadcump-area .breadcump ul li:first-child a:hover {
  color: #fb5b21;
}
.breadcump-area .breadcump ul li:first-child a:after {
  content: "";
  height: 22px;
  position: absolute;
  right: -9px;
  top: 0;
  width: 1px;
  background: #ffffff;
  transform: rotate(-160deg);
}
/* ------------------------------------
23.Blog Page Start Here 
---------------------------------------*/
.blog-page-area {
  padding: 100px 0;
}
.blog-page-area .single-blog {
  margin: 15px 0;
  border: 1px solid #d3d3d3;
  transition: all 0.5s ease 0s;
}
.blog-page-area .single-blog:hover {
  border: 1px solid #fb5b21;
}
.blog-page-area .single-blog:hover .blog-image a img {
  transform: scale(1.5);
}
.blog-page-area .single-blog:hover h3 a {
  color: #fb5b21;
}
.blog-page-area .single-blog:hover .others {
  border-top: 1px solid #fb5b21;
}
.blog-page-area .single-blog:hover .others ul li:last-child a {
  background: #b0360a;
  border: 1px solid #b0360a;
  color: #ffffff;
}
.blog-page-area .single-blog .blog-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.blog-page-area .single-blog .blog-image:hover a img {
  transform: scale(1.5);
}
.blog-page-area .single-blog .blog-image a {
  display: block;
  position: relative;
  overflow: hidden;
}
.blog-page-area .single-blog .blog-image a img {
  width: 100%;
  transition: all 0.5s ease 0s;
  position: relative;
  overflow: hidden;
}
.blog-page-area .single-blog h3 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
}
.blog-page-area .single-blog h3 a {
  color: #454444;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
  padding: 0 15px;
}
.blog-page-area .single-blog span {
  margin-bottom: 15px;
  display: block;
  padding: 0 15px;
}
.blog-page-area .single-blog p {
  padding: 15px;
}
.blog-page-area .single-blog .others {
  background: #f7f7f7;
  padding: 30px 15px;
  border-top: 1px solid #d3d3d3;
}
.blog-page-area .single-blog .others ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-page-area .single-blog .others ul li {
  display: inline-block;
}
.blog-page-area .single-blog .others ul li:first-child {
  text-align: left;
  font-size: 14px;
  color: #666666;
}
.blog-page-area .single-blog .others ul li:last-child {
  float: right;
}
.blog-page-area .single-blog .others ul li:last-child a {
  font-size: 14px;
  color: #fb5b21;
  padding: 10px 15px;
  border: 1px solid #fb5b21;
  font-weight: 600;
}
/*-------------------------------------
24. Single Blog Page Start Here
---------------------------------------*/
.blog-details-area {
  padding: 100px 0;
}
.blog-details-area .blog-content-area .image {
  margin-bottom: 30px;
}
.blog-details-area .blog-content-area .image img {
  width: 100%;
}
.blog-details-area .blog-content-area .blog-details-informations .date {
  color: #fb5b21;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  text-align:center;
  padding: 0 10px;
  border-right: 1px solid #fb5b21;
}
.blog-details-area .blog-content-area .blog-details-informations .blog-info {
  padding: 0 20px;
  margin-bottom: 30px;
}
.blog-details-area .blog-content-area .blog-details-informations .blog-info h2 {
  margin-bottom: 10px;
  font-weight: 400;
}
.blog-details-area .blog-content-area .blog-details-informations .blog-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-details-area .blog-content-area .blog-details-informations .blog-info ul li {
  display: inline-block;
  margin-right: 15px;
  color: #858585;
}
.blog-details-area .blog-content-area .blog-details-informations .blog-info ul li i {
  color: #fb5b21;
  margin-right: 10px;
}
.blog-details-area .blog-content-area .blog-details-informations p {
  font-size: 16px;
}
.blog-details-area .blog-content-area .blog-details-informations blockquote {
  background: #f1f1f1;
  border-left: 3px solid #fb5b21;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C" "\201D" "\2018" "\2019";
  padding: 20px;
  font-size: 14px;
}
.blog-details-area .blog-content-area .blog-details-informations blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.blog-details-area .blog-content-area .blog-details-informations blockquote p {
  display: inline;
}
.blog-details-area .blog-content-area .blog-details-informations .comments-area h3 {
  font-size: 16px;
  color: #161616;
  margin-bottom: 30px;
  position: relative;
}
.blog-details-area .blog-content-area .blog-details-informations .comments-area h3:after {
  position: absolute;
  top: 30px;
  left: 0;
  background: #fb5b21;
  height: 2px;
  content: "";
  width: 60px;
}
.blog-details-area .blog-content-area .blog-details-informations .comments-area .single-comments-box {
  position: relative;
}
.blog-details-area .blog-content-area .blog-details-informations .comments-area .single-comments-box.second-comments {
  margin-left: 100px;
}
.blog-details-area .blog-content-area .blog-details-informations .comments-area .single-comments-box .reply {
  float: right;
  background: #fb5b21;
  padding: 5px 20px;
  color: #ffffff;
}
/*===================================
24.1 Sidebar Area Start Here 
=======================================*/
.sidebar-area .widget {
  overflow: hidden;
  margin-bottom: 30px;
}
.sidebar-area .widget:last-child {
  margin-bottom: 0;
}
.sidebar-area .widget h2.widget-title {
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-size: 18px;
  text-decoration: uppercase;
  position: relative;
  margin-bottom: 30px;
}
.sidebar-area .widget h2.widget-title:after {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #e4e4e4;
  content: "";
  top: 30px;
}
.sidebar-area .widget ul.tag-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-area .widget ul.tag-list li {
  display: inline-block;
  margin: 5px;
}
.sidebar-area .widget ul.tag-list li a {
  display: block;
  text-decoration: none;
  color: #fb5b21;
  transition: all 0.5s ease 0s;
  border: 1px solid #fb5b21;
  padding: 2px 7px;
  text-transform: uppercase;
  margin-left: 0;
  font-size: 14px;
}
.sidebar-area .widget ul.tag-list li a:hover {
  background: #fb5b21;
  border: 1px solid #fb5b21;
  color: #ffffff;
}
.sidebar-area .widget ul.tag-list li a:after {
  display: none;
  margin: 0;
}
.sidebar-area .widget form input {
  height: 45px;
  border-radius: 0;
  border: 1px solid #dddddd;
}
.sidebar-area .widget form input:focus {
  box-shadow: none;
  border: 1px solid #dddddd;
}
.sidebar-area .widget form span button {
  height: 45px;
  border-radius: 0;
  border: 1px solid #fb5b21;
  background: #fb5b21;
}
.sidebar-area .widget form span button i {
  color: #ffffff;
}
.sidebar-area .widget.widget_categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-area .widget.widget_categories ul li {
  margin-bottom: 10px;
}
.sidebar-area .widget.widget_categories ul li a {
  font-size: 14px;
  color: #868686;
  transition: all 0.5s ease 0s;
}
.sidebar-area .widget.widget_categories ul li a span {
  float: right;
}
.sidebar-area .widget.widget_categories ul li a:hover {
  color: #fb5b21;
}
.sidebar-area .widget.widget_recent_entries .single-post .pull-left {
  margin-right: 10px;
}
.sidebar-area .widget.widget_recent_entries .single-post .pull-left a img {
  width: 100%;
}
.sidebar-area .widget.widget_recent_entries .single-post .media-body .posted-date a {
  display: block;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
/* ------------------------------------
25.Contat Us Area Start Here 
---------------------------------------*/
.contact-us-area {
  padding: 100px 0;
}
.contact-us-area .single-info .media .pull-left {
  margin-right: 15px;
}
.contact-us-area .single-info .media .pull-left i {
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  color: #ffffff;
  font-weight: 600;
  background: #fb5b21;
  font-size: 24px;
}
.contact-us-area .single-info .media .media-body h4.media-heading {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
}
.contact-us-area .single-info .media .media-body p {
  font-size: 16px;
  font-weight: 600;
}
.contact-us-area .contact-form {
  margin-top: 60px;
}
.contact-us-area .contact-form h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-left: 15px;
}
.contact-us-area .contact-form .main-contact-form fieldset input {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 0;
  height: 45px;
  border: 1px solid #dddddd;
  margin-right: 20px;
}
.contact-us-area .contact-form .main-contact-form fieldset input:focus {
  border: 1px solid #dddddd;
  box-shadow: none;
}
.contact-us-area .contact-form .main-contact-form fieldset textarea {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 0;
  margin-right: 20px;
  border: 1px solid #dddddd;
}
.contact-us-area .contact-form .main-contact-form fieldset textarea:focus {
  box-shadow: none;
  border: 1px solid #dddddd;
}
.contact-us-area .contact-form .main-contact-form fieldset .btn-send {
  background: #fb5b21;
  border: 0 none;
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 15px 45px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}
.contact-us-area .contact-form .main-contact-form fieldset .btn-send:hover {
  background: #b0360a;
}
.contact-us-area .feature-image {
  margin-top: 60px;
}
.contact-us-area .feature-image img {
  width: 100%;
}

/* ------------------------------------
27.2 Home Two Services Area Start Here 
---------------------------------------*/
.home-two-services-area {
  margin-top: 0px;
  overflow: hidden;
}
.home-two-services-area .home-two-services ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.home-two-services-area .home-two-services ul li {
  display: inline-block;
  float: left;
  /*width: 16.66%;*/
  width: 33.33%;
}
.home-two-services-area .home-two-services ul li .single-services-items {
  position: relative;
  padding: 75px 30px;
  min-height:460px;
  max-height:460px;
}
.home-two-services-area .home-two-services ul li .single-services-items:hover:after {
  opacity: 1;
  z-index: 1;
  transform: scale(1);
}
.home-two-services-area .home-two-services ul li .single-services-items:after {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.5s ease 0s;
  transform: scale(0);
}
.home-two-services-area .home-two-services ul li .single-services-items .content i {
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 30px;
  display: block;
}
.home-two-services-area .home-two-services ul li .single-services-items .content h5 {
  margin-bottom: 40px;
}
.home-two-services-area .home-two-services ul li .single-services-items .content h5 a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.home-two-services-area .home-two-services ul li .single-services-items .content h5 a:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  bottom: -20px;
  background: #ffffff;
  height: 2px;
  content: "";
  width: 40px;
}
.home-two-services-area .home-two-services ul li .single-services-items .content p {
  color: #ffffff;
}
.home-two-services-area .home-two-services ul li:nth-child(1) {
  background: #fc9069;
}
.home-two-services-area .home-two-services ul li:nth-child(2) {
  background: #fb7e50;
}
.home-two-services-area .home-two-services ul li:nth-child(3) {
  background: #fb6b37;
}
.home-two-services-area .home-two-services ul li:nth-child(4) {
  background: #fb5b21;
}
.home-two-services-area .home-two-services ul li:nth-child(5) {
  background: #fc4f28;
}
.home-two-services-area .home-two-services ul li:nth-child(6) {
  background: #e55636;
}

#success_message, #error_message {display: none; margin-top:10px;}