/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900");
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-family: "Poppins", sans-serif;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
.textBlockTitle {
    text-align: center;
    padding-bottom: 70px;
}
.blockTwo,
.blockFour,
.blockSix {
    padding: 100px 15px;
}
.blockTwo .imgWrapper,
.blockFour .imgWrapper,
.blockSix .imgWrapper {
    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;
    max-width: 720px;
    margin: 0 auto;
}
@media screen and (min-width: 940px) and (max-width: 1200px) {
    .blockTwo .imgWrapper,
    .blockFour .imgWrapper,
    .blockSix .imgWrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 1000px;
    }
}
@media screen and (min-width: 1200px) {
    .blockTwo .imgWrapper,
    .blockFour .imgWrapper,
    .blockSix .imgWrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 1200px;
    }
}
.blockTwo .imgWrapper .image,
.blockFour .imgWrapper .image,
.blockSix .imgWrapper .image {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 940px) {
    .blockTwo .imgWrapper .image,
    .blockFour .imgWrapper .image,
    .blockSix .imgWrapper .image {
        padding: 0 6px;
    }
}
.blockTwo .imgWrapper .image:hover .dim,
.blockFour .imgWrapper .image:hover .dim,
.blockSix .imgWrapper .image:hover .dim {
    opacity: 1;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.blockTwo .imgWrapper .image img,
.blockFour .imgWrapper .image img,
.blockSix .imgWrapper .image img {
    width: 100%;
    display: block;
}
.blockTwo .imgWrapper .image .dim,
.blockFour .imgWrapper .image .dim,
.blockSix .imgWrapper .image .dim {
    background: rgba(51, 51, 51, 0.548);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.blockTwo .imgWrapper .image .dim .buttonYellow,
.blockFour .imgWrapper .image .dim .buttonYellow,
.blockSix .imgWrapper .image .dim .buttonYellow {
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #312f29;
}
.blockTwo .imgWrapper .image .textSmallWrap,
.blockFour .imgWrapper .image .textSmallWrap,
.blockSix .imgWrapper .image .textSmallWrap {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.blockThree {
    width: 100%;
    height: 100%;
    padding: 100px 0;
    background: url("../img/price-bg.png") no-repeat center/cover;
}
.blockThree .paddings {
    padding: 0 15px;
}
.blockThree .paddings .rowWrapper {
    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;
    max-width: 720px;
    margin: 0 auto;
}
@media screen and (min-width: 940px) and (max-width: 1200px) {
    .blockThree .paddings .rowWrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 1000px;
    }
}
@media screen and (min-width: 1200px) {
    .blockThree .paddings .rowWrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 1200px;
    }
}
.blockThree .paddings .rowWrapper .roww {
    text-align: center;
    width: 100%;
    background: #fff;
    margin: 0 0 30px 0;
    padding: 20px 25px 10px;
}
@media screen and (min-width: 940px) {
    .blockThree .paddings .rowWrapper .roww {
        margin: 0 6px;
    }
}
.blockThree .paddings .rowWrapper .roww .textSmallBlackT {
    border-bottom: 1px solid #f8b600;
    padding-bottom: 20px;
}
.blockThree .paddings .rowWrapper .roww .listingBlock {
    padding: 20px 0;
}
.blockThree .paddings .rowWrapper .roww .listingBlock .listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 5px;
}
.blockThree .paddings .rowWrapper .roww .listingBlock .listing .buttonWhite {
    font-size: 0.9em;
}
.blockFour .imgBlockFour {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.blockFour .imgBlockFour .twoArt {
    display: block;
}
@media screen and (min-width: 740px) {
    .blockFour .imgBlockFour .twoArt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 720px;
    }
}
.blockFour .imgBlockFour .twoArt .imageFour {
    width: 100%;
    margin-bottom: 30px;
    padding: 0px 16px;
    position: relative;
}
.blockFour .imgBlockFour .twoArt .imageFour:hover .overflow img {
    -webkit-transform: scale(1.08) rotate(-3deg);
    transform: scale(1.08) rotate(-3deg);
}
.blockFour .imgBlockFour .twoArt .imageFour:hover .textSmallBlackWrap.four .textSmallBlackT.tFour {
    color: #ebb932;
}
.blockFour .imgBlockFour .twoArt .imageFour .overflow {
    overflow: hidden;
}
.blockFour .imgBlockFour .twoArt .imageFour .overflow img {
    width: 100%;
    display: block;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.blockFour .imgBlockFour .twoArt .imageFour .textSmallBlackWrap.four {
    margin: 10px 0;
}
.blockFour .imgBlockFour .twoArt .imageFour .textSmallBlackWrap.four .tFour {
    padding: 5px 0;
}
.blockFive {
    padding: 120px 0 0;
    background-color: #f9f9ff;
}
.blockFive .swiper-container {
    width: 100%;
    height: 100%;
    max-width: 650px;
}
@media screen and (max-width: 700px) {
    .blockFive .swiper-container {
        max-width: 500px;
    }
}
.blockFive .swiper-container .carousele {
    padding-bottom: 72px;
}
.blockFive .swiper-container .carousele .comment {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 30px 0;
    background: white;
}
.blockFive .swiper-container .carousele .comment:hover .profileTextWrap .textSmallBlackT.tFive {
    color: #ebb932;
}
.blockFive .swiper-container .carousele .comment .profile {
    height: 32px;
    padding-left: 40px;
}
.blockFive .swiper-container .carousele .comment .profileTextWrap {
    padding-left: 30px;
    padding-right: 40px;
}
.blockFive .swiper-container .carousele .comment .profileTextWrap .textSmallBlackT.tFive {
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    margin: 10px 0 5px;
}
.blockFive .swiper-container .carousele .comment .profileTextWrap .stars {
    font-size: 0.8em;
}
.blockFive .swiper-container .carousele .comment .profileTextWrap .stars .yellow {
    color: #ebb932;
}
.blockFive .packageWrapper {
    background: #fff;
    margin-top: 120px;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media screen and (min-width: 990px) {
    .blockFive .packageWrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.blockFive .packageWrapper .blockLeft {
    padding: 120px 40px 80px;
    text-align: center;
}
@media screen and (min-width: 990px) {
    .blockFive .packageWrapper .blockLeft {
        padding: 15px 40px 80px;
        text-align: left;
        width: 50%;
    }
}
.blockFive .packageWrapper .blockLeft .textSmallGrey.tFive {
    margin: 20px 0 40px;
}
@media screen and (min-width: 990px) {
    .blockFive .packageWrapper .blockRight {
        width: 50%;
    }
}
.blockFive .packageWrapper .blockRight .imageFive {
    margin: 0 -15px;
}
@media screen and (min-width: 990px) {
    .blockFive .packageWrapper .blockRight .imageFive {
        margin: 0 -15px 0 0;
    }
}
.blockFive .packageWrapper .blockRight .imageFive img {
    display: block;
    width: 100%;
}
.blockSix .blogsWrapper {
    height: 100%;
    max-width: 600px;
}
.blockSix .blogsWrapper .carousele {
    padding-bottom: 72px;
}
.blockSix .blogsWrapper .carousele .blog {
    padding: 20px 0 90px;
    width: 100%;
}
.blockSix .blogsWrapper .carousele .blog .overflow {
    overflow: hidden;
}
.blockSix .blogsWrapper .carousele .blog .overflow img {
    width: 100%;
    display: block;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.blockSix .blogsWrapper .carousele .blog .overflow img:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.blockSix .blogsWrapper .carousele .blog .buttons {
    font-size: 13px;
    padding: 20px 0;
}
.blockSix .blogsWrapper .carousele .blog .buttons a {
    margin-right: 5px;
}
.blockSix .blogsWrapper .carousele .blog .textSmallBlackWrap .textSmallBlackT.tFive {
    cursor: pointer;
}
.blockSix .blogsWrapper .carousele .blog .textSmallBlackWrap .textSmallBlackT.tFive:hover {
    color: #ebb932;
}
.blockSix .blogsWrapper .carousele .blog .textSmallBlackWrap .textSmallGrey.tFive {
    margin: 15px 0 10px;
}
.blockSix .blogsWrapper .swipe-pagination .span {
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #ebb932;
    opacity: 0.2;
}
.blockSix .blogsWrapper .swipe-pagination .span .active {
    opacity: 1;
    background: #ebb932;
}
.homeBlock .paralax-img .wrapper .holliday {
    text-align: center;
    width: 100%;
}
.homeBlock .paralax-img .wrapper .holliday .textSmallWhite a {
    text-decoration: none;
    color: #f5f1f1;
}
.homeBlock .paralax-img .wrapper .holliday .textSmallWhite span {
    margin: 0 10px;
}
.no-bottom .textBlockTitle {
    padding-bottom: 0;
}
@media screen and (min-width: 990px) {
    .no-bottom .packageWrapper .blockLeft {
        padding: 15px 50px 0 8%;
    }
}
.bookingsVue {
    padding: 60px 15px 0;
}
.bookingsVue .wrapperCountries {
    width: 315px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.bookingsVue .wrapperCountries .but {
    padding: 5px 10px;
    cursor: pointer;
}
.bookingsVue .wrapperCountryTrips {
    padding: 5px;
}
.bookingsVue .wrapperCountryTrips .trip {
    margin: 50px 7%;
}
.bookingsVue .wrapperCountryTrips .trip .peopleTitle {
    margin-top: 50px;
}
.bookingsVue .wrapperCountryTrips .trip .passangers {
    border-radius: 5px;
}
.bookingsVue .wrapperCountryTrips .trip .hiderSelect .cart {
    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-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.bookingsVue .wrapperCountryTrips .trip .hiderSelect .flexer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px 0 0;
}
@media screen and (max-width: 990px) {
    .bookingsVue .wrapperCountryTrips .trip .hiderSelect .flexer {
        -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;
    }
}
.bookingsVue .wrapperCountryTrips .trip .hiderSelect .flexer .wrapTrip {
    width: 30%;
    padding: 10px 0;
    margin: 0 10px;
}
@media screen and (max-width: 990px) {
    .bookingsVue .wrapperCountryTrips .trip .hiderSelect .flexer .wrapTrip {
        width: 50%;
    }
}
.bookingsVue .wrapperCountryTrips .trip .hiderSelect .flexer .wrapTrip .tripName {
    height: 60px;
}
.bookingsVue .wrapperCountryTrips .trip .hiderSelect .flexer .wrapTrip .tripPicture img {
    width: 100%;
}
.bookingsVue .wrapperCountryTrips .trip .hiderSelect .flexer .wrapTrip .tripUnitPrice {
    margin: 15px 0;
}
.borderAdd {
    background: #117a8b;
    border: 0px solid #17a2b8;
}
.hide {
    display: none;
}
#package {
    padding: 100px 15px 0;
}
@media screen and (max-width: 1200px) and (min-width: 940px) {
    #package {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media screen and (min-width: 1200px) {
    #package {
        max-width: 1200px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
#package .imageFour {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 940px) and (min-width: 740px) {
    #package .imageFour {
        max-width: 690px;
    }
}
@media screen and (max-width: 1200px) and (min-width: 940px) {
    #package .imageFour {
        max-width: 290px;
    }
}
@media screen and (min-width: 1200px) {
    #package .imageFour {
        max-width: 360px;
    }
}
#package .imageFour:hover {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(60, 64, 143, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(60, 64, 143, 0.2);
}
#package .imageFour .overflow img {
    width: 100%;
}
#package .imageFour .cellWrap {
    padding: 20px;
    background: #fff;
}
#package .imageFour .cellWrap .info-pack {
    list-style-type: none;
    padding: 0;
}
#package .imageFour .cellWrap .info-pack .cell {
    padding: 16px 0;
    border-bottom: 1px solid #e9e9e9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#package .imageFour .cellWrap .info-pack #price {
    padding: 16px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 0px solid #e9e9e9;
}
#package .imageFour .cellWrap .info-pack #price .buttonYellow {
    color: #312f29;
    padding: 8px 21px;
    font-weight: 600;
}
body {
    position: relative;
}
body.active {
    overflow: hidden;
}
.navigation {
    display: none;
}
.navigation.active {
    display: block;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.596);
    -webkit-transition: all 0.8s cubic-bezier(0.35, 0.01, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.35, 0.01, 0.22, 1);
}
.navigation.active .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 45%;
    height: 100%;
    background: black;
    padding-top: 20px;
    padding-left: 20px;
}
.navigation.active .menu .menu-bloc {
    margin: 10px 0;
}
.bannerWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 15px 0;
    padding: 0 15px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.bannerWrapper.active {
    margin-top: 0;
    position: fixed;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    z-index: 5;
}
.bannerWrapper.active .social {
    display: none;
}
.bannerWrapper.active .banner {
    background: rgba(3, 3, 3, 0.747);
}
@media screen and (min-width: 640px) {
    .bannerWrapper.active .banner {
        margin: 0 -15px;
    }
}
.bannerWrapper .social {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 5% 15px;
}
.bannerWrapper .social .left a {
    text-decoration: none;
    color: #f8f4f4;
    margin-right: 15px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.bannerWrapper .social .left a:hover {
    color: #ebb932;
}
.bannerWrapper .social .right a {
    text-decoration: none;
    color: #f8f4f4;
    margin-left: 15px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.bannerWrapper .social .right a:hover {
    color: #ebb932;
}
.bannerWrapper .banner {
    padding: 20px 15px;
    background: rgba(202, 202, 202, 0.267);
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (min-width: 640px) {
    .bannerWrapper .banner {
        margin: 0 5%;
    }
}
.bannerWrapper .banner .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 990px) {
    .bannerWrapper .banner .menu {
        display: none;
    }
}
.bannerWrapper .banner .burger {
    position: relative;
    width: 36px;
    height: 36px;
    z-index: 10;
    cursor: pointer;
}
@media screen and (min-width: 990px) {
    .bannerWrapper .banner .burger {
        display: none;
    }
}
.bannerWrapper .banner .burger span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70%;
    height: 2px;
    background-color: #f8f4f4;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.bannerWrapper .banner .burger :first-child {
    top: calc(50% - 7px);
}
.bannerWrapper .banner .burger :last-child {
    top: calc(50% + 7px);
}
.bannerWrapper .banner .burger.active :first-child {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.bannerWrapper .banner .burger.active :nth-child(2) {
    opacity: 0;
}
.bannerWrapper .banner .burger.active :last-child {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.homeBlock {
    width: 100%;
    height: 100%;
}
.homeBlock .paralax-img {
    background: rgba(0, 0, 0, 0.363);
}
.homeBlock .paralax-img .wrapper {
    padding: 175px 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media screen and (min-width: 790px) and (max-width: 1000px) {
    .homeBlock .paralax-img .wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 1024px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 1000px) {
    .homeBlock .paralax-img .wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 1250px;
        margin: 0 auto;
    }
}
.homeBlock .paralax-img .wrapper .textBlock {
    padding-bottom: 30px;
    padding: 0 15px;
    margin: 30px 5% 0;
}
.homeBlock .paralax-img .wrapper .textBlock .textSmallWhite {
    margin: 20px 0px;
}
.homeBlock .paralax-img .wrapper .formBlock {
    margin: 30px 5% 0;
    padding: 0 15px;
    max-width: 700px;
}
.homeBlock .paralax-img .wrapper .formBlock .ulTabs {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
}
.homeBlock .paralax-img .wrapper .formBlock .ulTabs .liTab {
    display: inline-block;
    padding: 10px 15px;
    background: rgba(240, 235, 235, 0.274);
    margin-right: 1px;
}
.homeBlock .paralax-img .wrapper .formBlock .ulTabs .active .liTab {
    color: #333;
    background: #fff;
}
.homeBlock .paralax-img .wrapper .formBlock .formWrap {
    display: block;
}
.homeBlock .paralax-img .wrapper .formBlock .formWrap .inputWrap {
    padding: 35px 30px;
    background: #fff;
    text-align: center;
    display: none;
}
.homeBlock .paralax-img .wrapper .formBlock .formWrap .inputWrap.show {
    display: block;
}
.homeBlock .paralax-img .wrapper .formBlock .formWrap .inputWrap .inputStyle {
    padding: 5px 5px;
    margin-bottom: 10px;
    width: 100%;
    color: #7F7F7F;
    border: 1px solid #e4e0e0;
    font-size: 0.9em;
}
.homeBlock .paralax-img .wrapper .formBlock .formWrap .inputWrap .inputStyle::-webkit-input-placeholder {
    color: #7F7F7F;
    font-size: 0.9em;
}
.homeBlock .paralax-img .wrapper .formBlock .formWrap .inputWrap .inputStyle:-ms-input-placeholder {
    color: #7F7F7F;
    font-size: 0.9em;
}
.homeBlock .paralax-img .wrapper .formBlock .formWrap .inputWrap .inputStyle::-ms-input-placeholder {
    color: #7F7F7F;
    font-size: 0.9em;
}
.homeBlock .paralax-img .wrapper .formBlock .formWrap .inputWrap .inputStyle::placeholder {
    color: #7F7F7F;
    font-size: 0.9em;
}
.homeBlock .paralax-img .wrapper .formBlock .formWrap .inputWrap .inputStyle option {
    color: #7F7F7F;
}
.homeBlock .paralax-img .wrapper .formBlock .formWrap .inputWrap .submit {
    -webkit-appearance: none;
}
footer {
    background: #04091e;
    padding: 50px 15px 100px;
}
footer .navigationBoxTop {
    border-bottom: 0.5px solid rgba(119, 118, 118, 0.582);
    padding-bottom: 70px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media screen and (min-width: 990px) {
    footer .navigationBoxTop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
footer .navigationBoxTop .twoBoxWrap {
    width: 100%;
    display: block;
}
@media screen and (min-width: 770px) {
    footer .navigationBoxTop .twoBoxWrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
footer .navigationBoxTop .twoBoxWrap .oneBox {
    width: 100%;
}
@media screen and (min-width: 770px) {
    footer .navigationBoxTop .twoBoxWrap .oneBox {
        width: 50%;
    }
}
footer .navigationBoxTop .twoBoxWrap .oneBox .textSmallWhiteT {
    text-transform: uppercase;
    margin: 70px 0 20px;
}
footer .navigationBoxTop .twoBoxWrap .oneBox .textSmallGrey {
    cursor: pointer;
    display: block;
    margin: 10px 0;
}
footer .navigationBoxTop .twoBoxWrap .oneBox .textSmallGrey:hover {
    color: #ebb932;
}
footer .navigationBoxTop .twoBoxWrap .about,
footer .navigationBoxTop .twoBoxWrap .newsletter {
    margin-right: 30px;
}
footer .navigationBoxTop .twoBoxWrap .newsletter .send-email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
footer .navigationBoxTop .twoBoxWrap .newsletter .send-email input {
    height: 40px;
    width: 85%;
    background: #04091e;
    padding-left: 15px;
    border: 0.5px solid rgba(119, 118, 118, 0.582);
}
footer .navigationBoxTop .twoBoxWrap .newsletter .send-email .submit {
    height: 40px;
    width: 40px;
    cursor: pointer;
    background: #ebb932;
    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;
}
footer .navigationBoxTop .twoBoxWrap .newsletter .send-email .submit i {
    color: #fff;
}
footer .navigationBoxTop .twoBoxWrap .instafeed .ulTab {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
footer .navigationBoxTop .twoBoxWrap .instafeed .ulTab li {
    width: 25%;
    margin-bottom: 20px;
}
footer .navigationBoxBottom {
    margin-top: 20px;
}
footer .navigationBoxBottom .copySocialWrap .textSmallGrey {
    padding: 20px 0;
}
footer .navigationBoxBottom .copySocialWrap .textSmallGrey i,
footer .navigationBoxBottom .copySocialWrap .textSmallGrey span {
    color: #ebb932;
}
footer .navigationBoxBottom .copySocialWrap .socialIcons {
    padding: 20px 0;
    font-size: 12px;
}
footer .navigationBoxBottom .copySocialWrap .socialIcons a {
    text-decoration: none;
    color: #f8f4f4;
    margin-left: 15px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
footer .navigationBoxBottom .copySocialWrap .socialIcons a:hover {
    color: #ebb932;
}
body {
    font-family: "Poppins", sans-serif;
}
.textSmallGrey {
    font-size: 14px;
    color: #777676;
    line-height: 1.5em;
}
.textSmallBlack {
    font-size: 14px;
    color: #312f29;
    line-height: 1.5em;
}
.textSmallWhite {
    font-size: 14px;
    color: #f5f1f1;
    line-height: 1.5em;
}
.textSmallWhiteT {
    font-size: 18px;
    color: #f5f1f1;
    line-height: 1.5em;
    font-weight: 600;
}
.textSmallBlackT {
    font-size: 18px;
    color: #312f29;
    line-height: 1.5em;
    font-weight: 600;
}
.textSmallWhiteCap {
    letter-spacing: 2px;
    font-size: 14px;
    color: #f5f1f1;
    text-transform: uppercase;
}
.textSmallWhiteCapForm {
    font-size: 14px;
    color: #f5f1f1;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}
.textMedium {
    font-size: 36px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.textMediumS {
    font-size: 23px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.textLarge {
    font-size: 40px;
    color: #f5f1f1;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 20px;
}
@media screen and (min-width: 1000px) {
    .textLarge {
        font-size: 60px;
    }
}
.textBlue {
    font-size: 24px;
    color: #17a2b8;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.textBlue:hover {
    color: #117a8b;
}
.blue {
    color: #17a2b8;
}
.buttonYellowH {
    display: inline-block;
    background: #ebb932;
    padding: 10px 30px;
    color: #f5f1f1;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
}
.buttonYellowH:hover {
    background: #312f29;
}
.buttonYellow {
    display: inline-block;
    background: #ebb932;
    padding: 10px 30px;
    color: #f5f1f1;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
}
.buttonWhite {
    display: inline-block;
    background: #f9f9ff;
    padding: 10px 30px;
    color: #312f29;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #eee;
    cursor: pointer;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.buttonWhite:hover {
    background: #ebb932;
    color: #f5f1f1;
}
.buttonSmallWhite {
    display: inline-block;
    background: #ffffff;
    padding: 10px 15px;
    color: #312f29;
    text-decoration: none;
    font-weight: 300;
    border: 1px solid #eee;
    cursor: pointer;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.buttonSmallWhite:hover {
    background: #ebb932;
    color: #f5f1f1;
}
.buttonBlack {
    display: inline-block;
    background: #312f29;
    padding: 10px 30px;
    color: #f9f9ff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #eee;
    cursor: pointer;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.buttonBlack:hover {
    background: #ebb932;
}
.buttonBlue {
    display: inline-block;
    background: #17a2b8;
    padding: 10px 70px;
    color: #f5f1f1;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.buttonBlue:hover {
    background: #117a8b;
}
.buttonBlueBorder {
    display: inline-block;
    background: #117a8b;
    border: 3px solid #17a2b8;
    padding: 10px 70px;
    color: #f5f1f1;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
}
.blockBlue {
    display: inline-block;
    background: #17a2b8;
    padding: 10px 15px;
    color: #f5f1f1;
    border-radius: 5px;
    text-align: left;
}






/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .contact-about h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  color: #222222;
}

.contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Raleway", sans-serif;
  color: #888;
}

.contact .social-links {
  padding-bottom: 20px;
}

.contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #D6A82D;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #D6A82D;
}

.contact .social-links a:hover {
  background: #D6A82D;
  color: #fff;
}

.contact .info {
  color: #444444;
}

.contact .info i {
  font-size: 32px;
  color: #D6A82D;
  float: left;
  line-height: 1;
}

.contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form button[type="submit"] {
  background: #EAB832;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #3D2F2F;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}






/* FLIGHT ESTIMATE */
.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #EBB932;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.step-text { font-size:14px;}

.jetwise_btn { margin: 5px; }

.jwfas { color: #000001;}

.airport_link { color: #000; font-weight: bold; }



/* GOOGLE MAPS */
#map-canvas {
    height: 100%;
    margin: 0px;
    padding: 0px
}
.map {
	position: relative;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 500px;
	background: #fff;
	z-index: 0;
}
#mapCanvas { border-top: 1px solid #2D3A30; border-bottom: 1px solid #2D3A30;  }



/* ESTIMATE PAGES */
.compare_flight_container { border: 1px solid #EBB932; border-radius: 25px;     }
.compare_flight_box { padding-top:65px;  }
.compare_flight_img { margin-top:30px; padding:3px; }
.compare_flight_info { padding:10px 0px 10px 0px; margin: 0 auto; }
.compare_flight_price { font-size: 38px; margin-top: auto;  margin-bottom: auto; vertical-align: middle; }
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

@media screen and (max-width: 512px) { 
	.compare_flight_box { padding-top:15px; padding-bottom:15px;  }
	.compare_flight_info { padding:10px 0px 10px 20px; margin: 0 auto; }
}
hr { border: 1px solid #000001; }

/* FORM SEND QUOTE */
.formStyle { 
	background-color: #FFF;
	padding: 9px; 
	margin: 1px;
	width: 210px; 
	margin-bottom: 20px; 
	border: 1px solid #000001; 
	font-size: 1em;
	font-weight: 100;
	color: #4D4D4D;
}
.formStyleDiv { max-width:540px; margin:0 auto; }

.call_us_now_whatsapp { color: #EBB932; }



/* ESTIMATE FORM */
#estimate_name {
  border:1px solid #D6A82D;
  width: 100%;
  border-radius: 7px;
  background-color: #FFF;  
}
#estimate_name:focus {
  border:2px solid #ccc;
}

#estimate_email {
  border:1px solid #D6A82D;
  width: 100%;
  border-radius: 7px;
  background-color: #FFF;  
}
#estimate_email:focus {
  border:2px solid #ccc;
}

#estimate_phone {
  border:1px solid #D6A82D;
  width: 100%;
  border-radius: 7px;
  background-color: #FFF;  
}
#estimate_phone:focus {
  border:2px solid #ccc;
}




/* CONTACT FORM */
#contact_name {
  border:1px solid #D6A82D;
  width: 100%;
  border-radius: 7px;
  background-color: #FFF;  
}
#contact_name:focus {
  border:2px solid #ccc;
}

#contact_email {
  border:1px solid #D6A82D;
  width: 100%;
  border-radius: 7px;
  background-color: #FFF;  
}
#contact_email:focus {
  border:2px solid #ccc;
}

#contact_phone {
  border:1px solid #D6A82D;
  width: 100%;
  border-radius: 7px;
  background-color: #FFF;  
}
#contact_phone:focus {
  border:2px solid #ccc;
}

#contact_message {
  border:1px solid #D6A82D;
  width: 100%;
  border-radius: 7px;
  background-color: #FFF;  
  width: 100%; 
  height: 150px;
}
#contact_message:focus {
  border:2px solid #ccc;
}





/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}


.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #EBB933;
  font-size: 22px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #EBB933 !important;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}



/* HEADINGS */
.textMedium::before, .textMedium::after {
  content: '';
  width: 50px;
  height: 2px;
  background: #EBB933;
  display: inline-block;
}

.textMedium::before {
  margin: 0 15px 10px 0;
}

.textMedium::after {
  margin: 0 0 10px 15px;
}





/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #D6A82D;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(34, 34, 34, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #D6A82D;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}


.instafeed_img { max-width: 60px; max-height: 60px;}



/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 35px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #EBB932;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #2E2439;
  color: #fff;
}


/*--------------------------------------------------------------
# FAQ Section
--------------------------------------------------------------*/

.acc-container {

}
.acc-btn {
    width: 100%;
    padding: 1rem 2rem;
    font-size: 18px;
    cursor: pointer;
    background: inherit;
    border: none;
    outline: none;
    text-align: left;
    transition: all 0.5s linear;
}
.acc-btn:after {
    content: "\27A4";
    color: #fa8d0c;
    float: right;
    transition: all 0.3s linear;
}
.acc-btn.is-open:after {
    transform: rotate(90deg);
}
.acc-btn:hover, .acc-btn.is-open {
    color: #2E2439;
    font-weight: bold;
}

.acc-content {
    max-height: 0;
    color: rgba(0,0,0,0.75);
    font-size: 12px;
    margin: 0 2rem;
    padding-left: 1rem;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    border-bottom: 1px solid #EBB932;
}

