/*
    main color      -> e7355e
    hover color     -> da3259

*/
body {
    font-size: 14px;
    color: #575757;
}


* {
    font-family: 'Raleway', sans-serif;
    outline: none !important;
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.025);
}

button[disabled] {
    opacity: 0.5 !important;
    cursor: wait !important;
}

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

iframe {
    max-width: 100%;
}

a[href="#"]:not([class]) {
    cursor: default;
}

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

.content h1, h2, h3, h4, h5, h6 {
    color: #323232;
    font-weight: 700;
    font-size: 20px;
}

a,
img {
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

.admin {
    position:fixed;
    right:25px;
    bottom:0;
    z-index: 999;
}

.admin a {
    display:inline-block;
    padding:10px 15px;
    background:#ffffff;
    border:1px solid #000000;
    color:#000000;
    font-size:14px;
    text-decoration:none;
    border-bottom: none;
}

.admin a:hover {
    background:#000000;
    border:1px solid #ffffff;
    color:#ffffff;
    border-bottom: none;
}

.pagination {
    margin-top: 100px;
}

[left-badge] {
    position: relative;
    padding-left: 15px;
}

[left-badge]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #1abc9c;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    opacity: 0.7;
}

.owl-prev:hover,
.owl-next:hover {
    opacity: 1;
}

.owl-prev i,
.owl-next i {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    color: #fff;
    font-size: 40px;
}

.owl-prev i {
    left: 10px;
}

.owl-next i {
    right: 10px;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}



/* Load More Button */
.ias-trigger {
    font-size: 14px;
    clear: both;
    display: block;
    padding: 5px 0;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    font-weight: bold;
    border-radius: 15px;
    position: relative;
    top: 20px;
}

.ias-trigger a:hover {
    text-decoration: none;
}



/* IAS Spinner */
.ias-spinner {
    font-size: 14px;
    clear: both;
    display: block;
    padding: 5px 0;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    font-weight: bold;
    border-radius: 15px;
    position: relative;
    top: 20px;
}



/* share buttons */
.share a {
    display: inline-block;
    margin: 0 7px 7px 0;
    color: #fff;
    width: 32px;
    line-height: 29px;
    text-align: center;
    border-radius: 2px;
}

.share a:hover {
    opacity: 0.8;
}



/* header */
header {
    margin-bottom: 35px;
}

header .bar {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 35px;
    padding: 10px 0;
}

header .bar .left span {
    line-height: 34px;
    color: #9a9a9a;
    margin-right: 15px;
}

header .bar .left a {
    line-height: 34px;
    color: #777777;
    text-decoration: none;
}

.header-border header {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 35px;
}

header .navbar-brand {
    width: 150px;
}

header .social {
    text-align: right;
    padding-top: 7px;
}

header .social li {
    display: inline-block;
}

header .social li a {
    text-decoration: none;
    color: #a4a4a4;
    padding: 0 10px;
}

header .social li a:hover {
    color: #222;
}

header .languages {
    display: inline-block;
    min-width: 65px;
}

header .languages .dropdown-toggle {
    background: transparent;
    border: none;
    cursor: pointer;
}

header .languages .dropdown-toggle:hover {
    opacity: 0.8;
}

header .languages .dropdown-header {
    padding: 5px 15px 10px 15px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
}

header .languages .dropdown-item {
    padding: 5px 15px;
    font-size: 13px;
}

header .languages img {
    border-radius: 5px;
}



/* navigation */
.navbar .navbar-nav .nav-link {
    color: #1c1c1b;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 10px;
    margin-left: 5px;
    border-radius: 2px;
    border: 2px solid transparent;
}
@media all and (max-width:1500px){
    .navbar .navbar-nav .nav-link{
        padding:5px;
    }
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus {
    color: #3498db;
}

.navbar .navbar-nav .show > .nav-link,
.navbar .navbar-nav .active > .nav-link,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .nav-link.active {
    color: #3498db;
    border-color: #3498db;
}

.navbar .navbar-nav .dropdown-menu {
    border: none;
    background: #3498db;
    border-radius: 0;
    margin-top: -2px;
    padding: 15px 0;
    left: 5px;
}

.navbar .navbar-nav .dropdown-menu a {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}
.navbar .navbar-nav .nav-link span.red{
    color:red;
    font-size: 12px;
}

.navbar .navbar-nav .odd.active a {
    border-color: #3498db;
}

.navbar .navbar-nav .odd.active a:after {
    display: none;
}

.navbar .navbar-nav .odd.active a:hover {
    color: #39acf6;
}

.navbar .navbar-nav .odd a {
    color: #3498db;
    position: relative;
}

.navbar .navbar-nav .odd a:after {
    content: "";
    width: 4px;
    height: 4px;
    background: #3498db;
    border-radius: 50%;
    left: 50%;
    bottom: -5px;
    position: absolute;
    margin-left: -2px;
}

.navbar .navbar-nav .dropdown-menu a:hover,
.navbar .navbar-nav .dropdown-menu a:focus {
    background: #10c8a4;
}

.navbar .navicon {
    fill: #070e2c;
}

.navbar .navbar-toggler {
    border-radius: 3px;
}

.navbar .navbar-toggler[aria-expanded="true"] .navicon {
    fill: #3498db;
}



/* content */
.content {
    min-height: 500px;
    margin-bottom: 100px;
}

.card .card-title a,
.card .card-title a {
    font-weight: 700;
    font-size: 16px;
    color: #303030;
    text-decoration: none;
}

.card .card-title a:hover,
.card .card-title a:hover {
    color: #7f7f7f;
}

.card img:hover {
    opacity: 0.8;
}

aside .widget > .title {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 20px;
    color: #323232;
}

.page-header {
    position: relative;
    margin: 40px 0 30px 0;
}

.page-header h1 {
    display: inline-block;
    background: #ffffff;
    padding: 0 20px;
    font-size: 13px;
    margin: 0;
    color: #8f8f8f;
    font-weight: 400;
}

.page-header:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #eaeaea;
    top: 50%;
    z-index: -1;
}

.breadcrumb {
    margin-bottom: 40px;
}

.breadcrumb ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    padding-bottom: 10px;
}

.breadcrumb ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    color: #8a8a8a;
}

.breadcrumb ul li:not(:last-child):after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
    color: #c9c9c9;
    margin-left: 10px;
    font-size: 10px;
    top: -1px;
    position: relative;
}

.no-result {
    text-align: center;
    margin: 75px auto;
}

.no-result .text {
    font-size: 25px;
    font-weight: 300;
    color: #888;
    margin-bottom: 50px;
}

.no-result .icon {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 100px;
    border: 1px solid #e4e4e4;
    width: 154px;
    height: 154px;
    border-radius: 50%;
    color: #d2d2d2;
}



/* footer */
footer {
    margin-top: 50px;
    padding: 30px 0 20px 0;
    text-align: center;
}

footer .logo {
    margin-bottom: 20px;
}

footer .logo img {
    width: 150px;
}


footer .social li {
    display: inline-block;
}

footer .social li a {
    color: #aeaeae;
    font-size: 22px;
    margin: 5px;
    padding: 5px;
    text-decoration: none;
}

footer .social li a:hover {
    color: #222;
}

footer {
    position: relative;
    margin-bottom: 0;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
    text-align: center;
}

footer .odak img {
    width: 80px;
}


/* RESPONSIVE */
@media (max-width: 1600px) {


}

@media (max-width: 1300px) {


}

@media (max-width: 991px) {

    .navbar-nav {
        padding-top: 20px;
    }

    .navbar-nav .nav-item {
        margin-bottom: 5px;
    }

}

@media (max-width: 767px) {

    .breadcrumb ul {
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .navbar .navbar-nav .odd a:after {
        display: none;
    }

    header .bar .left {
    }

    header .social {
        text-align: center;
        margin-bottom: 5px;
    }

    header .social {
        border-top: 1px solid #eaeaea;
        margin-top: 10px;
        padding-top: 15px;
    }

    header .bar .left .tel {
        float: right;
    }

}

@media (max-width: 576px) {

    header .navbar {
        padding-left: 0;
        padding-right: 0;
    }

    header .navbar-brand img {
        max-width: 160px;
    }

    footer .odak:before {
        left: 0;
        width: 100%;
    }

    footer .odak:after {
        left: 10%;
        width: 80%;
    }

    /*header .bar .left span {
        display: none;
    }*/

}
