html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

@font-face {
    font-family: Comforta;
    src: url(../fonts/Comfortaa-Regular.ttf) format('woff');
}

@font-face {
    font-family: Comforta_bold;
    src: url(../fonts/Comfortaa-Bold.ttf) format('woff');
}


/*@font-face {*/
/*	font-family: 'Arial';*/
/*	src: url('../fonts/ArialMT.woff2') format('woff2'),*/
/*	url('../fonts/ArialMT.woff') format('woff');*/
/*	font-weight: normal;*/
/*	font-style: normal;*/
/*}*/


::selection {
    background: #71bec8;
}


body {
    font-family: Comforta;
    line-height: 1;
    /*background-color: #f1ffff;*/
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/*table {*/
/*border-collapse: collapse;*/
/*border-spacing: 0;*/
/*}*/
.main-content {
    display: inline-block;
    width: 100%;
}

.armenia-main-content {
    display: block;
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
}

.slider_img {
    width: 100%;
}

#custom_navbar {
    position: fixed;
    width: 100%;
    z-index: 9999;
    border-top: 3px solid #fab03d;
    background-color: #ffffffa8 !important;
}

.header {
    overflow: hidden;
}

.header #custom_navbar {
    background-color: transparent !important;
}

#header .fixed {
    background-color: #ffffffb8 !important;
}

.logo {
    width: 130px;
    margin-left: 50px;
}

#custom_navbar .navbar-nav .nav-link {
    color: #3b3b3b;
    padding: 0 0.4rem;
    font-size: 15px;
}

.header #custom_navbar .navbar-nav .nav-link {
    color: #0d2d2d;
}

.choose-content {
    margin: 25px 0;
    text-align: center;
}

.choose-title {
    font-weight: 100;
}

.choose-title {
    font-size: 25px;
    margin: 15px 0;
}

.choose_img {
    width: 130px;
    transition: 0.5s;
}

.choose_img:hover {
    opacity: 0.5;
    cursor: pointer;
}

section {
    padding: 45px 0;
}

.main-title {
    font-size: 32px;
    text-align: center;
    margin: 15px auto;
    width: 100%;
    max-width: 400px;
    z-index: 9999999;
    background-color: #fff;
}

.armenia-line-content {
    position: relative;
    text-align: center;
}

.gerb-img {
    width: 27px;
}

.read-btn {
    display: block;
    background-color: #597ac1;
    width: 50%;
    margin: 0 auto;
    padding: 10px 0;
    border-radius: 3px;
    transition: 0.5s;
    cursor: pointer;
}

.read-btn:hover {
    background-color: #2d4cc1;
}

.read-btn a {
    color: #fff;
}

.title-line {
    position: absolute;
    background: #fab03d;
    width: 90px;
    height: 2px;
    margin: 0 auto 25px;
    left: 0;
    right: 0;
}

.slider-left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
    left: 30px;
    font-size: 30px !important;
    color: #fff;
    cursor: pointer;
}

.slider-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
    right: 30px;
    font-size: 30px !important;
    color: #fff;
    cursor: pointer;
}

.main-slider {
    position: relative;
    /*padding-top: 90px;*/
}

.armenia_img {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.about-title {
    font-size: 25px;
    color: #000;
    margin: 40px 0;
    text-align: center;
}

.main-section p {
    margin: 10px 0;
    line-height: 25px;
}

.dotted-content {
    padding-left: 20px;
}

.main-section {
    padding: 125px 0 35px;
}

.responsive-img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.form-input {
    margin: 15px 0;
}

.form-input label {
    display: block;
    color: #000;
}

.contact-input {
    width: 100%;
    padding: 8px 15px;
    margin-top: 10px;
    border: 1px solid #fab03d;
    outline: 0;
}

.message {
    width: 100%;
    height: 200px;
    resize: none;
    padding: 8px 15px;
    margin-top: 10px;
    border: 1px solid #fab03d;
    outline: 0;
}

.send-button {
    width: 150px;
    padding: 10px;
    border: none;
    background-color: #fab03d;
    color: #fff;
    border-radius: 3px;
    transition: 0.4s ease-in-out;
}

.send-button:hover {
    background-color: #000;
}

.contact-main {
    margin-top: 50px;
}

.footer-listed {
    margin: 15px 0;
}

.footer-listed li {
    list-style-type: none;
    display: inline;
    margin: 0 5px;
}

footer {
    background-color: #0d2d2d;
    text-align: center;
    padding: 25px 0;
    margin-top: 50px;
}

.footer-copyright {
    color: #fff;
}

footer .fa-icon {
    color: #fff;
    font-size: 25px;
}

footer .fa-icon:hover {
    color: #2d4cc1;
}

.main-text {
    margin: 25px 0;
    line-height: 25px;
    text-align: center;
}

.slider-sep {
    text-align: center;
}

/*.review-img{*/
/*width: 100px;*/
/*border-radius: 50%;*/
/*margin: 0 auto;*/
/*}*/
.reviews-slider {
    position: relative;
}

.review_name {
    margin: 25px 0 35px;
    font-weight: 600;
    font-size: 16px;
}

.reviews-slider-left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
    left: 30px;
    font-size: 25px !important;
    color: #2d4cc1;
    cursor: pointer;
}

.reviews-slider-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
    right: 30px;
    font-size: 25px !important;
    color: #2d4cc1;
    cursor: pointer;
}

.service-img {
    width: auto;
    height: 150px;
}

.service-content {
    text-align: center;
    transition: 0.8s;
}

.service-content:hover {
    opacity: 0.5;
    cursor: pointer;
}

.service-title {
    font-size: 18px;
}

.service-main-content {
    margin: 30px 0;
}

.trip-title {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
}

.trip-content {
    margin: 45px 0;
}

.listed-trip {
    padding-left: 25px;
}

.listed-trip li {
    font-size: 20px;
    margin: 8px 0;
    list-style-type: circle;
}

.listed-trip li a {
    color: #fab03d;
}

/*.form-content{*/
/*display: flex;*/
/*justify-content: space-between;*/
/*max-width: 500px;*/
/*}*/
.trip-input {
    width: 100%;
    padding: 5px 10px;
    outline: 0;
}

.trip-message {
    width: 70%;
    height: 200px;
    padding: 5px 10px;
    outline: 0;
    resize: none;
    border: 1px solid #bcbcbc;
}

.trip-button {
    width: 300px;
    padding: 15px 0;
    background-color: #2d4cc1;
    border: none;
    border-radius: 5px;
    color: #fff;
    transition: 0.8s;
}

.trip-button:hover {
    background-color: #243d9c;
}

#form {
    text-align: center;
}

.date {
    text-align: left;
}

.checkbox_listed {
    text-align: left;
    margin: 25px 0;
}

.checkbox_listed li {
    margin: 10px 0;
    color: #2d4cc1;
    font-size: 18px;
}

/*.navbar-light .navbar-brand{*/
/*margin-left: 10rem;*/
/*}*/
/*.pull-right{*/
/*margin-right: 10rem;*/
/*}*/
.slider-title {
    font-size: 230px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 999;
    color: #ffffff66;
}

.slider-item {
    position: relative;
}

.pull-right .fa {
    font-size: 20px;
    padding: 7px 0;
    border-radius: 5px;
}

.nav-item .fa-facebook-f {
    background-color: #3b5998;
    padding: 7px 11px;
}

.nav-item .fa-facebook-f:hover {
    background-color: #283d68;
}

.nav-item .fa-instagram {
    background-color: #8a3ab9;
}

.nav-item .fa-instagram:hover {
    background-color: #572575;
}

.nav-item .fa-youtube {
    background-color: #FF0000;
}

.nav-item .fa-youtube:hover {
    background-color: #bf0000;
}

.nav-item .fa-linkedin-square {
    background-color: #0077b5;
}

.nav-item .fa-linkedin-square:hover {
    background-color: #004b73;
}

#custom_navbar .pull-right .nav-link {
    padding: 0 0.3rem;
}

.dropdown-menu {
    background-color: #3d63b1e3;
}

.dropdown-menu .dropdown-item {
    color: #fff !important;
    font-size: 14px;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #3d63b1e3;
}

.dotted-content {
    position: relative;
    margin: 45px 0;
}

.dotted-title:before {
    content: " ";
    position: absolute;
    background-image: url(../images/dote.png);
    width: 10px;
    background-repeat: no-repeat;
    height: 10px;
    z-index: 99999;
    left: 0;
    top: 7px;
    background-size: 7px;
}

.visa-main-content {
    margin: 80px 0 30px;
}

.table-bordered td, .table-bordered th {
    font-size: 14px;
}

.dotted-content a {
    padding-left: 20px;
}

.bold-listed {
    font-weight: 600;
}

.listed-title {
    font-weight: 600;
}

.events-listed li {
    margin: 15px 0;
}

.event-text {
    line-height: 20px;
}

.park-img {
    width: 100%;
    transition: all .2s ease-in-out;
    margin: 15px 0;
}

/*.park-img:hover{*/
/*transform: scale(1.1);*/
/*}*/
.park-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 45px 0;
}

.park-link {
    display: block;
    margin: 5px auto;
    text-align: center;
}

.fixed-title {
    font-size: 230px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    text-align: center;
    z-index: 999;
    color: #ffffff66;
}

/* added */

.image-source-link {
    color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.main-why {
    padding-top: 50px;
}

.decimal-listed {
    list-style: decimal;
    padding-left: 35px;
}

.decimal-listed li {
    margin: 8px 0;
}

.slider .slider-track {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.slider .item {
    height: 100%;
    position: relative;
    z-index: 1;
}

.slider .item img {
    width: 100%;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.slider .item.slick-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.footer-terms {
    margin: 15px 0;
}

.footer-terms a {
    color: #fff;
}

.contact-title {
    margin: 0 0 15px;
    font-weight: 600;
    color: #000;
}

.contact-listed {
    margin: 25px 0 35px;
}

.contact-listed li {
    margin: 15px 0;
    font-size: 14px;
}

.fa-contact {
    padding-right: 5px;
    color: #fab03d;
}

.contact-map {
    margin: 45px 0;
}

.choose-image {
    width: 100%;
}

.choose-content {
    transition: 0.3s ease-in-out;
}

.choose-content:hover {
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);

}

/*added owl*/

.station-content {
    margin: 25px 0;
    text-align: center;
}

.station-icon {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 35px auto 15px;
}

.station-img {
    width: 100%;
    max-width: 250px;
}

.header-img {
    width: 100%;
}

.header-content {
    position: relative;
    /*padding-top: 95px;*/
}

.header-content__info {
    position: absolute;
    left: 25px;
    bottom: 10%;
    z-index: 99;
}

.header-content__title {
    text-transform: uppercase;
    color: #fff;
    font-size: 45px;
}

.header-content__subtitle {
    padding-top: 25px;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    padding-left: 100px;
}

.header-img {
    z-index: 9;
}

.header-orange-element {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 99;
    left: 0;
}

.header-orange-title {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 999;
    left: 0;
}

.header-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.header-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.metro-park-title {
    margin: 15px auto;
    text-align: center;
}

.title-content {
    position: relative;
    margin: 50px 0 70px;
}

.line {
    width: 100%;
    height: 5px;
    background-color: #68aeb7;
}

.line-title {
    font-size: 32px;
    text-align: center;
    margin: 15px auto;
    width: 100%;
    max-width: 450px;
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    z-index: 9;
    background-color: #fff;
}

.review_text {
    margin-top: 25px;
    line-height: normal;
}

.trip-line {
    margin: 15px 0 25px;
    width: 100%;
    height: 1px;
    background-color: #c2c2c2;
    position: relative;
}

.trip-line:after {
    content: " ";
    position: absolute;
    bottom: 3px;
    width: 100%;
    height: 1px;
    background-color: #c2c2c2;
}

.form-content {
    display: flex;
    max-width: 550px;
    margin: 25px 0;
}

.trip-section {
    margin: 130px 0;
}

.date-left {
    text-transform: uppercase;
    color: #333;
    font-size: 12px;
    flex: 3;
}

.date-right {
    color: #333;
    /* flex-grow: 1; */
    font-size: 13px;
    flex: auto;
    /* width: 5rem; */
    text-align: right;
}

.trip-subtitle {
    margin: 55px 0 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.trip-form {
    width: 100%;
}

.date-content {
    /*width: 100%;*/
    /*max-width: 200px;*/
    position: relative;
    flex: 2;
}

.trip-fa {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fab03d !important;
}

.date-input {
    width: 100%;
    border: 1px solid #bcbcbc;
    padding: 3px;
    color: #5b5b5b;
}

.trip-select {
    border: 1px solid #bcbcbc;
    padding: 5px;
    color: #7d7c7c;
    font-size: 13px;
}

.dest-select {
    margin: 35px 0 15px;
}

.dest-content {
    max-width: 700px;
    margin: 25px 0;
}

.select-item {
    margin: 15px 0;
}

.select-label {
    font-size: 14px;
    color: #333;
    padding-left: 15px;
}

.info-input {
    border: 1px solid #e6e6e6;
    outline: none;
    padding: 5px;
}

.info-text {
    font-size: 12px;
    padding-left: 10px;
}

.form-send {
    background-color: #fab03d;
    border: none;
    font-size: 15px;
    color: #fff;
    padding: 10px 15px;
    transition: 0.4s ease-in-out;
}

.form-send:hover {
    background-color: #000;
}

.more-text {
    text-align: center;
    line-height: 25px;
    font-size: 20px;
}

.more-button {
    display: block;
    width: 100%;
    margin: 35px auto 5px;
    max-width: 250px;
    padding: 10px 0;
    text-align: center;
    background-color: #fab03d;
    color: #fff;
    transition: 0.4s ease-in-out;
    border: none;
    outline: none;
}

.more-button:hover {
    color: #fff;
    text-decoration: none;
    background-color: #000000;
}

.confirm-content {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
}

.confirm-title {
    font-size: 25px;
    color: #000;
}

.main-subtitle {
    color: #68aeb7;
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    margin: 100px auto 45px;
}

.first-main-subtitle {
    margin: 25px auto !important;
}

.why-img {
    transition: 0.3s ease-in-out;
    width: 100%;
    margin: 10px 0;
}

.why-img-main {
    width: 100%;
    margin: 10px 0;
}

.why-img:hover {
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
}

.welcome-title {
    font-size: 40px;
    color: #000;
    font-weight: 500;
    margin: 0 auto;
    padding: 5px 0 15px;
    text-align: center;
}

.footer-phone {
    padding-bottom: 15px;
    color: #fff;
    display: block;
}

.pull-right .nav-item {
    color: #0d2d2d;
    padding: 0 10px;
    cursor: pointer;
    font-size: 12px;
}

.service-subtitle {
    font-size: 25px;
}

.review-block {
    margin-top: 45px;
}

.review-content {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #eaf9f9;
    margin: 15px 0;
}

.review-main {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 170px;
}

.review-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
}

.review-list {
    margin: 15px 0;
    display: flex;
}

.review-list li {
    display: inline;
    list-style: none;
}

.review-list li img {
    width: 15px;
}

.review-title-name {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}

.review-title {
    font-size: 13px;
    line-height: 20px;
}

.review-text {
    font-size: 13px;
    line-height: 20px;
}

.review-form {
    margin: 25px auto;
    width: 100%;
    max-width: 500px;
    text-align: center;
}

.review-subtitle {
    text-align: center;
    font-weight: 500;
}

.review-input {
    width: 100%;
    padding: 10px 15px;
    margin-top: 10px;
    border: 1px solid #ababab;
    outline: 0;
}

.review-message {
    width: 100%;
    padding: 10px 15px;
    margin-top: 10px;
    border: 1px solid #ababab;
    outline: 0;
    resize: none;
    height: 200px;
}

.checkbox-content {
    margin: 10px 0;
    text-align: left;
}

.checkbox-item {
    margin: 5px 0;
}

.star-icon svg {
    fill: transparent;
    stroke: #fab03d;
    width: 25px;
    height: 25px;
}

/*added*/


.content {
    text-align: center;
}

.content h1 {
    font-family: 'Sansita', sans-serif;
    letter-spacing: 1px;
    font-size: 50px;
    color: #282828;
    margin-bottom: 10px;
}

.content i {
    color: #FFC107;
}

.content span {
    position: relative;
    display: inline-block;
}

.content span:before, .content span:after {
    position: absolute;
    content: "";
    background-color: #282828;
    width: 40px;
    height: 2px;
    top: 40%;
}

.content span:before {
    left: -45px;
}

.content span:after {
    right: -45px;
}

.content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
}

.wrapper {
    position: relative;
    display: inline-block;
    border: none;
    font-size: 14px;
    margin: 50px auto;
    left: 50%;
    transform: translateX(-50%);
}

.wrapper input {
    border: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    opacity: 0;
}

.wrapper label {
    position: relative;
    /*float: right;*/
    color: #C8C8C8;
}

.wrapper label:before {
    margin: 5px;
    content: "\f005";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 1.5em;
    color: #ccc;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.wrapper input:checked ~ label:before {
    color: #FFC107;
}

.wrapper label:hover ~ label:before {
    color: #ffdb70;
}

.wrapper label:hover:before {
    color: #FFC107;
}


/*new added*/


.rating {
    overflow: hidden;
    display: inline-block;
}

.rating-input {
    float: right;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0 0 0 -16px;
    opacity: 0;
}

.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover ~ .rating-star,
.rating-input:checked ~ .rating-star {
    background-position: 0 0;
}

.rating-star,
.rating:hover .rating-star {
    position: relative;
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    background: url('https://www.everythingfrontend.com/samples/star-rating/star.png') 0 -16px;
}


/* new rating */


.block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 15px;
}

.rating {
    display: flex;
    width: 100%;
    justify-content: center;
    overflow: hidden;
    flex-direction: row-reverse;
    position: relative;
}

.rating-0 {
    filter: grayscale(100%);
}

.rating > input {
    display: none;
}

.rating > label {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    transition: .3s;
}

.rating > input:checked ~ label,
.rating > input:checked ~ label ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}


.rating > input:not(:checked) ~ label:hover,
.rating > input:not(:checked) ~ label:hover ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.feedback {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}

.recommend-title {
    margin: 25px auto 45px;
    font-size: 28px;
}

.service-bottom-content {
    margin-top: 25px;
}

.service-bottom-title {
    font-weight: 500;
    font-size: 15px;
    color: #000;
}

.service-bottom-link {
    text-decoration: underline;
}

.review-main-title {
    margin: 55px auto 15px;
    font-size: 23px;
    font-weight: 600;
}

.service-bottom-content {
    text-align: center;
}

.service-bottom-content .more-button {
    margin: 15px auto 25px;
}

.icon-review-right {
    position: absolute;
    font-size: 18px !important;
    right: 0;
    top: 50%;
    color: #FFC107 !important;
    cursor: pointer;
}

.icon-review-left {
    position: absolute;
    font-size: 18px !important;
    left: 0;
    top: 50%;
    color: #FFC107 !important;
    cursor: pointer;
}

.advertisment-content {
    position: relative;
}

.advertisment-block {
    position: absolute;
    top: 260px;
    width: 150px;
    height: 250px;
    border: 1px solid #ababab;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}


.advertisment-block-top {
    width: 94%;
    height: 150px;
    border: 1px solid #ababab;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin: 15px auto 35px;
}


.advertisment-block-main {
    width: 100%;
    border: 1px solid #ababab;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin: 15px auto 35px;
    /*-webkit-animation: fade 2s infinite;*/
    /*animation: fade 2s infinite;*/
    /*-moz-animation: fade 2s infinite;*/
    /*-o-animation: fade 2s infinite;*/
}


@-webkit-keyframes fade {
    0% {
        opacity: 0.2
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0.2
    }
}

@-moz-keyframes fade {
    0% {
        opacity: 0.2
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fade {
    0% {
        opacity: 0.2
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0.2
    }
}

@-o-keyframes fade {
    0% {
        opacity: 0.2
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0.2
    }

}

.advertisment-block a {
    text-decoration: none;
}

.advertisment-block-left {
    left: 50px;
}

.advertisment-block-right {
    right: 50px;
}


.advertisment-title {
    width: 100%;
    background-color: #fff;
    color: #000;
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
}

.compose-section .advertisment-block {
    top: 135px;
}

.advertisment-img {
    width: 100%;
}

.add-icon {
    width: 80px;
    margin: 0 auto;
    display: block;
}

.whyarmenia-main-title {
    text-align: center;
    color: #000;
    font-size: 20px;
}

.whyarmenia-main-content {
    margin-bottom: 25px;
}

@media only screen and (max-width: 1550px) {

    /*.advertisment-content .container {*/
    /*width: 1000px !important;*/
    /*}*/

}

@media only screen and (max-width: 1400px) {

    /*.advertisment-content .container {*/
    /*width: 800px !important;*/
    /*}*/

}

@media only screen and (max-width: 1250px) {

    .advertisment-block-left {
        left: 25px;
    }

    .advertisment-block-right {
        right: 25px;
    }

    /*.advertisment-content .container {*/
    /*width: 700px !important;*/
    /*}*/


}

.advertisment-mobile {
    display: none;
}


@media only screen and (max-width: 1050px) {
    .advertisment-block {
        display: none;
    }

    /*.advertisment-content .container {*/
    /*width: unset !important;*/
    /*}*/
    .advertisment-mobile {
        display: block;
    }


}

.advertisment-text {
    margin-top: 45px;
    font-size: 18px;

}

.advertisment-add-title {
    font-size: 13px;
    color: #fab03d;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    margin: 0 !important;
    padding: 10px 0;
    line-height: normal !important;
}

.advertisment-block-main a {
    text-decoration: none;
}

.adver-block {
    border: 1px solid #ababab;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 15px 0;
    margin: 15px 0;
}

.welcome-text {
    text-align: center;
    margin: 10px auto;
    font-size: 20px;
}

.welcome-white-line {
    width: 100%;
    height: 5px;
    background-color: #fff;
}

.footer_main .logo {
    margin-left: 0;
}

.service-top {
    margin-top: 35px;
}

.tour-service-list {
    list-style: decimal;
    padding-left: 35px;
}


.tour-service-list li {
    padding: 5px 0;
    font-size: 14px;
}

.tour-service-main {
    margin: 0 0 25px;
}

.language {
    height: 20px;
    margin: 8px 10px 0 0;
    background-color: transparent;
    border: none;
    padding: 0 10px;
    outline: 0;
    font-size: 15px;
}

.menu-social {
    display: flex;
    margin: 0 !important;
    padding-left: 0;
}

.menu-social li {
    padding: 0 10px;
}

.fa-fb {
    color: #2d4cc1;
}

.fa-inst {
    color: #5851DB;
}

.fa-yout {
    color: #FF0000;
}

.fa-linkd {
    color: #2867B2;
}

.tour-main-title {
    padding: 0 0 35px;
    font-size: 25px;
    font-weight: 600;
}

.tour-service-text--bold {
    font-weight: 600;
}

.tour-image {
    width: 100%;
}

.tour-title {
    margin: 0;
    font-weight: 600;
    color: #000;
    padding-left: 15px;
    padding-top: 45px;
    font-size: 20px;
}

.tour-image-main {
    display: block;
}

.tour-little-image {
    margin: 10px 0;
}

.tours-main {
    margin: 5px 0 15px;
    display: flex;
}

.tour-slider-right {
    position: absolute;
    right: -75px;
    top: 50%;
    transform: translateY(-50%);
    color: #fab03d;
    font-size: 25px !important;
    cursor: pointer;
}

.tour-slider-left {
    position: absolute;
    left: -75px;
    top: 50%;
    transform: translateY(-50%);
    color: #fab03d;
    font-size: 25px !important;
    cursor: pointer;
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
}

/*.nav-link--sos {*/
/*	background-color: red;*/
/*	padding: 8px 20px !important;*/
/*	border-radius: 10px;*/
/*	color: #fff !important;*/
/*	text-transform: uppercase;*/
/*	font-weight: 600;*/
/*}*/

.nav-link--sos {
    color: red !important;
    font-weight: 600;
    text-transform: uppercase;
}

.sos-content {
    max-width: 600px;
    margin: 45px auto 0;
    padding: 0 15px;
}

.sos-content__item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #cdcdcd;
    padding: 5px 0;
}

.sos-content__text {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.choose-content {
    position: relative;
}

.choose-content__title {
    position: absolute;
    bottom: 12px;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
    padding: 0 10px;
    text-decoration: none;
}

.language-block {
    position: relative;
    padding-right: 5px;
}

.language-block__choose {
    display: flex;
    align-items: center;
    cursor: pointer;
}


.language-block__lang {
    font-size: 15px;
    padding-right: 5px;
}

.language-list {
    background-color: #3d63b1e3;
    padding: 5px 15px;
    position: absolute;
    border-radius: 5px;
    left: -7px;
    display: none;
}

.fa-lang {
    font-size: 12px !important;
}

.language-list li {
    padding: 5px 0;
    color: #fff;
    cursor: pointer;
}

/* added */

.transfer-list {
    display: flex;
    justify-content: center;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.transfer-list li {
    padding: 0 15px;
    cursor: pointer;
}

.transfer-circle {
    width: 13px;
    height: 13px;
    margin: 5px auto 0;
    border-radius: 50%;
    display: block;
    background-color: #ababab;
}
/* added */

.transfer-list {
    display: flex;
    justify-content: center;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.transfer-list li {
    padding: 0 15px;
    cursor: pointer;
}

.transfer-circle {
    width: 13px;
    height: 13px;
    margin: 5px auto 0;
    border-radius: 50%;
    display: block;
    background-color: #fab03d;
}


/*new*/
.tab-menu ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}
.tab-content {
    position: relative;
    height: 450px;
    text-align: center;
    overflow: hidden;
    margin-top: 35px;
}

.tab-circle {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #fab03d;
    display: block;
    margin: 5px auto 0;
    position: relative;
    z-index: 5;
}

.tab-list:before {
    content: " ";
    width: 650px;
    height: 2px;
    top: 26px;
    background-color: #fab03d;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.slide {
    transform: translateX(100vw);
    position: absolute;
    left: 0;
    right: 0;
}

.slide-item img {
    width: 100%;
    max-width: 750px;
    height: 250px;
    object-fit: contain;
}

.slide-item {
    text-align: center;
    margin: 0 auto;
    max-width: 650px;
    display: flex;
    align-items: center;
}

.active-tab {
    transform: translateX(0);
    animation: moveLeft 600ms ease;
}

.tab-menu ul li {
    cursor: pointer;
    transition: all 200ms ease;
    font-size: 1rem;
    position: relative;
    width: 110px;
    text-align: center;
}

.active-menu {
    font-weight: 600;
    cursor: default;
}

.active-menu .tab-circle{
    background-color: red;
}

.slide-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    text-align: left;
    padding-top: 15px;
}

.slide-list li {
    color: #000;
    padding: 10px 0;
    font-size: 14px;
}

@keyframes moveLeft {
    0% {
        transform: translateX(100vw);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.slide-left {
    left: 15%;
    position: absolute;
    top: 40%;
}

.slide-right {
    right: 15%;
    position: absolute;
    top: 40%;
}

.slide-line {
    width: 70%;
    height: 2px;
    position: relative;
    background-color: #fab03d;
    margin-left: -5px;
    margin-top: 5px;
}

.slide-line:before {
    content: " ";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #ff0000;
    position: absolute;
    left: -12px;
    top: -6px;
    z-index: 5;
}

.header-block {
    max-width: 800px;
    position: relative;
    bottom: 165px;
}
.language-list a {
    padding: 5px 0;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
img.preview {
    height: 150px;
    margin: 5px;
}
.sliderImg {
    width: 100%;
}
img.sliderTopImg {
    height: 450px;
}
.icon-right {
    position: absolute;
    top: 50%;
    right: 5%;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    z-index: 9;
    color: #f68338;
    font-size: 20px !important;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

.icon-right-small {
    position: absolute;
    top: 50%;
    right: 5%;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    z-index: 9;
    color: #f68338;
    font-size: 20px !important;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

.icon-left {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    z-index: 9;
    color: #f68338;
    font-size: 20px !important;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

.icon-left-small {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    z-index: 9;
    color: #f68338;
    font-size: 20px !important;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}
.centeredColumn {
    float: none;
    margin: 0 auto;
}
.footer-subscribe a{
     color: #fff;
 }
.footer-subscribe {
    margin: 15px 0;
}
.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

.container .subscribe-logo {
    width: 40%;
    height: auto;
    display: block;
    margin: 20px auto;
}

.container .heading {
    color: #607d8b;
    text-transform: capitalize;
    font-size: 20px;
    fonr-weight: 900;
    margin-top: 40px;
    text-align: center;
}

#subscribeFormModal p {
    font-size: 12px;
    color: #b7b7b7;
    font-weight: lighter;
    text-transform: capitalize;
    text-align: center;
    padding-top: 5px;
}

#subscribe-email {
    width: 85%;
    height: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: -80px;
    border: none;
    border-bottom: 3px solid #ffc107;
    overflow: auto;
    position: relative;
}


#subscribe-email:active:focus,
#subscribe-email:focus,
#subscribe-email:hover {
    outline: none;
    font-size: 20px;
}


#subscribe-email:focus::-webkit-input-placeholder,
#subscribe-email:active:focus::-webkit-input-placeholder {
    font-size: 12px;
    display: block;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

::-webkit-placeholder {
    font-size: 14px;
    color: #b7b7b7;
    text-transform: capitalize;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

::placeholder {
    font-size: 14px;
    color: #b7b7b7;
    text-transform: capitalize;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.iarmenia-youtube{
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 3.8%;
    overflow: hidden;
}
.iarmenia-youtube::before{
    padding-top: 64%;
    display: block;
    content: "";
}
.iarmenia-youtube-item{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.create-event-button {
    width: 150px;
    padding: 10px;
    border: none;
    background-color: #fab03d;
    color: #fff;
    border-radius: 3px;
    transition: 0.4s ease-in-out;
}
div#createEventFormModal {
    z-index: 10000;
}
div#tabContent {
    position: relative;
    height: auto;
    text-align: center;
    overflow: hidden;
    margin-top: 35px;
}
div#canNotCreateEventFormModal {
    z-index: 9999;
}
a#register-tab, a#login-tab {
    min-width: 225px;
    text-align: center;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #fab047;
    width: 225px;
    text-align: center;
}
.header #custom_navbar #auth-item .nav-link {
    color: #f1ab48;
}
#custom_navbar #auth-item .nav-link {
    color: #f1ab48;
}
