/*-----------------------------------------------------------------*/
/* About
/*-----------------------------------------------------------------*/
body{
    background-color: #fbf9f5;
}

.features-info h4{
    color: var(--main-color);
}

.features-icon-box {
	margin-bottom:50px;
    /* text-align: center; */
    margin-bottom: 50px;
    /* border: 1px solid #EAE7E7; */
    padding: 29px 10px 20px;
    color: white;
    background: white;
    border-radius: 5px;
    transition: .25s;
}

.features-icon-box:hover{
    transform: translateY(-5px);
    /* background: rgba(255, 255, 255, 0.1); */
    border-radius: 15px;
    backdrop-filter:blur(5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: .25s;
}

.features-icon-box .features-icon {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 41px;
	color:var(--secondary-color);
}

.features-icon-box .features-info {
	margin-left: 80px;
}


.section {
	padding:100px 0 70px;
	position:relative;
}

.section .container {
	position:relative;
}

.comments-section {
	padding:50px 0;
}

.comments-section h3 {
	margin-bottom: 35px;
	text-transform: none;
}

/* button in scrolling */
.scrollup {
	width:35px;
	height:35px;
	position:fixed;
	bottom:30px;
	right:15px;
	display:none;
	border: 3px solid var(--secondary-color);
	text-align: center;
    z-index: 999;
}

.scrollup i {
	color:var(--secondary-color);
	display:block;
	line-height:33px;
}

.scrollup:hover {
	background:var(--secondary-color);
}

.scrollup i:hover{
    color: white;
}


#history {
    background: url('../../images/presentations/testimonials.jpg');
}


.timeline {
    position: relative;
    padding: 0;
    list-style: none;
  }
  .timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: "";
    background-color: #e9ecef;
  }
  .timeline > li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px;
  }
  .timeline > li:after, .timeline > li:before {
    display: table;
    content: " ";
  }
  .timeline > li:after {
    clear: both;
  }
  .timeline > li .timeline-panel {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
  }
  .timeline > li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  .timeline > li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
  .timeline > li .timeline-image {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    text-align: center;
    color: white;
    border: 7px solid #e9ecef;
    border-radius: 100%;
    background-color: var(--secondary-color);

    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
    height: 100%; /* Asegura que tenga una altura definida */
  }

  .timeline i {
    font-size:80px;
  }

  .text-download{
    font-size: 16px;
    border-radius: 50%;
  }
  .icon-download{
    font-size: 16px !important;
  }
  .link-download{
    text-decoration: none; /* Quitar el subrayado */
    color: inherit; /* Usar el color del texto por defecto */
  }

  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    line-height: 14px;
    /* margin-top: 12px; */
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
  }
  .timeline > li.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  .timeline > li.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
  .timeline > li:last-child {
    margin-bottom: 0;
  }
  .timeline .timeline-heading h4, .timeline .timeline-heading .h4 {
    margin-top: 0;
    color: white;
  }
  .timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
    text-transform: none;
  }
  .timeline .timeline-body > ul,
  .timeline .timeline-body > p {
    margin-bottom: 0;
  }
  .section-heading{
      color: #FFFFFF;
  }



  /* .text-muted{
      color: white !important;
  } */

  /* .services-box {
    text-align: center;
    margin-bottom: 50px;
    border: 1px solid #EAE7E7;
    padding: 29px 10px 20px;
  } */

  /* .timeline-inverted{
    display: none;
  }
  .timeline-responsive{
    display: block;
  } */
  .btn-white{
    display: inline-block;
    padding: 6px 20px;
    border: 2px solid var(--text-color-white);
    color: var(--text-color-white);
    font-weight: bold;
    transition: all 0.3s;
    text-decoration: none;
    background: transparent;
    border-radius: 7%;
  }

  .btn-white:hover {
    color: var(--secondary-color);
    background: var(--text-color-white);
  }

  .timeline-image-dw{
    width: auto !important;
    left: 47% !important;
  }

  @media (min-width: 768px) {
    .timeline-image-dw{
        margin-left: -130px !important;
    }

    .timeline:before {
      left: 50%;
    }
    .timeline > li {
      min-height: 100px;
      margin-bottom: 100px;
    }
    .timeline > li .timeline-panel {
      float: left;
      width: 41%;
      padding: 0 20px 20px 30px;
      text-align: right;
    }
    .timeline > li .timeline-image {
      left: 50%;
      width: 100px;
      height: 100px;
      margin-left: -50px;
    }
    .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
      line-height: 16px;
      /* margin-top: 16px; */
    }
    .timeline > li.timeline-inverted > .timeline-panel {
      float: right;
      padding: 0 30px 20px 20px;
      text-align: left;
    }

    .text-download{
        /* font-size: 8px; */
        padding: 5px;
      }
      .timeline i {
        font-size: 65px;
    }
    /* .balance-1{
        35px !important;
    } */
    /* .timeline-inverted{
        display: block;
    }
    .timeline-responsive{
        display: none;
    } */

  }
  @media (min-width: 992px) {
    .timeline > li {
      min-height: 150px;
    }
    .timeline > li .timeline-panel {
      padding: 0 20px 20px;
    }
    .timeline > li .timeline-image {
      width: 150px;
      height: 150px;
      margin-left: -75px;
    }
    .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
      line-height: 26px;
      /* margin-top: 30px; */
    }
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 20px 20px;
    }
  }
  @media (min-width: 1200px) {
    .timeline > li {
      min-height: 170px;
    }
    .timeline > li .timeline-panel {
      padding: 0 20px 20px 100px;
    }
    .timeline > li .timeline-image {
      width: 170px;
      height: 170px;
      margin-left: -85px;
    }
    .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
      /* margin-top: 40px; */
    }
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 100px 20px 20px;
    }
  }


  @media (max-width: 768px) {
    .timeline > li .timeline-image {
        height: 100px;
        /* width: auto; */
    }
    .timeline i {
        font-size: 40px;
    }
    .text-download{
        font-size: 8px;
      }
    .timeline-image-dw{
        left: auto !important;
    }
}






  /* NUevos estilos */

  /*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/
 .slider_section {
    min-height: 560px;
    background: var(--main-color);
    position: relative;
}

.slider_section::after {
    width: 33%;
    position: absolute;
    top: 0;
    right: 220px;
    content: "";
    background: #FFF;
    display: block;
    height: 471px;
    transform: skew(315deg);
    overflow: hidden;
}
.slider_section::before {
   width: 100%;
   position: absolute;
   bottom: 0;
   right: 0px;
   content: "";
   background: #fff;
   display: block;
   height: 90px;
}
.slider_section .full {
    position: relative;
    z-index: 9;
}
.slide_img {
   margin-top: 40px;
   margin-bottom: 0;
}
.top-banner-slider .heroslider {
    margin: 0px;
    padding: 0px;
    border: none;
    position: relative;
    border-radius: 0;
}
.swiper-overlay {
    height: 100%;
    position: relative;
}
.swiper-overlay {
    background: rgba(0, 0, 0, 0.9);
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}
.heroslider .container {
    position: relative;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    z-index: 5;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.heroslider .slider-01 {
    width: 100%;
    background-image: url(../images/slider-01.jpg);
    background-size: cover;
    background-position: center;
}
.heroslider .slider-02 {
    width: 100%;
    background-image: url(../images/slider-02.jpg);
    background-size: cover;
    background-position: center;
}
.heroslider .slider-03 {
    width: 100%;
    background-image: url(../images/slider-03.jpg);
    background-size: cover;
    background-position: center;
}
.heroslider .slides li {
    height: 600px;
}
.top-banner-slider .heroslider .slides li::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}
.top-banner-slider .flex_caption3 {
    position: absolute;
    z-index: 30;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: 0 -15px;
    display: flex;
}
a.slide_banner {
    position: relative;
    display: inline-block;
    margin: 0 12px 0 15px;
}
.slide1_banner1 {
    width: 570px;
}
.slide1_banner2 {
    width: 270px;
}
.slide1_banner3 {
    width: 270px;
}
.top-banner-slider .flex_caption1 {
    text-align: center;
    position: absolute;
    z-index: 30;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 31%;
    max-width: 720px;
    width: 100%;
    text-transform: uppercase;
    color: #333;
}
.top-banner-slider .flex_caption1 .title1 {
    font-weight: 300;
    color: #ffffff;
}
.top-banner-slider .flex_caption1 .title2 {
    font-weight: 900;
    color: #ffffff;
}
.top-banner-slider .flex_caption2 {
    text-align: center;
}
.top-banner-slider .flex_caption2 {
    position: absolute;
    z-index: 30;
    left: 0;
    top: 20%;
    display: table;
    width: 177px;
    height: 177px;
    background-color: #242424;
}
.top-banner-slider .flex_caption2 .middle {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    line-height: 31px;
    color: #fff;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}
.top-banner-slider .flex_caption2 .middle:hover {
    background: #38c8a8;
}
.top-banner-slider .flex_caption2 span {
    display: block;
    font-weight: 100;
    line-height: 36px;
}
a.slide_banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    border: 2px solid #ffffff;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}
a.slide_banner:hover::before {
    left: -7px;
    top: -7px;
    right: -7px;
    bottom: -7px;
    opacity: 1;
}
.flex-control-nav {
    background: #38c8a8;
    bottom: 0px;
    position: relative;
}
.flex-control-nav li {
    line-height: 10px;
}
.flex-control-paging li a {
    background: rgba(255, 255, 255, 1);
    border: 2px solid #ffffff;
}
.flex-control-paging li a.flex-active {
    border: 2px solid #ffffff;
}
/* .flex-direction-nav a {
    background: #111111;
    text-align: center;
} */
.heroslider:hover .flex-direction-nav .flex-prev:hover {
    background: #38c8a8;
}
.heroslider:hover .flex-direction-nav .flex-next:hover {
    background: #38c8a8;
}
.flex-direction-nav a::before {
    color: #ffffff;
}
.top-banner-slider .swiper-pagination {
    padding: 10px 0px;
}
.heroslider .swiper-pagination {
    bottom: 0px;
    background: #38c8a8;
}
.heroslider .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}
.heroslider .swiper-pagination::before {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    left: -10px;
    top: 4px;
    z-index: -1;
    background: #e12d4f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.heroslider .swiper-pagination::after {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    right: -10px;
    top: 4px;
    z-index: -1;
    background: #e12d4f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.heroslider .swiper-pagination.swiper-pagination-bullets-dynamic {
    overflow: visible;
    width: 110px !important;
}
.heroslider .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
}
input[type="checkbox"].styled:checked+label:after, input[type="radio"].styled:checked+label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
}
input[type="checkbox"] .styled:checked+label::before, input[type="radio"] .styled:checked+label::before {
    color: #fff;
}
input[type="checkbox"] .styled:checked+label::after, input[type="radio"] .styled:checked+label::after {
    color: #fff;
}











.relative {
    position: absolute;
     right: 0;
     top: 50%;
     transform: translateY(-50%);
    bottom: auto;
     text-align: left;
     padding: 0;
}
 .banner-main {
    position: relative;
}
.slider_section h1 {
    line-height: 65px;
    color: #fff;
    margin-bottom: 25px;
    padding-bottom: 0;
    margin-top: 140px;
}
.slider_section h1 strong.cur {
    line-height: 50px;
    color: #5293b7;
    font-weight: 400;
}
.slider_section p {
    color: #fff;
}
.banner-main span {
     color: #2f2f2f;
     padding-bottom: 25px;
     display: inline-block;
}
.banner-main p {
     line-height: 30px;
     color: #2f2f2f;
}
.heading h2 {
    padding: 0;
    font-weight: 500;
    text-align: left;
    color: #282e40;
}
 .about .aboutimg {
    text-align: center;
}
 .about .aboutimg figure {
    margin: 0px;
     padding-top: 40px;
}
 .about .aboutimg p {
     line-height: 32px;
     color: #555554;
     padding: 30px 0px;
}
 .about .aboutimg a{
     width: 218px;
     padding: 20px 0px;
     background-color: #000;
     color: #fff;
     display: inline-block;
     line-height: 20px;
     text-transform: uppercase;
     text-align: center;
}
 .about .aboutimg a:hover {
    color: #fff;
     background-color: #18bb18;
}
 .Coach {
     background-color: #fff;
     padding: 90px 0px;
}
 .Coach .titlepage {
     text-align: center;
     padding-bottom: 65px;
}
 .Coach .titlepage h2 {
     line-height: 72px;
     color: #18bb18;
}
 .need {
    color: #120f0f;
     font-weight: normal;
}
 .Coach .titlepage span {
     line-height: 22px;
     color: #383838;
}
 .Coach .tow-box {
     background-color: #fff;
}
 .mrgn-top {
    margin-top: 60px;
}
 .Coach .tow-box i {
     padding-right: 34px;
     float: left;
}
 .Coach .tow-box i img {
     float: left;
}
 .Coach .tow-box p {
     line-height: 34px;
     color: #151108;
}
 .Coach .read-more {
    margin-top: 60px;
}
 .Coach .read-more a{
     padding: 20px 0px;
     background-color: #000;
     color: #fff;
     display: inline-block;
     font-weight: 400;
     line-height: 20px;
     margin: 0 auto;
     display: flex;
     justify-content: center;
     width: 218px;
     text-transform: uppercase;
     text-align: center;
}
 .Coach .read-more a:hover {
    background-color: #18bb18;
}
 .green_bg {
    background-color: #18bb18;
}
 .guaranteed figure {
    margin: 0;
}
 .guaranteed figure img {
    width: 100%
}
 .pdn-right {
    padding-right: 0px;
}
 .get {
    padding-left: 30.3%;
     padding-bottom: 49px;
     padding-top: 32px;
}
 .get h2 {
     font-weight: bold;
     line-height: 86px;
     color: #14120f;
}
 .white {
    color: #fff;
}
 .get p {
    color: #fff;
     line-height: 32px;
}
 .get a {
     padding: 20px 0px;
     background-color: #000;
     color: #fff;
     width: 201px;
     display: inline-block;
     text-align: center;
     text-transform: uppercase;
     margin-top: 30px;
}
 .get a:hover {
    color: #14120f;
     background-color: #fff;
}
 .contact_form {
     background: #282e40;
     padding: 45px;
}
 .carousel-control-next {
     left: 0px;
     bottom: 109px;
}
 .carousel-control-prev {
     bottom: 68px;
     bottom: 0;
}
 .full-slider_cont {
     background-color: #fff;
     padding-top: 50px;
}
 .full-slider_cont h1 {
     line-height: 72px;
     color: #110707;
}
 .dark_brown {
     color: #ad2100;
     font-weight: bold;
}
 .full-slider_cont p {
     font-weight: 400;
     line-height: 34px;
     color: #262424;
     padding: 19px 0px 70px 0px;
}
 .cur {
     color: #120f0f;
}
 .Contact {
     background-color: #fff;
     padding-top: 90px;
     padding-bottom: 90px;
}
 .Contact .titlepage3 {
     padding-bottom: 50px;
}
 .Contact .titlepage3 h2 {
     line-height: 50px;
     color: #01080b;
     padding-bottom: 0px;
     font-weight: bold;
}

.form-control:focus, .form-control:hover {
    /* border: none !important; */
    background: transparent;
    color: #FFF;
}

 .send-btn {
     border: #000000 solid 2px;
     padding: 16px 70px;
     background-color: #000000;
     color: #fff;
     border-radius: 40px;
     margin: 0 auto;
}
 .send-btn:hover {
     background-color: #18bb18;
     border: #18bb18 solid 2px;
     color: #fff;
}
 .pdn-top-30 {
    padding-top: 30px;
}
 ul.location_icon {
     list-style: none;
     margin: 0;
     padding: 0;
     width: 100%;
     float: left;
}
 ul.location_icon li {
     float: left;
     height: 70px;
     color: #fff;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
}
 ul.location_icon li img {
    padding-right: 10px;
}
 ul.location_icon span {
     font-weight: 400;
}
 ul.socil_link {
     list-style: none;
     margin: 0;
     padding: 0;
     width: 100%;
     float: left;
}
 ul.socil_link li {
     float: left;
     padding-right: 22%;
     height: 70px;
     margin: 0 -1px 0 0;
     text-align: center;
     display: flex;
     justify-content: center;
     align-items: center;
}
.copyright {
    background-color: #046882;
    padding: 10px 0px;
    float: left;
    width: 100%;
    text-align: center;
}
.copyright p {
    color: #fff;
    text-align: center;
    width: 100%;
}
 .copyright a {
    color: #fff;
}
 .copyright a:hover {
    color: #12c6f4;
}
/*--------------------------------------------------------------------- inner_page css ---------------------------------------------------------------------*/
 .about_page .about {
    margin-bottom: 90px;
}
 .about-bg {
     background-color: #12c6f4;
     margin-bottom: 90px;
}
 .about-bg .abouttitle h2 {
     color: #fff;
     text-transform: uppercase;
     line-height: 45px;
     padding: 40px 0;
     font-weight: 500;
     text-align: center;
}
 .about_page .about .aboutimg p{
    text-align: left;
}
 .meet_page .get_infor {
    margin-bottom: 90px;
}
 .meet_page .meet-me {
     background-color: #18bb18;
     margin-bottom: 90px;
}
 .pdntp {
    padding-top: 135px;
}
 .meet_page .meet-me .abouttitle h2 {
     color: #fff;
     text-transform: uppercase;
     line-height: 45px;
     padding: 40px 0;
     font-weight: 500;
     text-align: center;
}
 .Coach-bg {
     background-color: #18bb18;
}
 .Coach-bg .abouttitle h2 {
     color: #fff;
     text-transform: uppercase;
     line-height: 45px;
     padding: 40px 0;
     font-weight: 500;
     text-align: center;
}
 .Contact-bg {
     background-color: #18bb18;
}
 .Contact-bg .abouttitle h2 {
     color: #fff;
     text-transform: uppercase;
     line-height: 45px;
     padding: 40px 0;
     font-weight: 500;
     text-align: center;
}

.left_white {
     position: relative;
}
.left_white::after {
    position: absolute;
    height: 100%;
    width: 10%;
    right: 0;
    top: 0;
    background: #fff;
    content: "";
    display: block;
}
.right_white {
     position: relative;
}
.right_white::after {
    position: absolute;
    height: 100%;
    width: 10%;
    left: 0;
    top: 0;
    background: #fff;
    content: "";
    display: block;
}
.padding_right_0 {
     padding-right: 0 !important;
}
.padding_left_0 {
     padding-left: 0 !important;
}
.main_heading_1 h2 {
    font-weight: 700;
    color: #5293b7;
    padding: 0;
    margin-top: 50px;
}
.blog_blue p {
    line-height: 23px;
    padding: 0 15px 20px 15px;
    position: relative;
    z-index: 1;
}
.blog_blue {
    background: #12c6f4;
    margin-top: -1px;
    position: relative;
}
.blog_blue::after {
    width: 110%;
    height: 50px;
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    left: -5%;
    background: #12c6f4;
    transform: rotate(6deg);
}
header {
    position: relative;
    z-index: 999;
}
button.main_bt {
    background: #12c6f4;
    color: #111;
}

/* responive */

@media (min-width: 1199px) and (max-width: 1299px) {
    .slider_section::after {
        display: none;
     }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .full-slider_cont h1 {
        line-height: 61px;
   }

   .slider_section::after {
    display: none;
    }

    .slider_section::after {
        display: none;
     }
}


@media (min-width: 768px) and (max-width: 991px) {

    .full-slider_cont h1{
        line-height: 50px;
    }

    .slider_section h1 {
        line-height: 35px;
    }

    .slider_section::after {
        display: none;
    }

}
@media (min-width: 576px) and (max-width: 767px){
    .header {
       padding-bottom: 20px;
   }
   .header {
       padding-bottom: 0;
   }
   .header::after {
   content: "";
   display: block;
   width: 80px;
   height: 30px;
   position: absolute;
   right: -15px;
   background: #fff;
   top: -30px;
   transform: skew(-30deg);
}


.header {
   padding: 10px 0px 0;
   margin: 0 0 -18px 0;
}
.slider_section::after {
   display: none;
}
.slide_img {
   margin-top: 40px;
   margin-bottom: 0;
   width: 100%;
}
.button_section {
   padding-top: 30px;
   float: left;
}
.slider_section h1 {
   margin-top: 50px;
}
.slider_section h1 {
   line-height: 35px;
}

.slider_section .button_section {
   display: none;
}

img {
   border-style: none;
   max-width: 100%;
}


}
@media (max-width: 575px) {
    .header {
       padding-bottom: 0;
   }
   .header::after {
   content: "";
   display: block;
   width: 80px;
   height: 30px;
   position: absolute;
   right: -15px;
   background: #fff;
   top: -30px;
   transform: skew(-30deg);
}
.logo {
   float: none;
   text-align: center;
   padding-bottom: 10px;
}

.header {
   padding: 10px 0px 0;
   margin: 0 0 -18px 0;
}
.slider_section::after {
   display: none;
}
.slide_img {
   margin-top: 40px;
   margin-bottom: 0;
   width: 100%;
}
.button_section {
   padding-top: 30px;
   float: left;
}
.slider_section h1 {
   margin-top: 50px;
}
.slider_section h1 {
   line-height: 35px;
}

.slider_section .button_section {
   display: none;
}

.main_heading_1 h2 {
   margin-top: 0;
   margin-bottom: 15px;
}
img {
   border-style: none;
   max-width: 100%;
}

}




/********************/
/*     14. Date     */
/********************/
.basic-5 {
	background-color: #fbf9f5;
}

.basic-5 .text-container {
	padding-top: 3rem;
	padding-bottom: 3rem;
	border-radius: 0.75rem;
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../../images/presentations/testimonials.jpg') center center no-repeat;
	background-size: cover;
	text-align: center;
}

.basic-5 h2 {
	width: 90%;
	margin-right: auto;
	margin-bottom: 2rem;
	margin-left: auto;
	color: #eee;
}

.basic-5 p {
	width: 88%;
	margin-right: auto;
	margin-bottom: 1.75rem;
	margin-left: auto;
	color: #ddd;
}

.basic-5 .btn-solid-lg:hover {
	border: 0.125rem solid #fff;
	color: #fff;
}
