@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-VariableFont_wght.ttf);
}


/* GLOBAL STYLES
-------------------------------------------------- */

html,
body {
    height: 100%;
}

body {
    color: #5a5a5a;
}


/* Core
------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333  !important;
}

h1 {
    color: #333  !important;
    font-weight: 700 !important;
}

h2 {
    color: #333  !important;
    font-weight: 500 !important;
}

.section {
    padding: 100px 0;
}

.section-smaller {
    padding: 25px 0 !important;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

p{
    color: #333 !important;
}

.clear {
    clear: both;
}

blockquote {
    background: #f9f9f9;
    border-left: 3px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
}

blockquote p {
    display: inline-block;
}

.description img {
    width: 100% !important;
    margin-bottom: 10px;
}

ul.list-inline li {
    display: inline;
}

main {
}


/* PRIMARY
-------------------------------------------------- */

a:link,
a:active,
a:visited {
    color: #28ABE3 !important;
    text-decoration: none !important;
}

a:hover {
    color: #ccc !important;
}

.primary-color {
    color: #333;
}

.primary-color-back {
    color: #F4F2F1 !important;
    background: #08b3e7;
}

.primary-color-back p{
    color: #F4F2F1 !important;
}

.btn.primary-color-back:hover {
    color: #F4F2F1 !important;
    background: #c3e0e9;
}

.primary-color-back h1,
.primary-color-back h2,
.primary-color-back h3,
.primary-color-back h4,
.primary-color-back h5,
.primary-color-back h6 {
  color: #F4F2F1 !important;
}

.primary-color-back a:link,
.primary-color-back a:active,
.primary-color-back a:visited {
    color: #F4F2F1 !important;
    text-decoration: none;
}

.primary-color-back a:hover {
    color: #ccc;
}

a.primary-color-back:link,
a.primary-color-back:active,
a.primary-color-back:visited {
    color: #F4F2F1 !important;
    text-decoration: none;
}

a.primary-color-back:hover {
    color: #ccc;
}

a.primary-color-back:link,
a.primary-color-back:active,
a.primary-color-back:visited {
    color: #F4F2F1;
    text-decoration: none;
}

a.primary-color-back:hover {
    color: #ccc;
}

a.btn-primary:link,
a.btn-primary:active,
a.btn-primary:visited {
    color: #ffffff;
    text-decoration: none;
}

a.btn-primary:hover {
    color: #ccc;
}

a.btn-light:link,
a.btn-light:active,
a.btn-light:visited {
    color: #000 !important;
    text-decoration: none;
}

a.btn-primary:hover {
    color: #333 !important;
}

a.btn-secondary:link,
a.btn-secondary:active,
a.btn-secondary:visited {
    color: #ffffff;
    text-decoration: none;
}

a.btn-secondary:hover {
    color: #ccc;
}

.top-bottom-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}


/* COLORS
-------------------------------------------------- */

.white-font{
    color: white !important;
}

.fc-event{
  cursor: pointer;
}


/* TOP NAV
  -------------------------------------------------- */

#top-content {
    background: #08b3e7;
    padding: 10px 0 10px 0;
    z-index: 15;
    color: #fff;
    font-weight: bold;
}

#top-content a:link,
#top-content a:visited,
#top-content a:active {
    color: #F4F2F1 !important;
    text-decoration: none !important;
    font-weight: bold !important;
}

#top-content a:hover,
#top-content a.active {
    color: #c6aed3 !important;
    font-weight: bold !important;
}


/* NAV
-------------------------------------------------- */

.navbar{
    padding: 20px !important;
    font-weight: 600 !important;
    color: #F4F2F1 !important;
    position: relative !important;
    z-index: 100 !important;
}

.nav a:active, .nav a:visited, .nav a:link{
    color: #fff !important;
}

.nav a:active, .nav a:hover, .nav a.active{
    color: #ccc !important;
}

.dropdown-menu {
    padding: 0;
}

.dropdown-item:link,
.dropdown-item:visited,
.dropdown-item:active {
    background: #efefef;
}

.dropdown-item:hover,
.dropdown-item.active {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link.active {
    color: #fff !important;
}

.nav-link:active, .nav-link:visited, .nav-link:link{
    color: #fff !important;
}

.nav-link:active, .nav-link:hover, .nav-link.active{
    color: #ccc !important;
}


/* BREADCRUMBS
-------------------------------------------------- */

.breadcrumb a:link,
.breadcrumb a:active,
.breadcrumb a:visited {
    color: #000031;
}

.breadcrumb a:hover {
    color: #ccc;
}


/* CAROUSEL
-------------------------------------------------- */

.carousel {
    height: 100vh;
}

.carousel.testimonials {
    height: auto !important;
}

.carousel-inner {
    height: 100%;
}

.carousel-inner.testimonials {
    height: auto !important;
}

.carousel-caption {
    max-width: 50%;
    width: 100%;
    margin: auto auto;
    bottom: 0;
    z-index: 10;
}

.carousel-caption h1{
    color: #F4F2F1 !important;
    font-weight: 700 !important;
}

.carousel-caption p{
    color: #F4F2F1 !important;
    font-weight: 400 !important;
}

.carousel-item {
    height: 100%;
}

.carousel-item.testimonials {
    height: auto !important;
}

.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev{
    display:block;
}


/* SOCIAL
-------------------------------------------------- */

.social_plugins_container {
    display: block;
}

.social_plugins {
    float: left;
    margin: 0 5px 0px 0;
}

.social_center {
    margin: auto auto;
}


/* HEADERS
-------------------------------------------------- */

.default-header {
    background-image: url("../images/banners/default.jpg");
    background-size: cover;
    padding: 140px 0 140px;
    text-align: center;
    color: #fff;
    position: relative;
}

.default-header:before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.header-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-header {
    background-image: url("../images/banners/contact.jpg");
    background-size: cover;
    padding: 175px 0 100px;
    text-align: center;
    color: #fff !important;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.contact-header:before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.contact-header>* {
    position: relative;
    z-index: 2;
}

.contact-header h1{
    color: #fff !important;
}

.about-header {
    background-image: url("../images/banners/about.jpg");
    background-size: cover;
    padding: 175px 0 100px;
    text-align: center;
    color: #fff !important;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.about-header:before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.about-header>* {
    position: relative;
    z-index: 2;
}

.about-header h1{
    color: #fff !important;
}

.terms-header {
    background-image: url("../images/banners/terms.jpg");
    background-size: cover;
    padding: 175px 0 100px;
    text-align: center;
    color: #fff !important;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.terms-header:before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.terms-header>* {
    position: relative;
    z-index: 2;
}

.terms-header h1{
    color: #fff !important;
}

.privacy-header {
    background-image: url("../images/banners/privacy.jpg");
    background-size: cover;
    padding: 175px 0 100px;
    text-align: center;
    color: #fff !important;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.privacy-header:before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.privacy-header>* {
    position: relative;
    z-index: 2;
}

.privacy-header h1{
    color: #fff !important;
}

.card-registration{
    margin-top: 30px;
}

.YoutubeLoader {
    display: block;
    position: relative;
    background-color: rgba(0, 0, 0, 0.7);
}

.YoutubePlay {
    display: block;
    background-image: url(../images/site/play.png);
    background-repeat: no-repeat;
    width: 100px !important;
    top: 50% !important;
    left: 50% !important;
    position: absolute;
    transform: translate(-50%, -50%);
}

.btn-main {
    padding: 25px 45px;
    border-radius: 3px;
    background: #0f98cb;
    color: #fff;
    outline: none;
}

.btn-main:hover {
    color: #fff;
}

.btn-main:focus {
    color: #fff;
    box-shadow: none;
}

.btn-main-md {
    padding: 15px 40px;
    border-radius: 0;
    background: #0f98cb;
    color: #fff;
    outline: none;
    font-size: 0.9375rem;
}

.btn-main-md:hover {
    color: #fff;
    background: #0f35cb;
}

.btn-main-md:focus {
    color: #fff;
    box-shadow: none;
}

.btn-transparent-md {
    padding: 15px 40px;
    background: transparent;
    outline: none;
    font-size: 0.9375rem;
    color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
}

.btn-transparent-md:hover {
    background: #0f98cb;
    border-color: #0f98cb;
    color: #fff;
}

.btn-transparent-md-blue {
    padding: 15px 40px;
    background: transparent;
    outline: none;
    font-size: 0.9375rem;
    color: #0f98cb;
    border: 1px solid #e5e5e5;
    border-radius: 0;
}

.btn-transparent-md-blue:hover {
    background: #0f98cb;
    border-color: #0f98cb;
    color: #fff;
}

.YoutubePlay:hover {}

/*=================================================================
 Call To Action 1
==================================================================*/

.call-to-action {
    background: #0f98cb;
    padding: 50px;
    color: #fff !important;
    text-align: center;
}

.call-to-action h2 {
    color: #fff !important;
    margin: 0 !important;
}

.call-to-action p {
    color: #fff !important;
    margin: 0 !important;
}

.call-to-action .btn {
    margin-top: 15px;
    color: #08b3e7 !important;
    background: #F4F2F1;
}

.call-to-action .btn:hover {
    color: #F4F2F1 !important;
    background: #ccc;
}


/* IMAGE ZOOM
-------------------------------------------------- */

/* [1] The container */
.img-hover-zoom {
    overflow: hidden; /* [1.2] Hide the overflowing of child elements */
  }
  
  /* [2] Transition property for smooth transformation of images */
  .img-hover-zoom img {
    transition: transform .5s ease;
  }
  
  /* [3] Finally, transforming the image when container gets hovered */
  .img-hover-zoom:hover img {
    transform: scale(1.5);
  }

/* PAGINATION
-------------------------------------------------- */

.pagination a:link,
.pagination a:active,
.pagination a:visited {
    color: #000031;
}


/* BACKGROUNDS
-------------------------------------------------- */

.grey-back {
    background: #ccc;
}

.grey-back h2 {
    font-weight: 400;
    color: #000031;
}

.grey-back a:link,
.grey-back a:active,
.grey-back a:visited {
    font-weight: 400;
    color: #000031;
}

.grey-back a:hover {
    font-weight: 400;
    color: #ccc;
}

.beige-back {
    background: #faf0e6;
}

.beige-back h2 {
    font-weight: 400;
    color: #000031;
}

.beige-back a:link,
.beige-back a:active,
.beige-back a:visited {
    font-weight: 400;
    color: #000031;
}

.beige-back a:hover {
    font-weight: 400;
    color: #ccc;
}

.whitish-back {
    background: #F4F2F1;
}

.whitish-back h2 {
    font-weight: 400;
    color: #000031;
}

.whitish-back a:link,
.whitish-back a:active,
.whitish-back a:visited {
    font-weight: 400;
    color: #000031;
}

.whitish-back a:hover {
    font-weight: 400;
    color: #ccc;
}

.greyish-back {
    background: #E5E5E5;
}

.greyish-back h2 {
    font-weight: 400;
    color: #000031;
}

.greyish-back a:link,
.greyish-back a:active,
.greyish-back a:visited {
    font-weight: 400;
    color: #000031;
}

.greyish-back a:hover {
    font-weight: 400;
    color: #ccc;
}



.light-grey-back {
    background: #fcfaf9;
}

.light-grey-back h2 {
    font-weight: 400;
    color: #000031;
}

.light-grey-back a:link,
.light-grey-back a:active,
.light-grey-back a:visited {
    font-weight: 400;
    color: #000031;
}

.light-grey-back a:hover {
    font-weight: 400;
    color: #ccc;
}

.banner-section-1 {
    background: url(/assets/images/banners/our-commitments.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding-top: 150px;
    padding-bottom: 150px;
}

.banner-section-1 h2 {
    font-weight: 700 !important;
    color: #000031 !important;
}

.banner-section-1 p {
    font-weight: 400 !important;
    color: #000031 !important;
}

.banner-section-1 a:link,
.banner-section-1 a:active,
.banner-section-1 a:visited {
    font-weight: 400;
    color: #000031;
}

.banner-section-1 a:hover {
    font-weight: 400;
    color: #ccc;
}

.our-vision-section {
    background: url(/assets/images/banners/our-vision.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding-top: 150px;
    padding-bottom: 150px;
}

.our-vision-section h2 {
    font-weight: 700 !important;
    color: #000031 !important;
}

.our-vision-section p {
    font-weight: 400 !important;
    color: #000031 !important;
}

.our-vision-section a:link,
.our-vision-section a:active,
.our-vision-section a:visited {
    font-weight: 400;
    color: #000031;
}

.our-vision-section a:hover {
    font-weight: 400;
    color: #ccc;
}

.explore-flowmind-section {
    background: #FCFAF9;
}

.explore-flowmind-section h2 {
    font-weight: 700 !important;
}

.explore-flowmind-section p {
    font-weight: 400 !important;
}

.explore-flowmind-section a:link,
.explore-flowmind-section a:active,
.explore-flowmind-section a:visited {
    font-weight: 400;
    color: #000031;
}

.explore-flowmind-section a:hover {
    font-weight: 400;
    color: #ccc;
}

.banner-section-2 {
    background: url(/assets/images/banners/support.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding-top: 150px;
    padding-bottom: 150px;
}

.banner-section-2 h2 {
    font-weight: 700 !important;
    color: #F4F2F1 !important;
}

.banner-section-2 p {
    font-weight: 400 !important;
    color: #F4F2F1 !important;
}

.banner-section-2 a:link,
.banner-section-2 a:active,
.banner-section-2 a:visited {
    font-weight: 400;
    color: #000031;
}

.banner-section-2 a:hover {
    font-weight: 400;
    color: #ccc;
}

.partners-section{
    background: #FCFAF9;
}

.events-section{
    background: #FCFAF9;
}

.events-section h2 {
    font-weight: 700 !important;
}

.events-section p {
    font-weight: 400 !important;
}

.articles-section{
    background: #FCFAF9;
}

.articles-section h2 {
    font-weight: 700 !important;
}

.articles-section p {
    font-weight: 400 !important;
}

.offer-section h2 {
    color: #000031 !important;
    font-weight: 700 !important;
}

.offer-section p {
    color: #000031 !important;
    font-weight: 400 !important;
}

.black-back {
    position: relative;
    background: #000;
}

.black-back .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.black-back h2 {
    font-weight: 400;
    color: #000031;
}


/* rtl:begin:ignore */

.black-back .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
    color: #fff;
}


/* rtl:end:ignore */

.black-back-slant-l-r {
    position: relative;
    background: #000;
    color: #fff;
}

.black-back-slant-l-r .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.black-back-slant-l-r h2 {
    font-weight: 400;
    color: #000031;
}


/* rtl:begin:ignore */

.black-back-slant-l-r .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
    color: #fff;
}


/* rtl:end:ignore */

.black-back-slant-l-r:after {
    content: '';
    display: block;
    width: 100%;
    height: 80px;
    position: absolute;
    transform: skewY(-2deg);
    background-color: #000;
    bottom: -45px;
}

.grey-back-slant-l-r {
    position: relative;
    background: #ccc;
}

.grey-back-slant-l-r .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.grey-back-slant-l-r h2 {
    font-weight: 400;
    color: #000031;
}


/* rtl:begin:ignore */

.grey-back-slant-l-r .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
    color: #fff;
}


/* rtl:end:ignore */

.grey-back-slant-l-r:after {
    content: '';
    display: block;
    width: 100%;
    height: 80px;
    position: absolute;
    transform: skewY(-2deg);
    background-color: #ccc;
    bottom: -45px;
}

.grey-back-slant-r-l {
    position: relative;
    background: #ccc;
}

.grey-back-slant-r-l .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.grey-back-slant-r-l h2 {
    font-weight: 400;
    color: #000031;
}


/* rtl:begin:ignore */

.grey-back-slant-r-l .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
    color: #fff;
}


/* rtl:end:ignore */

.grey-back-slant-r-l:before {
    content: '';
    width: 100%;
    height: 80px;
    position: absolute;
    transform: skewY(-2deg);
    background-color: #ccc;
    left: 0;
    right: 0;
    z-index: -1;
    top: -45px;
}


/* INFO BOX
-------------------------------------------------- */

.info_box_tab {
    background: #fff;
    font-size: 20px;
    color: #333;
    padding: 10px;
}

a.info_box_tab:link,
a.info_box_tab:active,
a.info_box_tab:visited {
    border-bottom: 1px solid #cccccc;
    background: #fff;
    font-size: 20px;
    color: #333 !important;
    padding: 10px;
    display: block;
    text-decoration: none;
}

a.info_box_tab:hover {
    border-bottom: 1px solid #000031;
    background: #ccc;
    font-size: 20px;
    color: #000031 !important;
    padding: 10px;
    display: block;
    text-decoration: none;
}

a.info_box_tab.active {
    border-bottom: 1px solid #000031;
    background: #ccc;
    font-size: 20px;
    color: #000031;
    padding: 10px;
    display: block;
    text-decoration: none;
}

.info_box_content {
    background: #fff;
    padding: 10px 0 10px 0;
}


/* VIDEO
-------------------------------------------------- */

.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

video {
    width: 100%;
    height: auto;
}


/* NOTIFICATIONS
-------------------------------------------------- */

.error-header {
    background-image: url("../images/banners/default.jpg");
    background-size: cover;
    padding: 140px 0 140px;
    text-align: center;
    color: #fff;
    position: relative;
}

.error-header:before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.error-header>* {
    position: relative;
    z-index: 2;
}

.success {
    color: #fff;
    background-color: #22BB33;
    border-color: #3c763d;
    padding: 5px;
    margin-bottom: 20px;
}

.error {
    color: #fff;
    background-color: #ffb9b9;
    border-color: #830505;
    padding: 5px;
    margin-bottom: 20px;
}

.form_error_action {
    background: #ffb9b9 !important;
}

.formError {
    background: #ffb9b9 !important;
}

.hide {
    display: none;
}

.form-group {
    margin-bottom: 1rem;
}


/* FOOTER
-------------------------------------------------- */

.footer {
    position: relative;
    margin: 0px 0 0 0;
    padding: 60px 0px 0px;
    background-color: #212529!important;
    color: #F4F2F1 !important;
}

.footer img{
    max-width: 125px;
}

.footer h2 {
    font-size: 1.5rem;
    font-weight: 500 !important;
    color: #F4F2F1 !important;
}

.footer p {
    font-size: 1rem;
    font-weight: 400 !important;
    color: #F4F2F1 !important;
}

.footer a:link,
.footer a:active,
.footer a:visited {
    color: #F4F2F1 !important;
    text-decoration: none;
}

.footer a:hover {
    color: #000031;
}

.footer .container .featurette-divider {
    margin: 1rem 0;
    color: #fff;
}

.footer .featurette-divider {
    margin: 1rem 0;
    color: #fff;
}

.bottom-footer{
    margin-top: 25px;
    background: #000 !important;
    padding-top: 25px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
}


/* Thin out the marketing headings */

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    /* rtl:remove */
    letter-spacing: -.05rem;
}

.services-icons{
    max-width: 100px;
    margin: auto auto;
    margin-bottom: 10px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }
    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 3640px) {
    /* line 288, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_common.scss */
    .container {
        max-width: 1300px;
    }
}