/*------------menu area-----------*/
.header-with-topbar .navbar-top, .header-with-topbar .navbar-fixed-top {
    top: 48px;
}

.user-img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 150px;
    margin-left: auto;
    padding-bottom: 2px;
    /* border-left: 1px solid #696969; */
    margin-left: 15px;
    position: relative;
}

    .user-img-box::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 60%;
        width: 1px;
        left: 2px;
        background-color: #a7a7a7;
    }

    .user-img-box:hover .dropdown-menu {
        display: block;
    }

    .user-img-box .dropdown-menu {
        box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
        border: 0;
        /* display: block; */
        min-width: 13rem;
        overflow: hidden;
        /* margin-top: 4px; */
        padding: 15px !important;
        padding-top: 10px !important;
    }

.user-details {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin-left: auto;
}

.searchbox a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-left: auto;
    background-color: #fff0;
}

    .searchbox a i {
        color: #fff;
        font-size: 15px;
    }

ul.dropdown-menu li {
    list-style: none;
 }

.user-img-box .dropdown-menu li a {
    padding: 10px 6px !important;
    border-bottom: 1px solid #ebebeb !important;
    display: block
}


    .user-img-box .dropdown-menu li a:hover {
        background-color: transparent;
        color: #1c95b6;
    }

li.logoutbox a {
    border: 1px solid #1c95b6 !important;
    color: #1c95b6 !important;
    border-radius: 50px !important;
    text-align: center !important;
    padding: 7px 10px !important;
    margin: 0 10px !important;
    margin-top: 10px !important;
}

    li.logoutbox a i {
        color: #1c95b6 !important;
    }

    li.logoutbox a:hover {
        background-color: #1c95b6 !important;
        color: #fff !important;
    }


.user-img-box .dropdown-menu li.logoutbox a {
    border-bottom: 1px solid #1c95b6 !important;
}

.user-profile-top {
    height: 40px;
    width: 40px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #fff;
    /*padding: 7px;*/
    /* line-height: 19px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

    .user-profile-top img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.user-text h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    margin: 0;
    padding-left: 10px;
}

a.c-btn {
    display: inline-block;
    padding: 4px 20px;
    background-color: #fff;
    color: #000 !important;
    border-radius: 50px;
    font-size: 14px;
    border: 1px solid #fff;
    line-height: 18px !important;
}

    a.c-btn i {
        color: #000 !important;
    }

    a.c-btn:hover {
        border: 1px solid #fff;
        background-color: #000;
        color: #fff !important;
    }

        a.c-btn:hover i {
            color: #fff !important;
        }

span.pr-name {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.nav-item a span {
    font-size: 17px;
    text-transform: capitalize;
}

.nav-item a i {
    font-size: 17px;
}

ul.inner-menu li {
    padding: 0 15px;
}

.header-searchbar a {
    width: 35px;
    height: 35px;
    box-shadow: 1px 5px 5px #cccccc13;
    border: 0px solid #d1d1d1;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    margin: 0;
    padding: 0;
    margin-top: 0px;
}

    .header-searchbar a i {
        font-size: 16px;
        margin: 0;
        padding: 0;
    }

nav.navbar.navbar-default ul.nav > li > a {
    padding: 26px 0;
    background: transparent;
    border-color: transparent;
    font-weight: 400;
    display: block;
    color: #333;
}

.mfp-container {
    background-color: #000000e6;
}

.menubtn1 {
    display: none;
}

.nav-item.dropdown {
    position: relative;
}

.nav-item .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background-color: white;
    border: 1px solid #4d4d4d;
    z-index: 9999;
    padding: 0;
    list-style: none;
    /* border-radius: 15px !important; */
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

    .nav-item .dropdown-menu li {
        border-bottom: 1px solid #eee;
    }

        .nav-item .dropdown-menu li a {
            display: block;
            padding: 15px 15px;
            color: #333 !important;
            font-size: 14px;
            font-weight: 400;
            text-decoration: none;
            background-color: #fff;
        }

            .nav-item .dropdown-menu li a i {
                padding-right: 2px;
            }

.nav-item:hover .dropdown-menu {
    display: block;
}


.nav-item .dropdown-menu li a:hover {
    background-color: #f7f7f7;
    color: #1c95b6 !important;
}

span.down-arro {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

    span.down-arro i {
        padding-left: 5px;
        margin-top: 0px;
        font-size: 12px;
    }

.active {
    color: #1c95b6 !important;
}

header a.logo img {
    max-height: 60px;
}

header nav.navbar-default, nav.navbar.bootsnav {
    border-bottom: 1px solid #eeeeee70;
    box-shadow: 0px 2px 20px rgb(1 41 112 / 0%);
}

.sticky.header-with-topbar .top-header-area {
    top: -52px;
}

.contact-header ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .contact-header ul li {
        list-style: none;
        margin: 5px 10px;
    }

        .contact-header ul li a {
            color: #ccc;
            font-size: 14px;
        }

            .contact-header ul li a:hover {
                color: #fff;
            }

        .contact-header ul li span i {
            color: #1c95b6;
            font-size: 16px;
            padding-right: 5px;
        }
/*-----------------Logout----------------*/
a.log_in, a.reg_in {
    display: inline-block;
    padding: 6px 20px;
    background-color: #1c95b6;
    color: #fff;
    border-radius: 50px;
    font-size: 15px;
    border: 1px solid #1c95b6;
}

    a.log_in:hover, a.reg_in:hover {
        background-color: transparent;
    }

.loginBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
}
.loginBtn a:hover{
    color:black !important;
    background-color: white !important;
    border-color :white !important;
}
a.logo.lg-w {
    display: block !important;
}

/*----------------Responsive-----------*/

@media only screen and (max-width:1199px) {

    .nav-desk {
        display: none !important;
    }

    .menubtn1 {
        display: block;
    }

    .menubtn .mobile-toggle span {
        background: #000000;
    }

    .menubtn1 {
        top: 10px;
        width: 50px;
        position: absolute;
        right: 10px;
    }

        .menubtn1 .mobile-toggle span {
            background: #000000;
        }

    .mobile-width {
        width: auto;
    }
    .cbp-spmenu-right {
        right: -455px;
    }

    .cbp-spmenu-open {
        width: 350px;
    }

    .menubtn1 nav.navbar.bootsnav .navbar-toggle {
        top: 2px;
        right: -39px;
        position: absolute !important;
    }

    .img-ser {
        margin-top: 55px;
    }

    /* .header-searchbar {
  padding-left: 40px;
} */

}



/*------------Custome-Footer-------------*/
.custome-footer {
    background-color: #000;
    background-image: linear-gradient(rgba(0, 0, 0, 0.329), rgba(0, 0, 0, 0.329)), url('../../themehelper/images/main-footer-3.jpg');
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.lightbg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(28, 149, 182, 0.8), transparent 70%);
    transform: translate(-50%, -50%);
    filter: blur(80px);
    border-radius: 50%;
    z-index: -1;
}

.custome-footer .widget-title {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
}

.custome-footer .media a {
    color: #c0c0c0;
    font-size: 15px;
    line-height: 20px;
    padding: 4px 2px;
    position: relative;
    padding-left: 15px;
}

    .custome-footer .media a:hover {
        padding-left: 20px;
        color: #fff;
    }

    .custome-footer .media a::after {
        content: '\f105';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 50%;
    }

.contact-slide p, .contact-slide p a {
    color: #c0c0c0;
    font-size: 15px;
    margin-bottom: 15px;
}

    .contact-slide p i {
        padding-right: 5px;
    }

.padding-five-bottom {
    padding-bottom: 0%;
}

.border-color-medium-dark-gray {
    border-color: #6c6c6c !important;
}

.copyright p {
    margin-bottom: 0;
    color: #c0c0c0;
    font-size: 15px;
}

.footer-bottom {
    padding-bottom: 25px;
}

    .footer-bottom .margin-20px-right {
        margin-right: 20px;
        font-size: 15px;
        color: #c0c0c0;
    }

    .footer-bottom .small-icon li a {
        display: inline-block;
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        background-color: #e7e7e7;
        color: #000;
        box-shadow: 2px 5px 20px #3f3f3f;
        transition: 0.5s all;
    }

        .footer-bottom .small-icon li a:hover {
            transform: translateY(-10px);
            box-shadow: 2px 5px 20px #7c7c7c;
            background-color: #fff;
        }

.scroll-top-arrow, .scroll-top-arrow:focus {
    color: #fff;
    background: #878787;
    line-height: 43px;
    display: none;
    height: 40px;
    width: 40px;
    padding: 0;
    position: fixed;
    right: 45px;
    text-align: center;
    text-decoration: none;
    top: 85%;
    z-index: 10006;
    border-radius: 100%;
}

@media only screen and (max-width:991px) {

    .footer-bottom .small-icon li a {
        height: 35px;
        width: 35px;
        line-height: 35px;
    }
}

    @media only screen and (max-width:767px) {
        .menubtn1 nav.navbar.bootsnav .navbar-toggle {
            top: 0;
            right: 0;
            position: relative;
        }

        .navbar-top {
            padding-block: 10px !important;
        }

        .cbp-spmenu-open {
            width: 320px;
        }

        .user-details {
            width: 65%;
        }

        .custome-footer .widget-title {
            text-align: left !important;
        }

        .instagram-follow-api {
            text-align: left !important;
        }

        .copyrightFooter {
            flex-direction: column-reverse;
        }

        .copyright {
            margin-top: 40px;
        }
    }

    @media only screen and (max-width:450px) {
        .cbp-spmenu-open {
            width: 300px;
        }
    }

    @media only screen and (max-width:350px) {
        a.c-btn {
            display: inline-block;
            padding: 4px 12px;
            font-size: 12px;
        }

        .user-details {
            width: 85%;
        }
    }
