
@font-face {
    font-family: 'AJannatLT-Bold';
    src:  url('../fonts/AJannatLT-Bold/AJannatLT-Bold.woff');('woff'), url('AJannatLT-Bold.ttf')  format('truetype'), url('AJannatLT-Bold.svg#AJannatLT-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'JannaLT-Regular';
    src:  url('../fonts/JannaRegular/JannaLT-Regular.woff');('woff'), url('JannaLT-Regular.ttf')  format('truetype'), url('JannaLT-Regular.svg#JannaLT-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
    scroll-behavior: smooth;
}

body{
    margin: 0;
    padding: 0;
    font-family:'AJannatLT-Bold';
    float: none;
    background: #F2F4F5;

}
.RTL{
    float: right!important;
}
.LTR{
    float:left !important;
}
.errorPhone,.errorEmail,.errorName,.errorPass,.errorConfirm{
    padding: 0 !important;
    margin: 0 !important;
}
/* Preloder */
.last{
    margin-top: -40px;
}
#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #000;
}
#preloder .loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
    display: block;
}
.upTo{
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 50px;
    width: 50px;
    font-size: 25px;
    background: #00aaa9;
    line-height: 50px;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    border: 1px solid #00aaa9;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease-in-out;
    z-index: 10000;

}
.upTo:hover{
    transition: .5s;
    background: #000000;
}


@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #00aaa9;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #00aaa9;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}
@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}
.bgSearcharea{
    background-color:rgba(0,0,0,.9);
    position:fixed;
    top:0;
    left: 0;
    display:none;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.bgSearcharea .popup{
    width: 80%;
    position: relative;
    top: 20%;
    margin: auto;
}
.bgSearcharea .closed{
    display: contents;
    background-color: white;
    width: 50px;
    height: 50px;
    font-size: 20px;
    align-items: center;
    border-radius: 3px;
}
.bgSearcharea .closed i{
    line-height: 30px;
}
.border-h1{
    border-bottom: 2px solid #00aaa9 ;
    width: 25%;
    margin: auto;
    padding-top: 10px;

}
.h1-st{
    font-size: 30px;
    color: black;
}
#project{
    margin-top: -65px;
}
#port{
    margin-bottom: 20px;
}
#h1-st .h1-st {
    margin-bottom: 20px;
    margin-top: 20px;
}
#mr-top{
    margin-top: 30px;
}
.nameProject{
    font-size: 20px;
    color: black;
    margin-bottom: 20px;
}
/*************************  start header *******************/
.d-none{
    display: none;
}
nav .nav-wrapper {
    z-index: 100;
    background: black!important;
}

nav ul a {
    font-size:15px!important;
}
.brand-logo img {
    width: 80px;

}
.iconNav ul{
    padding: 0!important;
}
.dropdown-content{
    width: 20% !important;
    top: 63px!important;
    background-color:#000000 ;
    border-radius: 5px;


}
.dropdown-content li{
    text-align: center!important;
}
.demo{
    margin-left: 130px;
}

nav ul .anchor{
    font-size:20px!important;
}
.fluid{
    width: 90% !important;
}
#carousel .Project {
    visibility: hidden;
    width: 300px!important;
    position: absolute;
    top: 0;
    left: 0;
}
#carousel .Project .caroimage {
    width: 100%;
    height: 300px;
}
#carousel-inedex{
    height: 100vh!important;
}
/*************************  end header *******************/
/*select*/

.ss-main .ss-single-selected{
    height: 40px!important;
    text-align: right!important;
}
.ss-content .ss-list .ss-option:hover,.ss-content .ss-list .ss-option.ss-highlighted
{color:#fff;background-color:#00aaa9}
/*select*/
.slider-labels {
    margin-top: 20px;
}
.carousel.carousel-slider .carousel-fixed-item {
    height: 100vh;
    background-color: #00000080;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.search{
    width: 100%;
    height: 100px;
    background-color:#b5b8a98c;

}
.h1-form{
    font-size: 30px;
    padding: 0;
    margin-top: 100px;
}
.form-control{
    background-color: #f0f4c3!important;
    border: 1px solid #f0f4c3!important;
    color: grey;
    font-size: 20px!important;
    text-indent: 10px;
    border-bottom: none!important;
    font-weight: 600;
    position: relative;
    top: 29px;
}
.btnSearch{
    margin-top: 29px;
    width: 100%;
    height: 46px;
}
.no-pad{
    padding: 5px!important;
}
.lasted{
    position: relative;
    margin: auto;
    overflow: hidden;
    height: 300px;
    z-index: 2;

}
.lasted .lastedimg{
    height: 300px;
    width: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.lasted .hovarBottm{
    background: rgba(0, 0, 0, 0.44);
    position: absolute;
    height: 30%;
    width: 100%;
    left: 0;
    top: 100%;
    bottom: 0;
    right: 0;
    z-index: 4;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;

}
.lasted:hover .hovarBottm{
    top: 70%;
    transition: 0.5s;
    opacity: 1;
}

.hovarBottm h3{
    font-size: 20px;
    color:#ffffff;
    text-align: center;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}
.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when its values is > 50%. */
    z-index: 10;
}
.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s,top .3s;
    transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Painting and performance*/
.noUi-base,.noUi-handle {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 4px;
}
.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: -7px;
    top: -7px;
    background-color: #ffffff;
}
/* Styling;*/
.noUi-background {
    background: #D6D7D9;
}
.noUi-connect {
    background: #00aaa9;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
.noUi-origin {
    border-radius: 2px;
}
.noUi-target {
    border-radius: 2px;
}
.noUi-target.noUi-connect {
}

/* start  backgroundBody register style*/
.wrong-input{
    border: 1px solid #cc0000;
    color: #cc0000;
}
.Bg-color{
    background: #00aaa9;
    width: 100%;
    color: #ffffff;
    border-radius: 5px 0px 0px 5px;
    height: 650px;
}

.Bg-color input{
    border-bottom:1px solid #ffffff!important;
}
.Bg-color .input-field{
    width: 90%;
    margin-right: 5%;
}
.Bg-color label{
    color: #ffffff;
    font-size: 15px;

}
.Bg-color .check{
    border: #ffffff!important;
}


.h1-input{
    text-align: center;
    font-size: 25px;

}
.btnRegister{
    width: 90%;
    height: 60px;
    text-align: center;
    margin-right: 5%;
    background: #ffffff!important;
    color: #000000;
    font-size: 20px;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 20px;

}
.btnRegister:hover{
    transition: .5s;
    width: 90%;
    height: 60px;
    text-align: center;
    margin-right: 5%;
    background: #000000!important;
    color: #ffffff;
    font-size: 20px;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 20px;

}
/* End  backgroundBody register style*/
/* start  backgroundBody login style*/
.Login{
    color: #ffffff!important;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 600;

}
.accepted{
    margin-right: 5%;
}
.Bg-color input{
    border-bottom:1px solid #ffffff!important;
}
.Bg-color .input-field{
    width: 90%;
    margin-right: 5%;
}
.input-field .nickname{
    color: #ffffff!important;
    font-size: 18px;
}
.Login:hover{
    color: #000000!important;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 600;

}
.Bg-image{
    background: url("../images/1.jpg");
    background-size: cover;
    background-repeat:no-repeat;
    height: 650px;
    width: 100%;
    z-index: 2;
    border-radius: 0px 05px 5px 0px;
}
.Bg-image .overlay-color{
    border-radius: 0px 05px 5px 0px;
    height: 100%;
    width: 100%;
    background-color: #000000a1;
    position: relative;
    top: 0;
    left: 0;
    z-index: 4;
    padding: 0;
    margin-top: 0;
}
.Bg-image .overlay-color .h1-head{
    margin-top: 0;
    font-size: 25px;
    text-align: center;
    position: relative;
    top: 30%;
}
.backgroundBody{
    padding-top: 20px;
}
.Bg-image .overlay-color img{
    height: 100px;
    width: 100px;
    position: absolute;
    top: 10%;
    right: 40%;
}

.Bg-login{
    background: url("../images/1.jpg");
    background-size: cover;
    background-repeat:no-repeat;
    height: 500px;
    width: 100%;
    z-index: 2;
    border-radius: 0px 05px 5px 0px;
}
.Bg-login .overlay-color {
    border-radius: 0px 05px 5px 0px;
    height: 100%;
    width: 100%;
    background-color: #000000a1;
    position: relative;
    top: 0;
    left: 0;
    z-index: 4;
    padding: 0;
    margin-top: 0;
}
.padZero{
    padding: 0!important;
}
.Bg-login .overlay-color .h1-head{
    margin-top: 0;
    font-size: 25px;
    text-align: center;
    position: relative;
    top: 35%;
}
.Bg-login .overlay-color img{
    height: 100px;
    width: 100px;
    position: absolute;
    top: 10%;
    right: 40%;
}
.Bg-input{
    background: #00aaa9;
    width: 100%;
    color: #ffffff;
    border-radius: 5px 0px 0px 5px;
    height: 500px;
    padding: 5px;
}
.Bg-input input{
    border-bottom:1px solid #ffffff!important;
}
.Bg-input .input-field{
    width: 90%;
    margin-right: 5%;
    padding: 5px;
}
.Bg-input label{
    color: #ffffff;
    font-size: 15px;
}
.Bg-input .check{
    border: #ffffff!important;
}
/* End  backgroundBody login style*/
/***inputReset***/

.inputReset{
    background: #00aaa9;
    color: #ffffff;
    border-radius: 5px;
    height: 400px;
    padding: 5px;
    width: 60%;
    margin: auto;

}
.inputReset .h1-input{
    margin-top: 40px;
    text-align: center;
    font-size: 25px;
    margin-bottom: 25px;
}

.inputReset input{
    border-bottom:1px solid #ffffff!important;
}
.inputReset .input-field{
    width: 80%;
    margin-right: 10%;
    padding: 5px;
}
.inputReset label{
    color: #ffffff;
    font-size: 15px;

}
.inputReset .check{
    border: #ffffff!important;

}
.inputReset .btnRegister{
    width: 80%;
    margin-right: 10%;
}

.backgroundreset{
    background: url("../images/sky.jpg");
    background-size: cover;
    background-repeat:no-repeat;
    height:auto;
    width: 100%;
    padding: 20px;
}
.Bg-forget .input-get{
    width: 60%;
    margin-right: 20%;
    margin-bottom: 30px;
}

.Bg-forget ::placeholder {
    color: black;
    font-weight: 500;;

}
/* active state */

.btnResset{
    font-size: 20px;
    width: 60%;
    margin-right: 20%;
    height: 50px;
    font-weight: 500;
    background-color: #00aaa9!important;
}
.reBack{
    color: #000000!important;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 600;
}
/***inputReset***/
/* start Handles and  Compare*/
.backgroundCompare{
    background: url("../images/sky.jpg");
    background-size: cover;
    background-repeat:no-repeat;
    height:auto;
    width: 100%;
    padding: 5px;

}
.border-h1{
    border-bottom: 5px solid #00aaa9;
    width: 25%;
    margin: auto;
    padding: 10px;
}
.boxCompress{
    background-color: #00aaa9;
    height: auto;
    margin-top: 30px;

}
.boxCompress h1{
    font-size: 20px;
    text-align: center;
}
.boxCompress p{
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.boxCompress .boxName{
    height: 40px;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
}
.boxCompress h2{
    font-size: 20px;
    margin: 0;
    text-align: center;
    line-height: 40px;
}
.nameCard{
    padding: 15px;
    width: 100%;
}
.photoCompare{
    margin-top: 30px;
    height: 100%;
    width: 100%;
}

.boxView{
    height: 200px;
    width: 100%;
}
.boxView .home h3{
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    line-height:50px ;
}
.boxView .home{
    background-color: #00000073;
    height: 50px;
    position: relative;
    top: -43%;
    opacity: 1;
}
.bgPhoto{
    background-color: #00aaa9;
    margin-top: 30px;
}
.bgPhoto .boxName{
    height: 40px;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
}
.bgPhoto .boxicon{
    height: 42px;
}
.bgPhoto .boxName i{
    height: 40px;
    width: 40px;
    padding: 0;
    background-color: black;
    color: #ffffff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-left: 15px;
}
.bgPhoto .boxName:hover i{
    height: 40px;
    width: 40px;
    padding: 0;
    background-color: #cc0000;
    color: #ffffff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-left: 15px;
}
.bgPhoto h2{
    font-size: 20px;
    margin: 0;
    text-align: center;
    line-height: 40px;
}
/* End Handles and boxCompress Compare */
/* start profile*/
.profile{
    border-radius:18px 18px 0px 0px ;
    height: 200px;
    background-color: #b9151b;
    background: url("../images/profile.jpg");
    background-size: cover;
    background-repeat:no-repeat;
}
.myBlock{
    height: 150px;
    width: 100%;
    background: #ffffff;
    border-radius: 0px 0px 18px 18px ;
}
.myTitle{
    cursor: pointer;
    height: 50px;
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
}
.nameFull{
    font-size: 20px;
    color: #00aaa9;
    padding: 15px;
    text-align: center;
}
.myBlock .myAvatar{
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 5px solid #ffffff;
    right: 30%;
    bottom: 56%;
    background: url("../images/avatar2.jpg");
    background-size: cover;
    background-position: center;
}
textarea {
    resize: vertical;
}
input[type=file]{
    z-index: 10;
    position: relative;
    top: 45%;
    height: 76px;
    width: 200px;
    opacity:0;
    cursor: pointer;
}
.pic{
    position: absolute;
    color: #00aaa9;
    font-size: 30px;
    z-index: 10;
    top: 40%;
    right: 33%;
    opacity: 0;
    cursor: pointer;
}
.myBlock .myAvatar:hover .pic{
    opacity: 1;
}
.profileData{
    height: auto;
    width: 100%;
    background: #00aaa9;
    border-radius: 10px;
}
.bgProfile{
    background: #00aaa9;
    height: auto;
    border-radius: 10px;
    padding: 10px;
}
.bgProfile .input-field{
    width: 90%;
    margin: auto;
    padding: 10px;
}
.bgProfile .اh2Profile{
    font-size: 20px;
    color: #ffffff;
    padding-right: 5%;
    padding-bottom: 15px;
    margin: 0;
}
.bgProfile .addres{
    border: solid 1px #ffffff;
    background: #ffffff;
    height: 56px;
    border-radius: 10px;
}
.bgProfile input{
    border-bottom:1px solid #ffffff!important;
}
.h1Profile{
    font-size: 20px;
    color: #ffffff;
    margin-right: 5%;
}
.bgProfile .text-input{
    background: #b9151b;
}
.ulProfile {
    font-family: 'JannaLT-Regular' !important;
    padding: 25px;
}
.profileData li{
    width: 90%;
    margin-top: 15px;
    color: #ffffff!important;
    font-size: 18px;
    border-bottom: 2px solid #ffffff;
}
.profileData li a{
    padding: 5px;
    color: #ffffff!important;
    font-size: 18px;

}
.profileData li a:hover{
    padding: 5px;
    color: #000000!important;
    font-size: 18px;
}
.btnUpdate{
    margin-top: 20px;
    width: 40%;
    height: 40px;
    text-align: center;
    margin-right: 30%;
    background: #ffffff!important;
    color: #000000;
    font-size: 20px;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
/* End profile*/
/* start contact-us*/
.bgIcon{
    background-color: #00aaa9;
    color: #ffffff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
}

.backgroundContact{
    background: url("../images/profile.jpg");
    background-size: cover;
    background-repeat:no-repeat;
    height: auto;
    width: 100%;
    z-index: 2;
}
.bgcontact{
    background-color:#000000ba ;
    height: auto;
    width: 100%;
    z-index: 4;
    position: relative;
    padding: 10px;
}
.mar-top{
    margin-top: 50px!important;
}
.pad{
    padding: 5px !important;
}
.bgcontact .h1-st{
    margin-bottom:80px!important;
}
.comments{
    font-size: 18px;
    color: #ffffff;
}
.bg-border{
    border: solid 1px #ffffff;
}
.bg-border a{
    color: #ffffff!important;
    display: block;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}
.bg-border .phone{
    width: 30px;
    height: 30px;
    border-style: dotted;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}
.btncontact{
    width: 30%;
    height: 50px;
    font-size: 20px;
    font-weight: 600;
}
/* End contact-us**/
/* start listItem*/
.listItem{
    border: 1px silver solid;
    height: 40px;
    background: #ffffff;
    margin-top: 10%;
}
.listIcon{
    color: #00aaa9;
    font-size: 20px;
    margin-left: 5px;
    margin-top: 5px;
}
.listIcon:hover{
    color: #000000;
    font-size: 20px;
    margin-left: 5px;
}
.boxSelect{
    background-color: #ffffff;
    height: auto;
}
.listSearch{
    width: 60px;
    height: 40px;
    margin-top: -20px;
    margin-left: -1px;
    border-radius: 5px;
}
.srch-term .form-control{
    background-color: #ffffff!important;
    color: #000000;
    border: solid 1px silver!important;
    border-radius: 5px!important;
    width: 100% !important;
    height: 40px!important;
}
.boxSelect .sel-term{
    background-color: #ffffff!important;
    width: 90%;
    margin-left: 10%;
    margin-bottom: 10px;
}
.boxSelect .spaSelect{
    margin-top: 30px;
    font-family: 'JannaLT-Regular' !important;
}
/* End listItem*/
/* Handles and cursors*/
.noUi-draggable {
    cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}
.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
.noUi-handle:active {
    border: 8px solid #00aaa9;
    border: 8px solid rgba(53,93,187,0.38);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px;
}
/* Disabled state;*/
[disabled].noUi-connect,[disabled] .noUi-connect {
    background: #ffffff;
}
[disabled].noUi-origin,[disabled] .noUi-handle {
    cursor: not-allowed;
}
/* start client-carousel */
.section-padding{
    padding: 60px 0;
}
/* End feature-carousel */
.ul-inside {
    padding: 0;
    margin: 0;
}
.ui-widget.ui-widget-content {
    background: #E9E9E9;
    height: 4px;
    border: none;
    border-radius: 50px;
}
.ui-slider .ui-slider-range {
    background: #2cbdb8;
}
.ui-slider-horizontal .ui-slider-handle {
    width: 14px;
    height: 14px;
    background: #2cbdb8;
    border-radius: 50%;
    border: none;
    margin-left: 0;
}
/* start feature-carousel */
.feature-carousel .item{
    margin-right: 5px;
    margin-left: 5px;
}
.feature-section {
    background: #F2F4F5;
    padding-bottom: 70px;
}
.feature-section .section-title {
    margin-bottom: 30px;
}
.feature-carousel.owl-carousel .owl-dots {
    text-align: center;
}
.feature-carousel.owl-carousel .owl-dots button {
    width: 14px;
    height: 14px;
    border: 2px solid #B6E3E3;
    border-radius: 50%;
    margin-right: 10px;
}
.feature-carousel.owl-carousel .owl-dots button.owl-dot.active {
    background: #2cbdb8;
    border-color: #2cbdb8;
}
.feature-carousel.owl-carousel .owl-dots button:last-child {
    margin-right: 0;
}
.feature-carousel .col-lg-4 {
    max-width: 100%;
}
.feature-carousel .owl-stage-outer {
    padding-bottom: 45px;
    padding-top: 20px;
}
.feature-carousel .feature-item {
    -webkit-box-shadow: 0 4px 15px 5px rgba(44, 44, 44, 0.05);
    box-shadow: 0 4px 15px 5px rgba(44, 44, 44, 0.05);
    background: #ffffff;
}

.feature-item  .cover-overlay {
    z-index: 4;
    background: rgba(0,0,0,.5);
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    top:10%;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.feature-item:hover .cover-overlay {
    z-index: 4;
    background: rgba(0,0,0,.6);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top:0;
    bottom:0;
    right: 0;
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}
.feature-carousel .feature-item .fi-pic {
    z-index: 3;
    height: 320px;
    position: relative;
    background-size: cover;
    background-repeat: repeat;
}
.feature-carousel .feature-item .fi-pic .pic-tag {
    overflow: hidden;
    padding: 15px 15px 0 15px;
}
.feature-carousel .feature-item .fi-pic .pic-tag .f-text {
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    background: #E1481F;
    display: inline-block;
    padding: 10px 15px;
    float: left;
    border-radius: 3px;
}
.feature-carousel .feature-item .fi-pic .pic-tag .s-text {
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    background: #2cbdb8;
    display: inline-block;
    padding: 10px 15px;
    float: right;
    border-radius: 3px;
}
.feature-carousel .feature-item .fi-pic .feature-author {
    position: absolute;
    left: 15px;
    bottom: 10px;
}
.feature-carousel .feature-item .fi-pic .feature-author .fa-pic {
    float: left;
    margin-right: 10px;
}

.feature-carousel .feature-item  .cover-overlay .fi-text {
    overflow: hidden;
    margin-top: 103px;
}
.feature-carousel .feature-item  .cover-overlay .fi-text span {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    line-height: 35px;
}
.feature-carousel .feature-item  .cover-overlay .fi-textm .fi-text .inside-text {
    text-align: center;
    padding: 17px;
}
.feature-carousel .feature-item  .cover-overlay .fi-text .inside-text h4 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
}
.feature-carousel .feature-item  .cover-overlay .fi-text .inside-text ul {
    margin-bottom: 9px;
}
.feature-carousel .feature-item  .cover-overlay .fi-text .inside-text ul li {
    list-style: none;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    margin-right: 20px;
}
.feature-carousel .feature-item  .cover-overlay .fi-text .inside-text ul li:last-child {
    margin-right: 0;
}
.feature-carousel .feature-item  .cover-overlay .fi-text .inside-text ul li i {
    color: #2cbdb8;
    margin-right: 4px;
}
.feature-carousel .feature-item  .cover-overlay .fi-text .inside-text h5.price {
    color: red;
    font-weight: 400;
    text-align: center;
}
.feature-carousel .feature-item  .cover-overlay .fi-text .inside-text h5.price span {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
}
.feature-carousel .feature-item  .cover-overlay .fi-text .iconFeatures {

    background: #00aaa9;
    height: 75px;
    margin-top: 25px;
}
.bg-color.js-example-basic-multiple{
    height: 100px!important;
}

.feature-carousel .feature-item  .cover-overlay .fi-text .iconFeatures li {
    list-style: none;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin-right: 0;
    margin-left: 10px;
}
.feature-carousel .feature-item  .cover-overlay .fi-text .iconFeatures li:last-child {
    margin-right: 0;
}
.feature-carousel .feature-item  .cover-overlay .fi-text .iconFeatures li i {
    color: #ffffff;
    margin-right: 4px;
    display: inline-block;
}
.feature-carousel .feature-item  .cover-overlay .fi-text .iconFeatures li p {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 0;
}
/* End feature-carousel */
/* start Work */

.work{
    display: block;
    width: 100%;
    text-align: center;

}
.work .ul-bg{   margin-bottom: 30px;
    text-align: left;
    padding: 0; }

.work .ul-bg li.active{
    padding: 5px;
    border: 2px solid #000;
    display: inline-block;
    color: #16a085;

}
.work .ul-bg li{
    font-size: 20px;
    display: inline-block;
    margin-left: 20px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}
.work .box{
    margin-bottom: 10px;
    box-sizing: border-box;
    width: 31%;
    float: left;
    margin-left: 2%;
    height: 200px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.work .box .overlay .context{
    position: absolute;
    top: -150%;
    transition: .4s;
    text-align: center;
}
.work .box .bgSpan{
    background: #00aaa9;
    width: 100%;
    position: absolute;
    height: 50px;
    bottom: -50px;
}
.work .box:hover .bgSpan{
    bottom: 0;
    transition: .3s;
}
.work .box .overlay span{
    font-size: 20px;
    padding: 5px;
    margin-top: 10px;
    cursor: pointer;
    transition: .3s;
    bottom: 0;
}
.work .box:hover .overlay .context{
    width: 100%;
    top: 20px;
    color: #FFF;
    text-transform: uppercase;
}
.work .box:hover .overlay .context h3{
    font-weight: bold;
    font-size: 20px;
}
.work .box:hover .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    left: 0;
    top: 0;
    overflow: hidden;
    transition: .4s
}
a span{
    color: #fff;
}

.work .box img{
    width: 100%;
    height: 100%;
}

.work .box img:hover .overlay{
    display: block;
}

@media (max-width: 990px){
    .work .box{ width: 47%; }
}

@media (max-width: 686px){
    .work .box{
        width: 100%;
        margin-left: 0;
    }

    .work ul li{
        display: block;
        margin-bottom: 10px;
    }

}
/* End Work */

/*-------------------------------
  Property Details Hero Section
--------------------------------*/

.pd-hero-section {
    height: 500px;
    padding-top: 100px;
}
.pd-hero-text {
    background:#ffffff;
    padding: 5px 0 12px;
    text-align: center;
    margin-bottom: 30px;
}
.pd-hero-text .room-location {
    font-size: 14px;
    color: #000000;
}
.pd-hero-text .room-location i {
    color: #2cbdb8;
}
.pd-hero-text h2 {
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 20px;
}
.pd-hero-text .room-price span {
    font-size: 14px;
    color:  #2cbdb8;
    display: inline-block;
    margin-right: 10px;
}
.pd-hero-text .room-price p {
    color: red;
    font-size: 22px;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 600;
}
.pd-hero-text .room-features{
    padding: 0;
}
.pd-hero-text .room-features li {
    text-align: center;
    list-style: none;
    display: inline-block;
    margin-left: 15px;
}
.pd-hero-text .room-features li:last-child {
    margin-right: 0;
}
.pd-hero-text .room-features li i {
    font-size: 24px;
    color: #2cbdb8;
}
.pd-hero-text .room-features li p {
    font-size: 14px;
    color: #000000;
    margin-bottom: 0;
    margin-top: 5px;
}

.contactUs{
    height: auto;
    width: 100%;
    padding: 5px;
    background-color:#ffffff;
    margin-top: 20px;
}
.contactUs h3{
    font-size: 22px;
    color: #000000;
    font-weight: 600;
}
.contactUs h3 a{
    font-size: 22px;
    color: #000000!important;
    font-weight: 600;
}
.contactUs h3 i{
    color: #00aaa9;
}

/*start item property*/
img {
    max-width: 100%;
}
.pd-details-text {
    position: relative;
}
.pd-details-text .pd-details-social {
    position: absolute;
    right:5px;
    top: 10px;
    max-width: 40px;
}
.pd-details-text .pd-details-social a {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: black;
}
.pd-details-text .pd-details-social a:hover {
    background: #2cbdb8;
    color: #ffffff;
    border-color: #2cbdb8;
}

.pd-details-text .pd-details-social button {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: black;
}
.pd-details-text .pd-details-social button:hover {
    background: #2cbdb8;
    color: #ffffff;
    border-color: #2cbdb8;
}
.pd-details-text .property-more-pic {
    margin-bottom: 55px;
}
.pd-details-text .property-more-pic .product-pic-zoom {
    margin-bottom: 10px;
    height: 320px;
}
.pd-details-text .property-more-pic .product-pic-zoom img {
    min-width: 100%;
    height: 320px;
}
.pd-details-text .property-more-pic .product-thumbs .product-thumbs-track .pt {
    cursor: pointer;
    border: 2px solid transparent;
    height: 75px;
}
.pd-details-text .property-more-pic .product-thumbs .product-thumbs-track .pt.active {
    border: 2px solid #2cbdb8;
}

.tooltab ul{
    padding: 0;
}
.tooltab ul li{
    display:inline-block ;
}

.tooltab a{
    font-size: 20px;
    color: #00aaa9!important;
    padding: 10px;
    margin-bottom: 20px;

}
.pd-details-text .pd-desc {
    margin-top: 20px;
    height: auto;
    margin-bottom: 25px;
    background: white;
    padding: 10px

}
.pd-details-text .pd-desc h4 {
    font-size: 22px;
    color: #000000;
    font-weight: 600;
    margin:0;

}
.pd-details-text .pd-desc p {
    font-size: 17px;
    font-family: 'JannaLT-Regular' !important;
}
.pd-details-text .pd-details-tab {
    margin-bottom: 55px;
}
.pd-details-text .pd-details-tab .tab-item ul {
    background: #F2F4F5;
    border: 1px solid #ebebeb;
}
.pd-details-text .pd-details-tab .tab-item ul li a {
    font-size: 16px;
    color: #707079;
    display: inline-block;
    padding: 12px 23px;
}
.pd-details-text .pd-details-tab .tab-item ul li a.active {
    color: #ffffff;
    background: #2cbdb8;
}
.pd-details-text .pd-details-tab .tab-content .property-more-table {
    padding-left: 30px;
    border: 1px solid #ebebeb;
    border-top: none;
    padding-bottom: 6px;
}
.pd-details-text .pd-details-tab .tab-content .property-more-table table tbody tr {
    border-bottom: 1px solid #ebebeb;
}
.pd-details-text .pd-details-tab .tab-content .property-more-table table tbody tr:last-child {
    border-bottom: none;
}
.pd-details-text .pd-details-tab .tab-content .property-more-table table tbody tr td {
    font-size: 16px;
    color: #707079;
    padding: 8px 0;
}
.pd-details-text .pd-details-tab .tab-content .property-more-table table tbody tr td.pt-name {
    width: 36%;
}
.pd-details-text .pd-details-tab .tab-content .property-more-table table tbody tr td.p-value {
    color: #19191a;
}
.pd-details-text .pd-details-tab .tab-content .property-more-table .left-table {
    width: 48%;
    float: left;
    margin-right: 25px;
}
.pd-details-text .pd-details-tab .tab-content .property-more-table .right-table {
    width: 49%;
}
.pd-details-text .pd-details-tab .tab-content .pd-table-desc {
    border: 1px solid #ebebeb;
    border-top: none;
    padding: 25px;
}
.pd-details-text .pd-details-tab .tab-content .pd-table-amenities {
    border: 1px solid #ebebeb;
    border-top: none;
    padding: 25px;
}
.pd-details-text .property-map {
    margin-bottom: 55px;
}
.pd-details-text .property-map h4 {
    font-size: 22px;
    color: #19191a;
    font-weight: 600;
    margin-bottom: 30px;
}
.pd-details-text .property-map .map-inside {
    height: 320px;
    position: relative;
}
.pd-details-text .property-map .map-inside iframe {
    width: 100%;
}
.pd-details-text .property-map .map-inside .icon {
    font-size: 18px;
    color: #ffffff;
    width: 34px;
    height: 34px;
    background: #2cbdb8;
    text-align: center;
    line-height: 34px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 140px;
    -webkit-transform: translateX(-17px);
    -ms-transform: translateX(-17px);
    transform: translateX(-17px);
    z-index: 1;
}
.pd-details-text .property-map .map-inside .icon:after {
    position: absolute;
    left: -3px;
    top: -3px;
    width: 40px;
    height: 40px;
    background: rgba(44, 189, 184, 0.4);
    content: "";
    z-index: -1;
    border-radius: 50%;
}
.pd-details-text .property-contactus h4 {
    font-size: 22px;
    color: #19191a;
    font-weight: 600;
    margin-bottom: 30px;
}
.pd-details-text .property-contactus .agent-desc img {
    min-width: 100%;
    margin-bottom: 16px;
}
.pd-details-text .property-contactus .agent-desc .agent-title {
    margin-bottom: 10px;
}
.pd-details-text .property-contactus .agent-desc .agent-title h5 {
    color: #252525;
    font-weight: 600;
}
.pd-details-text .property-contactus .agent-desc .agent-title span {
    font-size: 12px;
    color: #aaaab3;
}
.pd-details-text .property-contactus .agent-desc .agent-social {
    margin-bottom: 8px;
}
.pd-details-text .property-contactus .agent-desc .agent-social a {
    display: inline-block;
    color: #aaaab3;
    font-size: 14px;
    margin-right: 25px;
}
.pd-details-text .property-contactus .agent-desc p {
    font-size: 14px;
    line-height: 24px;
}
.pd-details-text .property-contactus .agent-contact-form input {
    width: 100%;
    height: 40px;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    padding-left: 20px;
    background: #F2F4F5;
    color: #aaaab3;
    font-size: 14px;
}
.pd-details-text .property-contactus .agent-contact-form textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #ebebeb;
    padding-left: 20px;
    padding-top: 12px;
    background: #F2F4F5;
    color: #aaaab3;
    font-size: 14px;
    resize: none;
    margin-bottom: 24px;
}
/*End item property*/
/* The "end" class is added to the filtered elements */
.bg-color{

    background: #00000085;
    color: #ffffff;
    padding: 10px;
    display:none;

}
.btn-bg{
    background: #00aaa9;
    margin-bottom: 29px;
    width: 100%;
    font-size: 25px;
    height: 50px;
}
ul:not(.browser-default) {
    list-style-type: none;
}
/* start Error*/
.circled{
    width:300px;
    height:300px;
    background: #00aaa9;
    border-radius: 50%;
    text-align: center;
    margin: auto;

}
.circled span{
    color: #000000;
}
.circled h1{
    line-height: 300px;
    font-size: 60px;
    color: #ffffff;
}
.backHome h3{
    text-align: center;
    font-size: 30px;
    color: #000000;

}
.bg-Error{
    margin-top: 15%;
}

.backHome .return{
    width: 70%;
    height: 60px;
    text-align: center;
    background: #00aaa9!important;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 35px 0 0 35px;
}
/* End Error*/
/* End btnLove*/
#btnLove{
    position: relative;
    height: 50px;
    width: 50px;
    padding: 6px;
    cursor: pointer;
    z-index: 4;
    top: 60px;
    right: 5%;
}
#btnLove #yes{
    position:absolute ;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: visible;
    z-index: 2;
    transition: 0.9s ease-in;
}

#btnLove #no{
    position:absolute ;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: visible;
    z-index: 1;
    transition: 0.9s ease-in;
}
#btnLove h4{
    font-size: 30px;
    position: absolute;
    top: 43px;
    left: 13px;
    color: red;
    display: none;
    animation: myanim 0.9s ease-out;
}
@keyframes myanim {
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.2);
    }
    100%{
        transform: scale(1);
    }
}
/**/
.btnLove{
    position: relative;
    height: 50px;
    width: 50px;
    padding: 6px;
    cursor: pointer;
    z-index: 4;
    top: 60px;
    right: 5%;
}
.btnLove #yes{
    position:absolute ;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: visible;
    z-index: 2;
    transition: 0.9s ease-in;
}

.btnLove #no{
    position:absolute ;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: visible;
    z-index: 1;
    transition: 0.9s ease-in;
}

/* End wishlist*/
/* Add a dark background color to the active button */
.wishlist{
    height:100vh ;
}
/*** start about us***/
.close{
    font-size: 30px;
    color: #f3ecec;
    position: relative;
    top: 2px;
    cursor: pointer;
}
.close:hover{
    color: #cc0000;
}
.fixdele:hover{
    color: #cc0000;
}
.removeds:hover{
    color: #cc0000;
}

.fixdele{
    font-size: 30px;
    color: #f3ecec;
    position: relative;
    top: 2px;
    cursor: pointer;
}
.removeds{
    font-size: 30px;
    color: #f3ecec;
    position: relative;
    top: 2px;
    cursor: pointer;
}


/* add image content  */
.content {
    position: relative;
    margin: auto;
    overflow: hidden;
    z-index: 2;
    height: 300px;
}
.content-image{
    width: 100%;
    height: 300px;
    padding: 0;
    margin: 0;
}
.content .content-overlay {
    background: rgba(0, 0, 0, 0.44);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.content:hover .content-overlay{
    opacity: 1;
}
.content:hover  .content-details {
    top: 50%;
    display: none;
}

.content .content-details {
    padding: 0;
    position: absolute;
    width: 100%;
    top: 80%;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.content .content-details h3{
    margin-right: 10px;
    padding: 5px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    top: 20px;
}
.content .content-details p{
    margin-right: 10px;
    padding: 5px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
}
.content-title .love{
    text-align: center;
    font-size: 20px;
    background-color: black;
    width: 30px;
    height: 30px;
    line-height:30px ;
}

.content-title .compo{
    text-align: center;
    line-height:30px ;
    font-size: 20px;
    background-color: black;
    width: 30px;
    height: 30px;
}
.content-overlay .itemCard{
    width: 100%;
    position: relative;
    padding: 10px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    z-index: 4;

}
.content-overlay .itemCard li {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.content-overlay .iconLeb{
    height: auto;
    background: #00aaa9;
    width: 100%;
    position: relative;
    top: 95%;
    z-index: 2;

}
.content-overlay:hover .iconLeb{
    height: auto;
    background: #00aaa9;
    width: 100%;
    position: relative;
    top: 53%;
    z-index: 2;
    transition: 0.5s;

}
#hover{
    position: relative;
    top: -20px;
}
.content-overlay .iconLeb span{
    font-size: 20px;
    color: #ffffff;
    padding: 0px;
    margin-right: 5px;

}
.content-overlay .iconLeb p{
    font-size: 18px;
    color: #ffffff;
    padding:0;
    margin: 0;

}
#labname{
    z-index: 4;
    position: relative;
    top: 56px
}
#listed{
    margin-top: -55px;
}
/* add love wishlist */
.bLove{
    align-items: center;
    position: relative;
    right: 87%;
    top: 28%;
    height: 30px;
    width: 30px;
    padding: 6px;
    cursor: pointer;
    z-index: 4;
    background-color: black;
    opacity: 0;
    font-size: 20px;
}
.bLove #yes{
    position:absolute ;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: visible;
    z-index: 1;
    transition: 0.9s all;
    color: red;
    line-height: 30px;
}

.bLove #no{
    position:absolute ;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: visible;
    z-index: 2;
    transition: 0.9s all;
    color: white;
    line-height: 30px;
}
/* add love compress */
.compress{
    font-size: 20px;
    align-items: center;
    position: relative;
    right: 75%;
    top: 18%;
    height: 30px;
    width: 30px;
    padding: 6px;
    cursor: pointer;
    z-index: 4;
    background-color: black;
    opacity: 0;
}
.compress #compressyes{
    position:absolute ;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: visible;
    z-index: 1;
    transition: 0.9s all;
    line-height: 30px;
    color: red;
}

.compress #compressno{
    position:absolute ;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: visible;
    z-index: 2;
    transition: 0.9s all;
    background-color: black;
    line-height: 30px;
    color: white;
}
.content-overlay:hover .bLove{
    opacity: 1;
    transition: 0.5s;
}
.content-overlay:hover .compress{
    opacity: 1;
    transition: 0.5s;
}

/*88888*/

.aboutaimg{
    height: 300px;
    width: 100%;
    padding: 10px;

}
.aboutaText{
    font-size: 17px;
    color: #000000;
    font-family: 'JannaLT-Regular' !important;
    text-align: right;

}

/*** End about us***/
.recentPro{
    font-size: 20px;
    color: #000000;
    padding-top: 20px;
}
.recentImag{
    width: 100%;
    height: 100px;
}
.resentext:hover h1{
    color: #00aaa9;
    transition: 0.3s;
}
.resentext:hover p{
    color: #00aaa9;
    transition: 0.3s;
}
.resentext:hover label{
    color: #00aaa9;
    transition: 0.3s;
}

.resentext h1{
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: silver;
}

.deflix{
    display: flex;
    overflow: hidden;
    cursor: pointer;

}

.card-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-1:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.resentext {
    color: silver;
    font-size: 15px;
}
.resentext label{
    margin-right: 20px;
}
/* start litsImage*/

.d-over{
    width: 35%;
    overflow: hidden;
}
.litsImage{
    width: 100%;
    height: 100%;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
    transition: all 2s ease;
}
.litsImage:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5);
}
.listDetails{
    background: white;
    height: auto;
    width: 65%;
}
.listDetails h2{
    margin: 2px 10px;
    padding: 10px;
    font-size: 20px;
    color: black;
}
.listDetails ul{
    padding: 0;
    text-align: center;
}
.listDetails ul li {
    color:#00aaa9;
    display: inline-block;

}
.listBox{
    background-color: #00aaa9;
    height: 50px;
    padding: 0;
    margin: auto;
    display: flex;
}

.listBox .more{
    width: 50%;
    height: 50px;
    background-color:#c1c1c1;
    cursor: pointer;
}
.listDetails:hover .more{
    width: 50%;
    height: 50px;
    background-color:#00aaa9;
    transition: 0.5s;

}
.listDetails .listfit li{
    display: inline-block;
    color: grey;
    margin-right: 30px;
    margin-left:20px;
    margin-bottom: 18px;
}
.listDetails .listfit li i{
    font-size: 18px;
}
.listDetails:hover .listfit li{
    display: inline-block;
    color: #00aaa9;
    margin-right: 30px;
    margin-left:20px;
    margin-bottom: 18px;
    transition: 0.5s;
}

.listBox .more label{
    text-align: center;
    line-height: 50px;
    color: white;
    font-size: 18px;
}

.listBox  .heart{
    width: 25%;
    height: 50px;
    background-color: #ffffff;
    border: 1px solid grey;
}
.listBox  .heart i{
    text-align:center;
    line-height: 50px;
    color: grey;
    font-size: 20px;

}
.listBox  .compare{
    width: 25%;
    height: 50px;
    background-color: #ffffff;
    border: 1px solid grey;
}
.listBox  .compare i{
    text-align:center;
    line-height: 50px;
    color: grey;
    font-size: 20px;

}

.heart:hover i{
    color:#cc0000;
    font-size:30px ;
    transition: 0.5s;
}
.compare:hover i{
    color:#00aaa9;
    font-size:30px ;
    transition: 0.5s;
}

/* End litsImage*/

/************************* start single-testimonial*******************/
button.owl-next {
    position: relative;
    top: 100px;
}
button.owl-prev {
    position: relative;
    top: 100px;
}
.happy-custom h1{
    padding-top: 10px;
    font-size: 30px;
    color: black;
}
/* Start Happy Custom Style */
.happy-custom{background-color: #F2F4F5;}
.happy-custom.header-section{padding-bottom: 30px;}
.happy-custom .item{background-color: #ffffff;overflow: hidden;padding: 10px 10px;position: relative;}
.happy-custom .item .comment p{line-height: 1.7em;margin-bottom: 20px; text-align: right}
.happy-custom .item .img{width: 25%;float: left;margin-right: 20px;}
.happy-custom .item .img img{width: 100%;}
.happy-custom .item h3{text-transform: capitalize;font-weight: bold;font-size: 18px;}
.happy-custom .owl-carousel .owl-nav{position: absolute;top: 55%;}
.happy-custom .owl-carousel .owl-nav span{width: 60px;background-color: #00aaa9;margin-left: 10px;padding: 10px;text-align: center;font-size: 21px; border-radius: 4px }
.happy-custom .owl-carousel .owl-nav span:hover{background-color:#DDD;cursor: pointer;transition: .3s;}
.happy-custom .panel-default>.panel-heading{background-color: #ffffff;width: 100%;padding: 10px;text-transform: capitalize;margin-bottom: 10px;box-shadow: 0 2px 3px #ddd;cursor: pointer;display: block;color: #333;}
.happy-custom .panel-default>.panel-heading a{text-decoration: none;font-size: 20px}
.happy-custom .panel{background: none;border: 0;box-shadow: none;}
.happy-custom .panel-default>.panel-collapse>.panel-body{border: 0;}
/* End Happy Custom Style */
/* End newslitter */
#emailnewslitter{
    height: 60px!important;
    border: 2px solid!important;
    border-radius: 5px!important;
    background: black!important;
    color: #ffffff;
    text-indent: 10px;
    width: 80%;
    font-weight: 700;
    margin-bottom: 75px;
    border-bottom: none!important;
}
.subscribe{
    height: 60px;
    margin-bottom:7px;
    font-weight: 700;
    font-size: 20px;

}
.h1-newslitter{
    padding-top: 20px;
    font-size: 30px;
    font-weight: 500;
}
.p-newslitter{
    font-size: 20px;
}
.shadow{
    box-shadow: 7px 0px 4px #80808036;
}
/* End newslitter */
/* start footer */
.bg {
    background-color:#000;
    height: auto;

}
.media{
    display: block;
    align-items: center;
    justify-content: center;

}
.bg .media a{
    width: 30px;
    height: 30px;
    color: #fff !important;
    font-size: 30px;
    margin-right: 10px;

}
.bg .imagefooter{
    height: 100px;
    margin-top: 20px;
}

.bg .h1-footer{

    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.bg .hFooter{
    margin: 8px;
}
.bg .listfooter{
    font-family: 'JannaLT-Regular' !important;
    list-style: none;
    font-size: 17px;
    margin-top: 10px;
    color: #fff;
    padding: 0;
}
.bg .listfooter li{
    margin-top: 15px;
}
.bg hr{
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin: 0;
}
@media only screen and (max-width: 600px) {
    .wishlist{
        height:auto ;
    }
    #emailnewslitter {
        width: 100%;
    }
    .btncontact{
        width: 50%;
    }
    .listDetails .listfit li{
        margin-right: 0;
        margin-left: 10px;
    }
    .listDetails:hover .listfit li{
        margin-right: 0;
        margin-left: 10px;

    }
    .inputReset{
        width: 100%;
        height: auto;
    }
    .subscribe{
        margin-left: -10px;
    }
    .pd-details-text .property-more-pic .product-pic-zoom img {
        min-width: 100%;
        margin-top: 20px;
    }
    .pd-details-text .pd-details-social {
        position: absolute;
        left: 5px;
        top: 30px;
        max-width: 40px;
    }
    .pd-details-text .pd-details-social a {
        display: inline-block;
        font-size: 14px;
        color: #ffffff;
        height: 30px;
        width: 30px;
        text-align: center;
        line-height: 30px;
        border-radius: 50%;
        margin-bottom: 10px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        background: black;
    }
}
@media screen and (max-width: 1024px){
    .demo{
        margin-left: 0;
    }
    nav ul a {
        font-size: 13px!important;
    }
    nav ul .anchor {
        font-size: 17px!important;
    }
}

