/* Theme Description
-------------------------------------------------

	  MARATÓN LEÓN 2023
    COMUDE LEÓN
	  
------------------------------------------------- 
*COLOR 

///MENU MAIN
#0139e6 
#FF5733
#FF5733
#014C6C

//2025
#0139e6
#FF5733


//BTN´S
bk #0139e6
over #FF5733 



FF5733


/*--------------- ---- Responsive --------------------------*/

html{
  scroll-behavior: smooth;
}
/*-------------   Color Variable  --------------*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&amp;family=Roboto+Condensed:ital,wght@0,300;0,400;1,300;1,400&amp;display=swap");
/* line 30, */
.white-bg {
  background: #ffffff;
}

/* line 33, */
.gray-bg {
  background: #f5f5f5;
}

/*-------------Color include--------------*/
/*-- Background color---*/
/* line 57, */
.gray-bg {
  background: #f7f7fd;
}

/* line 60, */
.white-bg {
  background: #ffffff;
}

/* line 63, */
.black-bg {
  background: #000;
}

/* line 66, */
.theme-bg {
  background: #f741fd;
}

/* line 69, */
.brand-bg {
  background: #f1f4fa;
}

/* line 72, */
.testimonial-bg {
  background: #f9fafc;
}

/*--- color------*/
/* line 78, */
.white-color {
  color: #ffffff;
}

/* line 81, */
.black-color {
  color: #000;
}

/* line 84, */
.theme-color {
  color: #FF5733;
}

/* line 50,  */
.boxed-btn {
  background: #fff;
  color: #FF5733 !important;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #FF5733;
  letter-spacing: 3px;
  text-align: center;
  color: #FF5733;
  text-transform: uppercase;
  cursor: pointer;
}

/* line 67,  */
.boxed-btn:hover {
  background: #ff8800;
  color: #fff !important;
  border: 1px solid #0066ff;
}

/* line 72,  */
.boxed-btn:focus {
  outline: none;
}

/* line 75,  */
.boxed-btn.large-width {
  width: 220px;
}

/*--
    - Overlay
------------------------------------------*/
/* line 4,  */
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 9,  */
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Opacity --*/
/* line 22,  */
[data-opacity="1"]::before {
  opacity: 0.1;
}

/* line 27,  */
[data-opacity="2"]::before {
  opacity: 0.2;
}

/* line 32,  */
[data-opacity="3"]::before {
  opacity: 0.3;
}

/* line 37,  */
[data-opacity="4"]::before {
  opacity: 0.4;
}

/* line 42,  */
[data-opacity="5"]::before {
  opacity: 0.5;
}

/* line 47,  */
[data-opacity="6"]::before {
  opacity: 0.6;
}

/* line 52,  */
[data-opacity="7"]::before {
  opacity: 0.7;
}

/* line 57,  */
[data-opacity="8"]::before {
  opacity: 0.8;
}

/* line 62,  */
[data-opacity="9"]::before {
  opacity: 0.9;
}

/* 1. Theme default css */
/* line 4,  */
body {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-style: normal;
}

/* line 9,  */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  color: #2c234d;
  margin-top: 0px;
  font-style: normal;
  font-weight: 500;
  text-transform: normal;
}

/* line 23,  */
p {
  font-family: "Roboto Condensed", sans-serif;
  color: #10285d;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: normal;
}

/* line 34,  */
.bg-img-1 {
  background-image: url(../img/slider/slider-img-1.html);
}

/* line 37,  */
.bg-img-2 {
  background-image: url(../img/background-img/bg-img-2.html);
}

/* line 40,  */
.cta-bg-1 {
  background-image: url(../img/background-img/bg-img-3.html);
}

/* line 45,  */
.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 49,  */
.f-left {
  float: left;
}

/* line 52,  */
.f-right {
  float: right;
}

/* line 55,  */
.fix {
  overflow: hidden;
}

/* line 58,  */
.clear {
  clear: both;
}

/* line 62,  */
a,
.button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 66,  */
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

/* line 71,  */
a {
  color: #635c5c;
}

/* line 74,  */
a:hover {
  color: #fff;
}

/* line 77,  */
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}

/* line 83,  */
a,
button {
  color: #fff;
  outline: medium none;
}

/* line 88,  */
button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}

/* line 89,  */
.uppercase {
  text-transform: uppercase;
}

/* line 93,  */
input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

/* line 100,  */
.capitalize {
  text-transform: capitalize;
}

/* line 104,  */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

/* line 113,  */
ul {
  margin: 0px;
  padding: 0px;
}

/* line 117,  */
li {
  list-style: none;
}

/* line 121,  */
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

/* Theme-overlay */
/* line 129,  */
.theme-overlay {
  position: relative;
}

/* line 132,  */
.theme-overlay::before {
  background: #1696e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 142,  */
.overlay {
  position: relative;
  z-index: 0;
}

/* line 146,  */
.overlay::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* line 156,  */
.overlay2 {
  position: relative;
  z-index: 0;
}

/* line 160,  */
.overlay2::before {
  position: absolute;
  content: "";
  background-color: #2E2200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}

/* line 173,  */
.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* line 177,  */
.separator {
  border-top: 1px solid #f2f2f2;
}

/* line 181,  */
.mb-90 {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  /* line 181,  */
  .mb-90 {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 181,  */
  .mb-90 {
    margin-bottom: 45px;
  }
}

/* owl-carousel button style */
/* line 193,  */
.owl-carousel .owl-nav div {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  height: 40px;
  left: 20px;
  line-height: 40px;
  font-size: 22px;
  color: #646464;
  opacity: 1;
  visibility: visible;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 40px;
}

/* line 212,  */
.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: -30px;
}

/* line 215,  */
.owl-carousel .owl-nav div.owl-next i {
  position: relative;
  right: 0;
  top: 1px;
}

/* line 222,  */
.owl-carousel .owl-nav div.owl-prev i {
  position: relative;
  right: 1px;
  top: 0px;
}

/* line 232,  */
.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

/* line 235,  */
.owl-carousel:hover .owl-nav div:hover {
  color: #fff;
  background: #ff3500;
}

/* line 244,  parpadea */
.btn {
  background: #ff8800;
  background: -moz-linear-gradient(Left,#0033ff 0%, #0094f7 50%, #0033ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0033ff 0%, #0094f7 50%, #0033ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(left,#0033ff 0%, #0094f7 50%, #0033ff 100%);
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  padding: 27px 44px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  border-radius: 0px;
  line-height: 1;
  border: 2px solid #fff;
  -moz-user-select: none;
  letter-spacing: 1px;
  line-height: 0;
  margin-bottom: 0;
  margin: 10px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0;
}

/* line 272, INSCRÍBETE */
.btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: #ff6600;
  z-index: 1;
  border-radius: 5px;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
  border-radius: 0px;
  color: white;
}

/* line 291,  */
.btn:hover::before {
  transform: scaleX(1);
  color: #fff !important;
  z-index: -1;
}

/* line 296,  */
.btn:hover {
  background-position: right;
}

/* line 299,  */
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

/* line 303,  */
.about-btn {
  padding: 19px 97px 19px 20px;
}

/* line 308,  */
.header-btn {
  padding: 30px 43px;
}

/* line 311,  */
.hero-btn {
  padding: 32px 41px;
}

/* line 314,  */
.white-btn {
  padding: 30px 39px;
  background: #fff;
  color: #331391 !important;
}

/* line 319,  */
.black-btn {
  padding: 14px 35px;
  background: #000;
}

/* line 322,  */
.black-btn::before {
  background: #331391;
}

/* line 329,  */
.submit-btn2 {
  background: #ec5b53;
  width: 100%;
  height: 60px;
  padding: 10px 20px;
  border: 0;
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  font-size: 16px;
  border-radius: 0px;
}

/* line 341,  */
.white-btn {
  background: #fff;
  color: #000;
}

/* line 344,  */
.white-btn::before {
  background: #000;
  color: #fff;
}

/* line 349,  */
.border-btn {
  font-size: 18px;
  font-weight: 600;
  border: 2px solid #fff;
  color: #fff;
  background: none;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 14px 43px;
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 1px;
  margin-bottom: 0;
  position: relative;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  margin: 0;
}

/* BTN DESCARGAR */
.border-btn::before {
  border: 1px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: #073fda;
  background: -moz-linear-gradient(Left, #0139e6 0%, #ff7d04 50%, #FF5733 50%,#014C6C 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0139e6 0%, #ff7d04 50%, #014C6C 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(left, #0139e6 0%, #ff7d04 50%, #014C6C 100%);
  z-index: -1;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleY(0);
  border-radius: 0;
}

/* line 390,  */
.border-btn:hover::before {
  transform: scaleY(1);
  border: 1px solid transparent;
}

/* button style */
/* line 398,  */
.breadcrumb > .active {
  color: #888;
}

/* scrollUp */
/* line 402,  */
#scrollUp, #back-top {
  background: #ff6600;
  height: 50px;
  width: 50px;
  right: 31px;
  bottom: 18px;
  position: fixed;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
  box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
}

@media (max-width: 575px) {
  /* line 402,  */
  #scrollUp, #back-top {
    right: 16px;
  }
}

/* line 419,  */
#scrollUp a i, #back-top a i {
  display: block;
  line-height: 50px;
}

/* line 426,  */
#scrollUp:hover {
  color: #fff;
}

/* Sticky*/
/* line 431,  */
.sticky-bar {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: #fff;
}

/* Sticky end */
/*--- Margin & Padding --*/
/*-- Margin Top --*/
/* line 456,  */
.mt-5 {
  margin-top: 5px;
}

/* line 456,  */
.mt-10 {
  margin-top: 10px;
}

/* line 456,  */
.mt-15 {
  margin-top: 15px;
}

/* line 456,  */
.mt-20 {
  margin-top: 20px;
}

/* line 456,  */
.mt-25 {
  margin-top: 25px;
}

/* line 456,  */
.mt-30 {
  margin-top: 30px;
}

/* line 456,  */
.mt-35 {
  margin-top: 35px;
}

/* line 456,  */
.mt-40 {
  margin-top: 40px;
}

/* line 456,  */
.mt-45 {
  margin-top: 45px;
}

/* line 456,  */
.mt-50 {
  margin-top: 50px;
}

/* line 456,  */
.mt-55 {
  margin-top: 55px;
}

/* line 456,  */
.mt-60 {
  margin-top: 60px;
}

/* line 456,  */
.mt-65 {
  margin-top: 65px;
}

/* line 456,  */
.mt-70 {
  margin-top: 70px;
}

/* line 456,  */
.mt-75 {
  margin-top: 75px;
}

/* line 456,  */
.mt-80 {
  margin-top: 80px;
}

/* line 456,  */
.mt-85 {
  margin-top: 85px;
}

/* line 456,  */
.mt-90 {
  margin-top: 90px;
}

/* line 456,  */
.mt-95 {
  margin-top: 95px;
}

/* line 456,  */
.mt-100 {
  margin-top: 100px;
}

/* line 456,  */
.mt-105 {
  margin-top: 105px;
}

/* line 456,  */
.mt-110 {
  margin-top: 110px;
}

/* line 456,  */
.mt-115 {
  margin-top: 115px;
}

/* line 456,  */
.mt-120 {
  margin-top: 120px;
}

/* line 456,  */
.mt-125 {
  margin-top: 125px;
}

/* line 456,  */
.mt-130 {
  margin-top: 130px;
}

/* line 456,  */
.mt-135 {
  margin-top: 135px;
}

/* line 456,  */
.mt-140 {
  margin-top: 140px;
}

/* line 456,  */
.mt-145 {
  margin-top: 145px;
}

/* line 456,  */
.mt-150 {
  margin-top: 150px;
}

/* line 456,  */
.mt-155 {
  margin-top: 155px;
}

/* line 456,  */
.mt-160 {
  margin-top: 160px;
}

/* line 456,  */
.mt-165 {
  margin-top: 165px;
}

/* line 456,  */
.mt-170 {
  margin-top: 170px;
}

/* line 456,  */
.mt-175 {
  margin-top: 175px;
}

/* line 456,  */
.mt-180 {
  margin-top: 180px;
}

/* line 456,  */
.mt-185 {
  margin-top: 185px;
}

/* line 456,  */
.mt-190 {
  margin-top: 190px;
}

/* line 456,  */
.mt-195 {
  margin-top: 195px;
}

/* line 456,  */
.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
/* line 461,  */
.mb-5 {
  margin-bottom: 5px;
}

/* line 461,  */
.mb-10 {
  margin-bottom: 10px;
}

/* line 461,  */
.mb-15 {
  margin-bottom: 15px;
}

/* line 461,  */
.mb-20 {
  margin-bottom: 20px;
}

/* line 461,  */
.mb-25 {
  margin-bottom: 25px;
}

/* line 461,  */
.mb-30 {
  margin-bottom: 30px;
}

/* line 461,  */
.mb-35 {
  margin-bottom: 35px;
}

/* line 461,  */
.mb-40 {
  margin-bottom: 40px;
}

/* line 461,  */
.mb-45 {
  margin-bottom: 45px;
}

/* line 461,  */
.mb-50 {
  margin-bottom: 50px;
}

/* line 461,  */
.mb-55 {
  margin-bottom: 55px;
}

/* line 461,  */
.mb-60 {
  margin-bottom: 60px;
}

/* line 461,  */
.mb-65 {
  margin-bottom: 65px;
}

/* line 461,  */
.mb-70 {
  margin-bottom: 70px;
}

/* line 461,  */
.mb-75 {
  margin-bottom: 75px;
}

/* line 461,  */
.mb-80 {
  margin-bottom: 80px;
}

/* line 461,  */
.mb-85 {
  margin-bottom: 85px;
}

/* line 461,  */
.mb-90 {
  margin-bottom: 90px;
}

/* line 461,  */
.mb-95 {
  margin-bottom: 95px;
}

/* line 461,  */
.mb-100 {
  margin-bottom: 100px;
}

/* line 461,  */
.mb-105 {
  margin-bottom: 105px;
}

/* line 461,  */
.mb-110 {
  margin-bottom: 110px;
}

/* line 461,  */
.mb-115 {
  margin-bottom: 115px;
}

/* line 461,  */
.mb-120 {
  margin-bottom: 120px;
}

/* line 461,  */
.mb-125 {
  margin-bottom: 125px;
}

/* line 461,  */
.mb-130 {
  margin-bottom: 130px;
}

/* line 461,  */
.mb-135 {
  margin-bottom: 135px;
}

/* line 461,  */
.mb-140 {
  margin-bottom: 140px;
}

/* line 461,  */
.mb-145 {
  margin-bottom: 145px;
}

/* line 461,  */
.mb-150 {
  margin-bottom: 150px;
}

/* line 461,  */
.mb-155 {
  margin-bottom: 155px;
}

/* line 461,  */
.mb-160 {
  margin-bottom: 160px;
}

/* line 461,  */
.mb-165 {
  margin-bottom: 165px;
}

/* line 461,  */
.mb-170 {
  margin-bottom: 170px;
}

/* line 461,  */
.mb-175 {
  margin-bottom: 175px;
}

/* line 461,  */
.mb-180 {
  margin-bottom: 180px;
}

/* line 461,  */
.mb-185 {
  margin-bottom: 185px;
}

/* line 461,  */
.mb-190 {
  margin-bottom: 190px;
}

/* line 461,  */
.mb-195 {
  margin-bottom: 195px;
}

/* line 461,  */
.mb-200 {
  margin-bottom: 200px;
}

/*-- Margin Left --*/
/* line 465,  */
.ml-5 {
  margin-left: 5px;
}

/* line 465,  */
.ml-10 {
  margin-left: 10px;
}

/* line 465,  */
.ml-15 {
  margin-left: 15px;
}

/* line 465,  */
.ml-20 {
  margin-left: 20px;
}

/* line 465,  */
.ml-25 {
  margin-left: 25px;
}

/* line 465,  */
.ml-30 {
  margin-left: 30px;
}

/* line 465,  */
.ml-35 {
  margin-left: 35px;
}

/* line 465,  */
.ml-40 {
  margin-left: 40px;
}

/* line 465,  */
.ml-45 {
  margin-left: 45px;
}

/* line 465,  */
.ml-50 {
  margin-left: 50px;
}

/* line 465,  */
.ml-55 {
  margin-left: 55px;
}

/* line 465,  */
.ml-60 {
  margin-left: 60px;
}

/* line 465,  */
.ml-65 {
  margin-left: 65px;
}

/* line 465,  */
.ml-70 {
  margin-left: 70px;
}

/* line 465,  */
.ml-75 {
  margin-left: 75px;
}

/* line 465,  */
.ml-80 {
  margin-left: 80px;
}

/* line 465,  */
.ml-85 {
  margin-left: 85px;
}

/* line 465,  */
.ml-90 {
  margin-left: 90px;
}

/* line 465,  */
.ml-95 {
  margin-left: 95px;
}

/* line 465,  */
.ml-100 {
  margin-left: 100px;
}

/* line 465,  */
.ml-105 {
  margin-left: 105px;
}

/* line 465,  */
.ml-110 {
  margin-left: 110px;
}

/* line 465,  */
.ml-115 {
  margin-left: 115px;
}

/* line 465,  */
.ml-120 {
  margin-left: 120px;
}

/* line 465,  */
.ml-125 {
  margin-left: 125px;
}

/* line 465,  */
.ml-130 {
  margin-left: 130px;
}

/* line 465,  */
.ml-135 {
  margin-left: 135px;
}

/* line 465,  */
.ml-140 {
  margin-left: 140px;
}

/* line 465,  */
.ml-145 {
  margin-left: 145px;
}

/* line 465,  */
.ml-150 {
  margin-left: 150px;
}

/* line 465,  */
.ml-155 {
  margin-left: 155px;
}

/* line 465,  */
.ml-160 {
  margin-left: 160px;
}

/* line 465,  */
.ml-165 {
  margin-left: 165px;
}

/* line 465,  */
.ml-170 {
  margin-left: 170px;
}

/* line 465,  */
.ml-175 {
  margin-left: 175px;
}

/* line 465,  */
.ml-180 {
  margin-left: 180px;
}

/* line 465,  */
.ml-185 {
  margin-left: 185px;
}

/* line 465,  */
.ml-190 {
  margin-left: 190px;
}

/* line 465,  */
.ml-195 {
  margin-left: 195px;
}

/* line 465,  */
.ml-200 {
  margin-left: 200px;
}

/*-- Margin Right --*/
/* line 470,  */
.mr-5 {
  margin-right: 5px;
}

/* line 470,  */
.mr-10 {
  margin-right: 10px;
}

/* line 470,  */
.mr-15 {
  margin-right: 15px;
}

/* line 470,  */
.mr-20 {
  margin-right: 20px;
}

/* line 470,  */
.mr-25 {
  margin-right: 25px;
}

/* line 470,  */
.mr-30 {
  margin-right: 30px;
}

/* line 470,  */
.mr-35 {
  margin-right: 35px;
}

/* line 470,  */
.mr-40 {
  margin-right: 40px;
}

/* line 470,  */
.mr-45 {
  margin-right: 45px;
}

/* line 470,  */
.mr-50 {
  margin-right: 50px;
}

/* line 470,  */
.mr-55 {
  margin-right: 55px;
}

/* line 470,  */
.mr-60 {
  margin-right: 60px;
}

/* line 470,  */
.mr-65 {
  margin-right: 65px;
}

/* line 470,  */
.mr-70 {
  margin-right: 70px;
}

/* line 470,  */
.mr-75 {
  margin-right: 75px;
}

/* line 470,  */
.mr-80 {
  margin-right: 80px;
}

/* line 470,  */
.mr-85 {
  margin-right: 85px;
}

/* line 470,  */
.mr-90 {
  margin-right: 90px;
}

/* line 470,  */
.mr-95 {
  margin-right: 95px;
}

/* line 470,  */
.mr-100 {
  margin-right: 100px;
}

/* line 470,  */
.mr-105 {
  margin-right: 105px;
}

/* line 470,  */
.mr-110 {
  margin-right: 110px;
}

/* line 470,  */
.mr-115 {
  margin-right: 115px;
}

/* line 470,  */
.mr-120 {
  margin-right: 120px;
}

/* line 470,  */
.mr-125 {
  margin-right: 125px;
}

/* line 470,  */
.mr-130 {
  margin-right: 130px;
}

/* line 470,  */
.mr-135 {
  margin-right: 135px;
}

/* line 470,  */
.mr-140 {
  margin-right: 140px;
}

/* line 470,  */
.mr-145 {
  margin-right: 145px;
}

/* line 470,  */
.mr-150 {
  margin-right: 150px;
}

/* line 470,  */
.mr-155 {
  margin-right: 155px;
}

/* line 470,  */
.mr-160 {
  margin-right: 160px;
}

/* line 470,  */
.mr-165 {
  margin-right: 165px;
}

/* line 470,  */
.mr-170 {
  margin-right: 170px;
}

/* line 470,  */
.mr-175 {
  margin-right: 175px;
}

/* line 470,  */
.mr-180 {
  margin-right: 180px;
}

/* line 470,  */
.mr-185 {
  margin-right: 185px;
}

/* line 470,  */
.mr-190 {
  margin-right: 190px;
}

/* line 470,  */
.mr-195 {
  margin-right: 195px;
}

/* line 470,  */
.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/
/* line 475,  */
.pt-5 {
  padding-top: 5px;
}

/* line 475,  */
.pt-10 {
  padding-top: 10px;
}

/* line 475,  */
.pt-15 {
  padding-top: 15px;
}

/* line 475,  */
.pt-20 {
  padding-top: 20px;
}

/* line 475,  */
.pt-25 {
  padding-top: 25px;
}

/* line 475,  */
.pt-30 {
  padding-top: 30px;
}

/* line 475,  */
.pt-35 {
  padding-top: 35px;
}

/* line 475,  */
.pt-40 {
  padding-top: 40px;
}

/* line 475,  */
.pt-45 {
  padding-top: 45px;
}

/* line 475,  */
.pt-50 {
  padding-top: 50px;
}

/* line 475,  */
.pt-55 {
  padding-top: 55px;
}

/* line 475,  */
.pt-60 {
  padding-top: 60px;
}

/* line 475,  */
.pt-65 {
  padding-top: 65px;
}

/* line 475,  */
.pt-70 {
  padding-top: 70px;
}

/* line 475,  */
.pt-75 {
  padding-top: 75px;
}

/* line 475,  */
.pt-80 {
  padding-top: 80px;
}

/* line 475,  */
.pt-85 {
  padding-top: 85px;
}

/* line 475,  */
.pt-90 {
  padding-top: 90px;
}

/* line 475,  */
.pt-95 {
  padding-top: 95px;
}

/* line 475,  */
.pt-100 {
  padding-top: 100px;
}

/* line 475,  */
.pt-105 {
  padding-top: 105px;
}

/* line 475,  */
.pt-110 {
  padding-top: 110px;
}

/* line 475,  */
.pt-115 {
  padding-top: 115px;
}

/* line 475,  */
.pt-120 {
  padding-top: 120px;
}

/* line 475,  */
.pt-125 {
  padding-top: 125px;
}

/* line 475,  */
.pt-130 {
  padding-top: 130px;
}

/* line 475,  */
.pt-135 {
  padding-top: 135px;
}

/* line 475,  */
.pt-140 {
  padding-top: 140px;
}

/* line 475,  */
.pt-145 {
  padding-top: 145px;
}

/* line 475,  */
.pt-150 {
  padding-top: 150px;
}

/* line 475,  */
.pt-155 {
  padding-top: 155px;
}

/* line 475,  */
.pt-160 {
  padding-top: 160px;
}

/* line 475,  */
.pt-165 {
  padding-top: 165px;
}

/* line 475,  */
.pt-170 {
  padding-top: 170px;
}

/* line 475,  */
.pt-175 {
  padding-top: 175px;
}

/* line 475,  */
.pt-180 {
  padding-top: 180px;
}

/* line 475,  */
.pt-185 {
  padding-top: 185px;
}

/* line 475,  */
.pt-190 {
  padding-top: 190px;
}

/* line 475,  */
.pt-195 {
  padding-top: 195px;
}

/* line 475,  */
.pt-200 {
  padding-top: 200px;
}

/* line 477,  */
.pt-260 {
  padding-top: 260px;
}

/*-- Padding Bottom --*/
/* line 482,  */
.pb-5 {
  padding-bottom: 5px;
}

/* line 482,  */
.pb-10 {
  padding-bottom: 10px;
}

/* line 482,  */
.pb-15 {
  padding-bottom: 15px;
}

/* line 482,  */
.pb-20 {
  padding-bottom: 20px;
}

/* line 482,  */
.pb-25 {
  padding-bottom: 25px;
}

/* line 482,  */
.pb-30 {
  padding-bottom: 30px;
}

/* line 482,  */
.pb-35 {
  padding-bottom: 35px;
}

/* line 482,  */
.pb-40 {
  padding-bottom: 40px;
}

/* line 482,  */
.pb-45 {
  padding-bottom: 45px;
}

/* line 482,  */
.pb-50 {
  padding-bottom: 50px;
}

/* line 482,  */
.pb-55 {
  padding-bottom: 55px;
}

/* line 482,  */
.pb-60 {
  padding-bottom: 60px;
}

/* line 482,  */
.pb-65 {
  padding-bottom: 65px;
}

/* line 482,  */
.pb-70 {
  padding-bottom: 70px;
}

/* line 482,  */
.pb-75 {
  padding-bottom: 75px;
}

/* line 482,  */
.pb-80 {
  padding-bottom: 80px;
}

/* line 482,  */
.pb-85 {
  padding-bottom: 85px;
}

/* line 482,  */
.pb-90 {
  padding-bottom: 90px;
}

/* line 482,  */
.pb-95 {
  padding-bottom: 95px;
}

/* line 482,  */
.pb-100 {
  padding-bottom: 100px;
}

/* line 482,  */
.pb-105 {
  padding-bottom: 105px;
}

/* line 482,  */
.pb-110 {
  padding-bottom: 110px;
}

/* line 482,  */
.pb-115 {
  padding-bottom: 115px;
}

/* line 482,  */
.pb-120 {
  padding-bottom: 120px;
}

/* line 482,  */
.pb-125 {
  padding-bottom: 125px;
}

/* line 482,  */
.pb-130 {
  padding-bottom: 130px;
}

/* line 482,  */
.pb-135 {
  padding-bottom: 135px;
}

/* line 482,  */
.pb-140 {
  padding-bottom: 140px;
}

/* line 482,  */
.pb-145 {
  padding-bottom: 145px;
}

/* line 482,  */
.pb-150 {
  padding-bottom: 150px;
}

/* line 482,  */
.pb-155 {
  padding-bottom: 155px;
}

/* line 482,  */
.pb-160 {
  padding-bottom: 160px;
}

/* line 482,  */
.pb-165 {
  padding-bottom: 165px;
}

/* line 482,  */
.pb-170 {
  padding-bottom: 170px;
}

/* line 482,  */
.pb-175 {
  padding-bottom: 175px;
}

/* line 482,  */
.pb-180 {
  padding-bottom: 180px;
}

/* line 482,  */
.pb-185 {
  padding-bottom: 185px;
}

/* line 482,  */
.pb-190 {
  padding-bottom: 190px;
}

/* line 482,  */
.pb-195 {
  padding-bottom: 195px;
}

/* line 482,  */
.pb-200 {
  padding-bottom: 200px;
}

/*-- Padding Left --*/
/* line 487,  */
.pl-5 {
  padding-left: 5px;
}

/* line 487,  */
.pl-10 {
  padding-left: 10px;
}

/* line 487,  */
.pl-15 {
  padding-left: 15px;
}

/* line 487,  */
.pl-20 {
  padding-left: 20px;
}

/* line 487,  */
.pl-25 {
  padding-left: 25px;
}

/* line 487,  */
.pl-30 {
  padding-left: 30px;
}

/* line 487,  */
.pl-35 {
  padding-left: 35px;
}

/* line 487,  */
.pl-40 {
  padding-left: 40px;
}

/* line 487,  */
.pl-45 {
  padding-left: 45px;
}

/* line 487,  */
.pl-50 {
  padding-left: 50px;
}

/* line 487,  */
.pl-55 {
  padding-left: 55px;
}

/* line 487,  */
.pl-60 {
  padding-left: 60px;
}

/* line 487,  */
.pl-65 {
  padding-left: 65px;
}

/* line 487,  */
.pl-70 {
  padding-left: 70px;
}

/* line 487,  */
.pl-75 {
  padding-left: 75px;
}

/* line 487,  */
.pl-80 {
  padding-left: 80px;
}

/* line 487,  */
.pl-85 {
  padding-left: 85px;
}

/* line 487,  */
.pl-90 {
  padding-left: 90px;
}

/* line 487,  */
.pl-95 {
  padding-left: 95px;
}

/* line 487,  */
.pl-100 {
  padding-left: 100px;
}

/* line 487,  */
.pl-105 {
  padding-left: 105px;
}

/* line 487,  */
.pl-110 {
  padding-left: 110px;
}

/* line 487,  */
.pl-115 {
  padding-left: 115px;
}

/* line 487,  */
.pl-120 {
  padding-left: 120px;
}

/* line 487,  */
.pl-125 {
  padding-left: 125px;
}

/* line 487,  */
.pl-130 {
  padding-left: 130px;
}

/* line 487,  */
.pl-135 {
  padding-left: 135px;
}

/* line 487,  */
.pl-140 {
  padding-left: 140px;
}

/* line 487,  */
.pl-145 {
  padding-left: 145px;
}

/* line 487,  */
.pl-150 {
  padding-left: 150px;
}

/* line 487,  */
.pl-155 {
  padding-left: 155px;
}

/* line 487,  */
.pl-160 {
  padding-left: 160px;
}

/* line 487,  */
.pl-165 {
  padding-left: 165px;
}

/* line 487,  */
.pl-170 {
  padding-left: 170px;
}

/* line 487,  */
.pl-175 {
  padding-left: 175px;
}

/* line 487,  */
.pl-180 {
  padding-left: 180px;
}

/* line 487,  */
.pl-185 {
  padding-left: 185px;
}

/* line 487,  */
.pl-190 {
  padding-left: 190px;
}

/* line 487,  */
.pl-195 {
  padding-left: 195px;
}

/* line 487,  */
.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
/* line 492,  */
.pr-5 {
  padding-right: 5px;
}

/* line 492,  */
.pr-10 {
  padding-right: 10px;
}

/* line 492,  */
.pr-15 {
  padding-right: 15px;
}

/* line 492,  */
.pr-20 {
  padding-right: 20px;
}

/* line 492,  */
.pr-25 {
  padding-right: 25px;
}

/* line 492,  */
.pr-30 {
  padding-right: 30px;
}

/* line 492,  */
.pr-35 {
  padding-right: 35px;
}

/* line 492,  */
.pr-40 {
  padding-right: 40px;
}

/* line 492,  */
.pr-45 {
  padding-right: 45px;
}

/* line 492,  */
.pr-50 {
  padding-right: 50px;
}

/* line 492,  */
.pr-55 {
  padding-right: 55px;
}

/* line 492,  */
.pr-60 {
  padding-right: 60px;
}

/* line 492,  */
.pr-65 {
  padding-right: 65px;
}

/* line 492,  */
.pr-70 {
  padding-right: 70px;
}

/* line 492,  */
.pr-75 {
  padding-right: 75px;
}

/* line 492,  */
.pr-80 {
  padding-right: 80px;
}

/* line 492,  */
.pr-85 {
  padding-right: 85px;
}

/* line 492,  */
.pr-90 {
  padding-right: 90px;
}

/* line 492,  */
.pr-95 {
  padding-right: 95px;
}

/* line 492,  */
.pr-100 {
  padding-right: 100px;
}

/* line 492,  */
.pr-105 {
  padding-right: 105px;
}

/* line 492,  */
.pr-110 {
  padding-right: 110px;
}

/* line 492,  */
.pr-115 {
  padding-right: 115px;
}

/* line 492,  */
.pr-120 {
  padding-right: 120px;
}

/* line 492,  */
.pr-125 {
  padding-right: 125px;
}

/* line 492,  */
.pr-130 {
  padding-right: 130px;
}

/* line 492,  */
.pr-135 {
  padding-right: 135px;
}

/* line 492,  */
.pr-140 {
  padding-right: 140px;
}

/* line 492,  */
.pr-145 {
  padding-right: 145px;
}

/* line 492,  */
.pr-150 {
  padding-right: 150px;
}

/* line 492,  */
.pr-155 {
  padding-right: 155px;
}

/* line 492,  */
.pr-160 {
  padding-right: 160px;
}

/* line 492,  */
.pr-165 {
  padding-right: 165px;
}

/* line 492,  */
.pr-170 {
  padding-right: 170px;
}

/* line 492,  */
.pr-175 {
  padding-right: 175px;
}

/* line 492,  */
.pr-180 {
  padding-right: 180px;
}

/* line 492,  */
.pr-185 {
  padding-right: 185px;
}

/* line 492,  */
.pr-190 {
  padding-right: 190px;
}

/* line 492,  */
.pr-195 {
  padding-right: 195px;
}

/* line 492,  */
.pr-200 {
  padding-right: 200px;
}

/*-- Some Animated CSS -- */
/* bounce-animate */
/* line 503,  */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  /* animation-timing-function: linear; */
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/* heartbeat */
/* line 533,  */
.heartbeat {
  animation: heartbeat 1s infinite alternate;
}

@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
}

/* rotateme */
/* line 545,  */
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

/* 20. preloader */
/* line 577,  */
.preloader {
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  margin: 0 auto;
}

/* line 593,  */
.preloader .preloader-circle {
  width: 100px;
  height: 100px;
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-top-color: #FF5733;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  z-index: 10;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  background-color: #fff;
  -webkit-animation: zoom 2000ms infinite ease;
  animation: zoom 2000ms infinite ease;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

/* line 615,  */
.preloader .preloader-circle2 {
  border-top-color: #0078ff;
}

/* line 618,  */
.preloader .preloader-img {
  position: absolute;
  top: 50%;
  z-index: 200;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 6px;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

/* line 636,  */
.preloader .preloader-img img {
  max-width: 55px;
}

/* line 639,  */
.preloader .pere-text strong {
  font-weight: 800;
  color: #dca73a;
  text-transform: uppercase;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }
}

/*-- Section Padding -- */
/* line 683,  */
.section-padding2 {
  padding-top: 200px;
  padding-bottom: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 683,  */
  .section-padding2 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 683,  */
  .section-padding2 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 683,  */
  .section-padding2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 683,  */
  .section-padding2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  /* line 683,  */
  .section-padding2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

/* line 708,  */
.pb-bottom {
  padding-bottom: 200px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 708,  */
  .pb-bottom {
    padding-bottom: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 708,  */
  .pb-bottom {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 708,  */
  .pb-bottom {
    padding-bottom: 10px;
  }
}

@media (max-width: 575px) {
  /* line 708,  */
  .pb-bottom {
    padding-bottom: 10px;
  }
}

/* line 723,  */
.pb-top {
  padding-top: 200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 723,  */
  .pb-top {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 723,  */
  .pb-top {
    padding-top: 70px;
  }
}

@media (max-width: 575px) {
  /* line 723,  */
  .pb-top {
    padding-top: 70px;
  }
}

/* line 735,  */
.testimonial-padding {
  padding-top: 190px;
  padding-bottom: 170px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 735,  */
  .testimonial-padding {
    padding-top: 190px;
    padding-bottom: 170px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 735,  */
  .testimonial-padding {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 735,  */
  .testimonial-padding {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

@media (max-width: 575px) {
  /* line 735,  */
  .testimonial-padding {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

/* line 755,  */
.w-padding {
  padding-top: 100px;
  padding-bottom: 95px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 755,  */
  .w-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  /* line 755,  */
  .w-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

/* line 767,  */
.section-padding30 {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 767,  */
  .section-padding30 {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  /* line 767,  */
  .section-padding30 {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}

/* line 779,  */
.services-padding {
  padding-top: 145px;
  padding-bottom: 170px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 779,  */
  .services-padding {
    padding-top: 145px;
    padding-bottom: 170px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 779,  */
  .services-padding {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 779,  */
  .services-padding {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  /* line 779,  */
  .services-padding {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}

/* line 799,  */
.section-paddingt30 {
  padding-top: 195px;
  padding-bottom: 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 799,  */
  .section-paddingt30 {
    padding-top: 150px;
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 799,  */
  .section-paddingt30 {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 799,  */
  .section-paddingt30 {
    padding-top: 65px;
    padding-bottom: 10px;
  }
}

@media (max-width: 575px) {
  /* line 799,  */
  .section-paddingt30 {
    padding-top: 65px;
    padding-bottom: 10px;
  }
}

/* line 821,  */
.section-padding3 {
  padding-top: 150px;
  padding-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 821,  */
  .section-padding3 {
    padding-top: 150px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 821,  */
  .section-padding3 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 821,  */
  .section-padding3 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

@media (max-width: 575px) {
  /* line 821,  */
  .section-padding3 {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

/* line 842,  */
.footer-padding {
  padding-top: 110px;
  padding-bottom: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 842,  */
  .footer-padding {
    padding-top: 110px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 842,  */
  .footer-padding {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 842,  */
  .footer-padding {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {
  /* line 842,  */
  .footer-padding {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}

@media (max-width: 575px) {
  /* line 867,  */
  .section-tittle {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 867,  */
  .section-tittle {
    margin-bottom: 50px;
  }
}

/* line 874,  */
.section-tittle span {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 300;
  margin-left: 72px;
  margin-bottom: 22px;
  color: #f04e3c;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

@media (max-width: 575px) {
  /* line 874,  */
  .section-tittle span {
    font-size: 14px;
  }
}

/* line 887,  */
.section-tittle span::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background: #f04e3c;
  top: 0;
  left: -67px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 899,  */
.section-tittle h2 {
  font-size: 140px;
  display: block;
  color: #2c234d;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  -webkit-text-stroke: 1px #f6f7f8;
  -webkit-text-fill-color: transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 899,  */
  .section-tittle h2 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 899,  */
  .section-tittle h2 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 899,  */
  .section-tittle h2 {
    font-size: 58px;
  }
}

@media (max-width: 575px) {
  /* line 899,  */
  .section-tittle h2 {
    font-size: 45px;
  }
}

/* line 924,  */
.section-tittle2 h2 {
  font-size: 70px;
  display: block;
  color: #2c234d;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 924,  */
  .section-tittle2 h2 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 924,  */
  .section-tittle2 h2 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 924,  */
  .section-tittle2 h2 {
    font-size: 58px;
  }
}

@media (max-width: 575px) {
  /* line 924,  */
  .section-tittle2 h2 {
    font-size: 45px;
  }
}

/* line 945,  */
.section-tittle2 p {
  color: #fff;
  font-size: 18px;
}

/* line 951,  */
.section-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

/* line 958,  */
.section-bg2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/*-------------   Color Variable  --------------*/
/* line 30, */
.white-bg {
  background: #ffffff;
}

/* line 33, */
.gray-bg {
  background: #f5f5f5;
}

/*-------------Color include--------------*/
/*-- Background color---*/
/* line 57, */
.gray-bg {
  background: #f7f7fd;
}

/* line 60, */
.white-bg {
  background: #ffffff;
}

/* line 63, */
.black-bg {
  background: #000;
}

/* line 66, */
.theme-bg {
  background: #FF5733;
}

/* line 69, */
.brand-bg {
  background: #f1f4fa;
}

/* line 72, */
.testimonial-bg {
  background: #f9fafc;
}

/*--- color------*/
/* line 78, */
.white-color {
  color: #ffffff;
}

/* line 81, */
.black-color {
  color: #000;
}

/* line 84, */
.theme-color {
  color: #FF5733;
}

/* line 5,  */
.header-area .main-header {
  padding: 0 85px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 5,  */
  .header-area .main-header {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 5,  */
  .header-area .main-header {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 5,  */
  .header-area .main-header {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 5,  */
  .header-area .main-header {
    padding: 0 20px;
  }
}

@media (max-width: 575px) {
  /* line 5,  */
  .header-area .main-header {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 5,  */
  .header-area .main-header {
    padding-top: 16px;
    padding-bottom: 21px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 5,  */
  .header-area .main-header {
    padding-top: 16px;
    padding-bottom: 21px;
  }
}

@media (max-width: 575px) {
  /* line 5,  */
  .header-area .main-header {
    padding-top: 16px;
    padding-bottom: 21px;
  }
}

/* line 36,  */
.header-area .main-header.main-header2 {
  padding: 0;
}

/* line 40,  */
.header-area .menu-wrapper {
  display: flex;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

/* line 46,  */
.header-area .menu-wrapper.menu-wrapper2 {
  justify-content: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 50,  */
  .header-area .menu-wrapper .main-menu {
    margin-right: 30px;
  }
}

/* line 54,  */
.header-area .menu-wrapper .main-menu.main-header2 {
  padding: 0;
}

/* line 58,  */
.header-area .menu-wrapper .main-menu ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
}

/* line 62,  */
.header-area .menu-wrapper .main-menu ul li a {
  color: #fff;
  font-weight: 500;
  padding: 39px 21px;
  display: block;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  text-decoration: underline transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 62,  */
  .header-area .menu-wrapper .main-menu ul li a {
    padding: 39px 9px;
  }
}

/* line 78,  */
.header-area .menu-wrapper .main-menu ul li:hover > a {
  color: #fff;
  text-decoration: underline;
}

/* line 83,  */
.header-area .menu-wrapper .main-menu ul li:hover > ul.submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

/* line 89,  */
.header-area .menu-wrapper .main-menu ul ul.submenu {
  position: absolute;
  width: 170px;
  left: 0;
  top: 90%;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding: 17px 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 101,  */
.header-area .menu-wrapper .main-menu ul ul.submenu > li {
  margin-left: 7px;
  display: block;
}

/* line 104,  */
.header-area .menu-wrapper .main-menu ul ul.submenu > li > a {
  padding: 6px 10px !important;
  font-size: 16px;
  color: #fdfdfd;
}

/* line 108,  */
.header-area .menu-wrapper .main-menu ul ul.submenu > li > a:hover {
  color: #fff;
  background: none;
  padding-left: 13px !important;
}

/* line 124,  */
.main-header .menu-wrapper2 .main-menu2 ul li a {
  padding: 5px 11px;
}

/* line 137,  */
.header-sticky.sticky-bar.sticky .main-menu ul li a {
  padding: 20px 20px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 133,  */
  .header-sticky.sticky-bar.sticky {
    padding: 15px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 133,  */
  .header-sticky.sticky-bar.sticky {
    padding: 15px 0px;
  }
}

@media (max-width: 575px) {
  /* line 133,  */
  .header-sticky.sticky-bar.sticky {
    padding: 15px 0px;
  }
}

/* line 158,  */
.mobile_menu {
  position: absolute;
  right: 0px;
  width: 100%;
  z-index: 99;
}

/* line 163,  */
.mobile_menu .slicknav_menu {
  background: transparent;
  margin-top: 0px !important;
}

/* line 166,  */
.mobile_menu .slicknav_menu .slicknav_btn {
  top: -29px;
}

/* line 169,  */
.mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
  background-color: #FF5733 !important;
}

/* line 173,  */
.mobile_menu .slicknav_menu .slicknav_nav {
  margin-top: 15px !important;
}

/* line 176,  */
.mobile_menu .slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: #FF5733;
}

/* line 180,  */
.mobile_menu .slicknav_menu .slicknav_nav a {
  font-size: 15px;
  padding: 7px 10px;
}

/* line 185,  */
.mobile_menu .slicknav_menu .slicknav_nav .slicknav_item a {
  padding: 0 !important;
}

/* line 1,  */
.slider-height {
  height: 900px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 1,  */
  .slider-height {
    height: 800px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1,  */
  .slider-height {
    height: 650px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1,  */
  .slider-height {
    height: 600px;
  }
}

@media (max-width: 575px) {
  /* line 1,  */
  .slider-height {
    height: 400px;
  }
}

/* line 18,  */
.slider-height2 {
  height: 450px;
  background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 18,  */
  .slider-height2 {
    height: 350px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 18,  */
  .slider-height2 {
    height: 260px;
  }
}

@media (max-width: 575px) {
  /* line 18,  */
  .slider-height2 {
    height: 260px;
  }
}

/* line 31,  */
/*.slider-area2_ {
  background-image: url(../img/hero/HEADER-MARATON-LEON.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  
}*/
/*IMG*/
/* line 37,  */
.slider-area {
  margin-top: -1px;
 background-image: url(../img/hero/HEADER-MARATON-LEON.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}



.header-movil {
  margin-top: -1px;
  background-image: url(../img/logo/2025/BK_MOVIL.png);
  //background-color: purple;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}


/*@media only screen and (max-width: 600px) {
  .slider-area {
    margin-top: -1px;
   //background-image: url(../img/hero/HEADER_MOVIL_MARATON_LEON.png);
   background-color: purple;
    //background-repeat: no-repeat;
    //background-position: top center;
    //background-size: cover;
    //background-attachment: fixed;
    width: 100%;
    height: auto;
  }
}*/




@media only screen and (max-width: 600px) {
  .logo_es{
    background-image: url(../img/logo/2025/LOGO-HEADER-MOVIL.png);
    background-repeat: no-repeat;
  background-position: top center;
  }
}




/* line 44,  */
.slider-area .hero__caption {
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 44,  */
  .slider-area .hero__caption {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 44,  */
  .slider-area .hero__caption {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 44,  */
  .slider-area .hero__caption {
    padding-top: 80px;
  }
}

@media (max-width: 575px) {
  /* line 44,  */
  .slider-area .hero__caption {
    padding-top: 80px;
  }
}

/* line 58,  */
.slider-area .hero__caption span {
  font-size: 70px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #f6f7f8;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 58,  */
  .slider-area .hero__caption span {
    font-size: 43px;
  }
}

@media (max-width: 575px) {
  /* line 58,  */
  .slider-area .hero__caption span {
    font-size: 23px;
  }
}

/* line 75,  */
.slider-area .hero__caption h1 {
  font-size: 140px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 40px;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 75,  */
  .slider-area .hero__caption h1 {
    font-size: 53px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 75,  */
  .slider-area .hero__caption h1 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 75,  */
  .slider-area .hero__caption h1 {
    font-size: 53px;
    line-height: 1.4;
  }
}

@media (max-width: 575px) {
  /* line 75,  */
  .slider-area .hero__caption h1 {
    font-size: 44px;
    line-height: 1.4;
  }
}

/* line 98,  */
.slider-area .hero__caption p {
  font-size: 18px;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 50px;
  padding-right: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 98,  */
  .slider-area .hero__caption p {
    padding-right: 13px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 98,  */
  .slider-area .hero__caption p {
    padding-right: 0px;
  }
}

@media (max-width: 575px) {
  /* line 98,  */
  .slider-area .hero__caption p {
    padding-right: 0px;
    font-size: 15px;
  }
}

/* line 117,  */
.slider-area .video-icon {
  position: absolute;
  right: 160px;
  bottom: 160px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 117,  */
  .slider-area .video-icon {
    right: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 117,  */
  .slider-area .video-icon {
    right: 63px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 117,  */
  .slider-area .video-icon {
    right: 82px;
    bottom: 61px;
  }
}

@media (max-width: 575px) {
  /* line 117,  */
  .slider-area .video-icon {
    right: 27px;
    bottom: 27px;
  }
}

/* line 135,  VIDEO*/
.slider-area .video-icon a {
  background: #1605fa;
  color: #fff;
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 135,  */
  .slider-area .video-icon a {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

@media (max-width: 575px) {
  /* line 135,  */
  .slider-area .video-icon a {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

/* line 156,  */
.slider-area .video-icon a.btn-icon {
  position: relative;
  /* Animations */
  /* End Animated */
}

/* line 158,  */
.slider-area .video-icon a.btn-icon::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #ff1313;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

@-webkit-keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    border-width: 1px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
  }
  100% {
    opacity: 0;
  }
}

/* line 190,  */
.slider-area .video-icon a.btn-icon:hover {
  background: #fff;
  color: #ff1313;
}

/* line 200,  */
.hero-overly {
  position: relative;
  z-index: 1;
}

/* line 203,  */
.hero-overly::before {
  position: absolute;
  content: "";
  background-color: rgba(1, 10, 28, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
}

/* line 219,  */
.header-transparent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
}

/* line 230,  */
.slider-area2 .hero-cap h2 {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 230,  */
  .slider-area2 .hero-cap h2 {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  /* line 230,  */
  .slider-area2 .hero-cap h2 {
    font-size: 35px;
  }
}

/* line 3, */
.traning-categories .single-topic {
  position: relative;
}

/* line 5, */
.traning-categories .single-topic::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* line 17, */
.traning-categories .single-topic .topic-img {
  border-radius: 12px;
}

@media (max-width: 575px) {
  /* line 17, */
  .traning-categories .single-topic .topic-img {
    margin-top: 67px;
    margin-bottom: 61px;
  }
}

/* line 22, */
.traning-categories .single-topic .topic-img img {
  width: 100%;
}

/* line 29, */
.traning-categories .single-topic .topic-content-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  height: 100%;
  width: 100%;
  transition: .4s;
  z-index: 2;
}

/* line 40, */
.traning-categories .single-topic .topic-content-box .topic-content {
  position: absolute;
  top: 53%;
  transform: translateY(-47%);
  left: 0;
  right: 0;
  text-align: center;
}

/* line 47, */
.traning-categories .single-topic .topic-content-box .topic-content h3 {
  color: #ffffff;
  font-weight: 500;
  font-size: 50px;
  margin-bottom: 0px;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 17px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 47, */
  .traning-categories .single-topic .topic-content-box .topic-content h3 {
    font-size: 41px;
  }
}

@media (max-width: 575px) {
  /* line 47, */
  .traning-categories .single-topic .topic-content-box .topic-content h3 {
    font-size: 28px;
  }
}

/* line 66, */
.traning-categories .single-topic .topic-content-box .topic-content p {
  font-size: 16px;
  color: #ffff;
  padding: 0 82px;
  line-height: 1.6;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  /* line 66, */
  .traning-categories .single-topic .topic-content-box .topic-content p {
    padding: 0 18px;
  }
  /* line 74, */
  .traning-categories .single-topic .topic-content-box .topic-content p br {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 79, */
  .traning-categories .single-topic .topic-content-box .topic-content p br {
    display: none;
  }
}

/* COSTOS*/
.pricing-area .properties .about-icon {
  width: 80px;
  height: 80px;
  background: #d468ff;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  margin-bottom: 31px;
  line-height: 80px;
  text-align: center;
  box-shadow: 0px 15px 25px rgba(66, 85, 164, 0.08);
}

/* line 16,  */
.pricing-area .properties__caption span.month {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

/* line 22,  */
.pricing-area .properties__caption P {
  color: #d468ff;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 27,  */
.pricing-area .properties__caption P > span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/* btn costos */
.pricing-area .properties:hover .border-btn2 {
  color: #fff;
  background: #ff9900;
  background: -moz-linear-gradient(Left,#0033ff 0%, #0058fc 50%, #0033ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0033ff 0%, #0058fc 50%, #0033ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(left, #0033ff 0%, #0058fc 50%, #0033ff 100%);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* line 41,  */
.pricing-area .properties .single-features {
  display: flex;
}

/* line 43,  */
.pricing-area .properties .single-features .features-icon {
  position: relative;
  top: 8px;
}

/* line 46,  */
.pricing-area .properties .single-features .features-icon img {
  display: block;
}

/* line 50,  */
.pricing-area .properties .single-features .features-caption {
  padding-left: 19px;
}

/* line 52,  */
.pricing-area .properties .single-features .features-caption p {
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
  text-transform: capitalize;
}

/* line 61,  */
.pricing-area .properties__card {
  box-shadow: 0px 6px 6px 0px rgba(2, 25, 65, 0.08);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 36px 24px 25px 24px;
}

/* line 66,  */
.pricing-area .properties__card:hover {
  box-shadow: 0px 8px 8px 0px rgba(2, 25, 65, 0.08);
}

/* line 73,  */
.border-btn2 {
  width: 100%;
  text-align: center;
}

/* line 1,  */
.video-area {
  height: 660px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 1,  */
  .video-area {
    height: 400px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1,  */
  .video-area {
    height: 400px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1,  */
  .video-area {
    height: 400px;
  }
}

@media (max-width: 575px) {
  /* line 1,  */
  .video-area {
    height: 300px;
  }
}

/* line 18,  */
.video-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: 0 auto;
  text-align: center;
}

/* line 30,  */
.video-icon a {
  background: #fff;
  color: #FF5733;
  width: 110px;
  height: 110px;
  display: inline-block;
  text-align: center;
  line-height: 110px;
  border-radius: 50%;
}

/* line 39,  */
.video-icon a::after {
  position: absolute;
  border: 70px solid inherit !important;
  content: "";
  border-radius: 50%;
  left: -9px;
  top: -12px;
  right: 0;
  z-index: 0;
  background: #0000;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 39,  */
  .video-icon a::after {
    border: 50px solid rgba(241, 65, 5, 0.1);
    left: -19px;
    top: -19px;
    right: 0;
  }
}

@media (max-width: 575px) {
  /* line 39,  */
  .video-icon a::after {
    border: 50px solid rgba(241, 65, 5, 0.1);
    left: -19px;
    top: -19px;
    right: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 30,  */
  .video-icon a {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

@media (max-width: 575px) {
  /* line 30,  */
  .video-icon a {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

/* line 72,  */
.video-icon a i {
  font-size: 31px;
  line-height: 1;
  position: relative;
  right: -4px;
  top: 8px;
}

/* line 82,  */
.video-icon a.btn-icon {
  position: relative;
  /* Animations */
  /* End Animated */
}

/* line 84,  */
.video-icon a.btn-icon::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #FF5733;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

@-webkit-keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    border-width: 1px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
  }
  100% {
    opacity: 0;
  }
}

/* line 3,  */
.about-area2 .support-wrapper {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 3,  */
  .about-area2 .support-wrapper {
    display: block;
  }
}

/* line 11,  */
.about-area2 .support-wrapper .left-content2 {
  width: 38%;
  padding-left: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  /* line 11,  */
  .about-area2 .support-wrapper .left-content2 {
    width: 46%;
    padding-left: 60px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 11,  */
  .about-area2 .support-wrapper .left-content2 {
    width: 35%;
    padding-left: 60px;
  }
}

@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  /* line 11,  */
  .about-area2 .support-wrapper .left-content2 {
    width: 40%;
    padding-left: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 11,  */
  .about-area2 .support-wrapper .left-content2 {
    width: 60%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 11,  */
  .about-area2 .support-wrapper .left-content2 {
    width: 82%;
    padding-left: 50px;
    padding-right: 60px;
    padding-top: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 11,  */
  .about-area2 .support-wrapper .left-content2 {
    width: 100%;
    padding-left: 30px;
    padding-right: 60px;
    padding-top: 50px;
  }
}

@media (max-width: 575px) {
  /* line 11,  */
  .about-area2 .support-wrapper .left-content2 {
    width: 100%;
    padding-left: 30px;
    padding-right: 60px;
    padding-top: 50px;
  }
}

/* line 52,  */
.about-area2 .support-wrapper .right-content2 {
  width: 40%;
  margin-left: 100px;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 52,  */
  .about-area2 .support-wrapper .right-content2 {
    width: 46%;
    margin-left: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 52,  */
  .about-area2 .support-wrapper .right-content2 {
    width: 78%;
    margin-left: 119px;
    padding-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 52,  */
  .about-area2 .support-wrapper .right-content2 {
    width: 80%;
    padding-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 52,  */
  .about-area2 .support-wrapper .right-content2 {
    width: 100%;
    padding-top: 50px;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 52,  */
  .about-area2 .support-wrapper .right-content2 {
    width: 100%;
    padding-top: 50px;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (max-width: 575px) {
  /* line 52,  */
  .about-area2 .support-wrapper .right-content2 {
    width: 100%;
    padding-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* line 91,  */
.about-area2 .support-wrapper .right-content2 .right-img img {
  width: 100%;
}

/* line 1,  */
.services-area {
  background: #111111;
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 575px) {
  /* line 1,  */
  .services-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* line 9,  */
.services-area.services-area2 {
  margin-top: 0;
}

/* line 12,  */
.services-area .single-services {
  display: flex;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 12,  */
  .services-area .single-services {
    padding: 18px 14px;
  }
}

@media (max-width: 575px) {
  /* line 12,  */
  .services-area .single-services {
    padding: 18px 14px;
  }
}

/* line 20,  */
.services-area .single-services .features-icon {
  position: relative;
  top: 8px;
}

/* line 23,  */
.services-area .single-services .features-icon img {
  display: block;
}

/* line 27,  */
.services-area .single-services .features-caption {
  padding-left: 19px;
}

/* line 29,  */
.services-area .single-services .features-caption h3 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 700;
  color: #fff;
}

/* line 36,  */
.services-area .single-services .features-caption p {
  font-size: 17px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 36,  */
  .services-area .single-services .features-caption p {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  /* line 36,  */
  .services-area .single-services .features-caption p {
    font-size: 15px;
  }
}

/* line 2,  */
.gallery-area {
  padding-top: 100px;
  padding-bottom: 70px;
  padding-left: 45px;
  padding-right: 45px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 2,  */
  .gallery-area {
    padding-top: 65px;
    padding-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 575px) {
  /* line 2,  */
  .gallery-area {
    padding-top: 65px;
    padding-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* line 19,  */
.gallery-area .box {
  position: relative;
}

/* line 22,  */
.gallery-area .box .gallery-img {
  height: 565px;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 27,  */
.gallery-area .box .big-img {
  height: 500px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 27,  */
  .gallery-area .box .big-img {
    height: 435px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 27,  */
  .gallery-area .box .big-img {
    height: 435px;
  }
}

/* line 36,  */
.gallery-area .box .small-img {
  height: 435px;
}

/* line 40,  */
.gallery-area .box .overlay {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 0, 0.3);
  top: 0;
  left: 0;
}

/* line 48,  */
.gallery-area .box .overlay .overlay-content {
  position: absolute;
  right: 4%;
  display: flex;
  justify-content: space-between;
  bottom: 7%;
  left: 5%;
}

/* line 55,  */
.gallery-area .box .overlay .overlay-content h3 {
  color: #ffffff;
  font-size: 40px;
  margin: 0;
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 55,  */
  .gallery-area .box .overlay .overlay-content h3 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 55,  */
  .gallery-area .box .overlay .overlay-content h3 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 55,  */
  .gallery-area .box .overlay .overlay-content h3 {
    font-size: 29px;
  }
}

@media (max-width: 575px) {
  /* line 55,  */
  .gallery-area .box .overlay .overlay-content h3 {
    font-size: 32px;
  }
}

/* line 73,  */
.gallery-area .box .overlay .overlay-content a {
  color: #fff;
  font-size: 20px;
  width: 0;
  height: 0;
  border-bottom: 100px solid red;
  border-left: 100px solid transparent;
  text-align: center;
  display: inline-block;
  position: relative;
}

/* line 83,  */
.gallery-area .box .overlay .overlay-content a i {
  position: absolute;
  top: 56px;
  right: 22px;
}

/* line 89,  */
.gallery-area .box .overlay .overlay-content p {
  color: #fff;
}

/* line 94,  */
.gallery-area .box.snake {
  position: relative;
  overflow: hidden;
}

/* line 101,  */
.box {
  position: relative;
}

/* line 103,  */
.box img {
  width: 100%;
}

/* line 106,  */
.box.snake {
  position: relative;
  overflow: hidden;
}

/* line 111,  */
.overlay {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}

@media (max-width: 575px) {
  /* line 1,  */
  .team-area {
    padding-top: 50px;
  }
}

/* line 5,  */
.team-area .single-cat {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}

/* line 9,  */
.team-area .single-cat .cat-icon img {
  margin: 0 auto;
  margin-bottom: 30px;
}

/* line 15,  */
.team-area .single-cat .cat-cap span {
  color: #fff;
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

/* line 23,  */
.team-area .single-cat .cat-cap h5 > a {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 14px;
  display: block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-transform: uppercase;
  color: #fff;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 23,  */
  .team-area .single-cat .cat-cap h5 > a {
    font-size: 21px;
  }
}

@media (max-width: 575px) {
  /* line 23,  */
  .team-area .single-cat .cat-cap h5 > a {
    font-size: 23px;
  }
}

/* line 39,  */
.team-area .single-cat .cat-cap p {
  color: #fff;
  font-size: 16px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 39,  */
  .team-area .single-cat .cat-cap p {
    font-size: 15px;
  }
}

/* line 49,  */
.team-area .single-cat .cat-cap a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/* line 59,  */
.team-area .single-cat:hover .cat-cap h5 {
  color: #000;
}

/* line 5, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_footer.scss */
.footer-area .footer-top .single-footer-caption .footer-logo {
  margin-bottom: 30px;
}

/* line 13, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_footer.scss */
.footer-area .footer-bottom {
  border-top: 1px solid #1f2024;
  padding-bottom: 50px;
  padding-top: 40px;
}

/* line 18, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_footer.scss */
.footer-area .footer-bottom .footer-copy-right p {
  color: #c4c4c4;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 12px;
}

/* line 24, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_footer.scss */
.footer-area .footer-bottom .footer-copy-right p i {
  color: #FF5733;
}

/* line 27, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_footer.scss */
.footer-area .footer-bottom .footer-copy-right p a {
  color: #FF5733;
}

/* line 29, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_footer.scss */
.footer-area .footer-bottom .footer-copy-right p a:hover {
  color: #fff;
}

/* REDES FOOTER */
.footer-area .footer-social a {
  background:d468ff ;
  color: #0095ff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
}

/* line 53, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_footer.scss */
.footer-area .footer-social a:hover {
  color: #fff;
  background: #0026ff;
}

/* line 57, C:/Users/HP/Desktop/July-HTML/292 Health coach/assets/scss/_footer.scss */
.footer-area .footer-social a i {
  display: inline-block;
}

/* line 3,  */
.home-blog-area .home-blog-single {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* line 6,  */
.home-blog-area .home-blog-single .blog-img-cap .blog-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

/* line 10,  */
.home-blog-area .home-blog-single .blog-img-cap .blog-img img {
  width: 100%;
  -webkit-transform: scale 1;
  -moz-transform: scale 1;
  -ms-transform: scale 1;
  transform: scale 1;
  transition: all 0.5s ease-out 0s;
}

/* line 17,  */
.home-blog-area .home-blog-single .blog-img-cap .blog-cap span {
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding: 0;
  margin-bottom: 13px;
  display: inline-block;
}

/* line 26,  */
.home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
  font-family: "Roboto Condensed", sans-serif;
  display: block;
  text-transform: uppercase;
  text-decoration: underline #fff transparent;
}

/* line 36,  */
.home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a:hover {
  color: #FF5733;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 26,  */
  .home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
    font-size: 19px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 26,  */
  .home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
    font-size: 19px;
  }
}

@media (max-width: 575px) {
  /* line 26,  */
  .home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a {
    font-size: 19px;
  }
}

/* line 59,  */
.home-blog-single:hover .blog-img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/* Start Blog Area css
============================================================================================ */
/* line 72,  */
.latest-blog-area .area-heading {
  margin-bottom: 70px;
}

/* line 77,  */
.blog_area a {
  color: "Oswald", sans-serif !important;
  text-decoration: none;
  transition: .4s;
}

/* line 81,  */
.blog_area a:hover, .blog_area a :hover {
  background: -webkit-linear-gradient(131deg, #ff7d04 0%, #025798 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  transition: .4s;
}

/* line 91,  */
.single-blog {
  overflow: hidden;
  margin-bottom: 30px;
}

/* line 95,  */
.single-blog:hover {
  box-shadow: 0px 10px 20px 0px rgba(42, 34, 123, 0.1);
}

/* line 99,  */
.single-blog .thumb {
  overflow: hidden;
  position: relative;
}

/* line 103,  */
.single-blog .thumb:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 116,  */
.single-blog h4 {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 34px;
  margin-bottom: 25px;
}

/* line 123,  */
.single-blog a {
  font-size: 20px;
  font-weight: 600;
}

/* line 133,  */
.single-blog .date {
  color: #666666;
  text-align: left;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

/* line 141,  */
.single-blog .tag {
  text-align: left;
  display: inline-block;
  float: left;
  font-size: 13px;
  font-weight: 300;
  margin-right: 22px;
  position: relative;
}

/* line 151,  */
.single-blog .tag:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  background: #acacac;
  right: -12px;
  top: 7px;
}

@media (max-width: 1199px) {
  /* line 141,  */
  .single-blog .tag {
    margin-right: 8px;
  }
  /* line 165,  */
  .single-blog .tag:after {
    display: none;
  }
}

/* line 171,  */
.single-blog .likes {
  margin-right: 16px;
}

@media (max-width: 800px) {
  /* line 91,  */
  .single-blog {
    margin-bottom: 30px;
  }
}

/* line 179,  */
.single-blog .single-blog-content {
  padding: 30px;
}

/* line 183,  */
.single-blog .single-blog-content .meta-bottom p {
  font-size: 13px;
  font-weight: 300;
}

/* line 188,  */
.single-blog .single-blog-content .meta-bottom i {
  color: #fdcb9e;
  font-size: 13px;
  margin-right: 7px;
}

@media (max-width: 1199px) {
  /* line 179,  */
  .single-blog .single-blog-content {
    padding: 15px;
  }
}

/* line 202,  */
.single-blog:hover .thumb:after {
  opacity: .7;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1199px) {
  /* line 210,  */
  .single-blog h4 {
    transition: all 300ms linear 0s;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 14px;
    margin-bottom: 12px;
  }
  /* line 216,  */
  .single-blog h4 a {
    font-size: 18px;
  }
}

/* line 224,  */
.full_image.single-blog {
  position: relative;
}

/* line 227,  */
.full_image.single-blog .single-blog-content {
  position: absolute;
  left: 35px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 992px) {
  /* line 227,  */
  .full_image.single-blog .single-blog-content {
    bottom: 100px;
  }
}

/* line 246,  */
.full_image.single-blog h4 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-bottom: none;
  padding-bottom: 5px;
}

/* line 252,  */
.full_image.single-blog a {
  font-size: 20px;
  font-weight: 600;
}

/* line 262,  */
.full_image.single-blog .date {
  color: #fff;
}

/* line 267,  */
.full_image.single-blog:hover .single-blog-content {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* End Blog Area css
============================================================================================ */
/* Latest Blog Area css
============================================================================================ */
/* line 291,  */
.l_blog_item .l_blog_text .date {
  margin-top: 24px;
  margin-bottom: 15px;
}

/* line 295,  */
.l_blog_item .l_blog_text .date a {
  font-size: 12px;
}

/* line 301,  */
.l_blog_item .l_blog_text h4 {
  font-size: 18px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0px;
  padding-bottom: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 314,  */
.l_blog_item .l_blog_text p {
  margin-bottom: 0px;
  padding-top: 20px;
}

/* End Latest Blog Area css
============================================================================================ */
/* Causes Area css
============================================================================================ */
/* line 330,  */
.causes_slider .owl-dots {
  text-align: center;
  margin-top: 80px;
}

/* line 334,  */
.causes_slider .owl-dots .owl-dot {
  height: 14px;
  width: 14px;
  background: #eeeeee;
  display: inline-block;
  margin-right: 7px;
}

/* line 341,  */
.causes_slider .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

/* line 352,  */
.causes_item {
  background: #fff;
}

/* line 355,  */
.causes_item .causes_img {
  position: relative;
}

/* line 358,  */
.causes_item .causes_img .c_parcent {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}

/* line 366,  */
.causes_item .causes_img .c_parcent span {
  width: 70%;
  height: 3px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

/* line 374,  */
.causes_item .causes_img .c_parcent span:before {
  content: "75%";
  position: absolute;
  right: -10px;
  bottom: 0px;
  color: #fff;
  padding: 0px 5px;
}

/* line 387,  */
.causes_item .causes_text {
  padding: 30px 35px 40px 30px;
}

/* line 390,  */
.causes_item .causes_text h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  cursor: pointer;
}

/* line 403,  */
.causes_item .causes_text p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 0px;
}

/* line 413,  */
.causes_item .causes_bottom a {
  width: 50%;
  border: 1px solid;
  text-align: center;
  float: left;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/* line 425,  */
.causes_item .causes_bottom a + a {
  border-color: #eeeeee;
  background: #fff;
  font-size: 14px;
}

/* End Causes Area css
============================================================================================ */
/*================= latest_blog_area css =============*/
/* line 441,  */
.latest_blog_area {
  background: #f9f9ff;
}

/* line 445,  */
.single-recent-blog-post {
  margin-bottom: 30px;
}

/* line 448,  */
.single-recent-blog-post .thumb {
  overflow: hidden;
}

/* line 451,  */
.single-recent-blog-post .thumb img {
  transition: all 0.7s linear;
}

/* line 456,  */
.single-recent-blog-post .details {
  padding-top: 30px;
}

/* line 459,  */
.single-recent-blog-post .details .sec_h4 {
  line-height: 24px;
  padding: 10px 0px 13px;
  transition: all 0.3s linear;
}

/* line 470,  */
.single-recent-blog-post .date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

/* line 477,  */
.single-recent-blog-post:hover img {
  transform: scale(1.23) rotate(10deg);
}

/* line 484,  */
.tags .tag_btn {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #eeeeee;
  display: inline-block;
  padding: 1px 18px;
  text-align: center;
}

/* line 498,  */
.tags .tag_btn + .tag_btn {
  margin-left: 2px;
}

/*========= blog_categorie_area css ===========*/
/* line 505,  */
.blog_categorie_area {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 900px) {
  /* line 505,  */
  .blog_categorie_area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1100px) {
  /* line 505,  */
  .blog_categorie_area {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

/* line 521,  */
.categories_post {
  position: relative;
  text-align: center;
  cursor: pointer;
}

/* line 526,  */
.categories_post img {
  max-width: 100%;
}

/* line 530,  */
.categories_post .categories_details {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(34, 34, 34, 0.75);
  color: #fff;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 543,  */
.categories_post .categories_details h5 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

/* line 561,  */
.categories_post .categories_details p {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0px;
}

/* line 568,  */
.categories_post .categories_details .border_line {
  margin: 10px 0px;
  background: #fff;
  width: 100%;
  height: 1px;
}

/* line 577,  */
.categories_post:hover .categories_details {
  background: rgba(222, 99, 32, 0.85);
}

/*============ blog_left_sidebar css ==============*/
/* line 592,  */
.blog_item {
  margin-bottom: 50px;
}

/* line 596,  */
.blog_details {
  padding: 30px 0 20px 10px;
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

@media (min-width: 768px) {
  /* line 596,  */
  .blog_details {
    padding: 60px 30px 35px 35px;
  }
}

/* line 604,  */
.blog_details p {
  margin-bottom: 30px;
}

/* line 608,  */
.blog_details a {
  color: #242b5e;
}

/* line 611,  */
.blog_details a:hover {
  color: #ff1313;
}

/* line 616,  */
.blog_details h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 616,  */
  .blog_details h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

/* line 630,  */
.blog-info-link li {
  float: left;
  font-size: 14px;
}

/* line 634,  */
.blog-info-link li a {
  color: #999999;
}

/* line 638,  */
.blog-info-link li i,
.blog-info-link li span {
  font-size: 13px;
  margin-right: 5px;
}

/* line 644,  */
.blog-info-link li::after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
}

/* line 650,  */
.blog-info-link li:last-child::after {
  display: none;
}

/* line 655,  */
.blog-info-link::after {
  content: "";
  display: block;
  clear: both;
  display: table;
}

/* line 663,  */
.blog_item_img {
  position: relative;
}

/* line 666,  */
.blog_item_img .blog_item_date {
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: block;
  color: #fff;
  background-color: #FF5733;
  padding: 8px 15px;
  border-radius: 5px;
}

@media (min-width: 768px) {
  /* line 666,  */
  .blog_item_img .blog_item_date {
    bottom: -20px;
    left: 40px;
    padding: 13px 30px;
  }
}

/* line 682,  */
.blog_item_img .blog_item_date h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
}

@media (min-width: 768px) {
  /* line 682,  */
  .blog_item_img .blog_item_date h3 {
    font-size: 30px;
  }
}

/* line 694,  */
.blog_item_img .blog_item_date p {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}

@media (min-width: 768px) {
  /* line 694,  */
  .blog_item_img .blog_item_date p {
    font-size: 18px;
  }
}

/* line 714,  */
.blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
}

/* line 719,  */
.blog_right_sidebar .widget_title::after {
  content: "";
  display: block;
  padding-top: 15px;
  border-bottom: 1px solid #f0e9ff;
}

/* line 727,  */
.blog_right_sidebar .single_sidebar_widget {
  background: #fbf9ff;
  padding: 30px;
  margin-bottom: 30px;
}

/* line 731,  */
.blog_right_sidebar .single_sidebar_widget .btn_1 {
  margin-top: 0px;
}

/* line 739,  */
.blog_right_sidebar .search_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
  border-right: 0;
}

/* line 748,  */
.blog_right_sidebar .search_widget .form-control::placeholder {
  color: #999999;
}

/* line 752,  */
.blog_right_sidebar .search_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

/* line 761,  */
.blog_right_sidebar .search_widget .input-group button {
  background: #FF5733;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
  cursor: pointer;
}

/* line 769,  */
.blog_right_sidebar .search_widget .input-group button i {
  color: #fff;
}

/* line 772,  */
.blog_right_sidebar .search_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}

/* line 783,  */
.blog_right_sidebar .newsletter_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
}

/* line 792,  */
.blog_right_sidebar .newsletter_widget .form-control::placeholder {
  color: #999999;
}

/* line 796,  */
.blog_right_sidebar .newsletter_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

/* line 805,  */
.blog_right_sidebar .newsletter_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}

/* line 812,  */
.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
  font-size: 14px;
  color: #fff;
}

/* line 825,  */
.blog_right_sidebar .post_category_widget .cat-list li {
  border-bottom: 1px solid #f0e9ff;
  transition: all 0.3s ease 0s;
  padding-bottom: 12px;
}

/* line 830,  */
.blog_right_sidebar .post_category_widget .cat-list li:last-child {
  border-bottom: 0;
}

/* line 834,  */
.blog_right_sidebar .post_category_widget .cat-list li a {
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}

/* line 839,  */
.blog_right_sidebar .post_category_widget .cat-list li a p {
  margin-bottom: 0px;
}

/* line 844,  */
.blog_right_sidebar .post_category_widget .cat-list li + li {
  padding-top: 15px;
}

/* line 861,  */
.blog_right_sidebar .popular_post_widget .post_item .media-body {
  justify-content: center;
  align-self: center;
  padding-left: 20px;
}

/* line 866,  */
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
  transition: all 0.3s linear;
}

/* line 877,  */
.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
  color: #fff;
}

/* line 883,  */
.blog_right_sidebar .popular_post_widget .post_item .media-body p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
}

/* line 890,  */
.blog_right_sidebar .popular_post_widget .post_item + .post_item {
  margin-top: 20px;
}

/* line 898,  */
.blog_right_sidebar .tag_cloud_widget ul li {
  display: inline-block;
}

/* line 901,  */
.blog_right_sidebar .tag_cloud_widget ul li a {
  display: inline-block;
  border: 1px solid #eeeeee;
  background: #fff;
  padding: 4px 20px;
  margin-bottom: 8px;
  margin-right: 3px;
  transition: all 0.3s ease 0s;
  color: #888888;
  font-size: 13px;
}

/* line 912,  */
.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  background: #FF5733;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 927,  */
.blog_right_sidebar .instagram_feeds .instagram_row {
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
}

/* line 933,  */
.blog_right_sidebar .instagram_feeds .instagram_row li {
  width: 33.33%;
  float: left;
  padding-right: 6px;
  padding-left: 6px;
  margin-bottom: 15px;
}

/* line 1033,  */
.blog_right_sidebar .br {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 30px 0px;
}

/* line 1054,  */
.blog-pagination {
  margin-top: 80px;
}

/* line 1058,  */
.blog-pagination .page-link {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  margin-left: -1px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  border-radius: 0 !important;
  color: #8a8a8a;
  border: 1px solid #f0e9ff;
  margin-right: 10px;
}

/* line 1075,  */
.blog-pagination .page-link i,
.blog-pagination .page-link span {
  font-size: 13px;
}

/* line 1087,  */
.blog-pagination .page-item.active .page-link {
  background-color: #fbf9ff;
  border-color: #f0e9ff;
  color: #888888;
}

/* line 1094,  */
.blog-pagination .page-item:last-child .page-link {
  margin-right: 0;
}

/*============ Start Blog Single Styles  =============*/
/* line 1119,  */
.single-post-area .blog_details {
  box-shadow: none;
  padding: 0;
}

/* line 1124,  */
.single-post-area .social-links {
  padding-top: 10px;
}

/* line 1127,  */
.single-post-area .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}

/* line 1131,  */
.single-post-area .social-links li a {
  color: #cccccc;
  padding: 7px;
  font-size: 14px;
  transition: all 0.2s linear;
}

/* line 1144,  */
.single-post-area .blog_details {
  padding-top: 26px;
}

/* line 1147,  */
.single-post-area .blog_details p {
  margin-bottom: 20px;
  font-size: 15px;
}

/* line 1157,  */
.single-post-area .quote-wrapper {
  background: rgba(130, 139, 178, 0.1);
  padding: 15px;
  line-height: 1.733;
  color: #888888;
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  /* line 1157,  */
  .single-post-area .quote-wrapper {
    padding: 30px;
  }
}

/* line 1171,  */
.single-post-area .quotes {
  background: #fff;
  padding: 15px 15px 15px 20px;
  border-left: 2px solid;
}

@media (min-width: 768px) {
  /* line 1171,  */
  .single-post-area .quotes {
    padding: 25px 25px 25px 30px;
  }
}

/* line 1181,  */
.single-post-area .arrow {
  position: absolute;
}

/* line 1184,  */
.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}

/* line 1191,  */
.single-post-area .thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}

/* line 1196,  */
.single-post-area .navigation-top {
  padding-top: 15px;
  border-top: 1px solid #f0e9ff;
}

/* line 1200,  */
.single-post-area .navigation-top p {
  margin-bottom: 0;
}

/* line 1204,  */
.single-post-area .navigation-top .like-info {
  font-size: 14px;
}

/* line 1207,  */
.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
  font-size: 16px;
  margin-right: 5px;
}

/* line 1214,  */
.single-post-area .navigation-top .comment-count {
  font-size: 14px;
}

/* line 1217,  */
.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
  font-size: 16px;
  margin-right: 5px;
}

/* line 1226,  */
.single-post-area .navigation-top .social-icons li {
  display: inline-block;
  margin-right: 15px;
}

/* line 1230,  */
.single-post-area .navigation-top .social-icons li:last-child {
  margin: 0;
}

/* line 1234,  */
.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
  font-size: 14px;
  color: #999999;
}

/* line 1252,  */
.single-post-area .blog-author {
  padding: 40px 30px;
  background: #fbf9ff;
  margin-top: 50px;
}

@media (max-width: 600px) {
  /* line 1252,  */
  .single-post-area .blog-author {
    padding: 20px 8px;
  }
}

/* line 1261,  */
.single-post-area .blog-author img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 30px;
}

@media (max-width: 600px) {
  /* line 1261,  */
  .single-post-area .blog-author img {
    margin-right: 15px;
    width: 45px;
    height: 45px;
  }
}

/* line 1274,  */
.single-post-area .blog-author a {
  display: inline-block;
}

/* line 1278,  */
.single-post-area .blog-author a:hover {
  color: #ff1313;
}

/* line 1283,  */
.single-post-area .blog-author p {
  margin-bottom: 0;
  font-size: 15px;
}

/* line 1288,  */
.single-post-area .blog-author h4 {
  font-size: 16px;
}

/* line 1295,  */
.single-post-area .navigation-area {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-top: 55px;
}

/* line 1300,  */
.single-post-area .navigation-area p {
  margin-bottom: 0px;
}

/* line 1304,  */
.single-post-area .navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
}

/* line 1310,  */
.single-post-area .navigation-area .nav-left {
  text-align: left;
}

/* line 1313,  */
.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}

/* line 1317,  */
.single-post-area .navigation-area .nav-left .thumb img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 1322,  */
.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 1329,  */
.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1;
}

/* line 1334,  */
.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: .5;
}

@media (max-width: 767px) {
  /* line 1310,  */
  .single-post-area .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}

/* line 1345,  */
.single-post-area .navigation-area .nav-right {
  text-align: right;
}

/* line 1348,  */
.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}

/* line 1352,  */
.single-post-area .navigation-area .nav-right .thumb img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 1357,  */
.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 1364,  */
.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}

/* line 1369,  */
.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: .5;
}

@media (max-width: 991px) {
  /* line 1377,  */
  .single-post-area .sidebar-widgets {
    padding-bottom: 0px;
  }
}

/* line 1384,  */
.comments-area {
  background: transparent;
  border-top: 1px solid #eee;
  padding: 45px 0;
  margin-top: 50px;
}

@media (max-width: 414px) {
  /* line 1384,  */
  .comments-area {
    padding: 50px 8px;
  }
}

/* line 1395,  */
.comments-area h4 {
  margin-bottom: 35px;
  font-size: 18px;
}

/* line 1402,  */
.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}

/* line 1411,  */
.comments-area .comment-list {
  padding-bottom: 48px;
}

/* line 1414,  */
.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}

/* line 1418,  */
.comments-area .comment-list.left-padding {
  padding-left: 25px;
}

@media (max-width: 413px) {
  /* line 1424,  */
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }
  /* line 1428,  */
  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }
  /* line 1432,  */
  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}

/* line 1439,  */
.comments-area .thumb {
  margin-right: 20px;
}

/* line 1442,  */
.comments-area .thumb img {
  width: 70px;
  border-radius: 50%;
}

/* line 1448,  */
.comments-area .date {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  margin-left: 20px;
}

/* line 1455,  */
.comments-area .comment {
  margin-bottom: 10px;
  color: #777777;
  font-size: 15px;
}

/* line 1461,  */
.comments-area .btn-reply {
  background-color: transparent;
  color: #888888;
  padding: 5px 18px;
  font-size: 14px;
  display: block;
  font-weight: 400;
}

/* line 1478,  */
.comment-form {
  border-top: 1px solid #eee;
  padding-top: 45px;
  margin-top: 50px;
  margin-bottom: 20px;
}

/* line 1486,  */
.comment-form .form-group {
  margin-bottom: 30px;
}

/* line 1490,  */
.comment-form h4 {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 22px;
}

/* line 1498,  */
.comment-form .name {
  padding-left: 0px;
}

@media (max-width: 767px) {
  /* line 1498,  */
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
}

/* line 1507,  */
.comment-form .email {
  padding-right: 0px;
}

@media (max-width: 991px) {
  /* line 1507,  */
  .comment-form .email {
    padding-left: 0px;
  }
}

/* line 1515,  */
.comment-form .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

/* line 1523,  */
.comment-form .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/* line 1528,  */
.comment-form .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/* line 1533,  */
.comment-form .form-control::placeholder {
  color: #777777;
}

/* line 1538,  */
.comment-form textarea {
  padding-top: 18px;
  border-radius: 12px;
  height: 100% !important;
}

/* line 1544,  */
.comment-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  color: #777;
}

/* line 1550,  */
.comment-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #777;
}

/* line 1556,  */
.comment-form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #777;
}

/* line 1562,  */
.comment-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #777;
}

/*============ End Blog Single Styles  =============*/
/*=================== contact banner start ====================*/
/* line 3,  */
.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 10,  */
.contact-info {
  margin-bottom: 25px;
}

/* line 13,  */
.contact-info__icon {
  margin-right: 20px;
}

/* line 16,  */
.contact-info__icon i, .contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}

/* line 24,  */
.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: #2a2a2a;
}

/* line 30,  */
.contact-info .media-body h3 a:hover {
  color: #1f2b7b;
}

/* line 36,  */
.contact-info .media-body p {
  color: #8a8a8a;
}

/*=================== contact banner end ====================*/
/*=================== contact form start ====================*/
/* line 45,  */
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* line 53,  */
.form-contact label {
  font-size: 14px;
}

/* line 57,  */
.form-contact .form-group {
  margin-bottom: 30px;
}

/* line 61,  */
.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

/* line 69,  */
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/* line 74,  */
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/* line 80,  */
.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
}

/*=================== contact form end ====================*/
/* Contact Success and error Area css
============================================================================================ */
/* line 97,  */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}

/* line 106,  */
.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 112,  */
.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

/* line 121,  */
.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}

/* line 126,  */
.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

/* line 133,  */
.contact-section {
  padding: 130px 0 100px;
}

@media (max-width: 991px) {
  /* line 133,  */
  .contact-section {
    padding: 70px 0 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 133,  */
  .contact-section {
    padding: 80px 0 50px;
  }
}

/* line 141,  */
.contact-section .btn_2 {
  background-color: #191d34;
  padding: 18px 60px;
  border-radius: 50px;
  margin-top: 0;
}

/* line 146,  */
.contact-section .btn_2:hover {
  background-color: #1f2b7b;
}

/* line 1, */
.breadcam_bg {
  background-image: url(../img/banner/bradcam.html);
}

/* line 4, */
.breadcam_bg_1 {
  background-image: url(../img/banner/bradcam2.html);
}

/* line 7, */
.breadcam_bg_2 {
  background-image: url(../img/banner/bradcam3.html);
}

/* line 10, */
.bradcam_area {
  background-size: cover;
  background-position: center center;
  padding: 160px 0;
  background-position: bottom;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  /* line 10, */
  .bradcam_area {
    padding: 150px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 10, */
  .bradcam_area {
    padding: 150px 0;
  }
}

/* line 22, */
.bradcam_area h3 {
  font-size: 50px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 0;
  font-family: "Oswald", sans-serif;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  /* line 22, */
  .bradcam_area h3 {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 22, */
  .bradcam_area h3 {
    font-size: 40px;
  }
}

/* line 38, */
.popup_box {
  background: #fff;
  display: inline-block;
  z-index: 9;
  width: 681px;
  padding: 60px 40px;
}

@media (max-width: 767px) {
  /* line 38, */
  .popup_box {
    width: 320px;
    padding: 45px 30px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 38, */
  .popup_box {
    width: 420px !important;
    padding: 45px 30px;
  }
}

/* line 57, */
.popup_box h3 {
  text-align: center;
  font-size: 22px;
  color: #1F1F1F;
  margin-bottom: 46px;
}

/* line 63, */
.popup_box .boxed-btn3 {
  width: 100%;
  text-transform: capitalize;
}

/* line 67, */
.popup_box .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  /* border-radius: 5px; */
  border: solid 1px #E2E2E2;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  width: 100% !important;
  /* height: 42px; */
  line-height: 50px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  border-radius: 0;
  margin-bottom: 30px;
  height: 50px !important;
  font-size: 16px;
  font-weight: 400;
  color: #919191;
}

/* line 101, */
.popup_box .nice-select::after {
  content: "\f0d7";
  display: block;
  height: 5px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 17px;
  top: 3px;
  transition: all 0.15s ease-in-out;
  width: 5px;
  font-family: fontawesome;
  color: #919191;
  font-size: 15px;
}

/* line 116, */
.popup_box .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  height: 200px;
  overflow-y: scroll;
}

/* line 125, */
.popup_box .nice-select.list {
  height: 200px;
  overflow-y: scroll;
}

/* line 131, */
#test-form {
  display: inline-block;
  margin: auto;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  /* line 131, */
  #test-form {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* line 146, */
#test-form .mfp-close-btn-in .mfp-close {
  color: #333;
  display: none !important;
}

/* line 151, */
#test-form button.mfp-close {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 151, */
  #test-form button.mfp-close {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
}

/* line 162, */
#test-form button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
  width: 40px;
  height: 40px;
  background: #4A3600;
  text-align: center;
  line-height: 20px;
  position: absolute;
  right: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: absolute;
  right: -6px;
  color: #fff !important;
}

/* line 189, */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #4A3600;
  opacity: 0.6;
}

@media (max-width: 767px) {
  /* line 208, */
  .gj-picker.gj-picker-md.timepicker {
    width: 310px;
    left: 6px !important;
  }
}

@media (max-width: 767px) {
  /* line 215, */
  .gj-picker.gj-picker-md.datepicker.gj-unselectable {
    width: 320px;
    left: 0 !important;
  }
}

/* line 1,  */
.flex-center-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

/* line 13,  */
.overlay::before {
  background-image: -moz-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, black 100%);
  background-image: -webkit-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, black 100%);
  background-image: -ms-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, black 100%);
}

/* line 47, MENÚ DE COLOR nav*/
.header-area .menu-wrapper .main-menu ul ul.submenu, .header-sticky.sticky-bar {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#950101+0,630102+50,3d0302+100 */
  background: #cf06dd;
  /* Old browsers */
  background: -moz-linear-gradient(Left,#0033ff 0%, #008bfc 50%, #0033ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0033ff 0%, #008bfc 50%, #0033ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(left, #0033ff 0%, #008bfc 50%, #0033ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#950101', endColorstr='#3d0302',GradientType=0 );
  /* IE6-9 */
}

/* line 76,  */
.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

/* line 81,  */
.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

/* line 86,  */
b,
sup,
sub,
u,
del {
  color: #1f2b7b;
}

/* line 95,  */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #828bb2;
}

/* line 105,  */
.button-area {
  background: #fff;
}

/* line 106,  */
.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

/* line 114,  */
.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}

/* line 117,  */
.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

/* line 123,  */
.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 134,  */
.genric-btn:focus {
  outline: none;
}

/* line 137,  */
.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}

/* line 141,  */
.genric-btn.large {
  line-height: 45px;
}

/* line 144,  */
.genric-btn.medium {
  line-height: 30px;
}

/* line 147,  */
.genric-btn.small {
  line-height: 25px;
}

/* line 150,  */
.genric-btn.radius {
  border-radius: 3px;
}

/* line 153,  */
.genric-btn.circle {
  border-radius: 20px;
}

/* line 156,  */
.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 163,  */
.genric-btn.arrow span {
  margin-left: 10px;
}

/* line 167,  */
.genric-btn.default {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 171,  */
.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 176,  */
.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 179,  */
.genric-btn.default-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 185,  */
.genric-btn.primary {
  color: #fff;
  background: #1f2b7b;
  border: 1px solid transparent;
}

/* line 189,  */
.genric-btn.primary:hover {
  color: #1f2b7b;
  border: 1px solid #1f2b7b;
  background: #fff;
}

/* line 195,  */
.genric-btn.primary-border {
  color: #1f2b7b;
  border: 1px solid #1f2b7b;
  background: #fff;
}

/* line 199,  */
.genric-btn.primary-border:hover {
  color: #fff;
  background: #1f2b7b;
  border: 1px solid transparent;
}

/* line 205,  */
.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

/* line 209,  */
.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

/* line 215,  */
.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

/* line 219,  */
.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

/* line 225,  */
.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

/* line 229,  */
.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

/* line 235,  */
.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

/* line 239,  */
.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

/* line 245,  */
.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

/* line 249,  */
.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

/* line 255,  */
.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

/* line 259,  */
.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

/* line 265,  */
.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

/* line 269,  */
.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

/* line 275,  */
.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

/* line 279,  */
.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

/* line 285,  */
.genric-btn.link {
  color: #415094;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

/* line 290,  */
.genric-btn.link:hover {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 296,  */
.genric-btn.link-border {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}

/* line 301,  */
.genric-btn.link-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 307,  */
.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

/* line 315,  */
.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #1f2b7b;
}

/* line 321,  */
.progress-table-wrap {
  overflow-x: scroll;
}

/* line 325,  */
.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}

/* line 329,  */
.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}

/* line 333,  */
.progress-table .country {
  width: 28.07%;
}

/* line 336,  */
.progress-table .visit {
  width: 19.74%;
}

/* line 339,  */
.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}

/* line 343,  */
.progress-table .table-head {
  display: flex;
}

/* line 345,  */
.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
  color: #415094;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 355,  */
.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}

/* line 359,  */
.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}

/* line 367,  */
.progress-table .table-row .country img {
  margin-right: 15px;
}

/* line 372,  */
.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}

/* line 376,  */
.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}

/* line 379,  */
.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}

/* line 382,  */
.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}

/* line 385,  */
.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}

/* line 388,  */
.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}

/* line 391,  */
.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}

/* line 394,  */
.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}

/* line 397,  */
.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}

/* line 400,  */
.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

/* line 409,  */
.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}

/* line 417,  */
.list-style {
  width: 14px;
  height: 14px;
}

/* line 423,  */
.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}

/* line 427,  */
.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #1f2b7b;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

/* line 441,  */
.ordered-list {
  margin-left: 30px;
}

/* line 443,  */
.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #1f2b7b;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 448,  */
.ordered-list li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 456,  */
.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #1f2b7b;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 462,  */
.ordered-list-alpha li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 470,  */
.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #1f2b7b;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 476,  */
.ordered-list-roman li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 483,  */
.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 491,  */
.single-input:focus {
  outline: none;
}

/* line 496,  */
.input-group-icon {
  position: relative;
}

/* line 498,  */
.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

/* line 503,  */
.input-group-icon .icon i {
  color: #797979;
}

/* line 508,  */
.input-group-icon .single-input {
  padding-left: 45px;
}

/* line 513,  */
.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}

/* line 523,  */
.single-textarea:focus {
  outline: none;
}

/* line 528,  */
.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 536,  */
.single-input-primary:focus {
  outline: none;
  border: 1px solid #1f2b7b;
}

/* line 542,  */
.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 550,  */
.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

/* line 556,  */
.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 564,  */
.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

/* line 570,  */
.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 577,  */
.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* line 587,  */
.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #1f2b7b;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 600,  */
.default-switch input:checked + label {
  left: 19px;
}

/* line 607,  */
.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 614,  */
.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 623,  */
.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* line 631,  */
.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 645,  */
.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 661,  */
.primary-switch input:checked + label:after {
  left: 19px;
}

/* line 664,  */
.primary-switch input:checked + label:before {
  background: #1f2b7b;
}

/* line 672,  */
.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 679,  */
.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 688,  */
.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* line 696,  */
.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

/* line 710,  */
.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 726,  */
.confirm-switch input:checked + label:after {
  left: 19px;
}

/* line 729,  */
.confirm-switch input:checked + label:before {
  background: #4cd3e3;
}

/* line 737,  */
.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 744,  */
.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 753,  */
.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 766,  */
.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none;
}

/* line 774,  */
.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 781,  */
.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 790,  */
.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 803,  */
.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none;
}

/* line 811,  */
.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 818,  */
.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 827,  */
.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 839,  */
.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

/* line 844,  */
.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none;
}

/* line 852,  */
.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 859,  */
.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 868,  */
.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 881,  */
.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 889,  */
.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 896,  */
.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 905,  */
.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 918,  */
.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 926,  */
.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 933,  */
.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 942,  */
.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 954,  */
.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

/* line 959,  */
.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 967,  */
.default-select {
  height: 40px;
}

/* line 969,  */
.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}

/* line 976,  */
.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

/* line 983,  */
.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

/* line 990,  */
.default-select .nice-select .list .option.selected {
  color: #1f2b7b;
  background: transparent;
}

/* line 994,  */
.default-select .nice-select .list .option:hover {
  color: #1f2b7b;
  background: transparent;
}

/* line 1001,  */
.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

/* line 1005,  */
.default-select .nice-select::after {
  right: 20px;
}

/* line 1010,  */
.form-select {
  height: 40px;
  width: 100%;
}

/* line 1013,  */
.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

/* line 1021,  */
.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

/* line 1028,  */
.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}

/* line 1035,  */
.form-select .nice-select .list .option.selected {
  color: #1f2b7b;
  background: transparent;
}

/* line 1039,  */
.form-select .nice-select .list .option:hover {
  color: #1f2b7b;
  background: transparent;
}

/* line 1046,  */
.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

/* line 1050,  */
.form-select .nice-select::after {
  right: 20px;
}

/* line 1054,  */
.mt-10 {
  margin-top: 10px;
}

/* line 1057,  */
.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

/* line 1061,  */
.mb-30 {
  margin-bottom: 30px;
}

/* line 1064,  */
.mt-30 {
  margin-top: 30px;
}

/* line 1067,  */
.switch-wrap {
  margin-bottom: 10px;
}


#box:hover {
 // box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  transition: all .3s;
  transform: scale(1.1);
}

/*CALL ACTION*/
.separador_{
  background-image: url(../img/hero/separador.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}


.separador h2 {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
  align-items: center;
}



.#call{
  background-color: #0a8d1c;
  transition: background-color 1s linear;
  }

  .py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  } 

  #h2-atrevete{
    color: #fff;
    font-size: 23px;
    
  }

  #h2_vive{
    color: #fff;
  font-size: 65px;
  font-weight: 700;
  text-transform: uppercase;
  align-items: center;
  }

  .py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }


  .card_costo{
  color: #48abe0;
  
  border-radius: 5px;
  cursor: pointer;
  }

  .card_costo:hover{
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  transition: all .3s;
  transform: scale(1.1);
  
  }


  .max-w-full{
    max-width: 100%;
  }

  .w-full{
    width: 100%;
  }
  

  .font-semibold{
    font-weight: 600;
  }

  .container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }

  .text-body-color{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }


  .bk-faq{
    background-image: url(../img/hero/header-mataton.png);
    background-attachment: fixed;
    background-repeat: round;
    opacity: 1;
  }




  .parpadea {
    
    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  
    -webkit-animation-name:parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
  }
  
  @-moz-keyframes parpadeo{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
  }
  
  @-webkit-keyframes parpadeo {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
     100% { opacity: 1.0; }
  }
  
  @keyframes parpadeo {  
    0% { opacity: 1.0; }
     50% { opacity: 0.0; }
    100% { opacity: 1.0; }
  }


.g-6,
.gx-6 {
  --bs-gutter-x: 4.5rem;
}
.g-6,
.gy-6 {
  --bs-gutter-y: 4.5rem;
}
@media (min-width: 576px) {
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 768px) {
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 992px) {
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 4.5rem;
  }
}
.mb-6 {
  margin-bottom: 4.5rem !important;
}
.py-6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}
@media (min-width: 576px) {
  .mb-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .py-sm-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
@media (min-width: 768px) {
  .mb-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .py-md-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .py-lg-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .py-xl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
@media (min-width: 1400px) {
  .mb-xxl-6 {
    margin-bottom: 4.5rem !important;
  }
  .py-xxl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}


.back{
  
  background-image: url(../img/hero/back_fixed.png);
  background-repeat: round;
  background-attachment: fixed;
  opacity: 0.9;
}



.back_3{
  --opacidad-negro: 0.5;
  background-image: linear-gradient(rgba(0, 68, 255, 0.5), rgba(24, 118, 241, 0.5)),url(../img/hero/back_fixed.png);
  background-repeat: round;
  background-attachment: fixed;
  
}


#bk-costos{
  background-color: #000;
  
}


.contenedor img {
  position: absolute;
  left: 0;
  transition: opacity 1.5s ease-in-out;
}

.contenedor img.top:hover {
  opacity: 0;
}

