/* Custom CSS */

:root {
    --yellow-color:#febb02;
}

.bg-yellow{
    background-color: var(--yellow-color) !important;
}

.f28 {
    font-size: 28px !important;
}

.btn-theme-dark {
    background-color: #E82930;
    border-color: #E82930;
}

.car-big-card .car-details .price,
.tabs.awesome-sub li {
    background-color: #212121;
    color: #FDFDFD;
}

.btn-theme-light {

    background-color: #E82930;
    border-color: #E82930;
    color: #FDFDFD;
}

.aboutValues .fa {
    font-size: 32px;
    color: #E82930;
    padding: 10px 0px;
}


/*Junaid CSS*/
p.custom_p {
    margin-bottom: 0px;
}

/*book page images section*/
.custom_imgset {
    float: left;
    height: 250px !important;
    object-fit: cover !important;
}

/*homagepage slider section*/
.home_slide_img {
    height: 225px !important;
    width: 335px !important;
    object-fit: cover;
}

/*For Blog page Blog Image*/
.post-media img {
    max-width: 100%;
    width: 100%;
    height: 350px !important;
    object-fit: cover;
}


/*Footer New section*/
.jk_title {
    font-weight: 900;
    text-transform: uppercase;
    color: #14181c;
    font-size: 14px;
}



/*homagepage blog section*/
.custom_media {
    float: left;
    height: 570px;
    object-fit: cover;
}

/*For mobile*/
@media (max-width: 580px) {
    .custom_media {
        float: left;
        height: 300px !important;
        object-fit: cover;
    }

    .search-box-banner .column-group-main {
        max-width: 100% !important;
    }

    .backimg {
        width: 328px;
    }
}




.lead {
    font-size: 16px;
}


/* services home */
.buttoncus {
    padding: 12px 20px;
    border-radius: 7px;
    color: white !important;
    background: black;
}

.buttoncus:hover {
    padding: 12px 20px;
    border-radius: 7px;
    color: #E82930 !important;
    background: white;
}

.h_service_boxes {
    position: relative;
}

.h_service_boxes1 {
    margin: 50px 90px;
}

.h_service_boxes {
    margin: 50px 0 0;
}

.h_service_box {
    background: #f4f3f3;
    padding: 40px 20px 20px 20px;
    border-radius: 12px;
    min-height: 240px;
    margin: 0 0 30px;
    text-align: center;
    transition-duration: .5s;
    box-shadow: 0 10px 15px rgb(0 0 0 / 12%);
}

.h_service_box:hover {
    /* transition: all .3s ease-in-out; */
    background: url(../assets/img/h-ser-img-hover.png);
    /* filter: hue-rotate(140deg); */
    background-repeat: no-repeat;
    background-size: cover;
}

.h_service_box:hover h3,
.h_service_box:hover p {
    color: #fff;
}

.h_service_box h3 {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
}

.h_service_box p {
    font-size: 14px;
    color: #000000;
}

.h_service_box .heading {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.h_ser_icon {
    height: 100px;
    align-items: center;
    display: grid;
    margin: auto;
}

.h_ser_icon img {
    margin: auto;
}


/*Above Subsribe*/
.h_service_boxes2 {
    margin: 60px 50px;
}

.img_cos {
    margin: 10px 30px 0px 30px;
}


/**/


.banner_main {
    background: url(../assets/img/phd-office-faroe.jpg);
    min-height: 430px;
    /* display: flex; */
    /* align-items: center;*/
    /* justify-content: center; */
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 70px 0 0px;
}

.banner_box h1 {
    font-size: 28px;
    color: white;
    font-weight: 700;
}

.banner_box p {
    color: white;
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0 20px;
    line-height: 28px;
}

.custom_addspace {
    margin-top: 45px;
    margin-bottom: 45px;
}

.backimg {
    width: 500px;
}



/*Airpott guest house page*/

.tg-sectionspace {
    padding: 80px 0;
}

.tg-haslayout {
    width: 100%;
    float: left;
}

.tg-shortcode,
.tg-shortcodetext,
.tg-shortcodeimg {
    width: 100%;
    float: left;
}

.tg-verticalmiddle {
    margin: 0 -1px;
    float: none !important;
    display: inline-block;
    vertical-align: middle;
}

.tg-heading {
    width: 100%;
    float: left;
    position: relative;
    padding: 30px 0 25px;
}

.tg-heading:before {
    width: 100px;
    background: #f7f7f7;
}

.tg-heading:before,
.tg-heading:after {
    top: 0;
    left: 0;
    height: 2px;
    content: '';
    position: absolute;
}

.tg-heading:after {
    background: #E82930;
}

.tg-heading:after {
    width: 30px;
}


.tg-shortcodemultiimgs figure:nth-child(1) {
    width: 66%;
    margin: 0 0 -200px;
}

.tg-shortcodemultiimgs figure:nth-child(2) {
    z-index: 2;
    width: 52%;
    float: right;
    margin: 0 0 -75px;
}

.tg-shortcodemultiimgs figure:nth-child(3) {
    z-index: 1;
    margin: 0 0 0 80px;
}

.tg-shortcodemultiimgs figure img {
    border: 10px solid #fff;
}

/*For mobile*/
@media (max-width: 580px) {
    .tg-shortcodemultiimgs figure:nth-child(1) {
        width: 66% !important;
        margin: 2px -10px -55px;
    }

    .tg-shortcodemultiimgs figure img {
        border: 10px solid #fff;
        width: 300px;
    }

    .tg-shortcodemultiimgs figure:nth-child(2) {
        z-index: 2;
        width: 52%;
        float: right;
        margin: 0px 120px -54px;
    }

    .tg-shortcodemultiimgs figure:nth-child(3) {
        z-index: 1;
        margin: 0 0 0 0px;
    }
}






/*new section airport guest house*/

.about-sec {
    position: relative;
    padding: 80px 0;
}

.row11 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.align-items-center {
    align-items: center !important;
}

.about-img .about-exp {
    position: absolute;
    background: #E82930;
    border-radius: 10px;
    width: 370px;
    height: 100%;
}

.about-img .about-exp span {
    font-weight: 500;
    font-size: 28px;
    color: #ffffff;
    display: inline-block;
    margin: 250px -122px;
    transform: rotate(-90deg);
}

.abt-img {
    padding: 30px 0 30px 60px;
    position: relative;
    z-index: 1;
}

.about-img img {
    border-radius: 10px;
    padding: 0 0 0 10px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

/*Right Content side */
.about-content {
    margin: 0 0 0 50px;
}

.about-content p {}

.custom_add_p1 {
    margin: 0 0 14px;
    color: #202020;
    font-size: 16px;
    font-weight: 500;
}

.custom-bid {
    flex: 0 0 auto;
    width: 50%;
}

.about-content ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    font-family: "FontAwesome";
    color: #e72930;
}

.about-content ul li {
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 0 25px;
    font-size: 16px;
    font-weight: 800;
    color: black;
}

.custom_add_p {
    color: #202020;
    font-size: 14px;
    font-weight: 500;
}

.banner_main1 {
    border: 1px solide red;
    min-height: 430px;
    /* display: flex; */
    /* align-items: center;*/
    /* justify-content: center; */
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 70px 0 70px;
}

.container11 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 1170px;
    border-radius: 30px;
    box-shadow: #e82b2e69 0px 10px 50px;
}

.custom_main_dot1 {
    font-size: 18px;
    font-weight: 800;
    color: #E82930;
}

/*New Black Section For Book Guide Toure*/
.container12 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 1170px;
}

.main-feature-card {
    background: #201F1D;
    border-radius: 10px;
    padding: 10px;
    position: relative;
}

.custom_3 {
    flex: 0 0 auto;
    width: 25%;
}

.feature-card {
    background: #201F1D;
    box-shadow: 0px 4px 108px rgba(153, 153, 153, 0.1);
    border-radius: 10px;
    padding: 40px 20px 40px 20px;
    min-height: 300px;
    transition: 0.5s all;
}

.feature-card:hover {
    background: #E82930;
}

.feature-card .card-heading h5 {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 25px;
    max-width: 200px;
}

.feature-card .card-text p {
    font-size: 16px;
    color: #fff;
    margin: 0;
}




/*For mobile*/
@media (max-width: 580px) {
    .about-img .about-exp {
        position: absolute;
        background: #E82930;
        border-radius: 10px;
        width: 135px;
        height: 100%;
    }

    .about-content {
        margin: 0 0 0 0px;
    }

    .custom-bid {
        flex: 0 0 auto;
        width: 100%;
    }

    div#accordion2 {
        width: 100%;
    }

    .backimg {
        width: 100%;
    }

    .banner_box_img {
        padding: 0px 0px 20px 0px;
    }

    .banner_main1 {
        margin: 70px 10px 70px;
    }

    .container11 {
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
        border-radius: 30px;
        box-shadow: #e82b2e69 0px 10px 50px;
    }

    .container12 {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }

    .custom_3 {
        flex: 0 0 auto;
        width: 100%;
    }

    .h_service_boxes1 {
        margin: 30px 40px;
    }

    .h_service_box .heading {
        font-size: 16px;
    }

    .h_service_box {
        background: #f4f3f3;
        padding: 40px 20px 20px 20px;
        border-radius: 12px;
        min-height: 100%;
    }

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .h_service_box .heading {
        font-size: 14px;
    }

    .h_service_box {
        padding: 40px 10px 20px 10px;
    }

    .h_service_box p {
        font-size: 12px;
        color: #000000;
    }


    .about-img .about-exp {
        position: absolute;
        background: #E82930;
        border-radius: 10px;
        width: 100%;
        height: 100%;
    }

    .h_service_boxes1 {
        margin: 50px 10px;
    }

    .about-content {
        margin: 0 0 0 0px;
    }

    .custom-bid {
        flex: 0 0 auto;
        width: 100%;
    }

    div#accordion2 {
        width: 100%;
    }

    .backimg {
        width: 100%;
    }

    .banner_box_img {
        padding: 0px 0px 20px 0px;
    }

    .banner_main1 {
        margin: 70px 10px 70px;
    }

    .container11 {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        border-radius: 30px;
        box-shadow: #e82b2e69 0px 10px 50px;
    }

    .container12 {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }

    .custom_3 {
        flex: 0 0 auto;
        width: 100%;
    }
}


.banner_box h2{
    color:#FDFDFD;
}

h2,h3,h4,h5,h6
{
    font-weight: 900;
    text-transform: uppercase;
}



small{
    font-family:'Raleway';
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-transform: none;
}

.mb-20px{
    margin-bottom: 20px!important;
}


.m-150{

    padding: 0;
    position: relative;
    margin-top: -150px;
}

.custom--top-bar .custom_p{
line-height:50px;
}

@media only screen and (max-width: 992px) {
 .d-media-992-none{
     display:none!important;
  }
}

/* Discount Section CSS */
.bg-gradiant-1{
    background: #f7ff00;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #db36a4, #f7ff00);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #db36a4, #f7ff00); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.bg-gradiant-2{
    background: #FDFC47;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #24FE41, #FDFC47);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #E82930, #FDFC47); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
/*.__discount_section:after{*/
/*    background:url('../assets/images/default/d');*/
/*}*/
.__discount_section_announcement{
    position: relative;
    padding: 5px 10px 5px 60px;
    font-family: var(--fontfamily-poppins);
    font-weight: 700;
    outline: 5px solid white;
    outline-offset: 10px;
    margin:22px 0;
}
.__discount_section_announcement img{
    position: absolute;
    left: -30px;
    top: -40px;
    height: 100px;
}

/* Language DropDown */

.language-dropbox{
    font-family: Calibri, sans-serif !important;
}
.language-dropbox a{
    font-size: 14px;
    font-weight: 500!important;
}
.language-dropbox .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.150em;
    content: "";
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
}

.language-dropbox .dropdown-toggle{
    border-radius: 2px;
    font-weight: 500;
}
.language-dropbox .dropdown-menu{
    border-radius: 2px;
    font-weight: bold;
    padding: 5px;
    min-width: 12rem;
}
.language-dropbox .dropdown-menu .dropdown-item{
    font-size: 14px;
    transition: 0.3s!important;
}
.language-dropbox .dropdown-menu .dropdown-item:active{
    background: red!important;
    color: white!important;
}
/* Language DropDown Ends */
   
        .discunt-banner-tag{
            /*background-image: linear-gradient(to right,#414141,#000000);
            */
            background-color: #4158D0;
            background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
            font-family: Arial, Helvetica, sans-serif;
            font-weight: bold;
            border-radius: 8px;
            padding: 3px;
            margin-bottom: 10px;
        }
        .discunt-banner-tag-base{
            position: relative;
        }
        .discunt-banner-tag-outline{
            position:absolute;
            height: 100%;
            width: 100%;
            left: 0;
            top: 0;
            border-radius: 8px; background: hsla(0, 0%, 100%, 0.72); opacity: 0.65;
        }
        .discunt-banner-tag-inner{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            color: black;
            text-align: center;
            font-size: 42px;
            padding: 20px 8px 4px 8px;
            line-height: 1;
            letter-spacing: 1.4px;
            font-weight: 500;
        }
        .discunt-banner-tag-inner h2{
            color: black!important;
            font-size:34px;
        }
        .discunt-banner-tag-inner p{
           font-size:18px;
           font-weight:600;
        }
        .discunt-banner-tag-inner h2 span{
            color: #d90000!important;
        }
        .discunt-banner-tag-inner-fake{
            color: transparent;
            text-align: center;
            font-size: 42px;
            padding: 20px 8px 4px 8px;
            line-height: 1;
            letter-spacing: 1.4px;
            font-weight: 500;
        }
         .discunt-banner-tag-inner-fake p{
         font-size:18px;
         font-weight:600;
        }
        .discunt-banner-tag-inner-fake h2{
            color: transparent!important;
            font-size:34px;
        }
                .ribbon {
            height: auto;
            position: relative;
            background-size: cover;
            text-transform: uppercase;
            color: white;
          }
          .ribbon1 {
            position: absolute;
            top: -6.1px;
            right: 10px;
            z-index: 10;
            cursor:pointer;
            font-weight:500;
          }
          .ribbon1:after {
            position: absolute;
            content: "";
            width: 0;
            height: 0;
            border-left: 110px solid transparent;
            border-right: 110px solid transparent;
            border-top: 10px solid #F8463F;
          }
          .ribbon1 span {
            position: relative;
            display: block;
            text-align: center;
            background: #F8463F;
            font-size: 14px;
            line-height: 1;
            padding: 12px 8px 10px;
            border-top-right-radius: 8px;
            width: 220px;
          }
          .ribbon1 span:before, .ribbon1 span:after {
            position: absolute;
            content: "";
          }
          .ribbon1 span:before {
           height: 6px;
           width: 6px;
           left: -6px;
           top: 0;
           background: #F8463F;
          }
          .ribbon1 span:after {
           height: 6px;
           width: 8px;
           left: -8px;
           top: 0;
           border-radius: 8px 8px 0 0;
           background: #C02031;
          }
          @media only screen and (max-width: 768px) {
         
            .discunt-banner-tag-inner h2{
                font-size:26px;
            }
            .discunt-banner-tag-inner-fake h2{
               font-size:26px;
            }
          }
          @media only screen and (max-width: 480px) {
         
           .discunt-banner-tag-inner p{
             font-size:10px;
          }
            .discunt-banner-tag-inner h2{
                font-size:20px;
            }
            .discunt-banner-tag-inner-fake p{
             font-size:10px;
          }
            .discunt-banner-tag-inner-fake h2{
               font-size:20px;
            }
            .___search_form_area{
                margin-top:50px!important;
            }
          }
