@import url('https://fonts.googleapis.com/css?family=Markazi+Text:300,400,500,600,700&subset=arabic');

html {
    height: 100%;
}

body {
    font-family: 'Markazi Text', serif;
    font-weight: 300;
    color: #343434;
    background: #fbfbfb !important;
    height: 100%;
    font-size: 14px;
}

header {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    position: relative;
}

a {
    text-underline: none;
    color: inherit;
    text-decoration: none !important;
}

a:hover, a:active {
    text-underline: none;
    color: inherit;
    text-decoration: none !important;
}

.top-navbar {
    background-color: #FFFFFF;
}

.navbar-brand {
    padding: 0 15px;
    margin: 0;
}

.navbar-brand img, .header-logo {
    padding: 0;
}

.navbar-brand img, .header-logo a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-brand img, .header-logo img {
    height: 75px;
    padding: 0px;
}

.main-navbar {
    top: 50px;
    height: 50px;
}

.main-navbar .navbar-collapse {
    z-index: 2;
    height: 40px;
}

.main-navbar ul {
    list-style-type: none;
    padding: 0;


}

.main-navbar ul li {
    line-height: 40px;
    position: relative;
    color: #343434;
}

.main-navbar ul li a {
    font-size: 1.14vw;
    padding: 0 5px !important;
    line-height: 40px;
    font-weight: 500;
    text-decoration: none;
}

.main-navbar > ul > li:after {
    content: " ";
    position: absolute;
    background-color: #343434;
    width: 0px;
    left: 0;
    top: 5px;
    display: block;
    z-index: 1;
    height: 2px;
    transition: all 500ms linear;
}

.main-navbar > ul > li:hover:after {
    content: " ";
    position: absolute;
    background-color: #343434;
    width: 100%;
    left: 0;
    top: 5px;
    display: block;
    z-index: 1;
    height: 2px;
    transition: all 500ms linear;
}


.main-navbar .dropdown-menu {
    background: #34343490;
}

.main-navbar .dropdown-menu li {
    position: relative;
    color: #ffffff;
    background: transparent;
}

.main-navbar .dropdown-menu li a {
    position: relative;
    z-index: 2;
}

.main-navbar .dropdown-menu li:after {
    content: " ";
    position: absolute;
    background-color: #343434;
    width: 0px;
    left: 0;
    top: 0px;
    display: block;
    z-index: 1;
    height: 100%;
    transition: all 500ms linear;
}

.main-navbar .dropdown-menu li:hover:after {
    width: 100%;
    height: 100%;
    transition: all 500ms linear;
}

.main-navbar .dropdown-menu li:before {
    content: " ";
    position: absolute;
    background-color: #343434;
    width: 0px;
    right: 0;
    top: 0px;
    display: block;
    z-index: 1;
    height: 100%;
    transition: all 500ms linear;
}

.main-navbar .dropdown-menu li:hover:before {
    width: 100%;
    height: 100%;
    transition: all 500ms linear;
}

.activity-navbar {
    background: #12a4d7;
}

.activity-navbar ul {
    list-style-type: none;
    padding: 0;

}

.activity-navbar ul li {
    color: #ffffff;
}

/*#darkness {*/
/*    background:rgba(0, 0, 0, 0);*/
/*    transition: background 0.2s;*/
/*}*/

/*.activity-navbar ul li:hover + #darkness {*/
/*    background:rgba(0, 0, 0, 0.5) !important;*/
/*}*/

/*.activity-navbar ul li:hover section.content {*/
/*    background:rgba(0, 0, 0, 0);*/
/*    transition: background 0.2s;*/
/*}*/

.activity-navbar .collapse > ul > li > a {
    font-size: 1.1vw;
}

.activity-navbar ul li a {
    position: relative;
    font-weight: 500;
    text-decoration: none;
    z-index: 1;
    position: relative;
}

.activity-navbar ul > li > a:before {
    content: " ";
    position: absolute;
    background-color: #12a4d7;
    width: 0px;
    left: 0;
    top: 0px;
    display: block;
    height: 100%;
    transition: all 500ms linear;
    z-index: -1;
}

.activity-navbar ul > li > a:hover:before {
    width: 100%;
    height: 100%;
    transition: all 500ms linear;
}

.activity-navbar ul > li > a:before {
    content: " ";
    position: absolute;
    background-color: #12a4d7;
    width: 0px;
    right: 0;
    top: 0px;
    display: block;
    height: 100%;
    transition: all 500ms linear;
    z-index: -1;
}


.activity-navbar ul > li a:hover:before {
    width: 100%;
    height: 100%;
    transition: all 500ms linear;
}

.activity-navbar .navbar-nav > li.nav-item:hover .nav-link {
    color: #12a4d7;
}

.activity-navbar .navbar-nav > li.nav-item:hover > .nav-link:before {
    width: 100%;

    height: 100%;
    transition: all 500ms linear;
}

.activity-navbar .navbar-nav > li.nav-item > .nav-link:before {
    background-color: #ffffff !important;
}

.activity-navbar .dropdown-menu:not(.large) {
    min-width: 245px;
    background: rgb(255, 255, 255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(226, 226, 226, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(226, 226, 226, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(226, 226, 226, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e2e2e2', GradientType=0); /* IE6-9 */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.activity-navbar li:last-child .dropdown-menu:not(.large) {
    right: auto;
    left: 0;
}

.activity-navbar .dropdown-menu li a {
    color: #343434;
    display: flex;
    width: 100%;
}

.activity-navbar .dropdown-menu li a:hover {
    color: #ffffff;
}

.activity-navbar .dropdown-menu li:hover {
    background-color: transparent;
}

.dropdown-menu.large,
.companies_menu {
    width: 95%;
    position: absolute !important;
    top: 100%;
    left: 2.5%;
    padding: 15px !important;
    flex-wrap: nowrap;
    flex-direction: row;
    background: rgb(255, 255, 255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(226, 226, 226, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(226, 226, 226, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(226, 226, 226, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e2e2e2', GradientType=0); /* IE6-9 */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.dropdown-menu.large .menus,
.companies_menu .menus {
    flex-basis: 75%;
    display: flex;
    flex-grow: 1;
}

.dropdown-menu.large .image,
.companies_menu .image {
    flex-basis: 25%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin: -15px;
    margin-left: 0;
    background-size: cover;
}

.dropdown-menu.large .menus a,
.companies_menu .menus a {
    font-size: 14px;
    padding: 5px;
    display: block;
    color: #343434;
}

.dropdown-menu.large .menus > ul,
.companies_menu .menus > ul {
    padding: 0 7.5px;
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    flex-grow: 1;
}

.dropdown-menu.large .menus > ul > li,
.companies_menu .menus > ul > li {
    border: none;
}

.dropdown-menu.large ul > lia:hover {
    color: #FFFFFF;
}

.dropdown-menu.large ul > li a:before,
.companies_menu ul > li a:before {
    background-color: #12a4d7CC;
    z-index: -1;
}

.dropdown-menu.large ul > li.title,
.companies_menu ul > li.title {
    flex-basis: 100%;
    font-size: 16px;
}

.dropdown-menu.large ul > li.title > a,
.companies_menu ul > li.title > a {
    font-size: 16px;
    color: #12a4d7;
}

.dropdown-menu.large ul > li.title:hover > a,
.companies_menu ul > li.title:hover > a {
    color: #FFFFFF;
    z-index: 2;
}

.dropdown-menu.large ul > li.title:hover > a:before,
.companies_menu ul > li.title:hover > a:before {
    content: " ";
    position: absolute;
    background-color: #12a4d7;
    width: 100%;
    right: 0;
    top: 0px;
    display: block;
    height: 100%;
    transition: all 500ms linear;
    z-index: -1;
}

.dropdown-menu.large ul > li.title ul,
.companies_menu ul > li.title ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-direction: column;
}

.dropdown-menu.large ul > li.title ul li,
.companies_menu ul > li.title ul li {
    flex-basis: 20%;
    color: #343434;
    border: none;
}

.dropdown-menu.large ul > li.title ul li:hover a,
.companies_menu ul > li.title ul li:hover a {
    color: #ffffff;
}

.activity-navbar ul > li:hover .dropdown-menu.large, .show > .dropdown-menu.large,
.activity-navbar ul > li:hover .companies_menu, .show > .companies_menu {
    display: flex;
}


.social-navbar {
    margin: 0;
    padding: 0;
    /* height: 36px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.social-navbar li {
    padding: 0 10px;
    list-style: none;
    line-height: 25px;
    position: relative;
    margin: 5px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    background: #ffffff;
}

.social-navbar li:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}


.social-navbar li a {
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 15px;
    color: #12a4d7;
    justify-content: center;
    align-items: center;
}

.social-navbar li a:hover {
    color: #343434;
}

.top-menu-login {
    height: 40px;
}


.top-menu-login li {
    list-style: none;
    float: right;
    position: relative;
}

.top-menu-login li a {
    font-size: 12px;
    line-height: 30px;
    padding: 0 5px;
    color: #343434;
}

li.login a {
    display: inline !important;
    width: auto;
    height: auto;
    padding-left: 3px;
    color: #343434;
}

li.login div a {
    font-size: 14px;
}

li.login {
    display: inline-flex;
    flex-direction: row;
    padding: 0 5px;
    width: auto !important;
    border-radius: 5px;
    align-items: center;
}

li.login .logout {
    color: #b6151a !important;
}

.login::after {

    width: 2px;
    position: absolute;
    left: 0;
    height: 50%;
    top: 25%;
    display: block;
    background-color: #343434;
}

label.required {
    color: #12a4d7;
    margin: 0;
    vertical-align: text-top;
    height: 12px;
    float: left;
    margin-top: 9px;
    position: absolute;
    left: 10px;
    top: 0;
}

.error {
    color: #12a4d7;
}

.dropdown-menu.login-drop {
    padding: 5px 5px;
    left: 0;
    right: unset;
    max-width: 200px;
    border-radius: 0;
    background: #fffffff5;
    top: 94%;
}

.dropdown-menu.login-drop li {
    width: 90%;
    width: calc(100% - 10px);
    padding: 0;
    border-radius: 0;
}

.dropdown-menu.login-drop li.name span {
    border-bottom: 2px solid #12a4d7;
    text-align: center;
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #12a4d7;
}

.dropdown-menu.login-drop li {
    display: flex;
    flex-direction: row;
}

.dropdown-menu.login-drop li a {
    display: block !important;
    width: 50%;
    font-size: 14px !important;
    font-weight: 400;
    padding: 0 5px;
    line-height: 40px;
    text-align: center;
}

.dropdown-menu.login-drop li a:hover {
    color: #12a4d7;
}

section.content {
    margin-top: 140px;
    min-height: 100%;
    min-height: 500px;
}

section.content.custom-content {
    min-height: unset;
    margin-top: 118px;
}

.main-slider {
    padding: 0;
    position: relative;
    margin: 0 -15px;
}

.main-slider .slider, .main-slider .slick-list {
    height: 100%;
}

.main-slider .slider, .main-slider .slick-list .slick-track {
    height: 100%;
}

.main-slider .slider .slick-dots {
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 80.5%;
    /*  border-right: .5px solid #ffffff;*/
    flex-direction: column;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    padding-bottom: 30px;
}

.main-slider .slider .slick-dots li button:before {
    font-size: 10px;
    color: #ffffff;
}

.main-slider .slider .image {
    width: 100%;
    position: relative;
}

.main-slider .slider .image .overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.20);
    display: block;
    top: 0;
    left: 0;
}

.main-slider .slider .image .slider-data {
    background-color: #12a4d7;
    color: #ffe9e5;
    max-width: 450px;
    width: 80%;
    height: auto;
    position: absolute;
    bottom: 10%;
    right: 10%;
    padding: 30px;
    border-radius: 5px;
    text-align: center;
}

.site-filter {
    background: #818181;
}

.show-number {
    font-size: 24px;
}

.or {
    text-align: center;
    font-size: 20px;
    position: relative;
}

.or span {
    background: #ffffff;
    position: relative;
    z-index: 2;
}

.or:after {
    content: ' ';
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    top: calc(50% - 0.5pt);
    width: 100%;
    left: 0;
    background: #7a7a7a;
    z-index: 1;
}


.horizontal.or {
    text-align: center;
    font-size: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.horizontal.or span {
    background: #ffffff;
    position: relative;
    z-index: 2;
}

.horizontal.or:after {
    content: ' ';
    display: block;
    width: 1px;
    position: absolute;
    left: 50%;
    left: calc(50% - 0.5pt);
    height: 100%;
    background: #7a7a7a;
    z-index: 1;
    top: 0;
}

.main-slider .slider .image .overlay .slider-data h1 {
    color: #fff;
    font-weight: 800;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
}

.main-slider .slider .image .image-cont {
    flex-shrink: 0;
}
.main-slider .slider .image img {
    flex-shrink: 0;
    width: 100%;

}

[dir='rtl'] .slick-next {
    left: 25px;
    z-index: 1;
}

[dir='rtl'] .slick-prev {
    right: 25px;
    z-index: 1;
}

.slick-nav-slider {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    right: 0;
}

.main-slider .slider-for .image {
    display: flex;
    overflow: hidden;
    height: 100px;
    width: 100px;
    justify-content: center;
    align-items: center;
}

.main-slider .slider-for .next {
    background: #D24A00;
    color: #ffffff;
    position: absolute;
    left: 0;
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}

.main-slider .slider-for .image img {
    min-width: 100%;
    height: 100%;
    flex-shrink: 0;
}

.main-slider .slider-for .prev {
    background: #bdbdbd;
    color: #ffffff;
    position: absolute;
    right: -40px;
    width: 40px;
    height: 100%;
    display: none !important;
    justify-content: center;
    align-items: center;
    top: 0;
}

.main-slider .slider-for .fas {
    font-size: 40px;
    color: #ffffff;
}

/********/
.home-filter {
    background: #fbfbfbc2;
    border-radius: 15px;
    /* position: static; */
    margin-top: -170px;
    border: 1px solid #0f0f0f3b;
    margin-bottom: 200px;
    /*position: absolute;*/
    top: 175px;
}

/*.home-filter {*/
/*    background: #fbfbfbc2;*/
/*    border-radius: 15px;*/
/*    !*position: static;*!*/
/*    margin-top: -270px;*/
/*    border: 1px solid #0f0f0f3b;*/
/*    margin-bottom: 70px;*/
/*    position: absolute;*/
/*    top: 200px;*/
/*}*/

.home-filter .home-search-form{
    background: #818181;
    border-radius: 0 0 15px 15px;
}
.home-filter .home-filter-header {
    /*border-bottom: 1px solid #ffffff;*/
}
.home-filter .home-filter-header .category:first-child {
    border-top-right-radius: 15px;
}
.home-filter .home-filter-header .category:last-child {
    border-top-left-radius: 15px;
}
.home-filter .home-filter-header .category.active span{
    /*text-align: center;*/
    color: #FFFF;
    background: #e2561b;
    border: 1px solid #e2561b;

}
.home-filter .home-filter-header .category {
    text-align: center;
    font-weight: 500;
    background-color: #818181;
    color: #FFFF;
    width: fit-content;

}
.home-filter .home-filter-header .category span{
    background-color: #818181;
    border: 1px solid #818181;
    border-radius: 5px;
    /*padding: 2px 5px 2px 5px;*/
    font-size: 14px;
}
/***********/
.silver::after{
    content: "\2605";
   position: absolute;
   left: 0;
   color: slategray;
}
.block_title {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.section-title {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-title h2{
    padding-left: 10px;
    font-size: 35px;
}

.section-title h2::before {
    left: -20px;
    /*position: absolute;*/
    top: 25px;
    padding-right: 10px;
    content: url("../../SD08/logo-section-title.png");
}
.section-title h1 {
    color: #12a4d7;;
    font-size: 28px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.section-title h1:before {
    display: block;
    width: 10%;
    height: 2px;
    background: #ffe9e5;
    margin-right: 15px;
}

.section-title.text-light h1 {
    color: #ffffff;
}

.section-title.text-light h1:before {
    background: rgba(255, 255, 255, 0.83);
}

.page-title {
    padding-top: 30px;
    padding-bottom: 30px;
}

.page-title h1 {
    color: #333333;;
    font-size: 24px;
    display: flex;
    align-items: center;
}


.project-box {
    position: relative;
    margin-bottom: 15px;
}

.project-box .project-img {
    height: 200px;
    position: relative;

}

.w-0 {
    width: 0 !important;
}

.h-0 {
    height: 0 !important;
}

.project-box .project-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.project-box .project-img .img-client {
    position: absolute;
    top: 50%;
    left: 50%;
    height: unset;
    width: unset;
    max-height: 100%;
    max-width: 100%;
    transform: translate(-50%, -50%);
}

.project-box .project-img .project-overlay {
    width: 100%;
    background: rgba(0, 0, 0, 0.80);
    border-right: 8px solid #343434;
    position: absolute;
    bottom: 0;
    right: 0;

}

.project-box .project-img .project-overlay h1 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: right;
    padding: 10px 10px 0;
}

.project-box .project-img .project-overlay p {
    text-align: right;
    font-size: 12px;
    color: #fff;
    padding: 0px 10px;
    margin: 0;

}

.project-box .project-img .project-overlay i {
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 1.8em;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.project-box .project-img .project-overlay i:hover {
    color: #343434;
    cursor: pointer;
}


.offers-block {
    background: url("../../SD08/latakia.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.companies-block {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.gv-block {
    padding-bottom: 50px;
    position: relative;
}

.clients-block {
    position: relative;
    background-image: url("../../images/bg5.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    min-height: 200px;
    padding-bottom: 20px;
}

.clients-box {
    position: relative;
    height: 150px;
    margin-top: 30px;
}

.clients-box .clients-img {
    position: relative;
    height: 150px;
    padding: 20px;
}

.clients-box .clients-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
}

.image .caption h6 {
    padding-top: 15px;

    text-align: center;
    color: #333333;
}

.galleries-slider {
    height: 250px;
    margin: 15px 25px;
}


.photo-gallery-box {
    height: 250px;
    position: relative;
    display: block;
}

.photo-gallery-box a {
    display: flex;
    height: 250px;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.photo-gallery-box .content {
    display: flex;
    position: relative;
    opacity: 0.5;
    width: 90%;
    height: 90%;
}

.photo-gallery-box .img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.photo-gallery-box img {
    height: 100%;
    min-width: 100%;
}

.photo-gallery-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(51, 51, 51, 0.65);
    height: 100%;
    width: 100%;
}

.photo-gallery-box .overlay h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #FFFFFF;
    padding: 10px;
    display: inline;
    margin: 0;
    text-align: center;
}

.photo-gallery-box.slick-center .content {
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: all ease 0.5s;
}

/**********  Event Boxes Slider  ***********/
.home-events {
    background: #fbfbfb !important;
}

.boxes-slider {
    padding: 0;
    padding-bottom: 65px;
}

.boxes-slider .slider-box {
    position: relative;
    height: 350px;
}

.boxes-slider .slider-box .text {
    position: absolute;
    top: 50px;
    right: 30px;
    height: 250px;
    background: #12a4d7;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    color: #ffff;
}

.boxes-slider .slider-box .image-container {
    width: 80%;
    position: relative;
    float: left;
    height: 100%;
    overflow: hidden;
}

.boxes-slider .slider-box .image-container img {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.slick-nav-image-text-slider {
    position: absolute;
    width: 175px;
    height: 125px;
    bottom: 35px;
    left: 110px;
}

.slick-nav-image-text-slider .slider-for-image-text-slider .image {
    display: flex;
    overflow: hidden;
    height: 125px;
    justify-content: center;
    align-items: center;
}

.slick-nav-image-text-slider .slider-for-image-text-slider .image img {
    min-width: 100%;
    height: 100%;
    flex-shrink: 0;
}

.slick-nav-image-text-slider .slider-for-image-text-slider .next {
    background: #343434;
    color: #ffffff;
    position: absolute;
    left: -30px;
    width: 30px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}

.slick-nav-image-text-slider .slider-for-image-text-slider .prev {
    background: #343434;
    color: #ffffff;
    position: absolute;
    right: -30px;
    width: 30px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}

.slick-nav-image-text-slider .slider-for-image-text-slider .slick-disabled {
    opacity: 0.3;
}


.slick-nav-image-text-slider .slider-for-image-text-slider .fas {
    font-size: 25px;
    color: #ffffff;
}

/******************/
.home-block {
    padding-top: 30px;
    padding-bottom: 30px;
}

.sda-slider img {
    margin: 15px 0;
}

.spacialoffer {
    background: #12a4d7;
    color: #ffffff;
    width: 95px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 0 0 15px;
    z-index: 1;
}

.red-line {
    display: inline-block;
    background: #12a4d7;
    width: 10px;
    height: 2px;
    margin: 0px 5px;
}

.page-container {
    padding-bottom: 15px;
    padding-top: 15px;
}

.card-custom {
    /*background: #fafffa;*/
    border: none;
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);*/
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    margin-bottom: 30px;
}
.home-offers .col-12:nth-child(even) .card-custom{
    border-bottom: 0.5pt solid #14b53a;
}
.home-offers .col-12:nth-child(odd) .card-custom{
    border-bottom: 0.5pt solid #FCD116;
}
.home-offers .col-12:nth-child(3n+0) .card-custom{
    border-bottom: 0.5pt solid #CE1126
}
.similar .card-custom .card-body,
.home-offers .card-custom .card-body{
    padding: 5px 15px;
}

.card-custom:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.card-custom .card-img-overlay {
    color: #fafffa;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0); /* IE6-9 */
}

.card-custom h2,
.card-custom h4 {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
}

.card-custom .card-title{
    font-weight: 500;
    text-decoration: underline;
    color: #33a1e0 ;
}
.card-custom .card-text{
    text-align: left;
    font-size: 18px;
}
.card-custom .price {
    font-size: 24px;
    color: #ff6f33;
    padding: 0;
    margin: 0;
    font-weight: 300;
}
.card-custom .ads-home-currency {
    font-size: 24px !important;
    color: #000;
    padding: 0;
    margin: 0;
    font-weight: 300;
}

.card-custom .ads-home-price {
    font-size: 24px;
    color: #ff6f33;
    padding: 0;
    margin: 0;
    font-weight: 300;
}

.card-custom .card-img-overlay .date {
    font-size: 13px;
    line-height: 13px;
    display: inline-flex;
    background: #fbfbfb;
    flex-grow: 0;
    width: 85px;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    border-radius: 2px;
}

.card-custom .caption {
    /*min-height: 100px;*/
    min-height: 75px;
    position: absolute;
    width: 100% !important;
    left: 0;
    bottom: 0;
    align-items: center;
}
/*This class for the big view of an ad*/
.card-custom .caption-full {
    background: #808080;
    opacity: .7;
    min-height: 100px;
    position: absolute;
    width: 100% !important;
    left: 0;
    bottom: 0;
    align-items: center;
}

.card-custom .card-img-overlay .caption {
    height: unset;
}

.card-custom .card-img-overlay.caption {
    height: unset;
}

.card-custom .featured-label{
    position: absolute;
    align-items: center;
    align-content: center;
    text-align: center;
    top: 20px;
    left: 20px;
    width: 120px;
    height: 30px;
    background-color: rgb(180, 0, 0);
    opacity: .7;
    color: white;
    font-size: 18px;
    border-radius: 10px;
}


.images-container {
    display: flex;
    padding: 15px;
    flex-wrap: wrap;
}

.images-container .card {
    flex-basis: 25%;
    border-radius: 0;
}

.images-container .card img {
    border-radius: 0;
}

.image-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}

.page-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-image img {
    max-height: 300px;
    max-width: 100%;
}

.card-custom-img {
    width: 100%;
    max-height: unset;
    height: auto;
}


.card-top-center-img {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
}

.card-top-center-img img {
    width: 100%;
    max-height: unset;
    height: auto;
}

.product-card {
    margin-bottom: 15px;
}

.product-card .card-body {
    height: 115px;
    padding: 5px;
}

.product-card .rating .fa {
    font-size: 10px;
}

.product-card h4 {
    margin: 0;
    font-size: 16px;
    height: 40px;
    line-height: 16px;
}

.product-card .date {
    font-size: 15px;
    position: absolute;
    bottom: 115px;
    width: 100%;
    height: 35px;
    background: #12a4d7cc;
    left: 0;
    color: #ffffff;
}

.product-card .countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

.product-card .countdown span {
    display: flex;
    flex-direction: column;
    flex-shrink: 1;
}

.product-card .countdown span p {
    padding: 2px 2px;
    margin: 0;
    line-height: 12px;
}

.price p {
    padding: 0 0 0 10px;
    margin: 0;
    color: #343434;
}

.price .old {
    font-size: 12px;
    text-decoration: line-through;
    color: #7a7a7a;
}

.product-card .from-to {
    font-size: 13px;
    padding: 0 5px;
    color: #343434;
}

.product-card .from-to span {
    padding: 0 5px;
}

.hotel-restaurant .card, .hotel-restaurant .card * {
    border-radius: 0;
}

.img-slider a {
    display: flex;
    position: relative;
    height: 130px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.img-slider img {
    max-height: 100%;
    max-width: 100%;
}


.company-card {
    background: #12a4d7;
    color: #ffffff;
}

.company-card .card-custom-img {
    background: #4e6173;
}

.company-card .from-to {
    color: #EFF9F0;
    font-size: 11px;
}

.company-card .card-body {
    height: 75px;
}

.social-share {
    padding: 0;
}

.btn-social-icon {
    border-radius: 0;
}

.articles-card {
    border-radius: 0;
    background: #333333;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.articles-card .card-img {
    border-radius: 0;
}

.articles-card .card-body {
    height: 125px;
    font-size: 14px;
}

.articles-card .card-title {
    color: #D24A00;
}

footer {
    position: relative;
    padding-top: 30px;
    padding-bottom: 15px;
    background: #f4f4f4;
    /*border-top: 10px solid #14B53A;*/
}

footer .footer-social-section{
    height: 50px;
}


footer .footer-copy-right{
    /*background: #12a4d7;*/
    /*background-image: linear-gradient(to right, rgba(24,101,147,0.5), rgba(24,101,147,1));*/
    background-image: linear-gradient(to right, rgb(51,159,223), rgb(24,101,147));
}
footer .footer-copy-right a:hover{
    color: #818181;
}
footer .location-box h4{
    color: #12a4d7;
}

footer .logo-div{

}

/*footer:before {*/
/*    content: " ";*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    height: 5px;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background: #FCD116;*/
/*}*/
/*footer:after {*/
/*    content: " ";*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    height: 5px;*/
/*    top: 5px;*/
/*    left: 0;*/
/*    background: #CE1126;*/
/*}*/

footer .contact-info-table {
    text-align: left;
}

footer .footer-info .location-map img {
    max-width: 100%;
    max-height: 100%;
}

footer .footer-info .footer-social {
}

footer .footer-info .footer-social ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

footer .footer-info .footer-social ul li {
    justify-content: center;
    flex-flow: row nowrap;
    align-content: center;
    align-items: center;
    text-align: center;

}

footer .footer-info .footer-social ul li a {
    padding: 0px 10px;
}

footer .footer-info .footer-social ul li a i {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

footer .footer-info .footer-menu {
    padding: 15px;
    height: 100%;
    border-bottom: 2px solid #D24A00;
}

footer .footer-info .footer-menu ul {
    list-style-type: none;
    padding: 15px;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

footer .footer-info .footer-menu ul li {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 200px;
}

footer .footer-info .footer-menu ul li a {
    color: #12a4d7;
    padding: 0px;
    line-height: 1.9;
}

.slick-prev, .slick-next {
    z-index: 99;
    width: 35px;
    height: 35px;
}

.slick-prev:before, .slick-next:before {
    color: #12a4d7;
    font-size: 35px;
}


.animation {
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.animate-top {
    margin-bottom: -40px;
    margin-top: 40px;
}

.animate-bottom {
    margin-bottom: 40px;
    margin-top: -40px;
}

.animate-left {
    margin-right: 40px;
    margin-left: -40px;
}

.animate-right {
    margin-right: -40px;
    margin-left: 40px;
}

.animate-slide-down {
    overflow: hidden;
    max-height: 0;
    transition: max-height 1.5s ease-in-out, all .3s ease-in-out;
}

.animation.show, .animate-bottom.show, .animate-top.show, .animate-slide-down.show {
    visibility: visible;
    opacity: 1;
    margin: 0 0 0 0;
    max-height: 1000px;
}


.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../../SD08/loading.gif) center no-repeat #343434;
    background-size: 35%;
}


footer .social, .social-home {
    font-size: 30px;
    text-align: right;
    list-style: none;
    height: 100px;

}

.social-home .social-home-items ul {
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 0;
}

.social-home .social-home-items li {
    float: right;
    display: block;
    width: 25%;
    font-size: 30px;
    flex-grow: 1;
}

.social-home .social-home-items img {

    display: inline-block;
    width: 100%;

}

.social-home .social-home-items li a {
    padding: 0px 6px;
    text-align: center;
    width: 100%;
    display: inline-block;
    color: #12a4d7;
}


footer .footer-main .footer-link a, footer .footer-main .footer-link.father {
    color: #616161;
    font-weight: 600;
    padding: 2px 0;
    display: inline-block;
    font-size: 16px;
}

footer .footer-main .footer-link a:hover{
    font-weight: 600;
}

footer .footer-main .footer-link.father {
    font-weight: bold;
}

footer .footer-main .footer-link.son a {
    color: #818181;
    /*padding: 3px 0;*/
    display: inline-block;
    font-size: 15px;
    padding-right: 10px;
    padding-top: 3px;
}

footer .footer-main .footer-link a:hover {
    color: #12a4d7;
}

.loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: #ffffff;
    justify-content: center;
    align-items: center;
    z-index: 999;
    opacity: 0.8;
    justify-content: center;
    align-items: center;

}

.loading.active {
    display: flex;

}
.loading .fas,
.pre-loading .fas{
    font-size: 45px;
    color: #ff0000;
    padding: 10px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.wizard > .content > .body .alert ul{
    display: flex !important;
    flex-direction: column;
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

/***-- Custom Tabs---***/

div.custom-tabs:after {
    position: absolute;
    bottom: 0;
    content: "";
    height: 2px;
    background-color: #c81f24;
    display: block;
    width: 100%;
    z-index: 999;
}

div.custom-tabs {
    position: relative;
    display: flex;
    flex-flow: row wrap;
}

div.custom-tabs div {
    padding: 10px 15px;
    text-align: center;
    color: white;
    z-index: 1;
    position: relative;
    cursor: pointer;


}

div.custom-tabs div:first-child {
    background-color: #9E1946;
}

div.custom-tabs div.tab-current:first-child {
    color: #9E1946;
}

div.custom-tabs div.tab-current:first-child::after {
    border-top: 3px solid #9E1946;
}

div.custom-tabs div:nth-child(2) {
    background: #F3A712;
}

div.custom-tabs div.tab-current:nth-child(2) {
    color: #F3A712;
}

div.custom-tabs div.tab-current:nth-child(2)::after {
    border-top: 3px solid #F3A712;
}

div.custom-tabs div:nth-child(3) {
    background: #DB2B39;
}

div.custom-tabs div.tab-current:nth-child(3) {
    color: #DB2B39;
}

div.custom-tabs div.tab-current:nth-child(3)::after {
    border-top: 3px solid #DB2B39;
}

div.custom-tabs div:nth-child(4) {
    background: #539999;
}

div.custom-tabs div.tab-current:nth-child(4) {
    color: #539999;
}

div.custom-tabs div.tab-current:nth-child(4)::after {
    border-top: 3px solid #539999;
}

div.custom-tabs div:nth-child(6) {
    background: #00cbff;
}

div.custom-tabs div.tab-current:nth-child(6) {
    color: #00cbff;
}

div.custom-tabs div.tab-current:nth-child(6)::after {
    border-top: 3px solid #00cbff;
}

div.custom-tabs div:nth-child(5) {
    background: #62a0dd;
}

div.custom-tabs div.tab-current:nth-child(5) {
    color: #62a0dd;
}

div.custom-tabs div.tab-current:nth-child(5)::after {
    border-top: 3px solid #62a0dd;
}

div.custom-tabs div:nth-child(7) {
    background: #26547C;
}

div.custom-tabs div.tab-current:nth-child(7) {
    color: #26547C;
}

div.custom-tabs div.tab-current:nth-child(7)::after {
    border-top: 3px solid #26547C;
}

div.custom-tabs div::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    content: '';
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
    -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-perspective-origin: 50% 100%;
    perspective-origin: 50% 100%;
}

div.custom-tabs div.tab-current::after {
    background-color: #fff;
    -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
}

div.custom-tabs-data {
    padding-top: 20px;
}

div.custom-tabs-data > div {
    display: none;
}

div.custom-tabs-data > div.active {
    display: flex;
    justify-content: space-evenly;
    flex-flow: row wrap;
}

div.custom-tabs-data div.details {
    font-size: 15px;
    width: 50%;
}

div.custom-tabs-data div.details > div {
    padding: 7px 15px;
}

div.custom-tabs-data div.details > div:nth-child(odd) {
    background: #c81f24;
    color: white
}

div.custom-tabs-data div.details div:nth-child(1) {
    letter-spacing: 0.006em
}

div.custom-tabs-data div.details div:nth-child(3) {
    letter-spacing: 0.004em
}

div.custom-tabs-data div.details div:nth-child(4) {
    letter-spacing: 0.005em
}

div.custom-tabs-data div.details div:nth-child(5) {
    letter-spacing: 0.007em
}

div.custom-tabs-data div.banner {
    width: 50%;
    height: 174.5px;
    text-align: center;
    position: relative;
}

div.custom-tabs-data div.banner img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/****/
.company-info .details {
    padding: 15px;
}

.company-info .details span.worktype {
    letter-spacing: .003em;
}

.company-info .details span.rating, .company-info .details span.company {
    letter-spacing: .006em;
}

.company-info .details span.contact {
    padding: 0;
    text-align: center;
    background: white;
}

.company-info .details .contact span {
    display: inline-block;
    color: #474747;
    font-size: 16px;
    padding: 12px;
}

.company-info .details .contact span i {
    color: #3B4069;
}

.company-info {
    min-height: 450px;
}

.thumps-up {
    left: 0;
    top: 0.75em;
    color: #12a4d7;
    font-size: 20px;
}
.favorite{
    left: 0;
    top: 0.75em;
    color: #ff6f33 !important;
    font-size: 20px;
}

.details label {
}

.details .price {
    font-size: 22px;

}

.details .price .offer {
}

.details .price .old {
    font-size: 1.2rem;
}

.licked {
    color: #4e6173;
}
.loved {
    color: #4e6173;
}

.adv-search-container {
    padding-top: 150px;
}

.adv-search-slider .selector select, .adv-search-container .selector select {
    display: none;
}

.adv-search-slider .selector select.active, .adv-search-container .selector select.active {
    display: block;
}

.price-label {
    background: rgba(213, 0, 0, 0.75);
    color: #ffffff;
    border-radius: 3px;
    padding: 1px 30px;
    line-height: 1;
}

.price-label-promote {
    background: rgba(0, 213, 67, 0.75);
}

.featured{
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
}

.featured-red {
    color: #ffffff;
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform:    rotate(-45deg);
    -ms-transform:     rotate(-45deg);
    -o-transform:      rotate(-45deg);
    position: relative;
    padding: 4px 0;
    left: -31px;
    top: 22px;
    width: 135px;
    background-color: #9f191f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bb1a23), to(#9f191f));
    background-image: -webkit-linear-gradient(top, #bb1a23, #9f191f);
    background-image:    -moz-linear-gradient(top, #bb1a23, #9f191f);
    background-image:     -ms-linear-gradient(top, #bb1a23, #9f191f);
    background-image:      -o-linear-gradient(top, #bb1a23, #9f191f);
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
    box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.featured-red:before, .featured-red:after {
    content: "";
    border-top:   3px solid #91161d;
    border-left:  3px solid transparent;
    border-right: 3px solid transparent;
    position:absolute;
    bottom: -3px;
}

.featured-red:before {
    left: 0;
}
.featured-red:after {
    right: 0;
}

/*14abdd*/
.featured-platinum {
    color: #1852dd;
    font-weight: 600;
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    -ms-transform:     rotate(45deg);
    -o-transform:      rotate(45deg);
    position: relative;
    padding: 4px 0;
    right: -31px;
    top: 22px;
    width: 135px;
    background-color: #fcFCFA;
    background-image: -webkit-gradient(linear, right top, right bottom, from(#cdcdc6), to(#fcFCFA));
    background-image: -webkit-linear-gradient(top, #cdcdc6, #fcFCFA);
    background-image:    -moz-linear-gradient(top, #cdcdc6, #fcFCFA);
    background-image:     -ms-linear-gradient(top, #cdcdc6, #fcFCFA);
    background-image:      -o-linear-gradient(top, #cdcdc6, #fcFCFA);
    color: #1852dd;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
    box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}
.featured-platinum:before, .featured-platinum:after {
    content: "";
    border-bottom:   3px solid #cdcdc6;
    border-left:  3px solid transparent;
    border-right: 3px solid transparent;
    position:absolute;
    top: -3px;
}
.featured-platinum:before {
    right: 0;
}
.featured-platinum:after {
    left: 0;
}

.featured-gold {
    color: #1852dd;
    font-weight: 600;
    text-align: center;
    text-shadow: rgba(212,175,55,0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    -ms-transform:     rotate(45deg);
    -o-transform:      rotate(45deg);
    position: relative;
    padding: 4px 0;
    right: -31px;
    top: 22px;
    width: 135px;
    background-color: #FFDF00;
    background-image: -webkit-gradient(linear, right top, right bottom, from(#D4AF37), to(#FFDF00));
    background-image: -webkit-linear-gradient(top, #D4AF37, #FFDF00);
    background-image:    -moz-linear-gradient(top, #D4AF37, #FFDF00);
    background-image:     -ms-linear-gradient(top, #D4AF37, #FFDF00);
    background-image:      -o-linear-gradient(top, #D4AF37, #FFDF00);
    color: #1852dd;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
    box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}
.featured-gold:before, .featured-gold:after {
    content: "";
    border-bottom:   3px solid #D4AF37;
    border-left:  3px solid transparent;
    border-right: 3px solid transparent;
    position:absolute;
    top: -3px;
}
.featured-gold:before {
    right: 0;
}
.featured-gold:after {
    left: 0;
}

.featured-silver {
    color: #1852dd;
    font-weight: 600;
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    -ms-transform:     rotate(45deg);
    -o-transform:      rotate(45deg);
    position: relative;
    padding: 4px 0;
    right: -31px;
    top: 22px;
    width: 135px;
    background-color: #A9A9A9;
    background-image: -webkit-gradient(linear, right top, right bottom, from(#6a6a6a), to(#A9A9A9));
    background-image: -webkit-linear-gradient(top, #6a6a6a, #A9A9A9);
    background-image:    -moz-linear-gradient(top, #6a6a6a, #A9A9A9);
    background-image:     -ms-linear-gradient(top, #6a6a6a, #A9A9A9);
    background-image:      -o-linear-gradient(top, #6a6a6a, #A9A9A9);
    color: #1852dd;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
    box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}
.featured-silver:before, .featured-silver:after {
    content: "";
    border-bottom:   3px solid #6a6a6a;
    border-left:  3px solid transparent;
    border-right: 3px solid transparent;
    position:absolute;
    top: -3px;
}
.featured-silver:before {
    right: 0;
}
.featured-silver:after {
    left: 0;
}




.social-home-location .social-home-location-items ul {
    /*display: flex;*/
    justify-content: center;
    align-content: center;
    padding: 0;
}

.social-home-location .social-home-location-items li {
    padding: 10px;
    display: inline-flex;
    flex-direction: row;
    /* width: 76%; */
    font-size: 20px;
    flex-grow: 1;
}

.social-home-location .social-home-location-items img {

    display: inline-block;
    width: 100%;

}

.social-home-location .social-home-location-items li a {
    /*padding: 0px 6px;*/
    font-size: 30px;
    text-align: center;
    width: 75%;
    display: inline-block;
    color: #12a4d7;
}
.social-home-location .social-home-location-items li a:hover {
    color: #4c4c4c;
}


/*Make Flexible Grid*/
.ads_grid {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    /* Your ads_grid needs a fixed height, and it
     * needs to be taller than your tallest column. */
    height: 600px;
}

.ads_item {
    width: 32%;
    margin-bottom: 2%; /* Optional */
}

/* Re-order ads_items into 3 rows */
.ads_item:nth-child(3n+1) { order: 1; }
.ads_item:nth-child(3n+2) { order: 2; }
.ads_item:nth-child(3n)   { order: 3; }

/* Force new columns */
.ads_grid::before,
.ads_grid::after {
    content: "";
    flex-basis: 100%;
    width: 0;
    order: 2;
}


.home-ads-categories{
    /*background-color: #12a4d7 !important;*/
}

.home-ads-categories .card .card-body .ads_sub_cat_title{
    font-size: 18px;
    line-height: 30px !important;
}
.home-ads-categories .card .card-body .ads_sub_cat_title .sub-cat-count{
    font-size: 15px;
    line-height: 30px !important;
}
.home-ads-categories .card .card-body .ads_sub_cat_title:hover{
    color: #33a1e0 !important;
    font-weight: 600;
    /*background-color: #b3b7bb !important;*/

}


.home-ads-categories .card .card-body .ads_main_cat_show_all{
    font-size: 18px;
    color: #33a1e0 !important;
    font-weight: 500;
    /*background-color: #12a4d7 !important;*/

}
/*.home-ads-categories .card .card-body .ads_main_cat_show_all::after{*/
/*    padding-right: 10px;*/
/*    content: '\22C1';*/
/*    color: #33a1e0 !important;*/
/*    font-weight: 500;*/
/*}*/

.home-ads-categories .card .card-body .ads_main_cat_show_all:hover{
    color: #e2561b !important;
    font-weight: 500;
    /*background-color: #b3b7bb !important;*/

}
.home-ads-categories .card .card-body .ads_main_cat_title{
    color: #33a1e0 !important;
    /*background-color: #12a4d7 !important;*/
}
.home-ads-categories .card .card-body .ads_main_cat_title .main-cat-title{
    font-size: 20px;
    font-weight: 500;
    /*background-color: #12a4d7 !important;*/
}
.home-ads-categories .card .card-body .ads_main_cat_title .main-cat-count{
    font-size: 15px;
    /*background-color: #12a4d7 !important;*/
}
.home-ads-categories .card .card-body .ads_main_cat_title:hover{
    color: #e2561b !important;
    font-weight: 500;
    /*background-color: #b3b7bb !important;*/
}

.home-popular-ads{
    background-image: url("../../SD08/popular-background.png");
    background-color: #f0f1eb;
    background-size: auto 100%;
}
.home-popular-ads .card .card-body{
    min-height: 150px;
    max-height: 150px;
}

.home-latest-ads{
    background-image: url("../../SD08/latest-background.png");
    background-position: center right;
    background-size: auto 100%;
}
.home-latest-ads .card .card-body{
    min-height: 150px;
    max-height: 150px;
}
/*.home-popular-ads .card .*/
.home-popular-ads .card-custom .ads-home-currency {
    font-size: 24px !important;
    color: #000;
    padding: 0;
    margin: 0;
    font-weight: 300;
}

.home-popular-ads .card-custom .ads-home-price {
    font-size: 24px;
    color: #33a1e0;
    padding: 0;
    margin: 0;
    font-weight: 300;
}

.news-sector .card-custom .card-body{
    min-height: 100px !important;
    /*max-height: 200px !important;*/
}

.favorite-link{
    color: #12a4d7 !important;
}
.favorite-link:hover {
    color: #ff6f33 !important;
}

.ad-request-view{
    background: #33a1e040;
}

.ads_count {
    font-size: 16px;
    color: gray;
}
.path {
    font-size: 18px;
    color: #12a4d7;
}
.path a:hover {
    font-size: 18px;
    color:gray;
}

ul {
    list-style-type: none !important;
  }
 
.cat_li {
    display: inline-block !important;
	  margin: 10px 50px !important;
  }
input[type="checkbox"][id^="cb"] {
    display: none !important;
  }
input[type="checkbox"][id^="next_id"] {
    display: none !important;
  }
.sub_category {
	
}
  
  .ch_lab {
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .ch_lab::before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
  }
  
  .ch_lab img {
    height: 60px;
    width: 60px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
  }
  
  :checked+.ch_lab {
    border-color: #ddd;
  }
  
  :checked+.ch_lab::before {
    content: "✓";
    background-color: grey;
    transform: scale(1);
  }
  
  :checked+.ch_lab img {
    transform: scale(0.9);
    box-shadow: 0 0 5px #333;
    z-index: -1;
  }
#home_cat{
	width: 20%;	
}
@media (max-width: 992px){
#home_cat {
	width: 100%;	
}
}
.more_link {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

@media (max-width: 992px){
.home-filter .home-filter-header .category:first-child{
	border-top-right-radius: 0px;
}
	.home-filter .home-search-form {
    border-radius: 0 ;
}
	.home-filter .home-filter-header .category:last-child{
	border-top-left-radius: 0px;
}
}
@media (max-width: 992px){

}

.featured{
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
}

.featured-red {
    color: #ffffff;
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform:    rotate(-45deg);
    -ms-transform:     rotate(-45deg);
    -o-transform:      rotate(-45deg);
    position: relative;
    padding: 4px 0;
    left: -31px;
    top: 22px;
    width: 135px;
    background-color: #9f191f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bb1a23), to(#9f191f));
    background-image: -webkit-linear-gradient(top, #bb1a23, #9f191f);
    background-image:    -moz-linear-gradient(top, #bb1a23, #9f191f);
    background-image:     -ms-linear-gradient(top, #bb1a23, #9f191f);
    background-image:      -o-linear-gradient(top, #bb1a23, #9f191f);
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
    box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.featured-red:before, .featured-red:after {
    content: "";
    border-top:   3px solid #91161d;
    border-left:  3px solid transparent;
    border-right: 3px solid transparent;
    position:absolute;
    bottom: -3px;
}

.featured-red:before {
    left: 0;
}
.featured-red:after {
    right: 0;
}

/*14abdd*/
.featured-platinum {
    color: #1852dd;
    font-weight: 600;
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    -ms-transform:     rotate(45deg);
    -o-transform:      rotate(45deg);
    position: relative;
    padding: 4px 0;
    right: -31px;
    top: 22px;
    width: 135px;
    background-color: #fcFCFA;
    background-image: -webkit-gradient(linear, right top, right bottom, from(#cdcdc6), to(#fcFCFA));
    background-image: -webkit-linear-gradient(top, #cdcdc6, #fcFCFA);
    background-image:    -moz-linear-gradient(top, #cdcdc6, #fcFCFA);
    background-image:     -ms-linear-gradient(top, #cdcdc6, #fcFCFA);
    background-image:      -o-linear-gradient(top, #cdcdc6, #fcFCFA);
    color: #1852dd;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
    box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}
.featured-platinum:before, .featured-platinum:after {
    content: "";
    border-bottom:   3px solid #cdcdc6;
    border-left:  3px solid transparent;
    border-right: 3px solid transparent;
    position:absolute;
    top: -3px;
}
.featured-platinum:before {
    right: 0;
}
.featured-platinum:after {
    left: 0;
}

.featured-gold {
    color: #1852dd;
    font-weight: 600;
    text-align: center;
    text-shadow: rgba(212,175,55,0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    -ms-transform:     rotate(45deg);
    -o-transform:      rotate(45deg);
    position: relative;
    padding: 4px 0;
    right: -31px;
    top: 22px;
    width: 135px;
    background-color: #FFDF00;
    background-image: -webkit-gradient(linear, right top, right bottom, from(#D4AF37), to(#FFDF00));
    background-image: -webkit-linear-gradient(top, #D4AF37, #FFDF00);
    background-image:    -moz-linear-gradient(top, #D4AF37, #FFDF00);
    background-image:     -ms-linear-gradient(top, #D4AF37, #FFDF00);
    background-image:      -o-linear-gradient(top, #D4AF37, #FFDF00);
    color: #1852dd;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
    box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}
.featured-gold:before, .featured-gold:after {
    content: "";
    border-bottom:   3px solid #D4AF37;
    border-left:  3px solid transparent;
    border-right: 3px solid transparent;
    position:absolute;
    top: -3px;
}
.featured-gold:before {
    right: 0;
}
.featured-gold:after {
    left: 0;
}

.featured-silver {
    color: #1852dd;
    font-weight: 600;
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    -ms-transform:     rotate(45deg);
    -o-transform:      rotate(45deg);
    position: relative;
    padding: 4px 0;
    right: -31px;
    top: 22px;
    width: 135px;
    background-color: #A9A9A9;
    background-image: -webkit-gradient(linear, right top, right bottom, from(#6a6a6a), to(#A9A9A9));
    background-image: -webkit-linear-gradient(top, #6a6a6a, #A9A9A9);
    background-image:    -moz-linear-gradient(top, #6a6a6a, #A9A9A9);
    background-image:     -ms-linear-gradient(top, #6a6a6a, #A9A9A9);
    background-image:      -o-linear-gradient(top, #6a6a6a, #A9A9A9);
    color: #1852dd;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
    box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}
.featured-silver:before, .featured-silver:after {
    content: "";
    border-bottom:   3px solid #6a6a6a;
    border-left:  3px solid transparent;
    border-right: 3px solid transparent;
    position:absolute;
    top: -3px;
}
.featured-silver:before {
    right: 0;
}
.featured-silver:after {
    left: 0;
}
