/**
* Template Name: Anyar - v2.0.0
* Template URL: https://bootstrapmade.com/anyar-free-multipurpose-one-page-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Source Sans Pro", sans-serif;
  color: #444444;
  padding-top: 146px;
}
main {
    z-index: 0;
    position: relative;
}
a {
  color: #ffc400;
}

a:hover {
  color: #2b99f8;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #484848;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #f6b024;
  color: #fff;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffc400;
  border-top-color: #4e5685;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 48px;
  font-size: 14px;
  transition: all 0.5s;
    background-color: #102966;
    color: #fff;
    padding: 5px;
}
.language button {
  background-color: transparent;
  min-width: 130px;
  width: max-content;
  height: 40px;
  border-radius: 5px;
  color: white;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  justify-content: space-evenly;
}
.language button img {
  margin: 0 5px 0 0;
}
.language button img,
.language-content li img {
  width: 28px;
}
.language button,
.language-content li {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Noto Sans Arabic", sans-serif;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
}
.arrow-down {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
  margin: 0 0 0 5px;
}

.language button:hover {
  cursor: pointer;
  background-color: #3c5b77;
}
/* Style for the dropdown content */
.language-content {
  display: none;
  position: absolute;
  margin: 1px 0 0 0 !important;
  padding: 8px !important;
  background-color: #f5f5f5;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 5px;
  text-align: right;
}
/* Style for the dropdown content items */
.language-content li {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  justify-content: end;
}
.language-content li img {
  margin: 0 20px 0px 20px;
}
/* Style for the dropdown content items on hover */
.language-content li:hover {
  background-color: #f1f1f1;
  cursor: pointer;
  color: blue;
  border-radius: 5px;
}
/* Show the dropdown content when the dropdown button is clicked */
.language:focus-within .language-content {
  display: block;
}
/* Animate the dropdown content */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.language-content {
  animation: slideIn 0.3s ease-out;
}
/* Scrollbar styles */
::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #c2c9d2;
}

#topbar.topbar-scrolled {
  top: -60px;
}
.contact-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-right: 50px;
}
.content-link {
    display: flex;
}
ul.firts-link li {
    position: relative;
    padding-right: 10px!important;
}

ul.firts-link li:first-child:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    right: 0;
    top: 3px;
    background-color: #3F51B5;
}
#topbar .contact-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#topbar .contact-info li {
  display: inline-block;
  padding: 0;
}

#topbar .contact-info li + li {
  margin-left: 7px;
}

#topbar .contact-info a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #fff;
}

#topbar .contact-info i {
  color: #ffffff;
  padding-right: 4px;
}
.topbar-social {
    margin: 0 15px !important;
}
#topbar .cta {
  background: transparent;
}

#topbar .cta a {
  color: #fff;
  background: #f6b024;
  padding: 6px 24px 8px 24px;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;
}

#topbar .cta a:hover {
  background: #f1a40a;
}
.topbar-social a {
  font-size: 1.3em;
  display: inline-flex;
  background: rgba(255, 255, 255, 0.01);
  color: #fff;
  line-height: 1;
  justify-content: center;
  align-items: center;
  margin: 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.topbar-social a:hover {
  background: #f6b024;
  color: #fff!important;
  text-decoration: none;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgb(255,255,255);
  background: linear-gradient(270deg, rgba(255,255,255,0) 10%, rgba(255,255,255,0.9) 90%);
  transition: all 0.5s;
  z-index: 6666;
  padding: 0;
  top: 0;
}

#header.header-scrolled {
  top: 0;
  background: rgb(248, 248, 248);
}

#header .logo {
    font-size: 32px;
    margin: 0;
    padding: 10px 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
#header .logo .logo {
    width: auto;
}

#header .logo a {
  color: #8996b4;
  font-size: 12px;
}
#header .logo .nav-menu a {
  color: #000;
}

#header .logo img {
  max-height: 60px;
}
.row-wrap {
    flex-flow: row wrap;
}
@media (max-width: 992px) {
  #header {
    top: 0;
    padding: 0;
    background: transparent;
  }
  #header .logo {
    font-size: 28px;
  }
}

.header-inner-pages {
  background: rgba(5, 87, 158, 0.9) !important;
}

.topbar-inner-pages {
  background: rgba(6, 98, 178, 0.9) !important;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 25px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #333F48;
  transition: 0.3s;
  font-size: 14px;
  padding: 0 3px;
  font-family: "Open Sans", sans-serif;
}
.mobile-menu__links {
  display: none;
}
.h100 {
  height: 100%;
}
.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #78BE20;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.v2 .nav-menu > ul > li > a:before {
    background-color: #ffc400;
  }
#header.header-scrolled .nav-menu a {
    color: #333f48;
}
.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #333F48;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 8px;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #032e54;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #0880e8;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}
.nav-menu .drop-down ul li a {
    transition: 0.3s ease-in-out;
}

.nav-menu .drop-down ul li a:hover {
    color: #ffc400 !important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    padding-left: 25px;
}
.entry {
    padding: 30px;
    border-radius: 10px;
    border: none;
    box-shadow: 0px 0px 20px rgb(6 6 6 / 10%);
    background-color: rgb(255 255 255 / 60%);
    backdrop-filter: blur(10px);
    text-align: center;
    margin-bottom: 30px;
}
.entry h2 {
    color: #102966;
    font-size: 1.3em;
    margin: 10px 0;
}
@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #acacac;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #0665b7;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #f6b024;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(5, 74, 133, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  background-size: cover;
  position: relative;
  padding: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  position: absolute;
  width: 80%;
  text-align: center;
  margin: -100px 10% 0;
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
  position: absolute;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
#hero .btn {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  position: absolute;
  margin: 100px 40% 0;
  width: 20%;
}
#hero.noticias img {
  opacity: 0.5;
  filter: blur(5px);
}
#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .btn-get-started {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #f6b024;
}

#hero .btn-get-started:hover {
  background: #f6b024;
  color: #fff;
  text-decoration: none;
}
.overlay::before {
    content: "";
    background: rgba(6, 101, 183, 0.9);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.form-box {
  margin: -120px 0 0;
}
.carousel-indicators {
    bottom: 20px;
    z-index: 50;
}
.carousel-indicators li {
    background-color: #000000;
}
.carousel-indicators li.active {
    background-color: #FFEB3B;
}
@media (min-width: 1024px) {
  #hero p {
    width: 100%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
    margin-bottom: 60px;
  }
  #hero h2 {
    font-size: 18px;
  }
}
.bg-image {
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  height: 100%;
  background-position: left bottom!important;
}
.bg-image.carousel-item {
    background-size: 100% auto !important;
}
.bg-image.carousel-item:before {
  content: '';
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30%;
  /* width: 100%; */
  z-index: 0;
}
.bg-image.carousel-item::after {
    /* background-color: #ffffff; */
    height: 66px;
    width: 100%;
    content: '';
    position: absolute;
    bottom: -32px;
    left: 0;
    z-index: 1;
    -webkit-transform: skewY(2deg);
    -moz-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    transform: skewY(2deg);
}

.absoluteForm {
    position: absolute;
    top: 68px;
    z-index: 6666;
    background-color: rgb(51 63 72 / 80%);
    padding: 30px;
    right: 0;
    border-radius: 12px;
    color: #fff;
}
.absolutev2 {
    position: absolute!important;
    top: 190px;
    background-color: rgb(0 0 0 / 40%);
    padding: 30px;
    right: 0;
    border-radius: 12px;
    color: #fff;
    z-index: 0;
    left: 66.3333%;
    height: 300px;
    min-height: inherit!important;
}
.v2 #header {
    background: #ffffff;
    z-index: 5;
  }
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f1f8ff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
  font-weight: 800;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #78BE20;
}

.section-title p {
  margin-bottom: 0;
  font-style: italic;
}

/*--------------------------------------------------------------
# Icon Boxes
--------------------------------------------------------------*/
.icon-boxes {
  padding-top: 0;
}

.icon-boxes .icon-box {
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 20px 0 rgb(68 88 144 / 7%);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  text-align: center;
  width: 100%;
}

.icon-boxes .icon {
  margin: 0 auto 20px auto;
  display: inline-block;
  text-align: center;
}

.icon-boxes .icon i {
  font-size: 36px;
  line-height: 1;
  color: #f6b024;
}

.icon-boxes .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.btn-animate {
    color: #102966 !important;
    border-width: 0px !important;
    border-radius: 50px;
    letter-spacing: 0px;
    font-size: 12px;
    background-color: #FFC400;
    padding: 8px 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.btn-animate:after {
    font-size: 16px;
    font-weight: 100;
    content: "\ea99";
    font-family: IcoFont;
    line-height: 1em;
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    transform: rotate(-90deg);
    transition: all 0.3s ease-in-out;
    color: #000000;
    z-index: 1;
}
.btn-animate:hover:after {
    opacity: 1;
    position: absolute;
    margin-left: 0em;
    transition: all 0.3s ease-in-out;;
}
.link-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 30vh;
    align-items: flex-end;
}
.btn-animate {
    color: #102966 !important;
    border-width: 0px !important;
    border-radius: 50px;
    letter-spacing: 0px;
    font-size: 12px;
    font-weight: 800 !important;
    background-color: #FFC400;
    padding: 8px 30px;
}
.icon-box h4 {
    font-weight: 800 !important;
    font-size: 19px !important;
    color: #FFFFFF !important;
    line-height: 1.2em !important;
}

.icon-boxes .title a {
  color: #78BE20;
}

.icon-boxes .description {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  color: #777777;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
  padding: 140px 0;
  background: url("../img/about-bg.png") top center no-repeat;
  position: relative;
}

.about:before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.about .container {
  position: relative;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #0880e8;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #0880e8;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #0880e8;
}

.about .content .btn-learn-more:hover {
  background: #0880e8;
  color: #fff;
  text-decoration: none;
}
.data{
  color:#000080;
  margin:2em;
  width: 100%;
}
.data ul{-webkit-padding-start: 0;}
.data li{
    width: 24%;
    padding: 20px;
    text-align: center;
    display: inline-block;
    font-size: 4em;
    border-right: solid 1px #bdc3c7;
}

.data li:last-child{border:none;}

.data li span.title{
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: .6em;
    font-weight: 700;
}
@media (max-width: 992px) {
  .about {
    padding: 60px 0;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.clients .owl-item img {
  width: 60%;
  opacity: 0.5;
  transition: 0.3s;
}

.clients .owl-item img:hover {
  opacity: 1;
}

.clients .owl-nav, .clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.clients .owl-dot.active {
  background-color: #0880e8 !important;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding: 0;
}

.why-us .content {
  padding: 60px 50px 0 50px;
  text-align: justify;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content h5 {
  margin-bottom: 1rem;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
  text-align: left;
}

.why-us .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
}
.iti {
    width: 100%;
}
.form-control {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    border: none;
}
.custom-file-label {
    height: calc(1.5em + .75rem + 6px);
    margin-bottom: 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    border: none;
}
.custom-file-label::after {
    height: calc(1.5em + 1.2rem);
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: rgb(0 0 0 / 30%);
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    height: 20px;
    width: 20px;
    margin: 10px;
    border-radius: 50%;
}
button.owl-dot.active {
    background-color: #102966;
}
iframe {
  width: 100%;
  height: 100%;
}
.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li + li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
}

.why-us .accordion-list span {
  color: #0880e8;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #0880e8;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#78BE20 50%, rgb(139 195 74 / 62%) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.why-us .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgb(139 195 74 / 76%);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
  border-left: 15px solid #333f48;
  transform: scale(20);
}

.why-us .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
.why-us .nav-link {
    padding: 2em 0.7em;
    color: #a2a2a2;
    font-size: 1.4rem;
}

.why-us .nav-pills .nav-link.active, .why-us .nav-link:hover {
    background-color: transparent;
    color: #ffc400;
}

.why-us .nav-pills {
    padding-right: 30px;
}

.why-us .tab-content {
    border-left: solid 1px #102966;
    padding-left: 3em;
}
@media (max-width: 1024px) {
  .why-us .content, .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .content {
    padding-top: 30px;
  }
  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  padding: 50px 40px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.services .icon-box i {
  float: left;
  color: #102966;
  font-size: 80px;
}

.services .icon-box h4 {
  margin-left: 90px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #333f48;
  transition: 0.3s;
}

.services .icon-box h4 a:hover {
  color: #0880e8;
}

.services .icon-box p {
  margin-left: 90px;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgb(16 16 16 / 80%), rgb(109 109 109 / 90%)), url(../img/cta-bg.jpg) fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border-radius: 50px;
  border: 2px solid #f6b024;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #f6b024;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfoio
--------------------------------------------------------------*/
.portfoio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfoio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 18px 10px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
}

.portfoio #portfolio-flters li:hover, .portfoio #portfolio-flters li.filter-active {
  color: #fff;
  background: #0880e8;
}

.portfoio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfoio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.portfoio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfoio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #0880e8;
  padding: 15px 20px;
}

.portfoio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.portfoio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.portfoio .portfolio-item .portfolio-info .preview-link, .portfoio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}

.portfoio .portfolio-item .portfolio-info .preview-link:hover, .portfoio .portfolio-item .portfolio-info .details-link:hover {
  color: #8ec8fb;
}

.portfoio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

.portfoio .portfolio-item:hover img {
  top: -30px;
}

.portfoio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.member {
  position: relative;
  padding: 15px;
  background: #fff;
}

.member .pic, .testimonials .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.member .pic img, .testimonials .pic img {
  transition: ease-in-out 0.3s;
}

.member:hover img, .testimonials .pic img {
  transform: scale(1.1);
}

.member .member-info {
  padding-left: 30px;
}

.member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #78BE20;
}

.member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #bfe0fd;
  bottom: 0;
  left: 0;
}

.member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #ecf6fe;
  color: #0665b7;
}

.member .social a i {
  font-size: 16px;
  margin: 0 2px;
}

.member .social a:hover {
  background: #0880e8;
  color: #fff;
}

.member .social a + a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 18px;
  font-weight: 700;
  color: #05579e;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #0880e8;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #0880e8;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #0880e8;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #2b99f8;
}

.pricing .featured h3 {
  color: #fff;
  background: #0880e8;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #0880e8;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #75bdfa;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #0880e8;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  background: url("../img/contact-bg.png") left center no-repeat;
  position: relative;
}

.contact:before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.contact .container {
  position: relative;
}

.contact .info {
  width: 100%;
}

.info i {
  font-size: 20px;
  background: #0880e8;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #043c6d;
}

.info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #444444;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  border: 0;
  padding: 10px 32px;
  color: #0880e8;
  transition: 0.4s;
  border-radius: 50px;
  border: 2px solid #0880e8;
  background: #fff;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #0880e8;
  color: #fff;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 60px 0;
    background: #ecf6fe;
    margin-top: 0;
    height: 50vh;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    background-position-x: right!important;
}
.breadcrumbs:before {
    content: '';
    background: rgb(16 41 102);
    background: linear-gradient(90deg, rgba(16, 41, 102, 1) 0%, rgba(16, 41, 102, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.breadcrumbs:after {
    background-color: #ffffff;
    height: 66px;
    width: 100%;
    content: '';
    position: absolute;
    bottom: -40px;
    left: 0;
    z-index: 0;
    -webkit-transform: skewY(2deg);
    -moz-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    transform: skewY(2deg);
}
.superb:before {
    content: '';
    background: rgb(141 11 0);
    background: linear-gradient(90deg, rgba(141, 11, 0, 1) 0%, rgba(141, 11, 0, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.berhlan:before {
    content: '';
    background: rgb(0 118 59);
    background: linear-gradient(90deg, rgba(0, 118, 59, 1) 0%, rgba(0, 118, 59, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 0;
  }
}

.breadcrumbs h2 {
  font-size: 3em;
  font-weight: 600;
  color: #fff;
  line-height: 1em;
  width: 30%;
  position: relative;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
  position: relative;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #f8c255;
  content: "/";
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #0880e8 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}
#fullHero .carousel-inner {
    /*background-image: url(../img/bgfamilias.gif);*/
    background-size: cover;
    height: 80vh;
}
#fullHero:before, .flor1:before {
    background-image: url(../img/petalo-de-flor.png);
    background-size: cover;
    height: 98px;
    width: 84px;
    content: '';
    position: absolute;
    top: -20px;
    left: 60%;
    animation: floating 3s ease infinite;
    z-index: 2;

}

#fullHero:after, .flor2:after {
    background-image: url(../img/flor-grande.png);
    background-size: cover;
    height: 200px;
    width: 200px;
    content: '';
    position: absolute;
    bottom: -70px;
    left: 10%;
    animation: floating 3s ease infinite;
    z-index: 1;
}
.hoja3:before {
    background-image: url(../img/hoja.png);
    background-size: cover;
    height: 94px;
    width: 104px;
    content: '';
    position: absolute;
    top: -62px;
    left: 10%;
    animation: floating 3s ease infinite;
    z-index: 2;

}
.hoja4:after {
    background-image: url(../img/hoja2.png);
    background-size: cover;
    height: 66px;
    width: 46px;
    content: '';
    position: absolute;
    bottom: -30px;
    left: 6%;
    animation: floating 3s ease infinite;
    z-index: 1;
}
#fullHero .carousel-inner:before, .skewtop:before {
    background-color: #ffffff;
    height: 66px;
    width: 100%;
    content: '';
    position: absolute;
    top: -32px;
    left: 0;
    z-index: 1;
    -webkit-transform: skewY(2deg);
    -moz-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    transform: skewY(2deg);
}
#fullHero .carousel-inner:after, .skewbottom:after {
    background-color: #ffffff;
    height: 66px;
    width: 100%;
    content: '';
    position: absolute;
    bottom: -40px;
    left: 0;
    z-index: 0;
    -webkit-transform: skewY(2deg);
    -moz-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    transform: skewY(2deg);
}
.carousel-item.item1, .carousel-item.item2, .carousel-item.item3, .carousel-item.item4, .carousel-item.item5 {
    height: 100%;
}
.carousel-item.item1 .carousel-caption, .carousel-item.item2 .carousel-caption, .carousel-item.item3 .carousel-caption, .carousel-item.item4 .carousel-caption, .carousel-item.item5 .carousel-caption {
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}
.carousel-item.item1:before {
    content: '';
    background: rgb(30 127 188);
    background: linear-gradient(90deg, rgba(30, 127, 188, 1) 0%, rgba(30, 127, 188, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.carousel-item.item2:before {
    content: '';
    background: rgb(16 41 102);
    background: linear-gradient(90deg, rgba(16, 41, 102, 1) 0%, rgba(16, 41, 102, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.carousel-item.item3:before {
    content: '';
    background: rgb(0 118 59);
    background: linear-gradient(90deg, rgba(0, 118, 59, 1) 0%, rgba(0, 118, 59, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.carousel-item.item4:before {
    content: '';
    background: rgb(204 40 44);
    background: linear-gradient(90deg, rgba(204, 40, 44, 1) 0%, rgba(204, 40, 44, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.carousel-control-next, .carousel-control-prev {
  border: none;
  background-color: transparent;
}
.brand {
    height: 100px;
    transition: opacity 0.3s ease-in-out;
}
.floating {
  animation: floating 2s ease infinite;
}
@keyframes floating {
  0%, 100% {transform: translateY(0);}
  50% {transform: translateY(-7px);}
}
.card {
    padding: 30px;
    border-radius: 10px;
    border: none;
    box-shadow: 0px 0px 20px rgb(6 6 6 / 10%);
}

.card img {
    margin: -30px -30px 30px -30px;
    width: calc(100% + 60px)!important;!i;!;
    border-radius: 10px;
}
.card h5 a {
    font-weight: 700 !important;
    color: #373f41 !important;
}
.card h5, .card p {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card .btn-animate {
  padding: 0;
  background-color: transparent;
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0;
}

.blog .entry {
  padding: 20px;
  margin-bottom: 60px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 400px;
  margin: -20px -20px 20px -20px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #054a85;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #0880e8;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #2b99f8;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 14px;
  padding-right: 4px;
}

.blog .entry .entry-meta a {
  color: #2b99f8;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
  font-size: 15px;
  text-align: left;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #f6b024;
  color: #fff;
  padding: 6px 20px 8px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 50px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #0880e8;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #0880e8;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog .card {
    margin-bottom: 30px;
}
.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #8ec8fb;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #e7f3fe;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #f6b024;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .entry-single .entry-title {
  font-size: 32px;
  line-height: 38px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
}

.blog .blog-author h4 {
  margin-left: 140px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
}

.blog .blog-author .social-links {
  margin: 0 0 5px 140px;
}

.blog .blog-author .social-links a {
  color: #bfe0fd;
}

.blog .blog-author p {
  margin-left: 140px;
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  width: 50px;
}

.blog .blog-comments .comment h5 {
  margin-left: 65px;
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #f6b024;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #0880e8;
}

.blog .blog-comments .comment time {
  margin-left: 65px;
  display: block;
  font-size: 14px;
  color: #2b99f8;
  margin-bottom: 5px;
}

.blog .blog-comments .comment p {
  margin-left: 65px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 20px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #fad386;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 0;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #fad386;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 50px;
  padding: 10px 30px;
  border: 0;
  background-color: #0880e8;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #f6b024;
}

.blog .blog-pagination {
  color: #5db1f9;
}

.blog .blog-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.blog .blog-pagination li {
  border: 1px solid white;
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li.active {
  background: white;
}

.blog .blog-pagination li a {
  color: #aaaaaa;
  padding: 7px 16px;
  display: inline-block;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #0880e8;
  border: 1px solid #0880e8;
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .blog-pagination li.disabled {
  background: #fff;
  border: 1px solid white;
}

.blog .blog-pagination li.disabled i {
  color: #f1f1f1;
  padding: 10px 16px;
  display: inline-block;
}

.sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #054a85;
  position: relative;
}

.sidebar .sidebar-item {
  margin-bottom: 30px;
}

.sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
  border-radius: 50px;
}

.sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 60px);
}

.sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 25px;
  margin: -1px;
  border-radius: 50px;
  background: #0880e8;
  color: #fff;
  transition: 0.3s;
}

.sidebar .search-form form button:hover {
  background: #2b99f8;
}

.sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.sidebar .categories ul li + li {
  padding-top: 10px;
}

.sidebar .categories ul a {
  color: #0665b7;
  transition: 0.3s;
}

.sidebar .categories ul a:hover {
  color: #f6b024;
}

.sidebar .categories ul a span {
  padding-left: 5px;
  color: #8ec8fb;
  font-size: 14px;
}

.sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.sidebar .recent-posts h4 a {
  color: #054a85;
  transition: 0.3s;
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar .recent-posts h4 a:hover {
  color: #f6b024;
}

.sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #138df7;
}

.sidebar .tags {
  margin-bottom: -10px;
}

.sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.sidebar .tags ul li {
  display: inline-block;
}

.sidebar .tags ul a {
  color: #0880e8;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #ddeefe;
  border-radius: 50px;
  display: inline-block;
  transition: 0.3s;
}

.sidebar .tags ul a:hover {
  color: #fff;
  border-color: #f6b024;
  background: #f6b024;
}

.sidebar .tags ul a span {
  padding-left: 5px;
  color: white;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.dk-footer {
  padding: 100px 0 0;
  background-color: #102966;
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.dk-footer:before {
    background-color: #ffffff;
    height: 66px;
    width: 100%;
    content: '';
    position: absolute;
    top: -32px;
    left: 0;
    z-index: 1;
    -webkit-transform: skewY(2deg);
    -moz-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    transform: skewY(2deg);
}
.dk-footer .contact-us {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 80px;
}

.dk-footer .contact-us.contact-us-last {
  margin-left: -80px;
}
.dk-footer .contact-icon i {
  font-size: 24px;
  top: -15px;
  position: relative;
  color: #007bff;
}

.dk-footer-box-info {
  position: absolute;
  top: -122px;
  background: #081d4f;
  padding: 40px;
  z-index: 2;
  border-radius: 10px;
}
.dk-footer-box-info img {
    height: 70px;
}
.dk-footer-box-info .footer-social-link h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 25px;
}
.dk-footer-box-info .footer-social-link ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.dk-footer-box-info .footer-social-link li {
  display: inline-block;
}

.dk-footer a {
    color: #b3c1e1;
}

.dk-footer a:hover {
    color: #ffc400;
}

.footer-info-text {
  margin: 26px 0 32px;
  color: #b3c1e1;
}

.footer-left-widget {
  padding-left: 80px;
}

.footer-widget .section-heading {
  margin-bottom: 35px;
}

.footer-widget h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.footer-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget li {
  margin-bottom: 12px;
}

.footer-widget p, footer p {
    margin: 0;
    color: #b3c1e1;
    width: 100%;
}

.footer-widget a {
  color: #b3c1e1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-widget a:hover {
  color: #ffc400;
}

.footer-widget:after {
  content: "";
  display: block;
  clear: both;
}

.dk-footer-form {
  position: relative;
  margin-bottom: 10px;
}
.dk-footer-form + label {
    font-size: 0.7em;
}
.dk-footer-form input[type="email"] {
  padding: 14px 28px;
  border-radius: 50px;
  background: rgb(46 46 46 / 30%);
  border: 1px solid #063e7a;
}
.dk-footer-form input::-webkit-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::-webkit-input-placeholder {
  color: #878787;
  font-size: 14px;
}
.dk-footer-form input::-webkit-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::placeholder {
  color: #878787;
  font-size: 14px;
}
.dk-footer-form button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 24px 8px 17px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #ffc400;
    background: #ffc400;
    color: #fff;
    height: 100%;
}
.dk-footer-form button:hover {
  cursor: pointer;
}

/* ==========================

    Contact

=============================*/
.contact-us {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-icon {
  position: absolute;
}
.contact-icon i {
  font-size: 36px;
  top: -5px;
  position: relative;
  color: #007bff;
}

.copyright {
  padding: 28px 0;
  margin-top: 55px;
  background-color: #081432;
}
.copyright span,
.copyright a {
  color: #878787;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.copyright a:hover {
  color: #007bff;
}

.copyright-menu ul {
  text-align: right;
  margin: 0;
}

.copyright-menu li {
  display: inline-block;
  padding-left: 20px;
}

.back-to-top {
  z-index: 2;
}
.back-to-top .btn-dark {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #2e2e2e;
  border-color: #2e2e2e;
  display: none;
  z-index: 999;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.back-to-top .btn-dark:hover {
  cursor: pointer;
  background: #fa6742;
  border-color: #fa6742;
}

#heroCarousel {
    height: 100%;
    width: 100%;
    z-index: 0;
}
.absCont {
    position: absolute;
    height: 100%;
    left: 12%;
    right: 12%;
    z-index: 1;
}
.icon-box img {
    width: 100%;
}
/*--------------------------------------------------------------
# RESPONSIVE
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .logo-on {
    height: 130px;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .text-sm-center {
    text-align: center;
  }
  .mobile-carousel .owl-nav, .mobile-carousel .owl-dots {
    margin-top: 5px;
    text-align: center;
  }

  .mobile-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
  }

  .mobile-carousel .owl-dot.active {
    background-color: #0880e8 !important;
  }
  .negative-100 {
    padding: 30px 30px 100px;
  }
  .numberOne, .numberTwo {
    flex: 0 0 100%;
    max-width: calc(100% - 30px);
    margin: 15px;
  }
  .paddin-mob-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .half {
    width: 100%;
    column-count: 1;
  }
  .horizontal-title {
    border-right: none;
    text-align: center;
    padding: 20px;
  }
  .cotizator {
    font-size: 1.1em;
    width: 90%;
    margin: 0 auto;
  }
  .bg-image {
    -webkit-background-size: 100%!important;
    -moz-background-size: 100%!important;
    -o-background-size: 100%!important;
    background-size: auto 100%!important;
    height: 100%;
    background-attachment: inherit!important;
  }
  .search .modal-content h4 {
    text-align: center;
    width: 100%;
  }
  .why-us {
    padding: 0 15px;
  }
  .flor2 {
    padding-top: 90px;
  }
  #fullHero:after, .flor2:after {
    bottom: 12px;
    height: 150px;
    width: 150px;
  }
  .hoja3 {
    padding-bottom: 90px;
  }
  .breadcrumbs:after {
    z-index: 1;
  }
  .breadcrumbs h2 {
    width: 90%;;
  }
}
.one-carousel .owl-nav button.owl-next, .one-carousel .owl-nav button.owl-prev, .one-carousel button.owl-dot {
    height: 16px;
    width: 16px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #f3f3f3;
}
.one-carousel button.owl-dot.active {
    background-color: #e5e5e5;
}
.herepad {
    margin: 0;
}
.herepad .owl-stage-outer {
    padding: 30px 0;
    margin: 0;
}
.icon-boxes .owl-stage {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.icon-boxes .owl-stage .owl-item {
    width: 38%;
    flex: 0 0 38%;
}
.white {
  color: #fff;
}
.picIcon {
    padding: 20px;
    font-size: 12px;
    color: #bbb;
}
.picIcon img {
  width: auto!important;
  margin: 0 auto 15px;
  height: 160px;
}
.owl-dots {
    text-align: center;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
.bg2 {
    background-color: #f8f8f8;
}
.formShow {
    position: absolute;
    right: 15px;
    transition: all 0.4s;
    opacity: 0;
    height: 0;
}
.v2 .formShow {
    opacity: 0.5;
    top: -50px;
    position: absolute;
    right: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    height: 50px !important;
}
.v2 header .btn-success {
    background-color: transparent;
    border-left: solid 1px rgb(241 241 241 / 30%);
}
.header-scrolled .formShow {
    opacity: 1;
    height: auto;
}
.modal-backdrop.show {
    opacity: .7;
}
.modal-backdrop {
    background-color: #0b1656;
    backdrop-filter: blur(12px);
}
#myForm .modal-dialog {
    width: 80%;
    height: calc(100% - 3.75rem);
}
.search .modal-content {
    background-color: transparent;
    border: none;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.search .modal-content h4 {
  color: #ffc107;
}
.search .form-group {
    margin: 0;
    position: relative;
    padding-right: 100px;
}
.search .form-group button.btn-warning {
    right: 0;
    position: absolute;
    top: 0;
    width: 110px;
    height: 100%;
}
.modal-open .modal {
    backdrop-filter: blur(4px);
}
.modal-body, .modal-header {
    padding: 3rem;
}
.modal-dialog iframe {
    height: 100vh;
}
.custom-file-label::after {
    content: "ADJUNTAR";
}
.rltv {
  position: relative;
}
.img-responsive {
    width: 100%;
    height: 100%;
}
.formv2 {
    background-color: rgb(0 41 103);
    padding: 30px;
    width: 100%;
    border-radius: 12px;
    color: #fff;
}
.formv2 .form-group {
    flex: 0 0 50%;
    padding-right: 30px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}
.jumbov2 {
    width: 100%;
    border-radius: 0 0 12px 12px;
    padding: 3rem;
    background-color: #216288;
}
header .btn-success {
    border-radius: 0!important;
    background-color: #FFC107;
    height: 60px!important;
    display: flex;
    align-items: center;
    border: none;
    font-size: 1em !important;
}
header .btn-success:hover {
    color: #FFC107!important;
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.testimonials .carousel-item .carousel-container {
    justify-content: center;
    display: flex;
    flex-flow: row wrap;
}
.testimonials {
    position: relative;
    overflow: hidden;
}
.testimonials:before {
  content: '';
  background-color: #050000;
  background: url("https://www.theladders.com/wp-content/uploads/friends_190412.jpg") center center no-repeat fixed;
  position:absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  -webkit-filter: blur(12px);
  -moz-filter: blur(12px);
  -o-filter: blur(12px);
  -ms-filter: blur(12px);
  filter: blur(12px);
  transform: scale(1.1);
}
.testimonials:after {
  content: '';
  background-color: rgb(83 144 13 / 70%);
  position:absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.align-pc-mobile {
  text-align: left;
}
.colorCompany {
  background-color: #000080;
}
.text-colorCompany {
  color: #000080;
}
@media (min-width: 576px) {
  .modal-dialog {
      max-width: 80%;
      margin: 3.75rem auto;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 106px;
  }
  .d-none-mobile {
    display: none;
  }
  #topbar {
    display: flex;
    align-items: center;
  }
  .topbar-social {
    margin: 0 15px !important;
    display: flex;
    justify-content: center;
  }
  .topbar-social a {
    padding: 10px 0;
  }
  .content-link {
    flex-direction: column;
  }
  .mobile-menu__links {
    display: block;
  }
  #header .logo {
    padding: 5px 0;
  }
  #header .logo img {
    max-height: 40px;
  }
  .modal .btn {
    width: 100%;
  }
  #hero {
    height: 50vh!important;
    margin-bottom: -40px;
  }
  #hero.v2 {
    height: auto !important;
    margin-bottom: 20px;
  }
  .carousel-indicators {
    bottom: -20px;
  }
  .icon-boxes .owl-stage {
    display: inherit;
  }
  .formShow {
    opacity: 1;
    height: auto;
    right: 2px;
  }
  #myForm .modal-dialog, .modal-dialog {
    width: 90%;
    margin: 100px auto 0;
  }
  .portfolio .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .close {
    right: 48%;
    top: -40px;
  }
  .mobile-nav * {
    border-bottom: solid 1px #eae9e9;
  }
  .mobile-nav {
    bottom: inherit;
    height: auto;
  }
  .h2, h2, .section-title h2 {
    font-size: 1.4rem;
  }
  .align-pc-mobile {
    text-align: center;
  }
  .absCont.why-us {
    display: block;
    left: 0;
    right: 0;
    height: 200px;
    bottom: 60px;
  }
  #fullHero .carousel-inner {
    background-position: center center;
  }
  #fullHero .carousel-inner:after {
    bottom: -10px;
  }
  #fullHero:after {
    left: -6%;
  }
  .dk-footer-box-info {
    position: relative;
    text-align: center;
  }
  .dk-footer .contact-us, .footer-left-widget, .footer-widget {
    padding: 0 15px;
  }
  .footer-newsletter {
    padding: 30px 15px;
    margin: 30px 0 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .dk-footer .contact-us.contact-us-last {
    margin-left: 0;
  }
  footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    width: 100%;
    font-size: 24px;
  }
  .dk-footer-form {
    margin: 14px 0;
  }
  .copyright {
    margin-top: 0;
    text-align: center;
  }
  .copyright-menu ul {
    padding: 0;
    text-align: center;
  }
  .copyright-menu li {
      display: block;
      margin: 15px 0 0;
  }
  .mobile-nav .drop-down .drop-down > a:before {
    content: '';
    height: 10px;
    width: 10px;
    background-color: #f6b32c;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 44%;
  }
  .formv2 .form-group {
    flex: 0 0 100%;
  }
  .why-us .nav-link {
    padding: 1em 0.7em;
    font-size: 1rem;
  }
  .why-us .nav-item {
    width: 49%;
    flex: 0 0 49%;
  }
  .nav-pills {
      display: flex;
      flex-direction: row!important;;
      flex-wrap: wrap;
  }
  .v2 .formShow {
    right: 70px;
    padding-right: 12px;
    border-right: solid 1px rgb(241 241 241 / 30%);
  }
  .data ul li {
    width: 49%;
    border: none !important;
    padding: 15px;
    font-size: 3em;
    vertical-align: text-top;
  }
}
