/* ********************************* public styles ******************************** */
@import url('https://fonts.googleapis.com/css?family=Hind:400,600');

html,
body {
    height: 100%;
    background-color: #FFFFFF;
}


button,link,select,a{
    cursor: pointer;
}

::-moz-selection {
    background-color:#ef7427;
    color: #fff;

}
::selection {
    background-color:#ef7427;
    color: #fff;
}

.card a,
.card img{
    cursor: pointer;
}

/* style dives */
.bg-div:hover,
.bg-div:focus
{
    box-shadow: 0 4px 4px 0 rgba(56, 56, 56, 0.4), 0 6px 20px 0 rgba(86, 86, 86, 0.1);
}
.bg-div2:hover,
.bg-div2:focus
{
    box-shadow: 0 4px 4px 0 rgba(56, 56, 56, 0.4), 0 6px 20px 0 rgba(86, 86, 86, 0.2);
}
/* style buttons */
button:hover ,
button:focus
{
    cursor: pointer;
}

/* style textarea */
textarea {
    resize: none;
}
/* style plceholder */
input::placeholder ,
textarea::placeholder
{
    color: #848484 !important;
    font-weight: 400;
}

input:-ms-input-placeholder , textarea:-ms-input-placeholder{ /* Internet Explorer 10-11 */
    color: #d1d1d1 !important;
}
/* style blockqute */
blockquote {
    background: #fafafa;
    border-right: 2px solid #ef7427 !important;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    color: #6e6e6e;
    line-height:2.5rem !important;
}

blockquote p {
    display: inline;
}

/* order first */
@media (max-width: 991px){
    .order-first2 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

}
@media (max-width: 767px){
    .order-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

@media (max-width: 656px){
    .order-first3 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

}

/* ******************************** header ************************************/

/* top menu */
.logo_header span{
    font-weight: 400;
    text-shadow: 2px 2px #ef7427;
    color: #fff;
    font-size: 17px;
}
.div_header{
    position: absolute;
    top: 0;
    left:0;
    right:0;
    z-index: 9999;
}
/* phone i header */
.container_div_contact{
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: whitesmoke !important;
}
.div_contact{
    text-align: left;
}
@media (max-width: 599px) {
    .div_contact{
        margin: 0 !important;
    }
    .div_contact .email_text i , .div_contact .phone_text i{
        font-size: 12px !important;
    }

}



.phone_text{
    padding-right: 7px;
    font-size: 13px;

}
.email_text{
    display: inline-block;
    font-size: 13px;
}
.email_text i{
    color: #757575 !important;
}
.div_contact .fa-instagram , .footer_contact .fa-instagram , .col-share li  .fa-instagram{
    color:#c45eb4 !important;
}
.div_contact .fa-whatsapp , .footer_contact .fa-whatsapp , .col-share li  .fa-whatsapp{
    color: #4FCE5D !important;
}

.div_contact .fa-telegram ,  .footer_contact .fa-telegram ,  .col-share li  .fa-telegram , .col-share li  .fa-twitter{
    color:#37ace1 !important;
}
.div_contact .fa-facebook ,  .footer_contact .fa-facebook , .col-share li  .fa-facebook{
    color:#5465bb !important;
}
.col-share li  .fa-linkedin-in{
    color: #1064e1 !important;
}

.div_contact .email_text i , .div_contact .phone_text i{
    font-size: 13px;
    vertical-align: middle !important;
}
.email_text:hover i{
    color: #454545 !important;
}
#mainNav li:hover i{
    color: #454545 !important;
}
.div_contact .social_icon i{
    margin-right: 5px;
    font-size: 17px;
    vertical-align: middle;
}
.div_contact i:hover , .phone_text:hover {
    color: #FFFFFF ;
}
.div_contact a{
    color: #403e3e !important
}
.div_contact a:hover{
    color: rgba(255, 255, 255, 0.8);
}
.div_contact span{
    font-weight: 400;
    color:#403e3e !important;
    cursor: default;

}
.phone_info{
    width: 50%;
}
.nav-custom{
    padding: 0 0.7rem;
}

/* menu header */
.nav-custom-style{
    padding: 0;
}

.nav-custom-style img{
    width: 80px;
    margin: 0 2rem 3px 0;
}
.nav-custom-style ul{
    padding-right: 1rem;
}
.nav-custom-style ul li{
    padding: 5px 3px;
    border-bottom: 3px solid transparent;
    text-align: center;
}
.nav-custom-style ul li a{
    border-radius:1px;
    background-color: #ef7427;
    font-size: 17px;
    color: #FFFFFF;
    font-weight: 300;
    padding: 5px 10px;

}
.nav-custom-style ul li:hover a  {
    background-color: #ef7427;
    transition: 0.4s;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.7);

}
.nav-custom-style ul li:hover .dropdown-item {
    background-color: #ef7427;
    box-shadow: none !important;

}
.nav-custom-style .dropdown-item:hover{
    background-color: #ef7427 !important;
    transition: 0.4s;
}
.nav-custom-style .dropdown-item{
    font-size: 15px;
}
.nav-custom-style .dropdown-menu  li{
    padding: 0 !important;
}
.btn_register_estate:hover a {
    color: #ef7427 !important;
    transition: 0.4s;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.7);
}
.nav-custom-style [data-toggle="dropdown"]:after {
    padding-right: 5px;
    padding-top: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f078";
    font-size: 10px;
    vertical-align: middle;
    padding-left: 5px;
}


.nav-custom-style .show [data-toggle="dropdown"]:after , .form_search_job .show [data-toggle="dropdown"]:after , .div_search_list_page .show [data-toggle="dropdown"]:after{
    content: "\f077";
    font-size: 10px;
}
.nav-custom-style .dropdown-toggle , .form_search_job .dropdown-toggle , .div_search_list_page .dropdown-toggle{
    display: flex;
}
.nav-custom-style .dropdown-toggle:after , .form_search_job .dropdown-toggle:after  , .div_search_list_page .dropdown-toggle:after{
    border: none;
}



.nav-custom-style .dropdown-menu{
    background-color: #ef7427;
    border-radius: 0 0 2px 2px !important;
    padding-right: 0 !important;
}

.nav-custom-style .dropdown-menu li{
    padding: 0.2rem;
    border-bottom: 1px solid #443e3e14 !important;
}
.nav-custom-style .dropdown-menu  .border-bottom{
    border-bottom: 1px solid #dddddd94 !important;

}
.btn_register_job {
    padding-left: 1rem;
}
.btn_register_estate a{
    animation: blinker 2s linear infinite;
    background-color: #fff;
    border-radius: 2px;
    color:#ef7427 !important;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
}
.btn_register_estate a:hover{
    animation:none;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.4);
}
@keyframes blinker {
    50% {
        opacity: .4;
    }
}
.btn_register_job a{
    width: 100%;
    height: 100%;
    animation: pulse .5s infinite !important;
    border-radius: 2px;
    color:#ef7427 !important;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);

}
.btn_register_job .name_phone{
    color: #999999;
    font-size: 12px;
    font-weight: 500;
}
/* btn profile */
.icon_profile{
    vertical-align: middle;
    color: #757575 !important;
    padding-left: 0.21rem;
    /* padding-right: 0.5rem; */
    font-size: 14px !important;
    cursor: pointer;
}
#mainNav a {
    color: #403e3e !important;
    font-size: 13px;
    box-shadow: none !important;
}
.link_profile a{
    box-shadow: none !important;
    color: #fff !important;
    font-size: 14px !important;
}
.link_profile i{
    font-size: 15px !important;
}
.btn_register_job ul#mainNav {
    float:left;
    width:auto;
    margin:0; padding:0;
    color:white;
    list-style-type:none;
}
.btn_register_job ul#mainNav > li {
    float: left;
    display: inline;
    position: relative;
    font-size: 16px;
    padding-left: 10px;
    border: 0 !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

}
.btn_register_job ul#mainNav > li:hover {
    border: 0 !important;
}
.btn_register_job ul#mainNav > li:hover ul {
    visibility: visible;
    opacity: 1;
    transition-delay: .3s, .1s;
}
.btn_register_job ul#mainNav li ul {
    background-color: transparent;
    position: absolute;
    float: left;
    width: max-content !important;
    height: 0;
    padding: .7rem 0 0 0;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    transition-property: opacity, visibility;
    transition-duration: 1s, 0s;
    transition-delay: 0s, .4s;
}
.btn_register_job ul#mainNav ul li {
    padding:0.5rem 1rem;
    width: 180px;
    text-align: right;
    background-color: whitesmoke;
    list-style: none;
    border: 0 !important;
    cursor: pointer;
    transition: .8s;
}
.btn_register_job ul#mainNav ul li:hover {
    background-color: #d0d0d0 !important;
    color:white;
}
.div-top-menu{
    padding: 0 !important;
}
@media (max-width: 1299px)and (min-width: 1170px) {
    .btn_register_job {
        padding-left: 2rem;
    }
}
@media (max-width: 1169px)and (min-width: 1099px) {
    .btn_register_job {
        padding-left: 1rem;
    }
}
@media (max-width: 1099px) and (min-width: 992px) {
    .btn_register_job {
        padding-left: 0;
    }
}
@media (max-width: 991px)  {
    .btn_register_job {
        padding-left: 0;
        width: auto;
    }
}
@media (max-width: 991px) and (min-width: 381px){
    .btn_register_job .form-inline {
        left: 1rem !important;
        margin-top: 1rem !important;
    }
    .btn_register_job ul#mainNav > li {
        margin-top: 0 !important;

    }
    .btn_register_job .link_profile li {
        margin-top: 0 !important;
        width: 170px !important;
    }

}
@media (max-width: 380px) {
    .btn_register_job .form-inline {
        left: 1rem !important;
        margin-top: 0.6rem !important;
    }
    .btn_register_job ul#mainNav > li {
        margin-top: 0 !important;

    }
    .btn_register_job .link_profile li {
        font-size: 14px;
        margin-top: 0 !important;
        width: 140px !important;
    }
    .icon_profile {
        cursor: pointer;
    }
    .text_phone{
        display: none;
    }
    .link_profile i{
        font-size: 13px !important;
    }
    .logo_header span {
        font-size: 16px;
    }

}
@media (max-width: 620px) {
    .icon_profile {
        padding-right: 0;
        font-size: 15px !important;
    }
    .phone_info {
        width: 23%;
    }

    .div-top-menu{
        padding: 0 !important;
    }
}
@media (max-width: 560px) {
    .btn_register_job {
        padding-right: 0 !important;
    }
}

@media (max-width: 499px) {
    .phone_info {
        
    }
    .icon_profile {
        font-size: 15px !important;
    }
    .btn_register_job .name_phone {
      display: none;
    }
}

@media (max-width: 400px) {
   .text_phone{
       display: none;
   }
}
/* */
@media (min-width: 992px) {
    .nav-custom-style .dropdown-menu{
        border-bottom: 0 !important;
        right:0 !important;
        left:0 !important;
    }
    .nav-custom-style .dropdown-menu a{
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
    }
}

.nav-custom-style .dropdown-menu a , .nav-custom-style a{
    text-align: center !important;
}
.nav-custom-style .dropdown-menu a:hover{
    color: #FFFFFF;
    background-color: rgba(144, 144, 144, 0.1);

}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255, 164, 98)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
.navbar-sticky{
    padding: 0;
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.navbar-sticky nav{
    padding: 0 !important;
}

.border-top a{
    color: #ffffff !important;
}
.fixed-top ul li a{
    font-weight: 400;
}
.fixed-top .nav-link:hover , .fixed-top .dropdown-menu li a:hover  {
    color: #ffffff !important;
}

.navbar-toggler{
    margin-right: 1rem !important;
}
.logo_small{
    display: none;
}



@media (max-width: 991px) {
    .menu_large{
        display: none;
    }
    .navbar-toggler {
        border: 1px solid #fff;
        padding: 3px 5px;
        margin-left: 10px;
    }

    .nav-custom-style a , .dropdown-menu a, .nav-custom-style a , .nav-custom-style .dropdown-menu a {
        text-align: right !important;
    }

    .nav-custom-style li , .navbar-nav .nav-link {
        padding-right:2rem !important;
    }

    .nav-custom-style .dropdown-menu{
        width: 100%;
        margin: 0;
        right: -5px;
    }
    .nav-custom-style .dropdown-menu li{
        padding-right: 1.5rem !important;
        border-bottom:none !important;
    }
    .nav-custom-style .dropdown-menu li:hover{
        background-color: transparent !important;
    }

    .nav-custom-style ul{
        padding-right: 0 !important;
        margin-bottom: 1rem;
    }
    .nav-custom-style ul li a{
        font-weight: 500;
        color: #ffffff !important;
    }
    .nav-custom-style ul li{
        padding: 0 !important;
        margin-top: 1rem;
    }
    .nav-custom-style ul li:hover{

        color: #fff !important;
    }
    .nav-custom-style ul li a:hover{

        color: #fff !important;
    }
    .nav-custom-style .dropdown-menu {
        border-left: 0;
    }
    .nav-custom-style .dropdown-menu li {
        margin-top: 0 !important;
    }



}


@media (max-width: 380px) {
    .div_contact {
        margin: 2px 5px 2px 0 !important;
    }
    .nav-custom-style img{
        margin: 0 1rem 10px 0;
    }
    .btn_register_job a{
        font-size: 13px !important;
    }
    .nav-custom-style img {
        width: 90px;
    }


}
@media (max-width: 991px) {

    .nav-custom-style {
        justify-content: flex-start !important;
    }

}
@media (max-width: 768px) {
    .form-inline {
        position: absolute;
        left: 1rem;
        top: 5px;
    }
}

/* small nav menu */
@media screen and (min-width: 992px) {
    .closebtn{
        display:none !important;
    }
}

@media screen and (max-width: 991px) {
    .sidenav {
        height: 100%;
        border-radius: 0 0 0 5px;
        overflow: auto !important;
        display: block !important;
        width: 0;
        position: fixed;
        top: 0;
        /* right: -15px; */
        background-color: #ef7427;
        transition: 0.5s;
        z-index: 200000;

    }


    .sidenav .dropdown-menu li{
        background-color: transparent !important;
    }
    .sidenav li{
        color: #fff !important;
        border: 0 !important;
    }
    .sidenav li:hover{
        border: 0 !important;
        background-color: #ef7427 !important;
    }

    .sidenav .dropdown-menu li:hover {
        background-color: #ef7427  !important;
    }
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #fff !important;
        display: block;
        transition: 0.3s;
    }

    .sidenav a:hover {
        color: #f1f1f1;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        left:10px;
        font-size: 36px;
        margin-right: 50px;
    }

    /* width */
    .sidenav::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    .sidenav::-webkit-scrollbar-track{
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }

    /* Handle */
    .sidenav::-webkit-scrollbar-thumb{
        background: #ef7427;
        border-radius: 10px;
    }

    /* Handle on hover */
    .sidenav::-webkit-scrollbar-thumb:hover {
        background: #ef7427;
    }
    .logo_small{
        display: block;
    }
}

/* main index */

/* ******************************** slider index ************************************/

/* carousel baner */
.carousel_banner{
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.05646008403361347) 0%, rgba(57,56,56,1) 100%);
}
.carousel_banner .carousel-caption {
    padding-top: 0 !important;
}
.carousel_banner h3{
    font-size: 22px ;
    line-height: 2rem;
    color: #010101 !important;
}

.form_search_job{
    margin-top: 2rem;
    margin-bottom: 0;
    padding-top: 7px;
}
.div_back_search{
    border-radius: 10px;
    padding: 1rem;
    background: #0000002b;
}
.carousel_banner .carousel-item img{
    height: 80vh;
    object-fit: cover;
    filter: brightness(65%);

}
.slider_short_height .carousel-item img {
    height: 50vh;
    object-fit: none;
    width: 100%;
    background: #ffb372;
    background: linear-gradient(0deg, rgb(190, 99, 32) 0%, rgb(224, 114, 71) 30%, rgb(255, 164, 98) 31%, rgba(232,242,241,1) 100%);
 }
.back_carousel{
    background: linear-gradient(0deg, rgb(0, 0, 0) 23%, rgb(70, 65, 65) 29%, rgb(129, 129, 129) 43%, rgb(255, 246, 246) 55%, rgb(255, 252, 252) 64%, rgb(255, 255, 255) 86%, rgba(255,255,255,1) 100%) !important;
}
/* opacity background img carousel */
.item_img:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.45);
}
.carousel-inner {
    overflow: inherit !important;
}
.carousel-indicators .active{
    background-color: #ffffff;
}
.carousel-indicators li {
    width: 9px !important;
    height: 9px !important;
    margin-right: 1px !important;
    margin-left: 2px !important;
    background-color: rgba(181, 171, 171, 0.5);
}
.carousel-indicators{
    display:none;
}
.carousel_banner .carousel-caption {
    position: absolute !important;
    top: 55% !important;
    transform: translateY(-50%) !important;
    bottom: 45% !important;
}
.slider_short_height .carousel-caption {
    top: 45% !important;
}

/* search index */
.form_search_job .select2-container .select2-selection--single {
    box-shadow: 1px 1px 5px 1px rgba(53, 7, 128, 0.2);
    /* border: 1px solid #ef7427 !important; */
    color: #000000 !important;
    height: 37px !important;
    background-color: #fff !important;
    border: 1px solid #9e9e9e5e !important;
    border-radius: 2px !important;
}
.form_search_list_page .select2-container .select2-selection--single {
    height: 54px !important;
    background-color: #5b6c9a !important;
    border: 1px solid #fff;
    border-radius: 0 !important;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    color: #312f2f !important;
    padding-top: 4px !important;
    font-size: 1rem;
    width: auto;
    text-align: right;
    padding-right: 1.2rem;
    font-weight: 400;
}
.select_city_form_job  .select2-selection--single .select2-selection__rendered {
    padding-top: 6px !important;

}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 10px !important;
    left: 1rem !important;
}
.select2-selection__arrow:after{
    padding-top: 2px;
    padding-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f078";
    font-size: 14px;
    vertical-align: middle;
    color: #504c4c !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 0 !important;
}
.select2-results__option {
    padding: 5px 10px!important;
    font-size: 14px;
    font-weight: 400;

}
.select2-results__message {
    font-size: 13px;
    padding: 1px 10px!important;
    color: #757171 !important;

}
.select2-container--open .select2-dropdown--below {
    transform: none !important;
    border: 1px solid #fff !important;
    border-radius: 0 0 2px 2px !important;
    color: #000000;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
    top: -36px !important;
    padding: 0;

}
#category_index_my_id .select2-dropdown--below ,  #city_index_my_id .select2-dropdown--below{
    border-radius: 2px !important;
    border: 1px solid #e4e4e4 !important;
    background-color: #ffffff !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    color: #1f1e1e;
    border-radius: 3px !important;
    border: 0 !important;
    background-color: transparent !important;
}
.select2-container--default .select2-results > .select2-results__options {
    background-color: transparent !important;
    color: #000000;
}

.select2-default {
    color: #fff !important;
}
.select2-result-repository__title{
    color: #000000;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgba(133, 133, 133, 0.2) !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ef7427 !important;
    color: #ffffff !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] .select2-result-repository__title {
    color: #ffffff !important;
}


.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none !important;
}
@media (min-width:657px) {
    .select_city .select2-container .select2-selection--single , .select_list_city .select2-container .select2-selection--single{

    }

}


select , select option{
    outline: none !important;
}
span.select2-selection.select2-selection--single {
    outline: none;
}
.form_search_job input{
    box-shadow: 1px 1px 5px 1px rgba(224, 114, 71, 0.2);
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #bbbbbb00 !important;
    color: #312f2f !important;

}
.form_search_job input:focus{
    border: 1px solid #fff;
}

.form_search_job input::placeholder ,
.form_search_job select::placeholder
{
    color: #adadad !important;
}
.form_search_job input:-ms-input-placeholder , .form_search_job select:-ms-input-placeholder{ /* Internet Explorer 10-11 */
    color: #adadad !important;
}
.div_search_jop{

}
.form-control:focus {
    outline: none !important;

}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #424242 !important;
    font-weight: 400;
}
/* scroll width */
.select2-container--open .select2-dropdown--above::-webkit-scrollbar {
    width: 2px !important;
}
.select2-container--open .select2-dropdown--above {
    border: 1px solid #eae5e5 !important;
}
@media (max-width:500px) {
    .div_submit_search{
        order: 4 !important;
        -webkit-order: 4 !important;
    }
    .input_search_estate{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

}
@media (max-width:400px) {
    .div_back_search {
        padding: 10px;
    }
    .div_container_search h3{
        font-size: 19px !important;
    }
}

/* check box search */
.div_show_estates label{
    text-align: right;
    font-weight: 500;
    color: #3a3a3acc;
    /* margin: 0; */
    font-size: 14px;
    padding-top: 5px;
}
.div_show_estates .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

.div_show_estates .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.div_show_estates .slider_switch {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.div_show_estates .slider_switch:before {
    position: absolute;
    content: "";
    height: 23px;
    width: 26px;
    left: 2px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;

}

.div_show_estates input:checked + .slider_switch {
background-color: #ef7427;
}

.div_show_estates input:focus + .slider_switch {
box-shadow: 0 0 1px #ef7427;
}

.div_show_estates input:checked + .slider_switch:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}

/* Rounded sliders */
.div_show_estates .slider_switch.round {
    background-color: #aeaeb3;
    border-radius: 34px;
}

.div_show_estates .slider_switch.round:before {
    border-radius: 50%;
}



/* range input */

.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.irs-line {
    position: relative; display: block;
    overflow: hidden;
    outline: none !important;
}
.irs-line-left, .irs-line-mid, .irs-line-right {
    position: absolute; display: block;
    top: 0;
}
.irs-line-left {
    left: 0; width: 11%;
}
.irs-line-mid {
    left: 9%; width: 82%;
}
.irs-line-right {
    right: 0; width: 11%;
}

.irs-bar {
    position: absolute; display: block;
    left: 0; width: 0;
}
.irs-bar-edge {
    position: absolute; display: block;
    top: 0; left: 0;
}

.irs-shadow {
    position: absolute; display: none;
    left: 0; width: 0;
}

.irs-slider {
    position: absolute; display: block;
    cursor: default;
    z-index: 1;
}
.irs-slider.single {

}
.irs-slider.from {

}
.irs-slider.to {

}
.irs-slider.type_last {
    z-index: 2;
}

.irs-min {
    position: absolute; display: block;
    left: 0;
    cursor: default;
}
.irs-max {
    position: absolute; display: block;
    right: 0;
    cursor: default;
}

.irs-from, .irs-to, .irs-single {
    position: absolute; display: block;
    top: 0; left: 0;
    cursor: default;
    white-space: nowrap;
}

.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
.irs-grid-pol {
    position: absolute;
    top: 0; left: 0;
    width: 1px; height: 8px;
    background: #000;
}
.irs-grid-pol.small {
    height: 4px;
}
.irs-grid-text {
    position: absolute;
    bottom: 0; left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px; line-height: 9px;
    padding: 0 3px;
    color: #000;
}

.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: -1%;
    width: 102%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.irs-disabled {
    opacity: 0.4;
}


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

.irs {
    height: 55px;
}
.irs-with-grid {
    height: 75px;
}
.irs-line {
    height: 10px;
    top: 33px;
    background: #EEE;
    background: linear-gradient(to bottom, #f5f5f5 -50%, #eeeeef 150%);
    border: 1px solid #CCC;
    border-radius: 16px;
}
.irs-line-left {
    height: 8px;
}
.irs-line-mid {
    height: 8px;
}
.irs-line-right {
    height: 8px;
}

.irs-bar {
    height: 10px;
    top: 33px;
    border-top: 1px solid #ffa462;
    border-bottom: 1px solid #ef7427;
    background: #ef7427;
    background: linear-gradient(to top, rgb(71 148 192) 0%,rgb(159 197 224) 100%);
}
.irs-bar-edge {
    height: 10px; top: 33px;
    width: 14px;
    border: 1px solid #ef7427;
    border-right: 0;
    background: #ef7427;
    background: linear-gradient(to top, rgb(224, 114, 71) 0%, rgb(190, 99, 32) 100%); /* W3C */
    border-radius: 16px 0 0 16px;
    -moz-border-radius: 16px 0 0 16px;
}

.irs-shadow {
    height: 2px; top: 38px;
    background: #000;
    opacity: 0.3;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=30);
}

.irs-slider {
    top: 25px;
    width: 27px; height: 27px;
    border: 1px solid #AAA;
    background: #DDD;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(220,220,220,1) 20%,rgba(255,255,255,1) 100%); /* W3C */
    border-radius: 27px;
    -moz-border-radius: 27px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    cursor: pointer;
}

.irs-slider.state_hover, .irs-slider:hover {
    background: #FFF;
}

.irs-min, .irs-max {
    color: #333;
    font-size: 12px; line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 5px;
    background: rgba(0,0,0,0.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
    background: #ccc;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 14px; line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #ef7427;
    border-radius: 3px;
    -moz-border-radius: 3px;
}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
    background: #999;
}

.irs-grid {
    height: 27px;
}
.irs-grid-pol {
    opacity: 0.5;
    background: #ef7427;
}
.irs-grid-pol.small {
    background: #999;
}

.irs-grid-text {
    bottom: 5px;
    color: #99a4ac;
}

.irs-disabled {
}
.range-slider label{
    width: 100%;
    text-align: right;
    font-weight: 400;
    color: #3a3a3a;
}


.div_submit_search{
    margin-top: 7px;
    text-align: right !important;
    border-radius: 10px;
    padding: 0px 5px !important;
}
.div_submit_search button{
    padding: 4px;
    width: 100%;
    background-color:#ef7427;
}
.div_submit_search button i{
    font-size: 22px;
    vertical-align: middle;
    color: #ffffff !important;
    transition: 0.3s;
}
@media (max-width: 656px) {

    .div_submit_search {
        border: 0 !important;
    }

}
@media (max-width: 991px) and (min-width: 768px) {
    .carousel_banner .carousel-item img {
        height: 60vh;
    }
    .slider_short_height .carousel-item img {
        height: 40vh;
    }
    .slider_short_height .carousel-caption {
        top: 35% !important;
    }


}
@media (max-width: 767px) and (min-width: 657px) {
    .carousel_banner .carousel-item img{
        height: 60vh;
    }

    .carousel_banner .carousel-caption {
        top: 40% !important;
        transform: translateY(-40%) !important;
        bottom: 60% !important;
        right: 15px !important;
        left: 15px !important;
    }
    .div_submit_search button i {
        font-size: 18px;
    }
    .slider_short_height .carousel-item img {
        height: 40vh;
    }
    .slider_short_height .carousel-caption {
        top: 25% !important;
    }

}
@media (max-width: 656px)  and (min-width: 500px){
    .carousel_banner .carousel-item img{
        height:50vh;
    }
    .carousel_banner .carousel-caption {
        top: 30% !important;
        transform: translateY(-30%) !important;
        bottom: 70% !important;
    }
    .slider_short_height .carousel-item img {
        height: 40vh;
    }
    .slider_short_height .carousel-caption {
        top: 25% !important;
    }


}
@media (max-width:  499px){
    .carousel_banner .carousel-item img{
        height:50vh;
    }
    .carousel_banner .carousel-caption {
        top: 30% !important;
        transform: translateY(-30%) !important;
        bottom: 70% !important;
        right: 15px !important;
        left: 15px !important;
    }
    .carousel_banner h3 {
        font-size: 20px;
    }
    .div_submit_search {
        max-width: 100% !important;
        flex: 0 0 25% !important;
    }
    .search_btn_post{
        flex: 0 0 16.666667% !important;
        max-width: 16.666667% !important;
    }
    .search_btn_post button{
        width: 100% !important;
    }
    .div_submit_search a{
        width: 100% !important;
    }
    .carousel_banner .carousel-caption {
        top: 30% !important;
        transform: translateY(-30%) !important;
        bottom: 70% !important;
        right: 15px !important;
        left: 15px !important;
    }
    .slider_short_height .carousel-item img {
        height: 35vh;
    }
    .slider_short_height .carousel-caption {
        top: 15% !important;
    }

}

/***********************************************  list estate in main page *******************************************/
/* slider */
.div-products .slick-prev:before,
.div-products .slick-next:before {
    border-radius: 2px;
    font-weight: bold;
    font-size: 22px !important;
    color: #818080 !important;
    font-family: "Font Awesome 5 Free" !important;
    vertical-align: middle;
    cursor: pointer !important;
    padding: 3px;
}
.div-products .slick-next:before {
    content: "\f191" !important;
}
.div-products .slick-prev:before {
    content: "\f152" !important;
}
.slick-slider{
    margin-bottom: 0;
    border-radius: 5px;

}
.div-products .slick-slide img {
    border: 2px solid #d0cccd40;
    display: block;
    height: 330px;
    object-fit: cover;
    border-radius: 2px;

}
.container_image {
    position: relative;
}
.container_image .image_estate{
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.text-block {
    position: absolute;
    bottom: 0;
    background-color: #ffffffa8;
    color: white;
    padding: 10px;
    width: 100%;
}
.text-block .title_index_estate{
    color: #393939 !important;
    font-size: 16px !important;
}
.text-block p{
    margin: 0 !important;
}

.container_image:hover .image_estate{
     border: 2px solid #9d9eabc2 !important;
    filter:  brightness(0.5);
 }
.container_image2:hover .image_estate{
    filter:  brightness(0.5);
}
.container_image:hover .middle , .container_image2:hover .middle2{
    opacity: 1;
}
.middle {
    top: 40%;
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.middle2 {
    top: 50%;
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.middle2 i{
    color: #ef7427;
    font-size: 30px;
}
.middle i{
    color:#ef7427;
    font-size: 40px;
}
.middle .text_more {
    font-weight: 500;
    color: #ef7427;
    font-size: 16px;
}

.middle2 .text_more {
    font-weight: 500;
    color: #ef7427;
    font-size: 13px;
}
.div_posts a:focus {
    box-shadow: none !important;
    outline: none !important;
    border:0  !important;
}
.card_product {
    margin-top: 0;
    border: 0 !important;
    box-shadow: 1px 1px 2px 1px rgba(82, 80, 80, 0.3);
    filter: brightness(92%);
    position: relative;
}


.div-products .slick-slide:hover .card_product {
    filter: brightness(100%);
    transition: .7s;
}

.slick-initialized .slick-slide{
    height: auto !important;
    margin-right: 3px;
    margin-left: 3px;
}
.slick-initialized .slick-track{
    margin-right: 0 !important;
}
.div-products .slick-prev {
    right: auto !important;
    left: 3.3rem !important;
}
.div-products .slick-next {
    right: auto !important;
    left: 1rem !important;
}
.div-products .slick-prev, .div-products .slick-next {
    bottom: auto !important;
    top: -25px !important;
}
.div-products .slick-prev:hover , .div-products .slick-next:hover {
    color: #444444 !important;
}
.card_product_info{
    border: 0 !important;
}
.card_product_info button{
    box-shadow: none !important;
    background-color: #ef7427;
    width: 100%;
    color: #fff;
    border-radius: 0;
}
.card_product_info button a {
    color: #fff;
    font-size: 14px;
}
.card_product_info button:hover{
    background: linear-gradient(#be6320, #ef7427) !important;
}
.card_product_info h4 {
    line-height: 1.3rem;
    color: #000000de;
    font-size: 15px;
}
.card_product_info span{
    font-size: 15px;
    color:#288d12;
    font-weight: 500;
}
.card-body-style_product{
    margin: 1rem 0;
    text-align: center;
}
.old_price{
    color: #625e5e;
    text-decoration: line-through;
    font-weight: 500;
}
.btn_sale{
    top: 4px;
    background: none repeat scroll 0 0 #ef7427;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    height: 40px;
    position: absolute;
    right: 3px;
    text-align: center;
    width: 40px;
    padding: 0;
    border: 0;
}
@media(max-width: 1399px) and (min-width: 1336px){
    .div_info_estate {
        height:37px;
    }

}
@media(max-width: 1335px) and (min-width: 992px){
    .div_title_estate {
        height:50px;
    }
    .div_info_estate {
        height:37px;
    }
}
@media(max-width: 767px) and (min-width: 530px){
    .div_title_estate {
        height:50px;
    }
    .div_info_estate {
        height:37px;
    }
}
@media(max-width: 1299px) and (min-width: 530px){
    .card_product span, .card_product span a {
        font-size: 12px !important;
    }

}
@media(max-width: 1299px) and (min-width: 992px){
    .text-block h4{
        height: 35px;
    }

}
@media(max-width: 768px) and (min-width: 531px){
    .text-block h4{
        height: 35px;
    }

}
@media(max-width: 399px) {
    .text-block h4{
        height: 35px;
    }
    .div-products .slick-slide img {
        height: 300px;
    }

}
@media(max-width: 1199px) and (min-width: 850px){
    .card_product_info h4 {
        height: 35px;
    }

}
@media(max-width: 1199px) and (min-width: 992px){
    .div-products .slick-slide img {
           height: 300px;
       }
}
@media(max-width: 992px) and (min-width: 850px){
    .div-products .slick-slide img {
        height: 350px;
    }
}
@media(max-width: 400px) {
    .titles_style2 h4 {
        font-size: 30px;
    }
    .div_list_estate .nav-pills .nav-link {
        margin-bottom: 5px;
    }
    .div_list_estate {
        margin-top: 0;
    }
}
.city_div {
    margin-bottom: 0;
}
.city_div a{
    font-size: 13px;
    font-weight: 500;
    color: #373535;
}
/* tooltip */
.metrajh_div:hover  , .price_div:hover , .room_div:hover , .city_div:hover {

    position: relative
}
.metrajh_div .metrajh_desc , .price_div .price_desc , .room_div .room_desc , .city_div .city_desc {
    display: none
}
.metrajh_div:hover .metrajh_desc , .price_div:hover .price_desc , .room_div:hover .room_desc ,  .city_div:hover .city_desc {
    border: #808080 1px dotted;
    display: block;
    z-index: 100;
    background: #ef7427;
    color: #fff;
    left: 0px;
    width: 80px;
    padding: 0 3px;
    position: absolute;
    top: 26px;
    text-decoration: none;
    text-align: center;
    font-size: 13px;
}
/* cards style */
.card_product span , .card_product span a{
    color: #272626;
    font-weight: 500;
    font-size: 13px;
}
.cats_estate a{
    color: #484848;
    font-weight: 500;
}
.cats_estate a:hover , .type_estate a:hover{
    text-decoration: underline !important;
}
.div-products{
    margin-bottom: 0 !important;
}

.div-products .slick-slide{
    padding-left: 0.5rem;
    padding-bottom: 0.6rem;
    padding-right: 0.5rem;
}

.col-doctors h5{
    color: #242424;
}
.col-doctors p{
    color: #ef7427;
    font-weight: 500;
    font-size: 1.25rem;
    height: 60px;
}
.card-doctors{
    border: 1px solid #939393;
    border-radius: 2px;
    text-align: center;
}
.col-doctors .card-title{
    height: 35px;
}


.col-doctors img{
    padding: 0;
    margin: 0;
    height: 230px;
}
.card-doctors:hover img{
    opacity: 0.8;
}
@media (max-width: 1199px) and (min-width: 1101px){
    .col-doctors img{
        height: 200px;
    }
}
@media (max-width: 1100px) and (min-width: 992px){
    .col-doctors img{
        height: 180px;
    }
    .col-doctors p{
        height: 90px;
    }
}
@media (max-width:565px) and (min-width: 530px){
    .col-doctors img{
        height: 160px;
    }
    .col-doctors p{
        height: 90px;
    }
}
@media (max-width:529px) and (min-width: 420px){
    .col-doctors img{
        height: 270px;
    }
    .col-doctors p{
        height: 60px;
    }
}

.card_cats h4 , .card_dl_style h4{
    padding-top: 2rem;
    font-size: 20px;
    color: #fff !important;
    font-weight: 500;
}
.card_cats span , .card_dl_style span{
    font-size: 14px;
    color: #d8d8d8;
    font-weight: 400;
}

/* tabs estate list */
.div_list_estate{
    margin-top: 3.5rem;
}
.div_list_estate .nav-pills .nav-link {
    font-size: 14px;
    border-radius: 2px !important;
    font-weight: 400;
    color: #4a4949;
    background-color: #e4e4e4;
    margin-left: 5px;
}
.div_list_estate .nav-pills .nav-link.active, .div_list_estate .show>.nav-pills .nav-link {
    background-color: #ef7427 !important;
    color: #fff !important;
}

.container-cats{
    margin-top: 3rem;
}
@media (max-width: 500px) {
    .container-cats{
        margin-top: 3rem;

    }
    .div_list_estate {
        margin-top: 2.5rem;

    }

}

.card_services {
margin-bottom: 1rem;
border: none !important;
transition: 0.5s  !important;
}

.card_services:hover{
background-color: #fff !important;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.card_services h6{
font-weight: 500;
font-size: 17px;
color: #010101 !important;
}


/*  titles */
.titles_style{
    cursor: default;
}
.titles_style h4{
    font-size: 26px;
    padding-bottom: 0.5rem;
}
.text_services{
    color: #414141;
}

.hr_style{
    border:1px solid #000;
    box-shadow: 0 1px 3px 1px rgba(17, 17, 17, 0.6);
}
.col-services{
    margin-top: 2rem;
}
.icon_services {
    width: 60px !important;
}

.text_services{
    color: #ef7427;
    font-weight: 500;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 1rem;
}
.card_services:hover .text_services   {
    color: #1d1d1d;
    transition:0.5s;
}
.card_services:hover .title_services  {
    color: #ef7427 !important;
    transition:0.5s;
}
.card_services:hover .icon_services  {
    -webkit-filter: opacity(0.5) drop-shadow(0 0 0 red);
    filter: opacity(0.5) drop-shadow(0 0 0 red);
}
.btn-blog{
    text-align: center;
    border: 1px solid #ef7427;
    background-color:transparent;
    color: #010101 !important;
    border-radius:5px;
    font-size: 15px;
    padding: 0.5rem 2rem;
    font-weight: 500;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
}
.btn-blog:hover{
    transition: 0.7s;
    color:#fff !important;
    background-color:#ef7427 !important;
}

@media (max-width: 992px) {
    .services_content{
        margin-bottom: 3rem;
    }
}
@media (max-width: 656px) {
    .card_services .card-body{
        padding-bottom: 0 !important;
        padding-top: 7px;
    }
    .div_list_estate .nav-pills .nav-link {
        padding: 5px !important;
    }
}

@media (max-width: 480px){
    .titles_style h4{
        font-size: 20px;
    }
    .icon_services {
        width: 50px !important;
    }
    .text_services{
        font-size: 13px !important;
    }
    .title_services{
        font-size: 14px !important;
    }
    .col-size-small{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .col-size-small .card-body{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .slick-dotted.slick-slider {
        margin-top: 2.7rem !important;
    }
}

/*********************************************** resume info index *******************************************/
#contact_info{
    background-color: #ef7427;
    padding: 2rem;
}
.back_div_info img{
     width: 150px;
}

.contact_us_index h5{
    font-size: 28px;
    color: #fff !important;
    font-weight: 400;
    line-height: 3rem;
}
.contact_us_index p{
    line-height: 2rem;
    font-size: 16px;
    color: #fff !important;
    text-align: justify;
}
.btn_register_estate2{
    outline: 0 !important;
    box-shadow: none !important;
    padding: 10px 2rem;
    animation: blinker 1s linear infinite;
    border: 1px solid #0a0a0a;
    background-color: #00000030;
}

.btn_register_estate2:hover{
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1) !important;
    background-color: #0000004a
}

.contact_us_index a , .contact_us_index span{
    color: #fff !important;
    font-size: 15px;
}
.contact_us_index a:hover{
    color: #c5c5c5 !important;
}
@media (max-width: 480px) {
    .contact_us_index {
        padding: 0 !important;
    }
    .contact_us_index h5{
        font-size: 22px;
    }
    .btn_register_estate2 {
        padding: 10px;
    }
}
.btn-custom{
    color: #fff !important;
    font-size: 27px;
    border-radius: 5px;
    border: 3px solid #fff;
    padding: 1rem 3rem;

}
.btn-custom:hover{
    color: #d6d6d6 !important;
    border-color: #d6d6d6;
}
@media (max-width: 500px) and (min-width: 400px){
    .btn-custom{
        font-size: 22px;
        padding: 1rem;

    }
}
@media (max-width: 399px){
    .btn-custom{
        font-size: 17px;
        padding: 0.5rem;
        width: 100%;

    }
}
@media (max-width: 767px){
    .contact_us_index_img{
       text-align: center !important;
        margin-bottom: 1rem;
    }
}
@media (max-width: 499px){
    .contact_us_index p {
        font-size: 14px;
    }
    .back_div_info img {
        width: 120px;
    }
}

/*********************************************** state info index *******************************************/
.titles_style p{
    font-size: 18px;
    color: #585858;
    font-weight: 400;
}
@media (max-width: 480px){
    .titles_style p{
        font-size: 14px;
    }
}
.card_state{
    border: 0 !important;
}
.border-left-custom {
    border-left: 2px solid #dfdfdf;
    padding-right: 0!important;
    padding-left: 0 !important;
}
.card_state h6{
    color: #958888 !important;
    font-size: 35px !important;
}
@media (max-width: 656px){
    .border-left-custom {

        padding:1rem!important;
    }
    .card_state h6{
        font-size: 30px !important;

    }
}
@media (max-width: 400px){
    .card_state h6{
        font-size: 22px !important;
    }
    .card_state p{
        font-size: 12px !important;
    }
}

/*********************************************** list blog in index *******************************************/
.paralsec {
    border-bottom: 2px solid #e9e9e9;
    background-image : url("../images/back-blog.jpg");
    cursor: default;
    background-attachment: fixed;
    background-size: cover;
    background-position: 100%;
    position: relative;
    cursor: pointer;

}

.paralsec:after {
    position: absolute;
    content: '';
    width: 100%;
    height:100%;
    z-index: 0;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
}
.mb_parallax_overlay {
    padding: 0;
    z-index: 1;
    position: relative;
}

.mb_parallax_overlay h4{
    color: #ef7427;
    font-size: 32px;
    font-weight: 400;
    line-height: 4rem;
    text-shadow: 2px 2px #b6adad;
    text-align: center;
    margin: 0 !important;
}
.div-blog{
    margin-top: 1.3rem;
    margin-bottom: 1rem;
}
.col-blog{

    margin-bottom: 2rem;
}
.card-blog{
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
    border: 0 !important;
    margin: 0 !important;
}
.blog-content{
    padding: 0;
    margin: 0;
    border: 0;
}
.col-blog img{
    border: 0;
    padding: 0;
    margin: 0;
}

.card-blog:hover .line_title{
    width:90%;
    transition:0.8s ease-in-out;
}

.title_blog{
    color: #040404;
    font-size: 16px;
    text-align: right;
    padding: 1rem 10px 1rem 10px ;
    line-height: 1.5rem;
}
.text_blog{
    padding: 1rem 10px 1rem 10px ;
    text-align: right;
    font-size: 13px;
    font-weight: 500;
    color: #303030;
}

.card_footer_custom{
    border-top: 2px solid rgba(60, 60, 154, 0.7);
    background-color: transparent;
    padding: 5px;
    color: #ef7427 !important;
    font-weight: 500;
    font-size: 16px;
}
.card_footer_custom a{
    color: rgba(60, 60, 154, 0.7) !important;
}
.card_footer_custom:hover{
    color: rgba(60, 60, 154, 0.7) !important;
}
/* card img hover */
.hm-black-strong{
    position: relative;
}

.hm-black-strong img {
    width: 100%;
    vertical-align: top;
}
.hm-black-strong:after {
    border-radius: 5px;
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background: rgba(54, 54, 54, 0.3);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.card-about:hover .hm-black-strong:after  , .card-blog:hover .hm-black-strong:after , .hm-black-strong:hover:after {
    opacity: 1;
    transition:0.7s ease-in-out;
}
/* text hover image */
.box8{
    cursor: pointer;
}
.box8 .icon,.box8 .title{
    margin:0;
    position:absolute;
    width: 100%;
    text-align: center;
    padding: 0 !important;
}
.box8{
    position:relative;
}
.box8 img{
    width:100%;
    height:200px;
    object-fit: cover;
}
.box8 .icon li a,.box8 .title_text{
    background:#fff;
    font-size:14px;
    color:#ef7427;
    margin-left: auto;
    margin-right: auto;
    display: inline-block !important;
    text-align: center;
    padding: 2px !important;
    margin-bottom: 0 !important;
    border-radius: 5px 5px 0 0;
}
.box8 .title{
    text-align: center;
    padding:5px 7px;
    border-radius:5px;
    font-weight:600;
    bottom:0;
    transition:all .9s ease 0s;
    z-index: 99;
}
.box8 .icon li a{
    transition:all .35s ease 0s;
}
.box8 .icon{
    list-style:none;
    padding:0;top:42%;
    left:0;
    right:0;
}
.box8 .icon li a{
    display:block;
    width:40px;
    height:40px;
    line-height:40px;
    border-radius:50%;
    margin-right:7px;
}
.box8 .icon li a:hover{
    background:#fff;
    color:#000;
}
@media (max-width: 480px) {
    .mb_parallax_overlay h4 {
        font-size: 24px;
    }
}
@media (min-width: 1300px) {
    .title_blog{
        height: 40px;
    }
    .text_blog{
        height: 80px;
    }

}
@media (max-width: 1299px) and (min-width: 1050px){

    .title_blog{
        height: 45px;
    }
    .text_blog{
        height: 85px;
    }
    .text_blog_list{
        height: 100px;
    }
}
@media (max-width: 1049px) and (min-width: 992px){

    .title_blog{
        height: 45px;
    }
    .text_blog{
        height: 90px;
    }
    .text_blog_list{
        height: 105px;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .title_blog{
        height: 45px;
    }
    .text_blog{
        height:85px;
    }

}
@media (max-width: 767px) and (min-width: 657px){
    .title_blog{
        height: 50px;
    }
    .text_blog{
        height:100px;
    }
}

@media (max-width: 656px) and (min-width: 380px){
    .title_blog{
        height:30px;
    }
    .text_blog{
        height:80px;
    }
}

@media (max-width: 379px) {
    .title_blog{
        height:40px;
    }
    .text_blog{
        height:85px;
    }
}

@media (min-width: 1700px) {
    .col-blog img{
        height: 250px;
    }
}
@media (max-width: 1699px) and (min-width: 1480px){
    .col-blog img{
        height: 220px;
    }

}

@media (max-width: 1479px) and (min-width: 1300px){
    .col-blog img{
        height: 210px;
    }
}
@media (max-width: 1299px) and (min-width: 1199px){
    .col-blog img{
        height: 185px;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    .col-blog img{
        height: 160px;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .col-blog img{
        height: 200px;
    }
}
@media (max-width: 767px) and (min-width: 657px){
    .col-blog img{
        height: 165px;
    }
}
@media (max-width: 656px) and (min-width: 505px){
    .col-blog{
        margin: 0.5rem 5rem;
    }
    .col-blog img{
        height: 270px;
    }
}
@media (max-width: 504px) and (min-width: 380px){
    .col-blog img{
        height: 220px;
    }
}

@media (max-width: 379px) and (min-width: 330px){
    .col-blog img{
        height: 180px;
    }
}
@media (max-width: 329px) {
    .col-blog img{
        height: 160px;
    }
}



/*********************************************** footer *******************************************/
.footer{
    background-color: whitesmoke;
    border-top: 2px solid #b4b4b4;
    padding: 1rem;
    width:100%;
}
.logo_footer p{
    padding-left: 3rem;
    text-align: justify !important;

}
.logo_footer img{
    width: 95px !important;
    margin-top: 0.7rem;
}

.run-in{
    display: block;
    font-size: 20px;
    padding-bottom: 7px;
    font-weight: 600;
    color: #414040;
    margin-top: 1rem;
}
.footer_ul_amrc li span , .footer_ul_amrc li i{
    color: #000000;
    font-size:16px;
    font-weight: 300;
}
.footer_ul_amrc li i{
    font-weight: bold;
}
.logo_footer p{
    color: #343434;
    font-size:16px;
    font-weight: 400;
    line-height: 2rem;
}
.footer h5  {
    padding-top: 0.9rem;
    text-align:right;
    cursor: default;
    color: #000000;
    line-height: 2.5rem;
    padding-bottom:0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
}


.footer ul li a{
    font-size: 14px;
    color: #4b4848;
    font-weight: 500;
}
.footer ul li a:hover {
    color: #000000;

}
.headin5_amrc {
    font-size: 18px;
}
.headin5_amrc img{
    width: 120px;
    margin-top: 0.7rem;
}
.footer_contact{
    margin-top: 0 !important;
}
.footer_contact ul{
    padding-right: 0;
    text-align: right;
}

.hr_social_footer{
    margin-bottom: 5px !important;
    margin-top: 0 !important;
    border-color: #bdbdbd;
}
title_social_footer.title_social_footer{
    display: block;
}
title_social_footer span{
    font-weight: 500;
    color: #272727;
}
.footer_contact ul li{
    display: flex;
    list-style-type:none;
    text-align: right;
    font-size:15px;
    color: #000000;
    font-weight: 400;
    line-height: 2rem;
}
.social_icon li{
    display: contents !important;
}
.footer_contact ul li a span:hover{
    color: #000 !important;
}
.footer_ul_amrc{
    margin-bottom: 0 !important;
}


.social-div img{
    border-radius: 4px;
}
.social_footer_ul {
    color: #000000;
    display:table;
    margin:15px auto 0 auto;
    list-style-type:none;
    text-align: center;  padding: 0;
}
.social_footer_ul i{
    padding-left: 5px;
    font-size: 27px;
    color: #000000;
}
.social_footer_ul i:hover{
    color: #000;
}
.social_footer_ul li {
    padding-left:0.6rem;
    padding-top:2px;
    float:left;
    cursor: pointer;
}
.social_footer_ul li a {
    color: #ef7427;
}
.links-div{
    margin-top: 1.8rem;
}
.list_info_footer li{
    padding-bottom: 1px;
}
.list_info_footer .name_phone{
    padding-right: 5px;
    font-size: 12px;
    color: #6d6d6d;
    font-weight: 400;
}
@media (min-width: 992px) {
    .footer_contact ul {
        margin-right: 0 !important;
    }
    .links_footer{
        padding-right: 5rem;
    }
}
@media (max-width: 991px)  {
    .container_footer{
        padding: 0 !important;
    }

}

@media (max-width: 767px)  {

    .links-div{
        margin-top: 0.5rem;
    }
    .col-border{
        border-right: 0;
    }

    .footer ul li::before {
        content: "" !important;
        width: 0 !important;
    }

    .logo_footer p {
        padding: 0 !important;
    }
    .enamad_footer{
        text-align: center !important;
        padding:0 !important;
    }

}

.line_footer {
    background-color: #fbfbfb !important;
    margin: 0;
    display: none;
}
.pt2 {
    margin-top:25px ;
}

.mb10 {
    padding-bottom:15px ;
}
.col_white_amrc ul{
    padding: 0;
}
.footer_ul_amrc {
    padding:0;

}
.footer_ul_amrc2{
    padding:1rem 0 0 0;
}

.footer_ul_amrc{
    margin-top: 0 !important;

}
.footer_ul_amrc li , .footer_ul_amrc2 li{
    margin: 0;
    text-align: right;
    list-style-type: none;
    font-size: 16px;

}
.footer_ul_amrc li{
    padding:0;
    list-style: none;
}


.link_all_jobs{
    padding-top: 0.5rem !important;
}
.link_all_jobs a{
    color: #ef7427 !important;
}
.link_all_jobs a:hover{
    color: #ef7427 !important;
}
.link_all_jobs::before {
    content: "" !important;
    width: 0 !important;
}


.footer_ul_amrc2 li{
    padding:0 0 1rem 0;

}
.footer_ul_amrc li  a , .footer_ul_amrc2 li a{
    font-weight:400;
    color: #8d8d8d;
    margin-top: 0.33rem;
}
.footer_ul_amrc li a:hover , .footer_ul_amrc2 li a:hover{
    color: #525252 !important;
    text-decoration:none;
    transition: 0.3s;
}

.footer_ul_amrc2 img{
    border-radius: 3px;
    width: 160px;
}
.footer_ul_amrc2 img:hover{
    opacity: 0.8;

}
.enamad_footer{
    text-align: right;
}
.enamad_footer img {
    padding-top: 1rem;
    width: 66%;
}
.link_enamad{
    margin-top: 3.7rem !important;
}
.footer_bottom{
    border-top: 2px solid #b4b4b4;
    padding-top: 0.3rem;

}
.footer_bottom p{
    font-weight: 400 !important;
    color: #948d8d !important;
    font-size: 12px;
}
.footer_bottom p a{
    padding-right: 2px;
    color: #000000 !important;
}
.footer_bottom p a:hover{
    color: #ef7427 !important;
}
.copy_right{
    text-align: center;
}
.copy_right p{
    color: #948d8d !important;
    font-size: 12px;
    padding-top: 5px;
}
.fartak a{
    color: #444444;
    font-weight: 500 !important;
    font-size: 12px;
}
.fartak a:hover{
    color:#ef7427;
}
.fartak p{
    color: #e1e1e1;
}
.desc_footer{
    font-weight: 500;
    color: #504b4b;
    margin: 0;
    font-size: 18px;
}
.col-footer-description{
    margin-bottom: 10px;
    padding: 0;
}
@media (max-width: 1199px){
    .desc_footer {
        padding-top: 0;
    }
    .list_info_footer{
        margin-bottom: 0 !important;
    }
}
@media (max-width: 500px){
    .logo_footer{
        padding: 0 !important;
    }
    .logo_footer p{
        font-size: 14px !important;
    }
    .footer h5 {
        font-size: 18px;
    }
    .copy_right p {
        font-size: 13px;
    }
    .run-in{
        font-size: 24px;
    }
}

@media (max-width: 656px) and (min-width: 387px){
    .line_footer{
        display: block;
    }

}
@media (max-width: 386px){
    .line_footer{
        display: block;
    }
    .run-in{
        font-size: 20px;
    }

}

@media (max-width: 656px) and (min-width: 468px) {
    .line_footer{
        margin-left: 5rem;
        margin-right: 5rem;
    }
}
@media (max-width: 467px) and (min-width: 385px) {
    .line_footer{
        margin-right: 4rem;
        margin-left: 4rem;
    }
}
@media (max-width: 384px) {
    .line_footer{
        margin-right: 3rem;
        margin-left: 3rem;
    }
}

@media (max-width: 800px) {
    .footer_contact , .social_footer_ul , .footer_ul_amrc  {
        text-align: center !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
}


@media (min-width: 768px) and (max-width: 1199px) {
    .social_footer_ul li{
        padding-bottom: 15px;
    }

}

@media (max-width:1199px) and (min-width: 500px) {
    .footer_ul_amrc2 img{
        width: 140px;
        margin-top: 1rem;
    }

}
@media (max-width:991px) {
    .social-div{
        margin-top: .5rem;

    }
    .links-div {
        margin-top: 2.2rem;
    }
    .footer_ul_amrc2 li {
        text-align: left;
    }

    .footer_contact ul li {
        text-align: center !important;
        display: list-item;
    }
    .links_feed ul{
        margin-top: 1.3rem !important;
    }
    .links_feed ul li{
        margin-top: 4px !important;
    }

    .footer ul li a {
        padding-left: 1rem;
    }
    .footer_contact ul {
        text-align: center !important;
    }
    .headin5_amrc {
        text-align: center !important;
    }
    .footer_contact.list_info_footer{
        text-align: right !important;
    }

}
@media (max-width: 767px) {
    .fartak , .copy_right{
        text-align: center !important;
    }
}
@media (max-width: 656px) {
    .links-div , .link_enamad {
        margin-top: 0 !important;
        margin-bottom: 1rem;
    }
    .footer_ul_amrc2 {
        padding: 0;
        margin-bottom: 0.5rem !important;
    }
    .footer_ul_amrc2 li {
        text-align: center;
    }
    .footer {
        padding: 0;
    }
    .footer_ul_amrc2 img {
        margin-top: 0;

    }
    .footer ul li a {
        padding-left: 0;
    }
}

/* ********************************* list  page ******************************** */
/* slider */
.form_search_list_page , .form_search_list_post{
    margin-top: -2rem;
}
.carousel_banner_resume .carousel-item img{
    height: 80vh;
    object-fit: cover;
}
/* search list */
.form_search_list_page input{
    padding: 16px !important;
    border-radius: 0 10px 10px 0;
    background-color: #ef7427;
    border: 1px solid #fff !important;
    color: #000000 !important;

}
.form_search_list_post input{
    padding: 16px !important;
    border-radius: 0 10px 10px 0;
    background-color: #ffffff;
    border: 1px solid #fff !important;
    color: #000000 !important;

}
.form_search_list_page  select::placeholder , .form_search_list_post  select::placeholder
{
    color: #fff !important;
}
.form_search_list_page  select:-ms-input-placeholder , .form_search_list_post  select:-ms-input-placeholder{ /* Internet Explorer 10-11 */
    color: #fff !important;
}
.div_search_list_page{
    padding:5px;
    border-radius: 15px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
}

.form_search_list_page  .bootstrap-select  {
    width: 100% !important;
    padding: 0 !important;
    margin: 0  !important;
    text-align: right  !important;
    background-color: transparent !important;
    color: #fff !important;
}
.form_search_list_page .bootstrap-select button{
    border-color:  #ffffff !important;
    text-align: right !important;
    padding: 1rem 0.78rem 1rem 1.5rem !important;
    background-color: #ef7427 !important

}

.form_search_list_page .dropdown-toggle::after{
    color: #ffffff !important;
}
.form_search_list_page .dropdown-toggle {
    background-color:#ef7427 !important;
    color: #fff !important;
}

.form_search_list_page .bootstrap-select .dropdown-item:hover {
    background-color:#ef7427 !important;
}
.form_search_list_page .bootstrap-select.btn-group .dropdown-menu {
    transform: none !important;
    border: 1px solid #fff !important;
    background-color: #ffffff !important;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
    border-radius:2px !important;
}
.form_search_list_page .bs-searchbox .form-control {
    border: 1px solid #ef7427 !important;
    background-color: rgba(223, 223, 223, 0.1) !important;
}
.select_list_job .bootstrap-select button{
    border-radius: 0 10px 10px 0 !important;
    border-left: 0 !important;

}
.div_submit_search_list{
    text-align: right !important;
    border: 1px solid #fff;
    border-right: 0;
    padding: 0 !important;
}

.div_submit_search_list button i{
    background-color: #403d3d;
    padding: 12px 8px;
    border-radius: 7px;
    vertical-align: middle;
    color: #ffffff !important;
    transition: 0.3s;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
}
.select_list_job .bootstrap-select button{
    border-radius: 0 !important;
    border-left: 1px solid #fff !important;

}
.select_list_city .bootstrap-select button{
    border-left: 0 !important;

}
.title_search_list input{
    background-color: #ef7427 !important;
    color: #000 !important;
}
.title_search_list input:-ms-input-placeholder{
    color: #ffffff !important;
}
.title_search_list input::placeholder ,
.title_search_list textarea::placeholder
{
    color: #ffffff !important;
}

.icon_search{
    background-color: #000000;

}
.div_submit_search_list button {
    border-radius: 10px 0  0 10px !important;
}
.div_submit_search_list button{
    text-align: left !important;
    padding: 0.22rem !important;
    width: 100%;
    background-color: #ef7427;
}
.search_btn_post{
    background-color: #ffffff !important;
}
@media  (max-width: 656px) {
    .select_list_job .bootstrap-select button {
        border-radius: 0 !important;
        border-left: 0 !important;

    }

    .select_list_city .bootstrap-select button {
        border-radius: 0 0 10px 0 !important;
        border-left: 0 !important;

    }

    .title_search_list input{
        border-radius: 10px 10px 0 0 !important;
        border-left: 0 !important;
    }

    .div_submit_search {
        border: 0 !important;
    }

    .div_submit_search_list button {
        border-radius: 0 0 0 10px !important;
        border-left: 0 !important;

    }

    .div_submit_search_list button i {
        padding: 12px 5px;
    }

}

/* slider */
@media (max-width: 991px) and (min-width: 768px) {
    .carousel_banner_resume .carousel-item img {
        height: 65vh;
    }

}
@media (max-width: 767px) and (min-width: 657px) {
    .carousel_banner_resume .carousel-item img {
        height: 60vh;
    }

}
@media (max-width: 656px)  and (min-width: 500px){
    .carousel_banner_resume .carousel-item img {
        height: 55vh;
    }

}
@media (max-width:  499px){
    .carousel_banner_resume .carousel-item img {
        height:45vh;
    }


}


/* breadcrump */
@media (max-width:449px){
    .container-bread{
        margin-top: 2rem;
    }

}
@media (min-width:450px){
    .container-bread{
        margin-top: 1rem;
    }

}

.bread-custom {
    /* margin-bottom: 0.5rem !important; */
    padding: 0.5rem 1rem;
    border-radius: 5px;
    background-color: #FFFFFF;
    direction: rtl !important;
    font-size: 16px;
}
.bread-custom li{
    float: right;
}
.bread-custom li a {
    color: #757575;
    font-weight: 400;
    font-size: 14px;
}
.bread-custom li a:hover {
    color: #818181 !important;
    font-weight: 400;
}
.bread-custom .active{
    cursor: default !important;
    color: #ef7427;
    font-weight: 600;
    font-size: 14px;

}

/* list */
.cats_blog ,  .most_popular {
    transition: 0.3s;
    text-align: right;
    background-color: #fff;
    border:1px solid #ebebeb;
    border-radius: 3px;
    padding:1rem 1.5rem;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;

}

.cats_blog h6{

    font-size: 16px;
    text-align: center;
    border-bottom: 2px dotted #ef7427;
    padding-bottom: 10px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
.div_form_check{
    margin-top: 1rem;
}
.form_check_custom label{
    font-size: 14px !important;
    font-weight: 400 !important;
}
.form_check_custom label , .form_check_custom input{
    cursor: pointer !important;
}
.cats_blog:hover .title_cats_blog{

    border-color: #393939 !important;
}
.cats_blog:hover{
    transition: 0.3s;
    background-color: #ef7427;
    color: #fff !important;
    border-color:transparent  !important;
}
.cats_blog i ,  .most_popular i {
    padding-left: 5px;
    cursor: default;
    color: #ef7427 !important;
    vertical-align: middle;
}
.cats_blog:hover .icon_more_list{
    transition: 0.3s;
    color: #000000 !important;
}
.div_list{
    padding-left: 7px !important;
}
.div_list h2 , .div_list h1{
    font-size: 23px;
    margin-bottom: 1rem;
    color: #3a3737;

}


.less_skills , .less_jobs , .less_city{
    display: none;
}
.more_list_skills , .more_list_jobs , .more_list_city{
    display: none;
}
.cats_blog button{
    color: #000 !important;
    font-size: 12px !important;
    font-weight: bold;

}

.sidebar_station{
    text-align: right;
    background-color: #fff;
    margin-top: 0.6rem;
    border:1px solid #ebebeb;
    border-radius: 3px;
    padding: 10px;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
}



.sidebar_station i{
    padding-left: 5px;
    cursor: default;
    font-size: 25px;
    color: #ef7427 !important;
    font-weight: 500;
    vertical-align: middle;
}
.sidebar_station .icon-title-search{
    color: #292929 !important;
    font-size: 18px !important;
}

.cats_blog p , .most_popular p , .sidebar_station p{
    cursor: default;
    text-align: right;
    font-size: 15px;
    padding: 0.5rem 0.5rem 0 0.5rem;
    color: #3e3e3e;
    font-weight: 500;
}
.popular_txt p{
    padding: 0.5rem 0 0 0!important;
}


.popular_txt p del{
    font-size: 13px;
    color: #888888;
}
.cats_blog ul ,  .most_popular ul{
    margin-top: 1.5rem;
    padding-right: 0 !important;
}
.cats_blog ul li:last-child , .most_popular ul li:last-child{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: 0;
}
.cats_blog ul li , .most_popular ul li{
    padding-right: 5px;
    margin-bottom: 1rem;
    color: #6d6d6d !important;
    font-size: 15px;
    list-style-type:none;
    cursor: pointer;
    font-weight:300;

}
.cats_blog ul li img{
    width: 40px;
    height: 30px;
    padding:0;
    border: 0 !important;
}
.most_popular ul li img{
    width: 60px;
    padding:0;
    height: 50px;
}

.cats_blog ul li img:hover , .cats_blog ul li:hover .img_cats ,
.most_popular ul li img:hover , .most_popular ul li:hover .img_cats{
    filter: brightness(80%);
}
.cats_blog ul li a {
    color: #606060 !important;
    font-size: 14px;
    font-weight: 400;
}
.most_popular ul li a{
    color: #585858 !important;
    font-size: 14px;
    font-weight: 500;
}
.cats_blog ul li a:hover , .cats_blog ul li a:focus , .cats_blog ul li:hover .link_cats ,
.most_popular ul li a:hover , .most_popular ul li a:focus , .most_popular ul li:hover .link_cats {
    color: #303030 !important;
    transition: 0.3s;
}
@media (max-width: 1199px) and (min-width: 657px){
    .cats_blog{
        padding: 1rem !important;
    }
}
@media (max-width: 1199px) and (min-width: 768px){
    .cats_blog ul li a {
        font-size: 13px;
    }
    .most_popular ul li a{
        font-size: 13px;
    }
    .cats_blog ul li img {
        width: 30px;
        height: 25px;
    }
}
@media (max-width: 1350px) and (min-width: 1200px){
    .most_popular ul li a {
        font-size: 13px;
    }
    .most_popular ul li img {
        width: 50px;
        height: 45px;
    }
}
@media (max-width: 1199px) and (min-width: 850px){

    .popular_txt {
        float: right !important;
    }
    .most_popular ul li img {
        width: 70px;
        height: 30px;
    }
}
@media (max-width: 849px) and (min-width: 460px){

    .popular_txt {
        float: right !important;
    }
    .most_popular ul li img {
        width: 120px;
        height: 25px;
    }
}

@media (max-width: 460px) and (min-width:360px){
    .most_popular ul li img {
        height: 35px;
    }
}
@media (max-width: 359px) {
    .popular_txt {
        float: right !important;
        padding-right: 1rem;
    }
    .most_popular ul li img {
        width: 40px;
        height: 23px;
    }
    .most_popular ul li a{
        font-size: 12px;
    }
}

/* content list */
.card_list{
    border-color: #f4f4f4 !important;
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.1);
}
.div_list_resume{
    margin-bottom: 1rem;
}

.img_list{
    height: 110px;
    object-fit: cover;
}
.img_list:hover , .div_list_resume:hover .img_list{
    opacity: 0.7;
}
.div_content_list{
    text-align: right;
    padding: 1.22rem 1rem;
    transition: 0.3s;
}
.div_content_list h6{
    color: #010101;
}

.div_content_list a , .div_content_list span{
    color: #010101 !important;
    font-weight: 500 !important;
}

.div_content_list span{
    font-size: 14px !important;
    cursor: pointer !important;
}
.estate_list_info  span , .estate_list_info  span a {
    color: #827b7b !important;

}
.estate_list_info  span {
    font-weight: 400;
}
.estate_list_info i{
    color: #ef7427;
}
.date_estate , .date_estate span{
    font-size: 11px;
    font-weight: 500;
    color: #b7b6b6;
    text-align: left;
}
.div_content_list .title_price_estate{
    color: #211f1f !important;
    font-size: 16px !important;
}
.div_content_list .text_price_estate {
    padding: 0 5px;
    font-size: 17px !important;
    color: green !important;
    font-weight: 500 !important;
}
.div_content_list .btn_resume{
    background-color: #fff !important;
    color: #ef7427 !important;
}
.container_image2{
    position: relative;
}
.btn_sale{
     vertical-align: inherit;
     top: 2px;
     background: none repeat scroll 0 0 #ef7427;
     border-radius: 0 0 0 100%;
     color: #fff;
     display: inline-block;
     font-size: 13px;
     height: 50px;
     position: absolute;
     right: 2px;
     text-align: right;
     width: 50px;
     padding: 0 5px;
     border: 0;
 }
.btn_sale2{
    vertical-align: inherit;
    top: 0px;
    background: none repeat scroll 0 0 #ef7427;
    border-radius:2px 3px 3px 100%;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    height: 50px;
    position: absolute;
    right: 0px;
    text-align: right;
    width: 50px;
    padding: 0 5px;
    border: 0;
}
.btn_sale3 {
    vertical-align: inherit;
    top: 0;
    background: none repeat scroll 0 0 #ef7427;
    border-radius: 0 5px 5px 100%;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    height: 50px;
    position: absolute;
    right: 2px;
    text-align: right;
    width: 50px;
    padding: 0 5px;
    border: 0
}
.btn_sold{
    background: none repeat scroll 0 0 rgba(158, 17, 0, 0.95) !important;
}
.hr-style{
border-color: #ef7427;
background-color:  #ef7427 !important;
width: 60%;
margin: 5px 0  !important;
}
.btn_resume{
    border: 1px solid #f7f4f4;
    box-shadow: 2px 0px 6px 0px rgba(38, 38, 38, 0.18);
    background-color: #f7f7f7;
}

.div_job_name{
border-left: 1px solid #6e6e6e;
}
.div_content_list:hover .div_job_name{
border-color: #fff !important;
}
.div_content_list:hover .text_content_list{
color:#fff !important;
}
.div_content_list:hover {
background-color: #ef7427 !important;

}
.div_content_list:hover .hr-style {
border-color: #fff;
background-color:  #fff !important;
}
@media (max-width: 991px) {
.div_list_resume{
    padding-right: 1rem !important;
}
.col_content_list{
    padding-left: 15px !important;
}
}
@media (max-width: 767px)  and (min-width: 657px){
.div_btn_resume{
    text-align: right !important;
    margin-top: 1rem;
}
.div_img_list{
    height: 150px !important;
}

.img_list{
    width: 100%;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}
.img_list {
    border-radius: 0 !important;
}

}
@media (max-width: 656px)  and (min-width: 500px){

.img_list{
    height: 164px !important;
    width: 100%;
    max-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}
.div_job_exp {
    text-align: right !important;
    margin-top: 5px;
}
.img_list {
    border-radius: 0 !important;
}

}
@media (max-width: 499px) {
.col_img_list , .col_content_list{
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.col_img_list{
    padding-left: 0.9rem !important;
}
.div_job_exp {
    text-align: right !important;
    margin-top: 5px;
}
.img_list {
    height: 250px;
}
.div_content_list{
    border-top: 0 !important;
}
.div_img_list {
    border-bottom: 0 !important;
    border-radius: 2px 2px 0 0 !important;
}

}
@media (max-width: 499px) and (min-width: 350px){
.img_list {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

}
/*custom pagination */
.custom-pagination {
    text-align:center;
    direction:rtl !important;
    padding-bottom: 1.5rem !important;
}
.pagination {
    display:inline-block;
}
.custom-pagination ul
{
    list-style:in;
}
.custom-pagination a,
.custom-pagination span
{
    text-decoration:none;
    padding:0 10px;
    border-radius:3px;
}
.custom-pagination a
{
    font-weight: 400;
    font-size: 14px;
    color: #010101;
    background-color: #fff;
    border: 0;
}
.custom-pagination span
{
    font-weight: 400;
    font-size: 14px;
    padding: 0 10px;
    border: 0;
    color: #FFFFFF;
    background-color: #ef7427;
}

.custom-pagination a:hover
{
    padding: 0 10px;
    border: 0;
    color: #FFFFFF !important;
    background-color: #ef7427;
}
.no_result{
    cursor: default;
}
.no_result p{
    color: #262626 !important;
    font-weight: 400;
}

/* ********************************* list estate ******************************** */
#main_estates{
    margin-bottom: 5rem;
}
.result_search {
    color: #ef7427;
    padding: 0;
    display: inline-block;
    text-align: right;
    margin: 0;
    font-size: 22px !important;
    font-weight: bold;
}
.div_content_list .badge_loc_estate{
    font-weight: 400 !important;
    color: #fff !important;
    background-color: #ef7427;
    font-size: 13px !important;
    margin-top: 0 !important;
}
.badge_loc_estate a{
    color: #fff !important;
}
.job_title{
    margin-left: 1rem;
    line-height: 1.5rem;
}
.div_content_list .btn_job{
    background-color: #fff;
    color: #000000d6 !important;
    border: 1px solid #595a7612;
    border-radius: 5px;
    padding: 10px !important;
    font-size: 14px !important;
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.08);
    width: auto;
    float: left;

}
.job_content_list , .div_job_content_list{
    border-radius: 0 !important;

}
.job_content_list {

    margin-bottom: 1rem;
}

.div_job_content_list{
    cursor: pointer;
    box-shadow: 2px 2px 6px 0px rgba(38, 38, 38, 0.2);
    background-color: #f9f8ff;

}
.div_job_content_list:hover{
    background-color: #ffffff !important;
    border-top:1px solid transparent !important;
    border-left:1px solid transparent !important;
    box-shadow: 2px 2px 6px 0px rgba(38, 38, 38, 0.3);

}
.div_job_content_list .btn_job:hover{
    background-color:#fff !important;
    border-color: #ef7427 !important;
    color: #ef7427 !important;
}
.div_job_content_list:hover .job_title{
    color: #000  !important;
}
.div_job_content_list img{
    border-radius: 2px;
    height: 170px;
    object-fit: cover;
    width: 100%;
}
.div_job_content_list img:hover{
    filter: brightness(50%);
    transition: .5s;
}

.result_search_content{
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    text-align: center !important;
}
.title_result{
    color: #ef7427 !important ;
}
.text_result1 , .text_result2{
    font-size: 19px !important;
}
.text_result2{
    color: #7f7f7f !important;
}
@media (max-width:991px) {
    .result_search{
        padding-right: 0.8rem !important;
    }
}
@media (max-width:767px) {
    .div_job_content_list img{
        height: 300px;
        margin-bottom: 1rem;
    }
}
@media (max-width:440px) {
    .div_job_content_list img{
        height: 250px;
    }
    .div_list_info , .div_content_list .btn_job {
        float: right !important;
        text-align: right !important;
    }
    .date_estate, .date_estate span {
        text-align: right;
    }
}
@media (max-width:380px) {
    .div_job_content_list img{
        height: 220px;
    }

}
/* ********************************* single estate ******************************** */
.single-content2{
    padding: 1rem;
    border-radius: 3px;
}
.single-content2 h1 a{
    padding-right: 1.8rem;
    font-weight: 500;
    color: #383737;
    font-size: 22px;
}
.div_price_estate .text_price_estate {
    font-size: 17px !important;
    color: green !important;
    font-weight: 500 !important;
}
.div_price_estate{
    border-bottom: 1px solid #c3b7b770;
    padding-bottom: 5px;
}
.property_content{
    padding-right: 3rem;
    padding-top: 2rem;
}
.btn_custom{
    padding: 10px 2rem;
    background-color: #ef7427;
    color: #fff;
}
.modal_contact .modal-header{
    border-top: 3px solid #ef7427;
}
.modal_contact  .modal-title {
    font-weight: 500;
}
.modal_contact li a{
    font-weight: 400;
    color: #4c4a4a;
}
.property_content .modal_contact  li:before {
    content: '' !important;

}
.col-share ul{
    list-style: none;
    padding: 0;
    display: inline-flex;
}
.col-share li i{
    color: #ef7427;
    font-size: 23px;
    padding-right:10px !important;
}

.title_share{
    font-size: 14px;
    font-weight: 500;
    color: #313030;
}
.single-content2 .nav-pills{
    border-bottom: 1px solid #e2e2e2 !important;
    border-radius:  0;
    border-top: 1px solid #e2e2e2 !important;
    padding: 0;
}
.single-content2 .nav-pills a {
    padding: 1rem;
    font-size: 18px;
    color:#494949;
    font-weight: 500;
}
.single-content2 .nav-pills .nav-link.active, .show>.nav-pills .nav-link {
    background-color: #ef7427;
    color: #fff;
}
.container-blog-rel{
    margin-bottom: 5rem;
}
.code_estate , .div_content_list .code_estate{
    font-size: 14px !important;
    color: #ef7427 !important;
    border: 1px solid #ef7427;
    border-radius: 3px;
    padding: 0 5px;
    margin-left: 10px;
    cursor: default;
    font-weight: 600 !important;
    text-align: center;
}
@media (max-width: 767px){
    .estate_single_title a{
        padding: 0 !important;
    }
    .estate_single_title .code_estate{
        margin-right: 0 !important;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .property_content{
          padding-right: 2rem;
      }
}
@media (min-width: 992px) {
    .property_content{
        padding-right: 1.5rem;
        margin-right:1rem;
    }
}

@media (max-width: 767px) {
    .modal_contact {
        text-align: center;
        margin-left: 3rem;
    }
}
@media (max-width: 500px) {
    .property_content {
        padding-right: 1rem !important;
    }

    .container-blog {
        margin-top: 1rem !important;
    }

    .modal_contact {
        text-align: center;
        margin-left: 1rem;
    }
}


.title_property{
    color: #716969 !important;
    font-weight: bold !important;
    line-height: 1.5rem !important;
    font-size: 20px !important;
    padding-bottom: 1rem;
}
.property_content ul {
    list-style: none;
    padding: 0;
}
.property_content li i{
    color: #ef7427;
    padding-right: 1.3em;
}
.list_more_features li{
    list-style: none;
}
.list_more_features i{
    color: #ef7427;
}

.more_features , .less_features {
    color: #a8a8a8 !important;
    text-decoration: none !important;

}
.more_features:hover , .less_features:hover{
    color: #e20916 !important;
}
.hidden{
    display: none;
}
.property_list{
    padding-bottom: 0.6rem !important;
}
.property_span , .property_list{
    font-weight: 500;
    color: #827b7b !important;
}
.property_tax p{
    font-weight: bold;
    padding-left: 1rem;
    font-size: 14px !important;
}
.property_tax_title{
    color: #5f5f5f !important;
    font-size: 15px;
    font-weight: bold !important;
}
.property_tax_title i{
    color: #ef7427 !important;
}
.property_tax a{
    background-color: #adadad;
    color: #fff !important;
    font-weight: 400;
    padding: 0 10px;
    border-radius: 5px;
}
.property_tax a:hover{
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.3);
    background-color: #e20916;
    color: #fff !important;
}
.title_map{
    font-weight: bold !important;
    color:#343434 !important;
    font-size: 20px !important;
}
.icon-style{
    color: #e20916 !important;
}
.estate_button a:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 5px 0 rgba(122, 122, 122, 0.19);
}

.slick-prev:before,
.slick-next:before {
    font-size: 20px !important;
    color: #5d5d5d !important;
    font-family: 'samantaliya'!important;
    vertical-align: middle;
    cursor:pointer !important;
}
.slick-next:before {
    content: "\e90f" !important;
}
.slick-prev:before {
    content: "\e90e" !important;
}
.slider-nav .slick-current img{
    filter: brightness(1);
}
.slider-nav img{
    cursor: pointer;
      filter: brightness(0.5);
      height:100px !important;
  }
.slider-nav img:hover{
    filter: brightness(1);
}

.slick-slide img {
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
}
.slider-for img{
    max-height: 500px;
}
@media (min-width: 1199px){
    .slider-for img{
        min-height: 471px;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .slider-for img {

    }
    .slider-nav img{
        height:80px !important;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .slider-for img {
        height: 260px !important;
    }
    .slider-nav img{
        height:60px !important;
    }
}
@media (max-width: 767px) and (min-width: 668px) {
    .slider-for img {
        height: 360px !important;
    }
    .slider-nav img{
        height:80px !important;
    }
}
@media (max-width: 667px) and (min-width: 566px) {
    .slider-for img {
        height: 400px !important;
    }
    .slider-nav img{
        height:80px !important;
    }
}
@media (max-width: 565px) and (min-width: 500px) {
    .slider-for img {
        height: 350px !important;
    }
    .slider-nav img{
        height:80px !important;
    }
}
@media (max-width: 499px) and (min-width: 450px) {
    .slider-for img {
        height: 300px !important;
    }
    .slider-nav img{
        height:70px !important;
    }
}
@media (max-width: 449px) and (min-width: 385px) {
    .slider-for img {
        height: 250px !important;
    }
    .slider-nav img{
        height:60px !important;
    }
}
@media (max-width: 384px){
    .slider-for img {
        height: 240px !important;
    }
    .slider-nav img{
        height:50px !important;
    }
    .single-content2{
        padding: 0;
    }
}

.summery_estate{
    line-height: 1.5rem !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-top: 2rem;
    border-right: 2px dotted #bfb4b4;
    padding-right: 1rem;
}
.wpcf7-submit:hover{
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2) !important;
}

.card_single_job{
    background-color: #f8f8f8 !important;
    border:1px solid #eeeeee !important;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
    cursor: default;
}
.card_job_header{
    background-color: #ef7427 !important ;
}
.badge_job_info {
    color: #ef7427 !important;
    background-color: #fff !important;
    padding: 8px;
    font-size: 15px;
    font-weight: 500;
    white-space: inherit !important;
}
.badge_job_info i , .badge_job_info a{
    color:#ef7427 !important;

}
.badge_job_info a:hover{
    color: #ef7427 !important;
}
.card_job_main{
    margin: 1rem 1rem 0 1rem;

}
.single_job_title h1{
    color: #ef7427;
    margin-bottom: 1.1rem;
    line-height: 2.7rem;
}
.right_badge , .left_badge{
    margin: 5px;
}
.single_job_meta{
    margin: 0 1rem;
    padding: 10px 0;
    border-bottom: 1px solid #90858547 !important;
}

.meta_job_title {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #000000;
}
.meta_job_text , .meta_job_text a , .meta_job_text p{
    font-size: 15px !important;;
    font-weight: 400 !important;;
    color: #242424 !important;;
}
.meta_job_text p{
    margin:0 !important;
    padding: 0 !important;
}
.meta_job_text a:hover{
    color: #ef7427 !important;;
}
.single_job_meta:nth-last-child(1){
    border-bottom: 1px solid transparent !important;
}
.phone_single_job{
    text-align: center;
    margin-bottom: 2rem;

}
.phone_single_job p{
    padding: 1rem 0;
    direction: ltr;
    letter-spacing: 4px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0 !important;
}
.div_phone_job{
    background-color: #ef7427;
    border-radius: 5px;
    padding:0 !important;
    margin-bottom: 0.5rem;
}
.div_phone_job span{
    color: #fff !important;
    font-size: 14px;
    cursor: pointer;
}
.card-tags_job{
    text-align: right !important;
    margin-bottom: 1rem;
}
.card-tags_job i{
    padding-left: 0;
    color: #ef7427;
    font-size: 15px;
    vertical-align: middle;
    display: inline-block;
}

.card-tags_job a{
    color: #3a3131;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    padding: 0 5px;
    margin-bottom: 5px !important;
    display: inline-block;
}
.card-tags_job a:hover{
    color: #ef7427;
    border-color: transparent;
}
.link_reg_job{
    letter-spacing: 0 !important;
    font-size: 15px !important;
}

/* rel jobs */
.job_rel{
    margin: 0.01rem;
}
.job_rel_title{
    border: 2px dotted #ef7427;
    border-radius: 2px 2px 0 0;
    cursor: default;
}
.job_rel_title p{
    font-size: 14px;
    color: #ef7427;
    font-weight: 500;
    margin: 0 !important;
    padding:5px;
}
.job_rel_text{
    background-color: #ef7427;
    color: #fff;
    padding: 0;
    border: 0 !important;
    transition: 0.3s;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);

}
.col_job_rel{
    border: 1px solid #ffffff;
    transition: 0.3s;
    padding: 5px;
    border-top: 0 !important;
}
.job_rel_text a{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.job_rel_text i{
    vertical-align: middle;
}
.col_job_rel:hover .link_job_rel{
    color: #ef7427;

}
.col_job_rel:hover{
    background-color: #ffffff !important;
    border-color:#ef7427; ;
}
.image_back{
    border-radius: 3px;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
    place-items: center;
    color: #ef7427;
    position: relative;
    font: bold 42px sans-serif;
    background-size: cover;
    background-blend-mode: saturation;
}
@media (max-width: 767px) {
    .image_job_div{
        padding: 0 !important;
        border-radius: 3px;
    }
    .image_job_div img{
        border-radius: 3px;
    }
}


@media (min-width: 657px) {
    .single_job_meta .col-lg-2{
        padding: 0 !important;
    }
}

@media (max-width: 500px) {
    .single_job_title h1{
        font-size: 22px !important;
        margin-bottom: 0.5rem;
        line-height: 2rem;
    }
    .card_job_main{
        padding: 1rem !important;
    }
    .single_job_meta{
        margin: 0 !important;
    }
    .div_phone_job{
        flex: 0 0 70% !important;
        max-width: 70% !important;
    }

}
@media (max-width: 400px) {
    .image_job_div img{
        border-radius: 0 !important;
    }
    .right_badge , .left_badge{
        float: inherit !important;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;

    }
    .right_badge{
        margin-bottom: 5px;
    }
    .card_job_main{
        padding: 0 !important;
    }
    .div_job_margin{
        padding: 0 !important;
    }
}
@media (max-width:1199px) and (min-width: 992px) {
    .div_phone_job{
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }
}
@media (max-width:868px) and (min-width: 768px) {
    .div_phone_job{
        flex: 0 0 40% !important;
        max-width: 40% !important;
    }
}
@media (max-width:340px) {
    .div_phone_job{
        flex: 0 0 80% !important;
        max-width: 80% !important;
    }
}
@media (max-width:1099px) {
    .link_reg_job{
        font-size: 14px !important;
    }
}
/*********************************** rating style ***************************************/
.div_rating{
    padding: 2rem !important;
    box-shadow: 1px 2px 5px 1px rgba(146, 146, 146, 0.2) !important;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.glsr-shortcode-title{
    margin-bottom: 1.5rem;
    color: #141212cc;
    font-weight: 500;
    font-size: 22px !important;
}
.glsr-no-margins {
    font-weight: 400;
}
.glsr-review-title h3{
    font-size: 18px !important;
}
.glsr-default .glsr-review-avatar img {
    border-radius: 50%;
}

.glsr-review-author span{
    font-weight: 400;
    color: #120b0bb0;
}
.glsr-button , .glsr-button span{
    background-color: #ef7427 !important;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}
.glsr-button:hover{
    box-shadow: 1px 2px 5px 1px rgba(146, 146, 146, 0.5) !important;
}

form.glsr-form input.glsr-field-control , form.glsr-form textarea.glsr-field-control  {
    border: 1px solid #d6daef !important;
    border-radius: 3px !important;
    padding: 5px;
    outline: none;
}
form.glsr-form input.glsr-field-control:focus , form.glsr-form textarea.glsr-field-control:focus {
    border-color: #696b9a !important;
    box-shadow: 1px 1px 5px 1px rgba(146, 146, 146, 0.3) !important;
}
.glsr-summary-text{
    font-size: 16px;
    color: #ef7427;
    font-weight: 500;
}
.rating_span{
    font-size: 35px;
    color: #ef7427;
    font-weight: 500;
    line-height: 2rem;

}
.max_span{
    font-size: 18px;
    color: #ef7427;
    font-weight: 500;
    margin-left: 1rem;
}
.rating_az{
    font-size: 16px;
    color: #4f4f4f;
    font-weight: 400;
}

.glsr-summary-rating , .glsr-summary-stars{
    display: none !important;
}
.glsr-no-margins{
    margin: 0 !important;
}
@media (max-width: 500px) {
    .div_rating{
        padding: 1rem !important;
    }
}
.glsr-default .glsr-bar-background:before , .glsr-default .glsr-bar-background-percent {
    border-radius: 20px;
}
.no_review{
    font-weight: 500;
    color: #454343;
}
.glsr-form-message{
    font-weight: 400;
}
.glsr-review{
    padding: 10px;
    background-color: #4d4d4d0a;
    border-radius: 15px;
    margin-bottom: 1rem !important;
}
.glsr-pagination .page-numbers{
    color: #ef7427;
}

@media (min-width: 992px) {
    .glsr-shortcode .glsr-default.glsr-summary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 100%;
    }
    .rating_text{
        display: block;
    }
    .glsr-shortcode .glsr-summary-text {
        padding-left:1em;
        margin-left: 1em;
        font-size: 1.875em;
    }
}
.glsr-rtl .glsr-default .glsr-bar-label {
    color: #5e5d5d;
    font-weight: 400;
}
.rating_text {
    font-size: 25px;
    color: #797070;
}

/* ********************************* single resume ******************************** */
.img_single{
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
    border-radius: 2px !important;
    object-fit: cover;
}
.img_single:hover{
    opacity: 0.7;
}
.card_single_resume{
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px !important;
    border: 0 !important;
}
.header_single_resume{
    background-color: #ef7427;
}
.header_single_resume h1{
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
}
.text_single_resume{
    margin: 0.5rem 0.5rem 1rem 0.5rem;
}
.single_resume_meta{
    margin-top: 1rem;
}
.meta_res_title{
    font-size: 14px;
    font-weight: 500;
    float: right;
    padding-left: 5px;
    text-align: right;
}
.col_meta_text{
    text-align: left !important;
}
.meta_res_title2{
    font-size: 14px;
    font-weight: 500;
    text-align: right;
}
.meta_res_text , .meta_res_text i {
    color: #ef7427;
    font-size: 14px;
    font-weight: 500;
    float: left;
}
.meta_res_text span{
    cursor: pointer;
}
.meta_res_text2 {
    color: #ef7427;
    font-size: 14px;
    font-weight: 500;
}
.meta_res_text2 a{
    color: #ef7427;
}
.meta_res_text2 a:hover{
    color: #ef7427;
}
.titles_style2 {
    padding-top: 5px;
}
.titles_style2 span {
    color: #ef7427;
    font-weight: 500;
    font-size: 14px;
}
.hr_prl{
    background-color: #ef74278a;
}
.resume_meta_desc{
    margin-bottom: 2rem;
    margin-top: 0.6rem !important;
    text-align: justify !important;
}
.resume_meta_desc ul{
    padding-right: 1rem !important;
}
.resume_meta_desc p , .resume_meta_desc , .resume_meta_desc li  {
    margin: 0;
    color: #0e0e0e !important;
    font-size: 14px;
    font-weight: 400;
}
.resume_meta_desc li  {
    border-bottom: 1px dotted #c2c2c2;
    margin-bottom: 5px;
}
.resume_meta_desc ul li:nth-last-child(1)  {
    border-bottom: 1px dotted transparent;
}
.resume_meta_desc a  {
    margin: 0;
    color: #000000 !important;
    font-size: 14px;
    font-weight: 500;
}
.resume_meta_desc a:hover  {
    color: #ef7427 !important;
}
.titles_style2 i{
    font-size: 30px !important;
    padding-left: 2px;
}
.resume_rel{
    background-color: #ef7427 !important;
    border-radius: 3px;
    padding: 0.5rem;
    text-align: center;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
}
.resume_rel a{
    color: #fff !important;
}
.resume_rel a:hover{
    color: #e2e2e2 !important;
}
@media(max-width:1199px) and (min-width:992px ) {
    .main_single_resume{
        flex: 0 0 58.333333% !important;
        max-width: 58.333333% !important;
    }
    .side_single_resume{
        flex: 0 0 41.666667% !important;
        max-width: 41.666667% !important;
    }
}
@media(max-width:767px) and (min-width:657px ) {
    .meta_res_text{
        float: right;
    }
}
@media(max-width:656px)  {
    .main_single_resume{
        margin-top: 2rem;
    }
    .resume_rel{
        border-radius: 0;

    }

}
@media(max-width:480px)  {
    .titles_style2{
        flex: 0 0 41.666667% !important;
        max-width: 41.666667% !important;
    }
    .text_style2{
        flex: 0 0 58.333333% !important;
        max-width: 58.333333% !important;
    }
    .titles_style2 i{
        font-size: 27px !important;
    }

}
@media(max-width:400px)  {
    .meta_res_text{
        float: right;
    }

}

/* ********************************* single post ******************************** */

/* single post */
.post_top , .post_rel{
    margin-bottom: 4rem;
    margin-top: 2rem;
    padding: 1rem;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
    cursor: default;
}
.post_top2{
    margin-top: 2px;
    margin-bottom: 1rem;
    padding:0 !important;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
    cursor: default;
}
.post_top2 h1{
    font-size: 30px !important;
    line-height: 3rem !important;
}
.post_top2 h2{
    font-size: 22px !important;
    line-height:2rem !important;
}

.title_info , .title_social{
    color: #000000ed;
    font-weight: bold;
}
.title_social a{
    font-size: 18px;
    padding-right: 2px;
    font-weight: 400;
}

.title_info a{
    color: #515151;
    font-weight: 400;
    line-height: 1.5rem !important;
}

.rel_title p{
    font-weight: bold;
    color: #2c2c2c;
    font-size: 18px;
}
.card_header_style{
    padding: 0 0 0.5rem 0 !important;
    background: transparent !important;
}

.single-content h1{
    font-size: 28px !important;
    color: #151515 !important;
    line-height: 3rem !important;
}

/* single social */
.div-social p , .div-social{
    color: #262626a3 !important;
    font-weight: 500 !important;
    font-size: 13px !important;
}
.share-social i , .share-social2 i{
    color:#ef7427;
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
    padding:2px !important;
    margin: 0 !important;
    border:1px solid #ef7427;
    border-radius: 3px;
}

.share-social a , .share-social2 a{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    margin-bottom: 5px !important;
    display: inline-block;

}
.share-social a {
    padding: 2px !important;
}
.share-social2 a {
    padding: 0 18px !important;
}
.share-social i:hover ,  .share-social2:hover {
    box-shadow: 0 2px 3px 1px rgba(81, 81, 81, 0.1);
    color: #ef7427;

}
.title_social a{
    font-size: 18px;
    padding-right: 2px;
    font-weight: 400;
}


/* single content */
.single-content{
    text-align: right;
}
.post_top blockquote{
    text-align: right;
}
.single-content img{
    margin-bottom: 2rem;
}
.single-content p , .single-content{
    text-align: justify;
    line-height: 3rem;
    font-size: 16px;
    color: #444444;
    font-weight: 400;
}

.single-content h2 {
    font-size: 25px;
    font-weight: bold;
    color: #242424;
    padding-top: 0.5rem;
}
.single-content h3 {
    font-size: 22px;
    color: #2a2a2a;
    padding-top: 0.5rem;
}
.single-content h4 {
    font-size: 20px;
    color: #323232;
    padding-top: 0.5rem;
}
.single-content h5 {
    font-size: 18px;
    color: #414141;
    padding-top: 0.5rem;
}
.single-content h6 {
    font-size: 17px;
    color: #414141;
    padding-top: 0.5rem;
}
.single-content a{
    color: #323232;
    font-weight:500;
}
.single-content a:hover{
    color: #ef7427;
}

.single-content img{
    object-fit: cover;
    max-width: 100%;
    height: auto;
    cursor: pointer !important;
    border-radius: 5px;
}
.single-content img:hover{
    opacity: 0.8 !important;
}
.slick-dots li button:before {
    font-size: 30px !important;
}
.slick-dots li.slick-active button:before {
    color: #ef7427 !important;

}
.slick-dots li button:before {
    font-size: 40px !important;
}
.slick-dots li {
    margin: 0 !important;
}
.img-blog img{
    max-height: 600px;
    object-fit: cover;
}
/* single post */
.single-post-info{
    margin-bottom: 0;
    padding-right: 1rem;
    padding-top: 0;
    font-size: 13px;
    font-weight: 400;
}
.single-post-info span , .single-post-info a{
    color: #9c9c9c;
    padding-bottom: 10px;
}
.single-post-info a:hover{
    color:#ef7427;
}
.single-post-info i{
    color: #6a6a6a;
    cursor: default;
}
.single-post-info span{
    padding-left: 0.9rem;
    cursor: default;
    line-height: 1rem !important;
}
.single_info_icon {
    padding-top: 0;
}
.single_info_icon{
    padding-left: 3px;
}
.card-tags{
    text-align: right !important;
    margin-bottom: 1rem;
}
.card-tags i{
    padding-left: 5px;
    color: #ef7427;
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
}

.card-tags a{
    color: #858585;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    padding: 0 5px;
    margin-bottom: 5px !important;
    display: inline-block;
}
.card-tags a:hover{
    color: #ef7427;
    border-color: transparent;
}

.tags_div{
    text-align: center;
}

.card-body-style3 img
{
    height: 200px !important;
}
@media(max-width:656px){
    .post_top, .post_rel {
        padding: 1rem 1rem;
    }
}
@media (max-width: 500px) {
    .single-content h1{
        font-size: 22px !important;
    }
    .single-content h2 {
        font-size: 20px !important;
    }
    .single-content h3 {
        font-size: 18px !important;
    }
    .single-content h4 {
        font-size: 17px !important;
    }
    .single-content p {
        font-size: 15px !important;
    }
    .single-content2 .nav-pills a {
        font-size: 16px;
    }
    .div_rating {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

}
@media (max-width: 991px) {
    .cats_break{
        display: block;
    }
}


@media (max-width:800px ) and (min-width:768px ){
    .card-body-style {
        height: 120px;
    }

}
@media  (min-width: 992px) {
    .card-body-style3
    {
        height: 162px;
    }

}
@media  (max-width:992px)  and (max-width: 657px) {
    .card-body-style3 img
    {
        height: 300px !important;
    }
}
@media  (max-width: 656px) and (min-width: 500px) {

    .card-body-style3 img
    {
        height: 350px !important;
    }
}
@media  (max-width: 499px) and (min-width: 350px) {

    .card-body-style3 img
    {
        height: 250px !important;
    }
    .col-content_post{
        padding: 0 !important;
    }
}
@media  (max-width: 384px)  {
    .col-tabs-estate{
        padding: 0;
    }
    .single-content2 .nav-pills a{
        border-radius: 0 !important;
        font-size: 14px;
    }
    .single-content p {
        padding: 0 1rem;
        line-height: 2rem;
    }
}
@media  (max-width: 349px)  {
    .col-content_post{
        padding: 0 !important;
    }
    .card-body-style3 img
    {
        height: 200px !important;
    }
}

/* post relations*/
.post-rel p{
    font-weight: bold;
    color: #171717;
}
.post-rel i{
    padding-left: 2px;
    vertical-align:text-top ;
}
.post-rel-list  i{
    vertical-align: middle;
    color: #ef7427;
}
.post-rel-list span a{
    color: #686868;
    font-weight: 400;
    font-size: 14px;
}
.post-rel-list span a:hover{
    color: #ef7427;
}
/* comments */
.list-comments{
    margin-top: 0;
}
.comment-body{
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;

}


.title_comments{
    font-size: 20px;
    font-weight: 500;
    color: #494949;
}
.comment-list{
    margin-top: 2rem !important;
    padding-right: 0 !important;
    margin-bottom: 3rem;
}
.comment-list li{
    list-style-type: none;
}
.comment-list img{
    border-radius: 15px;
    margin-left: 0.5rem;
}
.comment-author {
    cursor: default;
    font-size: 14px;
    color: #636363;
}
.comment-metadata a{
    color: #636363 !important;
    margin-right: 2.6rem;
}
.comment-content{
    color: #636363 !important;
    font-weight: 400;
    margin-right: 2.6rem;
    margin-top: 1.5rem;
    cursor: default;
}
.comment-content p {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.comment-list .reply{
    float: left;
}
.comment-list .reply a{
    color:#ef7427 !important;
}

.comment-list .reply a:before {
    content: "\f27a";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    width: 1.5em;
    color:#ef7427 !important;
    font-size: 14px;
    vertical-align: middle;
}

.logged-in-as a{
    color: #828282 !important;
    font-size: 14px;
}
.comment-reply-title{
    color: #828282 !important;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 2rem;
}
.logged-in-as a:hover {
    color:#ef7427 !important;
}
.comment-metadata a {
    font-size: 14px !important;
    font-weight: 400 !important;
}
.comment-reply-title:before{
    content: "\f27a";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    width: 1.7em;
    color:#ef7427!important;
    font-size: 18px;
    vertical-align: middle;
}
.comment-form-cookies-consent{
    display: none;
}
.row_input_comment{
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    margin-top: 0.6rem;

}

.comment-reply-title a{
    color: #4c4c4c;
    font-size: 16px;
    font-weight: bold;

}
#cancel-comment-reply-link{
    color: #ef7427 !important;
    padding-right: 7px;
}


.screen-reader-text {
    display: none !important;
}
.comment-navigation .nav-links{
    text-align: center;
    font-size: 13px;

}
.comment-navigation .nav-links a{

    color: #adadad !important;
}
.comment-respond{
    margin-top: 3rem;
}

.btn_comment{
    padding: 1rem;
    margin-left: 0.1rem;
    background:#ef7427;
    border:0 ;
    color: #ffffff;
}
.btn_comment:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: #ef7427;
    transition: 0.3s;
}
.ajax-success{
    color:  #0ac335;
}
.ajax-error{
    color: red;
}
.comment-author a{
    color: #353535;
    font-weight: 500;
}
.comment-content a{
    color: #353535;
}
.comment-author a:hover{
    color: #353535;
    font-weight: 500;
}
@media (max-width:767px) {
    .row_input_comment{
        margin-top: 0;

    }
}

/*  **************** contact page **************************/
.contact_content{
    padding-top: 2rem;
}
.contact_content h1 {
    line-height: 2.5rem;
    font-size: 22px;
}
.contact_content h2 {
    line-height: 2.5rem;
    font-size: 20px;
}
.contact_content p , .contact_content {
    text-align: justify;
    line-height: 3rem;
    color: #3b3b3b;
    font-weight: 400;
    font-size: 16px;
}
.contact_content img{
    max-height: 500px;
    object-fit: contain;
    max-width: 100%;
}
.contact_title_icon {
    color: #adadad;
    padding-left: 10px;
}
.contact_content a{
    color: #282828;
}
.single-content2 a:hover{
    color:  #ef7427;
}

.post_info i{
    padding-left: 5px;
    color: #ef7427;
    font-size: 22px;
    vertical-align:middle;
}
.post_info p , .post_info a{
    color: #7a7a7a !important;
    font-size: 16px;
    font-weight: 500;
}
.contact_info a{
    color: #404040 !important;
    font-size: 18px !important;
}
.post_info a:hover{
    color:#ef7427 !important;
}

.post_info span , .post_info a{
    font-size: 18px;
    font-weight: bold;
}
.div-contact{
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.div-contact img{
    object-fit:cover;
    max-width: 100%;
}
.hover_contact_item:hover .contact_icon{
    color: #ef7427;
}
.hover_contact_item:hover .contact_info{
    color: #ef7427 !important;
}
.social_contact i{
    color: #000000 !important;
    font-size: 25px;
}
.social_contact i:hover{
    color: #ef7427 !important;
}
.contact_info2{
    font-size: 15px !important;
}
@media (max-width: 1350px) {
    .post_info p , .post_info a{
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .contact-style p{
        padding: 0 !important;
    }
}
@media (max-width: 656px) {
    .contact_content {
        padding: 2rem 1rem !important;
    }
}
@media (max-width: 480px) {
    .container_contact{
        padding:0 !important;
    }
    .form-div{
        padding:0 !important;
    }
    .post_info span, .post_info a , .contact_info a {

        font-size: 15px !important;
        text-align: right !important;
    }
    .phone_contact{
        padding: 0 5px 0 0 !important;
    }



}
@media (max-width: 350px) {
    .contact_info2{
        display: block !important;
    }
    .contact_content {
        padding: 1.5rem 5px !important;
    }
}

/* form contact */

.form-div input[type=text]:focus , .form-div input[type=email]:focus , .form-div textarea:focus , .comment-respond input:focus , .comment-respond textarea:focus {
    border-color: #ef7427;
}

.form-div input[type=text] , .form-div input[type=email]{
    margin-bottom: 1.5rem;
    padding: 1rem;
    font-size: 14px;
    border: 1px solid #d6d6d6;
}
.form-search input[type=text]:focus{
    border-color:rgba(0, 0, 0, 0.1);
}
.btn:focus , .input-group-btn:focus , button:focus{
    outline: none !important;
}

.form-div button , .form-div input[type=submit]{
    background:#ef7427;
    border:0 ;
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
}
.form-div button:hover , .form-div input[type=submit]:hover{
    box-shadow: 0 4px 4px 0 rgba(56, 56, 56, 0.4), 0 6px 20px 0 rgba(86, 86, 86, 0.1);
    background: #ef7427;

}

.form-div textarea{
    padding: 1rem;
    font-size: 14px;
    margin-bottom: 2rem;
    border: 1px solid #d6d6d6;
}
.form-div button{
    border-radius: 5px;
    cursor: pointer;
    transition:0.3s ease-in-out;

}
.submit_contact button , .submit_contact input[type=submit]{
    padding: 1rem !important;
}


/*errors form */
.error {
    border-color: #c31510 !important;
}

#form_contact label{
    width: 100%;
}
.form_contact h4{
    font-size: 17px !important;
    font-weight: bold;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    border-color:#c31510 !important;
}

.wpcf7-not-valid-tip{
    display:none !important;
}

/*  **************** 404 page **************************/
/* 404 page */
.error-template{
    text-align: center;
    margin-top: 4rem;
}

@media (min-width: 767px) {
    .container_404 {
        margin-bottom: 20rem;
        margin-top: 10rem;
    }
}
@media (max-width: 767px) {
    .container_404 {
        margin-bottom: 6rem;
        margin-top: 5rem;
    }
    .error-template h3{
        font-size: 22px;
    }
}
.btn-404:hover{
    background-color:#ef7427;;
    border-color: transparent !important;
}
.link-404{
    color: #ef7427;
}
.link-404{
    color: #ef7427;
}
.link-404:hover{
    color: #000000;
}


/* gallery style for ios */
.wp-block-gallery{
    margin-top: 2rem !important;
}

/* frame map */
.contact-style iframe{
    width: 100% !important;
}


/*table styles  */
.single_job_meta table tr th , .table_trans tr td{
    text-align: right !important;
}

.single_job_meta table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.single_job_meta table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

.single_job_meta table tr {
    border: 1px solid #ddd;
    padding: .35em;
}

.single_job_meta table th,
.single_job_meta table td {
    padding: .625em;
    text-align: center;
}

.single_job_meta table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

@media screen and (max-width: 991px){

    .single_job_meta table {
        border: 0;
    }
    .single_job_meta table tbody {
        width: 100% !important;;
        display: inline-block !important;;
    }



    .single_job_meta table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .single_job_meta table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .single_job_meta table td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
    }

    .single_job_meta table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .single_job_meta table td:last-child {
        border-bottom: 0;
    }
}

@media screen and (max-width: 500px) {

    .single_job_meta table caption {
        font-size: 1.3em;
    }

    .single_job_meta table td {
        font-size: .9em;
        font-weight: 400;
    }

}

.text-expire-job{
    margin-top: 2rem;
    font-size: 20px;
    font-weight: 500;
}
.div_rating .glsr-title{
    color: #414141 !important;
    font-weight: 600;
    line-height: 1.5rem !important;
    font-size: 20px !important;
    padding-bottom: 1rem;
}
.glsr-default form.glsr-form input.glsr-input , .glsr-default form.glsr-form textarea.glsr-textarea {
    border: 1px solid #cfcbcb !important;
    outline: none !important;
    box-shadow: non !important;
}
.glsr-default form.glsr-form input.glsr-input:focus , .glsr-default form.glsr-form textarea.glsr-textarea:focus{
     outline: none !important;
     box-shadow: none !important;
     border: 1px solid #ef7427 !important;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
    margin: 10px;
}
.gallery-columns-4 .gallery-item img{
   border-radius: 5px;
}
.gallery-size-thumbnail{
    justify-content: center;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#to_top {
    right: auto !important;
    left: 30px;
}
#whatsup_bottom{
    left: auto !important;
    right: 30px;
}
#to_top , #whatsup_bottom {
    font-size: 0;
    z-index: 999;
    display: none;
    text-align: center;
    color: #fff;
    position: fixed;
    right: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    transform: 0.5s;
    bottom: 30px;
}
#to_top {
    box-shadow: 0 2px 3px 1px rgb(0 0 0 / 10%);
    height: 44px;
    width: 44px;
}
#whatsup_bottom {
    height: 54px;
    width: 54px;
}
#whatsup_bottom img:hover{
    filter: brightness(70%);
}
#to_top:before {
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    position: absolute;
    left: 0;
    right: 2px;
    margin: 0 auto;
    content: "\f077";
    text-align: center;
    padding-top: 10px;
}
#to_top:hover  , #to_top:focus{
    background-color: #fff;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}