/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 8, 2021 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;500;700;900&display=swap');
.primary-text{color: #2181b9;}
.pointer{ cursor: pointer; }
.primary-bg{ background: linear-gradient(20.78deg,#6e00f8 3.3%,#563ce9 27.67%,#116eee 93.23%);}
.header{
    /*box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);*/
    transition: all 0.5s ease;
/*    background: #f34336;*/
    background: transparent;
    position: absolute;
    width: 100%;
}
/*.fixed {
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
    padding: 4px 0;
    animation: slide-down 0.7s;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}*/
.video-btn{ display: none; }
a.box-language {
    max-height: 150px;
    /*background-color: #f5f5f5;*/
    color: #383a92;
    padding: 15px;
    /*background-image: url(../images/box_bg.png);*/
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 150px;
    display: flex !important;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 0 5px rgb(0 0 0 / 8%);
}
a.box-language h6 {
    font-size: 13px;
}
a:hover{ text-decoration: none !important; }
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/*.header .navbar-brand img{ width: 5vw; }*/
.header .navbar-brand img {
    width: 100%;
    max-width: 80px;
}
.header.fixed .navbar-brand img{ width: 50px }

h1{ color: #000; }
h2{ color: #000; font-weight: bold; font-size: 40px; font-family: 'Roboto', sans-serif;}
body {
	font-family: 'Poppins', sans-serif;
    color: #62656f;
    overflow-x:hidden;
     font-size: 1.1vw;
}
p, #accordion .card-body{font-family: 'Roboto', sans-serif; font-weight: 300; line-height: 26px;}
.border-radius-0{ border-radius: 8px !important; }
img {
	max-width: 100%;
}

/*section.banner-area {
    height: 100vh;
}*/
.bg-image{ position: relative; }
.about-section.bg-image:after {
    content: "";
    position: absolute;
    background-color: rgb(255 206 0 / 13%);
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
    background-image: url(http://ekolanguages.com/assets/images/box_bg.png);
    background-size: 100%;
    background-position: bottom;
    opacity: 1;
    background-repeat: no-repeat;
}
section.banner-area {
/*    background: #f34336;*/
    background: linear-gradient(20.78deg,#6e00f8 3.3%,#563ce9 27.67%,#116eee 93.23%);
   /* min-height: calc(100vh - 210px);
    padding-bottom: 80px;*/
    height: auto;
}
.language-dropdown{ border:1px solid #fff; border-radius: 8px; background: transparent;}
.language-dropdown:hover{background: #2EE59D !important; border-color:#2EE59D ;}
.select-language{ min-width: auto; }
.select-language a {padding: 5px 20px;
    font-size: 13px;
    border-bottom: 1px solid #f5f5f5;}
.select-language {
    min-width: auto;
    max-height: 200px;
    overflow-y: scroll;
}
.dropdown-toggle.language-dropdown::after{ color: #fff; }
.language-dropdown span, .language-dropdown span * {
    color: #fff;
}
/* banner section */
.banner-text h1{ font-size: 5vw;
    font-weight: bold;
    line-height: 10vh;
    color: #fff;}
    .banner-image img {
    width: 100%;
    max-width: 550px;
}
.title-bg { background: #59c3ff; height: 10px; display: flex; max-width: 310px;  margin: -22px 20px 2px; display: none;}
h2~ .title-bg {margin: -42px 20px 20px; max-width: 250px; }
.banner-text p {
    color: #fff;
    font-size: 1.5vw;
    line-height: 4vh;
}

.video-btn span{ color: #fff;  font-size: 1.5vw;
    line-height: 4vh; }
.btn-banner {
  font-size: 18px;
  text-transform: uppercase;
  /*letter-spacing: 2.5px;*/
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  }
  .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link{ color: #fff; }

.btn-banner:hover, .dark-blu-bg:hover, .video-play:hover {
  background-color: #2EE59D !important;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #fff;
  /*transform: translateY(-7px);*/
}
.dark-blu-bg{ background: #11ee92; padding: 10px 15px !important; font-size: 15px;} 
.video-play {
/*    background: #fd6445;*/
    background: #11ee92;
    border-radius: 45px;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    width: 60px;
    display: inline-block;
    text-align: center;
    height: 60px;
    box-shadow: 0px 8px 15px rgba(253, 100, 69, 0.4);
     transition: all 0.3s ease 0s;
}

section.light-blu-bg.choose-laguage .container {
    background: #f2f6ff;
    height: 100px;
    align-items: center;
    display: flex;
    border-radius: 20px;
    flex-direction: column;
}
section.light-blu-bg.choose-laguage .container form{ max-width: 380px; }
section.light-blu-bg.choose-laguage .container form select{ border-radius: 12px; height: 45px; }
section.light-blu-bg.choose-laguage .container form select option{color:#59c3ff;}
.light-background{background:#e5f6fe !important; color: #4ba9e1;}
.border-radius{ border-radius: 20px; }
.text-red, .text-red:hover{ color: #f27273; text-decoration: none; text-decoration: none; padding: 2px;}
.text-green, .text-green:hover{ color: #429c8e; text-decoration: none; text-decoration: none; padding: 2px;}
.text-gold, .text-gold:hover{ color: #e1ac29; text-decoration: none; text-decoration: none; padding: 2px;}
.bg-background{ background: #f8fcff;}
.footer-section.bg-background{ background:#ffe7e7;}

.red-bg{ background: linear-gradient(20.78deg, #6e00f8 3.3%, #563ce9 27.67%, #116eee 93.23%);}
.subscribe-inner-text h4 {
    color: #fff;
}
.red-background{ background: #ff7369;}

/* footer style */
.footer-section a{ color: #333; font-size: 14px;}

.banner-image {
    margin-top: 25px;
}

/* selected language */
.selected-laguage-banner{ background: url(../images/india.jpg); height: 100%; min-height: 450px; max-height: 450px; background-attachment: fixed; background-size: cover !important;}
.slide-box{ background: #fff; z-index: 9; width: calc(100% - 30px); max-height: 280px; overflow-y: auto;}
.slide-box ul li{ font-size: 14px; font-weight: 500 }
.choose-laguage { background: url(../images/langiugae-bg.jpg); background-size: 100%; background-repeat: no-repeat;  padding: 100px 0 60px;}
.travel-bg{ background: #e7f7f6;}
.food-bg{ background: #fef9e9;}
.cloth-bg{ background: #f3f3ff;}
.card-header{ border-radius: 10px !important }
.listing-container{background: url(../images/listing-background.png);  background-position: center; padding:20px 0 0; background-repeat: no-repeat;}
.slide-box ul li:nth-child(even) {
    background: #f4f4f4;
}
.choose-laguage .card-block h5 {
    font-size: 16px;
    color: #2e3193;
}
.listing-container .card-header {
    box-shadow: 0 0 5px rgb(0 0 0 / 8%);
    min-height: 220px;
}
.listing-container .card-header h5 {
    color: #555;
    font-size: 17px;
}
.listing-container .card-header p {
    color: #777;
    font-size: 14px;
    line-height: 16px;
}
section.about-section.blue-bg {
    margin: 0px !important;
    background: #378adc !important;
}
/* player setting */
div#playlist .list-group-item.active, div#playlist .list-group-item{ background: #fff; color: #999;}
.text-black{ color: #999;}
/*.controls button:hover{ color: #333;}*/

.auth-wrapper .content-body {
    width: 50%;
    margin: 0 auto;
}
a.shadow-sm img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px solid #dad6d6;
}
a.shadow-sm {
    max-height: 150px;
}
a.shadow-sm h6 {
    font-size: 0.95rem;
}
.player-text h4 {
    font-size: 20px;
}
#playlist td.icon img {
    display: none;
}
#playlist td.icon {
    padding-left: 45px ! important;
    position: relative;
}
#playlist td {
    vertical-align: middle;
}
p.source {
    line-height: 25px;
}
tr.nomore a {
    background: #585454;
    padding: 3px 10px;
    color: #fff;
    border-radius: 8px;
    margin: 10px 40px 0;
    display: inline-block;
    font-size: 15px;
}

.welcome-text{text-align:center;padding:30px 0px 0px 0px;}
.welcome-text p{text-align:justify;}
@media only screen and (max-width: 768px) {
section.banner-area{ height: auto; }
.banner-text h1 {
    font-size: 45px;
    font-weight: bold;
    line-height: 45px;
}
.listing-container {
    background-position: 0 0;
    padding: 80px 0;
    background-repeat: no-repeat;
}
li.nav-item.dropdown.ml-3 {
    margin-left: 0 !important;
}
li.nav-item.dropdown a.language-dropdown {
    max-width: 100px;
}
li.nav-item {
    border-bottom: 1px solid #f5f5f5;
    padding: 10px !important;
/*    background: #fdfdfd;*/
}
li.nav-item a.nav-link {
    font-size: 18px;
    font-weight: 500;
}
button.navbar-toggler {
    border: 0;
}
.btn-banner{ height: 60px; }
.d-block-sm {
    display: block !important;
}
}

  @media only screen and (min-width: 2100px) {
    .banner-image img {
    width: 100%;
    max-width: 900px;
}
section.light-blu-bg.choose-laguage .container form select{ height: 55px;font-size: 22px; }
a.box-language h6 {
    font-size: 15px;
}
}

#exampleModal .modal-body{
   
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6; /*3 in those rules is just placeholder -- can be anything*/
}
#exampleModal .modal-dialog{max-width:100%}
#exampleModal .modal-body a {
    display: inline-block;
    font-size: 16px;
    padding: 10px 0;
    white-space: normal;
    word-wrap: break-word;
    width: 100%;
}
#exampleModal .modal-body a img {
    width: 23px;
    margin-right: 8px;
}
div#exampleModal .modal-header{
        position: absolute;
    right: 0;
    z-index: 8;
    background: #f5f5f5;
    text-align: center;
    margin: 0 auto;
}
div#exampleModal .modal-header .close{ padding:0px 8px; margin:0px; }
div#exampleModal .modal-header .close:focus{ outline:none; }

.error {
    color: red;
    font-size: 12px;
    padding: 0;
}
.banner-text .card {
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
}
.auth-wrapper {
    padding: 40px 0;
}
.auth-inner label, .auth-inner input {
    font-size: 13px;
}

@media only screen and (max-width: 767px) {
    .auth-wrapper .content-body{ width:100%;}
.banner-text h1 {
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
}
h2{ font-size:28px; }
.banner-text p {
    font-size: 20px;
    line-height: 30px;
}

.order-1-sm{ order: 1; }
.order-2-sm{ order: 2; }
.banner-text {
    text-align: center;
    padding: 25px 0 0;
}
.video-btn span {
    color: #fff;
    font-size: 4.5vw;
    line-height: 4vh;
}
body {
     font-size: 4.5vw;
}
#exampleModal .modal-body{
   
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1; /*3 in those rules is just placeholder -- can be anything*/
}
div#secondaryLang div {
    width: 50%;
}
div#faq > div{
width: 50%;
}
div#faq > div .card-block h5 {
    text-align: center;
    font-size: 14px !important;
}
.col-md-8.offset-2 {
    margin: 0;
}
.col-8.card.shadow-sm.py-0.border-0.mx-auto.mt-5.px-0 {
    margin: 0px !important;
    width: 100%;
    max-width: 100%;
}
}

.title-target * {
    font-weight: 500 !important;
    line-height: 10px;
    font-size: 18px;
}
.table thead th {
    font-size: 15px;
}
#playlist td {
    vertical-align: middle;
    font-size: 16px;
}
.title-div~span {
    padding-right: 10px !important;
}

.google-auto-placed {
    height: 0 !important;
    overflow: hidden;
}
.about-text a.btn {
    display: none;
}