@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.woff);
}

#map {
    height: 100%;
}

body {
    height: 100%;
}

/*Common css start*/
input:focus {
    outline: none !important;
}
html {
    scroll-behavior: smooth;
}
* {
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    display: block;
    height: auto;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
button:focus,
a:focus {
    outline: none;
}
ul {
    list-style: none;
    margin-bottom: 0;
}
body {
    font-family: "Lato", Arial, sans-serif;
    width: 100%;
    overflow-x: hidden;
}
/*Scrollbar*/
body::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}

body::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}
body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ff756a;
}
p {
    font-size: 16px;
    text-align: justify;
}
.pbt-40 {
    padding: 60px 0;
}
.sticky-padding-resolve {
    padding-top: 170px;
}

h2,
h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}
section {
    width: 100%;
}
#scrollTopBtn {
    position: fixed;
    z-index: 999999;
    right: 20px;
    bottom: 55px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.3s ease;
}
#scrollTopBtn span {
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
}
#scrollTopBtn:hover {
    background-color: #ff756a;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}
.body-overflow {
    overflow: hidden;
}
.padding-top-190 {
    padding-top: 190px;
}
.fixed-header .padding-top-190 {
    padding-top: 160px;
}
.margin-top-190 {
    margin-top: 190px;
}
.fixed-header .margin-top-160 {
    margin-top: 160px;
}
.main-heading {
    margin: 20px 0px 40px;
}
.main-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 0;
}
#toast-container {
    top: unset;
    bottom: 10px;
}
#toast-container > div {
    opacity: 1 !important;
}
/*Common css End*/
/*A-banner Css start*/
.a-banner-section {
    padding: 100px 0px;
}
.a-banner-slider-item {
    width: 100%;
    height: 150px;
}
.a-banner-slider-item img {
    width: 100%;
    height: 100%;
}
.a-banner-slider-inner .owl-dot button {
    background: transparent;
    border: 1px solid #000000;
    margin: 0px 5px;
    padding: 0px 3px;
}
.a-banner-slider-inner .owl-dot.active button {
    background: #dddddd;
}
.a-banner-slider-inner .owl-dot {
    transition: all 0.3s ease;
}
/*A-banner Css end*/
/*Comming Soon CSS Start*/
.comming-soon-section {
    width: 100%;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.comming-soon-section h2 {
    font-size: 40px;
    font-weight: 500;
    color: #ffffff;
}
.comming-soon-section:before {
    content: "";
    height: 100%;
    width: 100%;
    background: #0000007a;
    position: absolute;
    z-index: -1;
}
/*Comming Soon CSS End*/
/* .hover-color {
    color: #000;
} */
.content a:hover,
.hover-color:hover {
    color: #0abdc1 !important;
}

/*Header css start*/
.fixed-header .navbar-main {
    position: fixed;
    left: 0;
    top: 0;
}
.navbar-main .top-header {
    display: flex;
    align-items: center;
    padding: 6px 4%;
    background: #ffffff;
    justify-content: space-between;
}

.navbar-contact-box .contact-item {
    margin-right: 50px;
    display: flex;
    flex-wrap: wrap;
}

.navbar-contact-box .contact-item .icon {
    float: left;
    width: 40px;
    height: 40px;
    border: 1px solid;
    border-color: #dddddd;
    text-align: center;
    margin-right: 20px;
    margin-top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-contact-box .contact-item .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.navbar-contact-box .contact-item .content .address {
    color: #053357;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: "Lato", Arial, sans-serif !important;
}
.navbar-contact-box .contact-item .content .mobile {
    color: #053357;
    font-size: 14px;
    font-weight: 500;
}

.navbar-contact-box .contact-item .content .mail {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: -2px;
}

.navbar-contact-box .contact-item:last-child {
    margin-right: 0;
}
.navbar-contact-box {
    display: flex;
}

.navbar-contact-box .contact-item .icon i {
    font-size: 20px;
    line-height: 40px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 14px;
}

.header-inner-wrapper {
    position: relative;
    padding-bottom: 10%;
}
.navbar-main {
    transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    z-index: 999999999;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
nav.navbar-main.shadow-none {
    box-shadow: none;
}
.navbar-main .logo-section {
    display: flex;
    align-items: center;
    height: 100%;
}
.navbar-main .brand-logo {
    display: inline-flex;
    /*max-width: 250px;*/
}

/*.brand-logo img{
    width: 65%;
}*/
.navbar-menu-toggle-btn {
    border: none;
    background: #ffffff;
    padding: 5px;
    display: flex;
    align-items: center;
    height: 30px;
    border-radius: 3px;
    display: none;
    position: absolute;
    right: 3%;
    z-index: 999;
}
.navbar-menu-toggle-btn:focus {
    outline: 0;
}
.navbar-menu-toggle-btn .toggler-icon-bar {
    width: 27px;
    height: 1.6px;
    background: #000;
    position: relative;
    display: inline-block;
    transition: 0.3s ease;
}

.navbar-menu-toggle-btn .toggler-icon-bar:before {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    position: absolute;
    content: "";
    background: #000;
    width: 27px;
    height: 1.6px;
    top: -7px;
    left: 0;
}

.navbar-menu-toggle-btn .toggler-icon-bar:after {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    position: absolute;
    content: "";
    background: #000;
    width: 27px;
    height: 1.6px;
    bottom: -7px;
    left: 0;
}
.navbar-main.menu-visible .toggler-icon-bar {
    background: transparent;
}
.navbar-main.menu-visible .toggler-icon-bar:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: auto;
}

.navbar-main.menu-visible .toggler-icon-bar:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: auto;
}
.nav-items-wrapper {
    width: 100%;
    display: inline-flex;
    align-items: center;
    /*padding: 0% 4%;*/
}

.nav-item-inner-wrapper {
    display: flex;
    height: 61px;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}

.nav-item-inner-wrapper .nav-item-main {
    list-style: none;
    display: inline-flex;
    height: 100%;
    align-items: center;
    transition: all 0.3s ease;
}
.nav-item-inner-wrapper .nav-item-main.active {
    background: #ffffff;
}

.nav-item-main.active .nav-item-link {
    color: #000000;
}
.nav-item-inner-wrapper .nav-item-main:hover {
    background: #f7f7f7;
}

.nav-item-inner-wrapper .nav-item-main:hover .nav-item-link {
    color: #000000;
}
.nav-item-inner-wrapper .nav-item-link {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 18px 14px;
    letter-spacing: 0.5px;
}
.nav-item-inner-wrapper .item-has-submenu {
    cursor: pointer;
    position: relative;
}
.nav-item-inner-wrapper .item-has-submenu .nav-item-link:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    font-size: 12px;
    margin-left: 4px;
    color: #ffffff;
    top: 58%;
    right: -14px;
    transform: translateY(-50%);
}
.nav-item-inner-wrapper .item-has-submenu .nav-item-submenu {
    position: absolute;
    width: 220px;
    background: #ffffff;
    z-index: 2;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    opacity: 0;
    visibility: hidden;
    left: 0;
    transform-origin: top;
    top: 100%;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
}
.nav-item-inner-wrapper .item-has-submenu.right-view .nav-item-submenu {
    right: 0 !important;
    left: unset;
}
.nav-item-inner-wrapper .item-has-submenu:hover .nav-item-submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.nav-item-submenu .nav-item-submenu-item-link {
    display: flex;
    color: #000000;
    padding: 10px 10px;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: solid 1px #eee;
}
.nav-item-submenu-item:last-child .nav-item-submenu-item-link {
    border-bottom: none;
}
.nav-item-submenu .nav-item-submenu-item-link:hover {
    padding-left: 15px;
}
.nav-item-submenu .nav-item-submenu-item-link:hover {
    background: #0553c9;
    color: #ffffff;
}
.nav-item-main.quote-btn .nav-item-link {
    background: #ff542b;
    padding: 5px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header-content {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}
.header-content .title,
.header-content h2 {
    background: #ffffff;
    z-index: 5;
    white-space: nowrap;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    background-color: rgba(17, 17, 17, 0.64);
    margin: 0px;
    padding: 5px 10px;
}

/* Header Closed*/
/* hero video*/
.hero-video {
}
/*.video-controll {
    object-fit: cover;
    height: 430px;
}
*/

.video-controll {
    width: 100%;
    height: 100%;
}

.tour-inc {
    background: #fff;
}

.tour-inc a {
    color: #444444;
}
.tour-inc .single-item {
    color: #444444;
    background-image: url(../image/stripes_3_b.png);
    background-color: #f8f8f8;
    display: flex;
    height: 100%;
}
.tour-inc h2 {
    margin-bottom: 37px;
    text-transform: uppercase;
}
.single-item img {
    float: left;
    margin-right: 18px;
    height: 100%;
    width: 100%;
}
.single-item {
    overflow: hidden;
}
.tour_inc_inner_item h4 {
    font-size: 19px;
    font-weight: 400;
    line-height: 24px;
}

.tour_inc_inner_item a {
    background: #008184;
}

.tour_inc_inner_item p {
    border-bottom: 1px solid #e5e5e5;
    color: #939191;
}
.tour_inc_inner_item {
    float: left;
    width: 187px;
}
.travel-image {
    width: 190px;
    height: 140px;
    margin-right: 17px;
}
.cheap_umrah.pbt-40 {
    background: #f4f4f4;
}

.umrath_nav {
    float: left;
    width: 220px;
    border-radius: 5px 0px 0px 5px;
    overflow: hidden;
}
.urmrah_tab_content {
    display: flex;
    border: 1px solid #e6e6e6;
    border-left-color: rgb(230, 230, 230);
    border-left-style: solid;
    border-left-width: 1px;
    border-left: 0;
}
.urmrah_tab_content > div {
    background: #fff;
    padding: 24px;
}

/*.umrah_item_package img {
  margin-right: 25px;
  width: 100%;
}*/

/*.umrah_item_package {
  display: flex;
}*/

.umrah-pack-img {
    width: 285px;
    float: left;
    margin-right: 30px;
    height: 250px;
}
.umrah_item_package .packeg-cont p {
    word-break: break-all;
}
.umrah-pack-img img {
    width: 100%;
    height: 100%;
}
.cheap_umrah h2 {
    margin-bottom: 37px;
}

.umrah_item_package span {
    margin-top: 14px;
    display: block;
    font-size: 14px;
}

.umrah_item_package strong {
    font-weight: normal;
}
.umrath_nav a {
    border: 1px solid #e6e6e6;
    border-bottom-color: rgb(230, 230, 230);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 11px 10px;
    color: #272727;
    border-bottom: 1px solid #e6e6e600;
    border-right: none;
}
.umrath_nav .active {
    background: #fff;
}
.umrath_nav a:last-of-type {
    border-bottom: 1px solid #e6e6e6;
}

.infobox {
    color: #fff;
    padding: 25px 20px 25px 30px;
}

.infobox ul li {
    margin: 0;
    list-style: none;
    position: relative;
    padding: 7px 0 13px 35px;
    word-wrap: break-word;
    font-size: 14px;
}

.infobox ul li::before {
    content: "";
    display: block;
    background: url(../image/list_check.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 15px;
}

/*section.hotel_booking_banner {
    height: 255px;
    background-size: cover !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    background: url(../image/KARNAvideo_bg.jpg);
}*/
.watch_btn {
    margin-left: 35px;
}
.booking_item button {
    background: #2991d6;
    border: navajowhite;
    padding: 11px 21px 11px 11px;
    color: #fff;
    font-size: 14px;
    border-radius: 0px 5px 5px 0px;
    position: relative;
}

.booking_item button::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    top: 0px;
    left: -31px;
    content: "\f04b";
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    background: #2991d6;
    padding: 8px 8px 8px 15px;
    border-radius: 5px 0px 0px 5px;
}
.booking_item {
    display: flex;
    justify-content: center;
    height: 190px;
    flex-direction: column;
}
.inform-item-wrapper {
    margin: 0 auto;
}

a.content_link {
    display: inline-block;
    position: relative;
    border-width: 1px;
    border-style: solid;
    width: 190px;
    padding: 25px 10px;
    text-align: center;
    margin-left: -5px;
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.08);
    transition: 400ms;
    box-shadow: 1px 0px 10px #d0cccc;
}

a.content_link:hover {
    background-image: url(../image/index.png);
    opacity: 1;
}
a.content_link .inform-icon {
    display: block;
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 15px;
}

a.content_link::before {
    content: "";
    z-index: 2;
    opacity: 0;
    position: absolute;
    left: 50%;
    bottom: -1px;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px;
    border-color: transparent;
    border-bottom-color: #008184;
}
a.content_link::after {
    content: "";
    z-index: 2;

    opacity: 0;
    height: 0;
    width: 100%;
    border-width: 0 0 5px;
    border-style: solid;
    position: absolute;
    left: 0;
    bottom: -6px;
}

a.content_link::before,
a.content_link::after {
    transition: all 0.3s ease-in-out;
}

a:hover.content_link::after,
a:hover.content_link::before {
    opacity: 1;
}

.inform-icon i {
    font-size: 40px;
    color: #008184;
}

.title {
    color: #616972;
    font-weight: 600;
    font-size: 14px;
}
.modal-body {
    padding-bottom: 0;
}
.modal-dialog {
    margin: 9rem auto !important;
}

.modal_btn {
    border: none;
    background: none;
    padding: 5px 15px;
}

.modal-footer {
    padding: 0;
    border: none;
}

.modal_btn i {
    color: #b7b7b7;
    padding: 10ppx;
    font-size: 26px;
}

/* Blog css */
.latest-update-news-item-outer {
    margin-bottom: 30px !important;
}
.latest-update-news-item {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.latest-update-news-item .image {
    width: 100%;
    /*margin-right: 20px;*/
    float: left;
}
.category-blog .latest-update-news-item .image {
    height: 180px;
    /* margin-right: 20px; */
    /*float: left;*/
    display: inline-block;
}
.latest-update-news-item .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.latest-update-news-item .content .title {
    min-height: 50px;
}
a.readMore {
    background: #008184;
    color: #fff;
    padding: 2px 10px;
    display: inline-block;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid #008184;
    margin-left: 5px;
}
a.readMore:hover {
    border: 1px solid #008184;
    background: none;
    color: #008184;
}
/*.latest-update-news-item .content {
    width: 65%;
}*/

.latest-update-news-item-wrapper .content {
    /*margin-right: 20px;*/
    padding: 10px 15px;
    box-shadow: 1px 1px 10px #d0cccc;
    width: 100%;
}

.latest-update-news-item .content .title {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    flex-wrap: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    transition: all 0.3s ease;
    line-height: 25px;
}
.category-blog .latest-update-news-item .content .title {
    margin-top: 10px;
}
.latest-update-news-item:hover .title {
    color: #0abdc1;
}
.latest-update-news-item .content .meta .date {
    font-size: 13px;
    color: #8e8d8d;
    font-weight: 400;
    margin-bottom: 0;
}

.category-blog .custom-badge {
    background: #008184;
}

a.custom-badge:hover {
    color: #ffffff;
    background-color: #000000;
}

/* Single post News*/
.single-post-inner .post-main-title {
    font-weight: 300 !important ;
    color: #000000;
}
.single-post-inner .date-time {
    font-size: 14px;
    font-weight: 400 !important;
    color: #7d7c7c;
}
.single-post-inner img {
    max-width: 77%;
}

a.location {
    width: 190px;
    display: inline-block;
    line-height: 23px;
}

.digital-contact-address span.location {
    width: 220px;
    text-align: left;
}

/*Footer*/

.footer-main {
    background: #007174;
    position: relative;
    z-index: 1;
}
/*.footer-main:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: #007174;
}*/

.footer-main .footer-top {
    position: relative;
}
.footer-main.footer-home {
    background: #000820;
    padding-top: 320px;
    margin-top: 350px;
    position: relative;
}

.footer-logo-box {
    margin-bottom: 10px;
}

.footer-logo-box .link {
    display: inline-flex;
    width: 150px;
}

.footer-logo-box .link img {
    width: 100%;
}
.footer-logo-box .company {
    color: #ffffff;
}

.footer-logo-box .company .title {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 0;
    color: #ffffff;
}

.footer-logo-box .company .subtitle {
    font-size: 10px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 0px;
}
.footer-nav-item-inner .footer-nav-item .link,
.footer-nav-item-inner .footer-nav-item {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 9px;
}
.footer-nav-item-inner .footer-nav-item .link {
    margin-bottom: 0;
    transition: all 0.3s ease;
}
.footer-nav-item-inner .footer-nav-item .link:hover {
    text-decoration: underline;
    color: #ffd941 !important;
}
.footer-nav-item-inner .footer-nav-item .title {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 18px;
    margin-bottom: 0;
    padding-right: 13%;
    width: 86%;
    text-align: left;
}
.footer-nav-item-inner .icon {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 20px;
    height: 20px;
    color: #47a1dc;
}
.footer-nav-item-inner .icon {
    color: #ffd941;
}

.digital-contact-address i {
    color: #008184;
}

.digital-contact-address a:hover {
    color: #0abdc1;
}
.footer-nav-item-wrapper .heading {
    margin-bottom: 10px;
}
.footer-nav-item-wrapper .heading .title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
}
.footer-nav-item-inner .footer-nav-item:last-child {
    margin-bottom: 0;
}
.footer-nav-item-inner .footer-nav-item.social {
    align-items: center;
    margin-top: 10px;
}

.footer-nav-item-inner .footer-nav-item.social .link {
    height: 20px;
    width: 20px;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #4c6ef5;
    border-radius: 100%;
    margin-right: 5px;
}
.footer-nav-item-inner .footer-nav-item.social .link:last-child {
    margin-right: 0;
}
.footer-nav-item-inner .footer-nav-item.social .link:hover {
    text-decoration: none;
}
.footer-nav-social-item-inner .social-link.facebook {
    color: #fff;
    background: #4b69b0;
}

.footer-nav-social-item-inner .social-link.instragram {
    background: #d82474;
    color: #fff;
}

.footer-nav-social-item-inner .social-link.linkedin {
    color: #fff;
    background: #0678b6;
}
.footer-nav-social-item-inner .social-link.twitter {
    color: #fff;
    background: #37b1e1;
}

.footer-nav-social-item-inner .social-link.facebook:hover {
    background: #fff;
    color: #4b69b0;
}

.footer-nav-social-item-inner .social-link.instragram:hover {
    background: #fff;
    color: #d82474;
}
.footer-nav-social-item-inner .social-link.linkedin:hover {
    background: #fff;
    color: #0678b6;
}
.footer-nav-social-item-inner .social-link.twitter:hover {
    color: #37b1e1;
    background: #fff;
}

.footer-nav-social-item-inner {
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    /*    margin-top: 25px;*/
}

.footer-nav-social-item-inner .social-link {
    display: inline-flex;
    font-weight: 900;
    border-radius: 100%;
    height: 30px;
    width: 32px;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.footer-nav-social-item-inner .footer-nav-item {
    margin-right: 10px;
}

.footer-nav-social-item-inner .footer-nav-item:last-child {
    margin-right: 0;
}
.footer-main .copyright {
    text-align: center;
    color: #616972;
    font-size: 14px;
    font-weight: 300;
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-main .copyright .link {
    color: #616972;
    text-decoration: underline;
}
.footer-bottom-section {
    /*background: #93D4FF;*/
    background: #000;
    user-select: none;
}
.footer-about-us {
    color: #fff;
    font-size: 14px;
    line-height: 1.4rem;
}
.footer-about-us a {
    color: #ffd941;
}
.copyright.wrapper .left-box {
    display: flex;
    justify-content: center;
}

.copyright.wrapper .left-box .company-logo {
    margin-right: 14px;

    width: 65px;
}
.copyright.wrapper .left-box .company-logo img {
    width: 100%;
}
.copyright.wrapper .left-box .full-name {
    font-size: 14px;
    font-weight: 400;
    /*color: #17242A;*/
    color: #a29f9f;
    display: flex;
    align-items: center;
    text-align: left;
}

.copyright.wrapper .right-box-item-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    margin-bottom: 0;
}
.copyright.wrapper .right-box-item-wrapper .item {
    margin: 0 15px;
}

.copyright.wrapper .right-box-item-wrapper .item img {
    width: 100%;
}

.copyright.wrapper .right-box-item-wrapper .item .image {
    width: 100px;
}

.copyright.wrapper .right-box-item-wrapper .item .link {
    text-decoration: none;
    font-size: 10px;
    position: relative;
    display: inline-block;
}
.copyright.wrapper .right-box-item-wrapper .item .link:hover {
    text-decoration: underline;
}
.copyright.wrapper .right-box-item-wrapper .item .link:after {
    content: "";
    height: 85%;
    width: 1px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
}

.copyright.wrapper .right-box-item-wrapper .item:last-child .link:after {
    display: none;
}

.copyright.wrapper .right-box-item-wrapper .item:first-child,
.copyright.wrapper .right-box-item-wrapper .item:last-child {
    margin-right: 0;
}

.phone-no {
    font-size: 20px;
}

.phone-no a:hover {
    color: #0abdc1;
}

.tour-inc strong {
    font-weight: 800;
    color: #ed1b24;
    text-transform: capitalize;
}

.custom-pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.custom-pagination .active span {
    background: #008184 !important;
    border-color: #008184 !important;
}
.custom-pagination .page-item a.page-link {
    color: #008184;
}
/*.footer-brand-img img {
    height: auto;
}
*/

.footer-footer-wrap {
    background: #f4f4f4;
}
.footer-video .video-controll {
    margin-bottom: 10px;
}

.footer-video .video-controll {
    object-fit: 100%;
    width: 100%;
}

.footer-video iframe {
    width: 100%;
    height: 340px;
}

/* Hajj umrah css*/
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.hajj-amd-umrah-section {
    background: #ffffff;
}
.hajj-amd-umrah-section .entry-title {
    font-size: 28px;
    color: #333;
    line-height: 1.2;
    margin: 0 0 20px;
    font-weight: 400;
}

.hajj-amd-umrah-section .description p,
.umrah-packages .description p {
    color: #444;
    line-height: 1.625;
    margin: 0 0 8px;
    font-size: 14px;
    margin-bottom: 12px;
}

.hajj-amd-umrah-section .description ul li,
.umrah-packages .description ul li {
    font-weight: bold;
    color: #000000;
    line-height: 27px;
    font-size: 14px;
}
.hajj-amd-umrah-section .contact-us-box .btn {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 8px 24px;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 20px;
    cursor: inherit;
    background: #008184;
}

.hajj-amd-umrah-section .contact-us-box p {
    margin-bottom: 10px;
    font-weight: 400;
}

.hajj-amd-umrah-section .contact-us-box p i {
    color: #008184;
}
.hajj-amd-umrah-section .contact-us-box a:hover {
    color: #0abdc1;
}

.digital-contact-form input,
.digital-contact-form textarea {
    display: block;
    width: 100%;
    border: 1px solid #0078c7;
    color: #000;
    background: #fff;
    margin-bottom: 20px;
    padding: 12px 7px;
}

.digital-contact-form input[type="submit"],
.reservation-submit-btn input[type="submit"] {
    border: navajowhite;
    color: #fff;
    display: block;
    padding: 9px 40px;
    border-radius: -2px;
    transition: 400ms;
}

.digital-contact-form input[type="submit"]:hover {
    background: #136195;
}
.contact-wraper,
.reservation-wraper,
.tourist-attraction,
.hot-deals-banner {
    background: #fff;
}

.tourist-attraction .service-item ul {
    list-style: disc;
    padding-left: 18px;
}

.contact-page-map iframe {
    width: 100%;
    height: 360px;
}
.digital-contact-form h4,
.digital-contact-address h4 {
    margin-bottom: 35px;
}
.reservation-banner {
    margin-top: 40px;
    overflow: hidden;
}

.digital-contact-address span {
    margin-bottom: 15px;
    display: inline-block;
    color: #000;
    line-height: 23px;
}

.reservation-banner img {
    width: 100%;
    height: 500px;
}
/* .reservation-form {
    display: flex;
    margin-left: -3%;
    justify-content: center;
} */
/* .form-part {
    margin-left: 3%;
    width: 30%;
} */
/* .form-part span {
    display: inline-block;
} */

.form-part input[type="text"],
.form-part input[type="email"],
.form-part input[type="date"],
.form-part input[type="file"],
.form-part input[type="number"] {
    width: 100%;
    padding: 6px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 37px;
    line-height: 18px;
}

.tourist-items img {
    margin-bottom: 20px;
}

.tourist-items {
    margin-bottom: 30px;
}

.tourist-items img {
    width: 100%;
}
.search {
    margin-bottom: 25px;
}
.search input {
    border: 1px solid #ccc;
    padding: 5px 11px;
    color: #fff;
    background: #008184;
    transition: 500ms;
    box-shadow: 0px 2px 5px rgba(170, 164, 164, 0.6);
    height: 43px;
    width: 235px;
}

.search button {
    background: #008184;
    border: 1px solid #008184;
    padding: 4.8px 13px;
    color: #fff;
    font-size: 20px;
    box-shadow: 0px 2px 5px rgb(170 164 164 / 60%);
}
.sidebar-menu ul {
    list-style: square;
    padding: 14px 15px 14px 30px;
    color: #fff;
    margin-top: 20px;
}

.sidebar-menu ul li a:hover {
    background: #086b6d;
}

.sidebar-menu ul li a {
    color: #fff;
    padding: 11px 11px 0px;
    display: block;
    font-size: 14px;
}

.facilities-img img,
.umrah-packages-img img {
    width: auto;
    height: auto;
}

.ticke-way {
    width: inherit !important;
    margin-right: 5px;
    margin-top: 12px;
}

.footer-nav-item.footer-brand-img {
    display: flex;
    /*justify-content: center;*/
}

.conpany-logo {
    display: inline;
    width: 9%;
    height: 20px;
    margin-left: 6px;
}

.nav-item-main:hover {
    background: #0371bb;
    color: #fff;
}

.digital-contact-address i {
    margin-right: 5px;
}

/* Color Code */
.sidebar-menu ul,
.nav-navmenu-bg,
.digital-contact-form input[type="submit"],
.reservation-submit-btn input[type="submit"],
.hajj-amd-umrah-section .contact-us-box a.btn,
.infobox {
    /*background: #008fec;*/
    background: #008184;
    transition: 400ms;
}
.reservation-wraper input[type="checkbox"],
.reservation-wraper input[type="radio"] {
    width: 15px !important;
    height: 15px;
    margin-top: 0px;
}
.reservation-wraper span {
    color: red;
    font-size: 17px;
    display: inline-flex;
}

.reservation-wraper .form-control:focus {
    border-color: none;
    box-shadow: none;
}
.search input:hover {
    background: #036769;
}
.sidebar-menu ul li a {
    color: #fff;
    padding: 7px 11px 7px 10px;
    display: block;
    font-size: 14px;
}

.navbar-contact-box .contact-item .icon i {
    color: #008184;
    /*color: #0078C7;*/
}

.contact-item a,
.digital-contact-address a,
.contact-us-box a {
    color: #000;
}

a.content_link,
a:hover.content_link {
    color: #008184;
}

.search input::placeholder {
    color: #fff;
    opacity: 1;
}

.require-passport {
    margin-bottom: 40px;
}
.require-passport:last-child {
    margin-bottom: 0;
}
.require-passport h5 {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
}
.require-passport li {
    list-style-type: decimal;
    font-size: 16px;
    margin-left: 15px;
    padding-left: 10px;
    line-height: 30px;
}

.reservation-submit-btn {
    margin-top: 30px;
}

.reservation-submit-btn input {
    width: 100%;
}

.reservation-submit-btn input {
    float: right;
}
.airline-group-img {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.airline-group-img img {
    width: 20%;
    margin-bottom: 20px;
}

.ceo-text {
    float: right;
    margin-left: 22px;
}
.ceo-text {
    float: right;
    margin-left: 20px;
    width: 300px;
}

.ceo-text img {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 50px;
    margin-bottom: 10px;
    border: 1px solid #00a7ab;
}

.accordion-about-img {
    display: flex;
    margin-left: -3%;
}
.accordion-about-img img {
    margin-left: 3%;
}

.ceo-text-block {
    background: #c6eaf8;
    padding: 10px;
    color: #000;
}
.ceo-text-block h6 {
    margin: 0;
    line-height: 21px;
}

.about-acordion {
    overflow: hidden;
    margin-bottom: 35px;
}

.our-service-bullets {
    list-style: disc;
    padding-left: 16px;
}

.hot-deals-banner .strong-title {
    color: #0078c7;
    margin-top: 25px;
    overflow: hidden;
}

.ceo-text img {
    margin-left: 0;
}

.tourist-items .require-passport h3 {
    color: #000;
    font-size: 22px;
    font-weight: bold;
}

#fb-root {
    height: 130px;
    overflow: hidden;
}

.tour-inc h3 {
    margin-bottom: 25px;
    line-height: 35px;
}

.hotel_booking_banner img {
    width: 100%;
}

.logo_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-part p {
    text-align: initial;
}

.displa-mobile {
    display: none;
}

.marquees {
    width: 100vw;
    max-width: 100%;
    overflow: hidden;
}

.marquee-item {
    display: flex;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 32s linear infinite;
    height: 55px;
}
.fb_icon {
    width: 130px;
}
.plus-btn {
    background: #008184;
    text-align: center;
    display: flex;
    padding: 12px;
    justify-content: center;
    color: #fff;
    height: 35px;
    width: 35px;
    margin-top: 33px;
    cursor: pointer;
    align-items: center;
}
@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@media only screen and (min-width: 1367px) and (max-width: 1966px) {
    .header-inner-wrapper {
        padding-bottom: 8%;
    }

    .nav-item-inner-wrapper {
        justify-content: center;
    }
}

/*Responsive*/
@media (min-width: 1201px) {
    .container {
        max-width: 1270px;
    }
}
@media (min-width: 1600px) {
    .container {
        max-width: 1450px !important;
    }
}
@media (min-width: 1800px) {
    .container {
        max-width: 1600px !important;
    }
}
@media (min-width: 2000px) {
    .container {
        max-width: 1800px !important;
    }
}

@media (max-width: 1366px) {
    #youtube_video {
        height: 755px;
    }
}

@media (max-width: 1280px) {
    #youtube_video {
        height: 755px;
    }
}

@media (max-width: 1200px) {
    .navbar-main {
        max-height: 80px;
    }
    .nav-item-submenu .nav-item-submenu-item-link {
        font-size: 12px;
    }
    .nav-item-inner-wrapper .nav-item-link {
        font-size: 12px;
    }
    .footer-nav-item-inner .footer-nav-item .title {
        padding-right: 6%;
    }
}

@media (max-width: 1100px) {
    .nav-item-inner-wrapper .nav-item-link {
        /* font-size: 10px; */
    }
}

@media (max-width: 1199px) {
    .nav-item-inner-wrapper .nav-item-link {
        /* font-size: 10px; */
    }
    .committee-member-item-inner .image {
        height: 150px;
    }
}

@media (min-width: 1025px) {
    .fixed-header .top-header {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .padding-top-190 {
        padding-top: 50px;
    }
    .navbar-main .logo-section .brand-logo {
        max-height: unset;
        max-width: 75%;
    }
    .brand-logo img.laptop {
        display: none;
    }
    .brand-logo img.mobile-tab {
        display: inline-block;
    }

    .header-inner-wrapper {
        display: flex;
    }
    .navbar-menu-toggle-btn {
        display: inline-flex;
    }
    .nav-item-inner-wrapper .nav-item-link {
        font-size: 14px;
        padding: 5px;
    }
    .nav-item-submenu .nav-item-submenu-item-link {
        display: flex;
        color: #000000;
        padding: 5px;
        transition: padding 0.3s;
        border-bottom: 0;
        font-size: 13px;
    }
    .nav-item-inner-wrapper .nav-item-main:hover .nav-item-submenu {
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        transform: unset;
    }
    .nav-items-wrapper {
        position: fixed;
        z-index: 111;
        height: 100%;
        width: 40%;
        right: -100%;
        top: 0%;
        display: block !important;
        transition: 0.3s ease;
        padding: 0;
    }
    .menu-visible .nav-items-wrapper {
        right: 0%;
    }
    .nav-item-inner-wrapper {
        flex-direction: column;
        height: 100vh;
        width: 100%;
        overflow: auto;
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 30%;
        padding-left: 10%;
        background: rgba(32, 43, 56, 0.71);
    }
    /*Scrollbar*/
    .nav-item-inner-wrapper::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: transparent;
    }

    .nav-item-inner-wrapper::-webkit-scrollbar {
        width: 5px;
        background-color: transparent;
    }

    .nav-item-inner-wrapper::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #ff756a;
    }
    .nav-item-inner-wrapper .nav-item-main {
        margin: 4px 2px;
        height: auto;
        display: block;
    }
    .nav-item-inner-wrapper .nav-item-main:hover {
        background: transparent;
    }
    .nav-item-inner-wrapper .nav-item-main:hover a {
        background: transparent !important;
        color: #ffffff !important;
    }

    .nav-menu-hide-button {
        position: relative;
        background: transparent;
        border: 0;
        font-size: 30px;
        color: #ffffff;
        float: right;
        margin-right: 30px;
        top: 20px;
        display: flex;
    }

    .nav-menu-hide-button:before {
        content: "\E909";
        font-family: icomoon;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        z-index: 999;
        top: 0;
        left: 0;
        color: #000000;
        font-size: 30px;
        display: none;
    }

    .navbar-main .top-header {
        display: block !important;
        padding: 0% 3%;
    }
    .navbar-main .logo-section {
        justify-content: space-between;
    }
    .navbar-contact-box {
        display: flex;
        padding-right: 8%;
    }
    .nav-item-inner-wrapper .item-has-submenu .nav-item-submenu {
        margin: 0;
        list-style: none;
        padding: 0px 0 0 10px;
        position: unset;
        top: unset;
        width: 100%;
        min-width: 200px;
        background-color: transparent;
        visibility: visible;
        opacity: 1;
        transition: all 0.3s ease;
        transform: unset;
        border: 0;
    }

    .nav-item-submenu-item-link {
        color: #ffffff !important;
    }

    .sticky-padding-resolve {
        padding-top: 41px;
    }

    .tour-inc h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .header-inner-wrapper {
        padding-bottom: 5%;
    }

    .navbar-main .logo-section .brand-logo {
        margin: 10px 0;
    }
}

@media (max-width: 1023px) {
}

@media (max-width: 991px) {
    .navbar-contact-box {
        display: none;
    }
    .header-content .title,
    .header-content h2 {
        font-size: 20px;
    }
    .all-important-link-outer {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 50px;
    }

    .all-important-link-outer:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 992px) {
    .navbar-main {
        box-shadow: 0px 3px 10px #ccc;
    }
    .navbar-contact-box {
        padding-left: 15%;
        justify-content: flex-start;
        width: 100%;
    }

    /*    a.content_link {
        display: inherit;
    }*/

    .inform-item-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin-left: -3%;
        padding: 0 10px;
        padding-right: 10px;
        width: 100%;
        padding-right: 0;
    }
    a.content_link {
        width: 47%;
        margin-left: 3%;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }

    .umrah_item_package {
        display: inherit;
    }

    .umrah-pack-img {
        width: auto;
        float: inherit;
        margin-right: 30px;
    }

    .conpany-logo {
        width: 12%;
    }

    .airline-group-img img {
        width: 33%;
    }
    .require-passport {
        margin-top: 0;
    }

    .pbt-40 {
        padding: 50px 0;
    }
    .ceo-text img {
        margin-top: 0px;
    }

    #youtube_video {
        height: 556px;
    }
}

@media (max-width: 768px) {
    .nav-items-wrapper {
        width: 50%;
    }
    .umrath_nav {
        float: inherit;
        width: auto;
    }
    .tour_inc_inner_item {
        padding: 10px;
    }

    .umrah-pack-img {
        width: auto;
        float: inherit;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .form-part {
        width: auto;
    }
    .reservation-form {
        flex-direction: column;
        margin-left: 0;
    }
    .form-part {
        margin-left: 0;
    }

    #fb-root {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .search input {
        width: 82%;
    }
    .header-content .title,
    .header-content h2 {
        font-size: 16px;
    }
    .footer-social-links-wrapper {
        justify-content: center;
        margin-top: 10px;
    }
    .footer-nav-item-wrapper {
        margin-bottom: 30px;
        text-align: center;
    }
    .footer-nav-item-inner .footer-nav-item .link,
    .footer-nav-item-inner .footer-nav-item {
        justify-content: center;
    }
    .footer-nav-item-inner .footer-nav-item .title {
        padding-right: 0;
    }

    .footer-nav-social-item-inner {
        justify-content: center;
    }

    .copyright.wrapper .left-box,
    .copyright.wrapper .right-box-item-wrapper {
        justify-content: center;
    }
    .footer-nav-item-inner .footer-nav-item .title {
        width: auto;
        text-align: center;
    }

    .conpany-logo {
        width: 30%;
    }
    .header-inner-wrapper {
        padding-bottom: 4.4%;
    }

    .ceo-text {
        float: inherit;
        margin-left: 0;
        width: auto;
    }
    .ceo-text img {
        width: 100%;
        height: auto;
    }

    .accordion-text {
        width: auto;
    }

    .accordion-about-img {
        flex-direction: column;
    }
    .ceo-text {
        margin-bottom: 15px;
    }

    .display-web {
        display: none;
    }

    .displa-mobile {
        display: block;
    }

    .search {
        margin: 20px 0;
    }
    .accordion-text {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .about-acordion {
        margin-bottom: 20px;
    }

    #youtube_video {
        height: 270px;
    }
}
@media (max-width: 600px) {
    .nav-item-inner-wrapper .nav-item-link,
    .nav-item-submenu .nav-item-submenu-item-link {
        font-size: 12px;
    }
    .padding-top-190 {
        /* padding-top: 0; */
    }

    .form-part {
        flex: 100%;
    }

    .digital-contact-address {
        margin-top: 10px;
    }
    .header-inner-wrapper {
        padding-bottom: 5%;
    }
    /*.footer-video .video-controll {
        height: 130px;
    }*/

    .marquee-item {
        animation: marquee 5s linear infinite;
    }
}

@media (max-width: 450px) {
    .search input {
        width: 87%;
    }
    .header-top .left-box-item {
        font-size: 8px;
        margin-right: 12px;
    }
    .header-top .right-box-item-wrapper .item-link {
        padding: 5px;
        font-size: 10px;
    }
    .nav-items-wrapper {
        width: 80%;
    }
    .header-content .title,
    .header-content h2 {
        font-size: 10px;
    }
    .g-recaptcha div {
        width: 100% !important;
    }

    .g-recaptcha textarea {
        border: 0 !important;
    }

    .g-recaptcha {
        border-radius: 5px;
        overflow: hidden;
        border: solid 1px #b8b8b8;
        height: 75px;
    }

    .tour_inc_inner_item {
        width: 40%;
    }

    .copyright.wrapper .left-box {
        flex-direction: column;
    }

    .conpany-logo {
        display: block;
        width: 40%;
        text-align: center;
        margin: 0 auto;
    }
    .header-inner-wrapper {
        padding-bottom: 11%;
    }
}

@media (max-width: 320px) {
    .search input {
        width: 82%;
    }
    .nav-item-inner-wrapper {
        padding-top: 70%;
    }
    .header-inner-wrapper {
        padding-bottom: 33px;
    }

    .airline-group-img img {
        width: 100%;
    }
}
