/* gurmukhi */
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

div[itemtype="http://schema.org/Organization"] + div.container {
    width: 100%;
    margin:0;
    padding: 0;
}

body{
	font-family: "Mulish", sans-serif;
}

.header {
    background-color: #fff;
    padding: 10px 0 0px;
}

.top-header-row {
    background-color: transparent;
}
.col-links-inner-top-header {
    border-right: none;
    width: 100%;
    display: none;
}
.middle-header-row {
    padding: 0px 0px 3% 5%;
}
.middle-header-row .col-sm-3 {
    width: 20%;
    height: 80px;
    padding: 0;
    background: url(../images/bg-logo.png) no-repeat center;
    left: -12%;
    background-size: contain;
}
.middle-header-row .col-sm-3 img, .social-media-text-top-header {
    display: none;
}
.main-nav-row {
    background-color: #008ACC;
    padding: 10px 0;
}
.main-nav-row .item-inner-main-nav a{
    color: #fff;
    border-right: none;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}
.main-nav-row .item-inner-main-nav:hover{
    background-color: transparent;
    color: #0099db;
}
.main-nav-row .item-inner-main-nav a:hover{
    background-color: transparent;
    color: #002449;
    border-radius: 0;
    text-decoration: underline;
}
.input-group.search-box-container {
    padding: 10px 0;
    margin-top: 12px;
}
.header .ee-login-wrapper {
    padding-top: 5px;
    text-align: right;
    margin-top: 15px;
}
.js-log-in {
    background: #002449;
    color: #fff;
    font-weight: 200;
}
.search-box-container .input-group-btn .btn-default {
    background: #002449;
    color: #fff;
}
.navbar-nav {
    width: 100%;
    text-align: center;
}
.navbar-nav > li {
    float: none;
    display: inline-block;
    padding: 0 !important;
}
   
.eesites-fixed-buttons.affix-bottom {
    position: fixed!important;
    bottom: auto;
    top: 0;
}

/*video*/
/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
/* Add some content at the bottom of the video/page */
.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}
/* Style the button used to pause/play the video */
.home-video {
    position: relative;
    background-color: black;
    height: 60vh;
    min-height: 25rem;
    width: 90%;
    overflow: hidden;
    margin: auto!important;
    border-radius: 10px;
    margin-top: 40px;
}
.home-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.home-video .container {
  position: relative;
  z-index: 2;
    width: 90%;
}
.home-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
.home-video-txt {
    color: #fff;
}
.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
    text-align: left;
}
.text-white h6{
    font-size: 12px;
    margin-top: 2%;
}
.btn-video{
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 73px;
    padding: 12px;
    margin-top: 30px;
}
    .header-site .ee-company-name.ee-mod {
        padding-left: 50px;
        color: #1c4da1 !important;
    }

@media (pointer: coarse) and (hover: none) {
  .home-video {
    background: url('../images/') black no-repeat center center scroll;
	background-size: cover;
  }
  .home-video video {
    display: none;
  }
}

/*diseno*/
.cero{
    padding: 0;
	margin: 0;
}
.espacio{
    padding-bottom: 5%;
}
.texto-home{
    position: absolute;
    z-index: 100;
    color: #fff;
    top: 25%;
    right: 10%;
    width: 30%;
}
.texto-home h1{
    font-size: 36px;
    font-style: italic;
    text-shadow: 4px 4px 5px #0005;
    font-weight: 600;
}
.texto-home h2{
    font-size: 42px;
    margin-top: -8px;
    text-shadow: 4px 4px 5px #0005;
    font-weight: 800;
}
.texto-home p{
    font-size: 22px;
    padding: 20px 5px;
    font-weight: 300;
    text-shadow: 3px 3px 3px #0008;
}
.flecha {
    content: url(../images/flecha.svg);
    width: 6%;
    display: block;
}
.texto-home a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 22px;
    font-size: 26px;
    border: 2px solid #fff;
    border-radius: 60px;
    padding: 3%;
    justify-content: center;
    font-weight: 600;
    margin-top: 5%;
}
.texto-home a:hover{
	background: #002449;
	text-decoration: none;
}
.conocenos h2{
    text-align: center;
    color: #061d48;
    font-size: 26px;
    font-weight: 800;
    margin: 5% 3% 2%;
}
.conocenos p{
    color: #061d48;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    width: 45%;
    margin: auto!important;
}
.tarjetas{
    display: flex;
    gap: 2%;
    padding: 8%;
}
.card{
    background: #d9f3f9;
    border-radius: 10px;
    padding: 2% 0% 1%;
    width: 24%;
}
.card h5{
    color: #061d48;
    font-weight: 900;
    text-align: center;
    font-size: 18px;
}
.card p{
    color: #061d48;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    width: 74%;
    margin-top: 20px;
    height: 120px;
}
.card h6{
    background: #061d48;
    color: #ffff;
    font-size: 16px;
    padding: 5px 3px;
    text-align: center;
    border-radius: 8px;
    width: 15%;
    float: inline-end;
    margin-right: 25px;
}
.cero .info{
    display: flex;
    padding: 10% 5%;
    gap: 2%;
}
.cero .info img{
    width: 30%;
}
.cero .info h4{
    color: #0083c1;
    margin-top: 20%;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 8%;
}
.cero .info p{
    font-size: 20px;
    font-weight: 700;
}
.flecha-azul {
    content: url(../images/flecha-azul.svg);
    width: 2%;
    position: absolute;
    top: 54%;
    left: 5%;
}
.flecha-roja {
    content: url("../images/flecha-roja.svg");
	width: 2%;
    position: absolute;
    top: 54%;
    right: 35%;
}
.flecha-naranja {
    content: url("../images/flecha-naranja.svg");
	width: 2%;
    position: absolute;
    top: 54%;
    left: 5%;
}
.flecha-verde {
    content: url("../images/flecha-verde.svg");
	width: 2%;
    position: absolute;
    top: 54%;
   right: 35%;
}
.videos h2{
    text-align: center;
    color: #061d48;
    font-size: 26px;
    font-weight: 800;
    margin: 0% 3% 2%;
}
.videos p {
    color: #061d48;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    width: 45%;
    margin: auto !important;
}
.tarjetas-video {
    display: flex;
    gap: 2%;
    padding: 3%;
    justify-content: center;
}
.card-videos {
    width: 24%;
}
.card-videos h5 {
    position: absolute;
    z-index: 100;
    bottom: 6.5%;
    margin-left: 2%;
    background: #000;
    color: #fff;
    padding: 15px;
    border-radius: 30px;
    font-size: 18px;
}
.card-videos a {
    position: absolute;
    z-index: 100;
    bottom: 6%;
    background: #008acc;
    color: #fff;
    margin-left: 40px;
    padding: 10px;
    border-radius: 20px;
    font-size: 16px;
    border: 1px solid #fff;
}
.videos .embed-responsive {
    position: relative;
    display: block;
    height: 693px!important;
    padding: 0;
    overflow: hidden;
    border-radius: 12px;
}
/* ICONS SOCIAL FOOTER */

.social-foo li:nth-child(1) a:before {
    content: url("../images/facebook.svg");
    width: 12px;
    display: block;
}

.social-foo li:nth-child(2) a:before {
    content: url("../images/instagram.svg");
    width: 18px;
    display: block;
}

.social-foo li:nth-child(3) a:before {
    content: url("../images/linked.svg");
    width: 18px;
    display: block;
}

.social-foo li:nth-child(4) a:before {
    content: url("../images/x.svg");
    width: 18px;
    display: block;
}

.social-foo li:nth-child(5) a:before {
    content: url("../images/youtube.svg");
    width: 22px;
    display: block;
}

.social-foo li:nth-child(6) a:before {
    content: url("../images/tiktok.svg");
    width: 18px;
    display: block;
}

/* FOOTER GENERAK */
.txt-semi{
    font-size: 16px;
    font-weight: 700;
}
.redes {
    font-weight: 400;
    height: 160px;
    background: #008acc;
    color: #002449;
    padding: 3% 0 0 0;
    text-align: center;
    margin-bottom: -30px;
}
.redes-footer a {
  color: #002449;
}
.redes-footer a:hover {
  text-decoration: underline;
}
.redes-footer .list-inline {
  margin-bottom: 2%;
}
.redes-footer-line-1 {
  height: 4px;
  background: #009490;
}
.redes-footer-line-2 {
  height: 8px;
  background: #5D1989;
}
hr.hidden-xs {
  display: none;
}
.footer .footer-company-section {
    background-color: #002449;
    overflow: auto;
    height: auto;
}
.footer-text-line{
	color:#fff;
}
    .ee-logotype {
        margin: none;
        filter: brightness(0) invert(1);
    }
.ee-logotype-powered-by {
    display: inline-block;
    width: 77px;
    filter: brightness(0) invert(1);
}
.text-muted, .copyright-row .term-conditions-link, .footer, .powered-by-row .term-conditions-link, .privacy-advercity-row .term-conditions-link  {
    color: #fff!important;
}


/*media*/
@media(min-width:2000px){
	.flecha-roja {
    right: 40%;
}
	.flecha-verde {
    right: 40%;
}
}
@media(max-width:1999px) and (min-width:1900px){
	.flecha-roja {
    right: 37%;
}
	.flecha-verde {
    right: 37%;
}
}
@media(min-width:1800px){
	.texto-home {
    top: 25%;
    right: 5%;
    width: 35%;
}
	.home-video .container {
    width: 90%;
}
	.tarjetas {
    padding: 4%;
}
	.info {
    padding: 8% 5%;
}
	.info h4 {
    margin-top: 10%;
    font-size: 30px;
    margin-bottom: 10%;
}
	.info p {
    font-size: 26px;
    font-weight: 700;
}
}
@media (max-width:1699px) and (min-width:1400px){
	.card-videos h5 {
    bottom: 7.5%;
    margin-left: 20px;
    padding: 10px;
    font-size: 16px;
}
	.card-videos {
    width: 30%;
}
	.card-videos a {
    bottom: 7%;
    margin-left: 20px;
    padding: 7px 12px;
    font-size: 16px;
}
	.videos .embed-responsive {
    height: 524px !important;
}
	.tarjetas-video {
    gap: 2%;
    padding: 3% 2%;
    justify-content: center;
}
}
@media (max-width:1490px) and (min-width:1400px){
	.texto-home {
    position: absolute;
    z-index: 100;
    color: #fff;
    top: 15%;
    right: 5%;
    width: 35%;
}
}
@media (max-width:1399px) and (min-width:1200px){
	.middle-header-row .col-sm-3 {
    width: 20%;
    height: 80px;
    padding: 0;
    background: url(../images/bg-logo.png) no-repeat center;
    left: -4%;
    background-size: contain;
}
	.texto-home {
    position: absolute;
    z-index: 100;
    color: #fff;
    top: 10%;
    right: 5%;
    width: 36%;
}
}
@media (max-width:1199px) and (min-width:1000px){
	.middle-header-row .col-sm-3 {
    width: 20%;
    height: 80px;
    padding: 0;
    background: url(../images/bg-logo.png) no-repeat center;
    left: -4%;
    background-size: contain;
}
	.texto-home {
    top: 8%;
    right: 5%;
    width: 36%;
}
	.texto-home h1 {
    font-size: 28px;
}
	.texto-home h2 {
    font-size: 30px;
}
	.texto-home p {
    font-size: 20px;
}
	.card h5 {
    font-size: 16px;
}
	.card p {
    font-size: 14px;
    width: 85%;
}
	
.flecha-azul {
    top: 48%;
    left: 5%;
}
.flecha-roja {
    top: 48%;
    right: 35%;
}
.flecha-naranja {
    top: 48%;
    left: 5%;
}
.flecha-verde {
    top: 48%;
   right: 35%;
}
	.card-videos h5 {
    bottom: 7.5%;
    margin-left: 5px;
    padding: 10px;
    font-size: 14px;
}
	.card-videos {
    width: 30%;
}
	.card-videos a {
    bottom: 7%;
    margin-left: 5px;
    padding: 7px 12px;
    font-size: 14px;
}
	.videos .embed-responsive {
    height: 524px !important;
}
	.tarjetas-video {
    gap: 2%;
    padding: 3% 2%;
    justify-content: center;
}
}

@media (max-width:999px) and (min-width:800px){
	.middle-header-row .col-sm-3 {
    width: 20%;
    height: 80px;
    padding: 0;
    background: url(../images/bg-logo.png) no-repeat center;
    left: -4%;
    background-size: contain;
}
	.texto-home {
    top: 8%;
    right: 5%;
    width: 36%;
}
	.texto-home h1 {
    font-size: 20px;
}
	.texto-home h2 {
    font-size: 22px;
}
	.texto-home p {
    font-size: 16px;
}
	.texto-home a {
    font-size: 18px;
}
	.card h5 {
    font-size: 16px;
}
	.card p {
    font-size: 14px;
    width: 85%;
}
	.video {
    height: 30vh;
}
.flecha-azul {
    top: 35%;
    left: 5%;
}
.flecha-roja {
    top: 60%;
    left: 5%;
}
.flecha-naranja {
    top: 35%;
    left: 5%;
}
.flecha-verde {
    top: 60%;
    left: 5%;
}
	.tarjetas {
    display: flex;
    gap: 3%;
    padding: 8%;
    flex-wrap: wrap;
}
	.card {
    background: #d9f3f9;
    border-radius: 10px;
    padding: 2% 0% 1%;
    width: 48%;
    margin: 10px 0;
}
	.info {
    display: flex;
    padding: 5% 5%;
    gap: 2%;
    flex-wrap: wrap;
}
	.info h4 {
    margin-top: 5%;
    margin-bottom: 5%;
}
	.info p {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5%;
}
	.info img {
    width: 40%;
}
	.videos .embed-responsive {
    height: 400px !important;
}
}
@media (max-width:799px) and (min-width:768px){
	.middle-header-row .col-sm-3 {
    width: 20%;
    height: 80px;
    padding: 0;
    background: url(../images/bg-logo.png) no-repeat center;
    left: -4%;
    background-size: contain;
}
	.texto-home {
    top: 8%;
    right: 5%;
    width: 36%;
}
	.texto-home h1 {
    font-size: 20px;
}
	.texto-home h2 {
    font-size: 22px;
}
	.texto-home p {
    font-size: 16px;
}
	.texto-home a {
    font-size: 18px;
}
	.card h5 {
    font-size: 16px;
}
	.card p {
    font-size: 14px;
    width: 85%;
}
	.home-video {
    height: 30vh;
}
.flecha-azul {
    top: 35%;
    left: 5%;
}
.flecha-roja {
    top: 60%;
    left: 5%;
}
.flecha-naranja {
    top: 35%;
    left: 5%;
}
.flecha-verde {
    top: 60%;
    left: 5%;
}
	.tarjetas {
    display: flex;
    gap: 3%;
    padding: 8%;
    flex-wrap: wrap;
}
	.card {
    background: #d9f3f9;
    border-radius: 10px;
    padding: 2% 0% 1%;
    width: 48%;
    margin: 10px 0;
}
	.info {
    display: flex;
    padding: 5% 5%;
    gap: 2%;
    flex-wrap: wrap;
}
	.info h4 {
    margin-top: 5%;
    margin-bottom: 5%;
}
	.info p {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5%;
}
}
@media(max-width: 767px) and (min-width:600px){
	.texto-home {
        top: 8%;
        right: 5%;
        width: 35%;
    }
	.texto-home h1 {
        font-size: 18px;
    }
	.texto-home h2 {
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 10px;
    }
	    .texto-home p {
        font-size: 14px;
        padding: 0px 0px;
        line-height: 16px;
    }
	    .texto-home a {
        gap: 10px;
        font-size: 14px;
        padding: 2%;
        margin-top: 2%;
    }
	    .flecha-azul {
        width: 5%;
        top: 18%;
        left: 3%;
    }
	    .flecha-roja {
        width: 5%;
        top: 18%;
        left: 3%;
    }
	    .flecha-naranja {
        width: 5%;
        top: 18%;
        left: 3%;
    }
	    .flecha-verde {
        width: 5%;
        top: 18%;
        left: 3%;
    }
	.redes {
        text-align: center;
        margin-bottom: -20px;
        height: 100px;
    }
}
@media (max-width: 767px){
	.header {
    padding: 0;
}
	.main-nav-row {
    padding: 0;
}
	.navbar-nav {
    width: 100%;
    text-align: left;
}
	.navbar-nav>li>a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
	.navbar-nav > li {
    display: inline;
}
	.main-nav-row .item-inner-main-nav a {
    font-size: 14px;
}
	.texto-home {
    top: 2%;
    right: 0%;
    width: 40%;
}
	.texto-home h1 {
    font-size: 10px;
}
	.texto-home h2 {
    font-size: 12px;
    margin-top: -5px;
    margin-bottom: 3px;
}
	.texto-home p {
    font-size: 10px;
    padding: 0px 0px;
    line-height: 12px;
}
	.texto-home a {
    gap: 10px;
    font-size: 10px;
    padding: 2%;
    margin-top: -2%;
}
	.home-video {
    height: 35vh;
    min-height: 25rem;
    width: 90%;
}
	.w-100 h3 {
    font-size: 16px;
}
	.conocenos h2 {
    font-size: 20px;
    margin: 4% 3% 2%;
}
	.conocenos p {
    font-size: 16px;
    width: 90%;
}
	.tarjetas {
    display: flex;
    gap: 0;
    padding: 8%;
    flex-direction: column;
}
	.card {
    width: 100%;
    margin: 5px 0;
}
	.card img {
    margin: auto;
    width: 30%;
}
	.card h5 {
    font-size: 16px;
}
	.card p {
    font-size: 14px;
    width: 80%;
    margin-top: 10px;
    height: 85px;
}
	.info {
    display: flex;
    padding: 4% 3%;
    gap: 2%;
    flex-direction: column;
}
	.info2 {
    display: flex;
    padding: 4% 3%;
    gap: 2%;
    flex-direction: column-reverse;
}
	.flecha-azul {
    width: 5%;
    top: 16%;
    left: 5%;
}
	.flecha-roja {
    width: 5%;
    top: 16%;
    left: 5%;
}
	.flecha-naranja {
    width: 5%;
    top: 16%;
    left: 5%;
}
	.flecha-verde {
    width: 5%;
    top: 16%;
    left: 5%;
}
	.info h4 {
    margin-top: 12%;
    font-size: 20px;
    margin-bottom: 5%;
}
	.info p {
    font-size: 16px;
    font-weight: 700;
}
	.info img {
    width: 80%;
    padding: 5px;
}
	.redes {
    text-align: center;
    margin-bottom: -25px;
    height: 85px;
}
	.txt-semi {
    font-size: 16px;
    font-weight: 700;
    margin-top: 8px;
}
	.videos h2 {
    font-size: 20px;
    margin: 4% 3% 2%;
}
	.videos p {
    font-size: 16px;
    width: 90%;
}
	.tarjetas-video {
    flex-direction: column;
}
	.card-videos  {
    width: 100%;
    padding: 5px 24px;
    display: flex;
    flex-direction: column-reverse;
}
	.videos .embed-responsive {
    height: 540px !important;
}
	.card-videos h5 {
    z-index: 100;
    background: #000;
    color: #fff;
    padding: 12px;
    border-radius: 30px;
    font-size: 14px;
    position: relative;
    bottom: 0;
    margin-left: 0;
    text-align: center;
}
	.card-videos a {
    z-index: 100;
    background: #008acc;
    color: #fff;
    padding: 10px;
    border-radius: 20px;
    font-size: 14px;
    border: 1px solid #fff;
    position: relative;
    bottom: 0;
    margin-left: 0;
    text-align: center;
}
}