@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cinzel:wght@400..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px;
    color: #393939;
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}


/***** Font Files *****/

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


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 100px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "iavish";
    font-size: 90px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 0px;
    line-height: 1;
}

h2 {
    font-family: "iavish";
    font-size: 60px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: "iavish";
    font-size: 35px;
    color: #000000;
    font-weight: 500;
    margin: 0 0 0px;
}

h4 {
    font-family: "iavish";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "iavish";
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #8d8d8d;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
}


/* Header Start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.main-banner-text {
    margin-left: 90px;
}

.theme-btn-1 {
    background: #ed5839;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 6px 6px 6px 25px;
    color: #fff !important;
    font-weight: 500;
}

.header-button a {
    margin: 0 0 0 auto;
}

span.theme-btn-arrow img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.theme-btn-arrow {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 18px;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000000;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #ed5839;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.menuSection {
    padding: 25px 0;
}

.container-fluid.add-padding {
    padding: 0 5%;
}

.header-logo a img {
    width: 117px;
    height: 48px;
    object-fit: contain;
}

/* Header Ends */


/* Main Banner Start */


.main-banner-text p {
    color: #f7cec6;
}

.main-banner-text .theme-btn-1 {
    background: #ffffff;
    color: #000 !important;
}

.main-banner-text .theme-btn-arrow {
    background: #ed5839;
}

.main-banner-text .theme-btn-arrow img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(56deg) brightness(105%) contrast(101%);
}

.main-banner-sec {
    background-image: url(../images/main-banner-images.jpg);
    width: 97%;
    height: 104vh;
    background-size: cover;
    margin: 0 auto;
    border-radius: 25px;
    padding-top: 80px;
}

.main-banner-heading h1 span {
    display: block;
    margin-left: 180px;
}

/* Main Banner Ends */

/* Your Travel Savings Partner Start */

.your-travel-savings-partner-box span img {
    animation: floatBadge 5s ease-in-out infinite;
    width: 27px;
    height: 31px;
    object-fit: contain;
}

.your-travel-savings-partner-images {
    animation: floatBadge 5s ease-in-out infinite;
}


.your-travel-savings-partner-heading h2 {
    margin-bottom: 0;
    font-size: 55px;
}

.theme-heading {
    font-family: "iavish";
    font-size: 22px;
    color: #000000;
    padding-left: 25px;
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 15px;
}

.your-travel-savings-partner-images img {
    width: 100%;
    height: 376px;
    object-fit: cover;
    border-radius: 25px;
}

.your-travel-savings-partner-box {
    background: #ed5839;
    padding: 30px 30px;
    border-radius: 20px;
    width: 80%;
}

.your-travel-savings-partner-box h2 {
    color: #fff;
    margin-bottom: 5px;
}

.your-travel-savings-partner-box p {
    color: #f9ccc2;
    margin-bottom: 0;
    width: 90%;
}

.theme-heading:before {
    content: "";
    position: absolute;
    background: #ed5839;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
}

.your-travel-savings-partner-box span {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.join-smarter-way-box {
    width: 45%;
    margin: 0 0 0 auto;
    animation: floatBadge 5s ease-in-out infinite;
}


.join-smarter-way-box h2 {
    font-size: 30px;
    margin-top: 18px;
    margin-bottom: 8px;
}

.join-smarter-way-box img {
    width: 100%;
    height: 274px;
    border-radius: 20px;
}

/* Your Travel Savings Partner Ends */

/*Travel Deals Start*/


.your-travel-savings-partner-heading {
    margin-left: 40px;
}

.travel-deals-heading {
    text-align: center;
}

.travel-deals-heading p {
    width: 50%;
    margin: 0 auto;
}

.travel-deals-heading .theme-heading {
    margin: 0 auto;
}

.travel-deals-sec .container-fluid {
    padding: 0;
}

.travel-deals-silder-items {
    margin-top: 18px;
    border-radius: 15px;
}

.travel-deals-silder-items-text {
    text-align: center;
    padding: 20px 20px;
}

.travel-deals-silder-items-text p {
    color: #7c7c7c;
    margin-bottom: 10px;

}

.travel-deals-silder-items-text a {
    margin: 0 auto;
    margin-top: 15px;
}

.travel-deals-silder-items-text h2 {
    font-size: 40px;
    margin-bottom: 0;
}

.travel-deals-silder .slick-slide {
    margin: 20px 15px;
}


.travel-deals-silder .slick-active {
    opacity: 1.5;
}

.travel-deals-silder-items-images img {
    width: 100%;
    height: 470px;
    object-fit: cover;
    border-radius: 15px;
}

.travel-deals-silder .slick-slide {
    opacity: 1.2;
}


.travel-deals-silder .slick-slide.slick-current.slick-active.slick-center .travel-deals-silder-items {
    box-shadow: 0 0 10px 0 #00000040;

}

.travel-deals-silder .slick-slide.slick-current.slick-active.slick-center .travel-deals-silder-items .travel-deals-silder-items-hover {
    display: block;

}

.travel-deals-silder .slick-slide.slick-current.slick-active.slick-center .travel-deals-silder-items h2 {
    margin-bottom: 10px;

}

.travel-deals-silder-items-hover {
    display: none;
}


/*Travel Deals Ends */

/*Start Your Journey Today Start */

.start-your-journey-sec {
    background-image: url(../images/start-journey-today-back.jpg);
    width: 97%;
    height: 530px;
    background-size: cover;
    margin: 0 auto;
    border-radius: 15px;
    display: flex;
    align-items: center;
    margin-top: 80px;
}

.start-your-journey-heading {
    background: #fff;
    padding: 50px 40px;
    border-radius: 15px;
}

.start-your-journey-heading h2 span {
    display: block;
}

.start-your-journey-heading h2 {
    line-height: 1;
    margin-bottom: 5px;
}

/*Start Your Journey Today Ends*/

/*How It Work Start*/

.how-it-work-heading {
    text-align: center;
}

.how-it-work-heading label {
    margin: 0 auto;
    margin-bottom: 5px;
}

.how-it-work-heading p {
    width: 60%;
    margin: 0 auto;
}


.how-it-work-boxs {
    border: 1px solid #e0dede;
    padding: 30px 25px;
    border-radius: 20px;
    margin-top: 40px !important;
    transition: 0.5s;
    background: #fff;
}
.how-it-work-boxs h3 {
    margin-bottom: 70px;
    margin-top: 10px;
    font-size: 30px;
}

.how-it-work-boxs.one {
    width: 85%;
}

.how-it-work-boxs.two {
    width: 85%;
    margin: 0 auto;
    margin-top: 90px !important;

}
.how-it-work-row:before {
    content: "";
    position: absolute;
    background-image: url(../images/how-it-works-before.png);
    width: 731px;
    height: 101px;
    background-size: cover;
    z-index: -1;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 180px;
    animation: floatBadge 5s ease-in-out infinite;
}
.how-it-work-row {
    position: relative;
}
@keyframes floatBadge {
    0% {
        transform: rotate(-4deg);
    }

    50% {
        transform: rotate(4deg);
    }

    100% {
        transform: rotate(-4deg);
    }
}

.how-it-work-boxs.three {
    width: 85%;
    margin: 0 0 0 auto;
}

.how-it-work-boxs:hover {
    box-shadow: 0 0 15px 0 #00000038;
    transition: 0.5s;
    background: #fff;
}

/*How It Work Ends*/

/*Why Choose Us Start*/

.why-choose-us-heading h2 {
    margin-top: 5px;
    line-height: 1;
    margin-bottom: 10px;
}

.why-choose-us-heading h2 span {
    display: block;
}

.why-choose-us-box {
    position: relative;
}

.why-choose-us-one-images {
    display: flex;
    align-items: center;
    justify-content: end;
}

.why-choose-us-two-images {
    position: absolute;
    bottom: 20px;
    left: 0;
}

.why-choose-us-two-images img {
    width: 271px;
    height: 363px;
    object-fit: contain;
    border: 5px solid #fff;
    border-radius: 15px;
    animation: floatBadge 5s ease-in-out infinite;
}

.why-choose-us-one-images img {
    width: 485px;
    height: 604px;
    object-fit: cover;
    border-radius: 15px;
}

.accordion-item {
    background-color: inherit;
    border: 2px solid #cccccc !important;
    margin-top: 15px;
    border-radius: 10px !important;
    padding: 20px 18px;
}

.why-choose-us-faqs-box {
    width: 95%;
}

.why-choose-us-sec .accordion-button:not(.collapsed) {
    color: inherit;
    background-color: inherit;
    box-shadow: inherit;
}

.why-choose-us-sec .accordion-body {
    padding: 0;
    margin-top: 8px;
}

.why-choose-us-sec .accordion-body p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
}

.why-choose-us-sec .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    font-size: 1rem;
    color: #212529;
    font-size: 20px;
    color: #000000;
    text-transform: uppercase;
    background: no-repeat;
    font-weight: 600;
}

.why-choose-us-sec .accordion-button:focus {
    z-index: 3;
    border-color: inherit;
    outline: 0;
    box-shadow: inherit;
}

.why-choose-us-sec .accordion-button::after {
    content: "\f0d7";
    background-image: inherit;
    position: absolute;
    right: 0;
    font-weight: 900;
    font-family: "Font Awesome 5 free";
    color: #ed5839;
    font-size: 20px;
    width: auto;
    height: auto;
}

.why-choose-us-sec .accordion-button:not(.collapsed)::after {
    background-image: inherit;
    transform: rotate(-180deg);
}

/*Why Choose Us Ends*/


/*Testimonials Start */


.testimonials-dots-box {
    margin-top: 100px;
    position: relative;
}

.testimonials-icon {
    position: absolute;
}

.testimonials-icon img {
    width: 53px !important;
    height: 71px !important;
    object-fit: contain !important;
}


.testimonials-icon span img {
    position: absolute;
    top: 1px;
    left: 50%;
    transform: translateX(-50%);
}


.testimonial-popup {
    position: absolute;
    width: 350px;
    background: #fff;
    padding: 25px 15px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: none;
    z-index: 99;
}


.testimonial-popup.active {
    display: block;
    top: 0px !important;
}
.testimonials-popup-boxs {
    position: relative;
}
.testimonials-popup-boxs:before {
    content: "";
    position: absolute;
    background: #ed5839;
    width: 2px;
    height: 70px;
    bottom: -125px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.testimonials-popup-boxs:after {
    content: "";
    position: absolute;
    background: #ffffff;
    width: 20px;
    height: 20px;
    bottom: -60px;
    right: 0;
    left: 0;
    margin: 0 auto;
    clip-path: polygon(0 0, 46% 100%, 100% 0);
}

.testimonial-popup h4 {
    margin-bottom: 0px;
}

.stars {
    color: #f4b400;
    margin: 5px 0 10px;
}

.stars i {
    font-size: 14px;
}

p#clientText {
    line-height: 20px;
    font-size: 13px;
}

span#clientRole {
    color: #7e7e7e;
    font-weight: 500;
    font-size: 14px;
}


.testimonials-heading {
    text-align: center;
}

.testimonials-heading h2 {
    margin-bottom: 0;
}

.testimonials-heading p {
    width: 55%;
    margin: 0 auto;
}

.testimonials-heading .theme-heading {
    margin: 0 auto;
}

.testimonials-dots-box {
    margin-top: 50px;
    position: relative;
}

html {
    overflow-x: hidden;
}

.testimonials-icon img {
    width: 53px;
    height: 71px;
    object-fit: contain;
}

.testimonials-icon.one {
    position: absolute;
    top: 310px;
    left: 43px;
}

.testimonials-icon.two {
    position: absolute;
    top: 260px;
    left: 26%;
}

.testimonials-icon.one a {
    position: relative;
}

.testimonials-icon span img {
    width: 46px !important;
    height: 46px !important;
    border-radius: 50%;
    object-fit: cover !important;
    border: 3px solid #fff;
}

.testimonials-icon span {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 4px;
}

.testimonials-icon.three {
    position: absolute;
    left: 32.5%;
    bottom: 170px;
}

.testimonials-icon.four {
    position: absolute;
    left: 47%;
    top: 380px;
}

.testimonials-dots-box img {
    width: 100%;
    height: 814px;
    object-fit: contain;
}

.testimonials-icon.five {
    position: absolute;
    right: 24%;
    bottom: 280px;
}

.testimonials-icon.six {
    right: 30px;
    bottom: 160px;
}

.testimonials-icon.sive {
    position: absolute;
    right: 30px;
    bottom: 140px;
}


/*Testimonials Ends */


/*Footer Start*/


.footer-sec {
    background: #1f1f1f;
    padding-top: 6%;
}

.footer-copy-right-row p {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 14px;
}

.footer-copy-right-row ul li a {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 14px;
}

.footer-copy-right-row ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 25px;
}

.footer-quick-link ul li a:hover {
    margin-left: 10px;
    transition: 0.5s;
    color: #ed5839;
}

.footer-logo a img {
    width: 154px;
    height: 62px;
    object-fit: contain;
}

.footer-logo p {
    line-height: 22px;
    margin-top: 25px;
}

.footer-logo input {
    width: 100%;
    height: 50px;
    border: none;
    background: none;
    border-bottom: 1px solid #4c4c4c;
    color: #a5a5a5;
    font-size: 14px;
}

.footer-logo input::placeholder {
    color: #a5a5a5;
}

.footer-logo form {
    display: flex;
    align-items: center;
    position: relative;
}

.footer-logo form button {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    animation: floatBadge 5s ease-in-out infinite;
}

.footer-form-button button img {
    width: 23px;
    height: 17px;
    object-fit: contain;
}

.footer-form-button {
    position: absolute;
    right: 0;
}

.footer-logo form {
    display: flex;
    align-items: center;
}

.footer-sec h2 {
    font-size: 25px;
    color: #ffffff;
}

.footer-quick-link ul li a {
    font-size: 14px;
    color: #949494;
    font-weight: 500;
    transition: 0.5s;
}

.footer-quick-link {
    margin-left: 70px;
}

.footer-quick-link ul {
    margin-top: 18px;
    line-height: 35px;
}

.footer-logo {
    padding-right: 50px;
}

.footer-quick-link.chg ul {
    line-height: 0;
}

.footer-quick-link.chg ul li {
    margin-top: 20px;
}

.footer-quick-link.chg ul li a {
    line-height: 22px;
}

.footer-follow-us {
    margin-left: 80px;
}

.footer-follow-us ul {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}

.footer-follow-us ul li a {
    color: #797979;
    font-size: 18px;
    transition: 0.5s;
}

.footer-follow-us ul li a:hover {
    color: #ffff;
    transition: 0.5s;
    transform: scale(1.1);
}

.footer-copy-right-row {
    border-top: 1px solid #4c4c4c;
    margin-top: 50px;
    padding: 20px 0;
}


/*Footer Ends*/


/*Preloader Start*/

#preloader {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: #ed5839;

    display: flex;

    justify-content: center;

    align-items: center;

    z-index: 9999;

    transition: opacity 0.6s ease, visibility 0.6s ease;

}


.loader {

    display: flex;

    align-items: flex-end;

    gap: 5px;

}


.bar {

    width: 6px;

    height: 20px;

    background: #fff;

    border-radius: 4px;

    animation: bounce 1s infinite ease-in-out;

}


.bar:nth-child(1) {

    animation-delay: 0s;

}


.bar:nth-child(2) {

    animation-delay: 0.1s;

}


.bar:nth-child(3) {

    animation-delay: 0.2s;

}


.bar:nth-child(4) {

    animation-delay: 0.3s;

}


.bar:nth-child(5) {

    animation-delay: 0.4s;

}


@keyframes bounce {


    0%,

    100% {

        height: 20px;

    }


    50% {

        height: 60px;

    }

}


#preloader.hidden {

    opacity: 0;

    visibility: hidden;

}


/*Preloader Ends*/


/*Cursor Dots Start*/


.cursor-dot,

.cursor-outline {

    position: fixed;

    top: 0;

    left: 0;

    pointer-events: none;

    border-radius: 50%;

    transform: translate(-50%, -50%);

    z-index: 9999;

}


.cursor-dot {

    width: 12px;

    height: 12px;

    background: #ed5839;

}


.cursor-outline {
    width: 40px;
    height: 40px;
    border: 2px solid #000;
    transition: all 0.2s ease-out;
}


.cursor-dot,

.cursor-outline {

    transition: transform 0.2s ease-out;

}


.cursor-dot.link-hover,

.cursor-outline.link-hover {

    background: #091e33;

    border-color: #091e33;

    transform: translate(-50%, -50%) scale(2);

}


.reveal-box:before {

    content: "";

    position: absolute;

    width: 200%;

    height: 0%;

    left: 50%;

    top: 50%;

    background-color: rgba(255, 255, 255, .3);

    transform: translate(-50%, -50%) rotate(-45deg);

    z-index: 1;

}

/*Cursor Dots Ends*/