@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli.eot');
    src: url('../fonts/Muli.eot') format('embedded-opentype'), url('../fonts/Muli.woff2') format('woff2'), url('../fonts/Muli.woff') format('woff'), url('../fonts/Muli.ttf') format('truetype'), url('../fonts/Muli.svg#Muli') format('svg');
}

@font-face {
    font-family: 'MuliLight';
    src: url('../fonts/MuliLight.eot');
    src: url('../fonts/MuliLight.eot') format('embedded-opentype'), url('../fonts/MuliLight.woff2') format('woff2'), url('../fonts/MuliLight.woff') format('woff'), url('../fonts/MuliLight.ttf') format('truetype'), url('../fonts/MuliLight.svg#MuliLight') format('svg');
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Muli';
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Muli', serif;
    margin-bottom: 0px;
}

p {
    font-family: 'MuliLight';
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 0px;
    color: #000;
}

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    border: none;
}

a {
    text-decoration: none;
    outline: none !important;
    color: #0064ff;
}

.btn {
    color: #0b1419;
    font-size: 16px;
    border: 1px solid #0b1419;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 11px 20px 17px 20px;
    transition: 0.5s;
    position: relative;
    outline: none;
}

.btn:hover:before {
    display: none;
}

.btn:hover {
    background: #0b1419;
    color: #ffffff;
    padding-bottom: 11px;
}

.btn:before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 1px solid #0b1419;
}

.form-control {
    height: 50px;
    transition: 0.5s;
    outline: none;
    border-radius: 0px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #dcdcdc;
    outline: none;
}

.form-control::placeholder {
    color: #999;
    font-size: 16px;
    font-weight: 500;
}

.form-control:focus {
    box-shadow: none;
    border-color: #000000;
}

textarea.form-control {
    height: 170px;
}

a:hover {
    text-decoration: none;
    color: #1363e8;
}

h3.h3 {
    position: relative;
    padding: 0 0;
    margin: 0 0 25px;
    color: #101b22;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 1px solid #ef5a2a;
}

h3.h3 strong {
    font-weight: 400;
    background: #ef5a2a;
    color: #fff;
    padding: 6px 10px 6px 10px;
    display: inline-block;
}

h4.h4 {
    position: relative;
    padding: 0 0;
    margin: 0 0 25px;
    color: #101b22;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 1px solid #8dc73f;
}

h4.h4 strong {
    font-weight: 400;
    background: #8dc73f;
    color: #fff;
    padding: 6px 10px 6px 10px;
    display: inline-block;
}

h5.h5 {
    position: relative;
    padding: 0 0;
    margin: 0 0 25px;
    color: #101b22;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 1px solid #0765ac;
}

h5.h5 strong {
    font-weight: 400;
    background: #0765ac;
    color: #fff;
    padding: 6px 10px 6px 10px;
    display: inline-block;
}

h6.h6 {
    position: relative;
    padding: 0 0;
    margin: 0 0 25px;
    color: #101b22;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 1px solid #4f4f50;
}

h6.h6 strong {
    font-weight: 400;
    background: #4f4f50;
    color: #fff;
    padding: 6px 10px 6px 10px;
    display: inline-block;
}

::-moz-selection {
    background-color: #ff7300;
    color: #fff;
}

::selection {
    background-color: #ff7300;
    color: #fff;
}

.row-0 {
    margin-left: -0px;
    margin-right: -0px;
}

.row-0 .col,
.row-0 [class^="col-"] {
    padding-left: 0px;
    padding-right: 0px;
}

.row-7 {
    margin-left: -7px;
    margin-right: -7px;
}

.row-7 .col,
.row-7 [class^="col-"] {
    padding-left: 7px;
    padding-right: 7px;
}


/*---*/

.row-15 {
    margin-left: -30px;
    margin-right: -30px;
}

.row-15 .col,
.row-15 [class^="col-"] {
    padding-left: 30px;
    padding-right: 30px;
}

.main_area {
    padding: 30px 0px;
}

.wp-polls-ans a {
    border: 1px solid #ef5a2a;
    padding: 3px 10px 8px;
    display: inline-block;
    margin: 14px auto 0px;
    border-radius: 3px;
    color: #ef5a2a;
    font-size: 13px;
}

.wp-polls ul li,
.wp-polls-ul li,
.wp-polls-ans ul li {
    margin-bottom: 20px;
}

.navigation {
    height: initial;
    display: flex;
}


/*-------- topheader--------------*/

.topheader {
    background: #023256;
    min-height: 60px;
    position: relative;
}

.social {
    display: inline-block;
    padding-top: 14px;
}

.social ol {
    padding: 0px;
    margin: 0px;
}

.social ol li {
    display: inline-block;
    margin-right: 7px;
}

.social ol li a {
    width: 33px !important;
    height: 33px !important;
    border-radius: 50%;
    padding: 2px 0px;
    border: 2px solid #fff !important;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 17px !important;
    transition: all .3s ease-in-out;
}

.social ol li a:hover {
    background: #ef5a2a;
    color: #fff;
    border: 2px solid #ef5a2a;
    transition: all .3s ease-in-out;
}

.topheader .container {
    position: relative;
}

.topr {
    display: inline-block;
    right: 0px;
    position: absolute;
    padding-top: 0px;
}

.topr ul {
    padding: 0px;
    margin: 0px;
}

.topr ul li {
    display: inline-block;
    list-style: none;
    border-right: 1px solid #cfcfcf;
    line-height: 10px;
    padding: 0px 20px;
}

.topr ul li:nth-child(3) {
    border-right: 0px solid #fff;
    padding: 0px 0px 0px 10px;
}

.topr ul li:last-child {
    border-right: 0px solid #fff;
}

.topr ul li a {
    font-size: 14px;
    color: #cfcfcf;
    text-transform: capitalize;
    margin-bottom: 0px;
    padding: 0px 5px;
}

.topr ul li a i.fas {
    font-size: 14px;
    color: #cfcfcf;
    margin-right: 5px;
}

.topr ul li .form-group {
    position: relative;
    margin-bottom: 0px;
}

.topr ul li .form-control {
    height: 40px;
    background-color: initial;
    color: #cfcfcf;
    border: none;
    padding: 10px 5px 10px 5px;
    cursor: pointer;
}

.topr ul li .form-control::placeholder,
.topr ul li .form-control::-webkit-placeholder {
    color: #cfcfcf;
}

.topr ul li .btn-primary {
    position: absolute;
    top: -7px;
    right: 0px;
    background: #ef5a2a;
    color: #fff;
    padding: 15px 22px;
    border: none;
    font-size: 20px;
}

.topr ul li .btn-primary:before {
    display: none;
}

.sfsi_shortcode_container {
    min-height: initial;
    z-index: 1;
    position: relative;
}

.detail ul.listnew {
    display: flex;
    align-items: center;
}


/* Search Style */

.tsearch {
    color: #fff !important;
    padding: 20px 22px !important;
    border: none;
    display: block;
    text-align: center;
}

.topr ul li a i.fa {
    font-size: 15px !important;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 106;
    display: block;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, .8);
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 20px;
    font-family: Roboto;
    font-weight: 300;
    text-align: left;
    outline: none;
    padding: 15px;
    text-transform: capitalize;
    background: #fff;
    border: none;
    color: #6c6b6b;
    border-radius: 0px;
    opacity: 10;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 20px;
    color: #fff;
    background: #f23b00;
    text-align: center;
    padding: 2px 0px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

#search .close:hover {
    color: #fff;
    cursor: pointer;
}

.newlatter {
    padding: 0px 20px !important;
    margin: 30px 0px 30px;
}

.nlogo {
    width: 110px;
    margin: 0 auto 25px;
}

.tophead {
    padding: 0px;
    border-bottom: 0px;
}

.newlatter .form-group {
    position: relative;
    margin-bottom: 0px;
}

.newlatter .form-control {
    height: 48px;
    background-color: #fff;
    color: #000;
    padding: 10px 100px 10px 15px;
    border: 1px solid #ddd;
}

.newlatter .form-control::placeholder,
.topr ul li .form-control::-webkit-placeholder {
    color: #999;
}

.newlatter .btn-primary {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #ef5a2a;
    color: #fff;
    padding: 13px 18px;
    border: none;
    font-size: 14px;
}

.newlatter h2 {
    color: #022540;
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Muli';
}

.newlatter .btn-primary:before {
    display: none;
}


/*-------- topheader end--------------*/


/*---------headerlogo---------------------*/

.headerlogo {
    padding: 15px 0px;
    background: #fff;
    text-align: center;
}

.logo {
    width: 190px;
    float: left;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.addimg {
    width: 728px;
    height: 90px;
    display: inline-block;
}

.addimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*---------headerlogo end---------------------*/


/*------------header CSS--------------*/

.wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-social-link {
    display: none;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul>li {
    border-right: 1px solid #eae9e9;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul>li:last-child {
    border-right: 0px solid #eae9e9;
}

#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li>a {
    font-family: 'Muli';
    padding: 10px 20px;
}

#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li:hover>a,
#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-ancestor>a,
#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.active>a {
    color: #ff7300;
}

#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu {
    border-top: 2px solid #ff7300;
}

#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase
}

#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li:hover>a,
#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.current-menu-ancestor>a,
#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.active>a,
.wpmm-woo-product-category ul li.cat-list a:hover,
.wpmm-woo-product-category.layout_2 ul li a:hover {
    color: #fff !important;
    background: #0d62a1;
}

.header_area.fix #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li>a {
    font-family: 'Muli';
    padding: 0px 15px;
}

.header_area.fix #wp-megamenu-primary {
    margin-top: 10px;
}

.header_area {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 91;
    right: 0;
    margin: auto;
    box-sizing: border-box;
    padding: 0px 0px;
    border-bottom: 1px solid #eae9e9;
    border-top: 1px solid #eae9e9;
    background-color: #fff;
}

.header_area .logo2 {
    display: none;
}

.header_area.fix .nav-menu {
    width: 100%;
}

.header_area .logobox {
    float: left;
    margin: 5px 0;
    width: 144px;
}

.header_area .logobox img {
    width: 100%;
    object-fit: cover;
}

.header_area .header_area_right {
    float: right;
    margin-top: 8px;
}

.header_area_right .header_search_box {
    padding: 25px 0 0;
    text-align: right;
}

.header_area_right .header_search_box ul.list {
    padding: 0 0;
    margin: 0 25px 0 0;
    display: inline-block;
}

.header_area_right .header_search_box ul.list li {
    list-style: none;
    padding: 0 0;
    margin: 0 15px 0 0;
    display: inline-block;
}

.header_area_right .header_search_box ul.list li:last-child {
    margin: 0 0 0 0;
}

.header_area_right .header_search_box ul.list li a.search {
    position: relative;
}

.header_area_right .header_search_box ul.list li a.search .number {
    position: absolute;
    top: 0;
    right: -12px;
    width: 18px;
    height: 18px;
    background: #fad05a;
    box-sizing: border-box;
    border-radius: 50%;
    padding: 2px 2px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_area_right .header_search_box select.select_language {
    text-transform: capitalize;
    font-size: 15px;
    padding: 3px 3px;
    font-weight: 500;
    cursor: pointer;
    outline: none;
}

.menu {
    float: left;
}

.menu ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.menu ul li {
    display: inline-block;
    list-style-type: none;
    vertical-align: middle;
    position: relative;
    margin-left: 40px;
}

.menu ul li:first-child {
    margin-left: 0;
}

.menu ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    padding: 20px 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.menu ul li:hover a:after {
    width: 100%;
}

.menu ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -13px;
    width: 0;
    height: 2px;
    background-color: #fad05a;
    z-index: 1;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
}

.menu ul li.active a {
    color: #fad05a;
}

.menu ul li.active a:after {
    width: 100%;
}

.menu ul li:hover a {
    color: #fad05a;
}

.menu ul li:hover ul li:hover {
    background-color: #008e48;
}

.menu ul li:hover ul li a {
    color: #fff;
}

.menu ul li:hover ul li a:hover {
    color: #fff;
}

.menu ul li ul {
    width: 200px;
    display: none;
    position: absolute;
    top: 57px;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: left;
}

.menu ul li:last-child ul {
    width: 190px;
    display: none;
    position: absolute;
    top: 50px;
    left: auto;
    right: 0;
    z-index: 2;
    background-color: #132f70;
    text-align: left;
}

.menu ul li ul li a {
    font-size: 16px;
    text-transform: none;
}

.menu ul li ul li ul {
    top: 10px;
    left: 149px;
}

.menu ul li ul li span {
    right: 7px;
    top: 12px;
}

.menu ul li a:hover.menu ul li ul {
    display: block;
}

.menu ul li ul li {
    display: block;
    padding: 6px 15px;
    border-bottom: 1px dashed #ccc;
    border-right: none;
}

.menuButton {
    width: 35px;
    height: 35px;
    border: 0px solid #333;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 5px;
    float: right;
    display: none;
}

.menuButton span {
    width: 100%;
    height: 3px;
    background: #ed1c24;
    margin-bottom: 6px;
    float: left;
    transition: all 0.3s ease-in-out 0s;
}

.menuButton span:last-child {
    margin-bottom: 0;
}

.menu ul li:hover ul li a {
    color: #fff;
    border-bottom: none;
    padding-bottom: 5px;
}

.menu ul li ul li:last-child {
    border-bottom: none;
}

@media (min-width:992px) {
    .menu ul {
        display: block!important;
    }
    .menu ul li>ul {
        display: none!important;
    }
    .menu ul li:hover>ul {
        display: block!important;
    }
}

@media (max-width:991px) {
    .menuButton {
        display: block;
        margin-left: 15px;
        cursor: pointer;
    }
    .menu ul li span {
        background: url(../images/menu_arrow_hover.png) center center no-repeat;
        cursor: pointer;
        width: 15px;
        height: 15px;
        position: absolute;
        right: 15px;
        top: 20px;
        z-index: 99;
    }
    .menu ul li:hover span {
        background: url(../images/menu_arrow_hover.png) center center no-repeat;
    }
    .arrow_change span:nth-child(2) {
        display: none;
    }
    .arrow_change span:first-child {
        position: relative;
        top: 9px;
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    .arrow_change span:last-child {
        position: relative;
        top: 1px;
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    .menuBar {
        padding: 15px 0;
    }
    .menu {
        padding: 10px 0;
    }
    .menu ul {
        display: none;
        background-color: #fff;
        position: absolute;
        top: 45px;
        left: 0;
        width: 100%;
        z-index: 99;
    }
    .menu ul li a {
        color: #fff;
        display: block;
        width: 100%;
        font-size: 20px;
    }
    .menu ul li ul {
        display: none;
        background-color: rgba(0.0.0.0.7);
        position: relative;
        top: 5px;
        left: 0;
        width: 100%;
        z-index: 1;
    }
    .menu ul li:last-child ul {
        display: none;
        background-color: #3958a1;
        position: relative;
        top: 5px;
        left: 0;
        width: 100%;
        z-index: 1;
    }
    .menu ul li {
        display: block;
        padding: 8px 15px 8px 40px;
        border-top: 1px solid #ccc;
        text-align: left;
        position: relative;
    }
    .menu ul li span {
        position: absolute;
        right: 15px;
        top: 14px;
        z-index: 99;
        cursor: pointer;
    }
    .menu ul li ul li ul {
        top: 0;
        left: 0;
    }
    .menu ul li ul li a {
        font-size: 16px;
        text-transform: none;
        background-color: transparent;
        padding: 10px 15px;
    }
}

@media screen and (min-width: 320px) {
    .header_area.fix {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 99;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        min-height: auto;
        background: #fff;
        padding: 10px 0px;
        border: none;
        box-shadow: 0px 0px 10px 0px #ddd;
    }
    .header_area.fix .logobox {
        max-width: 144px;
        margin: 2px 0;
    }
    .header_area.fix .logobox img {
        max-width: 100%;
        height: auto;
    }
    .header_area.fix .menu ul li a:after {
        bottom: -10px;
    }
    .header_area.fix .header_area_right ul {}
    .header_area.fix .menu ul li a {}
    @-webkit-keyframes fadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    @keyframes fadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }
        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    .header_area.fix .header_area_right .header_search_box {
        display: none;
    }
    .header_area.fix .logo2 {
        display: inline-block;
        width: 80px;
    }
    .header_area.fix .header_right {
        float: right;
    }
}


/*-----------banner start-------------*/

.banner {
    margin-top: 45px;
}

.story_video {
    height: 500px;
    box-sizing: border-box;
    position: relative;
}

.airport_area .story_video {
    height: auto;
    margin-bottom: 8px;
}

.story_video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 9;
    transition: 0.5s;
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) ranslateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: #8dc73f;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: #8dc73f;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: darken(#0098db, 10%);
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 23px solid #fff;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    top: 6px;
    left: 7px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.bantxt {
    max-width: 880px;
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: 0px;
    z-index: 9;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 70px;
}

.bantxt h6 {
    color: #ef5a2a;
    text-transform: uppercase;
}

.bantxt h4 {
    color: #161616;
    font-size: 35px;
}


/* ------------ banner end ----------*/


/*------ footer area start -----*/

.footer_area {
    background-image: url(../images/footerbg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer_area .copyright {
    padding: 25px 0px;
    text-align: center;
}

.footer_area .copyright p {
    margin: 0 0 0;
    font-size: 15px;
    color: #b7b7b7;
}

.footer_area .copyright p a {
    color: #ef5a2a;
}

.footer_area .copyright p a:hover {
    text-decoration: underline;
}

.footer_area .footer_body {
    padding: 50px 0px;
    border-top: 5px solid #ef5a2a;
}

.footer_body .footer {}

.footer_body .footer p {
    color: #d3d3d3;
    font-size: 14px;
    font-style: italic;
    width: 75%;
}

.footer_body .footer .footer_logo {
    width: 141px;
    margin: 0 0 20px;
}

.footer_body .footer .footer_logo img {
    width: 100%;
    object-fit: cover;
}

.footer_body .footer h3 {
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 20px;
}

.footer_body .footer h3 strong {
    font-weight: 400;
    color: #ef5a2a;
}

.footer_body .footer ul.link {
    padding: 0 0;
    margin: 0 0;
    list-style: none;
}

.footer_body .footer ul.link li {
    padding: 0 0;
    margin: 0 0 8px;
    list-style: none;
}

.footer_body .footer ul.link li a {
    color: #e8e8e8;
    font-size: 16px;
    text-transform: capitalize;
}

.footer_area .footer_social_link {
    position: relative;
    text-align: center;
}


/*
.footer_area .footer_social_link:before{
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: url(../images/sape1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.2;
}
*/

.footer_area .footer_social_link::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    width: 46%;
    height: 1px;
    opacity: 0.2;
    background: #65686c;
}

.footer_area .footer_social_link::after {
    content: '';
    position: absolute;
    top: 16px;
    right: 0;
    width: 46%;
    height: 1px;
    opacity: 0.2;
    background: #65686c;
}

.footer_area .footer_social_link ul.footer_social {
    display: inline-block;
    margin: 0 0 0;
    padding: 0 0;
}

.footer_area .footer_social_link ul.footer_social li {
    display: inline-block;
    padding: 0 0;
    margin: 0 2px 0 0;
    list-style: none;
}

.footer_area .footer_social_link ul.footer_social li:last-child {
    margin: 0 0 0 0;
}

.footer_area .footer_social_link ul.footer_social li a {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #3f454d;
    color: #ffffff;
    font-size: 14px;
    transition: 0.5s;
}

.footer_area .footer_social_link ul.footer_social li a:hover {
    background: #ef5a2a;
}


/*------ footer area stop -----*/


/*---------- add area start ---------*/

.add_area {
    padding: 20px 0;
}

.add_area .add_body {
    width: 100%;
    max-width: 728px;
    height: 90px;
    margin: 0 auto;
}

.add_area .add_body img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*---------- add area stop ---------*/


/*--------- entertainment area start --------*/

.entertainmentBox {
    height: 260px;
    overflow: hidden;
    position: relative;
    margin: 0 0 30px;
    transition: all .3s ease-in-out;
}

.entertainmentBox:after {
    content: "";
    position: absolute;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.3337710084033614) 50%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 56%;
    top: auto;
    left: 0;
    z-index: 1;
    bottom: 0;
}

.entertainmentBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    position: relative;
    z-index: 0;
    transition: all .3s ease-in-out;
}

.entertainmentBox:hover img {
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}

.entertainmentBox .containBox {
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    height: 20%;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    z-index: 2;
    bottom: 0;
}

.entertainmentBox .containBox a.link {
    color: #ffffff;
    font-size: 17px;
    line-height: 25px;
    display: block;
    margin: 0 0 10px;
}

.entertainmentBox .containBox a.link:hover {
    text-decoration: underline;
}

.entertainmentBox .containBox p {
    margin: 0 0 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
}

.entertainmentBox .containBox .tag {
    display: inline-block;
    margin: 0 0 8px;
    padding: 4px 5px;
    text-transform: uppercase;
    background: #ef5a2a;
    color: #ffffff;
    font-size: 9px;
    vertical-align: top;
    border-radius: 2px;
}

.entertainment_area {
    margin: 0 0 35px;
}

.entertainment_area h3.h3 strong {
    position: relative;
}

.entertainment_area h3.h3 strong::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 15px solid #ef5a2a;
    right: -15px;
    top: 0px;
}


/*--------- entertainment area stop --------*/


/*---------- traveltech area start ----------*/

.traveltech_area {}

.traveltech_area h4.h4 strong {
    position: relative;
}

.traveltech_area h4.h4 strong::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 15px solid #8dc73f;
    right: -15px;
    top: 0px;
}

.traveltechBox {
    border: 1px solid #e5e5e5;
    padding: 15px 15px;
    transition: all .3s ease-in-out;
}

.traveltechBox:hover img {
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}

.traveltechBox .img_box {
    height: 165px;
    overflow: hidden;
    margin: 0 0 20px;
}

.traveltechBox .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.ltag {
    position: absolute;
    bottom: 0px;
    padding: 5px 5px;
}

.traveltechBox .tag {
    display: inline-block;
    margin: 0 0 8px;
    padding: 4px 5px;
    text-transform: uppercase;
    background: #6eaa1e;
    color: #ffffff;
    font-size: 9px;
    border-radius: 2px;
}

.traveltechBox a.link {
    color: #000000;
    font-size: 16px;
    display: block;
    line-height: 23px;
    margin: 0 0 10px;
}

.traveltechBox a.link:hover {
    text-decoration: underline;
}

.traveltechBox p {
    color: #5f5f5f;
    font-size: 13px;
    font-family: 'MuliLight';
}


/*---------- traveltech area stop ----------*/


/*--------- latest post area start -----------*/

.latest_post_area {}

.latest_post_area h5.h5 strong {
    position: relative;
}

.latest_post_area h5.h5 strong::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 15px solid #0765ac;
    right: -15px;
    top: 0px;
}

.latest_post_box {
    margin: 0 0 30px;
    transition: all .3s ease-in-out;
}

.latest_post_box .imgBox {
    height: 125px;
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
    padding: 2px;
    border-radius: 3px;
    margin: 0 0 10px;
    transition: all .3s ease-in-out;
}

.latest_post_box .imgBox img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.latest_post_box:hover .imgBox img {
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}

.latest_post_box a.link {
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    display: block;
}

.latest_post_box a.link:hover {
    text-decoration: underline;
}

.latest_post_box .imgBox .tag {
    padding: 4px 5px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 9px;
    display: inline-block;
    margin-bottom: 4px;
    vertical-align: top;
    border-radius: 2px;
}

.dtag {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0px 5px;
}

.bg1 {
    background: #ef5a2a;
}

.bg2 {
    background: #6eaa1e;
}

.bg3 {
    background: #0765ac;
}

.bg4 {
    background: #4f4f50;
}


/*--------- latest post area stop -----------*/


/*--------- add area2 start ---------*/

.add_area2 {
    padding-top: 30px;
}

.add_area2 .add_body {
    width: 100%;
    max-width: 300px;
    height: 250px;
    margin: 0 auto;
}

.add_area2 .add_body img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*--------- add area2 stop ---------*/


/*--------- meeting and event area start -----------*/

.meeting_and_event_area {
    padding: 30px 0px;
}

.meeting_and_event_area h5.h5 strong {
    position: relative;
}

.meeting_and_event_area h5.h5 strong::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 15px solid #0765ac;
    right: -15px;
    top: 0px;
}

.meeting_and_event_box {
    transition: all .3s ease-in-out
}

.meeting_and_event_box .img_box {
    height: 250px;
    overflow: hidden;
    transition: all .3s ease-in-out
}

.meeting_and_event_box .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out
}

.meeting_and_event_box:hover .img_box img {
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}

.meeting_and_event_box .containBox {
    width: 100%;
    max-width: 330px;
    position: relative;
    z-index: 1;
    padding: 25px 10px;
    text-align: center;
    background: #ffffff;
    margin: -80px auto 0;
}

.meeting_and_event_box .containBox a.link {
    display: block;
    margin: 0 0 5px;
    color: #000000;
    font-size: 17px;
    line-height: 25px;
}

.meeting_and_event_box .containBox a.link:hover {
    text-decoration: underline;
}

.meeting_and_event_box .containBox p {
    color: #5f5f5f;
    font-size: 13px;
    font-weight: 300;
    margin: 0 0 0;
}

.meeting_and_event_box .containBox .tag {
    display: inline-block;
    color: #ffffff;
    font-size: 9px;
    text-transform: uppercase;
    background: #0765ac;
    padding: 4px 5px;
    margin: 0 0 8px;
    border-radius: 2px;
}

.meeting_and_event_carousel {
    position: relative;
}

.meeting_and_event_carousel .owl-nav {
    position: absolute;
    top: -65px;
    right: 0;
}

.meeting_and_event_carousel .owl-nav .owl-prev,
.meeting_and_event_carousel .owl-nav .owl-next {
    border: 1px solid #cfcfcf !important;
    width: 21px;
    height: 21px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin-right: 5px;
    position: relative;
}

.meeting_and_event_carousel .owl-nav .owl-prev:after {
    content: "\f2fa";
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #000000;
    font-size: 13px;
}

.meeting_and_event_carousel .owl-nav .owl-next:after {
    content: "\f2fb";
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #000000;
    font-size: 13px;
}

.meeting_and_event_carousel .owl-nav .owl-next:hover,
.meeting_and_event_carousel .owl-nav .owl-prev:hover {
    background: #0765ac !important;
    border-color: #0765ac !important;
    color: #fff !important;
}

.meeting_and_event_carousel .owl-nav .owl-prev:hover:after,
.meeting_and_event_carousel .owl-nav .owl-next:hover:after {
    color: #fff !important;
}

.airport_area h1{font-size: 28px;margin: 15px 0px;font-weight: 600;}
.airport_area h2, .airport_area h3{font-size: 25px;margin: 0px 0px 10px 0px;font-weight: 400;}

/*--------- meeting and event area stop -----------*/


/*------- airport area start --------*/

.airport_area {
    position: relative;
}

.airport_area h4.h4 strong {
    position: relative;
}

.airport_area h4.h4 strong::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 15px solid #8dc73f;
    right: -15px;
    top: 0px;
}

.airport_area::before {
    content: '';
    position: absolute;
    top: 0;
    right: -25px;
    width: 1px;
    height: 100%;
    background: #d9d9d9;
}

.airport_box {
    margin: 0 0 30px;
    transition: all .3s ease-in-out
}

.airport_box .imgBox {
    height: 250px;
    position: relative;
    margin: 0 0 15px;
    overflow: hidden;
    border-radius: 3px;
}

.airport_box .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.airport_box:hover .imgBox img {
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}

.htag {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0px 5px;
}

.airport_box .imgBox .tag {
    text-transform: uppercase;
    color: #ffffff;
    background: #6eaa1e;
    font-size: 10px;
    font-weight: 400;
    padding: 4px 5px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
    border-radius: 2px;
}

.airport_box .containBox {}

.airport_box .containBox a.link {
    display: block;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Muli', serif;
    margin: 0 0 12px;
    line-height: 27px;
}

.airport_box .containBox .tag {
    display: inline-block;
    color: #ffffff;
    font-size: 9px;
    font-weight: 400;
    padding: 4px 5px;
    text-transform: uppercase;
    margin: 0 0 5px;
    background: #6eaa1e;
    border-radius: 2px;
}

.airport_box .containBox a.link:hover {
    text-decoration: underline;
}

.airport_box .containBox p {
    font-size: 15px;
    color: #333;
}

.airport_box .containBox p a {
    color: #197cc0;
    transition: 0.5s;
}

.airport_box .containBox p a:hover {
    color: #000000;
}

.airport_box .containBox small {
    margin: 0 0 5px;
    color: #5f5f5f;
    font-size: 13px;
    font-weight: 300;
    display: block;
}

.airport_carousel {
    position: relative;
}

.airport_carousel .owl-nav {
    position: absolute;
    top: -65px;
    right: 0;
}

.airport_carousel .owl-nav .owl-prev,
.airport_carousel .owl-nav .owl-next {
    border: 1px solid #cfcfcf !important;
    width: 21px;
    height: 21px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin-right: 5px;
    position: relative;
}

.airport_carousel .owl-nav .owl-prev:after {
    content: "\f2fa";
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #000000;
    font-size: 13px;
}

.airport_carousel .owl-nav .owl-next:after {
    content: "\f2fb";
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #000000;
    font-size: 13px;
}

.airport_carousel .owl-nav .owl-next {
    background: #c6e39f !important;
    border-color: #c6e39f !important;
    margin-right: 0px;
}


/*------- airport area stop --------*/


/*-------- most popular area start ---------*/

.most_popular_area {
    position: relative;
}

.most_popular_area h6.h6 strong {
    position: relative;
}

.most_popular_area h6.h6 strong::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 15px solid #4f4f50;
    right: -15px;
    top: 0px;
}

.most_popular_area:before {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    width: 1px;
    height: 100%;
    /*background: #d9d9d9;*/
}

.mostpopularbox {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 150px;
    min-height: 105px;
    margin: 0 0 20px;
    transition: all .3s ease-in-out;
}

.mostpopularbox:hover .imgBox img {
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}

.mostpopularbox .imgBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 134px;
    height: 105px;
    overflow: hidden;
    border: 1px solid #eee;
    padding: 2px;
    border-radius: 3px;
    transition: all .3s ease-in-out;
}

.mostpopularbox .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
    transition: all .3s ease-in-out
}

.mostpopularbox a.link {
    display: block;
    color: #000000;
}

.mostpopularbox .tag {
    display: inline-block;
    color: #ffffff;
    font-size: 9px;
    font-weight: 400;
    padding: 4px 5px;
    text-transform: uppercase;
    margin: 0 0 5px;
    border-radius: 2px;
}

.mostpopular_carousel {
    position: relative;
}

.mostpopular_carousel .owl-nav {
    position: absolute;
    top: -65px;
    right: 0;
}

.mostpopular_carousel .owl-nav .owl-prev,
.mostpopular_carousel .owl-nav .owl-next {
    border: 1px solid #cfcfcf !important;
    width: 21px;
    height: 21px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin-right: 5px;
    position: relative;
}

.mostpopular_carousel .owl-nav .owl-prev:after {
    content: "\f2fa";
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #000000;
    font-size: 13px;
}

.mostpopular_carousel .owl-nav .owl-next:after {
    content: "\f2fb";
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #000000;
    font-size: 13px;
}

.mostpopular_carousel .owl-nav .owl-next {
    border-color: #a7a7a7 !important;
    margin-right: 0px;
}

.mostpopular_carousel .owl-nav .owl-next:hover,
.mostpopular_carousel .owl-nav .owl-prev:hover {
    background: #4f4f50 !important;
    border-color: #4f4f50 !important;
    color: #fff !important;
}

.mostpopular_carousel .owl-nav .owl-prev:hover:after,
.mostpopular_carousel .owl-nav .owl-next:hover:after {
    color: #fff !important;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}


/*-------- most popular area stop ---------*/


/*-------- video area start --------*/


/*.video_area{
    padding: 90px 0px;
    background-image: url(../images/videobg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}*/

.video_area h4.h4 {
    color: #ffffff;
}

.video_area .video_box {
    height: 580px;
    overflow: hidden;
    position: relative;
}

.video_area .video_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
}

.video_area .video_box .box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-main {
    position: relative;
    display: inline-block;
}

.video {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #fff;
    display: inline-block;
    background: #ffffff;
    z-index: 999;
    position: relative;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.fa-play:before {
    content: "\f04b";
}

.waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -50px;
    bottom: -50px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
    z-index: 1;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.video i {
    color: #2879b7;
}


/*-------- video area stop --------*/


/*------ airlines area start ------*/

.airlines_area {}

.airlines_area h3.h3 strong {
    position: relative;
}

.airlines_area h3.h3 strong::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 15px solid #ef5a2a;
    right: -15px;
    top: 0px;
}

.airlines_box {
    margin: 0 0 30px;
}

.airlines_box .imgBox {
    height: 180px;
    overflow: hidden;
    position: relative;
    margin: 0 0 10px;
    border-radius: 3px;
    transition: all .3s ease-in-out
}

.airlines_box .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out
}

.airlines_box:hover img {
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}

.airlines_box a.link {
    color: #000000;
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 10px;
    display: block;
}

.airlines_box a.link:hover {
    text-decoration: underline;
}

.atag {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0px 5px;
}

.airlines_box .imgBox .tag {
    padding: 4px 5px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 9px;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 2px;
}

.airlines_box p {
    margin: 0 0;
    color: #5f5f5f;
    font-size: 13px;
}

.airlines_carousel {
    position: relative;
}

.airlines_carousel .owl-nav {
    position: absolute;
    top: -65px;
    right: 0;
}

.airlines_carousel .owl-nav .owl-prev,
.airlines_carousel .owl-nav .owl-next {
    border: 1px solid #cfcfcf !important;
    width: 21px;
    height: 21px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin-right: 5px;
    position: relative;
}

.airlines_carousel .owl-nav .owl-prev:after {
    content: "\f2fa";
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #000000;
    font-size: 13px;
}

.airlines_carousel .owl-nav .owl-next:after {
    content: "\f2fb";
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #000000;
    font-size: 13px;
}

.airlines_carousel .owl-nav .owl-next:hover,
.airlines_carousel .owl-nav .owl-prev:hover {
    background: #ef5a2a !important;
    border-color: #ef5a2a !important;
    color: #fff !important;
}

.airlines_carousel .owl-nav .owl-prev:hover:after,
.airlines_carousel .owl-nav .owl-next:hover:after {
    color: #fff !important;
}


/*------ airlines area stop ------*/


/*------------ hotel area start ----------*/

.hotel_area {}

.hotel_area h4.h4 strong {
    position: relative;
}

.hotel_area h4.h4 strong::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 15px solid #8dc73f;
    right: -15px;
    top: 0px;
}

.airport_box.hotel_box .containBox p a {
    color: #467506;
    transition: 0.5s;
}

.airport_box.hotel_box .containBox small {
    color: #6eaa1e;
}

.mostpopularbox.hotelBox2 .imgBox {
    width: 158px;
    height: 140px;
    overflow: hidden;
    padding: 5px;
    transition: all .3s ease-in-out;
}

.mostpopularbox.hotelBox2 a.link {
    color: #000000;
    font-size: 16px;
    margin: 0 0 6px;
    line-height: 20px;
}

.mostpopularbox.hotelBox2 {
    padding: 10px 0px 10px 180px;
    min-height: 140px;
    margin: 0 0 30px;
    box-shadow: 0px 0px 10px #d7d5d5;
    border-radius: 5px;
    transition: all .3s ease-in-out
}

.mostpopularbox.hotelBox2 p {
    margin: 0 0;
    color: #5f5f5f;
    font-size: 13px;
}

.hotelBox2 {
    transition: all .3s ease-in-out
}

.hotelBox2:hover img {
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}


/*------------ hotel area stop ----------*/


/*--------- top news area start ----------*/

.top_news_area h6.h6 strong {
    position: relative;
}

.top_news_area h6.h6 strong::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 15px solid #4f4f50;
    right: -15px;
    top: 0px;
}

.top_news_box {
    height: 250px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    margin: 0 0 30px;
    transition: all .3s ease-in-out;
}

.top_news_box:after {
    content: "";
    position: absolute;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.3337710084033614) 50%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 60%;
    top: auto;
    left: 0;
    z-index: 1;
    bottom: 0;
}

.top_news_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
    transition: 0.5s;
}

.top_news_box:hover img {
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}

.top_news_box .containBox {
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    height: 20%;
    display: flex;
    align-items: flex-end;
    padding: 20px 20px;
    z-index: 2;
    bottom: 0;
}

.top_news_box .containBox a.link {
    display: block;
    color: #ffffff;
    font-size: 18px;
    margin: 0 0 8px;
    font-family: 'Muli', serif;
    line-height: 22px;
}

.top_news_box .containBox a.link:hover {
    text-decoration: underline;
}

.top_news_box .containBox p {
    color: #ffffff;
    font-size: 13px;
    margin: 0 0 0;
}

.top_news_box .containBox .tag {
    text-transform: uppercase;
    color: #ffffff;
    background: #1c1c1c;
    font-size: 10px;
    font-weight: 400;
    padding: 4px 5px;
    display: inline-block;
    margin: 0 0 5px;
    border-radius: 2px;
}


/*--------- top news area stop ----------*/


/*-------- lolylty area start --------*/

.lolylty_area {
    position: relative;
}

.lolylty_area:before {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    width: 1px;
    height: 100%;
    background: #d9d9d9;
}

.addBox3 {
    text-align: center;
    margin: 0 0 40px;
}

.addBox3 .img_box {
    width: 100%;
    max-width: 160px;
    height: 600px;
    overflow: hidden;
    margin: 0 auto 0;
}

.addBox3 .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lolylty_body {}

.lolylty_body h5.h5 strong {
    position: relative;
}

.lolylty_body h5.h5 strong::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 15px solid #0765ac;
    right: -15px;
    top: 0px;
}

.airlines_box.lolylty_box .imgBox {
    height: 125px;
}

.latest_post_main_area {
    position: relative;
}

.latest_post_main_area:before {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    width: 1px;
    height: 100%;
    background: #d9d9d9;
}


/*-------- lolylty area stop --------*/


/*-------------------Detail start----------------------*/

.add_img {
    /*width: 290px;height: 250px;*/
    margin: 70px auto;
    text-align: center;
}

.add_img img {
    height: 100%;
    object-fit: cover;
}

.detail {
    margin-top: 35px;
}

.detail .video-play-button::before,
.detail .video-play-button::after {
    width: 70px;
    height: 70px;
    background: #de572c;
}

.detail .video-play-button span {
    border-left: 15px solid #fff;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    top: 9px;
}

.addimg3 {
    width: 730px;
    height: 90px;
    margin: 25px auto 45px;
}

.addimg3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tag2 {
    display: inline-block;
    color: #fff;
    padding: 4px 8px 4px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 2px;
    vertical-align: top;
}

.detail h4 {
    font-size: 30px;
    margin: 20px 0px;
}
.airport_area ol{padding: 0px 0px 0px 15px;
margin: 0px 0px 15px;}
.airport_area ol li{list-style: disc;}

.detail ul.listnew {
    padding: 0px;
    margin: 0px 0px 15px;
}

.detail ul.listnew li {
    display: inline-block;
    list-style: none;
    border-right: 1px solid #212529;
    padding: 0px 10px;
    line-height: 21px;
}



.detail ul.listnew li:last-child {
    border-right: 0px;
}

.detail ul li span {
    color: #2190dc;
}

.detail ul li a {
    background: #d8deea;
    color: #3b5998;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    padding: 7px 0px;
    margin-left: 7px;
}

.detail ul li a i.fa-twitter {
    color: #55acee;
}

.detail ul li a i.fa-instagram {
    color: #c83dab;
}

.detail ul li a i.fa-pinterest-p {
    color: #cb2027;
}

.detail p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}

.detailimg {
    height: 220px;
}

.detimg {
    height: 450px;
}

.detailimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.submit {
    padding: 8px 35px 12px;
    text-transform: uppercase;
    background: #ef5a2a;
    color: #fff;
    font-size: 15px;
    border: 0px;
    cursor: pointer;
}

.submit:hover {
    background: #c53f13;
    transition: all .3s ease-in-out;
}

.airport_area img {
    height: auto !important;
    /*border: 1px solid #ddd;padding: 3px;border-radius: 3px;box-shadow: 0px 0px 15px 0px #ddd;*/
}


/*-------------------Detail stop----------------------*/


/*---------- review area start -----------*/

.reviewbg {
    margin-top: 50px;
}

.story_video.review_video {
    margin-bottom: 30px;
}

.story_video.review_video .video-play-button::before,
.story_video.review_video .video-play-button::after {
    background: #ef5a2a;
    width: 70px;
    height: 70px;
}

.review_video .video-play-button span {
    border-left: 15px solid #fff;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    top: 9px;
}

.story_video.review_video .video-play-button::after {
    opacity: 0.9;
}

.review_heading_area {
    margin: 0 0 30px;
}

.review_heading_area .heading_box {}

.review_heading_area .heading_box h1 {
    color: #000000;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 8px;
}

.review_heading_area .heading_box p {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0;
}

.review_heading_area .heading_box .tag_box {
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
    margin: 0 0 10px;
    background: #8ec63f;
    padding: 5px 10px;
}

.review_heading_area .review_box {}

.review_heading_area .review_box .review {
    background: #58ac00;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.review_heading_area .review_box .review i {
    font-size: 10px;
    margin-left: 5px;
}

.review_heading_area .review_box p {
    margin: 5px 0 0;
    color: #000000;
    font-size: 12px;
    text-align: center;
}

.review_box_two {
    padding: 20px 0px;
    border-top: 1px solid #cccccc;
}

.review_box_two h3 {
    margin: 0 0 20px;
    color: #000000;
    font-size: 22px;
    font-family: 'Muli';
}

.review_box_two .ratingBox {}

.review_box_two .ratingBox h5 {
    font-family: 'Muli';
    color: #000000;
    font-size: 30px;
    margin: 0 0 5px;
}

.review_box_two .ratingBox .star {
    margin: 0 0 5px;
    color: #ef5a2a;
    font-size: 15px;
    letter-spacing: 1px;
}

.review_box_two .ratingBox p {
    margin: 0 0 0;
    color: #000000;
    font-size: 14px;
}

.review_box_two .ratingBoxTWO {}

.review_box_two .ratingBoxTWO h4 {
    color: #065c9e;
    font-size: 24px;
    font-family: 'Muli';
    margin: 0 0 10px;
}

.review_box_two .ratingBoxTWO ul.list {
    padding: 0 0;
    margin: 0 0;
}

.review_box_two .ratingBoxTWO ul.list li {
    display: inline-block;
    margin: 0 20px 0 0;
    color: #000000;
    font-size: 18px;
}

.review_box_two .ratingBoxTWO ul.list li:last-child {
    margin: 0 0 0 0;
}

.review_box_two .ratingBoxTWO ul.list li .number {
    display: inline-block;
    margin-right: 8px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #ef5a2a;
    font-size: 16px;
    box-shadow: 1px 2px 5px rgb(215, 215, 215);
    text-align: center;
    line-height: 43px;
}

.review_box_two ul.lineBOX {
    padding: 0 0;
    margin: 0 0 0;
    list-style: none;
    width: 100%;
}

.review_box_two ul.lineBOX li {
    padding: 0 0;
    margin: 0 0 10px;
    display: block;
    line-height: 20px;
    border-right: 0px solid #212529;
}

.review_box_two ul.lineBOX li a {
    color: #0765ac;
}

.review_box_two ul.lineBOX li a:hover {
    text-decoration: underline;
}

.faq-section .mb-0>a {
    display: block;
    position: relative;
}

.faq-section .mb-0>a:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0;
    font-weight: 600;
}

.faq-section .mb-0>a[aria-expanded="true"]:after {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.review_box_two .card-header {
    background: #ebeff2;
    border-color: #ebeff2;
    padding: 0;
}

.review_box_two .card-body {
    padding: 1.25rem 0;
}

.review_box_two .card {
    border: none;
    margin: 0 0 15px;
}

.review_box_two .faq-section .mb-0>a {
    padding: 15px 20px;
    color: #000;
    font-family: 'Muli';
    text-transform: uppercase;
}

.review_box_two .faq-section .mb-0>a .number {
    display: inline-block;
    margin-right: 5px;
    color: #ef5a2a;
}

.review_box_two .faq-section .mb-0>a::after {
    right: 20px;
}

.descriptionReview {}

.descriptionReview .imgBox {
    height: 418px;
    overflow: hidden;
    margin: 0 0 15px;
}

.descriptionReview .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.descriptionReview .descriptionReviewcontainBox {}

.descriptionReview .descriptionReviewcontainBox p {
    color: #000000;
    font-size: 15px;
    margin: 0 0 10px;
}


/*---------- review area stop -----------*/

.modal-dialog {
    max-width: 411px;
}

.modal-body {
    padding: 0px;
}

.nzpop {
    background-image: linear-gradient(#fff, #fed7f8);
    padding-top: 10px;
}

.ntxt {
    padding: 0px 38px;
}

.nzpop h2 {
    color: #e82720;
    text-align: left;
    font-size: 35px;
}

.nzpop h2 span {
    text-align: right;
    display: block;
    color: #931dd5;
}

.nzpop p {
    font-size: 13px;
    color: #d11b14;
    line-height: 21px;
    margin: 15px 0px 25px;
}

.nzpop a {
    background: #931dd5;
    border-radius: 25px;
    text-align: center;
    padding: 8px 30px 11px;
    display: inline-block;
    font-size: 15px;
    transition: all .3s ease-in-out;
}

.nzpop a:hover {
    background: #931dd5;
    color: #fff;
    transition: all .3s ease-in-out;
}

.nzpop h6 {
    background: #e7cdf6;
    font-size: 10px;
    padding: 10px 9px;
    font-family: 'Muli';
    margin-top: 50px;
}

.close {
    opacity: 1;
}

.close span {
    opacity: 10;
    font-size: 21px;
    color: #fff;
    background: #f23b00;
    text-align: center;
    padding: 0px 0px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: block;
    position: relative;
    top: -5px;
    right: -5px;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: 1;
}

#respond {
    max-width: 560px;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    margin: 15px 0 0 0;
}

#comments label {
    display: block;
    margin-bottom: 0.5rem;
}

#comments textarea {
    overflow: auto;
    resize: none;
    height: 99px!important;
    border-radius: 0px;
    border: 1px solid rgb(0 0 0 / 22%);
    width: 100%;
    background: #fff;
}

#comments input {
    border-radius: 0;
    border: 1px solid #253441;
    padding: 6px 24px 8px;
    background: #253441 !important;
    /* margin-top: -20px; */
    font-size: 14px;
}

.comment-form-cookies-consent input {
    width: initial !important;
    height: initial !important;
}

.comment-form-cookies-consent label {
    display: inline-block !important;
    font-size: 14px;
}

.form-submit .submit {
    background: #ef5a2a !important;
}

.video_area {
    padding: 20px 0px;
}

.videoleft {
    position: relative;
}

.videoleft h4.h4 strong {
    position: relative;
}

.videoleft h4.h4 strong::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 15px solid #8dc73f;
    right: -15px;
    top: 0px;
}

.videoleft:after {
    content: '';
    position: absolute;
    top: 0;
    right: -15px;
    width: 1px;
    height: 100%;
    background: #d9d9d9;
}

.lolylty_body h4 {
    font-size: 20px;
    margin-bottom: 35px;
    line-height: 30px;
}

.lolylty_body .form-check {
    margin-bottom: 25px;
}

.voter {
    background: #0765ac;
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    width: 140px;
    margin: 20px auto;
}

.listing .imgBox {
    width: 300px;
    height: 200px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .3s ease-in-out;
}

.listing .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.listing:hover img {
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}

.listing {
    padding-left: 330px;
    min-height: 200px;
    margin: 0 0 30px;
    position: relative;
}

.tag5 {
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 9px;
    margin: 0 0 10px;
    background: #8ec63f;
    padding: 4px 5px;
}

.listing .link {
    display: block;
    color: #000;
    font-size: 23px;
}

.listing p {
    font-size: 15px;
    margin: 7px 0px 15px;
    line-height: 22px;
    color: #484848;
}

.videoarea {
    height: 490px;
}

#bgvid {
    position: absolute;
    padding: 0;
    margin: 0;
    -webkit-user-select: none;
    background: #000;
    width: 100%;
    overflow: hidden;
}

.page-numbers {
    background: #065490;
    border-radius: 50%;
    padding: 2px 10px;
    vertical-align: top;
    text-align: center;
    margin: 0px 1px;
    color: #fff;
    line-height: 27px;
}

.next,
.prev {
    background: #fff;
    border-radius: 0%;
    padding: 2px 10px;
    color: #065490;
}

.next:hover,
.prev:hover {
    background: #fff !important;
    border-radius: 0%;
    padding: 2px 10px;
    color: #065490 !important;
}

.current,
.page-numbers:hover {
    background: #ef5a2a;
    border-radius: 50%;
    padding: 2px 10px;
    vertical-align: top;
    text-align: center;
    margin: 0px 1px;
    color: #fff;
    line-height: 27px;
}

ul.rental-car {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

ul.rental-car li {
    display: block;
}

.detail ul.rental-car li a {
    background: none;
    color: #3b5998;
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: left;
    border-radius: 0;
    font-size: 16px;
    padding: 7px 0px;
    margin-left: 7px;
}

.reg {
    margin-top: 100px;
    text-align: center;
}

.reg h1 {
    margin-bottom: 30px;
    color: #023256;
    text-transform: capitalize;
}

.ur-frontend-form {
    margin-bottom: 60px;
    border: 1px solid #dee0e9;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
}

.reg .entry-content {
    /*max-width: 600px;*/
    width: 100%;
    margin: 0 auto;
    background: #f0f0f0;
    box-shadow: 6px 6px 20px 0px #e6e6e6;
}

.ur-frontend-form .ur-form-row .ur-form-grid label {
    width: 100%;
    text-align: left;
}

.ur-form-row span.input-wrapper {
    width: 100%;
}

.field-user_login,
.field-user_email,
.field-user_pass {
    margin-bottom: 0px !important;
}

#user_login,
#user_email,
#user_pass,
#user_confirm_password,
#username,
#password {
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 0px;
    padding: 6px 12px 10px !important;
}

.ur-frontend-form .ur-button-container .ur-submit-button {
    margin-left: 0px;
    text-transform: uppercase;
    color: #ffffff;
    background: #6eaa1e;
}

.ur-frontend-form .ur-button-container .ur-submit-button:hover,
.user-registration-Button:hover {
    background: #000;
}

.ur-frontend-form .ur-button-container .ur-submit-button::before {
    display: none;
}

.ur-frontend-form.login {
    padding: 35px 25px;
}

.user-registration-Button {
    text-transform: uppercase;
    color: #ffffff;
    background: #6eaa1e;
    margin-top: 15px;
}

.airport_area .size-full {
    height: auto !important;
    position: relative;
}

.wp-block-image figcaption {
    position: relative;
    bottom: 0px;
    color: #5c5c5c;
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
}

.airport_area .size-full {
    width: initial !important;
    margin: 0 auto;
}

.modal .modal-body.newlatter .btn-primary {
    position: relative;
}

.wpcf7-form-control {
    width: 100%;
    height: 38px;
    padding: 5px 15px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #acabab;
}

textarea {
    height: 125px !important;
    resize: none;
}

.wpcf7-form {
    margin-top: 25px;
}

.Send {
    display: inline-block;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    padding: 8px 60px 10px;
    text-transform: uppercase;
    margin: 0 0 5px;
    border-radius: 2px;
    background: #6eaa1e;
    width: initial;
    height: initial;
    border: 1px solid #6eaa1e;
    cursor: pointer;
}

.main_area1 {
    padding: 40px 0px;
    margin-top: 60px;
    text-align: left;
}


.airport_area .size-large {
    flex-direction: column;
}

.mostpopularbox1 .elite_vp_effect1{box-shadow:none;}
.airport_area h3 a {
    color: #000000;
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
.pagevideolist{
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
.pagevideolist:hover{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
	box-shadow:0 2px 5px 0 rgb(0 0 0 / 16%), 0 3px 6px 0 rgb(0 0 0 / 20%);
}
.pagevideolist h3{
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
.pagevideolist:hover h3{
	padding: 0 15px 15px;
}

.airport_area.videopagearea {
    max-width: 96%;
    margin: auto;
    min-height: 440px;
}
.review_heading_area .heading_box h1 {
    color: #000000;
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 8px;
}

.videopagearea {
    max-width: 1200px;
    margin: auto;
    padding: 30px 0;
}

.category_videoarea {
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 9%);
    margin-bottom: 30px;
}
.category_videoarea h4 {
    border-bottom: 1px  rgb(0 0 0 / 4%) solid;
    box-sizing: border-box;
    padding: 12px 15px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    background-color: #0767b0;
    color: #fff;
}
.category_videoarea .categoryvideo_body {
    box-sizing: border-box;
    padding: 24px;
}

.video_thumbleb {
    background: #fff;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom:15px;
    border: 1px solid rgb(0 0 0 / 5%);
}
.video_thumbleb .elite_vp_effect1 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.video_thumbleb h3 {
    font-size: 18px;
    box-sizing: border-box;
    padding: 9px 8px;
    line-height: 20px;
    font-weight: 300;
}
.video_thumbleb.big {
    background-color: #fce0d757;
    min-height: 494px;
}
.video_thumbleb.big h3 {
    font-size: 26px;
    box-sizing: border-box;
    padding: 22px 8px;
    line-height: 32px;
    font-weight: 600;
}
.video_thumbleb h3 a {
    color: #000;
}