@font-face {
    font-family: 'Tajawal-Bold';
    src: url('../fonts/Tajawal-Bold.eot');
    src: url('../fonts/Tajawal-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Tajawal-Bold.woff2') format('woff2'), url('../fonts/Tajawal-Bold.woff') format('woff'), url('../fonts/Tajawal-Bold.ttf') format('truetype'), url('../fonts/Tajawal-Bold.svg#Tajawal-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tajawal-Medium';
    src: url('../fonts/Tajawal-Medium.eot');
    src: url('../fonts/Tajawal-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Tajawal-Medium.woff2') format('woff2'), url('../fonts/Tajawal-Medium.woff') format('woff'), url('../fonts/Tajawal-Medium.ttf') format('truetype'), url('../fonts/Tajawal-Medium.svg#Tajawal-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
}

img {
    max-width: 100%;
}

body {
    font-family: 'Tajawal-Medium' !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Tajawal-Bold' !important;
}

a {
    text-decoration: none !important;
}

li {
    list-style: none;
}

.wrap {
    overflow: hidden;
}

.container-box {
    padding: 0px 15px;
}


/****main-head*****/

.main-head {
    background-color: #F2F2F2;
    padding: 25px 0;
}

.main-head {
    font-size: 18px;
}


/****top*****/

.top {
    padding: 15px 0;
}

.top .logo .img-responsive {
    margin-right: auto;
    max-height: 60px;
}

.top .user-nav {
    float: left;
    padding: 30px 10px;
}

.top .header-top {
    flex-wrap: wrap;
}

.top .header-top .input-submit{
    width: auto;
}


.top .header-bottom .site-links {
    flex-wrap: wrap;
}

.btn {
    /*background-color: transparent;*/
    font-size: 18px;
}

.dropdown {
    display: inline-block;
    float: left;
    margin-left: 15px;
    /*margin-top: 20px;*/
}

.dropdown-menu {
    padding: 10px;
}

.open>.dropdown-menu {
    background-color: #202020;
}

.dropdown-menu>li>a {
    color: #fff;
    background-color: #202020;
    border-bottom: 1px solid #777;
    padding: 10px;
    font-size: 14px;
}

.dropdown-menu>li>a:hover {
    background-color: transparent;
    color: #fff;
}

@media (max-width: 768px) {
    .site-links.right-nav .resister,
    .site-links.right-nav .login,
    .goog-te-gadget .goog-te-combo {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .top .header-top {
        justify-content: center !important;
    }
    .top .header-top .greybtn {
        margin-bottom: 10px;
    }
    .top .header-bottom .site-links {
        justify-content: center;
    }
    .top .header-bottom .site-links .dropdown {
        margin-top: 15px !important;
    }
}


/*****top-menu******/

.top-menu {
    background-color: #252525;
    position: relative;
    overflow: hidden;
}

.top-menu button,
.top-menu button:active,
.top-menu button:active:focus,
.top-menu button:focus {
    box-shadow: none;
    outline: none;
    transition: 0.4s;
}

.top-menu button:hover {
    background-color: #051fb4 !important;
}

.top-menu button.prevscroll {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 999;
    background-color: #252525;
    display: flex;
    align-items: center;
}

.top-menu button.nextscroll i {
    color: #fff;
    font-size: 25px;
}

.top-menu button.nextscroll {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 999;
    background-color: #252525;
    display: flex;
    align-items: center;
}

.top-menu button.prevscroll i {
    color: #fff;
    font-size: 25px;
}

.top-menu .main-nav {
    overflow: auto;
}

.nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.example {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.top-menu .main-nav::-webkit-scrollbar {
    display: none;
}

.top-menu .main-nav .nav-list {
    padding: 0px 30px;
}


/*****slide******/

.main-slide .item {
    position: relative;
}

.main-slide .owl-nav button {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 100%;
    background-color: transparent;
    border: 1px solid #777;
    text-align: center;
    color: #fff;
    transition: all linear .5s;
}

.main-slide .owl-nav button:hover {
    background-color: transparent;
    border: 1px solid #051FB4;
}

.main-slide .owl-nav .owl-prev {
    right: 50px;
}

.main-slide .owl-nav .owl-next {
    left: 50px;
}

.main-slide .item-content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0px;
    right: 0px;
    display: flex;
    align-items: center;
}

.main-slide .item-content>div {
    width: 100%;
}

.main-slide .item-content h3 {
    font-size: 30px;
    color: #fff;
    margin-top: 0px;
}


/******meaning*******/

.meaning {
    padding: 50px 0px;
}

.explore input {
    display: block;
    border: 1px solid #777777;
    /*width: 100%;*/
    /*border-radius: 5px;*/
    /*padding: 15px 5px;*/
    /*margin: 0px 0 15px;*/
}

.explore select {
    display: block;
    border: 1px solid #777777;
    width: 100%;
    border-radius: 5px;
    /*padding: 15px 5px;*/
}

.explore a {
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 15px 0;
    margin: 15px 0;
    text-align: center;
    background-color: #051FB4;
    color: #fff;
}

.explore-lap {
    background-color: #e6e6e6;
    transition: all linear .5s;
    margin-top: 40px;
    border-radius: 10px;
    overflow: hidden;
}

.explore-lap:first-child {
    margin-top: 0px;
}

.explore-lap:hover {
    transition: all linear .5s;
    box-shadow: 0 0 18px rgba(0, 0, 0, .35);
    transform: scale(1.02);
}

.explore-lap-title {
    text-align: center;
}

.explore-lap-title a {
    padding: 20px 0px;
    display: block;
}

.explore-home {
    background-color: #EFEFEF;
    transition: all linear .5s;
    margin-top: 75px;
}

.explore-home:hover {
    transition: all linear .5s;
    box-shadow: 0 0 18px rgba(0, 0, 0, .35);
    transform: scale(1.02);
}

.explore-home-title {
    text-align: center;
}

.explore-home-title a {
    padding-bottom: 25px;
    margin-top: 25px;
    display: block;
}

.explore-lap-title a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.explore-home-title a {
    color: #000;
}


/****villa*****/

.product-box>div {
    margin-bottom: 30px;
}

.villa-box>div {
    margin-bottom: 30px;
}

.villa {
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #bcbcbc;
    transition: all ease-in .5s;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.villa:hover {
    transition: all ease-in .5s;
    box-shadow: 0 0 18px rgba(0, 0, 0, .25);
    /* border: 1px solid transparent; */
}

.villa .villa-img {
    border-radius: 10px;
    overflow: hidden;
}

.villa .villa-img img {
    border-radius: 10px;
    height: 225px;
    width: 100%;
    max-width: 100%;
    margin: auto;
}

.villa-content {
    padding: 10px 5px;
}

.villa .villa-content .villa-title h5 {
    font-size: 15px;
}

.villa .villa-content .villa-paragraph p {
    font-size: 14px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: break-spaces;
    word-break: break-word;
}

.villa-footer {
    display: inline-block;
    margin-top: auto;
    text-align: center;
    background-color: #e6e6e6;
    padding: 7px;
    border-radius: 10px;
}

.villa-footer .villa-icon {
    display: inline-block;
}

.villa-footer .villa-icon img {
    display: inline-block;
}

.villa-footer .villa-word {
    display: inline-block;
    padding-right: 8px;
    font-size: 16px;
}

.villa-logo {
    /*text-align: left;*/
    /*float: left;*/
    /*padding-left: 25px;*/
}

.villa-title a {
    color: #000;
    font-family: 'Tajawal-Bold';
}

.villa-word a {
    color: #000;
    font-family: 'Tajawal-Bold';
}

.main-link {
    text-align: center;
}

.main-link {
    background-color: #051FB4;
    color: #fff;
    border: 1px solid #051FB4;
    padding: 10px 30px;
    transition: all linear .5s;
    display: inline-block;
    font-size: 16px;
    border-radius: 10px;
}


/***services****/

.services {
    padding-bottom: 35px;
}

.services img {
    width: 100%;
    height: 275px;
    border-radius: 15px;
}


/****footer****/

.footer {
    background-color: #252525;
}

.footer-contain {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
    border-bottom: 1px solid #a2a2a2;
}

.footer-link ul {
    display: flex;
    flex-wrap: wrap;
}

.footer-link ul li {
    padding: 12px;
    color: #fff;
    width: 25%;
}


/* .footer-link li:before {
    content: "-";
    margin-left: 10px;
    color: #fff;
    font-size: 22px;
} */

.footer-link li a {
    /*font-family: 'Tajawal-Bold';*/
    font-size: 16px;
    color: #fff;
}

.footer-title h3 {
    color: #fff;
    margin: 0px;
    margin-bottom: 30px;
    font-size: 28px;
}

.footer-contact {
    /* margin-bottom: 40px; */
}

.footer-phone i {
    color: #fff;
    font-size: 22px;
    margin-left: 10px;
}

.footer-index {
    display: inline-block;
}

.footer-index a h3 {
    margin-bottom: 0;
    margin-top: 0;
    color: #fff;
    font-size: 20px;
}

.footer-index a {
    padding: 5px 0;
}

.sociallinks {
    padding: 50px 0px;
    margin: auto;
}

.footer-social a {
    text-align: center;
    color: #fff;
    display: inline-block;
    transition: all linear 0.5s;
    margin-left: 20px;
}

.footer-social a i {
    font-size: 35px;
}

.footer-social .face {
    background-color: #3b5998;
}

.footer-social .twitter {
    background-color: #1da1f2;
}

.footer-social .in {
    background-color: #86888a;
}

.footer-social .instagram {
    background-color: #e1306c;
}

.end-footer {
    background-color: #1d1d1d;
    padding: 5px 0px;
}

.end-footer .right h5 {
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.end-footer .left h5 {
    color: #fff;
    font-size: 16px;
}

.efadh {
    float: left;
}

@media (min-width: 992px) {
    .main-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .nav-list {
        display: flex;
        margin-bottom: 0;
        list-style: none;
        white-space: nowrap;
    }
    .nav-list>.link {
        display: flex;
        align-items: center;
        position: relative;
    }
    .has_sub_menu~i {
        width: 15px;
        display: inline-block;
        text-align: center;
        color: #777777;
    }
    .nav-list>.link>a {
        display: block;
        color: #fff;
        position: relative;
        font-size: 16px;
        font-family: 'Tajawal-Bold';
        padding: 25px 10px;
        transition: all linear .5s
    }
    .nav-list>.link:hover a,
    .nav-list>.link.active a {
        color: #fff;
        background-color: #051FB4;
        transition: all linear .5s;
    }
    .nav-list>.links {
        display: flex;
        align-items: center;
        position: relative;
    }
    .nav-list>.links>a {
        display: block;
        color: #fff;
        position: relative;
        font-size: 12px;
        font-family: 'Tajawal-Bold';
        transition: all linear .5s
    }
    .nav-list>.links:hover {
        background-color: #051FB4;
        transition: all linear .5s;
        color: #fff;
    }
    .nav-list>.links:hover a,
    .nav-list>.links.active a {
        color: #fff;
        background-color: transparent;
        transition: all linear .5s;
    }
    .sub-list {
        background-color: #fff;
        padding: 20px;
        list-style: none;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        position: absolute;
        top: 35px;
        min-width: 230px;
        display: none;
        z-index: 4;
    }
    .sub-list li {
        position: relative;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #cacaca;
    }
    .sub-list li a {
        display: block;
        width: 100%;
        position: relative;
        color: #000;
    }
    .sub-list li a.has_sub_menu {
        width: calc(100% - 30px);
        display: inline-block;
    }
    .sub-list li:hover {
        border-bottom: 1px solid #000;
    }
    .sub-list li a:hover {
        color: #777;
    }
    .sub-list li:last-child>a {
        margin-bottom: 0;
    }
    .sub-list .sub-link {
        border-bottom: 1px solid rgba(255, 255, 255, .4);
        transition: all .5s linear;
    }
    .sub-list .sub-link:hover {
        background-color: #777777;
    }
    .sub-list .sub-link:last-child {
        border-bottom: 0;
    }
    .nav-list .link:hover>.sub-list {
        display: block;
    }
    .nav-list .links:hover>.sub-list {
        display: block;
        background-color: #202020;
    }
    .sub-list .sub-list {
        top: 0;
    }
    .nav-list .link .sub-list .sub-link {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .nav-list .link .sub-list .sub-link:hover>.sub-list {
        display: block;
    }
    .nav-btn,
    .mobile-nav-list {
        display: none;
    }
    .nav-list>.link {
        text-transform: capitalize;
        margin: 0px 12px;
    }
    .has_sub_menu {
        margin-right: 5px;
    }
    .sub-list {
        left: 0;
    }
    .sub-list li a.has_sub_menu {
        margin-left: 5px;
    }
    .sub-list .sub-list {
        left: 100%;
    }
}

@media (max-width: 992px) {
    .dropdown-mob {
        display: inline-block;
        float: left;
    }
    .nav-list {
        display: none;
    }
    .main-nav {
        /*display: flex;*/
        /*flex-wrap: wrap;*/
        /*align-items: center;*/
        /*justify-content: space-between;*/
    }
    .nav-btn {
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-color: #777;
        border-radius: 100%;
        color: #fff;
        font-size: 20px;
    }
    .mobile-nav-list {
        display: block;
        position: fixed;
        top: 0;
        z-index: 5;
        height: 100%;
        width: 300px;
        background-color: #f2f2f2;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        transform: translateX(100%);
        overflow-y: scroll;
        transition: all .5s linear;
    }
    .mobile-nav-list .link {
        font-size: 16px;
        padding: 10px 15px;
        position: relative;
    }
    .mobile-nav-list .link a {
        color: #000;
        display: block;
        width: 100%;
    }
    .mobile-nav-list .link a.has_sub_menu {
        display: inline-block;
        width: calc(100% - 40px);
    }
    .mobile-nav-list .link a:hover,
    .mobile-nav-list .link.active a {
        color: #fff;
    }
    .mobile-nav-list .link i {
        color: #fff;
        background-color: #777;
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        transform-origin: center;
        transition: all .3s linear;
    }
    .mobile-nav-list .link i.open {
        transform: rotate(180deg);
    }
    .sub-list {
        box-shadow: none;
        width: 100%;
        overflow: hidden;
        background-color: transparent;
    }
    .sub-list.open {}
    .sub-list a {
        display: block;
        position: relative;
    }
    .sub-list .sub-link {
        border: 0;
        padding: 5px 20px;
        font-size: 14px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        white-space: nowrap;
    }
    .sub-list .sub-list a {
        display: block;
        position: relative;
    }
    .trans-none {
        transform: none !important;
    }
    .nav-overlay {
        display: block;
        position: fixed;
        top: 0;
        z-index: 4;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .4);
        transition: all .5s ease-in-out;
    }
    /**/
    .mobile-nav-list {
        right: 0;
    }
    .mobile-nav-list .link a.has_sub_menu {
        margin-left: 5px;
    }
    .sub-list .sub-list a {
        padding-right: 15px;
    }
    .nav-overlay {
        left: 0;
        transform: translateX(-100%);
    }
}

@media (max-width: 1024px) {
    .nav-list>.link>a {
        font-size: 14px !important;
    }
    .villa-title h5 {
        font-size: 12px;
    }
    .villa-footer {
        display: inline-block;
    }
    .villa-logo {
        display: inline-block;
        float: none;
    }
    .services img {
        height: 245px;
    }
    .footer-index a h3 {
        font-size: 22px;
    }
}

@media (max-width: 992px) {
    .top-menu button.prevscroll {
        display: none;
    }
    .top-menu button.nextscroll {
        display: none;
    }
}

@media (max-width: 991px) {
    .footer-link ul li {
        width: 33%;
    }
}

@media (max-width: 768px) {
    .mobile-nav-list {
        background-color: #F2F2F2;
    }
    .mobile-nav-list .link a:hover {
        color: #777;
    }
    .sub-list {
        margin-top: 25px;
    }
    .sub-list li {
        padding: 10px;
    }
    .mobile-list .link {
        border-bottom: 1px solid #767676;
        padding: 12px;
    }
    .mobile-nav-list .logo img {
        height: 55px;
        width: 260px;
        text-align: center;
        display: inline-block;
        margin: 20px 0;
    }
    .main-head {
        text-align: center;
    }
    .user-nav {
        float: none;
        padding: 0;
    }
    .nav-list-mob li {
        display: inline-block;
        float: left;
        margin-left: 25px;
    }
    .main-link {
        padding: 7px 22px;
        font-size: 13px;
    }
    .services img {
        border-radius: 10px;
        margin-bottom: 15px;
    }
    .footer-link li {
        width: 34%;
    }
    .end-footer {
        text-align: center;
    }
    .efadh {
        float: none;
    }
}

@media (max-width: 767px) {
    .footer-title h3 {
        margin-bottom: 15px;
    }
    .end-footer .right h5 {
        text-align: center;
    }
}

@media (max-width: 460px) {
    .explore-home-img img {
        display: inline-block;
        width: 100%;
        height: 250px;
    }
    .explore-lap-img img {
        display: inline-block;
        width: 100%;
        height: 250px;
    }
    .explore-lap {
        margin-top: 0;
    }
    .explore-home {
        margin-top: 10px;
        margin-bottom: 25px;
    }
    .villa {
        text-align: center;
        padding: 20px;
    }
    .villa-img img {
        display: inline-block;
        width: 100%;
    }
    .main-link {
        padding: 5px 12px;
    }
    .main-slide .owl-nav button {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    .main-slide .owl-nav .owl-prev {
        right: 25px;
    }
    .main-slide .owl-nav .owl-next {
        left: 25px;
    }
    .top {
        text-align: center;
        display: inline-block;
    }
    .dropdown {
        float: none;
    }
    .logo img {
        display: inline-block;
        text-align: center;
    }
    .services img {
        height: 190px;
    }
    .top-menu {
        padding: 10px;
    }
    .meaning {
        padding: 75px 0;
    }
}

@media (max-width: 425px) {
    .footer-link ul li {
        width: 50%;
    }
}


/**/

.content {
    padding: 50px 0;
}

.sec-tit {
    margin-top: 0px;
    max-width: max-content;
    margin: auto;
    margin-bottom: 30px;
    color: #000;
    border-bottom: 2px solid #051fb4;
    padding-bottom: 8px;
}

.cat-item {
    border: none;
    box-shadow: 0 0 15px rgb(0 0 0 / 22%);
    margin-bottom: 30px;
    font-size: 16px;
    border-radius: 10px;
}

.cat-item-url {
    display: block;
    padding: 15px;
    color: #051FB4;
}

.subcatitems-box>div {
    margin-bottom: 30px;
}

.pro-item {
    border-radius: 10px;
    border: 2px solid #bcbcbc;
    transition: all ease-in .5s;
    overflow: hidden;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.pro-item:hover {
    box-shadow: 0 0 18px rgb(0 0 0 / 25%);
}

.pro-item a {
    display: block;
}

.pro-thumb img {
    height: 225px;
    width: 100%;
    border-radius: 10px;
    max-width: 100%;
    margin: auto;
}

.pro-item-body {
    color: #000;
}

.pro-item-body h5.pro-tit {
    font-size: 16px;
}

.pro-item-body h6.pro-tit {
    font-size: 16px;
}

.pro-item-body h5.pro-price {
    font-size: 15px;
}

.ad-con {
    margin-bottom: 20px;
    color: #042b37;
}

h5.ad-con {
    font-size: 18px;
}

.ad-con i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    background-color: #051FB4;
    color: #fff;
    text-align: center;
    margin-left: 5px;
}

.ad-con a {
    color: #051FB4;
    margin-left: 5px;
}

.ad-meta {
    border-radius: 10px;
    box-shadow: 3px 0 20px 0 rgb(0 0 0 / 16%), -3px 0 20px 0 rgb(0 0 0 / 7%);
    padding: 10px;
    color: #000;
    margin-bottom: 20px;
}

.ad-meta ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ad-meta li {
    margin: 0px 15px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ad-meta a {
    color: #042b37;
}

.ad-meta i {
    color: #051FB4;
    margin-left: 5px;
}

.ad-des {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 30px;
    color: #000;
}

.adv-slider {
    position: relative;
    margin-bottom: 30px;
}

.adv-slider .owl-nav {}

.adv-slider button {}

.adv-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #051FB4;
    /* position: absolute; */
    /* top: 50%; */
    /* font-size: 35px; */
    background-color: transparent;
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.adv-slider .owl-nav .owl-next {
    left: 5px;
}

.adv-slider .owl-nav .owl-prev {
    right: 5px;
}

.advItem img {
    height: 500px;
    border-radius: 10px;
}

.comments {
    background: #042b37;
    padding: 10px;
    margin-bottom: 20px;
    color: #fff;
}

.comment {
    position: relative;
}

.comment-num {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #051fb4;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: -30px;
}

.comment:first-child .comment-num {
    top: -22px;
}

.comment {
    border-bottom: 1px solid #051fb4;
    padding-bottom: 30px;
    margin-bottom: 15px;
    padding-top: 15px;
}

.comment:last-child {
    border-bottom: 1px solid transparent;
}

.comments a {
    color: #000;
}

.comment-meta a {
    color: #000;
    margin-left: 5px;
}

.report-comment {
    color: #FF0000;
}

.all-comments {
    background: #f5f5f5;
    padding: 15px;
    margin-bottom: 20px;
    color: #051FB4;
    font-size: 16px;
    border-radius: 10px;
}

.addfav {
    background-color: #051FB4;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #fff;
}

.share-icon {
    position: fixed;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    box-shadow: inset 0px 0px 10px rgb(0 0 0 / 25%);
    padding: 10px;
    color: #042b37;
    z-index: 2;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.share-icon a {
    display: block;
    color: #051FB4;
    font-size: 18px;
    transition: 0.4s;
}

.share-icon a:not(last-of-type) {
    margin: 10px 0px;
}

.share-icon a:hover {
    transform: scale(1.3);
}

.btn-main {
    background-color: #051FB4;
    color: #fff;
    border: 1px solid #051FB4;
    padding: 10px 35px;
    transition: all linear .5s;
}

.form-submit {
    margin-bottom: 15px;
}

.d-flex {
    display: flex;
}

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

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-between {
    justify-content: space-between;
}

.dropdown-item {
    display: block;
    color: #fff;
}

.site-links {
    padding: 22px 0;
}

.site-links.right-nav {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.site-links.right-nav .resister {
    font-size: 16px;
    color: #000;
}

.site-links.right-nav .login {
    font-size: 16px;
    background-color: #051FB4;
    color: #fff;
    border: 1px solid #051FB4;
    padding: 10px 35px;
    transition: all linear .5s;
    display: inline-block;
    border-radius: 10px;
}

.p-0 {
    padding: 0px;
}

.add-ad {
    float: left;
    padding: 10px 0px;
}

.breadcrumb-area {
    padding: 10px 0;
    background-color: #051FB4;
    color: #fff;
}

.breadcrumb-area a {
    color: #fff;
}

.input-submit {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 100%;
    text-align: center;
    border-radius: 5px;
}


/* width */

.top-menu::-webkit-scrollbar {
    width: 3px;
}


/* Track */

.top-menu::-webkit-scrollbar-track {
    background: #051FB4;
}

.dialog_header {
    width: max-content;
    max-width: 100%;
    margin: auto;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    box-shadow: 0px 0px 10px #0000005c;
}

.dialog_header .dialog_title {
    color: red;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.dialog_header .dialog_title a {
    color: red;
    float: left;
    font-size: 20px;
}

.dialog_header .messages {
    color: red;
    font-size: 16px;
}

.dialog_header .messages p {
    padding: 0px !important;
}


/* Handle */

.top-menu::-webkit-scrollbar-thumb {
    background: #F5F5F5;
}


/* Handle on hover */

.top-menu::-webkit-scrollbar-thumb:hover {
    background: #F5F5F5;
}

.list-important ul {
    flex-direction: column;
}

.list-important ul li {
    width: 100%;
}

.explore-lap-img img {
    width: 100%;
    height: 250px;
}

.greybtn {
    background-color: #f2f2f2;
    border: 0px;
    color: #000;
    font-size: 16px;
    border-radius: 10px;
}

.dropdownbtn {
    background-image: url(../img/thin-down.svg);
    background-position: calc(100% - 30px) 14px, calc(100% - 20px) 14px, 100% 0;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.goog-te-gadget .goog-te-combo {
    background-image: url(../images/dropdown_ic.png);
    background-position: calc(100% - 15px) 15px, calc(100% - 20px) 14px, 100% 0;
    background-size: 15px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.owl-carousel.welcomeslider {
    border-radius: 10px;
    overflow: hidden;
    padding-top: 30px;
}

.owl-carousel.welcomeslider .owl-item img {
    border-radius: 10px;
}

.owl-carousel.welcomeslider .owl-nav button {
    border-color: #fff;
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel.welcomeslider .owl-nav button i {
    font-size: 22px;
}

.owl-carousel.welcomeslider .owl-nav button.owl-prev i {
    margin-left: 3px;
}

.owl-carousel.welcomeslider .owl-nav button.owl-next i {
    margin-right: 3px;
}

.slider .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.slider .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    background-color: transparent;
    margin-top: 12px;
}

.slider .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #bcbcbc;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #031fb4;
}

.explore .explore-box {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.explore .explore-box input[type=search] {
    padding: 10px;
    height: auto;
    font-size: 15px;
    background-color: #f2f2f2;
    border: none;
    box-shadow: none;
    border-radius: 10px;
}

.explore .explore-box select {
    padding: 10px;
    height: auto;
    font-size: 15px;
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    box-shadow: none;
    border-radius: 10px;
    background-image: url(../images/dropdown_ic.png);
    background-position: calc(0% + 15px) 15px, calc(100% - 20px) 14px, 100% 0;
    background-size: 15px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.explore .explore-box input[type=submit] {
    border-radius: 10px;
    font-size: 16px;
}

@media (max-width: 1200px) {
    .main-slide .item-content h3 {
        font-size: 25px;
    }
    .main-slide .owl-nav button {
        width: 40px;
        height: 40px;
    }
    .main-slide .owl-nav .owl-prev {
        right: 30px;
    }
    .main-slide .owl-nav .owl-next {
        left: 30px;
    }
}

@media (max-width: 768px) {
    .main-slide .item-content h3 {
        font-size: 22px;
    }
    .main-slide .owl-nav button {
        width: 30px;
        height: 30px;
    }
    .main-slide .owl-nav .owl-prev {
        right: 15px;
    }
    .main-slide .owl-nav .owl-next {
        left: 15px;
    }
    .owl-carousel.welcomeslider .owl-nav button i {
        font-size: 17px;
    }
    .slider .owl-theme .owl-dots .owl-dot {
        margin-top: 5px;
    }
    .slider .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 575.98px) {
    h1.sec-tit {
        font-size: 25px;
    }
    .main-slide .item-content h3 {
        font-size: 20px;
    }
    .main-slide .owl-nav button {
        width: 25px;
        height: 25px;
    }
    .main-slide .owl-nav .owl-prev {
        right: 10px;
    }
    .main-slide .owl-nav .owl-next {
        left: 10px;
    }
    .owl-carousel.welcomeslider .owl-nav button i {
        font-size: 13px;
    }
    .slider .owl-theme .owl-dots .owl-dot {
        margin-top: 5px;
    }
    .slider .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
    }
    .owl-carousel.welcomeslider .owl-nav button {
        border-width: 2px;
    }
}

@media (max-width: 425px) {
    h1.sec-tit {
        font-size: 22px;
    }
    .main-slide .item-content h3 {
        font-size: 18px;
    }
    .container-box {
        padding: 0px;
    }
}

.notallow p,
.notallow ul li {
    font-size: 16px;
}

.contact-box input,
.contact-box textarea,
.register-box input,
.register-box select,
.login-box input,
.login-box select,
.forget-box input {
    border-radius: 10px;
    font-size: 16px;
}

.contact-box,
.permission-box,
.register-box,
.login-box,
.forget-box {
    font-size: 16px;
}

.forget-box h5 {
    font-size: 16px;
}