* {
	padding:0;
	margin:0;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}
a {
	color:#5f0099;
}
a:hover {
	color:#5f0099;
}
h1, h2, h3 {
	font-weight: 700;
}
h4, h5 {
	font-weight:600;
}
h6 {
	font-weight:500;
}
.white {
	color:#ffffff !important;
}
.black {
	color:#000000;
}
.navbar {
	position: fixed;
	right: 0;
	left: 0;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	min-height: 50px;
	line-height: 50px;
	background: transparent;
	z-index: 1030;
}
.navbar .active {
	color: #ebbb5f!important;
}
.navbar .navbar-brand {
}
.navbar .nav-item {
	margin: 0 5px;
	padding: 0;
}
.navbar .nav-item a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
}
.navbar .nav-item a:hover {
	color: #ebbb5f;
}
.navbar .nav-link {
	position: relative;
	padding: 0;
}
.navbar .navbar-toggler {
	cursor: pointer;
}
.navbar .navbar-toggler span {
	color: #fff;
}
.navbar-style2 .active:after, .navbar-style2 .nav-link:after {
	display: none;
}
.nav-scroll {
	background: #fff;
	-webkit-box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.nav-scroll .navbar-nav > li > a {
	color: #333;
}
.nav-scroll .navbar-brand img {
	-webkit-transform: scale(1.03) !important;
	transform: scale(1.03) !important;
}
.nav-scroll .navbar-toggler {
	cursor: pointer;
}
.nav-scroll .navbar-toggler span {
	color: #333;
}
.nav-scroll .nav-link:hover:after {
	background-color: #2388ed;
}
.nav-scroll .active {
	position: relative;
}
.banner {
	background: #7a60ff;
	background: linear-gradient(to left, #016356, #5fa4a5);
	padding:100px 0px;
	/*position:relative;*/
}
.banner::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/pattern.png);
}
.banner a.weblink {
	color:#ffffff;
	border-bottom:1px dotted #ffffff;
}
.banner a:hover {
	text-decoration:none;
}
.svg-wave {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.banner-text {
	padding-right:80px;
	margin:50px 0px 0px;
}
.banner-text p {
	margin:40px 0px;
}
.banner-text ul {
	list-style: none;
}
.banner-text ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.banner-text ul li a {
	display: block;
}
.banner-text ul li a img {
	width: 150px;
	border-radius: 7px;
}
.prelative {
	position:relative
}
.section-padding {
	padding:80px 0px;
}
.sectioner-header {
	width:100%;
	margin:0 auto;
}
.line {
	height: 2px;
	width: 50px;
	background: #1A535C;
	display: block;
	margin: 20px auto 20px;
}
.line::after {
	content:"";
	position: absolute;
	left: 50%;
	width: 150px;
	height: 2px;
	border-bottom: 2px dashed #1A535C;
	margin-left: -75px;
}
.sectioner-header p {
	color:#818992;
	font-size: 17px;
}
.section-content {
	margin-top: 80px;
}
.icon-box {
	margin-bottom:50px;
}
.icon-box i {
	display: block;
	position: relative;
	width: 135px;
	height: 135px;
	border-radius: 100px;
	background: #7a60ff;
	background:  linear-gradient(to left, #578990, #1A535C );
	color: #ffffff;
	font-size: 50px;
	line-height: 135px;
	margin: 0 auto;
}

.icon-box.color1 i {
  background: linear-gradient(to right, #45CDE9, #7A8FD3);
}

.icon-box.color2 i {
  background: linear-gradient(to right, #FAAE7B, #432371);
}

.icon-box.color3 i {
  background: linear-gradient(to right, #4A9B7F, #0A3431);  
}

.icon-box.color4 i {
 background: linear-gradient(to right, #ffd200, #f7971e); 
}

.icon-box.color5 i {
  background: linear-gradient(to right, #eaafc8, #654ea3);
}

.icon-box.color6 i {
	background: linear-gradient(to right, #47BBC5, #1F7EA1);
}

.icon-box h5 {
	margin-top:30px;
}
.icon-box p {
	color: #818992;
	font-size: 14px;
	width: 80%;
	margin: 0 auto;
}
.about-btn {
	color: #8e1efc;
	padding: 10px 40px;
	border: 2px solid #8e1efc;
	border-radius: 7px;
	margin-top: 30px;
	display: inline-block;
	font-size: 18px;
}
.about-btn:hover {
	background:#8e1efc;
	color:#ffffff;
	text-decoration:none;
}
.video-section {
	background: url(../images/video-bg.jpg) no-repeat fixed center;
	background-size: cover;
	overflow: hidden;
}
.video-overlay {
	background: linear-gradient(to left, rgba(23, 83, 92, 0.90), rgba(87, 137, 144, 0.90));
}
.video-section h3 {
	font-weight: 600;
	font-size: 38px;
}
.video-section i {
	display: block;
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 100px;
	background: #ffffff;
	color: #8e1efc;
	font-size: 30px;
	line-height: 70px;
	margin: 0 auto;
	cursor:pointer;
}
.video-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	align-content: center !important;
	-ms-flex-line-pack: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.video-popup .video-src {
	position: relative;
	width: 1400px;
	max-width: 80%;
}
.video-popup .iframe-src {
	width: 100%;
	height: 0;
	padding-top: 56.3%;
	position: relative;
	display: none;
}
.video-popup .iframe-src iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

 a.open-modal-link {
      display: inline-block;
       /*margin: 10px 5px;
     padding: 10px 16px; */
      color: white;
      text-decoration: none;
      border-radius: 5px;
      transition: background-color 0.3s ease;
    }

    a.open-modal-link:hover {
      
    }

    .modal {
      display: none;
      position: fixed;
      z-index: 99999;
      left: 0;
      top:  0;	  
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.7);
    }

    .modal-content2 {
      position: relative;
      margin: 5% auto;
      width: 90%;
      max-width: 1000px;
      height: 0;
      padding-bottom: 56.25%;
    }

    .modal-content2 iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      border: none;
    }

    .close-btn {
      position: absolute;
      top: 10px;
      right: 20px;
      font-size: 30px;
      color: white;
      cursor: pointer;
      z-index: 1000;
    }

    .modal-dialog2 {
      max-width: 90%;
    }

    .modal-body iframe {
      width: 100%;
      height: 80vh;
      border: none;
    }

.btn-primary {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #fff !important;
}
.btn-primary:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #fff !important;
}

.single-feature {
	margin-bottom: 80px;
	margin-top: 40px;
}
.single-feature h5 {
	font-size: 16px;
}
.media-right-margin {
	margin-right:25px;
}
.single-feature p {
	font-size: 13px;
}
.icon-border {
}
.icon-border span {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	color: rgb(23, 83, 92);
	font-size: 18px;
	line-height: 50px;
	border: 2px solid rgb(186, 186, 188);
}
.team {
	background: #fafafa;
	border-top: 1px solid #e4e4e4;
}
.team-detail {
	margin-top:40px;
}
.team-detail img {
	border-radius: 50%;
	width: 70%;
}
.team-detail h4 {
	color:rgb(142, 30, 252);
	margin-top: 20px;
	font-size: 17px;
	margin-bottom: 0px;
}
.testimonial {
	background: #7a60ff;
	background: linear-gradient(to left, #1A535C, #578990);
	padding:50px 0px;
	position:relative;
}
.testimonial::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/pattern.png);
}
.bx-prev {
	left: -90px !important;
	background: url(../images/arrow-left.png) no-repeat !important;
	background-size: auto auto !important;
	background-size: 100% 100% !important;
}
.bx-next {
	right: -90px !important;
	background: url(../images/arrow-right.png) no-repeat !important;
	background-size: auto auto !important;
	background-size: 100% 100% !important;
}
.bx-wrapper {
	border: none !important;
	background: rgba(255, 255, 255, 0.81) !important;
	border-radius: 5px !important;
	box-shadow:none !important;
}
.slider-item {
	padding:20px;
}
.slider .test-img img {
	border: 12px solid #fff;
	border-radius: 50%;
	width: 100%;
	height: auto;
}
.test-img {
	float: left;
	width: 20%;
	margin-right:5%;
}
.test-text {
	float: left;
	width: 75%;
}
.slider .title {
	display: block;
	position: relative;
	margin: 0 0 20px;
	font-size: 1.125em;
	line-height: 1.25;
}
.slider .title span {
	display: block;
	font-size: 1.5em;
	font-weight: 700;
}
.faq {
	background: #fafafa;
	border-bottom: 1px solid #e4e4e4;
}
.faq-content {
	margin: 20px 0px;
}
.faq-content h4 {
	font-weight: 400;
	font-size: 20px;
}
.faq-content p {
	color: #818992;
	font-weight:300;
	margin-top:15px;
}
#contact_form .form-input {
	border: 1px solid #e4e4e4;
}
input {
	height: 42px;
	padding: 0 1rem;
	background: #fff;
	border-radius: 30px;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border:0;
}
#contact_form textarea {
	resize: none;
	padding: 1rem;
	height: 150px;
	background: #fff;
	border: 0;
	border-radius: 30px;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-grad {
 padding: .7rem 2rem;
	display: inline-block;
	color: #fff;
	border-radius: 2rem;
	border: 0;
	background: #7a60ff;
	background: linear-gradient(to left, #1A535C, #578990);
	cursor:pointer;
}
.contact-info {
	padding: 2rem 2rem 1rem;
	border-radius: 8px;
	background: #7a60ff;
	background: linear-gradient(to left, #1A535C, #578990);
}
.contact-item {
	margin:23px 0px;
}
.contact-item i {
	font-size: 20px;
}
.contact-item p {
	line-height: 20px;
	margin: 0;
}
.download {
	background: #7a60ff;
	background: linear-gradient(to left, #7a60ff, #cd9ffa);
	padding:100px 0px;
	position:relative;
}
.download::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/pattern.png);
}
.download ul {
	list-style: none;
}
.download ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.download ul li a {
	display: block;
}
.download ul li a img {
	width: 150px;
	border-radius: 7px;
}
.footer-copy {
	background: #ffffff;
	color: #242424;
	font-size: 13px;
	text-align: center;
	padding:15px 0px;
}
.footer-copy p {
	margin-bottom:0px;
}
@media all and (max-width:991px) {
.navbar .navbar-collapse {
	overflow: auto;
	background:  rgb(213, 198, 221);
	color: #fff !important;
	text-align: center;
	padding: 10px 0;
}
.nav-scroll .navbar-collapse {
	background: #fff !important;
}
#contact_form {
	margin-bottom:20px;
}
}
@media all and (max-width:768px) {
.nav-scroll .navbar-brand img, .navbar-brand img {
	transform: scale(0.75) !important;
	-webkit-transform: scale(0.75) !important;
}
.banner-text {
	padding-right: 0px;
	margin: 10px 0px 0px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 23px;
}
.section-padding {
	padding: 40px 0px;
}
.banner-text p {
	margin: 25px 0px;
}
.banner-text ul li a img {
	width: 140px;
	border-radius: 7px;
}
.sectioner-header {
	width: 90%;
}
.sectioner-header p {
	font-size: 14px;
}
.about-btn {
	padding: 5px 30px;
	margin-top: 0px;
	font-size: 16px;
}
.single-feature {
	margin-bottom: 20px;
	margin-top: 20px;
}
.team-detail {
	margin-top: 20px;
}
.team-detail img {
	width: 50%;
}
.bx-controls
{
	display:none;
}
.bx-wrapper {
	margin: 0px 20px !important;
}
.slider .test-img img {
	margin: 0 auto;
}
.test-img {
	float:none;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}
.test-text {
	float: none;
	width: 100%;
	text-align: center;
}
.section-content {
	margin-top: 40px;
}
.faq-content {
	margin: 10px 0px;
}
.faq-content h4 {
	font-size: 16px;
}
.faq-content p {
	font-size: 13px;
}
#contact_form {
	margin-bottom:20px;
}
.contact-item {
	font-size: 12px;
}
.download ul li a img {
	width: 120px;
}
.footer-copy p {
	font-size: 10px;
}
}

.link-animado {
  box-shadow: inset 0 0 0 0 #54b3d6 !important;
  color: #1A535C!important;
  padding: 0 .25rem !important;
  margin: 0 -.25rem !important;
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out !important;
  
 
  font-weight: 700 !important;
  line-height: 1.5 !important;
  text-decoration: none !important;
}

.link-animado:hover {
  color: #fff !important;
  box-shadow: inset 300px 0 0 0 #FF7373 !important;
}

.link-animado2 {
  box-shadow: inset 0 0 0 0 #54b3d6 !important;
  color: #000000!important;
  padding: 0 .25rem !important;
  margin: 0 -.25rem !important;
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out !important;
  
 
  font-weight: 700 !important;
  line-height: 1.5 !important;
  text-decoration: none !important;
}

.link-animado2:hover {
  color: #fff !important;
  box-shadow: inset 800px 0 0 0 #FF7373 !important;
}

/* Contenedor principal */
        .date-selector {
            display: flex;
            gap: 20px;
            max-width: 420px;
            margin: 40px auto;
            font-family: 'Roboto', sans-serif;
            padding: 20px;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(240, 245, 255, 0.9));
            border-radius: 16px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            align-items: flex-end;
        }

        /* Estilo base para los select */
        .date-selector select {
            padding: 14px 16px;
            font-size: 16px;
            border: none;
            border-radius: 12px;
            background: linear-gradient(145deg, #ffffff, #f0f0f0);
            color: #2d3748;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            outline: none;
            width: 100%;
            box-sizing: border-box;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            cursor: pointer;
            box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.05), inset -2px -2px 5px rgba(255, 255, 255, 0.7);
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%234a5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 16px center;
        }

        /* Efecto hover para select */
        .date-selector select:hover {
            background: linear-gradient(145deg, #f7fafc, #edf2f7);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            transform: translateY(-2px);
        }

        /* Efecto focus para select */
        .date-selector select:focus {
            background: #ffffff;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.3), 0 6px 20px rgba(0, 0, 0, 0.15);
            transform: translateY(-1px);
        }

        /* Estilo para el botón de búsqueda */
        .date-selector button {
            padding: 14px;
            font-size: 16px;
            border: none;
            border-radius: 12px;
            background: linear-gradient(145deg, #3182ce, #2b6cb0);
            color: #ffffff;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            width: 60px;
            height: 48px;
        }

        /* Ícono de lupa en el botón */
        .date-selector button svg {
            width: 20px;
            height: 20px;
            fill: none;
            stroke: #ffffff;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

        /* Efecto hover para el botón */
        .date-selector button:hover {
            background: linear-gradient(145deg, #4299e1, #3182ce);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
            transform: translateY(-2px);
        }

        /* Efecto active para el botón */
        .date-selector button:active {
            transform: translateY(0);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        }

        /* Etiquetas con animación */
        .date-selector label {
            font-size: 14px;
            color: #4a5568;
            margin-bottom: 10px;
            font-weight: 600;
            transition: color 0.3s ease;
        }

        /* Animación para la etiqueta cuando el select tiene foco */
        .date-selector select:focus + label {
            color: #3182ce;
        }

        /* Contenedor para cada select con etiqueta */
        .date-selector .input-group {
            display: flex;
            flex-direction: column;
            flex: 1;
        }

        /* Contenedor para el botón */
        .date-selector .button-group {
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
        }

        /* Estilo para el mensaje de error */
        .error-message {
            max-width: 420px;
            margin: 20px auto;
            font-family: 'Roboto', sans-serif;
            font-size: 16px;
            color: #e53e3e;
            text-align: center;
            padding: 10px;
            border-radius: 8px;
            background: #fefcbf;
            display: none;
        }

        /* Estilo para el iframe */
        .result-iframe {
            width: 90vw; /* 90% del ancho del viewport */
            max-width: 90vw; /* Asegura que no exceda el 90% */
            margin: 20px auto; /* Centrado horizontalmente */
            border-radius: 12px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            background: #ffffff;
            display: none;
            height:  700px; /* Altura fija, ajustable */
        }

        /* Estilo responsivo */
        @media (max-width: 600px) {
            .date-selector {
                flex-direction: column;
                gap: 16px;
                max-width: 100%;
                padding: 16px;
                align-items: stretch;
            }

            .date-selector button {
                width: 100%;
                height: 48px;
            }

            .error-message {
                max-width: 100%;
                margin: 20px 16px;
            }

            .result-iframe {
                width: 100%; /* En móviles, usa el ancho completo del contenedor */
                max-width: 100%;
                margin: 20px 0;
                height: 400px; /* Altura ajustada para móviles */
            }
        }


       /* Estilo base para el ícono */
        .fa-bars2 {
            font-size: 24px; /* Tamaño inicial del ícono */
            color: #333; /* Color inicial */
            transition: all 0.3s ease; /* Suaviza la animación */
            cursor: pointer; /* Cambia el cursor al pasar el mouse */
            display: inline-block; /* Necesario para transformaciones */
        }

        /* Efecto al pasar el mouse */
        .fa-bars2:hover {
            transform: scale(1.3); /* Crece al 130% */
            opacity: 0.8; /* Reduce la opacidad */
            color: #ff5733; /* Cambia el color */
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Agrega sombra */
        }

