.main-menu__lang-box{
  position: relative;
  display: inline-block;
  margin-left: 10px;
}

.main-menu__lang-box:hover .dropdown{
  display: block;
}
.main-menu__lang-box .dropdown{
  position: absolute;
  display: none;
  padding: 0px;
  margin: 0px;
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 28px;
  background-color: #FFF;
  list-style: none;
}
.main-menu__lang-box.user{
    margin-left: 15px;
}
.main-menu__lang-box .dropdown li a{
  display: block;
  padding: 5px 10px;
  width: 80px;
  color: var(--jetly-black);
  cursor: pointer;
  text-align: center;
}

.main-menu__lang-box .dropdown li:hover a{
  color: #FFF;
  background-color: #2982e5;
}

.banner-section .banner-slider-button-prev{
    width: 48px;
    height: 48px;
    line-height: 52px;
    font-size: 20px;
}
.banner-section .banner-slider-button-next{
    width: 48px;
    height: 48px;
    line-height: 52px;
    font-size: 20px;
}
.banner-section .banner-slider-button-next:hover, .banner-section .banner-slider-button-next:hover{
    background-color: #08C2A6;
}
.about-section{
    padding: 30px 0;
}
.about-section .content-block .list li{
    padding-left: 0px;
}

.about-section .content-block .list li:after{
    display: none;
}

.main-menu__lang-box i{
  color: #FFF;
}

.invalid-feedback{
    display: block;
}
.fb-chat{
    display: none;
    position: fixed;
    right: 50px;
    bottom: 125px;
    width: 65px;
    height: 65px;
    font-size: 18px;
    line-height: 65px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 50%;
    margin-left: -26px;
}

.line-chat{
    display: none;
    position: fixed;
    right: 50px;
    bottom: 200px;
    width: 65px;
    height: 65px;
    font-size: 18px;
    line-height: 65px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 50%;
    margin-left: -26px;
   
    
}

.spButton a{
    background-color: #22C9B2;
    color: #000;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    margin-bottom: 35px;
    border: 1px solid #22C9B2;
}

.spButton:hover a{
    opacity: 0.8;
}

.team-section .description p{
    margin-bottom: 3px;
}


.fb-chat:hover,.line-chat:hover,.scroll-to-top:hover {
   opacity: 0.8;
}
.scroll-to-top:hover {
    background-color: transparent !important;
}

.fb-chat:hover a,.line-chat:hover a{
   
}

.scroll-to-top{
    border: 0px;
}



.logo{
    width: 80px;
}

.main-header .header-upper .logo-box .logo{
    padding: 0px;
}
.main-menu .navigation>li{
    padding: 25px 0px;
}

.team-section, .mayor-message-section{
    padding: 30px 0px;
    background-color: rgba(228, 226, 221, 1);
}

.banner-section .content-box{
    align-items: end;
    justify-content: right;
    padding-bottom: 15%;
}

.header-top{
    padding: 3px 0px;
}

.header-top .phone {
    position: relative;
    padding-left: 10px;
    margin-right: 10px;
}

.header-top .openhour {
    position: relative;
    padding-left: 10px;
    margin-right: 10px;
}

.header-top .openhour:before {
    position: absolute;
    content: '';
    left: 0;
    top: -3px;
    width: 1px;
    height: 35px;
    background-color: rgba(221, 221, 221, 0.35);
}

.header-top .openhour a {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    vertical-align: middle;
}

.header-top .openhour a i {
    margin-right: 5px;
    font-size: 24px;
}

.header-top .email {
    position: relative;
    padding-left: 10px;
    margin-right: 10px;
}

.header-top .email:before {
    position: absolute;
    content: '';
    left: 0;
    top: -3px;
    width: 1px;
    height: 35px;
    background-color: rgba(221, 221, 221, 0.35);
}

.header-top .email a {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    vertical-align: middle;
}

.header-top .email a i {
    margin-right: 5px;
    font-size: 24px;
}

.header-top .openhour a i,.header-top .email a i{
    color: #2982e5;
}

.header-top .social-icon{
    padding-left: 10px;
}

.sec-title.text-center .big-title{
    left: 0%;
    transform: translateX(0%);
}
.program-block .thumb{
    position: absolute;
    right: 45px;
    width: 30%;
}
.program-block .inner-box{
    padding-bottom: 60px;
    padding-top: 46px;
}
.program-block .category{
    height: 200px;
}
.program-block .category:before{
    left: -20px;
    top: 13px;
}
.program-block .category > ul{
    list-style: disc;
    margin-left: 5px;
}
.program-block .category li{
    list-style: disc;
}

.city-program-section{
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}
.links-widget ul li{
    margin-bottom: 5px;
}
.contact-info .icon i{
    color: #333;
    font-size: 16px;
}
.contact-info-block .icon{
    width: 30px;
    display: inline-block;
}
.contact-info-block .text{
    width: 85%;
    display: inline-block;
}
.accordion>.card{
    margin-bottom: 5px;
    
}
.accordion .card-body{
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.accordion>.card .card-header{
    background-color: #2982e5;
    border: 0px;
    padding: 0px;
}
.accordion>.card .card-header .btn-link{
    color: #FFF;
    padding: 20px 20px;
    background-color: #08C2A6;
}

.videoModal .modal-body{
    padding: 0px;
    height: 600px;
    position: relative;
}

.videoModal .modal-body .close{
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 20px;
    background-color: #FFF;
    opacity: 1;
    color: #333;
    border-radius: 30px;
    padding: 10px 15px;
}
#youtubeEmbed{
    height: 100%;
}
.news-block h4{
    margin-bottom: 5px;
}
.news-block .lower-content{
    padding: 20px 20px 10px 20px;
}
.news-block .post-meta{
    border: 0px;
    padding: 5px 0px;
}
.news-block.video-block .link-btn a{
    background-color: transparent;
}
.news-block.video-block .link-btn a{
    font-size: 50px;
}

.news-block.video-block .link-btn a i:before{
    border: none;
}
.footer-bottom .social-icon {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 30px;
}
.page-title.products{
    padding: 100px 0 40px;
}
.page-title.products .post-meta{
    margin-bottom: 10px;
}
.sidebar-page-container.products{
    padding-top: 50px;
}
.footer-bottom .social-icon li {
    margin-right: 7px;
    font-size: 14px;
}
.pageInfo{
    padding-bottom: 100px;
}
.testimonial-block .content{
    min-height: 450px;
}
.footer-bottom .social-icon li a {
    color: #fff;
    transition: .5s;
    width: 33px;
    height: 33px;
    border: 1px solid rgb(255 255 255 / 0.35);
    display: inline-block;
    vertical-align: middle;
    line-height: 31px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
}

.footer-bottom .social-icon li a:hover {
    color: #fff;
}
#single-wrapper {
  min-height: 100%;
  background: url('../images/sativa.png') top center repeat;
  overflow: hidden;
  width: 100%;
  padding: 0px 15px 0px 15px;
}
.frm-single {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0px auto 60px;
  float: none;
  position: relative;
}
.frm-single:before,
.frm-single:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  box-shadow: 0 0 1px 0 #ccc;
  -webkit-box-shadow: 0 0 1px 0 #ccc;
  -moz-box-shadow: 0 0 1px 0 #ccc;
}
.frm-single:after {
  transform: rotate(1deg);
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
}
.frm-single .inside {
  background: #ffffff;
  position: relative;
  padding: 20px;
  z-index: 20;
  box-shadow: 0 0 1px 0 #ccc;
  -webkit-box-shadow: 0 0 1px 0 #ccc;
  -moz-box-shadow: 0 0 1px 0 #ccc;
}
.frm-single .title {
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 34px;
  white-space: nowrap;
  color: #434343;
  text-align: center;
}
.frm-single .a-link {
  color: #999;
}
.frm-single .a-link:hover {
  color: #435966;
}
.frm-single .frm-title {
  color: #999;
  text-align: center;
  font-size: 16px;
  padding-bottom: 20px;
}
.frm-single .frm-input {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.frm-single .frm-input .frm-inp {
  width: 100%;
  height: 40px;
  padding: 0px;
  padding-left: 30px;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 38px;
  border-left: 3px solid #999;
}
.frm-single .frm-input .frm-inp:focus {
  border-color: #304ffe;
  padding-left: 10px;
}
.frm-single .frm-input .frm-inp:focus + .frm-ico {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
}
.frm-single .frm-input .frm-ico {
  position: absolute;
  top: 0px;
  left: 3px;
  width: 30px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #999;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.frm-single .checkbox {
  margin: 0px;
}
.frm-single .a-link i {
  margin-right: 5px;
}
.frm-single .frm-submit {
  display: block;
  width: 100%;
  height: 36px;
  border: none;
  background: #304ffe;
  color: #ffffff;
  margin-bottom: 15px;
}
@media (min-width: 1025px) {
  .frm-single .frm-submit:hover {
    background: #1e3ded;
  }
}
.frm-single .frm-submit i {
  margin-left: 5px;
}
.frm-single .frm-footer {
  padding: 20px 0px 0px 0px;
  margin-top: 15px;
  border-top: 1px solid #ccc;
  color: #999;
}
.frm-single .avatar {
  display: block;
  margin: 0px auto 20px;
  float: none;
  position: relative;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.frm-single .ico-email {
  display: block;
  margin: 0px auto 20px;
  float: none;
  width: 80px;
  height: 80px;
}
.frm-single .txt-login-with {
  text-align: center;
  margin-bottom: 15px;
  color: #999;
}
.header-top .phone a i{
    color: #08C2A6;
}
.header-top .openhour a i, .header-top .email a i{
    color: #08C2A6;
}
.header-top .phone a i{
    color: #08C2A6;
}
.header-top .social-icon li a:hover{
    background-color: #08C2A6;
}
.btn-style-one:after{
    display: none;
}
.funfacts-section .icon:hover{
    color: #FFF;
}
.program-block:hover .inner-box{
    background-color: #08C2A6;   
}
.links-widget ul li a{
    padding-left: 0px;
}
.links-widget ul li a:after{
    display: none;
}
.btn-style-one:after{
    display: none;
}
.btn-style-one{
    padding-right: 33px;
    color: #000;
}
.btn-style-one span:before{
    display: none;
}
.mayor-message-section .image{
    text-align: center;
}
.icon.timeismoney{
    background: url(../images/icons/timeismoney.png) center center;
    background-size: 60px 60px;
    background-repeat: no-repeat;
}
.funfacts-section .icon:before{
    background-color: transparent;
}
.main-footer .widget .widget-title:before{
    display: none;
}
.image-style-align-center{
    text-align: center;
}
.image-style-align-left{
    text-align: left;
}
.image-style-align-right{
    text-align: right;
}
@media only screen and (max-width:600px) {
    .sec-title{
        margin-bottom: 0px;

    }
    .footer-bottom .social-icon{
        padding-left: 0;
    }
    .funfacts-section .count-box{
        font-size: 22px;
    }
    .about-section{
        padding-top: 20px;
    }
    .city-program-section{
        padding-top: 40px;
    }
    .highlights-section{
        padding-top: 40px;
    }
    .testimonials-section{
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .program-block .inner-box{
        padding-left: 25px;
        padding-right: 120px;
        padding-bottom: 10px;
    }
    .program-block .thumb{
        right: 8px;
    }
    .h2, h2{
        font-size: 1.5rem;
    }
    .program-block .link-btn{
        bottom: 10px;
        left: -25px;
    }
    .page-title{
        padding-top: 35px;
        padding-bottom: 25px;
    }
    .contact-form-section .our-facts{
        padding-top: 60px;
    }
    .contact-form-section{
        padding: 20px 0;
    }
    .page-title.style-two h1{
        font-size: 24px;
    }
    .page-title.products{
        padding-top: 35px;
        padding-bottom: 25px;
    }
    .sidebar-page-container.products{
        padding-top: 10px;
    }
    .widget_popular_post{
        padding: 10px 0 0 0;
    }
    .widget_popular_post .post{
        display: inline-block;
        width: 32%;
        margin-bottom: 5px;
        border-bottom: 0px;
        text-align: center;
    }
    .widget{
        margin-bottom: 20px;
    }
    .widget_popular_post .content h5{
        margin-bottom: 0px;
    }
    .blog-single-post iframe{
        max-width: 100% !important;
    }
    .page-title h1{
        font-size: 24px;
        line-height: 28px;
    }
    .mobile-menu .nav-logo{
        margin-bottom: 0px;
        padding: 0px 25px;
        margin-top: 5px;
    }
    .mobile-menu .nav-logo img{
        max-width: 35%;
    }
}