/* @font-face {
    font-family: 'Raleway';
    src: url('../css/raleway-font/Raleway-Regular.ttf');
} */

/*#region  **** general  ****/

body {
    font-family: Raleway;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    color: #333;
}

h6,
h5,
h4,
h3,
h2,
h1,
p,
span,
a {
    font-family: Raleway;
    /* text-align: justify; */
}

.form-control {
    font-size: 16px;
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.logo-img {
    height: 50px;
}

.body-content {
    min-height: 400px;
}

/*#endregion*/

.splash-image {
    height: 100%;
    width: 100%;
    /* margin: auto; */
    text-align: center;
    padding: 10px;
    background-color: #a0a0a0;
    font-size: 50px;
    color: white;
}

/*#region  **** header top 1 contain social and ligin  ****/
.header-top-1 {
    background: #0c0c0c;
    position: fixed;
    width: 100%;
    height: 35px;
    top: 0;
    z-index: 1001;
}

.header-top-1 li {
    display: inline-block;
    padding: 7px 15px;
    color: #fff;
}

.header-top-1 li i {
    padding-right: 0px;
    color: #fff;
}

.header-top-1-social-icon {
    display: inline
}

.header-top-1-social-icon li:first-child {
    padding-left: 0;
}

.login {
    display: inline;
    float: right;
}

.login ul {
    text-align: right;
}

.login li a {
    color: #31b5e1;
}

.login-col:before {
    content: "";
    position: absolute;
    right: -2px;
    width: 1px;
    height: 20px;
    background: #fbc325;
    opacity: .5;
}

.login li {
    position: relative;
}

.logo-slide {
    position: absolute;
    right: 10px;
    top: -200px;
    opacity: 0;
    transition: all 1.5s;
}

.logo-slide.scrolled {
    opacity: 1;
    top: 7px;
}

/*#endregion  **** header top   ****/

/*#region  **** header top 2 contain logo and content item  ****/

.header-top-2 {
    background: #fff;
    padding: 5px 0;
    margin-top: 35px;
    position: relative;
    z-index: 1;
}

.icon img {
    max-width: 40px;
    position: absolute;
    left: -21px;
    /* top: -8px; */
}

.header-top-2-icon {
    float: right;
}

.content-item {
    display: flex;
    /* margin-top: 4px; */
}

.content-item li i {
    color: #31b5e1;
}

.icon {
    position: relative;
    color: #333;
    padding: 10px 37px;
}

.icon:first-child {
    padding-left: 20px;
    padding-right: 100px;
}

.icon:last-child {
    padding-left: 15px;
}

/* .fa-stack:after{
  position:absolute;
  right:0%;
  top:0%;
  content: attr(data-count);
  font-size:40%;
  padding:.6em;
  border-radius:999px;
  line-height:.75em;
  color: white;
  color:shopping-cart-red;
  text-align:center;
  min-width:2em;
  font-weight:bold;
  background: white;
  border-style:solid;
}
.fa-circle {
  color:#DF0000;
}

.red-cart {
	color: #DF0000; background:white;
} */

.cart {
    color: #2f88c9;
    float: right;
    font-size: 40px;
    margin-top: -35px;
    margin-right: 35px;
    cursor: pointer;
}

.my-badge {
    position: absolute;
    height: 25px;
    width: 25px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    right: 37px;
    /* left: 20px; */
    margin-left: -9px;
    top: 22px;
    border: 2px solid;
    border-color: #fcd158;
}

/*#endregion*/

/* ---------------------------------------------------------- */

/*#region  **** Campaign  ****/
#home-campaign,
#searchSpace-campaign {
    /* margin-top: 15px; */
    width: 80%;
    margin: 8px auto;
    float: unset;
    z-index: 1;
    box-shadow: 2px 1px 2px 0px rgba(0, 0, 0, 0.55);
    border: 1px solid #4848487a;
    border-radius: 14px;
    background-color: #202d56;
    padding: 10px;
}

#searchSpace-campaign {
    margin-top: 15px;
}

#home-campaign {
    margin-top: 18px;

}

/*#endregion*/


/*#region  **** Main Nav BAnr  ****/

@media only screen and (max-width: 767px) {
    #slide-navbar-collapse {
        position: fixed;
        top: 0;
        left: 15px;
        z-index: 1003;
        width: 280px;
        height: 100%;
        background-color: #091d21;
        overflow: auto;
    }

    .menu-overlay {
        display: none;
        background-color: #00000033;
        bottom: 0;
        left: 0;
        opacity: 0.5;
        filter: alpha(opacity=50);
        /* IE7 & 8 */
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1002;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
        /* border-color: n; */
    }

    .navbar-toggle {
        float: left;
        margin-left: 20px;
        margin-top: 7px;
        border-color: #fbc52d !important;
        border: 2px solid transparent;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #2f88c9;
    }

}

.navbar {
    border-radius: 0px;
    border: 0;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    position: fixed;
    width: 100%;
    top: 107px;
}

.nav-scrolled {
    /* background-color: #223366 !important;     */
    /* background-color: #ffffff !important; */
    background: #ffffff !important;
    top: 35px;
    /* height: 70px !important; */
    opacity: 0.93;
}

.nav-scrolled .navbar-toggle {
    margin-top: 8px;
    border-color: #484848 !important;
}

.nav-scrolled:after {
    content: ' ';
    width: 100%;
    height: 5px;
    background: linear-gradient(rgba(90, 90, 90, 0.43), rgba(255, 255, 255, 0));
    position: absolute;
    bottom: -5px;
    left: 0;
}

.navbar-area {
    height: 50px;
    /* background-color:#2f88c9; */
    background: -webkit-linear-gradient(top, #0c0c0c, #505050e8);
    /* #123941; */
    margin-bottom: 0px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fbc325;
    /* #2f88c9; */
    background: none;

}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #ffffff !important;
    font-size: 16px;
    box-shadow: inset 0 0 0 1.2px #2f88c9;
    /* #0c0c0c; */
    /* #3a7999; */
    border-radius: 10px;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    /* #fbc325; */
    font-weight: 600;
    transition: all 0.35s;
}

.nav-scrolled.navbar-default .navbar-nav>li>a {
    color: #484848;
}

.nav-scrolled.navbar-default .navbar-nav>li.active>a {
    color: #2f88c9;
    background: none;
}

.nav-scrolled.navbar-default .navbar-nav>li>a:hover,
.nav-scrolled.navbar-default .navbar-nav>li>a:focus {
    color: rgba(34, 51, 102, 0.8) !important;
    /* font-size: 16px; */
    box-shadow: inset 0 0 0 1px #3a7999;
    /* border-radius: 10px; */
}

/* .navbar-default .navbar-nav>li>a {
    color: #484848;  
    font-weight: 600;
}
:not(.nav-scrolled).navbar-default .navbar-nav>li>a {
    color: #fbc325;
    font-weight: 600;
} */

.navbar-margin {
    margin-top: 0px;
}

.nav-user-account li a {
    top: 0 !important;
    padding: 7px !important;
}

.nav-user-account li a:hover {
    margin-top: 0 !important;
    /* padding: 7px !important; */
}

.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #142440;
    z-index: 1200;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
    animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }

}

/*#endregion

/*#region  **** footer  ****/

/*#region  **** Footer  ****/
footer {
    background: #222222;
    /* margin-top: -32px; */
    border-top: 4px solid #fbc325;
}

.up-footer h2 {
    /* font-family: 'Raleway', sans-serif; */
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 15px;
    /* margin-bottom: 17px; */
    text-transform: uppercase;
    color: #ffffff;
}

.up-footer p {
    font-size: 14px;
    color: #ffffff;
    /* font-family: 'Lato', sans-serif; */
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
    text-align: justify;
}

.up-footer ul {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
    /* padding-top: 10px; */
}

.up-footer li {
    margin-bottom: 4px;
    padding-right: 4px;
    padding-left: 15px;
    display: inline-block;
}

.up-footer li i {
    color: #fbc325;
}

.footer-widget-2 {
    text-align: left;
    padding-left: 30%;
}

.list {
    list-style: none;
    padding: 0px;
    padding-top: 0;
}

.list li {
    display: list-item;
    margin-bottom: 0;
    /* list-style-type: disc; */
}

.list li a {
    color: #fff;
    text-transform: capitalize;
    line-height: 22px;
    text-decoration: none
}

.up-footer-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    /* z-index: 1; */
    top: 0;
    left: 0;
    background: rgba(34, 51, 102, 0.8);
}

.up-footer {
    padding: 70px 0;
    background: url(../images/footer/footer-bg.jpg);
    background-size: cover;
    position: relative;
}

.copyright {
    padding: 25px;
    background: #efbb27;
    border-top: 1px solid #273868;
    text-transform: uppercase;
    font-size: 13px;
    /* font-family: 'Raleway', sans-serif; */
    color: #eaeaea;
    text-align: center;
    margin: 0;
    padding-bottom: 0;
    padding-top: 6px;
}

.copyright p {
    color: #202c55;
    text-transform: capitalize;
}

/* .pull-left {
    float: left!important;
} */

/*#endregion*/

/*#region  **** loader  ****/

/* .loadingDiv {
    width: 100%;
    height: 100%;
    z-index: 20000;
    opacity: 0.5;
    background-color: black;
    position: fixed;
    display: none;
}

.loadingDiv img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.LoadingImg {
    height: auto;
    width: 32px;
    position: absolute;
    top: 2px;
    right: 35px;
    z-index: 1000000;
} */

.LoadingImg {
    height: auto;
    width: 32px;
    position: absolute;
    top: 2px;
    right: 35px;
    z-index: 1000000;
}

/*#endregion*/

/* ---------------------------------------------------------- */

/*#region  **** account user drob down list  ****/
.nav-user-account {
    position: relative;
    display: inline-block;
    float: right;
    margin: 0;
    margin-top: 0px;

}

.nav-user-account li {
    display: inline !important;
}

.nav-user-account a {
    padding-top: 0;
    padding-bottom: 0;
}

.li-account-user {
    padding: 0 !important;
    margin-top: 0 !important;
}

.li-account-user a {
    color: #31b5e1;

}

.li-account-user a:hover {
    background-color: unset !important;
    color: #ffffff;

}

.nav-sub-menu {
    position: absolute !important;
    background-color: #ffffff;
    box-shadow: 0 6px 12px rgba(12, 12, 12, 0.9);
}

.nav-sub-menu a {
    color: #0c0c0c;
}

.li-account-user a:focus {
    background-color: unset !important;

}

/* .nav-sub-menu li {
    display: inline;
} */

.nav-sub-menu li a {
    line-height: 0;
    padding: 4px 10px;

}

.nav-sub-menu li a:hover {
    text-decoration: underline;
    text-decoration-color: #0c0c0c;

}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: unset;
    border-color: #337ab7;
}

/*#endregion*/

/*#region  **** overlayDIV  ****/
.overlayDIV {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000069;
    z-index: 98;
    top: 0;
    left: 0;
}

/*#endregion*/

/*#region ----- ( campaign ) ----- */

.campaign-img {
    /* background: url(../images/slider/img-1.png) ; */
    /* center/cover no-repeat */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 150px !important;
}

/* 
.owl-carousel.owl-drag .owl-item {
    height: 150px;
} */

/*#endregion*/

/*#region  **** auto complete  ****/
.chosen-container-single .chosen-single {
    height: 34px;
    font-size: 16px;
    padding-top: 4px;
    font-family: Raleway;
    background: #ffffff;
}

.chosen-container .chosen-results li.active-result {
    font-size: 16px;
}

/*#endregion*/

/*#region  **** go to top buttom   ****/

.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    /* visibility: hidden; */
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: none;
}

.gototop.active {
    opacity: 10;
    visibility: visible;
    display: unset;
}

.gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(251, 202, 0, .5);
    color: #142440;
    border: 1px solid #142440;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.gototop a:hover {
    text-decoration: none;
    outline: none;
    background: #142440;
    color: #fbca00;
    border-color: #fbca00;
}

.gototop a:focus {
    text-decoration: none;
}

.gototop a i {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    font-weight: 800;
    font-size: 20px;
}

/*#endregion*/


/* .datepicker-dropdown{
    top: 361px !important;  
} */

/*#region  **** responsive  ****/

@media (max-width: 660px) {
    .header-top-2-icon {
        display: none;
    }

    .navbar {
        top: 95px;
    }

    .nav-scrolled {
        top: 35px;
    }
}

@media (max-width: 767px) {
    .footer-widget-2 {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 0%;
    }

    .nav-user-account {
        line-height: 0px;
    }

    /* .nav-user-account li a {
        top: 3px;
        padding-bottom: 20px;
    } */

    /* .nav-sub-menu {
        left: -20px;
    } */

    .navbar-nav .open .dropdown-menu {
        box-shadow: 0 6px 12px rgba(12, 12, 12, 0.9);
        background-color: #ffffff;
    }

    /* background: -webkit-linear-gradient(top, #00b4ffe3, #000000); */
    /* background: -webkit-linear-gradient(top, #ffffff2b, #00000047); */
    .nav-scrolled.navbar-default .navbar-nav>li>a {
        color: #ffffff;
        /* #fbc325; */
    }

    .nav-scrolled.navbar-default .navbar-nav>li.active>a {
        color: #fbc325;
    }

    .navbar-nav-togel {
        margin: 35px -15px;
    }

    .nav-scrolled.navbar-default .navbar-nav>li>a:hover {
        color: #ffffff !important;
        font-size: 16px;
        box-shadow: inset 0 0 0 1.2px #2f88c9;
        border-radius: 10px;
    }


}

@media (min-width: 767px) {
    .navbar-nav>li>a:hover {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 5px;
    }
}

@media (max-width: 450px) {
    .header-top-1 li {
        padding: 0 5px;
        margin-top: 10px;
    }

}

@media (max-width: 991px) {
    .icon:first-child {
        padding-right: 50px;
    }

    .icon:last-child {
        padding-right: 7px;
    }

}

@media (max-width: 350px) {
    .header-top-1 li i {
        padding-right: 3px;
    }

    .nav-user-account li a {
        font-size: 13px;
    }

    #slide-navbar-collapse {
        width: 230px;
    }
}

/*#endregion*/

/* ---------------------------------------------------------- */

/*#region  **** main-loader ,, table-loader  ****/
#main-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.3;
    background-color: black;
    /* display: none; */
}

#main-loader::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    /* bottom: 0; */
    background-image: url(../images/loader/Loading.gif);
    background-size: cover;
}

#table-loader {
    position: relative;
    /* display: none; */
}

#table-loader::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    /* bottom: 0; */
    background-image: url(../images/loader/Loading.gif);
    background-size: cover;
}

/*#endregion*/

/* ---------------------------------------------------------- */

.tabulator .tabulator-tableHolder {

    padding-bottom: 30px;
}

/* ------------------------ Action ------------------------- */

.action-logo {
    max-height: 100px;
}

.action-link:active,
.action-link:hover {
    text-decoration-color: #00161f;
}

@media(max-width:350px) {
    .action-logo {
        max-height: 90px;
    }
}

/* ---------------------------------------------------------- */

.navbar-right .dropdown-menu {
    right: 0;
    left: auto;
}