/**/
/**/
:root {
    --gutter: 15px;
}

@media (min-width: 992px) {
    :root {
        --gutter: 9.15rem;
    }
}

.Slider-owl .item {
    position: relative;
    min-height: 45rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    font-family: "Roboto Condensed", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.Slider-owl .item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}

.Slider-owl .item h1 {
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    font-stretch: condensed;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .Slider-owl .item h1 {
        font-size: 3rem;
    }
}

.Slider-owl .item h1 strong {
    font-weight: bold;
    font-size: 50px;
}

@media (min-width: 992px) {
    .Slider-owl .item h1 strong {
        font-size: 6rem;
    }
}

.Slider-owl .item a {
    background-color: #ffa407;
    border: 1px solid #d38600;
    display: table;
    line-height: 1;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: bold;
}

.Slider-owl .item a:hover {
    background-color: #ffb73a;
}

@media (min-width: 992px) {
    .Slider-owl .item a {
        padding: 1.25rem;
    }
}

.Slider-owl .item a i {
    vertical-align: middle;
    margin-left: 15px;
}

@media (min-width: 992px) {
    .Slider-owl .item a i {
        margin-left: 3.75rem;
    }
}

.Slider-owl .item .caption {
    position: relative;
    z-index: 1;
}

.Slider-owl .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none;
    margin-top: 0;
}

.Slider-owl .owl-nav [class*=owl-] {
    background-color: transparent;
    pointer-events: auto;
    font-size: 3.9rem;
    opacity: 0.7;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.Slider-owl .owl-nav [class*=owl-] i {
    line-height: .8;
}

.Slider-owl .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

.Slider-owl .owl-dots {
    position: absolute;
    bottom: 6.75rem;
    left: 0;
    right: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}

@media (min-width: 576px) {
    .Slider-owl .owl-dots {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .Slider-owl .owl-dots {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .Slider-owl .owl-dots {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .Slider-owl .owl-dots {
        max-width: 1140px;
    }
}

.Slider-owl .owl-dots .owl-dot span {
    width: 1rem;
    height: 1rem;
    background-color: white;
    border-radius: 0;
    border: 0.15rem solid white;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.Slider-owl .owl-dots .owl-dot.active span,
.Slider-owl .owl-dots .owl-dot:hover span {
    background-color: transparent;
}

.ribbon {
    z-index: 2;
    position: relative;
    margin-top: -5rem;
    margin-bottom: 1rem;
    font-family: "Roboto Condensed", sans-serif;
}

.ribbon-style {
    padding: 2rem 1.25rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #ffffff;
}

.ribbon .our-product {
    min-height: 16.5rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.ribbon .partner i, .ribbon .check i {
    font-size: 6.2rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
}

.ribbon .partner {
    background-color: #00adef;
}

.ribbon .check {
    background-color: #283991;
}

.ribbon h3 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: normal;
    letter-spacing: normal;
}

.ribbon h3 strong {
    font-weight: bold;
}

.ribbon h3 i {
    font-size: 1.75rem;
    margin-left: 1.15rem;
    vertical-align: middle;
}

.about {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, right top, left top, from(#00abed), to(#273992));
    background-image: linear-gradient(to left, #00abed, #273992);
    color: white;
    font-size: 0.9rem;
    line-height: normal;
}

@media (min-width: 992px) {
    .about {
        padding-top: 3.9rem;
        padding-bottom: 3.9rem;
    }
}

.about h3 {
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 15px;
    line-height: 1;
}

@media (min-width: 992px) {
    .about h3 {
        font-size: 70px;
        margin-bottom: 1.5rem;
    }
}

.about a {
    background-color: #4a90e2;
    border: 1px solid #2275d7;
    display: table;
    line-height: 1;
    padding: 0.7rem 0.85rem;
    cursor: pointer;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border: none;
    min-width: 50%;
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 20px;
    line-height: normal;
}

.about a:hover {
    background-color: #76abe9;
}

@media (min-width: 992px) {
    .about a {
        min-width: 20rem;
        margin-bottom: 0;
    }
}

.about a i {
    margin-left: auto;
    float: right;
    vertical-align: middle;
}

.about .aboutvideo .video {
    max-height: 297px;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

@media (max-width: 992px) {
    .about .aboutvideo .vidoe {
        max-height: 157px !important;
    }
}

.about .aboutvideo .videoimg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
}

.about .aboutvideo .videoimg img {
    height: 78px;
}

.about .aboutvideo .videoimg button {
    background-color: transparent;
}

.about .aboutvideo.active .videoimg {
    display: none;
}

.about .aboutvideo.active .video {
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

.tour {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 992px) {
    .tour {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

.tour h4 {
    font-size: 35px;
    font-weight: 900;
    color: #9b9b9b;
    line-height: 1;
    margin-bottom: 1.25rem;
}

@media (min-width: 992px) {
    .tour h4 {
        font-size: 70px;
    }
}

.tour-item {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    min-height: 21.5rem;
    font-family: "Roboto Condensed", sans-serif;
}

.tour-item .caption {
    -webkit-transform: translateY(calc(100% - 4rem));
    transform: translateY(calc(100% - 4rem));
    height: 100%;
    color: white;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    padding-left: 1rem;
    padding-right: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: normal;
    font-size: 0.9rem;
}

.tour-item .caption:before {
    z-index: -1;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.tour-item .caption h5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 4rem;
    font-size: 1.5rem;
}

.tour-item .caption .more {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 4rem;
    background-color: #283991;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
}

.tour-item .caption .more i {
    font-size: 2.25rem;
    line-height: .8;
}

.tour-item:hover .caption {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.tour-item:hover .caption:before {
    background-color: rgba(40, 57, 145, 0.68);
}

.tour-item:hover .caption h5 {
    font-size: 2rem;
    font-weight: bold;
}

.all {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0);
    display: table;
    line-height: 1;
    padding: 0.75rem 0.85rem;
    cursor: pointer;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 0.25rem;
    border: solid 0.1rem #4a90e2;
    color: #4a90e2;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 2rem;
    background-image: -webkit-gradient(linear, left top, right top, from(#4a90e2), color-stop(50%, #4a90e2), color-stop(50%, transparent), to(transparent));
    background-image: linear-gradient(to right, #4a90e2, #4a90e2 50%, transparent 50%, transparent);
    background-position: 100% 0;
    background-size: 210% 100%;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.all:hover {
    background-color: rgba(26, 26, 26, 0);
}

@media (min-width: 992px) {
    .all {
        min-width: 20rem;
    }
}

.all i {
    vertical-align: middle;
    margin-left: 15px;
    font-size: 1.5rem;
    line-height: .8;
    float: right;
}

.all.white {
    color: white;
    border-color: white;
    background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(50%, white), color-stop(50%, transparent), to(transparent));
    background-image: linear-gradient(to right, white, white 50%, transparent 50%, transparent);
}

.all.white:hover {
    color: #4a90e2;
}

.all:hover {
    color: white;
    background-position: 0 0;
}

.services {
    background-image: -webkit-gradient(linear, right top, left top, from(#00abed), to(#273992));
    background-image: linear-gradient(to left, #00abed, #273992);
    color: white;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 992px) {
    .services {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

.services h4 {
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 5rem;
}

@media (min-width: 992px) {
    .services h4 {
        font-size: 70px;
    }
}

.services .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 4.5rem;
}

.services .item i {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: 9rem;
    height: 9rem;
    border: solid 0.1rem #ffffff;
    font-size: 4.5rem;
    margin-bottom: 1rem;
    -webkit-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
}

.services .item i:before {
    position: relative;
    z-index: 1;
}

.services .item i:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 50%;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.services .item p {
    font-size: 1.2rem;
    font-weight: bold;
}

.services .item:hover i {
    color: #4a90e2;
    border-color: transparent;
}

.services .item:hover i:after {
    background-color: white;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.feedback {
    position: relative;
    font-family: "Roboto Condensed", sans-serif;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 992px) {
    .feedback {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

.feedback:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 10rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#4a4a4a));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #4a4a4a);
}

.feedback h4 {
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 2rem;
    color: #9b9b9b;
}

@media (min-width: 992px) {
    .feedback h4 {
        font-size: 70px;
    }
}

.feedback .card-columns {
    -webkit-column-gap: 2rem;
    column-gap: 2rem;
    -webkit-column-count: 1;
    column-count: 1;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 768px) {
    .feedback .card-columns {
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 992px) {
    .feedback .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
    }
}

.feedback .card {
    border: none;
    border-radius: 15px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
    padding: 2rem 1.5rem;
    text-align: center;
    color: #4a4a4a;
    font-size: 0.9rem;
    line-height: normal;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
}

@media (min-width: 992px) {
    .feedback .card {
        margin-bottom: 1.5rem;
    }
}

.feedback .card h5 {
    margin-left: 4.25rem;
    margin-right: 4.25rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: #000000;
    line-height: 1;
}

.feedback .card span {
    display: block;
    margin-left: 4.25rem;
    margin-right: 4.25rem;
    margin-bottom: 1.5rem;
}

.feedback .card img {
    position: absolute;
    left: -1rem;
    top: -1.5rem;
    border-radius: 50%;
    width: 6rem;
}

.feedback .all {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 3.75rem;
    z-index: 2;
}

.feedback .all:hover {
    color: #4a4a4a;
}

.gallery {
    position: relative;
}

.gallery .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none;
    margin-top: 0;
}

.gallery .owl-nav [class*=owl-] {
    background-color: transparent;
    pointer-events: auto;
    font-size: 3.9rem;
    opacity: 0.7;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.gallery .owl-nav [class*=owl-] i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gallery .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

.news {
    position: relative;
    overflow: hidden;
    font-family: "Roboto Condensed", sans-serif;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 992px) {
    .news {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

.news h4 {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 30px;
    color: #9b9b9b;
}

@media (min-width: 992px) {
    .news h4 {
        font-size: 70px;
        margin-bottom: 5rem;
    }
}

.news-owl {
    position: static;
    margin-bottom: 3rem;
}

.news .owl-stage {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.news .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none;
    margin-top: 0;
}

.news .owl-nav [class*=owl-] {
    background-color: transparent;
    pointer-events: auto;
    font-size: 3.9rem;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.news .owl-nav [class*=owl-] i {
    color: #4a90e2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.news .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

.news .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    color: #4a4a4a;
    font-size: 0.9rem;
    padding-left: 15px;
    padding-right: 15px;
}

.news .item h5 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #000000;
}

.news .item span,
.news .item p {
    margin-bottom: 1rem;
}

.news .item .all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: auto;
    padding: 0.45rem 0.85rem;
    color: #00adef;
    border-color: #00adef;
    background-image: -webkit-gradient(linear, left top, right top, from(#00adef), color-stop(50%, #00adef), color-stop(50%, transparent), to(transparent));
    background-image: linear-gradient(to right, #00adef, #00adef 50%, transparent 50%, transparent);
    font-size: 0.9rem;
}

@media (min-width: 992px) {
    .news .item .all {
        min-width: 12.75rem;
    }
}

.news .item .all:hover {
    color: white;
}

.news .item .all i {
    font-size: 1.15rem;
}

.news .all-line {
    position: relative;
    color: #898989;
    border-color: #898989;
    border-color: #898989;
    background-image: -webkit-gradient(linear, left top, right top, from(#898989), color-stop(50%, #898989), color-stop(50%, transparent), to(transparent));
    background-image: linear-gradient(to right, #898989, #898989 50%, transparent 50%, transparent);
}

.news .all-line:hover {
    color: white;
}

.news .all-line:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100%;
    width: 10000%;
    height: 2px;
    background-color: #898989;
}

.news .all-line:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    width: 10000%;
    height: 2px;
    background-color: #898989;
}

.sponsors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: #f1f1f1;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 992px) {
    .sponsors {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

.sponsors .owl-stage {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.sponsors-owl {
    position: static;
}

.sponsors-owl .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 150px;
    background-color: white;
    border-radius: 10px;
    padding: 10px 20px;
}

.sponsors .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none;
    margin-top: 0;
}

.sponsors .owl-nav [class*=owl-] {
    background-color: transparent;
    pointer-events: auto;
    font-size: 3.9rem;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.sponsors .owl-nav [class*=owl-] i {
    color: #4a90e2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sponsors .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

.sponsors .plus {
    color: #4a90e2;
    font-size: 2.75rem;
    margin-top: 25px;
}

@media (min-width: 768px) {
    .sponsors .plus {
        margin-top: 0;
        padding-left: 40px;
    }
}

.sponsors .plus a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: white;
    border-radius: 10px;
    line-height: 1;
    padding: 15px;
}

/*# sourceMappingURL=index.css.map */
