.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}
.nav-lang{
    background-color: red !important;
    color: white !important;
}
.dil {
    position: absolute;
    display: none;
    right: 10px;
    top: 1.3rem;
}
.dil img{
    height: 20px;
}
.nav-lang:hover{
    background-color: white !important;
    color: black !important;
}
.mavi{
    color: #3CB4E5;   
}
.bounce {
    border-color: red !important;
    box-shadow: 0px 0px 8px red !important;
    animation-name: bounce;
    animation-duration: .5s;
    animation-delay: 0.25s;
}

/* This approximates the ease-in-out-bounce animation from easings.net, which would require a plug-in to use*/
@keyframes bounce {
    0% {
        transform: translateX(0px);
        timing-function: ease-in;
    }

    37% {
        transform: translateX(5px);
        timing-function: ease-out;
    }

    55% {
        transform: translateX(-5px);
        timing-function: ease-in;
    }

    73% {
        transform: translateX(4px);
        timing-function: ease-out;
    }

    82% {
        transform: translateX(-4px);
        timing-function: ease-in;
    }

    91% {
        transform: translateX(2px);
        timing-function: ease-out;
    }

    96% {
        transform: translateX(-2px);
        timing-function: ease-in;
    }

    100% {
        transform: translateX(0px);
        timing-function: ease-in;
    }
}

.blink {
    animation: blinker 1s linear infinite;
}
.blink-5 {
    animation: blinker 1s linear 5;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.spinner {
    display: inline-block;
    opacity: 0;
    width: 0;
    -webkit-transition: opacity 0.25s, width 0.25s;
    -moz-transition: opacity 0.25s, width 0.25s;
    -o-transition: opacity 0.25s, width 0.25s;
    transition: opacity 0.25s, width 0.25s;
}

.has-spinner.active {
    cursor: progress;
}

.has-spinner.active .spinner {
    opacity: 1;
    width: auto;
}

.has-spinner.btn.active .spinner {
    min-width: 20px;
}



/* 
-------------------------------------------------------------------------------------
eski siteden gelen css 
-------------------------------------------------------------------------------------
*/
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.dflex {
    display: flex !important;
}

.mobilteldesk {
    color: #000;
    font-size: 19px;
    display: block;

    padding: 0 3px;
    text-align: center;

}

.mobiltel2desk {
    color: #000;
    font-size: 18px;
    display: block;
    text-align: left;


}



.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:active {
    color: #0b82c6 !important;
}

.touren {
    background: #d1e4f3;
    padding: 1em 0 !important;
    font-size: 20px;
    text-align: center;
    margin: 10px auto;
    -webkit-box-shadow: -1px 9px 10px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 9px 10px -12px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 9px 10px -12px rgba(0, 0, 0, 0.75);
    display: block;

}

object.t-img, img.t-img {
    max-height: 70px;
    display: block;
    position: relative;
    top: 10px;
}

#menu-home-1 li a {
    color: #fff !important;
}

.tcenter {
    text-align: center;
}

.fill {
    position: absolute;
    top: -121px !important;
    left: 0;
    height: initial !important;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
}

@media (max-width: 860px) {
    .header-bottom {
        background-color: transparent !important;

    }

    .mobiltel {

        font-size: initial !important;
        background: #000 !important;
        padding: 15px !important;
        margin-top: 15px !important;

    }




    .h1main {
        font-size: 15px !important;
        margin-top: 1px !important;
        color: #fff !important;
        margin-bottom: 5px;
        font-size: 20px !important;
    }

    .header-bg-image {
        background-size: cover !important;
        background: left top;
    }




    #input_5_44 li {
        width: 97% !important;

    }

    .bookh {

        display: -webkit-inline-box;
    }


    .header-main {
        height: auto !important;
    }

}

@media (max-width: 550px) {
    .header-main {
        height: none;
    }
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent !important;
}

.tourtime {
    background: #e9f9ff;
    border: 1px solid #aad0de;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 110px;
    text-align: center;
    padding: 9px 5px;
    overflow: hidden;
}

.headli li {
    list-style: none !important;
}

.footerlogolar .text-center span {
    font-size: 10px;
    height: 37px;
    overflow: hidden;
    display: inline-block;
}

.bookh {
    font-size: 18px;
    font-weight: bold;
    background: #ccc;
    padding: 10px;

}

.gform_wrapper .datepicker {
    font-size: 80% !important;
}

.p0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.p5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

#menu-home-1 li {
    float: left;
    font-size: 15px;
    padding: 8px;

}

.trfiyat .fa-euro-sign {
    font-size: 70%;
}

#menu-home-1 {
    text-align: center;
    display: inline-block;
}

#input_3_43 li, input_5_43 li {
    width: 47%;
    float: left;
    border: 1px solid #ccc;
    margin: 1%;
    padding: 15px 1px !important;
    border-radius: 5px;
    background: #fff;
    margin-left: 15px;
    margin-right: 22px;
}

.rezbut {
    width: 59%;
    float: left;
}

.rezright {
    padding: 8px 5px;
    font-weight: bold;
    border-radius: 10px;
    border: 1px solid #163e4c;
    background: #fff;
    width: 40%;
    font-size: 16px;
    margin: 6px 0;
}

.rezright:hover {
    background: red;
    color: #fff;
}

.gform_button {
    background-color: #38b5df !important;
}


#input_3_43, #input_5_43 {
    margin-left: 22px !important;
}

.h2, h2 {
    font-size: 20px !important;
}

#input_5_44 li {
    width: 19%;
    float: left;
    border: 1px solid #ccc;
    margin: 1%;
    padding: 10px !important;
    border-radius: 5px;
    background: #fff;
}

#input_5_44 {
    margin-left: 15px !important;
}



#input_3_1 li {
    width: 75px;
    float: left;
}

.ui-datepicker-month {
    width: 32%;
    float: left;
    color: #000;
}

.ui-datepicker-year {
    width: 32%;
    float: left;
    color: #000;
}

.listing-row {
    position: relative;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #fff;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);

}

.turlistbox {
    border: 3px solid transparent;
    box-shadow: -7px 5px 10px #efefef;
    padding: 15px 5px;
}

.turlistbox:hover {
    border: 3px solid #0b82c6;

}

.listeform {
    font-size: 12px;
    list-style-type: none !important;

}

.listeform li {
    list-style: none !important;
}

.amendments-ul li {
    list-style: none;
    font-size: 14px;
}

.amendments-ul {
    padding: 8px 0 0 0;
}

.item {
    background: #fff;
    color: #000;
    border: 1px solid #C7C7C7;
    padding: 15px;
    margin: 20px 0;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.item:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.page-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f5f5f5;
}


.header-bottom {
    background-color: #0A0A0A;
    padding: 5px 0;
}

.nav>li>a:hover {
    text-decoration: none;
    background-color: #0b82c6 !important;
}

.listdesc {
    text-align: left;

}

.listaciklama p {
    font-size: 1.4rem;

    color: #000;

}

.nav>li {}


.h1main {
    color: #fff;
    text-align: center;
    max-width: 100%;
    font-size: 35px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 20px;

}

.header-block-block-2 ul li {
    list-style: none;
}

.header-block-block-2 {

    margin-top: 144px;
}


.html_top_right_text {
    border: 2px solid #fff;
    padding: 0 3px !important;


}


.mobiltel {
    color: #fff;
    font-size: 19px;
    display: block;
    float: left;
    padding: 0 3px;
    text-align: center;

}

.mobiltel2 {
    color: #fff;
    font-size: 18px;
    display: block;
    float: left;
}


.mobiltel4 {
    color: #fff;
    font-size: 17px;
    display: block;
    float: left;
    background: #000;
    width: 100%;
    padding: 3px 15px;
    text-align: center;

}

.nav-top-link {

    font-size: 14px;
}

.h2list {
    font-size: 25px;
    line-height: 2.1rem;
    color: #3a3a32;
    margin: 0 0 10px 0;
    text-rendering: optimizeLegibility;



}

.highlights {
    font-size: 20px;
    color: #000;
    padding: 7px 0;
    line-height: 33px;
    overflow: hidden;
}

.th_image img {
    max-height: 167px;
    overflow: hidden;
    width: 100%;

}

.tourprice-price {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 6px 8px 0px 8px;
    color: #d2361d;
    margin-bottom: 0px !important;
}

.center {
    text-align: center;
    display: block;

}

.tourtime-title {
    font-size: 18px;
    color: #000;
    text-align: center;
    padding: 8px 3px;
    margin: 0 !important;
}

.turdetay-title {
    font-size: 30px;
    font-weight: bold;
    color: #d2361d;
}

.keywords {
    font-size: 75%;
    color: #ccc;
}

.return {
    color: #777676;
}


.amendments-ul li span {
    padding-left: 10px;
}


.fa-whatsapp {
    color: #2ab200;
}

#logo {
    display: none;
}

.row {
    margin-left: auto !important;
    margin-right: auto !important;
}

.nopadding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.nomargin {
    margin-right: 0 !important;
    margin-left: 0 !important;
}





.footerust {
    background: #d1e4f3;
    color: #000;
}

.footeralt {
    background: #fff;
    color: #000;
}

.nav-uppercase>li>a {
    text-transform: none;
}

.homeh {
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 0 !important;
    padding: 1em 0;
    border-radius: 8px;
    border: 1px solid #1f7ba0;
}

.homeh1 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;

}

.padding5 {
    padding: 5px !important;
}

.homeh2 {
    font-size: 23px !important;
    padding: 15px 15px;
    color: #fff;
    background-color: #38b5df;
    font-weight: 700;
    text-align: center;
    display: block;
    margin-top: 0 !important;
    box-shadow: 0px 0px 4px #000;
    border-radius: 8px;
}


.homeh3 {
    font-size: 20px !important;
    padding: 15px 15px;
    color: #000;
    background-color: #f5f5f5;
    font-weight: 700;
    text-align: center;
    min-height: 73px;
    border-bottom: 3px solid #ccc;
}

.homeh6 {
    background-color: #ccc;
    display: block;
    width: 100%;
    color: #000;
    border-radius: 4px;
    padding-left: 1.3em !important;
}


.homebaslik {
    font-size: 20px !important;
    padding: 15px 15px;
    color: #000;
    background-color: #f5f5f5;
    font-weight: 700;
    text-align: left;
    margin: 5px 0;
    border-bottom: 3px solid #ccc;

}

p {

    line-height: normal;
}


.hbdesc {
    font-size: 18px;
    line-height: 30px;

}

.listtip {
    font-size: 20px;
    list-style: none;
    text-align: center;
    border-bottom: 1px solid #E2E2E2;
    padding: 10px;

}

.listtitle {
    font-weight: bold;
}

.itelist li {
    width: 25%;
    float: left;
}

.itelist {
    display: inline-block;
}


.solbar {
    background: #fff;
    border: 1px solid #C7C7C7;
    padding: 10px 7px;
    color: #5A5A5A;
    display: inline-block;
    border-radius: 8px;
}

.bottom-call {
    background: #38b5df;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #1f7ba0;

}

.bottom-call a {
    display: block;
    padding: 9px 2% 2px 2%;
}

.bottom-call .call-number-mini {
    float: left;
    color: #fff;
    width: 100%;
    text-align: right;
    font-weight: normal;
    font-size: 16px;
}

.bottom-call .call-number {
    float: left;
    color: #fff;
    width: 100%;
    text-align: right;
    font-weight: 700;
    font-size: 18px;
}

.bottom-call .call-icon {
    color: #fff;
    float: left;
    font-size: 36px;
    width: 19%;
    text-align: center;
}

.bottom-call .call-text {
    float: left;
    width: 80%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 2em;
}

.bold-title {
    font-size: 22px;
    font-weight: 700;
}

.currency {
    font-size: 27px !important;
    font-weight: bold;
}

.btn-continue {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 10px !important;
    background: #38b5df;
    color: #08080B;
    width: 100%;
    margin: 5px;
    padding: 2px !important;
}

.trfiyat {
    font-weight: bold;
    font-size: 24px;

}

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

.tryon {
    font-size: 14px;
    color: #fff;

}

.aractipborder {
    padding-top: 12px;
}

.btn-book-now-with-margin a {
    background: #38b5df;
}

.btn-book-now-with-margin a:hover {
    box-shadow: 0px 0px 3px #000 inset;
}

.gfield_required {
    display: none;
}

.price-col {
    text-align: right;

}

@media(max-width:991px) {
    .rezbut {
        width: 100%;
    }
    .rezright {
        width: 100%;
    }
}

@media(max-width:540px) {
    .touren {
        font-size: 14px;
    }

    .firm-logo {
        max-height: 80px;
    }

    .rezbut {
        width: 100%;
    }

    .rezright {
        width: 100%;
    }
}

.form-control::placeholder {
    color: #9a9d9f !important;
}

.cursorp {
    cursor: pointer !important;
}

[data-toggle="collapse"] .fa:before {
    content: "\f077";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f078";
}

h1.logo {
    font-size: 1.2em;
    color: white;
}

.kutu {
    border: 1px solid #d0d0d0;
    padding: 10px;
    background-color: white;
    height: 100%;
    box-shadow: 0px 0px 8px #7C7C7C;
    border-radius: 8px;
}

.kutu .img-wrapper {
    display: contents;
}

.img-wrapper::after {
    content: "";
    height: 1em;
    display: block;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.display-flex>[class*='col-'] {
    flex-grow: 1;
}

.accordion dl,
.accordion-list {}

.accordion dt {
    box-shadow: -1px 9px 10px -12px rgba(0, 0, 0, 0.75);
}

.accordion dd,
.accordion__panel {
    background-color: #eee;
    line-height: 1.5em;
}

.accordion ul {
    list-style: none;
}

.accordion ul li::before {
    content: "-";
    font-weight: bolder;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 1.6em;
    float: left;
}

.accordion ul>li {
    padding: 0.5em 0;
}

.accordion {
    position: relative;
}

.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 2em 0 2em 0;
}

.accordion-title {
    position: relative;
}

img.accordion1 {
    height: 3.5em;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    transform-origin: top right;
    right: 0;
    top: 0;
}

img.accordion2 {
    height: 3.5em;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    transform-origin: top left;
    left: 0;
    top: 0;
}

.accordion-title img {
    transition: all .5s ease .2s;
    z-index: 2;
}

.accordion-title img:hover {
    transform: scale(3);
    box-shadow: 0 0 8px;
}

.accordionTitle,
.accordion__Heading {
    text-align: center;
    font-weight: 700;
    padding: 1em;
    display: block;
    text-decoration: none;
    transition: background-color 0.5s ease-in-out;
    font-size: 1.6em;
    background-color: #24b6e7;
    color: #fff;

}

.accordionTitleActive,
.accordionTitle.is-expanded {
    background-color: #24b6e7;
}

.accordionItem {
    height: auto;
    overflow: hidden;
    transition: max-height 1s;
}

@media screen and (min-width: 48em) {
    .accordionItem {}
}

.accordionItem.is-collapsed {
    max-height: 0;
}

.no-js .accordionItem.is-collapsed {
    max-height: auto;
}

.animateIn {
    -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
    animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
    -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
    animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9) rotateX(-60deg);
        transform: scale(0.9) rotateX(-60deg);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes accordionIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9) rotateX(-60deg);
        transform: scale(0.9) rotateX(-60deg);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes accordionOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.9) rotateX(-60deg);
        transform: scale(0.9) rotateX(-60deg);
    }
}

@keyframes accordionOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.9) rotateX(-60deg);
        transform: scale(0.9) rotateX(-60deg);
    }
}



/* Our Team */

/*********************** Demo - 1 *******************/
.box1 img, .box1:after, .box1:before {
    width: 100%;
    transition: all .3s ease 0s
}

.box1 .icon, .box2, .box3, .box4, .box5 .icon li a {
    text-align: center
}

.box10:after, .box10:before, .box1:after, .box1:before, .box2 .inner-content:after, .box3:after, .box3:before, .box4:before, .box5:after, .box5:before, .box6:after, .box7:after, .box7:before {
    content: ""
}

.box1, .box11, .box12, .box13, .box14, .box16, .box17, .box18, .box2, .box20, .box21, .box3, .box4, .box5, .box5 .icon li a, .box6, .box7, .box8 {
    overflow: hidden
}

.box1 .title, .box10 .title, .box4 .title, .box7 .title {
    letter-spacing: 1px
}

.box3 .post, .box4 .post, .box5 .post, .box7 .post {
    font-style: italic
}

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

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

.mb-30 {
    margin-bottom: 30px
}

.box1 .icon, .box1 .title {
    margin: 0;
    position: absolute
}

.box1 {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    position: relative
}

.box1:after, .box1:before {
    height: 50%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform-origin: 100% 0;
    transform: rotateZ(90deg)
}

.box1:after {
    top: auto;
    bottom: 0;
    transform-origin: 0 100%
}

.box1:hover:after, .box1:hover:before {
    transform: rotateZ(0)
}

.box1 img {
    height: auto;
    transform: scale(1) rotate(0)
}

.box1:hover img {
    filter: sepia(80%);
    transform: scale(1.3) rotate(10deg)
}

.box1 .title {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 1px #004cbf;
    bottom: 10px;
    left: 10px;
    opacity: 0;
    z-index: 2;
    transform: scale(0);
    transition: all .5s ease .2s
}

.box1:hover .title {
    opacity: 1;
    transform: scale(1)
}

.box1 .icon {
    padding: 7px 5px;
    list-style: none;
    background: #004cbf;
    border-radius: 0 0 0 10px;
    top: -100%;
    right: 0;
    z-index: 2;
    transition: all .3s ease .2s
}

.box1:hover .icon {
    top: 0
}

.box1 .icon li {
    display: block;
    margin: 10px 0
}

.box1 .icon li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 10px;
    font-size: 18px;
    color: #fff;
    transition: all .3s ease 0s
}

.box2 .icon li a, .box3 .icon a:hover, .box4 .icon li a:hover, .box5 .icon li a, .box6 .icon li a {
    border-radius: 50%
}

.box1 .icon li a:hover {
    color: #fff;
    box-shadow: 0 0 10px #000 inset, 0 0 0 3px #fff
}

@media only screen and (max-width:990px) {
    .box1 {
        margin-bottom: 30px
    }
}

/*********************** Demo - 2 *******************/
.box2 {
    position: relative
}

.box2 img {
    width: 100%;
    height: auto
}

.box2 .box-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%)
}

.box2 .box-content:after, .box2 .box-content:before, .box2:after, .box2:before {
    content: "";
    width: 80%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all .5s ease 0s
}

.box2:before {
    background: linear-gradient(45deg, rgba(0, 0, 0, .2) 49%, transparent 50%);
    left: -100%
}

.box2:after {
    background: linear-gradient(45deg, transparent 49%, rgba(0, 0, 0, .2) 50%);
    left: 160%
}

.box2 .box-content:after, .box2 .box-content:before {
    width: 65%;
    height: 65%;
    background: linear-gradient(45deg, rgba(0, 0, 0, .3) 49%, transparent 50%);
    left: -100%;
    transition-delay: .1s
}

.box1 .box-content:after {
    background: linear-gradient(45deg, transparent 49%, rgba(0, 0, 0, .3) 50%);
    left: 160%
}

.box2:hover .box-content:after, .box2:hover .box-content:before, .box2:hover:after, .box2:hover:before {
    left: 50%
}

.box2 .inner-content {
    width: 50%;
    height: 50%;
    color: #fff;
    padding: 40px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%) scale(0);
    transition: all .3s ease .2s
}

.box2 .inner-content:after {
    width: 100%;
    height: 100%;
    background: rgba(255, 79, 79, .8);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%) rotate(45deg)
}

.box2:hover .inner-content {
    transform: translate(-50%, -50%) scale(1);
    transition: all .3s ease 0s
}

.box2 .title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px
}

.box2 .post {
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 7px
}

.box10 .title, .box11 .title, .box4 .title, .box5 .title, .box6 .box-content, .box7 .title {
    text-transform: uppercase
}

.box2 .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    transform: rotateY(360deg) scale(0);
    transition: all .3s ease 0s
}

.box2:hover .icon {
    transform: rotateY(0) scale(1)
}

.box2 .icon li {
    display: inline-block;
    margin: 0 3px
}

.box2 .icon li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    font-size: 16px;
    color: #505050;
    transition: all .3s ease 0s
}

.box2 .icon li a:hover {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .5);
    background: #fff;
    color: #ff4f4f
}

@media only screen and (max-width:990px) {
    .box2 {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:320px) {
    .box2 .inner-content {
        padding: 25px 0
    }

    .box2 .title {
        font-size: 16px
    }
}

/*********************** Demo - 3 *******************/
.box3 {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    position: relative
}

.box3 .box-content, .box3:after, .box3:before {
    position: absolute;
    left: 7%;
    right: 7%;
    transition: all .3s
}

.box3:after, .box3:before {
    display: block;
    background: rgba(0, 0, 0, .3);
    top: 10%;
    bottom: 10%;
    z-index: 1;
    transform: scale(0, 1)
}

.box3:after {
    top: 10.8%;
    bottom: 10.8%;
    transform: scale(1, 0)
}

.box3:hover:after, .box3:hover:before {
    transform: scale(1);
    animation: animate 1.5s
}

.box3:hover:before {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff
}

.box:hover:after {
    border-left: 3px solid #fff;
    border-right: 3px solid #fff
}

.box img {
    width: 100%;
    height: auto;
    transition: all .3s
}

.box3:hover img {
    transform: scale(1.2);
    filter: blur(5px);
    -moz-filter: blur(5px);
    -webkit-filter: blur(5px)
}

.box3 .box-content {
    padding: 30px 10px;
    top: 10%;
    bottom: 10%;
    opacity: 0;
    z-index: 2
}

.box3:hover .box-content {
    box-shadow: 0 0 0 35px rgba(255, 255, 255, .3);
    opacity: 1;
    transition: all .3s
}

.box3 .title {
    font-size: 24px;
    font-weight: 600;
    color: #88c425;
    margin: 0 0 5px
}

.box3 .post {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    color: rgba(255, 255, 255, .8)
}

.box3 .description {
    font-size: 14px;
    color: #fff;
    margin: 0 0 20px
}

.box3 .icon {
    padding: 0;
    margin: 0;
    list-style: none
}

.box3 .icon li {
    display: inline-block;
    margin: 0 10px 0 0
}

.box3 .icon li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #88c425;
    transition: all .5s
}

.box3 .icon a:hover {
    text-decoration: none;
    animation: animate-hover .5s;
    transition: all .3s
}

@keyframes animate {
    0%, 100% {
        opacity: 1
    }
}

@keyframes animate-hover {
    0% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, .3)
    }

    50% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, .3)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .3)
    }
}

.box10, .box11, .box12, .box14, .box4, .box5, .box6, .box7, .box9 {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

@media only screen and (max-width:990px) {
    .box3 {
        margin-bottom: 30px
    }

    .box3 .box-content {
        padding: 10px
    }

    .box3 .description {
        margin-bottom: 10px
    }
}

@media only screen and (max-width:479px) {
    .box3 .title {
        margin: 0
    }
}

/*********************** Demo - 4 *******************/
.box4 {
    position: relative
}

.box4:before {
    width: 0;
    height: 200%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: -250px;
    bottom: 0;
    transform: skewX(-36deg);
    transition: all .5s ease 0s
}

.box4:hover:before {
    width: 200%
}

.box4 img {
    width: 100%;
    height: auto
}

.box4 .box-content {
    width: 100%;
    height: 100%;
    padding-top: 20%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all .3s ease 0s
}

.box4 .icon, .box5 .icon {
    list-style: none;
    padding: 0
}

.box4:hover .box-content {
    transform: scale(1)
}

.box4 .title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px
}

.box4 .post {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px
}

.box4 .icon {
    margin: 0
}

.box4 .icon li {
    display: inline-block
}

.box4 .icon li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    background: #fff;
    color: #ee4266;
    margin-right: 10px;
    transition: all .3s ease 0s
}

.box5 .icon, .box5 .icon li {
    display: inline-block
}

@media only screen and (max-width:990px) {
    .box4 {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    .box4:before {
        left: -400px
    }

    .box4:hover:before {
        width: 300%
    }
}

/*********************** Demo - 5 *******************/
.box5 {
    background: #444;
    position: relative
}

.box5:after, .box5:before {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #10a5b8;
    position: absolute;
    top: -80px;
    left: 15px;
    opacity: 0;
    z-index: 1;
    transition: all .35s ease
}

.box5:after {
    top: auto;
    left: auto;
    bottom: -80px;
    right: 15px
}

.box5:hover:after, .box5:hover:before {
    opacity: .75;
    transform: scale(8);
    transition-delay: .15s
}

.box5 img {
    width: 100%;
    height: auto;
    transition: all .35s ease-out 0s
}

.box5:hover img {
    opacity: .4
}

.box5 .icon {
    margin: 0;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 2;
    transform: scale(0);
    transition: all .35s ease-out
}

.box5:hover .icon {
    transform: scale(1);
    transition-delay: .15s
}

.box5 .icon li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    font-size: 18px;
    color: #444;
    margin-right: 10px;
    position: relative;
    transition: all .5s ease 0s
}

.box5 .icon li a:hover {
    background: #444;
    color: #fff
}

.box5 .box-content {
    padding: 20px 15px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.box5 .title {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 5px;
    opacity: 0;
    transform: translate(-20px, -20px);
    transition: all .35s ease-out
}

.box5:hover .title {
    opacity: 1;
    transform: translate(0, 0);
    transition-delay: .15s
}

.box5 .post {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    transform: translate(-20px, -20px);
    transition: all .35s ease-out
}

.box5:hover .post {
    opacity: 1;
    transform: translate(0, 0);
    transition-delay: .15s
}

.box6 .title, .box6 img, .box6:after {
    transition: all .35s ease 0s
}

@media only screen and (max-width:990px) {
    .box5 {
        margin-bottom: 30px
    }
}

/*********************** Demo - 6 *******************/
.box6 {
    background: #000;
    position: relative
}

.box6:after {
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: -30%;
    bottom: 0;
    right: 70%;
    transform: skew(20deg) translateX(-75%)
}

.box6:hover:after {
    transform: skew(20deg) translateX(0)
}

.box6 img {
    width: 100%;
    height: auto
}

.box6:hover img {
    opacity: .5
}

.box6 .box-content {
    padding: 20px;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.box6 .icon, .box7 .icon {
    padding: 0;
    list-style: none
}

.box10 .icon li a, .box11, .box12, .box13, .box14, .box6 .icon li a, .box7, .box7 .icon li a, .box8, .box8 .icon li a {
    text-align: center
}

.box6 .title {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    margin: 0 0 10px;
    transform: scale(0)
}

.box6:hover .title {
    transform: scale(1)
}

.box6 .icon li, .box6 .post {
    opacity: 0;
    transform: translateX(40px);
    transition: all .35s ease 0s
}

.box6 .post {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px
}

.box6 .icon {
    display: inline-block;
    margin: 0
}

.box6:hover .icon li, .box6:hover .post {
    opacity: 1;
    transform: translateX(0)
}

.box6:hover .icon li:first-child {
    transition-delay: .1s
}

.box6:hover .icon li:nth-child(2) {
    transition-delay: .2s
}

.box6 .icon li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    font-size: 18px;
    color: #605f5f;
    margin-bottom: 5px;
    transition: all .35s ease
}

.box6 .icon li a:hover {
    background: #605f5f;
    color: #fff
}

@media only screen and (max-width:990px) {
    .box6 {
        margin-bottom: 30px
    }
}

/*********************** Demo - 7 *******************/
.box7 {
    position: relative
}

.box7:after, .box7:before {
    width: 100%;
    height: 100%;
    background: rgba(11, 33, 47, .9);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .5s ease 0s
}

.box7:after {
    background: rgba(255, 255, 255, .3);
    border: 2px solid #0dab76;
    top: 0;
    left: 170%;
    opacity: 1;
    z-index: 1;
    transform: skewX(45deg);
    transition: all 1s ease 0s
}

.box7:hover:before {
    opacity: 1
}

.box7:hover:after {
    left: -170%
}

.box7 img {
    width: 100%;
    height: auto
}

.box7 .box-content {
    width: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all .5s ease 0s
}

.box7:hover .box-content {
    bottom: 30%
}

.box7 .title {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px
}

.box7 .post {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px
}

.box7 .icon {
    margin: 0
}

.box7 .icon li {
    display: inline-block
}

.box7 .icon li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: #0dab76;
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
    transition: all .5s ease 0s
}

.box8 .icon li, .box8 .title {
    display: inline-block
}

.box7 .icon li a:hover {
    transform: rotate(360deg)
}

@media only screen and (max-width:990px) {
    .box {
        margin-bottom: 30px
    }
}

/*********************** Demo - 8 *******************/
.box8 .icon, .box8 .title {
    margin: 0;
    position: absolute
}

.box8 {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    position: relative
}

.box8 img {
    width: 100%;
    height: auto
}

.box8 .box-content {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: center top 0;
    transition: all .5s ease 0s
}

.box8 .icon li a, .box8 .title {
    background: #ef4050;
    font-size: 20px;
    color: #fff
}

.box8:hover .box-content {
    opacity: 1;
    transform: perspective(400px) rotateX(0)
}

.box8 .title {
    padding: 5px 7px;
    border-radius: 5px;
    font-weight: 600;
    bottom: 20px;
    left: 20px;
    transition: all .9s ease 0s
}

.box8 .icon li a, .box9 .box-content, .box9 .icon li, .box9 img {
    transition: all .35s ease 0s
}

.box8:hover .title {
    bottom: -40px
}

.box8 .icon {
    list-style: none;
    padding: 0;
    top: 42%;
    left: 0;
    right: 0
}

.box8 .icon li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 7px
}

.box9 .icon, .box9 .title {
    width: 100%;
    font-size: 22px
}

.box8 .icon li a:hover {
    background: #fff;
    color: #000
}

@media only screen and (max-width:990px) {
    .box8 {
        margin-bottom: 20px
    }
}

/*********************** Demo - 9 *******************/
.box9 {
    background: #000;
    text-align: center;
    position: relative
}

.box9 img {
    width: 100%;
    height: auto
}

.box9:hover img {
    opacity: .5
}

.box9 .box-content {
    padding: 30px 10px 30px 0;
    background: rgba(0, 0, 0, .65);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0
}

.box9:hover .box-content {
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    opacity: 1
}

.box9 .title {
    font-weight: 700;
    color: #fff;
    line-height: 17px;
    margin: 5px 0;
    position: absolute;
    bottom: 55%
}

.box10 .icon li a, .box9 .icon li a {
    line-height: 35px;
    border-radius: 50%
}

.box9 .icon {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%
}

.box9 .icon li {
    display: inline-block;
    opacity: 0;
    transform: translateY(40px)
}

.box9:hover .icon li {
    opacity: 1;
    transform: translateY(0)
}

.box9:hover .icon li:first-child {
    transition-delay: .1s
}

.box9:hover .icon li:nth-child(2) {
    transition-delay: .2s
}

.box9 .icon li a {
    display: block;
    width: 35px;
    height: 35px;
    background: #f39c12;
    font-size: 20px;
    color: #000;
    margin-right: 5px;
    transition: all .35s ease 0s
}

.box9 .icon a:hover {
    background: #fff
}

@media only screen and (max-width:990px) {
    .box9 {
        margin-bottom: 20px
    }
}

/*********************** Demo - 10 *******************/
.box10 {
    background: #000;
    overflow: hidden;
    position: relative
}

.box10:after, .box10:before {
    border-width: 0 180px 140px;
    border-style: solid;
    border-color: transparent transparent #0d5f45;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    transform: translate(-55%, 100%);
    transition: all .5s 0s cubic-bezier(.6, -.28, .735, .045)
}

.box10:after {
    border-width: 150px 250px;
    border-color: transparent #18ab69 #18ab69 #008148;
    top: 25%;
    transform: translate(-60%, 100%)
}

.box10:hover:before {
    transition: all .4s 0s cubic-bezier(.175, .885, .32, 1.275);
    transform: translate(-55%, 0);
    transition-delay: .2s
}

.box10:hover:after {
    transition: all .4s 0s cubic-bezier(.175, .885, .32, 1.275);
    transform: translate(-60%, 0);
    transition-delay: 0s
}

.box10 img {
    width: 100%;
    height: auto;
    opacity: 1;
    transform: scale(1.1) translateY(3%);
    transition: all .5s ease 0s
}

.box10:hover img {
    transform: scale(1.1) translateY(-3%);
    opacity: .4
}

.box10 .box-content {
    padding: 20px 0 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    transform: translateY(20%);
    transition: all .5s ease 0s
}

.box10:hover .box-content {
    opacity: 1;
    transform: translate(0);
    transition-delay: .1s
}

.box10 .title {
    font-size: 23px;
    font-weight: 800;
    color: #fff
}

.box10 .icon {
    padding: 0;
    margin: 0;
    list-style: none
}

.box10 .icon li {
    display: inline-block
}

.box10 .icon li a {
    display: block;
    width: 35px;
    height: 35px;
    background: #18ab69;
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
    transition: all .3s ease 0s
}

.box11 .icon li, .box11 .icon li a, .box11 .title, .box12 .icon li, .box12 .title {
    display: inline-block
}

.box10 .icon li a:hover {
    transform: rotate(360deg)
}

@media only screen and (max-width:990px) {
    .box10 {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:767px) and (min-width:600px) {
    .box10:before {
        border-width: 0 250px 240px
    }

    .box10:after {
        border-width: 260px 460px
    }
}

@media only screen and (max-width:599px) and (min-width:430px) {
    .box:before {
        border-width: 0 220px 120px
    }

    .box10:after {
        border-width: 260px 460px
    }
}

/*********************** Demo - 11 *******************/
.box11 {
    background: #000;
    color: #fff;
    position: relative
}

.box11:after, .box11:before {
    position: absolute;
    content: ""
}

.box11:before {
    width: 100%;
    height: 100%;
    background: #83437d;
    opacity: .5;
    top: 100%;
    left: 0;
    z-index: 1;
    transition: all .35s ease-in .3s
}

.box11:hover:before {
    top: 0;
    transition: all .35s ease-out 0s
}

.box11:after {
    bottom: 100%;
    left: 50%;
    border-width: 200px 200px 0;
    border-style: solid;
    border-color: #83437d transparent transparent;
    opacity: .9;
    transform: translateX(-50%);
    transition: all .35s ease-out 0s
}

.box11:hover .post, .box11:hover .title {
    transform: translate(0, -50%)
}

.box11:hover:after {
    bottom: 25%;
    transition: all .35s ease-in .2s
}

.box11 img {
    width: 100%;
    height: auto
}

.box11:hover img {
    opacity: .5
}

.box11 .icon, .box11 .post, .box11 .title {
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
    transition: all .35s ease .5s
}

.box11 .box-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.box11 .title {
    padding: 0 30px;
    margin: 0;
    font-weight: 300;
    top: 45%
}

.box11 .post, .box14 .post {
    text-transform: capitalize
}

.box11 .post {
    font-size: 15px;
    top: 57%
}

.box11 .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    bottom: 5px
}

.box11 .icon li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    font-size: 20px;
    color: #fff;
    opacity: .7;
    transition: all .35s ease .5s
}

.box11 .icon li a:hover {
    opacity: 1;
    transition: all .35s ease
}

.box11:hover .icon, .box11:hover .post, .box11:hover .title {
    opacity: 1
}

@media only screen and (max-width:990px) {
    .box11 {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:767px) {
    .box11:after {
        border-width: 500px 500px 0
    }
}

/*********************** Demo - 12 *******************/
.box12 {
    position: relative
}

.box12 .box-content, .box12:after {
    position: absolute;
    transition: all .3s ease 0s
}

.box12:after {
    content: "";
    width: 65%;
    background: rgba(28, 28, 28, .8);
    padding-bottom: 65%;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: rotate(0) translate(-50%, -50%);
    transform-origin: 0 0 0
}

.box12:hover:after {
    transform: rotate(-45deg) translate(-50%, -50%);
    opacity: 1
}

.box12 img {
    width: 100%;
    height: auto
}

.box12 .box-content {
    width: 100%;
    top: 35%;
    left: 0;
    opacity: 0;
    z-index: 1
}

.box12:hover .box-content {
    opacity: 1
}

.box12 .title {
    padding: 10px 0;
    color: #fff;
    margin: 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff
}

.box12 .icon {
    padding: 0;
    margin: 12px 0 0;
    list-style: none
}

.box12 .icon li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
    transition: all .3s ease 0s
}

.box12 .icon li a:hover {
    border-radius: 0
}

@media only screen and (max-width:990px) {
    .box12 {
        margin-bottom: 20px
    }
}

/*********************** Demo - 13 *******************/
.box13 {
    position: relative;
    transition: all .2s ease-out 0s
}

.box13 .box-content, .box13:after {
    position: absolute;
    left: 20px;
    right: 20px
}

.box13:after {
    content: "";
    display: block;
    background: #463f9f;
    top: 20px;
    bottom: 20px;
    opacity: 0;
    transform: rotate3d(-1, 1, 0, 100deg);
    transition: all .4s ease-in-out 0s
}

.box13:hover:after {
    opacity: .9;
    transform: rotate3d(0, 0, 0, 0deg)
}

.box13 img {
    width: 100%;
    height: auto
}

.box13 .box-content {
    top: 45%;
    opacity: 0;
    z-index: 1;
    -webkit-transform: translate(10%, -30%);
    transform: translate(10%, -30%);
    transition: all .2s ease-out 0s
}

.box13:hover .box-content {
    opacity: 1;
    transform: translate(0, -50%);
    transition-delay: .2s
}

.box13 .title {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #39b54a;
    margin: 0 0 10px
}

.box13 .post {
    display: block;
    font-size: 15px;
    color: #f7f7b9;
    margin-bottom: 20px
}

.box13 .social {
    padding: 0;
    margin: 0;
    list-style: none
}

.box13 .social li {
    display: inline-block
}

.box13 .social li a {
    display: block;
    width: 35px;
    height: 35px;
    background: #f7f7b9;
    border-radius: 50%;
    font-size: 17px;
    color: #1b1462;
    line-height: 35px;
    margin-right: 5px;
    transition: all .4s ease-in-out 0s
}

.box13 .social li a:hover {
    color: #f7f7b9;
    background: #39b54a
}

@media only screen and (max-width:990px) {
    .box13 {
        margin-bottom: 30px
    }
}

/*********************** Demo - 14 *******************/
.box14 .icon li, .box14 .post {
    display: inline-block
}

.box14 {
    position: relative;
    margin: 10px;
    padding: 10px;
}

.box14:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .35s ease 0s
}

.box14:hover:before {
    opacity: 1
}

.box14 img {
    width: 100%;
    height: auto
}

.box14 .box-content {
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%
}

.box14 .box-content:after, .box14 .box-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all .7s ease 0s
}

.box14 .box-content:before {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    border-top: 1px solid rgba(255, 255, 255, .5);
    transform: scale(0, 1);
    transform-origin: 0 0 0
}

.box14 .box-content:after {
    border-left: 1px solid rgba(255, 255, 255, .5);
    border-right: 1px solid rgba(255, 255, 255, .5);
    transform: scale(1, 0);
    transform-origin: 100% 0 0
}

.box14:hover .box-content:after, .box14:hover .box-content:before {
    opacity: 1;
    transform: scale(1);
    transition-delay: .15s
}

.box14 .title {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    margin: 15px 0;
    opacity: 0;
    transform: translate3d(0, -50px, 0);
    transition: transform .5s ease 0s
}

.box14:hover .title {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.box14 .post {
    font-size: 14px;
    color: #fff;
    padding: 10px;
    background: #d79719;
    opacity: 0;
    border-radius: 0 19px;
    transform: translate3d(0, -50px, 0);
    transition: all .7s ease 0s
}

.box14 .icon, .box15 .icon {
    padding: 0;
    list-style: none
}

.box14:hover .post {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: .15s
}

.box14 .icon {
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: -10px;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all .7s ease 0s
}

.box14:hover .icon {
    bottom: 20px;
    opacity: 1;
    transition-delay: .15s
}

.box14 .icon li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 0 16px;
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
    transition: all .4s ease 0s
}

.box14 .icon li a:hover {
    background: #d79719;
    border-color: #d79719
}

@media only screen and (max-width:990px) {
    .box14 {
        margin-bottom: 30px
    }
}

/*********************** Demo - 15 *******************/
.box15, .box17, .box18 {
    box-shadow: 0 0 5px #7e7d7d;
    text-align: center
}

.box15 {
    position: relative
}

.box15 img {
    width: 100%;
    height: auto
}

.box15 .box-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s ease 0s
}

.box15:hover .box-content {
    background-color: rgba(255, 242, 242, .8)
}

.box15 .box-content:after, .box15 .box-content:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    opacity: 0;
    transform: scale(1.5);
    transition: all .6s ease .3s
}

.box15 .box-content:before {
    border-left: 1px solid #040404;
    border-top: 1px solid #040404;
    top: 19px;
    left: 19px
}

.box15 .box-content:after {
    border-bottom: 1px solid #040404;
    border-right: 1px solid #040404;
    bottom: 19px;
    right: 19px
}

.box15:hover .box-content:after, .box15:hover .box-content:before {
    opacity: 1;
    transform: scale(1)
}

.box15 .title {
    font-size: 22px;
    color: #000;
    margin: 0;
    position: relative;
    top: 0;
    opacity: 0;
    transition: all 1s ease 10ms
}

.box15:hover .title {
    top: 39%;
    opacity: 1;
    transition: all .5s cubic-bezier(1, -.53, .405, 1.425) 10ms
}

.box15 .title:after {
    content: "";
    width: 0;
    height: 1px;
    background: #040404;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 1s ease 0s
}

.box15:hover .title:after {
    width: 80%;
    transition: all 1s ease .8s
}

.box15 .icon {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(1, -.53, .405, 1.425);
    transition-delay: .1s
}

.box15:hover .icon {
    bottom: 39%;
    opacity: 1
}

.box15 .icon li {
    display: inline-block
}

.box15 .icon li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    color: #000;
    border: 1px solid #000;
    margin-right: 5px;
    transition: all .3s ease-in-out 0s
}

.box15 .icon li a:hover {
    background: #000;
    color: #fff
}

@media only screen and (max-width:990px) {
    .box15 {
        margin-bottom: 30px
    }
}

/*********************** Demo - 16 *******************/
.box16 {
    text-align: center;
    color: #fff;
    position: relative
}

.box16 .box-content, .box16:after {
    width: 100%;
    position: absolute;
    left: 0
}

.box16:after {
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .08) 69%, rgba(0, 0, 0, .76) 100%);
    top: 0;
    transition: all .5s ease 0s
}

.box16 .post, .box16 .title {
    transform: translateY(145px);
    transition: all .4s cubic-bezier(.13, .62, .81, .91) 0s
}

.box16:hover:after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .01) 0, rgba(0, 0, 0, .09) 11%, rgba(0, 0, 0, .12) 13%, rgba(0, 0, 0, .19) 20%, rgba(0, 0, 0, .29) 28%, rgba(0, 0, 0, .29) 29%, rgba(0, 0, 0, .42) 38%, rgba(0, 0, 0, .46) 43%, rgba(0, 0, 0, .53) 47%, rgba(0, 0, 0, .75) 69%, rgba(0, 0, 0, .87) 84%, rgba(0, 0, 0, .98) 99%, rgba(0, 0, 0, .94) 100%)
}

.box16 img {
    width: 100%;
    height: auto
}

.box16 .box-content {
    padding: 20px;
    margin-bottom: 20px;
    bottom: 0;
    z-index: 1
}

.box16 .title {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px
}

.box16 .post {
    display: block;
    padding: 8px 0;
    font-size: 15px
}

.box16 .social li a, .box17 .icon li a {
    border-radius: 50%;
    font-size: 20px;
    color: #fff
}

.box16:hover .post, .box16:hover .title {
    transform: translateY(0)
}

.box16 .social {
    list-style: none;
    padding: 0 0 5px;
    margin: 40px 0 25px;
    opacity: 0;
    position: relative;
    transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);
    transition: all .6s cubic-bezier(0, 0, .58, 1) 0s
}

.box16:hover .social {
    opacity: 1;
    transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0)
}

.box16 .social:before {
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: -23px;
    left: 0;
    right: 0
}

.box16 .social li {
    display: inline-block
}

.box16 .social li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #6d3795;
    margin-right: 10px;
    transition: all .3s ease 0s
}

.box17 .icon li, .box17 .icon li a {
    display: inline-block
}

.box16 .social li a:hover {
    background: #bea041
}

.box16 .social li:last-child a {
    margin-right: 0
}

@media only screen and (max-width:990px) {
    .box16 {
        margin-bottom: 30px
    }
}

/*********************** Demo - 17 *******************/
.box17 {
    position: relative
}

.box17:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(2, 162, 221, .9);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .5s ease 0s
}

.box17:hover:after {
    opacity: 1
}

.box17 img {
    width: 100%;
    height: auto;
    transition: all 1.5s ease 0s
}

.box17 .box-content, .box17 .icon li a {
    position: absolute;
    transition: all .6s ease 0s
}

.box17:hover img {
    transform: scale(1.2)
}

.box17 .icon {
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.box17 .icon li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    top: 50%;
    border: 1px solid #fff;
    opacity: 0
}

.box17:hover .icon li a {
    top: 30%;
    opacity: 1
}

.box17 .icon li a:hover {
    background: #fff;
    color: #02a2dd
}

.box17 .icon li:first-child a {
    left: -90%;
    right: 0
}

.box17:hover .icon li:first-child a {
    left: -55px
}

.box17 .icon li:last-child a {
    right: -90%;
    left: 0
}

.box17:hover .icon li:last-child a {
    right: -55px
}

.box17 .box-content {
    width: 100%;
    padding: 20px 10px;
    background: rgba(0, 0, 0, .1);
    bottom: -100px;
    left: 0;
    z-index: 1
}

.box17:hover .box-content {
    bottom: 0
}

.box17 .title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-top: 0
}

.box17 .post {
    display: block;
    font-size: 14px;
    color: #fff
}

@media only screen and (max-width:990px) {
    .box17 {
        margin-bottom: 30px
    }
}

/*********************** Demo - 18 *******************/
.box18 {
    background: #3c3c3c;
    position: relative;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.box18:after, .box18:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #3c3c3c;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    opacity: .9;
    z-index: 1;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.box18 img, .box19 img {
    height: auto;
    width: 100%
}

.box18:before {
    -webkit-transform: skew(45deg) translateX(-155%);
    transform: skew(45deg) translateX(-155%)
}

.box18:hover:before {
    -webkit-transform: skew(45deg) translateX(-55%);
    transform: skew(45deg) translateX(-55%)
}

.box18:after {
    -webkit-transform: skew(45deg) translateX(155%);
    transform: skew(45deg) translateX(155%)
}

.box18:hover:after {
    -webkit-transform: skew(45deg) translateX(55%);
    transform: skew(45deg) translateX(55%)
}

.box18 img {
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.box18:hover img {
    opacity: .5
}

.box18 .box-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-box-shadow: 0 0 10px #3c3c3c;
    box-shadow: 0 0 10px #3c3c3c;
    opacity: 0;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%) scale(.5);
    transform: translate(-50%, -50%) scale(.5);
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.box19, .box20, .box21 {
    box-shadow: 0 0 5px #a3a3a3
}

.box18:hover .box-content {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1
}

.box18 .post, .box18 .title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #3c3c3c;
    border: 2px solid #fff;
    color: #fff;
    padding: 15px 20px;
    margin: 0
}

.box18 .post, .box19 .title, .box20 .post, .box20 .title {
    text-transform: capitalize
}

.box18 .post {
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 10px;
    margin-top: 15px
}

@media only screen and (max-width:990px) {
    .box18 {
        margin-bottom: 30px
    }
}

/*********************** Demo - 19 *******************/
.box19 {
    text-align: center;
    position: relative
}

.box19 .box-content {
    width: 100%;
    height: 100%;
    background: 0 0;
    padding-top: 25%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease 0s
}

.box19 .icon, .box19 .title {
    transition: all .2s ease 0s
}

.box19:hover .box-content {
    background: rgba(0, 0, 0, .5)
}

.box19 .title {
    font-size: 24px;
    color: #fff;
    transform: scale(0)
}

.box19:hover .title {
    transform: scale(1)
}

.box19 .icon {
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: 0
}

.box19:hover .icon {
    opacity: 1
}

.box19 .icon li {
    display: inline-block
}

.box19 .icon li:first-child a, .box19 .icon li:last-child a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #fff;
    border: 1px solid #fff;
    position: relative
}

.box19 .icon li a {
    top: -150px
}

.box19:hover .icon li a {
    top: 0
}

.box19:hover .icon li a:hover {
    background: #a46789;
    border-color: #a46789
}

.box19 .icon li:first-child a {
    transition: all .6s cubic-bezier(.175, .885, .32, 1.275) 0s
}

.box19 .icon li:last-child a {
    transition: all .6s cubic-bezier(.175, .885, .32, 1.275) .1s
}

@media only screen and (max-width:990px) {
    .box19 {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:360px) {
    .box19 .box-content {
        padding-top: 20%
    }
}

/*********************** Demo - 20 *******************/
.box20 {
    position: relative
}

.box20:after, .box20:before {
    position: absolute;
    content: ""
}

.box20:before {
    width: 80%;
    height: 220%;
    background: #ff402a;
    top: -50%;
    left: -100%;
    z-index: 1;
    transform: rotate(25deg);
    transform-origin: center top 0;
    transition: all .5s ease 0s
}

.box20:hover:before {
    left: 10%
}

.box20:after {
    width: 55%;
    height: 175%;
    background-color: rgba(0, 0, 0, .8);
    bottom: -1000%;
    left: 53%;
    transform: rotate(-33deg);
    transform-origin: center bottom 0;
    transition: all .8s ease 0s
}

.box20 .box-content, .box20 .icon {
    width: 100%;
    padding: 0 20px;
    position: absolute;
    left: 0;
    z-index: 2;
    transition: all 1.1s ease 0s
}

.box20:hover:after {
    bottom: -70%
}

.box20 img {
    width: 100%;
    height: auto
}

.box20 .box-content {
    top: -100%;
    color: #fff
}

.box20:hover .box-content {
    top: 30px
}

.box20 .title {
    font-size: 24px;
    margin: 0
}

.box20 .icon li a, .box20 .post {
    display: inline-block;
    font-size: 14px
}

.box20 .post {
    margin-top: 5px
}

.box20 .icon {
    list-style: none;
    margin: 0;
    bottom: -100%
}

.box20:hover .icon {
    bottom: 25px
}

.box20 .icon li {
    display: inline-block
}

.box20 .icon li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #444;
    border-radius: 50%;
    margin: 0 3px;
    color: #fff;
    text-align: center;
    transition: all .5s ease 0s
}

.box20 .icon li a:hover {
    background: #fff;
    color: #ff402a
}

@media only screen and (max-width:990px) {
    .box20 {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:479px) {
    .box20 .title {
        font-size: 20px
    }
}

/*********************** Demo - 21 *******************/
.box21 {
    text-align: center;
    position: relative
}

.box21:after, .box21:before {
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .35);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.box21:hover:after, .box21:hover:before {
    -webkit-transform: scale(400);
    -moz-transform: scale(400);
    -ms-transform: scale(400);
    -o-transform: scale(400);
    transform: scale(400)
}

.box21:before {
    -o-transition: all .5s linear .3s;
    -moz-transition: all .5s linear .3s;
    -ms-transition: all .5s linear .3s;
    -webkit-transition: all .5s linear .3s;
    transition: all .5s linear .3s
}

.box21:hover:before {
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s
}

.box21:after {
    -o-transition: all .5s linear .6s;
    -moz-transition: all .5s linear .6s;
    -ms-transition: all .5s linear .6s;
    -webkit-transition: all .5s linear .6s;
    transition: all .5s linear .6s
}

.box21:hover:after {
    -moz-transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    -ms-transition-delay: .2s;
    transition-delay: .2s
}

.box21 img {
    width: 100%;
    height: auto
}

.box21 .box-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    color: #fff;
    padding-top: 25px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    z-index: 1
}

.box21:hover .box-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-transition-delay: .4s;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    -ms-transition-delay: .4s;
    transition-delay: .4s
}

.box21 .title {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-top: 20px
}

.box21 .description {
    font-size: 14px;
    font-style: italic;
    padding: 0 10px;
    margin: 15px 0
}

.box21 .read-more {
    display: block;
    width: 120px;
    background: #178993;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 0;
    margin: 0 auto
}

@media only screen and (max-width:990px) {
    .box21 {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:479px) {
    .box21 .box-content {
        padding-top: 0
    }
}

@media only screen and (max-width:359px) {
    .box21 .title {
        padding-bottom: 10px
    }
}

.page-content p {
    margin: 0 0 10px;
}


.search-warn {
    color: #ffe600;
    text-align: center;
    margin: 0 8px;
    text-shadow: 0px 0px 8px #000;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.search-warn span {
    background-color: #5c5c5c;
}


.img-footer {
    width: 100%;
    color: black;
    bottom: 0;
    padding: 10px;
    font-size: 1.5em;
    text-align: center;
}

.banner-img {
    background-repeat: no-repeat;
    background-position: right bottom;
    min-height: 100vh !important;
}

.gr-spec {
    color: #dde8f3;
    background-color: #5c5c5c;
}

.group-item {
    margin: 4px auto;
}

.group-item a {
    display: block;
    line-height: 1.2em;
    color: #5c5c5c;
}

.group-item a:hover {
    transform: scale(1.2);
    color: #000;
}

.slogan {
	text-align: center;
	font-weight: bold;
	font-size: 1.6em !important;
	position: absolute;
	top: calc(100vh - 32px);
	z-index: 3;
	width: 100%;
	background-color: rgba(255,255,255,0.50);
}

.chat {
    position: fixed;
    top: 190px;
    left: 55px;
}

.border-bottom-mobile {
    border-bottom: none;
}

.border-bottom-mobile:empty {
    border-bottom: none;
}

@media (max-width: 576px) {
    .border-bottom-mobile {
        border-bottom: 1px solid #0000003b;
        padding: 0.6em 0;
    }

    .accordion-title img {
        display: none;
    }
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ccc;
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

#my-booking-form a {
    font-weight: bold;
}

#my-booking-form a:hover {
    color: red;
}

input.derauto {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.plane {
    height: 100px;
    background: none;
    background-image: url('../../images/beach.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: none;
    -moz-transition: 1s all;
}

.plane-info {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    padding: 0.5em;
    margin: 0;
    text-shadow: 0 0 3px #777;
    line-height: 1.1;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000;
}

.plane-info .small {
    font-size: 80%;
    color: red;
    font-weight: bold;
    text-align: right;
    text-shadow: 3px 3px 3px #fff;
    margin-right: 7px;
}

.plane:hover {
    box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, 0.3);
}

.plane:hover .plane-info a {
    color: #f00 !important;
}

@media (max-width: 575.98px) {
    .plane-info {
        font-size: 1.2rem !important;
    }
}

.text-red {
    color: red;
}

.f-bold {
    font-weight: bold;
}

.carousel-wrap {
    width: 100%;
    margin: auto;
    position: relative
}

.owl-carousel .owl-nav {
    overflow: hidden;
    height: 0
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2caae1
}

.owl-carousel .ittem {
    text-align: center
}

.owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 100px !important
}

.owl-carousel .owl-next.disabled,
.owl-carousel .owl-prev.disabled {
    pointer-events: none;
    opacity: .2
}

.owl-carousel .prev-slide {
    background: url('nav-icon.png') no-repeat scroll 0 0;
    left: -33px
}

.owl-carousel .next-slide {
    background: url('nav-icon.png') no-repeat scroll -24px 0;
    right: -33px
}

.owl-carousel .prev-slide:hover {
    background-position: 0 -53px
}

.owl-carousel .next-slide:hover {
    background-position: -24px -53px
}

span.img-text {
    text-decoration: none;
    outline: 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    cursor: pointer;
    width: 100%;
    font-size: 23px;
    display: block;
    text-transform: capitalize
}

span.img-text:hover {
    color: #2caae1
}

.banner-form img {
    max-width: 300px;
}
@media screen and (max-width: 991px), 
       screen and (max-height: 514px) {
        h2.slogan {
            font-size: 1.0em !important;
        }
        .dil {
            position: absolute;
            display: inline-block;
            right: 10px;
            top: 1.3rem;
        }
         
}
@media (max-width: 991px) {
    .dil {
        position: absolute;
        display: inline-block;
        right: 10px;
        top: 1.3rem;
    }

    .owl-carousel .prev-slide {
        background: url('nav-icon.png') no-repeat scroll 0 -54px;
        left: 0;
    }
    .owl-carousel .next-slide {
        background: url('nav-icon.png') no-repeat scroll -24px -54px;
        right: 0;
    }
    h2.slogan {
        font-size: 1.0em !important;
    }
    .banner-form img {
        max-width: 200px;
    }
}

#cookie-bar {
    padding: 2rem;
    display: block;
    top: 0;
    bottom: auto;
    width: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, .8);
    color: white;
}

#cookie-bar a {
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    padding: 4px 30px;
    margin-left: 8px;
    margin-bottom: 6px;
}

#cookie-bar p {
    margin: 0;
    padding-bottom: 20px;
    width: 100%;
    max-width: 100%;
    text-align: center;
}

#cookie-bar .cb-buttons {
    margin: 0;
    text-align: center;
    max-width: 100%;
}

@media (min-width: 768px) {
    #cookie-bar p {
        margin: 0;
        padding: 4px 10px 0;
        width: 60%;
        max-width: 100%;
        float: left;
    }
}

#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto;
}

/* Buttons */
#cookie-bar .cb-enable {
    background: #3cb4e5;
    color: #fff;
}

#cookie-bar .cb-enable:hover {
    background: #246c89;
}

#cookie-bar .cb-disable {
    background: #990000;
    color: #fff;
}

#cookie-bar .cb-disable:hover {
    background: #bb0000;
}

#cookie-bar .cb-policy {
    background: #fff;
}

#cookie-bar .cb-policy:hover {
	background: #38b5df;
}
.cb-buttons .btn-black{
    width: unset;
}
a.cb-policy{
    color: #000;
}
.carousel-item img {
	max-height: 300px !important;
}