

p {
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
}


/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #151515;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #03a4ed;
  color: #fff;
}

::-moz-selection {
  background: #03a4ed;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.page-section {
  margin-top: 120px;
}

.section-heading h2 {
  font-size: 30px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 700;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
  margin-bottom: -5px;
}

.section-heading h2 em {
  font-style: normal;
  color: #03a4ed;
}

.section-heading h2 span {
  color: #ff695f;
  font-weight: 700;
  opacity: 1;
  text-transform: capitalize;
}

.section-heading span {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ff695f;
  opacity: 0.15;
}

.main-blue-button a {
  display: inline-block;
  background-color: #03a4ed;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-blue-button-hover a {
  display: inline-block;
  background-color: #03a4ed;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  transition: all .3s;
}

.main-blue-button-hover a:hover {
  background-color: #ff695f;
}

.main-red-button a {
  display: inline-block;
  background-color: #ff695f;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-red-button-hover a {
  display: inline-block;
  background-color: #ff695f;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  transition: all .3s;
}

.main-red-button-hover a:hover {
  background-color: #03a4ed;
}

.main-white-button a {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #ff695f;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}
/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 236px 0px 130px 0px;
    position: relative;
    overflow: hidden;
  }
  
  .main-banner:after {
    content: '';
    background-image: url(../images/baner-dec-left.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 100px;
    width: 267px;
    height: 532px;
  }
  
  .main-banner:before {
    content: '';
    background-image: url(../images/banner-right-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 100px;
    width: 819px;
    height: 674px;
  }
  
  .main-banner .item {
    margin-right: 45px;
  }
  
  .main-banner .item h6 {
    text-transform: uppercase;
    font-size: 18px;
    color: #ff695f;
    margin-bottom: 15px;
  }
  
  .main-banner .item h2 {
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
    line-height: 72px;
  }
  
  .main-banner .item h2 em {
    color: #03a4ed;
    font-style: normal;
  }
  
  .main-banner .item h2 span {
    color: #ff695f;
  }
  
  .main-banner .item p {
    margin: 20px 0px;
  }
  
  .main-banner .item .down-buttons {
    display: inline-flex;
  }
  
  .main-banner .item .down-buttons .call-button i {
    margin-right: 5px;
    width: 46px;
    height: 46px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    background: rgb(255,104,95);
    background: linear-gradient(105deg, rgba(255,104,95,1) 0%, rgba(255,144,104,1) 100%);
    color: #fff;
    font-size: 20px;
  }
  
  .main-banner .item .down-buttons .call-button a {
    color: #ff695f;
    font-size: 15px;
    font-weight: 500;
    margin-left: 30px;
  }
  
  .main-banner .owl-dots {
    margin-top: 60px;
    counter-reset: dots;
  }
  
  .main-banner .owl-dot:before {
    counter-increment:dots;
    content: counter(dots);
    font-size: 20px;
    font-weight: 500;
    margin-left: 10px;
    color: #ffffff;
    width: 15px;
    display: inline-block;
    text-align: center;
    border-bottom: 3px solid transparent;
    transition: all .5s;
  }
  
  .main-banner .active:before {
    color: #ff685f;
    border-bottom: 3px solid #ff685f;
  }
/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.our-services .services-left-dec img {
    width: 387px;
    height: 638px;
    left: -80px;
    top: -140px;
    position: absolute;
    z-index: 1;
  }
  
  .our-services .services-right-dec img {
    width: 305px;
    height: 305px;
    right: 25px;
    bottom: -120px;
    position: absolute;
    z-index: 1;
  }
  
  .our-services .container {
    position: relative;
  }
  
  .our-services {
    position: relative;
    margin-top: 0px;
    padding-top: 120px;
  }
  
  .our-services .section-heading {
    text-align: center;
    margin-bottom: 45px;
  }
  
  .our-services .section-heading h2 {
    margin: 0px 60px;
    margin-bottom: -10px;
  }
  
  .our-services .item {
    text-align: center;
    margin: 15px;
    border-radius: 20px;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
  }
  
  .our-services .item h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 30px;
    line-height: 30px;
  }
  
  .our-services .item .icon {
    width: 45px;
    height: 45px;
    margin: 0 auto;
  }
  
  .our-services .item p {
    margin-top: 35px;
    padding-top: 30px;
    border-top: 1px solid #eee;
  }
  
  .our-services .owl-dots {
    text-align: center;
    margin-top: 40px;
  }
  .our-services .owl-dots .owl-dot {
    width: 6px;
    height: 6px;
    background-color: #ff695f;
    border-radius: 50%;
    opacity: 0.3;
    margin: 0px 5px;
  }
  
  .our-services .owl-dots .active {
    opacity: 1;
    width: 10px;
    height: 10px;
  }
/* 
---------------------------------------------
About
--------------------------------------------- 
*/

.about-us {
    margin-top: 0px;
    padding-top: 120px;
  }
  
  .about-us .left-image {
    margin-right: 30px;
  }
  
  .about-us .section-heading h2 {
    margin-right: 60px;
  }
  
  .about-us .section-heading p {
    margin-top: 50px;
  }
  
  .about-us .fact-item .icon {
    width: 45px;
    height: 45px;
  }
  
  .about-us .fact-item {
    margin-top: 45px;
  }
  
  .about-us .fact-item .count-digit {
    font-size: 48px;
    font-weight: 700;
    color: #2a2a2a;
    margin-top: 5px;
  }
  
  .about-us .fact-item .count-title {
    font-size: 15px;
    color: #ff695f;
  }
  
  .about-us .fact-item p {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #eee;
  }
  
  
  /* 
  ---------------------------------------------
  Portfolio
  --------------------------------------------- 
  */
  
  .our-portfolio .portfolio-left-dec img {
    width: 342px;
    height: 311px;
    left: 45px;
    top: 120px;
    position: absolute;
    z-index: 1;
  }
  
  .our-portfolio {
    padding-top: 120px;
    margin-top: 0px;
    position: relative;
  }
  
  .our-portfolio .section-heading {
    text-align: center;
    margin-bottom: 60px;
  }
  
  .our-portfolio .section-heading h2 {
    text-align: center;
    margin: 0px 60px 0px 60px;
    margin-bottom: -5px;
    position: relative;
    z-index: 1;
  }
  
  .our-portfolio {
    margin: 0px 15px;
  }
  
  .our-portfolio .item .thumb {
    position: relative;
  }
  
  .our-portfolio .item .thumb:hover .hover-effect {
    bottom: 30px;
  }
  
  .our-portfolio .item .thumb:hover img {
    opacity: 0.7;
  }
  
  .our-portfolio .item .hover-effect {
    position: absolute;
    background-image: url(../images/hover-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .5s;
    bottom: -240px;
    right: 30px;
    width: 239px;
    height: 210px;
  }
  
  .our-portfolio .item .hover-effect .inner-content {
    position: absolute;
    right: 30px;
    bottom: 30px;
    text-align: right;
  }
  
  .our-portfolio .item .hover-effect .inner-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
  }
  
  .our-portfolio .item .hover-effect .inner-content span {
    font-size: 15px;
    color: #fff;
  }
  
  .our-portfolio .item .thumb img {
    border-radius: 20px;
    transition: all .3s;
  }
  
  .owl-portfolio .owl-nav {
    position: absolute;
    top: 42%;
    width: 100%;
  }
  
  .owl-portfolio .owl-nav .owl-prev {
    position: absolute;
    left: 25px;
  }
  
  .owl-portfolio .owl-nav .owl-next {
    position: absolute;
    right: 30px;
  }
  
  .owl-portfolio .owl-nav .owl-prev span {
      color: transparent;
  }
  
  .owl-portfolio .owl-nav .owl-prev span:hover::after{
    opacity: 1;
  }
  
  .owl-portfolio .owl-nav .owl-prev span:after {
    width: 46px;
    height: 46px;
    background-color: #ff695f;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    color: #fff;
    content: '\f104';
    font-size: 22px;
    font-family: 'FontAwesome';
    transition: all .5s;
    opacity: 0.5;
  }
  
  .owl-portfolio .owl-nav .owl-next span {
      color: transparent;
  }
  
  .owl-portfolio .owl-nav .owl-next span:hover::after{
    opacity: 1;
  }
  
  .owl-portfolio .owl-nav .owl-next span:after {
    width: 46px;
    height: 46px;
    background-color: #ff695f;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    color: #fff;
    content: '\f105';
    font-size: 22px;
    font-family: 'FontAwesome';
    transition: all .5s;
    opacity: 0.5;
  }
  
  .owl-portfolio .owl-dots {
    text-align: center;
    margin-top: 40px;
  }
  .owl-portfolio .owl-dots .owl-dot {
    width: 6px;
    height: 6px;
    background-color: #ff695f;
    border-radius: 50%;
    opacity: 0.3;
    margin: 0px 5px;
  }
  
  .owl-portfolio .owl-dots .active {
    opacity: 1;
    width: 10px;
    height: 10px;
  }
/* 
---------------------------------------------
Pricing
--------------------------------------------- 
*/

.pricing-tables .tables-left-dec img {
    width: 418px;
    height: 851px;
    left: 0;
    top: 120px;
    position: absolute;
    z-index: 1;
  }
  
  .pricing-tables .tables-right-dec img {
    width: 359px;
    height: 848px;
    right: 0;
    top: 45px;
    position: absolute;
    z-index: 1
  }
  
  .pricing-tables {
    z-index: 2;
    position: relative;
    padding-top: 120px;
    margin-top: 0px;
  }
  
  .pricing-tables .section-heading {
    text-align: center;
    margin-bottom: 60px;
  }
  
  .pricing-tables .section-heading h2 {
    text-align: center;
    margin: 0px 60px 0px 60px;
    margin-bottom: -5px;
    position: relative;
    z-index: 1;
  }
  
  .pricing-tables .item {
    position: relative;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px;
    text-align: center;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    border-radius: 45px;
  }
  
  .pricing-tables .item h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2a2a2a;
  }
  
  .pricing-tables .item em {
    color: #ff695f;
    font-size: 15px;
    display: block;
    margin-top: 25px;
    text-decoration: line-through;
    font-style: normal;
  }
  
  .pricing-tables .item span {
    font-size: 44px;
    color: #ff695f;
    font-weight: 700;
    display: block;
    margin-top: -5px;
  }
  
  .pricing-tables .item ul {
    margin-top: 30px;
  }
  
  .pricing-tables .item ul li {
    display: block;
    font-size: 15px;
    color: #7a7a7a;
    margin-bottom: 20px;
  }
  
  .pricing-tables .item .main-blue-button {
    margin-top: 40px;
  }
  
  .pricing-tables .first-item {
    background-image: url(../images/first-plan-bg.png);
  }
  
  .pricing-tables .second-item {
    background-image: url(../images/second-plan-bg.png);
  }
  
  .pricing-tables .third-item {
    background-image: url(../images/third-plan-bg.png);
  }
  
  
  /* 
  ---------------------------------------------
  Subscribe
  --------------------------------------------- 
  */
  
  .subscribe {
    margin-top: 120px;
  }
  
  .subscribe .inner-content {
    background-image: url(../images/subscribe-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    padding: 60px 0px;
    width: 100%;
    position: relative;
  }
  
  .subscribe .inner-content:after {
    content: '';
    background-image: url(../images/subscribe-dec.png);
    position: absolute;
    width: 195px;
    height: 138px;
    background-repeat: no-repeat;
    background-position: center center;
    right: -20px;
    top: -20px;
  }
  
  .subscribe .inner-content h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
  }
  
  .subscribe .inner-content form {
    width: 100%;
    height: 80px;
    border-radius: 40px;
    background-color: #fff;
  }
  
  .subscribe .inner-content form input {
    width: 38.5%;
    margin-top: 20px;
    line-height: 40px;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0px 20px;
    font-size: 15px;
    color: #2a2a2a;
  }
  
  .subscribe .inner-content form input#website {
    border-right: 1px solid #eee;
  }
  
  .subscribe .inner-content form input::placeholder {
    color: #afafaf;
  }
  
  .subscribe .inner-content form button {
    display: inline-block;
    background-color: #03a4ed;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    width: 20%;
    margin-right: 10px;
    text-transform: capitalize;
    padding: 12px 20px;
    border-radius: 23px;
    letter-spacing: 0.25px;
    border: none;
    text-align: center;
    transition: all .3s;
  }
  
  .subscribe .inner-content form button:hover {
    background-color: #ff695f;
  }
/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

.footer-dec {
    width: 100%;
    margin-top: 160px;
  }
  
  footer {
    margin-top: -50px;
    z-index: 2;
    position: relative;
  }
  
  footer .footer-item h4 {
    font-size: 18px;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 30px;
  }
  
  footer .about .logo img {
    width: 150px;
    margin-bottom: 30px;
  }
  
  footer .about a {
    color: #afafaf;
    font-weight: 300;
  }
  
  footer .about ul {
    margin-top: 20px;
  }
  
  footer .about ul li {
    display: inline-block !important;
    margin-right: 5px;
  }
  
  footer .about ul li a {
    width: 32px;
    height: 32px;
    background-color: #03a4ed;
    color: #fff !important;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    line-height: 32px;
    font-size: 15px;
  }
  
  footer .about ul li a:hover {
    background-color: #ff695f;
  }
  
  footer .footer-item ul li {
    display: block;
    margin-bottom: 12px;
  }
  
  footer .footer-item ul li:last-child {
    margin-bottom: 0px;
  }
  
  footer .footer-item ul li a {
    font-size: 15px;
    color: #afafaf;
    transition: all .3s;
  }
  
  footer .footer-item ul li a:hover {
    color: #ff695f;
  }
  
  footer .footer-item p {
    font-size: 15px;
    color: #afafaf;
    margin-top: -5px;
  }
  
   footer .footer-item form {
    background-color: #03a4ed;
    height: 46px;
    border-radius: 23px;
    position: relative;
    margin-top: 15px;
  }
  
  footer .footer-item form input {
    line-height: 46px;
    background-color: transparent;
    border: none;
    font-size: 14px;
    padding: 0px 20px;
    color: #fff;
    outline: none;
  }
  
  footer .footer-item form input::placeholder {
    color: #fff;
  }
  
  footer .footer-item form button {
    position: absolute;
    right: 10px;
    top: 5px;
    background-color: #0056b3; /* Fondo accesible */
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
  }
  
  footer .footer-item form button:hover {
    background-color: #004494;
  }
  
  footer .footer-item form button i {
    margin-right: 6px;
  }
  footer .copyright p {
    text-align: center;
    border-top: 1px solid #eee;
    color: #afafaf;
    margin-top: 50px;
    padding: 20px 0px;
    font-weight: 300;
  }
  
  footer .copyright p a {
    color: #ff695f;
  }
/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/


@media (max-width: 1240px) {
    .main-banner::before {
      width: 640px;
      height: 526px;
    }
  
  }
  
  @media (max-width: 992px) {
    .main-banner::before {
      display: none;
    }
    .main-banner .item {
      margin-right: 0px;
    }
    .main-banner  {
      padding-bottom: 0px;
    }
    .about-us .section-heading h2 {
      margin-right: 0px;
    }
    .fact-item {
      text-align: center;
    }
    .fact-item .icon {
      margin: 0 auto;
    }
    .our-portfolio .section-heading h2,
    .pricing-tables .section-heading h2 {
      margin: 0px;
    }
    .pricing-tables .item {
      margin-bottom: 30px;
    }
    .subscribe .inner-content {
      padding: 60px 30px;
    }
    .our-videos ul.nacc {
      margin-bottom: 30px;
    }
    .our-videos .naccs .menu div img {
      border-radius: 50px;
    }
    .our-videos .menu .thumb .inner-content {
      border-top-left-radius: 50px;
      border-bottom-right-radius: 50px;
    }
    .contact-us .section-heading h2 {
      margin-right: 0px;
      text-align: center;
    }
    .our-videos ul.nacc li {
      transform: translateX(0px);
      transform: translateY(-50px);
    }
    .our-videos .nacc .thumb iframe {
      height: 500px;
    }
    form#contact {
      margin-left: 0px;
      margin-top: 60px;
    }
    form#contact {
      padding: 45px 30px;
    }
    .footer-item {
      margin-bottom: 45px;
    }
    .subscribe-newsletters {
      margin-bottom: 0px;
    }
  }
  
  @media (max-width: 767px) {
    .main-banner .item .down-buttons {
      display: inline-block;
    }
    .main-banner .item .down-buttons .main-blue-button {
      margin-right: 0px;
      margin-bottom: 15px;
    }
    .main-banner .item .down-buttons .call-button a {
      margin-left: 0px;
    }
    .subscribe .inner-content:after {
      z-index: -1;
    }
    .subscribe .inner-content {
      padding: 60px 30px 100px 30px;
    }
    .subscribe .inner-content form input {
      width: 49%;
    }
    .subscribe .inner-content form button {
      width: 100%;
      background-color: #ff695f;
      margin-top: 30px;
    }
    .our-videos ul.nacc li {
      transform: translateX(0px);
      transform: translateY(-50px);
    }
    .contact-left-dec {
      display: none;
    }
    .contact-us .info {
      display: inline-block;
    }
    .contact-us .info span {
      margin-bottom: 20px;
    }
  }    