

/*
Author: Bootstrapthemes
Author URI: http://bootstrapthemes.co
*/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face{
    font-family: 'AraAqeeq';
    src: url('../../webfonts/AraAqeeq-Bold_0.ttf');
}
html,
body {
    background-color: #fff;
    font-size: 0.875rem;
    color: #4A4E5A;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 300;
    width:100%;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}
img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}
a {
    color: #171725;
    text-decoration: none;
}
a,
a:hover,
a:focus {
    color: #a98042;
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
a{
    font-family: 'AraAqeeq';
}
.btn.extra-width {
    padding: 13px 40px;
}
.btn:focus,
.btn:active {
    outline: inherit;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* direction: rtl; */
}
p {
    margin: 0 0 15px;

}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}
/*.form-control {
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 16px;
    height: 45px;
}*/
.form-control {
    display: inline-block;
    height: 40px;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #bcefeb;
}

h1,
h2,
h3 {
    font-weight: 300;
    margin: 0;
    font-family: 'AraAqeeq';
}
h4,
h5 {
    font-weight: 300;
    margin: 0;
    line-height: 2rem;
    font-family: 'AraAqeeq';
}
h1 {
    font-size: 4rem;
    line-height: 5.5rem;
    color:#fff;
}
h2 {
    font-size:2rem;
    line-height: 3rem;
    text-transform: uppercase;

}
h3 {
    font-size:1.75rem;
    line-height: 2.5rem;  
    text-transform: uppercase;
}
h4 {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: .5rem;
    text-transform: uppercase;
}
h5 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color:#223d61;
    text-transform: uppercase;
}
h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}
p {
    line-height: 2rem;
    font-size: 1rem;
}
p:last-child {
    margin-bottom: 0px;
}
/*.home-wrap h1,*/
.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
    color: #ffffff;
    /*font-family: 'roboto', sans-serif;*/
}
.text {
    color: #333333;
}
.colorstext {
    color: #5e9a28;
}
.coloricon i {
    color: #5e9a28;
}
.colorsbg {
    background: #5e9a28;
    color: #ffffff;
}

.lightbg {
    background-color: #f9f9f9;
}
.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.outofsectiontext{
    margin-top: 40px;
}

/*
Section
*/
.sections {
    padding-top:85px;
    padding-bottom: 105px;
    overflow: hidden;
}
.sections.footer {
    padding-bottom: 80px;
}
section .subtitle h5 {
    margin-top: 10px;
    font-size: 1.3rem;
}
.parallax-section {
    max-width: 100%;
    color: #ffffff;
}
section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}
section .subtitle-half h5 {
    font-weight: 100;
    font-size: 17px;
}
ul{
    margin:0;
    padding:0;
    list-style:none;
}

.heading {
    margin-bottom: 4rem;
}
.banner-area{
    background: url('../../SD08/msf/Horse Station2.jpg') no-repeat 100% 100%;
    background-size: cover;
    position: relative;
    padding: 200px 0 80px;
    text-align: center;
    background-position: center;
}
.jobs.banner-area {
    background-image: url(../../SD08/msf/jobs.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.overlay {
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#home .overlay {
    /* height: 670px; */
    position: relative;
    left: auto;
    top: auto;
}

.nav-area {
  border-bottom: 1px solid #eee;
}

.nav-area a {
  color: #222;
}

.nav-area .nav-left {
  text-align: left;
}
.nav-area .nav-left .thumb {
  padding-left: 20px;
}

.nav-area .nav-right {
  text-align: right;
}

.nav-area .nav-right .thumb {
  padding-left: 20px;
}

@media (max-width: 768px) {
  #home .overlay{
    /* height: 430px; */
  }
  .nav-area .post-details h4 {
    font-size: 14px;
  }
}

@media (max-width: 466px) {
  .nav-area .nav-right {
    margin-top: 50px;
  }
}

.map-overlay {
    background-color: rgba(255, 114, 0, 0.75);
    width: 100%;
    height:auto;
}
.video_overlay {
    background-color: rgba(41, 39, 34, 0.75);
    width: 100%;
    height: auto;
}

.no-padding {
    padding: 0 !important;
    margin:0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-end{
  justify-content: flex-end;
}
.d-flex {
    display: -ms-flexbox;
    display: flex;
}
.flex-wrap {
	flex-wrap: wrap;
}
.flex-column {
	flex-flow: column;
}
.align-items-center{
  align-items:center
}
.single-widget {
  border: 1px solid #eee;
  padding: 40px 30px;
  margin-bottom: 30px;
}

.single-widget .title {
  font-weight: 600;
  margin-bottom: 30px;
}

.search-widget i {
  color: #fff;
}

.search-widget form.example {
  border: 1px solid #eee;
}

.search-widget form.example input[type=text] {
  padding: 10px;
  font-size: 14px;
  border: none;
  float: left;
  width: 80%;
  background: #eee;
}

.search-widget form.example button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #eee;
  color: white;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.search-widget form.example::after {
  content: "";
  clear: both;
  display: table;
}

.recent-posts-widget .single-recent-post {
  margin-bottom: 20px;
}
.recent-posts-widget .single-recent-post:last-child {
  margin-bottom: 0;
}
.recent-posts-widget .single-recent-post .recent-details {
  margin-left: 20px;
}

.recent-posts-widget .single-recent-post .recent-details h4 {
  line-height: 1.5em !important;
  font-size: 17px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.recent-posts-widget .single-recent-post .recent-details p {
  margin-top: 10px;
  margin-bottom: 0;
}

.recent-posts-widget .single-recent-post:hover h4 {
  color: #2060a5;
}

@media (max-width: 960px) {
  .recent-posts-widget .single-recent-post {
    margin-bottom: 20px;
  }
}

.single-post {
  margin-bottom: 30px;
}

.single-post .tags {
  margin-top: 40px;
}

.single-post .tags li {
  display: inline-block;
}

.single-post .tags li a {
  color: #222;
}

.single-post .tags li:hover a {
  color: #2060a5;
}

.single-post h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: black;
}

.single-post .category {
    background-color: #000; 
    color: #fff;
    font-weight: 100;
    padding: 4px 15px;
    width: 115px;
    text-align: center;
}

.single-post .title h4 {
  margin-bottom: 10px;
}

.single-post .comment-wrap ul li, .single-post .social-wrap ul li {
  display: inline-block;
  margin-right: 15px;
}

@media (max-width: 414px) {
  .single-post .comment-wrap, .single-post .social-wrap {
    margin-top: 10px;
  }
}

.single-post .comment-wrap ul li a {
  color: #777777;
}

.single-post .social-wrap ul {
  text-align: right;
}

.single-post .social-wrap ul li a i {
  color: #777777;
}

.single-post .social-wrap ul li a i:hover {
  color: #222;
}

@media (max-width: 768px) {
  .single-post .social-wrap ul {
    text-align: left;
  }
}

/*
Separator
*/
.separator {
    height: 1px;
    width: 170px;
    margin: 20px 0px;
    background: #eeeeee;
    position: relative;
    display: inline-block;
}
.separator:after {
    position: absolute;
    right: 0;
    bottom:0;
    height: 2px;
    width: 50px;
    background: #267dca;
    content:"";
}
.separator.center:after {
    right: 50%;
    transform: translate(50%, 0);
}
.separator2 {
    height: 1px;
    width:93%;
    margin: 20px 0px;
    background: #eeeeee;
    position: relative;
}
.separator2:after {
    position: absolute;
    left:0;
    bottom:0;
    height: 2px;
    width: 70px;
    background: #267dca;
    content:"";
}


.separator3 {
    height: 2px;
    width: 30px;
    margin:20px auto;
    background: #5e9a28;
}
.separator4 {
    height: 2px;
    width: 30px;
    margin:20px 0px;
    background: #f38181;
}
/*section:nth-of-type(odd) {
    background-color: #F9F9F9;
}*/
/*
Button
*/
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #ffffff;
    background-color: #8d0d0d;
    border-color: #8d0d0d;
}



.btn {
    display: inline-block;
    min-width: 150px;
    line-height: 30px;
    height: 50px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
    font-size:0.8125rem;
    border-radius: 0px;
    margin-top: 20px;
    background-color: #267dca;
    transition: .5s;
    border: 1px solid #267dca;
    font-family: 'AraAqeeq';

}
.btn:hover {
    background-color: #8d0d0d;
    color: #fff;
    text-decoration: none;
    border: 1px solid #8d0d0d;
}
.btn.btn-social-icon{
    min-width: auto;
    border: none;
    border-radius: 3px;
    margin: 5px 0;
}
.btn-primary {
    background-color: #267dca;
    transition: .5s;
    padding: 9px 30px;
    border-radius: 13px;
	margin:0
}
table .btn-primary {
    min-width: auto;
    height: auto;
    padding: 4px 30px;
    border-radius: 7px;
}

.btn_news_color{
    color:#5e9a28;
    border-color: #5e9a28;
}

.btn-md{
    border:1px solid #5e9a28;
    color:#5e9a28;
    padding: 10px 45px 10px 0px;
}


.btn-larg{
    border: 1px solid #fff;
    color:#fff;
    padding: 6px 30px;
}




/*.btn-default:active, .btn-default:hover  {
    background: transparent;
}*/


/*
Extra height css
*/
.margin-top-20 {
    margin-top: 20px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
.padding-top-20 {
    padding-top: 1.33rem;
}
.padding-bottom-20 {
    padding-bottom: 1.33rem;
}
.padding-top-40 {
    padding-top: 2.66rem;
}
.padding-bottom-40 {
    padding-bottom: 2.66rem;
}
.padding-top-60 {
    padding-top: 5rem;
}
.padding-bottom-60 {
    padding-bottom: 5rem;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}
h1 span {
    color: #5e9a28;
    font-weight: 400;
}

/*for placeholder changes*/

input::-webkit-input-placeholder {
    color: #ddd;
}
input::-moz-placeholder {
    color: #ddd;
}
input::-ms-input-placeholder {
    color: #ddd;
}

/*for image bg*/


/*.img-bg{
  background: url(../images/home-msg.jpg) no-repeat center top fixed;
  background-size
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}*/
/* navbar section */
.menu-scroll {
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color:rgba(34, 61, 97, 0.64);
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    transition: all .5s;
    /* transform: translateY(-40px); */
}
.top_header_area{
    background: #a98042;
    display: flex;
    border: 0;
}

.main_menu_bg{
    margin-top: 0px;
    background-color: white;
}
.main_menu_bg .navbar-default {
    background-color: transparent;
    border-color: transparent;
    transition: all .6s;
    margin: 0 auto;
}
.menu-scroll .main_menu_bg .navbar-default {
    margin: 0;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    color: #fff;
    background: #a98042;
}
.main_menu_bg .navbar {
    border: 0;
}

.main_menu_bg .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    color: #267dca;
    padding-bottom: 22px;
    border-bottom: 1px solid #267dca;
    background: transparent;

}

.main_menu_bg .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 20px;
    text-transform: capitalize;
    font-size: 16px;
    color: #333;
    font-family: 'AraAqeeq';
    padding: 19px 10px;
    font-weight: normal;
}

.main_menu_bg .top_header_area .navbar-nav>li>a {
    padding: 0;
    display: flex;
    align-items: center;
    flex-flow: row-reverse;
    direction: ltr;
    width: 100%;
    justify-content: center;
    border-left: 1px solid white;
    color: white;
}
.main_menu_bg .navbar-nav>li>a.btn-primary{
    margin: 4px 10px 0 0;
    min-width: auto;
    height: auto;
    padding: 10px 30px;
}
.navbar-brand {
    padding: 0px 15px;
    height: 107px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 6px;
}
.navbar-brand>img {
    max-width: 100%;
    max-height: 100%;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    background-color:transparent;
    color:#f5c239;

}

.main_menu_bg .navbar-nav>li>a.btn-primary:hover{
    background-color: #8d0d0d;
    color: #fff;
    text-decoration: none;
    border: 1px solid #8d0d0d;
}
.dropdown-menu {
    min-width: 160px;
    padding: 0px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #a98042c2;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #ccc;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.175);
    box-shadow: 0 0px 0px;
    display: flex;
    z-index: 1;
    flex-flow: column;
    top: calc( 100% + 15px );
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.dropdown-menu .navbar-form .form-group input[type="text"]{
    background-color:rgba(34, 61, 97, 0.68);
    border: 1px solid #267dca;
    color:#267dca;
    width: 300px;
}
.dropdown-menu .navbar-form .form-group .form-control::-webkit-input-placeholder{
    color: #267dca;
    opacity: 1; 
}
.dropdown-menu .navbar-form {
    margin-right: -30px;
}
.dropdown-menu.wide-menu{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}
.dropdown-menu.wide-menu .product-menu-links{
    flex: 1;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-start;
}
.dropdown-menu.wide-menu .product-menu-link{
    width: 250px;
    font-size: 18px;
    padding: 7px 10px;
    max-width: 100%;
    display: flex;
    flex-flow: column;
}
.dropdown-menu.wide-menu .product-menu-link.parent{
    width: 100%;
}
.dropdown-menu.wide-menu .product-menu-link.son{
}
.product-menu-sons-links{
    display: none;
}
.product-menu-sons-links > div{
    display: flex;
    flex-flow: row wrap;
}
.dropdown-menu.wide-menu .product-menu-link a{
    color: #fff;
    font-size: 17px;
    padding-left: 10px;
}
.dropdown-menu.wide-menu .product-menu-link.son a{
    font-size: 15px;
}
.dropdown-menu.wide-menu .product-menu-link a.product-menu-link-parent{
    font-size: 19px;
    font-weight: bold;
    border-bottom: 1px solid wheat;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    align-items: center;
    padding-right: 20px;
}
.dropdown-menu.wide-menu .product-menu-link a.product-menu-link-parent i{
	margin-left:auto;
}
.dropdown-menu.wide-menu .product-menu-link a:hover{
    color: #333;
}
.dropdown-menu.wide-menu .product-menu-imgs{
    position: relative;
    min-height: 250px;
    width: 300px;
    max-width: 100%;
    height: 100%;
}
.dropdown-menu.wide-menu .product-menu-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.dropdown-menu.wide-menu .product-menu-img.active{
    visibility: visible;
    opacity: 1;
}
.main_nav li{}
.main_nav li.wide-drop-li{
  position:static
}
.main_nav li:hover{}
.main_nav li .dropdown-menu li{
    border-bottom: 1px solid;
}
.main_nav li .dropdown-menu li:last-child{
    border-bottom:0;
}
.main_nav li .dropdown-menu li a{
    padding: 8px 20px;
    color: #fff;
}
.main_nav li .dropdown-menu li a:hover{
    color: #333;
}
.culmn{
    width:100%;
    overflow: hidden;
}
/*heading title all area*/
.head_title{
    margin-bottom: 50px;
}
.head_title h3{
    color:#413d4b;
}
.head_title p{
    font-family: 'playfair_displayregular';
}

/*home section*/
.home{
    background: url(../../SD08/msf/homebg.jpg) no-repeat 100% 100%;
    background-size: cover;
    background-position: center;
    display: flex;
}

.home .main_home{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: fit-content;}


.home .main_home h1{
    color: #fff;
    /* margin-bottom:20px; */
    border-bottom: solid 1px white;
}
.home .main_home p{
    color: #fff;
    margin: 0 auto;
    font-size:1.125rem;
    padding-top: 6px;
}



.home .owl-theme .owl-nav {
    margin-top: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot span {
    background: #fff;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #a98042;
}
.owl-theme .owl-dots .owl-dot span {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 50%;
    border: 1px solid #a98042;
}


/*service section css*/

.service_tabe_menu{}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    border:0px;
}
.nav-tabs {
    border-bottom: 0px solid transparent;
}
.nav-tabs>li>a:hover{
    border-color:transparent;
}

/*.service_tabe .nav {
    padding-left: 30px;
    margin-bottom: 0;
    list-style: none;
    margin: top;
}*/

.service .nav-tabs>li>a{
    text-align: center;
    color: #444444;
    width: 250px;
    height: 180px;
    margin-left:20px;
    background: url(../../SD08/msf/stabmenubg.png) no-repeat top center;
    border:0px;
    transition: all 0.6s;
}
.service_tabe_menu.nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    background: url(../../SD08/msf/stabmenubghv.png) no-repeat top center;
    width:250px;
    height: 180px;
    color:#fff;

}
.service_tabe ul li a:hover{
   background: url(../../SD08/msf/stabmenubghv.png) no-repeat top center;
   color:#fff;
}
.service_tabe ul li a i{
    font-size:2rem;
    margin-top:40px;
    margin-bottom:25px;
}

.service .tab-content{
    margin-top:100px;
}


/*features section css*/

.single_features_text{}
.single_features_text h4{}
.single_features_text p{
    margin-bottom: 40px;
    display: inline-block;
    margin-top: 10px;
}
.single_features_text ul li{
    font-size:0.875rem;
    margin-bottom:15px;
}
.single_features_text ul li span{
    font-family: 'AraAqeeq';
}

.single_features_text a{
    margin-top:35px;
    background: transparent;
    color:#444444;
    border:1px solid #ddd;
    font-size:0.8125rem;
    padding-top: 0.8em;
}


/*video section css*/

.video{
    background: url(../images/videobg.jpg) no-repeat top center;
    background-size:cover;
}
.video .main_video{
    padding: 220px 0px 160px 0px;
    overflow: hidden;
}
.video .icon{}
.video .icon h3{
    color:#fff;
    margin-top:30px;
    margin-bottom: 0px;
}


/*about section css*/
.about{}
.about .main_about_area{}
.about .main_about_content{}
.about .main_about_content .single_about{
    transition: all 0.6s;
    margin-bottom: 65px;
    overflow: hidden;
}

.about .main_about_content .single_about .single_about_img img{
    width:100%;
    height: 100%;
}

.about .single_about .single_ab_icon {
    width: 15%;
    float:left;
    position: relative;
}
.about .single_about .single_ab_icon i{
    width: 100px;
    height: 105px;
    background: url(../images/iconbg1.png) no-repeat center center;
    line-height: 100px;
    text-align: center;
    color: #444;
    font-size: 2rem;
    transition: all 0.6s;

}

.about .single_about:hover .single_ab_icon i {
    background: url(../images/iconbg1h.png) no-repeat center center;
    color: #fff;

}

.about .single_about:hover .single_ab_icon:before{
    opacity: 1;
}

.about .single_about .single_ab_icon:before {}

.about .single_about .single_ab_text{
    width:70%;
    float:left;
    margin-left:20px;
}
.about .single_ab_mision li{
    margin-bottom:10px;
}

/*about_skill_area*/ 
.about_skill_area{
    margin-top:75px;
}

.about_skill_area .about_tabe .about_tabe_menu li a{
    background: url(../images/skmenubg.png) no-repeat top center;
    width:175px;
    height: 60px;
    line-height: 50px;
    text-align: center;
    color:#444444;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}

.about_skill_area .about_tabe .about_tabe_menu li.active a:hover, .about_tabe_menu li.active a:focus {
    color: #fff;
    cursor: pointer;
    background: url(../images/skmenubgh.png) no-repeat top center;
}
.about_skill_area .about_tabe .about_tabe_menu li a:hover{
    color: #fff;
    background: url(../images/skmenubgh.png) no-repeat top center;
}
/*.about_skill_area .nav-tabs>li>a:hover{
    background: url(../images/skmenubgh.png) no-repeat;  
}*/

.about_skill_area .tab-content{
    margin-top:50px;
    display: inline-block;

}

.about_skill{
    margin-top:-38px;
}

.skillbar {
    background: transparent;
    display: block;
    height: 7px;
    margin-bottom: 64px;
    top: 65px;
    position: relative;
    transition-delay: 0s;
    transition-duration: .4s;
    transition-property: width, background-color;
    transition-timing-function: linear;
    width: 100%;
    border:1px solid #dddddd;
}
.skillbar-title {
    color: #323232;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: -40px;
    width:100%;
}

.skillbar-title span {
    display: block;
    float: right;
    margin-left: 75px;
    margin-top: -30px;
    font-size: 13px;
}

.skillbar-bar.blue {
    background-color: #267dca;
    height: 5px;
    width: 0;
}


/*counter section css*/
/*counter section css*/
.counter{
    background: url(../images/counterbg.jpg) no-repeat top center;
    background-size: cover;
}
.counter .main_counter_area{}
.counter .main_counter_area{
    padding:80px 20px;
}
.counter .main_counter_area .single_counter{}
.counter .main_counter_area .single_counter .single_counter_item{

}

.counter .main_counter_area .single_counter h2{
    color:#fff;
    font-size:2.8125rem;
}
.counter .main_counter_area .single_counter i{
    color:#267dca;
    font-size:1.875rem;
    display: inline-block;
    margin-top:20px;
}
.counter .main_counter_area .single_counter p{
    color:#fff;
    font-size:0.8125rem;
}



/*Features section css*/
.features .owl-theme .owl-dots .owl-dot span {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transform: rotate(0deg);
    border: 1px solid #ddd;
}


/*others service section css*/
.othersservice{
    background: #ffffff;
}
.main_othersservice_area{}
.othersservice .single_othersservice {
    margin-bottom:30px;
    margin-top:20px;
    display: inline-block;
    width:100%;

}

.othersservice .single_othersservice .single_othersservice_icon{}
.othersservice .single_othersservice .single_othersservice_icon h4 i{
    color:#444;
    font-size:2rem;
    background: url(../images/iconbg2.png) no-repeat center center;
    width:64px;
    height:65px;
    line-height: 65px;
    text-align: center;  
    margin-right: 10px;
    transition: 0.6s; 
}
.othersservice .single_othersservice:hover .single_othersservice_icon h4 i{
    background: url(../images/iconbgh2.png) no-repeat center center; 
    color:#fff;
}
.othersservice .single_othersservice .single_othersservice_content{

}


/* Team section css */
.team{
    color:#fff;
}

.team .single_team_content{
    margin-top:30px;
    transition: all .6s;
}


.team .single_team_content .single_team_img img{
    width:100%;
    transition: 0.6s;

}
.team .single_team_content .single_team_img{
    position: relative;

}
.team .single_team_content:hover .single_team_img img{
    transform: scale(1.05);


}
.team .single_team_content:hover .single_team_text_overlay{
    opacity: 1;
}
.team .single_team_content .single_team_text_overlay{
    position: absolute;
    left: 15%;
    top: 30%;
    background: rgba(255, 114, 0, 0.75);
    padding: 10px 20px;
    width:70%;
    opacity:0;
    transition: all 0.6s;
}
.team .single_team_content .single_team_text_overlay h4{
    margin-bottom: .0rem;
    display: inline-block;
}
.team .single_team_text_overlay .team_overlay_socail{
    margin-top:40px;
}
.team .single_team_content .single_team_text_overlay .team_overlay_socail a i{
    border:1px solid #fff;
    color:#fff;
    width:30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    transition: all .6s;
}
.team .single_team_content .single_team_text_overlay .team_overlay_socail a:hover i{
    background: #fff;
    color:#267dca;
}



/*why choose us section css*/

/*choose section css*/
.choose{}
.choose .main_choose{}
.choose .main_choose .single_choose{}
.choose .main_choose .single_choose .single_choose_img img{
    width:100%;
    height: 100%;
}
.choose .main_choose .single_choose .single_choose_acording{}
.choose .main_choose .single_choose .single_choose_acording .panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: #ddd;
}

.panel-heading{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 0;
}
.panel-group .panel {
    border-radius: 0px;
    margin-bottom: 20px;
}
.choose .main_choose .single_choose .single_choose_acording .panel-title>a {
    color: #333333;
    display:block;
    text-transform: uppercase;

}
.choose .main_choose .single_choose .single_choose_acording .panel-title a i{
    color: #444444;
    font-size: 1.575rem;
    display: inline-block;
    margin-right: 15px;
    background: url(../images/ch_col_icn.png) no-repeat left center;
    width:49px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    transition: 0.6s;
}
.choose .main_choose .single_choose .single_choose_acording .panel-title:hover a i{
    color: #fff;
    background: url(../images/ch_col_icn_h.png) no-repeat left center;
}
.choose .main_choose .single_choose .single_choose_acording .panel-title a i.fa-chevron-down{
    float:right;
    margin-right: 0px;
}

/*portfolio2 section css*/
.btn-md:active, .btn-md.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}
button.btn-md:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
    outline:none;
    color:#267dca;
}
button.btn-md {
    text-align: center;
    color: #444;
    letter-spacing: 1px;
    margin: 0;
    font-size: 0.8125rem;
    border-radius: 0px;
    margin-top: 0px;
    background-color: transparent;
    transition: .5s;
    border: 0px solid #267dca;
    font-family: 'AraAqeeq';
}
button.btn-md:hover {
    background-color: transparent;
    color: #267dca;
    text-decoration: none;
    border: 0px solid #f4720a;
}
.portfolio .toolbar{
    margin-bottom:50px;
}
#portfoliowork {  
    margin: 1rem 0;
    -webkit-column-count: 3; 
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}
.tile { 
    display: none;

}


.scale-anm {
    margin: 0 0 1.125rem;
    width: 100%; 
}


.tile img {
    height: auto;
    display: block; 
    width: 100%;
}

.single_portfolio{
    position: relative;

}
.single_portfolio:hover .grid_item_overlay{
    opacity: 1;
}

.grid_item_overlay{
    position: absolute;
    left:10%;
    top:10%;
    width:80%;
    height: 80%;
    background: rgba(255, 114, 0, 0.75);
    color:#fff;
    padding: 20px;
    opacity: 0;
    transition: 0.6s;
    text-align: center;
    padding-top:35%;
    z-index: 99;
}
.g_overlay_1{
    padding-top:16%;
}
.g_overlay_2{
    padding-top: 85%;
}
/*.grid_item_overlay h4{
    margin-bottom:0;
    margin-top:40px;  
}
.grid_item_overlay p{

}
.grid_item_overlay .overlay_icon_area{
    overflow: hidden;
    display: block
}*/
.grid_item_overlay a i{
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border:1px solid #fff;
    color:#fff;
    display: inline-block;
    background: transparent;
}
.grid_item_overlay a:hover i{
    color:#267dca;
    background: #fff;
}

/*.btn {
    font-family: Lato;
    font-size: 1rem;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding: .5rem 1rem;
    margin: 0; 
    height: auto;
    border: 1px solid #ccc; 
    vertical-align: middle;
    -webkit-appearance: none;
    color: #555;
    background-color: rgba(0, 0, 0, 0);
}*/


/*portfolio section css*/
/*.portfolio{
    overflow: hidden;
    width:100%;
}
.heading_filter_menu{
    overflow: hidden;
    height: 150px;
}
.main_portfolio .head_title h4{
    float:left;
    font-size:1.375rem;
}
.main_portfolio .head_title a{
    display: inline-block;
    float:right;
    color:#413d4b;
}

.main_portfolio_content{}

.grid{}

.grid-item { 
    width: 23%; 
}
.grid-item--width2{
    width:45%;
    height: 300px;
}
.grid-item img{
    width:100%;
    height: 100%;
}

.portfolio .grid-item{
    position: relative;
}

.portfolio .grid-item:hover .grid_item_overlay{
    opacity: 1;
}
.portfolio .grid_item_overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 33%;
    color: #fff;
    transition: all 0.6s;
    opacity: 0;
    background-color: rgba(76, 61, 114, 0.55)
}
.portfolio .grid_item_overlay p{
    color:#fff;
    margin-bottom:5px;
}
.portfolio .grid_item_overlay i{
    margin-bottom:10px;
    font-size:2rem;
    color:#FFF;
}*/




/* Carousel */
.testimonial{
    background: url(../images/testbg.jpg) no-repeat center center;
    background-size: cover;
}
.main_testimonial {
    color:#fff;
}
.main_testimonial .single_testimonial i{
    color:#fff;
    margin-bottom:30px;
    font-size:2rem;
    padding: 2px;
}
.main_testimonial .single_testimonial p{
    color:#fff;
    letter-spacing: .03rem;
}
.main_testimonial .single_testimonial .single_test_author{
    margin-bottom:40px;
    display: inline-block;
}
.main_testimonial .single_testimonial .single_test_author h4{
    color:#fff;
    margin-bottom:0px;
    font-size:1rem;
}
.main_testimonial .single_testimonial .single_test_author h4 span{
    font-family: 'AraAqeeq'; 
}
.main_testimonial .single_testimonial .single_test_author p{
    color:#fff;
}

.main_testimonial .owl-theme .owl-dots .owl-dot span {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transform: rotate(0deg);
}

/*clogo section css*/
.clogo{
    background: #eeeeee;
}






/*contact section css*/
.contact{
    background: url(../images/contactbg.png) no-repeat center center;
    background-size: cover;
}

.contact .single_contact_info{
    margin-bottom:45px;
    overflow: hidden;
}

.contact .single_info_icon {
    width:15%;
    float: left;
    margin-right: 5%;
}
.contact .single_info_icon i{
    width:60px;
    height: 56px;
    line-height: 56px;
    color:#444;
    background: url(../images/info_iconbg.png) no-repeat;
    font-size: 1.5rem;
    padding-left: 15px;
}
.contact .single_info_text {
    float:left;
    width:80%;
}




/*maps section css*/

.maps{
    background: url(../images/mapbg.jpg) no-repeat top center;
    overflow: hidden;
    background-size: cover;
    position:relative;
}

.main_maps{
    width:100%;
    height: 100%;
}
.main_maps .map_canvas_icon{
    position:absolute;
    left:35%;
    top:25%;
    cursor:pointer;
}

.main_maps i{
    color:#fff;
    font-size:2rem;
}
.main_maps h2{
    color:#fff;
}

#map_canvas{
    height: 160px; 
    width: 100%;
}





/*footer widget*/

.footer_widget{
    background: #1a1a1a;
    color:#fff;
    background-size: cover;
}
.footer_widget .main_widget{
    padding: 45px 15px 70px 15px;
    overflow: hidden;
}
.single_widget{
    margin-bottom:30px;
}
.single_widget ul li{
    margin-bottom:10px;
}
.single_widget ul li a{
    width:100%;
    display:block;
    overflow: hidden;
    font-size:0.875rem;
    color:#fff;
    line-height: 1.4rem;
}
.single_widget ul li a:hover{
    color:#267dca;
}

.footer_logo{
    margin-bottom: 20px;
}

.single_widget li.single_latest_news{
    margin-bottom: 20px;
}
.footer_subcribs_area .navbar-form {
    padding: 0;
}
.footer_subcribs_area .form-control {
    font-size: 14px;
    border: 1px solid #a199b4;
    color:#a199b4;
    border-radius:0px;
    width: 100%;
    display: inline-block;
    height: 45px;
    background-color:transparent;
    line-height: 20px;
}
.footer_subcribs_area .form-group{
    position:relative;
}

.footer_subcribs_area .submit_btn{
    background: transparent;
    border: 0px solid #ccc;
    color: #ededed;
    padding: 5px 10px;
    border-radius: 0px;
    height: 45px;
    outline: none;
    width: 25%;
    transition: all .6s;
    margin-left: 5px;
    position: absolute;
    right: 0;
    top: 0;
}

.footer_subcribs_area .submit_btn:hover{
    color: #fff;
}
.footer_subcribs_area .submit_btn:before {
    content: "\f178";
    font-family: 'Fontawesome';
    text-align: center;
    font-size:1rem;
}


/*footer section*/
.footer{
    background: #000000;
}
.footer .main_footer{
    overflow: hidden;
    padding: 15px 0px;
}
.footer .flowus{
    text-align: right;
}
.footer .flowus a i{
    color:#fff;
    font-size:1rem;
    padding: 5px;
    border:1px solid #fff;
    border-radius: 0;
    width:30px;
    height:30px;
    text-align: center;
    line-height: 18px;
    margin-right:5px;
    margin-top:10px;
}
.footer .flowus a i:hover{
    color:#267dca;
    border:1px solid #267dca;
}

.copyright_text{
    text-align: left;
}
.copyright_text p{
    color:#fff;
    line-height: 25px;
    max-width: 100%;
    padding-top: 15px;
}
.copyright_text p i{
    padding:0px 10px;
    color:#ff0000;
}
.copyright_text p a{
    padding:0px 10px;
    color:#267dca;
}



/* scrollup */

.scrollup{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    opacity: .3;
    position: fixed;
    bottom: 20px;
    right: 25px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    z-index: 1000;
    transition: opacity .5s, background-color .5s;
    -moz-transition: opacity .5s, background-color .5s;
    -webkit-transition: opacity .5s, background-color .5s;
}

.scrollup:hover {
    background: #267dca;
    opacity: 1;
}

.scrollup i {
    font-size: 13px;
    position: absolute;
    opacity: 1;
    color: #fff;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -6px;
    text-decoration: none;

}

#account-father {
  display: flex;
  flex-flow: column;
  padding: 20px 20px;
}
#account-father > .project-single-desc {
  margin-bottom: 20px;
  border-top: 3px solid #2980B9;
}
@media screen and (min-width: 768px) {
  #account-father {
    width: 100%;
  }
  .newsletter-email{
    border-right: 0;
  }
}

#account-content {
  padding: 0;
  width: 100%;
  text-align: center;
}
#account-content > div {
  text-align: initial;
}

.account-header {
  text-align: center;
  display: flex;
  flex-flow: column;
  background: white;
  padding: 30px 0 20px;
  width: 100%;
}
.account-header .card-body {
  padding: 0;
  overflow-x: auto;
}
.account-header .card-image {
  position: relative;
}
.account-header .send-message {
  font-size: 40px;
  color: black;
  position: absolute;
  z-index: 1;
  left: calc( 50% + 80px );
  top: 10px;
}
.account-header .user-photo {
  border: 5px solid #ddd;
  padding: 10px 0 0 0;
  width: 160px;
  height: 160px;
  margin-bottom: 15px;
}
.account-header .user-photo img {
  max-width: 100% !important;
  max-height: 100% !important;
}
@media screen and (min-width: 768px) {
  .account-header {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
	.dropdown-menu.active {
		position: relative;
		width: 100%;
		top: 100%;
		visibility: visible;
		opacity: 1;
		z-index: 9;
	}
  .home {
    background-position-x: -330px;
  }
  .home .main_home{
}
  .main_menu_bg .top_header_area .navbar-nav>li>a{
    padding: 0px 10px;
}
  .footer_widget .main_widget{
      text-align:center;
  }
  .head_title{
    margin-bottom:0
  }
  .home .main_home h1{
    font-size: 2.7rem;
    line-height: 4rem;
}
  .account-header {
  }
  .account-header.active {
    transform: translate(0, 0);
  }
  .account-header.fix-nav {
  }
}

.account-nav {
  display: flex;
  flex-flow: row;
  position: relative;
  justify-content: space-evenly;
  background: white;
  min-width: 450px;
}
.account-nav .bar {
  content: "";
  position: absolute;
  width: 33.33333333%;
  height: 4px;
  background: #2884d2;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.account-nav .account-link {
  width: 100%;
  padding: 25px 0;
}
.account-nav .account-link a {
  display: flex;
  flex-flow: row wrap;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.account-nav .account-link i {
  font-size: 25px;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.account-nav .account-link span {
  font-size: 15px;
  color: black;
}
.account-nav .account-link:hover span ,
.account-nav .account-link.active span ,
.account-nav .account-link:hover i ,
.account-nav .account-link.active i {
  color: #2884d2;
}
@media screen and (min-width: 768px) {
  .account-nav.fix-nav {
    /* position: fixed; */
    /* right: 0; */
    /* top: 80px; */
  }
}

.account-info {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  width: 100%;
  background: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px 10px;
}
.account-info > .row {
  flex: 1;
}
.account-info .userBadge {
  width: 100%;
  display: flex;
  padding: 20px 0;
  justify-content: center;
}
.account-info .userBadge div {
  padding: 20px 50px;
  border: 2px solid #ddd;
  border-radius: 4px;
  text-align: center;
}
.account-info .userBadge span {
  font-size: 20px;
  color: #2884d2;
}
.account-info .info {
  width: calc(50% - 40px);
  /* border-right: 3px solid #2980B9; */
  padding: 13px 15px 13px 0;
  margin-bottom: 25px;
  /* background: #fff; */
  margin: 0 20px 0;
  display: flex;
  align-items: center;
}
.account-info .info h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  flex: 1;
  min-width: 155px;
}
.account-info .info span {
  font-size: 15px;
  flex: 1.5;
}
@media (max-width: 768px) {
  .account-info .info {
    width: 100%;
    margin: 0;
  }
}
.account-info .section-title {
  width: 100%;
  margin: 65px 20px 35px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  position: relative;
  text-transform: capitalize;
}
.account-info .section-title:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 3px;
  width: 100px;
  /*background: #2980B9;*/
}

.account-form .section-title {
  width: 100%;
  margin: 30px 0 80px;
  font-size: 25px;
  font-weight: bold;
  color: #2980B9;
  text-align: center;
  position: relative;
  text-transform: capitalize;
}

.account-form .section-title:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 3px;
  width: 100px;
  background: #2980B9;
}

.account-toggle {
  border: #2980b9 2px solid;
  color: #2980b9;
  display: inline-flex;
  align-items: center;
  margin: 20px 0 0 20px;
  padding: 0 0 0 15px;
  display: none;
}
.account-toggle label {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .account-toggle {
    text-align: right;
    display: flex;
    align-items: center;
    display: none;
  }
  .account-toggle label {
    margin: 0;
  }
}

.account-navbar-toggle {
  display: inline-flex;
  justify-content: center;
  position: relative;
  cursor: pointer;
  border: 0;
  width: 60px;
  padding: 23px 0px;
  margin: 0;
}
.account-navbar-toggle span {
  background: #2980b9;
  height: 2px;
  width: 35px;
}
.account-navbar-toggle span:before {
  content: "";
  height: 2px;
  width: 35px;
  background: #2980b9;
  position: absolute;
  top: 50%;
  transition: all 0.2s ease-in-out;
  transform: translate3d(-50%, -11px, 0);
  left: 50%;
}
.account-navbar-toggle span:after {
  content: "";
  height: 2px;
  width: 35px;
  background: #2980b9;
  position: absolute;
  bottom: 50%;
  transition: all 0.2s ease-in-out;
  transform: translate3d(-50%, 11px, 0);
  left: 50%;
}

.account-container {
  display: flex;
  background: #f5f5f5;
  flex-flow: row wrap;
  width: 100%;
  padding-top: 30px;
}
.account-container .card {
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .account-container {
    flex-flow: row wrap;
  }
  .account-container .container {
    max-width: unset;
  }
}

.team-tree-container {
  width: 100%;
  display: flex;
  overflow-x: auto;
}

.team-tree {
  display: flex;
  flex-flow: column;
  min-width: 950px;
}
.team-tree .tree-level {
  flex-flow: row wrap;
  display: flex;
  justify-content: center;
  padding: 30px 0;
  width: 100%;
}
.team-tree .tree-level:first-child {
  padding-top: 0;
}
.team-tree .tree-level .tree-level {
  padding-top: 60px;
}
.team-tree .tree-level .team-member {
  flex: 1;
  display: flex;
  justify-content: center;
  position: relative;
}
.team-tree .tree-level .team-member i {
  width: 20px;
  margin-left: 10px;
  color: #2980b9;
}
.team-tree .tree-level .team-member.parent:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  width: 3px;
  height: 30px;
  background: #2980b9;
}
.team-tree .tree-level .team-member.son:before {
  content: "";
  position: absolute;
  top: -33px;
  right: 50%;
  transform: translate(0%, 0);
  height: 3px;
  width: calc(100%);
  background: #2980b9;
}
.team-tree .tree-level .team-member.son:after {
  content: "";
}
.team-tree .tree-level .team-member.son:nth-child(even):before {
  left: 50%;
  right: auto;
}
.team-tree .tree-level .team-member.son .member-connecter {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  width: 3px;
  height: 33px;
  background: #2980b9;
}
.team-tree .tree-level .team-member .member-content {
  background: white;
  padding: 20px 15px 15px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  min-width: 200px;
  display: flex;
  flex-flow: column;
}
.team-tree .tree-level .team-member .member-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #2980B9;
  transition: all 0.3s ease-in-out;
}
.team-tree .tree-level .team-member .member-content:before {
  content: "";
  position: absolute;
  left: -55px;
  top: -92px;
  width: 170px;
  height: 150px;
  transform: rotate(-32deg);
  transition: all 0.3s ease-in-out;
}
.team-tree .tree-level .team-member .member-content:hover:after {
  height: 5px;
}
.team-tree .tree-level .team-member .member-content:hover:before {
  transform: rotate(-34deg);
}
.team-tree .tree-level .team-member .member-content.silver:before {
  background: silver;
}
.team-tree .tree-level .team-member .member-content.gold:before {
  background: gold;
}
.team-tree .tree-level .team-member .member-content.diamond:before {
  background: #B9F2FF;
}
.team-tree .tree-level .team-member .member-content > div {
  padding: 10px 0 5px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
}
.team-tree .tree-level .team-member .member-content > div.member-name {
  padding: 5px 10px 5px 0;
  width: 120px;
  word-wrap: break-word;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 31px;
  border-right: 2px solid #2980b9;
  margin: 15px 0 10px;
}
.team-tree .tree-level .team-member.new-registeration .member-content {
  width: 230px;
  height: 206px;
  background: white;
  border: #2980b9 2px solid;
  border-style: dashed;
  border-bottom: 0;
  align-items: center;
  justify-content: center;
}
.team-tree .tree-level .team-member.new-registeration .member-content > div.member-name {
  width: 100%;
  border: 0;
  text-align: center;
  margin: 0;
  padding: 5px 0;
}
.team-tree .tree-level .team-member.new-registeration .member-content > div.member-icon {
  text-align: center;
  font-size: 30px;
  padding: 0 0 10px;
}
.team-tree .tree-level .team-member.new-registeration .member-content > div.member-icon i {
  margin: 0;
}
.team-tree .tree-level .team-member .member-membership {
  position: absolute;
  top: 3px;
  left: 12px;
  color: #000;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  text-transform: capitalize;
}
.team-tree .tree-level .team-member .member-membership.silver {
  /* background: silver; */
}
.team-tree .tree-level .team-member .member-membership.gold {
  /* background: gold; */
}
.team-tree .tree-level .team-member .member-membership.diamond {
  /* background: #B9F2FF; */
}
.contract {
  display: flex;
  flex-flow: column;
  text-align: right;
  width: 100%;
  min-width: 800px;
}
.contract .logo {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  position: relative;
  top: 0;
  z-index: 1;
}
.contract .logo .logo-title {
  color: #337ab7;
  font-weight: bold;
  font-size: 28px;
  border-bottom: 2px solid;
  padding-bottom: 2px;
}
.contract .logo .logo-email {
  color: #337ab7;
  font-size: 15px;
  padding-top: 3px;
}
.contract .title {
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0 15px;
  width: 100%;
}
.contract .customer-number {
  display: flex;
  justify-content: center;
  font-weight: bold;
  align-items: center;
  padding: 20px 0;
  width: 100%;
}
.contract .customer-number .number {
  margin: 0 4px;
  border: 1px solid black;
  font-size: 16px;
  display: inline-flex;
}
.contract .customer-number .number span {
  padding: 2px;
  border-right: 1px solid;
  width: 26px;
  text-align: center;
}
.contract .customer-number .number span:last-child {
  border-right: 0;
}
.contract .customer-number .customer {
  margin: 0 4px;
}
.contract .body .teams {
  display: flex;
  flex-flow: column;
  border: 1px solid black;
  margin-bottom: 15px;
}
.contract .body .teams .teams-title {
  background: #337ab7;
  color: white;
  font-size: 18px;
  padding: 10px;
  border-bottom: 1px solid black;
}
.contract .body .teams .teams-title:last-child {
  text-align: center;
  border: 0;
}
.contract .body .teams .teams-data {
  border-bottom: 1px solid black;
  display: flex;
  direction: rtl;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 700;
}
.contract .body .teams .teams-data span {
  flex: 1;
}
.contract .body .description {
  font-size: 17px;
  direction: rtl;
  display: flex;
  flex-flow: column;
}
.contract .body .edited {
  display: flex;
  direction: rtl;
  align-items: center;
  margin: 50px 0 80px 0;
  font-weight: bold;
  font-size: 18px;
}
.contract .body .edited p {
  margin: 0;
  padding: 0 30px 0 0;
}
.contract .body .signatures {
  display: flex;
}
.contract .body .signatures .signature {
  width: 25%;
  text-align: center;
  padding: 0 30px;
}
.contract .body .signatures .signature label {
  width: 100%;
  margin: 0;
  padding-bottom: 80px;
  border-bottom: 1px solid black;
}

.card {
  background: white;
  padding: 20px;
  margin-bottom: 20px;
}
.card .card-title {
  font-size: 18px;
  color: #337ab7;
  font-weight: 600;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.card .card-title span {
  float: left;
  background: #337ab7;
  color: white;
  padding: 5px 7px;
  font-size: 15px;
}
.card .card-body {
  display: flex;
  flex-flow: column;
  padding: 0;
}
.card .data-row {
  display: flex;
  align-items: center;
  padding-top: 12px;
  font-size: 15px;
}
.card h5 {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  width: 130px;
}
.card .alert {
  margin: 0;
}
.card.filter .card-body {
  align-items: center;
}
.card.filter .card-body .form-control {
  margin: 0 10px 0 0;
}
.card.filter .card-body .btn_3 {
  margin: 0;
  padding: 8px 40px;
}

.vault {
  justify-content: center;
}
.vault i.fas {
  font-size: 110px;
}
.vault input {
  margin: 0;
}
.vault .btn_3 {
  margin: 0;
  padding: 8px 40px;
}
.vault:not(.reset) input {
  border-left: 0;
}
.vault.reset .btn_3 {
  margin: 0 auto;
}
.vault.card #vault-icon {
  justify-content: center;
}
.vault.card .alert-info {
  margin: 12px 0 0;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.vault.card .alert-info ol {
  margin: 0;
  padding-left: 25px;
}

.set.vault.card .card-body,
.filter.card .card-body,
.sellings.card .card-body {
  flex-flow: row;
}

.sellings.card .card-body .data-column {
  flex: 1;
  text-align: center;
  border-right: 1px solid #ddd;
  margin: 10px 0 0;
}
.sellings.card .card-body .data-column:last-child {
  border: 0;
}
.sellings.card .card-body .data-column h5 {
  width: 100%;
}

.user-card {
  padding: 15px 10px;
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
.user-card:nth-child(odd) {
  background: #f5f5f5;
}
.user-card .data {
  font-size: 15px;
  padding: 3px 0;
  width: 50%;
  min-width: 170px;
}
.user-card .data i {
  width: 22px;
  text-align: center;
  margin-right: 5px;
  color: #337ab7;
}
.user-card .data:nth-child(2) {
  font-weight: bold;
  font-size: 17px;
  width: 100%;
}
.user-card .type {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  padding: 4px 10px;
  width: 200px;
  text-align: center;
}
.user-card .type.cat-1 {
  background: silver;
}
.user-card .type.cat-2 {
  background: gold;
}
.user-card .type.cat-3 {
  background: #B9F2FF;
}

.form-group {
  position: relative;
}
.form-group .img-loader {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40px !important;
  padding: 6px;
}

.users-search-resuls {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  z-index: 1;
  border: 1px solid #2980b9;
  border-top: 0;
  width: 100%;
  padding: 10px;
  max-height: 195px;
  overflow-y: auto;
  display: none;
}
.users-search-resuls.active {
  display: block;
}
.users-search-resuls .user-result {
  font-size: 15px;
  padding: 7px 0;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

#financial-table tbody td i {
  font-size: 17px;
  vertical-align: text-top;
  width: 15px;
}
#financial-table tbody td .fa-angle-up {
  color: red;
}
#financial-table tbody td .fa-angle-down {
  color: green;
}

.dataTables_length label {
  display: flex;
  align-items: center;
}
.dataTables_length .form-control {
  margin: 0 10px;
  height: 30px;
  padding: 0 12px;
}

.account-header-close {
  display: inline-flex;
  background: #2980b9;
  color: white;
  width: 50px;
  height: 50px;
  font-size: 22px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -50px;
  right: 0;
  display: none;
}
@media screen and (min-width: 768px) {
  .account-header-close {
    display: none;
  }
}

.contract-container,
.table-container {
  overflow-x: auto;
}

.contract-container .btn_3 {
  margin-bottom: 25px;
  margin-left: auto;
}
.contract-container .btn_3:first-of-type {
  margin-right: 10px;
}

.dataTables_wrapper {
  min-width: 600px;
}

.up-btn-container {
  width: 100%;
  justify-content: center;
  display: flex;
}
.up-btn-container .btn_3 {
  margin: 0 0 15px;
}

.custom-checkbox {
  display: inline-flex;
  position: relative;
  margin-right: 5px;
}
.custom-checkbox label {
  margin: 0;
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #2980b9;
  border: 2px solid #2980b9;
  cursor: pointer;
  overflow: hidden;
}
.custom-checkbox i {
  transform: translate(-30px, 0);
  transition: all 0.3s ease-in-out;
}
.custom-checkbox [type=checkbox] {
  margin: 0;
  height: 26px;
  width: 26px;
  position: absolute;
  left: 0px;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
.custom-checkbox [type=checkbox]:checked ~ label i {
  transform: translate(0px, 0px);
}
[data-tooltip]{
    position: relative;
}
[data-tooltip]:before{
	content:attr(data-tooltip);
	position: absolute;
	right: 0;
	top: -15px;
	width: 120px;
	padding: 8px 0;
	transform: translate3d(10px,calc( -100% - 5px ), 0);
	background: #a98042;
	font-size: 12px;
	border-radius: 3px;
	z-index: 1;
	visibility:hidden;
	opacity:0;
	transition:all .3s ease-in-out;
	text-align: center;
	color: #fff;
}
[data-tooltip]:after{
	content:'';
	position: absolute;
	right: 10px;
	top: -5px;
	transform: translate3d(10px,calc( -100% ), 0);
	border: 5px solid transparent;
	border-top-color: #a98042;
	z-index: 1;
	visibility:hidden;
	opacity:0;
	transition:all .3s ease-in-out;
}
[data-tooltip].right:before{
	left: -10px;
    right: auto;
}
[data-tooltip].right:after{
	right: 12px;
}
[data-tooltip]:hover:after,[data-tooltip]:hover:before{
	visibility:visible;
	opacity:1;
	transform: translate3d(10px,calc( -100% + 10px ), 0);
}
table i{
	cursor:pointer;
}
table.dataTable, table.dataTable th, table.dataTable td{
    border-top: 0;
}
.notification-count {
    position: absolute;
    top: -8px;
    right: 5px;
    height: 20px;
    width: 20px;
    text-align: center;
    background: #3d3d3c;
    border-radius: 50%;
    color: white;
    line-height: 22px;
    font-size: 14px;
    padding-right: 1px;
}
.dropdown-menu#cart-dropdown {
    width: 400px;
    padding: 20px;
    max-width: 100vw;
    display: block;
    right: 0;
    top: calc(100% + 30px);
    visibility:hidden;
    opacity:0;
    transition:all .3s ease-in-out;
    -webkit-box-shadow: 0 15px 20px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 15px 20px 0 rgba(0,0,0,0.25);
    box-shadow: 0 15px 20px 0 rgba(0,0,0,0.25);
    background: #ffffff;
    max-height: 300px;
    overflow-y: auto;
    left: auto;
    color: #171725;
    z-index: 9;
}
.dropdown-menu#cart-dropdown:before {
    bottom: 100%;
    right: 22px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #f2f2f2;
    border-width: 8px;
    margin-left: -8px;
}
span:hover .dropdown-menu#cart-dropdown {
	visibility:visible;
	opacity:1;
    top: 100%;
}
#cart-dropdown #cart-container {
    margin: 0;
    background: transparent;
    padding: 0;
}
#cart-container i{
	cursor:pointer;
	transition:all .3s ease-in-out;
}
#cart-container i:hover{
    color: #2884d2;
}
#cart-container .table thead th{
	border:0;
}
.w-size14 {
    width: calc(47% - 55px);
}
.w-size13 {
    width: 53%;
}
.w-size16 {
    width: 79%;
}
.size8 {
    width: 50px;
    height: 50px;
}
.wrap-pic-w img {width: 100%;}
.wrap-pic-max-w img {max-width: 100%;}
.custom-arrows{
    background: #e6e6e6;
    width: 100%;
    text-align: center;
    padding: 5px 0;
	cursor:pointer;
}
.wrap-slick3-dots {
  width: 14.5%;
}

.slick3 {
  width: 80.64%;
}

.slick3-dots li {
  display: block;
  position: relative;
  width: 100%;
    margin: 5px 0;
}

.slick3-dots li img {
  width: 100%;
}

.slick3-dot-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  border: 3px solid transparent;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.slick3-dot-overlay:hover {
  border: 3px solid #888888;
}

.slick3-dots .slick-active .slick3-dot-overlay {
  border: 3px solid #888888;
}
.bo5 {
    border: 2px solid #e6e6e6;
    border-radius: 3px;
}
.bg8 {
    background-color: #e6e6e6;
}
.size7 {
    width: 42px;
    height: 41px;
}
.fs-12 {
    font-size: 12px;
}
.fs-16 {
    font-size: 16px;
}
.size9 {
    width: 162px;
    height: 45px;
}
.sizefull {
    width: 100%;
    height: 100%;
}
.bo6 {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.m-text5 {
    
    font-size: 30px;
    color: #222222;
    line-height: 1.2;
    text-transform: uppercase;
}
.justify-content-space-between{
	justify-content: space-between;
}

.wrap-pic-w {
    position: relative;
    display: flex;
    justify-content: center;
}
.wrap-pic-w:before{
	content:'';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #8f8f8f7d;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out;
}
.wrap-pic-w i{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: white;
    font-size: 35px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}
.wrap-pic-w:hover:before{
    opacity: 1;
    visibility: visible;
}
.wrap-pic-w:hover i{
    opacity: 1;
    visibility: visible;
}.m-text16 {
    
    font-size: 24px;
    color: #222222;
    line-height: 1.5;
}
.m-text16 {
    
    font-size: 24px;
    color: #222222;
    line-height: 1.5;
}
.dropdown-menu{
	text-align: left;
}
.fh5co-bg-section{
	background: rgba(0, 0, 0, 0.05);
	padding-top: 50px;
}
.table-responsive{
    overflow-x: initial;
}
#notificationDropdown {
    display: block!important;
    width: 300px;
    padding: 0;
    max-width: 100vw;
    left: 0;
    top: calc(100% + 15px);
    background:#f2f2f2;
    visibility:hidden;
    opacity:0;
    transition:all .3s ease-in-out;
    right: auto;
}
#notificationDropdown:before {
    bottom: 100%;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #f2f2f2;
    border-width: 8px;
    margin-left: 0;
}
span:hover #notificationDropdown {
	visibility:visible;
	opacity:1;
    top: 100%;
}
#notificationDropdown .notificationContainer{
    display: block;
    height: 330px;
    overflow-y: auto;
	background:#f2f2f2;
}
#notificationDropdown .smallNotification {
    display: flex;
    padding: 8px 10px;
    align-items: center;
    border-bottom: 1px solid #ddd;
}
#notificationDropdown .smallNotification .NotificationImage {
    height: 40px;
    width: 40px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}
#notificationDropdown .smallNotification .NotificationImage img {
    max-width: 50px;
    max-height: 50px;
}
#notificationDropdown .smallNotification .NotificationData {
    width: calc( 100% - 65px );
}
#notificationDropdown .smallNotification .NotificationData .NotificationText {
    margin: 0;
    font-size: .9rem;
    color: #171725;
}
#notificationDropdown .smallNotification.new {
    background: white;
}
#notificationDropdown .smallNotification.new .NotificationImage {
    border: 2px solid #2884d2;
}
.Home.navbar-toggle{
    display: inline-flex;
    justify-content: center;
    padding: 0 15px 0 10px;
    position: relative;
    cursor: pointer;
    margin-left: auto;
    flex-flow: column;
    align-items: center;
    height: 75px;
}
.navbar-toggle span{
    /* background: white; */
    /* height: 3px; */
    /* width: 35px; */
}
.navbar-toggle span:nth-child(2){/* margin: 10px 0; */}

.user-section-xs .dropdown-menu{
    right: 0;
    flex-flow: column;
    padding: 20px;
    font-size: 19px;
    background: white;
}
.user-section-xs .dropdown-menu span > a:first-child{
	padding-bottom:10px;
	color:black;
}
.user-section-xs .dropdown-menu span > a:last-child{
	color:red;
}
.Home.mobile-login:hover .dropdown-menu{
    display: flex;
}
.Know-more{}
.Know-more ul{}
.Know-more i{
    color: #267dca;
    font-size: 21px;
    text-align: center;
    width: 25px;
}
.home-services{
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    margin: 50px 0 60px;
}
.home-service{
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 330px;
    max-width: 100%;
    margin: 10px auto 10px;
    padding: 20px 30px;
    background: white;
    border-radius: 10px;
}
.home-service img{
    width: auto;
    height: auto;
}
.home-service h3{}
.home-service span{
    color: black;
    margin-top: 15px;
    text-align: justify;
    font-size: 15px;
}
.home-service ul{
    padding-top: 7px;
}
.home-service li{}
.home-service li i{
    margin-left: 10px;
    color: #0e77bb;
}
.pricing{
    padding: 50px 0;
}
.pricing .description{}
.pricing h5{
    padding-bottom: 50px;
    font-size: 15px;
}
.pricing img{
    width: auto;
    height: auto;
}
.pop-up-message{
    position: fixed;
    z-index: 4;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    max-width:100%;
    background: white;
    box-shadow: 0 15px 20px 0 rgba(0,0,0,0.25);
    border-radius: 15px;
    width: 400px;
    opacity:0;
    visibility:hidden;
    transition:all .3s ease-in-out;
    max-width: calc( 100% - 40px );
}
.pop-up-message.active{
	opacity:1;
	visibility:visible;
}
.pop-up-message ~ .message-overlay{
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	padding:0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
	opacity:0;
	visibility:hidden;
	transition:all .3s ease-in-out;
}
.pop-up-message.active ~ .message-overlay{
	opacity:1;
	visibility:visible;
}
.pop-up-message .message-close{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    right: 0;
    top: 0;
    transform: translate3d(35%, -35%, 0);
    background: #4267b2;
    border: 3px solid #ffffff;
    cursor: pointer;
}
.pop-up-message .message-close i{
	font-size:13px;
	color:white;
}
.pop-up-message .message-text{
    margin: 0;
    padding: 20px 30px 20px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
}
.pop-up-message .message-btns{
    padding: 20px 30px 20px;
    text-align: left;
}
.pop-up-message .message-btns a{
    margin: 0;
    border-radius: 0;
}
.pop-up-message#item-customise{width: 90%;height: 90%;}
#ad-request-verification.pop-up-message .message-btns{
    display: flex;
    justify-content: center;
}
#ad-request-verification.pop-up-message .message-btns a{
    margin: 0 5px;
}
.item-offer {
    background-image: url(../../SD08/msf/offer.png);
    background-size: auto 75px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    padding-top: 110px;
    text-align: center;
    font-size: 16px;
    width: 100%;
    color: #171725;
    margin: 0 0 20px;
}
.fas.move-out-qty{
	color: red;
}
.fas.move-in-qty{
	color: green;
}
.search-results{
    width: calc( 100% - 30px );
    position: absolute;
    bottom: 16px;
    transform: translateY(100%);
    background: white;
    z-index: 1;
    padding: 20px;
    border: 1px solid #ccc;
    border-top: 0;
	display:none;
}
.search-results.active{
	display:block;
}
.search-results .search-result{
    color: black;
    font-size: 17px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.search-results .search-result:hover{
    color: #1f5ea2;
    padding-right: 5px;
}
.search-results .search-result:last-child{
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}
.custom-table{
    width: 100%;
}
.custom-table td{
    padding: 10px 6px;
}
.custom-table th{
    padding: 15px 5px;
    font-size: 18px;
    color: black;
}
.custom-table tbody tr:nth-child(odd){
    background: #ecf0f8;
}
table .spacialoffer{
    background-image: url(../../SD08/msf/list-offer.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 44px;
    color: white;
    text-align: center;
    padding: 8px 40px 0;
    font-size: 11px;
    line-height: 13px;
}
.single-agent-area {
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}
.single-agent-area .single-agent-thumb {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.single-agent-area .single-agent-thumb img {
    border-radius: 5px 5px 0 0;
    -webkit-transition-duration: 1500ms;
    -o-transition-duration: 1500ms;
    transition-duration: 1500ms;
    width: 100%;
}
.single-agent-area .agent-info {
    padding: 20px 30px;
}
.single-agent-area .agent-info a {
    color: #252525;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single-agent-area .agent-info p {
    font-size: 14px;
    color: #636a76;
    margin-bottom: 8px;
}
.single-agent-area .agent-info p:last-child {
    margin-bottom: 0;
}
.single-agent-area .agent-social-info {
    position: relative;
    z-index: 1;
}
.single-agent-area .agent-social-info a {
    background-color: #000000;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #afb4bf;
    font-size: 16px;
    border-right: 1px solid #3b3b3b;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single-agent-area .agent-social-info a:first-child {
    border-radius: 0 0 0 5px;
}
.single-agent-area .agent-info p i {
    margin-right: 5px;
}
.single-agent-area:hover .single-agent-thumb img, .single-agent-area:focus .single-agent-thumb img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.single-agent-area .agent-info a:hover, .single-agent-area .agent-info a:focus {
    color: #2884d2;
}
h5.product-detail-name{
    display: flex;
    padding: 13px 10px;
}
h5.product-detail-name:nth-child(odd){
    background: #e8edf6;
}
.product-detail-name span{
    width: 120px;
}
.offer-tag{
    position: absolute;
    top: 15px;
    right: 0;
    background: #8d0d0d;
    color: white;
    padding: 4px 9px;
}
.offer-desc{
    position: absolute;
    bottom: 15px;
    right: 0;
    background: #8d0d0d;
    color: white;
    padding: 4px 9px;
    font-size: 12px;
    width: 100%;
    text-align: center;
}
.old-price{
    display: inline-block;
    color: #333;
    font-size: 14px;
    text-decoration: line-through;
}
.product-detail-name .old-price{
    display: inline-block;
    color: #8d0d0d;
    font-size: 14px;
    text-decoration: line-through;
    margin-left: 5px;
}
.single_service_tab p{
    min-height:56px;
    font-size: 1.1rem;
}
.single_tab_img img:not(.plain){
    border-radius: 13px;
    box-shadow: 0 4px 32.2px 2.8px rgba(0,0,0,.09);
}
.single_tab_img img{
    max-height:250px;
}
.bg-grey{
    background: #f1f1f1;
}
.How-content{
    padding: 0 15px;
}
.How-content .how-title{
    font-size: 22px;
    color: black;
    margin-bottom: 20px;
}
.How-content .how-section{
    display: flex;
    flex-flow: row wrap;
    margin: 0 0 30px;
    width: 100%;
}
.How-content .how-section .how-section-data{
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    align-content: center;
}
.How-content .how-section .how-section-title{
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
}
.How-content .how-section .how-section-description{
    font-weight: normal;
    font-size: 17px;
    line-height: 1.6;
    text-align: justify;
    margin: 20px 0;
}
.How-content .how-section .how-section-img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.How-content .how-section .how-section-img img{
    max-width: 100%;
    width: 400px;
    height: auto;
    -webkit-filter: drop-shadow(0 0 10px #ccc);
    border-radius: 10px;
}
.How-content .how-section .how-section-img img.how-section-icon{
	width:100px;
	border-radius:0;
}
.How-content .vision-section{
    display: flex;
    width: 100%;
    background: url(../../SD08/msf/HD-BG-Grey-1500x844.jpg) center no-repeat;
    background-attachment: fixed;
    background-size: 100% auto;
    padding: 150px 0;
    position: relative;
    justify-content: center;
    flex-flow: row wrap;
}
.How-content .vision-section:before{
	content:'';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .1);
}
.How-content .vision-section .vision-section-block{
    color: white;
    position: relative;
    width: 320px;
    display: flex;
    flex-flow: column;
    text-align: center;
    margin: 10px 15px 10px;
    max-width: 100%;
    padding: 0 10px;
}
.How-content .vision-section .vision-section-block:before{
	content:'';
	position: absolute;
	left: -15.5px;
	top: 50%;
	transform: translate(0, -50%);
	width: 1px;
	height: 220px;
	background: white;
}
.How-content .vision-section .vision-section-block:last-child:before{
    width: 0;
}
.How-content .vision-section .vision-section-block .vision-section-icon{
    font-size: 40px;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #267dca;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: all .3s ease-in-out;
}
.How-content .vision-section .vision-section-block .vision-section-icon i{}
.How-content .vision-section .vision-section-block .vision-section-title{
    color: #0e77bb;
    font-size: 23px;
    margin-bottom: 15px;
    width: 90px;
    height: 90px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: -40px 50px 0 20px;
    transition: all .3s ease-in-out;
    -webkit-transform-origin-x: right;
}
.How-content .vision-section .vision-section-block .vision-section-description{
    margin-top: 25px;
    font-size: 16px;
}
.How-content .vision-section .vision-section-block:hover .vision-section-icon{
    color: #267dca;
    background: transparent;
    border-color: #267dca;
}
.How-content .vision-section .vision-section-block:hover .vision-section-title{
    transform: rotate(-24deg);
}

.link-nav {
	margin-top: 20px;
	margin-bottom: 40px!important;
	color: white;
}
.jobs .link-nav{
    margin-top: 60px;
    max-width: 500px;
}
.about-content {
  padding: 0;
  text-align: center;
  width: 80%;
  padding: 0;
  text-align: left;
  margin-bottom: 30px;
}
.about-content h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
}


.jobs .about-content a {
    font-size: 20px;
    margin-top: 0;
    background: rgba(192, 192, 192, .7);
    display: flex;
    padding: 30px 20px;
    line-height: 1.5;
    border-radius: 5px;
}
.about-content .lnr {
  margin: 0px 10px;
  font-weight: 600;
}

.about-top-area {
  background: #f9f9ff;
}

.about-top-area h1 {
  margin-bottom: 20px;
}

@media (max-width: 960px) {
  .about-top-area .about-top-right img {
    margin-top: 50px;
    text-align: center;
  }
}

.single-blog {
	margin-bottom:30px
}
.single-blog .thumb {
  overflow: hidden;
}

.single-blog .thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-blog:hover img {
  transform: scale(1.1);
}

.single-blog:hover h4 {
  color: #2060a5;
}

.single-blog h4 {
  margin-bottom: 12px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 1.4rem;
}

.single-blog a {
  color: #222;
}

.single-blog .date {
  background-color: #000;
  color: #fff;
  font-weight: 100;
  padding: 2px 15px;
  width: 115px;
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 800px) {
  .single-blog {
    margin-bottom: 30px;
  }
}
.section-gap {
    padding: 80px 0;
}
@media (min-width: 992px){
	
.main_nav li:hover .dropdown-menu{
    top: 100%;
    visibility: visible;
    opacity: 1;
	z-index:9;
}
	
  .top_nav li.mobile{
    display:none
  }
	.w-md-20{
		width:20%;
	}
	.Home.mobile-login{
		display:none;
	}
	.Home.navbar-toggle{
		display:none;
	}
.main_menu_bg .navbar-nav>li.marked {
    display: flex;
    align-items: center;
}
.main_menu_bg .navbar-nav>li.marked>a {
    background: #a98042;
    color: white;
    padding: 10px 10px;
    border: 1px solid #a98042;
}
.main_menu_bg .navbar-nav>li.marked>a:hover {
    background: #fff;
    color: #a98042;
}
}

.login_part {
  background: #e2e2e2;
  padding: 40px 0px;
}
.login_part .login_part_text, .login_part .login_part_form {
  padding: 90px 70px;
  background: white;
}
@media (max-width: 991px) {
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse{
		display:none;
	}
	.navbar-collapse.active{
		display:block
	}
  .How-content .vision-section{
    background-size: auto 100%;
  }
  .How-content .vision-section .vision-section-block:before{
    width: 0;
}
  .login_part .login_part_text, .login_part .login_part_form {
    padding: 30px;
  }
}
.login_part .login_part_text .login_part_text_iner, .login_part .login_part_text .login_part_form_iner, .login_part .login_part_form .login_part_text_iner, .login_part .login_part_form .login_part_form_iner {
  display: table-cell;
  vertical-align: middle;
}
.login_part .login_part_text {
  background-image: -moz-linear-gradient(16deg, #ff005a 0%, #ff5d2d 64%, #ffba00 100%);
  background-image: -webkit-linear-gradient(16deg, #ff005a 0%, #ff5d2d 64%, #ffba00 100%);
  background-image: -ms-linear-gradient(16deg, #ff005a 0%, #ff5d2d 64%, #ffba00 100%);
  background-size: 200% auto;
}
.login_part .login_part_text h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  color: #fff;
  margin-bottom: 17px;
}
.login_part .login_part_text p {
  color: #fff;
  line-height: 25px;
}
.login_part .login_part_text .btn_3 {
  border: 1px solid #ffc2d2;
  background-color: transparent;
  font-size: 14px;
  margin-top: 28px;
}
.login_part .login_part_text .btn_3:hover {
  background-color: #fff;
  color: #2f7dfc;
}
.login_part .login_part_form h3 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .login_part .login_part_form h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .login_part .login_part_form h3 {
    margin-bottom: 20px;
  }
}
.login_part .login_part_form .form-control {
  border: 0px solid transparent;
  border-bottom: 1px solid #dddddd;
  border-radius: 0;
  box-shadow: unset;
  text-align: left;
}
.login_part .login_part_form .form-control ::placeholder {
  color: #c3c3c3;
}
.login_part .creat_account {
  margin-top: 11px;
}
.login_part .creat_account label {
  color: #777777;
  font-size: 14px;
  margin-bottom: 0;
  margin-left: 10px;
}
.login_part .form-group .btn-primary {
  display: block;
  width: 100%;
  margin: 20px 0 17px;
}
.login_part .lost_pass {
  color: #777777;
  text-align: right;
  float: right;
  text-transform: capitalize;
}

.slideshow-img{
	position:relative;
}
.slideshow-img:before{
	content:'';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
}
.slideshow-img img{
    height: calc(100vh - 75px);
    width: 100%;
}
.slideshow-img .heaading{
    z-index: 1;
    color: white;
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%,-50%);
    font-size: 46px;
    width: 1100px;
    max-width: 100%;
    text-align: center;
    line-height: 1.5!important;
    text-shadow: 0 1px 3px rgba(0,0,0,.3);
    padding: 0 15px;
    visibility: hidden;
    opacity: 0;
	transition: all .6s ease-in-out;
}
.slideshow-img .heaading.active{
    top: 50%;
    visibility: visible;
    opacity: 1;
}
.slideshow-img .subheading{
    z-index: 1;
    color: white;
    position: absolute;
    left: 50%;
    top: 62%;
    transform: translate(-50%,-50%);
    font-size: 25px;
    width: 1100px;
    max-width: 100%;
    text-align: center;
    line-height: 1.2!important;
    text-shadow: 0 1px 3px rgba(0,0,0,.3);
    padding: 0 15px;
    margin: 0;
}

.ads-carousel{
	width:100%;
    max-width: 855px;
    margin: 0 auto;
}
.ads-carousel .slideshow-img .heaading{
    font-size: 30px;
}
.ads-carousel .slideshow-img img{
    height: auto;
}
@media(max-width:768px)
{
	.slideshow-img img {
		height: auto;
		max-height: 300px;
	}
}
@media(max-width:420px)
{
	.slideshow-img img {
		max-height: 200px;
	}
}

.item-filter{
    display: flex;
    margin: 0;
    padding: 20px 15px;
    background: #fff;
    box-shadow: 0 4px 32.2px 2.8px rgba(0,0,0,.04);
    border-radius: 20px;
    flex-flow: row wrap;
    margin-bottom: 35px;
}
.item-filter.column{
	flex-flow:column;
	margin:0;
}
.item-filter input,
.item-filter select{
    margin: 5px 10px;
    border-radius: 0;
    border: 1px solid #dcdfe3;
    background: #fff;
    box-shadow: none;
    height: 46px;
    flex: 1;
}
.item-filter.column input,
.item-filter.column select{
    margin: 10px 0;
    border-radius: 0;
}
.item-filter input:last-child,
.item-filter select:last-child{
  /* margin:0; */
}
.item-filter input{}
.single-property-area{
    background: white;
    height: 150px;
    display: flex;
    margin-bottom: 30px;
    border-right: 10px solid #a98042;
    border-radius: 30px;
    padding: 10px 20px;
    transition: all .5s;
}
.single-property-area:hover{
    box-shadow: 0 4px 32.2px 2.8px rgba(0,0,0,.15);
}
.single-property-area a{display: flex;flex-flow: row-reverse;align-items: center;width: 100%;}
.property-thumb{height: 100%;flex: 1.5;display: flex;align-items: center;justify-content: center;}
.property-thumb img{
    max-height: 100%;
}
.property-desc-area{
    display: flex;
    flex-flow: column;
    flex: 1;
    text-align: center;
}
.property-title-seller{
    /* border-bottom: 1px solid #171725; */
    display: flex;
    justify-content: center;
}
.property-title-seller h4{
    color: #171725;
    font-size: 18px;
}
.property-info-area{
    justify-content: center;
    border-top: 1px solid #8d0d0d;
    align-items: center;
    font-size: 1rem;
}
.property-info-area p{
    color: #171725;
}
.property-info-area i{}
.single-service {
  background-color: #fff;
  padding: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 20px;
  position: relative;
  border-top: 10px solid #a98042;
  border-radius: 30px;
  /* box-shadow: 0 4px 32.2px 2.8px rgba(0,0,0,.04); */
}
.single-service h4 {
	padding: 0;
	margin: 0;
	font-size: 1.15rem;
	height: 80px;
	overflow: hidden;
}

.single-service h4:nth-child(2) {
  height:60px
}

.single-service h4, .single-service p {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-service .thumb{
	position:relative;
	overflow: hidden;
	border-radius: 25px;
	margin-bottom: 15px;
}
.single-service .thumb a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
}
.single-service .thumb img {
  max-width: 100%;
  border-radius: 25px;
  transition: all .5s ease-in-out;
  max-height: 100%;
}
.single-service:hover .thumb img {
    transform: scale(1.1);
}
.single-service .detail{
    text-align: center;
}
.single-service .detail p{
    height:28px;
	overflow:hidden
}

.single-service .category {
	background-color: #000;
    color: #fff;
    font-weight: 100;
    padding: 4px 15px;
    width: 115px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
@media (max-width: 960px) {
  .single-service {
    margin-bottom: 30px;
  }
}

.single-service .price {
    color: #333;
    padding-bottom: 10px;
    font-size: 17px;
}
.single-service:hover {
  box-shadow: 0 4px 32.2px 2.8px rgba(0,0,0,0.15);
}

.single-service:hover h4, .single-service:hover p, .single-service:hover .price {
  /* color: #fff; */
}

@media (max-width: 960px) {
  .single-service {
    text-align: center;
  }
}

.properties-hero-area {
    width: 100%;
    background-color: #f1f1f1;
}
.properties-hero-area .properties-slide {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}
.properties-hero-area .properties-slide .carousel-indicators {
    top: 50% !important;
    bottom: auto;
    left: 30px;
    z-index: 15 !important;
    display: flex;
    right: auto;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    flex-flow: column;
    width: auto;
}
.properties-hero-area .properties-slide .carousel-indicators li {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
}
.carousel-indicators .active {
    opacity: 1;
}
.properties-hero-area .properties-content-area {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin: 20px 0;
}
.properties-hero-area .properties-content-area .properties-content-info {
    position: relative;
    z-index: 1;
    padding-left: 5%;
    width: 570px;
}
.properties-hero-area .properties-content-area .properties-content-info h2 {
    font-size: 30px;
    text-align: center;
    color: #a98042;
}
.properties-hero-area .properties-content-area .properties-content-info .properties-location p {
    margin-right: 40px;
}
.properties-hero-area .properties-content-area .properties-content-info .properties-location p {
    display: inline-block;
}
.properties-hero-area .properties-content-area .properties-content-info .properties-location p:last-child {
    margin-right: 0;
}
.properties-hero-area .properties-content-area .properties-content-info .properties-location p i {
    color: #92c800;
}
.properties-hero-area .properties-content-area .properties-content-info .properties-rate {
    font-size: 30px;
    color: #92c800;
    margin-bottom: 30px;
}
.properties-hero-area .properties-content-area .properties-content-info .properties-rate span {
    color: #636a76;
    font-size: 18px;
    font-weight: 400;
}
.properties-hero-area .properties-content-area .properties-content-info p {
    font-size: 18px;
}
.properties-hero-area .properties-content-area .properties-content-info .properties-info p {
    display: inline-block;
    margin-right: 30px;
    font-size: 17px;
    margin-bottom: 0;
    color: #afb4bf;
}
.properties-hero-area .properties-content-area .properties-content-info .properties-info p span {
    color: #2a303b;
}
.properties-hero-area .properties-content-area .properties-content-info .properties-info p span {
    color: #2a303b;
}
.information-area h4 {
    font-size: 30px;
}
.information-area .information-content {
    background-color: #fff;
    padding: 30px 30px;
    border-radius: 15px;
    box-shadow: 0 4px 32.2px 2.8px rgba(0,0,0,0.15);
}
.information-area .information-content ul {
    padding-top: 20px;
    padding-bottom: 30px;
}
.information-area .information-content ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 100px);
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    flex-flow: wrap;
}
.information-area .information-content ul li span{
  z-index:1
}
.information-area .information-content ul li.focused {
    color: white;
    position: relative;
}
.information-area .information-content ul li.focused:before {
    content:'';
    position: absolute;
    width: calc( 100% + 95px );
    height: 100%;
    top: 0;
    background-image: url(../../SD08/msf/imgbin-red-ribbon-cK7U7pzB2fGnxaAmuMCnVnuqG.png);
    background-size: 100% 100%;
    left: -24px;
}
.information-area .information-content ul li span:last-child {
    font-size: 14px;
    color: #8d0d0d;
}
.information-area .information-content ul li.focused span:last-child {
    color: white;
}
#property-thumb-silde {
    height: 100%;
    margin-top: 20px;
}
#property-thumb-silde .carousel-inner{
    height: 100%;
}
#property-thumb-silde .carousel-item{
    height: 470px;
    align-items: center;
    justify-content: center;
}
#property-thumb-silde .carousel-item.active{
    display: flex;
}
#property-thumb-silde .carousel-item img{
	max-height:100%;
	max-width:100%;
	border-radius: 13px;
	width:auto;
}
.white-box{
    background-color: #fff;
    padding: 30px 10px;
    border-radius: 15px;
    box-shadow: 0 4px 32.2px 2.8px rgba(0,0,0,.04);
}
.mw-auto{
	min-width:auto
}
.user-section-md{}
.user-section-md  .user-data-container > span{
    position: relative;
    color: white;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    padding: 0 20px 0px 0;
    cursor: pointer;
}
.user-section-xs span > a{
    padding: 0;
}
.user-section-xs a:first-child{
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.user-section-xs{
    display: inline-flex;
    align-items: center;
    height: 100%;
    padding: 15px 0 0 19px;
    float: left;
}
.user-section-xs span:hover .dropdown-menu{
    display: flex;
}
.user-section-xs i{
    color: #fff;
    font-size: 18px;
    position: relative;
}
.user-section-xs > span{
    position: relative;
    color: #171725;
    font-size: 15px;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
    padding:  0 20px 0 0;
}
.user-section-xs span > a{
    padding: 0;
}
.user-data-container{
    background: #8d0d0d;
    display: flex;
    padding: 9px 15px;
    border-radius: 6px;
}
.user-data-container>span:first-child{
    display: flex;
    flex-flow: column;
    margin-left: 13px;
    align-items: center;
    padding: 0;
    /* margin: 0; */
    color: white;
}
.user-data-container>span:first-child a{
    color: white;
}
.user-section-md span > a:last-child{
    border-top: 1px solid white;
    padding-top: 2px;
    margin-top: 2px;
    width: 100%;
    text-align: center;
}
@media (max-width: 992px){
	.properties-hero-area .properties-content-area,
	.properties-hero-area .properties-slide{
		max-width: 100%;
		width: 100%;
		flex: 0 0 100%;
	}
	#property-thumb-silde{
		height:350px;
	}
	.properties-hero-area .properties-content-area .properties-content-info{
		padding: 0 15px
	}
	.information-area .information-content ul li{
		-ms-flex: 0 0 calc(100% - 100px);
		flex: 0 0 calc(100% - 20px);
		max-width: calc(100% - 20px);
		width: calc(100% - 20px);
	}
}
@media (min-width: 768px){
	.user-section-xs{
		display:none;
	}
}
@media (max-width: 768px){
  .user-section-xs > span{
    position: static;
}
  .information-area .information-content ul li.focused:before{
    width: calc( 100% + 125px );
  }
  .property-thumb{
    padding-right: 20px;
}
  .item-filter input, .item-filter select{
    min-width: 50%;
  }
	li.user-section-md{
		display:none;
	}
}


.section-title .title {
  display: inline-block;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.shopping-cart-table>tbody>tr>td, .shopping-cart-table>tbody>tr>th, .shopping-cart-table>tfoot>tr>td, .shopping-cart-table>tfoot>tr>th, .shopping-cart-table>thead>tr>td, .shopping-cart-table>thead>tr>th {
  padding: 15px 0px;
  vertical-align: middle;
  border-top: 1px solid #DADADA;
}

.shopping-cart-table>thead>tr>th {
  color: #30323A;
  text-transform: uppercase;
  border-bottom: 1px solid #DADADA;
}

.shopping-cart-table>tbody>tr:last-child>td {
  border-bottom: 1px solid #DADADA;
}

.shopping-cart-table>tfoot>tr>td, .shopping-cart-table>tfoot>tr>th {
  color: #30323A;
  border-top: 0px
}

.shopping-cart-table>tfoot>tr>td:not(.empty), .shopping-cart-table>tfoot>tr>th:not(.empty) {
  padding: 15px;
  background-color: #F6F7F8;
  border: 1px solid #DADADA;
}

.shopping-cart-table>tbody>tr>.details>a {
  font-size: 18px;
  font-weight: 700;
}

.shopping-cart-table>tbody>tr>.thumb>img {
  width: 60px;
}

.shopping-cart-table>tbody>tr>.qty div{
    display: flex;
    justify-content: center;
}
.shopping-cart-table>tbody>tr>.qty .input {
    width: 90px;
    height: 40px;
    padding: 0px 15px;
    border: 1px solid #DADADA;
    background-color: transparent;
    border-width: 1px 0px;
    transition: 0.3s all;
}

.shopping-cart-table>tbody>tr>.price {
  font-size: 18px;
}

.shopping-cart-table>tbody>tr>.total {
  font-size: 18px;
}

.shopping-cart-table>tfoot>tr>.sub-total {
  font-size: 18px;
}

.shopping-cart-table>tfoot>tr>.total {
  font-size: 24px;
  color: #8d0d0d;
}
.primary-color {
    color: #8d0d0d;
}
.main-btn {
    color: #171725;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 6px transparent;
    box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 6px transparent;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.3s all;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0px;
    border: none;
}
.main-btn i{
    width: 100%;
    line-height: 40px;
}
.main-btn:hover, .main-btn:focus {
    color: #8d0d0d;
    -webkit-box-shadow: 0px 0px 0px 1px #8d0d0d inset, 0px 0px 0px 0px #8d0d0d;
    box-shadow: 0px 0px 0px 1px #8d0d0d inset, 0px 0px 0px 0px #8d0d0d;
}
strong {
    color: #171725;
}.grey-bg {
    background: #e8edf6;
}
.rehomes-contact-form .support-form .form-control {
    border-color: #ebebeb;
    border-radius: 2px;
    height: 45px;
    width: 100%;
    color: #afb4bf;
    font-size: 16px;
    padding: 15px;
    margin-bottom: 20px;
}
.rehomes-contact-form .support-form textarea.form-control {
    height: 135px;
}
.rehomes-support-and-contact-area .support-area-content {
    margin-bottom: 40px;
}
.rehomes-support-and-contact-area .support-area-content .support-perosn-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    width: 30%;
}
.rehomes-support-and-contact-area .support-area-content .supprto-meta {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    width: 70%;
    margin-left: 30px;
}
.rehomes-support-and-contact-area .support-area-content .supprto-meta h4 {
    font-size: 20px;
    margin-bottom: 15px;
}
.rehomes-support-and-contact-area .support-area-content .supprto-meta p {
    margin-bottom: 5px;
}
blockquote {
    border-left: 0;
    border-right: 5px solid #8d0d0d;
}
.jobs-form{}
.jobs-form div{
    width: 100%;
}
.jobs-form input{
    width: auto;
    height: 50px;
    border-left: 0;
    flex: 1;
}
.order-summary textarea {
    height: 120px;
}
.red-color{
	color:#8d0d0d
}
.btn-num-product-up{
    border-radius: 0 13px 13px 0;
}
.btn-num-product-down{
    border-radius: 13px 0 0 13px;
}
.num-product{
    border-width: 1px 0;
    border-color: #a98042;
    height: 39px;
    text-align: center;
}
.inner-doc{
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    margin: 20px;
    color: white;
    cursor: pointer;
}
.inner-doc:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	background: transparent;
	transform: translate(-50%, -50%);
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border: 4px solid #a98042;
	transition: all .3s ease-in-out;
}
.inner-doc:after{
	content:'';
	position: absolute;
	left: 50%;
	top: 50%;
	background: #a98042;
	transform: translate(-50%, -50%);
	width: 110px;
	height: 110px;
	border-radius: 50%;
	transition: all .3s ease-in-out;
}
.inner-doc span{
    position: relative;
    z-index: 1;
    width: 75px;
    color: white;
}
.inner-doc span.layer{
    position: absolute;
    left: 50%;
    top: 50%;
    background: #8d0d0d;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 110px;
    border-radius: 50%;
    z-index: 0;
}
.inner-doc:hover:before{transform: translate(-50%, -50%) scale(1.2);border-color: #8d0d0d;}
.inner-doc:hover:after{
	transform: translate(-50%, -50%) scale(0);
}
.w-100{
	width:100%
}
.search_input{padding-right: 27px;}
.search_input form{
    border: 1px solid white;
    border-radius: 10px;
}
.search_input #search_input{
    height: 35px;
    border: 0;
    background: transparent;
}
.search_input .btn{
    margin-top: 0;
    background: transparent;
    border: 0;
    height: 35px;
    padding: 0;
    min-width: auto;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search_input .btn i{
    font-size: 17px;
}
.search_input #search_input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
    opacity:  .7;
}
.search_input #search_input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  .7;
}
.search_input #search_input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  .7;
}
.search_input #search_input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
   opacity:  .7;
}
.search_input #search_input::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff;
   opacity:  .7;
}
.search_input #search_input::placeholder { /* Most modern browsers support this now. */
   color:    #fff;
}
.top_nav li{
    min-width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 0;
}
.top_nav li img{
    height: 22px;
}
.top_nav li.mobile img{
    height: 50px;
}
.top_nav li:hover .dropdown-menu#cart-dropdown{
    visibility: visible;
    opacity: 1;
    top: calc(100% + 15px);
}
.navbar-toggle{
    margin-left: 16px;
}
.main_home_btn{
    display: flex;
    align-items: center;
    font-size: 22px;
    color: white;
    background: rgb(169 128 66 / 70%);
    margin: 0 auto;
    width: fit-content;
    padding: 3px 15px;
    font-weight: normal;
    margin-top: 10px;
    border: 1px solid rgb(169 128 66 / 70%);
}
.main_home_btn img{
    max-width: 24px;
    margin-left: 10px;
    transition: all .3s ease-in-out;
}
.main_home_btn:hover{
    color: #a98042;
    background: transparent;
}
.white-btn{
    display: flex;
    align-items: center;
    font-size: 22px;
    width: fit-content;
    padding: 3px 15px;
    font-weight: normal;
    margin-top: 10px;
    border: 1px solid rgb(169 128 66 / 70%);
    color: #a98042;
    background: transparent;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.white-btn img{
    max-width: 24px;
    margin-left: 10px;
    transition: all .3s ease-in-out;
}
.white-btn:hover{
    color: white;
    background: rgb(169 128 66);
}
.white-btn.item-btn{
    font-size: 18px;
}
.section-title{
    color: #a98042;
    font-size: 45px;
    margin-bottom: 40px;
    text-transform: capitalize;
}
.block-prefix{
    width: 100%;
    margin-bottom: 20px;
}
.about-section{
    display: flex;
    flex-flow: row wrap;
}
.about-home-content{
    width: 50%;
    padding: 0 50px;
    text-align: left;
    margin-bottom: 30px;
}
.about-description{
    font-size: 20px;
    text-align: justify;
}
.about-img{
    width: 50%;
}
.about-img img{
    max-width: 100%;
}
.block-end{
    display: flex;
    width: 100%;
}
.block-end .first{
    background: #ba9b6d;
    height: 40px;
    width: calc( 70% - 50px );
    margin-right: auto;
}
.block-end .last{
    background: #dedee0;
    height: 40px;
    width: 30%;
}

.category-section{
    background: #eaeaec;
    padding: 50px 50px 0;
}
.category-home{
    display: flex;
    margin-bottom: 40px;
    justify-content: space-between;
    flex-flow: row wrap;
    margin-left: 80px;
}
.category-home:nth-child(odd){
    flex-flow: row-reverse wrap;
    margin-right: 80px;
    margin-left: 0;
}
.category-img{
    background: white;
    border: 20px solid white;
    border-radius: 130px 0 130px 0;
    overflow: hidden;
}
.category-img img{
    max-width: 100%;
    border-radius: 0;
    transition: all .3s ease-in-out;
}
.category-home:nth-child(odd) .category-img{
    border-radius: 0 130px 0 130px;
}
.category-home:nth-child(odd) .category-img img{}
.category-home:hover .category-img img{
    transform: scale(1.1);
}
.category-content{
    padding-left: 40px;
    flex: 1;
    display: flex;
    flex-flow: column;
    padding-bottom: 30px;
}
.category-home:nth-child(odd) .category-content{
    padding-left: 0;
}
.category-title{
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 15px;
    color: #333!important;
}
.category-description{
    font-size: 17px;
    color: #333!important;
}
.category-content .white-btn{
    margin-top: auto;
}
.bg-grey{
	background:#eaeaec
}
.ad-section{
    position: relative;
}
.ad-section .block-prefix{
    z-index: 1;
    position: relative;
}
.ad-section .ad-img{
    margin-top: -54px;
}
.ad-section .ad-logo{
    position: absolute;
    bottom: 30%;
    left: 40px;
    max-width: 30%;
    min-width: 110px;
}
.ad-section .ad-logo-2{
    position: absolute;
    bottom: 20%;
    left: 20%;
    max-width: 20%;
    min-width: 80px;
}
.ad-content{
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    transform: translate(5%,-70%);
}
.ad-content .ad-title{
    font-size: 4rem;
    margin-bottom: 40px;
}
.ad-content .ad-description{
    font-size: 2.5rem;
    text-transform: capitalize;
}
.galery-section{
    padding-top: 40px;
    background: #eaeaec;
    border-bottom: 12px solid #ba9b6d;
}
.gallery-home{}
.gallery-img{}
.gallery-img:before{
  content:'';
  position: absolute;
  background: url('../../SD08/msf/gallery-overlay.png') center no-repeat;
  width: 85%;
  height: 85%;
  background-size: 100% 100%;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease-in-out;
}
.gallery-home:hover .gallery-img:before{
    opacity: 1;
    visibility: visible;
}
.gallery-home img{}
.owl-nav{}
.owl-nav .owl-prev,
.owl-nav .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent!important;
}
.owl-nav .owl-prev img,
.owl-nav .owl-next img{}
.owl-nav .owl-prev{
    left: -60px;
}
.owl-nav .owl-next{
    right: -60px;
}
.offers-section{
    padding-top: 50px;
}
.offers-home{
    box-shadow: 1px 1px 5px 5px #e2e2e2;
    display: flex;
    flex-flow: column;
}
.offers-home:nth-child(odd){}
.offers-home:nth-child(even){}
.offers-slider .owl-item:nth-child(odd) .offers-home{}
.offers-slider .owl-item:nth-child(even) .offers-home{
    margin-top: 120px;
}
.offers-img{}
.offers-img a{}
.offers-img img{}
.offers-content{
    display: flex;
    flex-flow: column;
    padding: 15px 15px 0 15px;
}
.offers-title{
    color: #a98042;
    font-size: 27px;
}
.offers-description{
    font-size: 18px;
    color: #333!important;
    height: 102px;
    overflow: hidden;
}
.offers-btn{
    display: flex;
    justify-content: space-between;
    margin: 10px 0 10px;
    align-items: center;
}
.offers-btn:before{
	content:'';
	height: 12px;
	width: 40%;
	background: #a98042;
	transition: all .3s ease-in-out;
}
.offers-btn:after{
	content:'';
	height: 12px;
	width: 40%;
	background: #a98042;
	transition: all .3s ease-in-out;
}
.offers-btn i{
    color: #a98042;
    font-size: 16px;
}
.offers-home:hover .offers-btn:before{
    width: 50%;
}
.offers-home:hover .offers-btn:after{
    width: 30%;
}
.products-section{
    background: #eaeaec;
    padding-top: 50px;
    padding-bottom: 50px;
}
.products-home{}
.products-img{}
.products-img a{}
.products-img img{}
.products-content{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000078;
    padding: 10px;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.products-title{
    color: #fff;
    font-size: 25px;
    width: 100%;
    height: 100%;
    display: flex;
    border: 1px solid #a98042;
    padding: 5px;
}
.products-home:hover .products-content{
    opacity: 1;
    visibility: visible;
}
.products-title:hover{
    color: #fff;
}
.news-section{
    background: url(../../SD08/msf/news-background.jpg) center no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 50px;
}
.news-home{
    display: flex;
    font-size: 20px;
    align-items: flex-start;
    padding-bottom: 40px;
}
.news-date{
    color: #333;
    border: 1px solid;
    text-align: center;
    padding: 7px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}
.news-month{}
.news-day{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.news-day span{
    font-size: 26px;
    margin-left: 5px;
}
.news-content{
    padding-left: 15px;
    transition: all .3s ease-in-out;
}
.news-title{
    font-size: 25px;
    margin-bottom: 30px;
}
.news-description{
    color: #333;
    font-size: 18px;
    max-height: 150px;
    overflow: hidden;
}
.news-home:hover .news-content{
    padding-left: 25px;
}
.news-home:hover .news-date{
    color: #a98042;
}
.partners-section{
    padding-top: 40px;
    padding-bottom: 20px;
}
.partners-home{
    border: 1px solid #a98042;
    overflow: hidden;
    margin-bottom: 10px;
}
.partners-img img{
    transition: all .3s ease-in-out;
}
.partners-home:hover .partners-img img{
    transform: scale(1.2);
}
footer{
    background: url(../../SD08/msf/footer-background.png) center no-repeat;
    background-size: cover;
    display: flex;
    flex-flow: row wrap;
    padding: 40px 0;
}
.newsletter-section{}
.newsletter-title{
    color: #fff;
    font-size: 31px;
    margin-bottom: 20px;
}
.newsletter-form{
    display: flex;
    flex-flow: row wrap;
}
.newsletter-email{
    border: 1px solid #808080;
    height: 60px;
    background: transparent;
    padding: 0 15px;
    font-size: 20px;
    flex: 1;
    max-width: 500px;
}
.newsletter-email::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #808080;
}
.newsletter-email:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #808080;
}
.newsletter-email::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #808080;
}
.newsletter-email:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #808080;
}
.newsletter-email::-ms-input-placeholder { /* Microsoft Edge */
   color:    #808080;
}
.newsletter-email::placeholder { /* Most modern browsers support this now. */
   color:    #808080;
}
.newsletter-button{
    background: transparent;
    border: 1px solid #808080;
    color: #fff;
    padding: 0 25px;
    font-size: 25px;
    height: 60px;
}
.footer-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.footer-logo img{
    max-height: 200px;
}
.footer-links{display: flex;flex-flow: row wrap;margin-top: 20px;}
.footer-link{
    font-size: 18px;
    color: #fff;
    padding: 3px 25px 3px 0;
    margin-bottom: 10px;
    transition: all .3s ease-in-out;
}
.footer-link a{
    color: #fff;
    text-transform: capitalize;
}
.footer-link:hover{
    background: transparent;
}
.footer-link:hover a{
    color: #434343;
}
.footer-socials{
    display: flex;
    align-items: center;
}
.footer-socials a{
    margin-right: 20px;
}
.footer-socials img{
    width: 40px;
    transition: all .3s ease-in-out;
}
.footer-socials a:hover img{
    transform: scale(1.2);
}
.d-inline-flex{
	display:inline-flex
}
.products-categories-list{
    display: flex;
    flex-flow: column;
    background: white;
    padding: 0px 12px;
}
.products-category{
    padding: 10px 10px;
    font-size: 18px;
    position: relative;
    transition: all .3s ease-in-out;
    color: #333;
    border-top: 1px solid #333;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    cursor: pointer;
}
.products-category i{
    margin-left: auto;
    color: #a98042;
    font-size: 14px;
}
.products-category:first-child{
    border-top: 0 solid #333;
 }
.products-category.son{
    padding: 0 30px 6px 10px;
    border-top: 0;
}
.products-category.son span{
    position: absolute;
    left: 10px;
    top: calc( 50% - 3px );
    transform: translateY(-50%);
    width: 8px;
    height: 2px;
    background: #a98042;
}
a.products-category:before{
  content:'';
  height: 100%;
  width: 5px;
  background: #a98042;
  position: absolute;
  left: -28px;
  top: 0;
  transition: all .3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
a.products-category.son:before{
    left: -38px;
}
a.products-category:after{
  content:'';
  background: transparent;
  position: absolute;
  left: -23px;
  top: 50%;
  border: 5px solid transparent;
  border-left-color: #a98042;
  transform: translateY(-50%);
  transition: all .3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
a.products-category.son:after{
    left: -33px;
}
.products-sub-category{
    display: none;
    transition: all .3s ease-in-out;
    width: 100%;
}
.active.products-category .products-sub-category{transition: unset;}
.products-sub-category.active{}
.products-category:last-child{
    border-bottom: 0;
}
a.products-category.active,
a.products-category:hover{
    color: #a98042;
    border-bottom-color: #a98042;
}
.products-category.active:before,
.products-category:hover:before{
    left: -18px;
    visibility: visible;
    opacity: 1;
}
.products-category.active:after,
.products-category:hover:after{
    left: -13px;
    visibility: visible;
    opacity: 1;
}
.products-category.son.active:before,
.products-category.son:hover:before{
    left: -28px;
    visibility: visible;
    opacity: 1;
}
.products-category.son.active:after,
.products-category.son:hover:after{
    left: -23px;
    visibility: visible;
    opacity: 1;
}

.owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 0;
}
@media (max-width: 500px){
  .user-section-xs{
    padding: 15px 0 0 10px;
  }
}

@media (max-width: 992px){
.main_nav{
  display: flex;
  flex-flow: column;
  margin: 0;
}
  .top_nav li.search-nav{
    position: fixed;
    top: 63px;
    right: 0;
    width: 100%;
    background: #a9804296;
    display: none;
  }
  .top_nav li.search-nav.active{
    display:flex

  }
  .top_nav li.search-nav .search_input{
    padding: 0;
}
    .top_nav{
    flex: 1;
    margin: 0;
    position: static;
}
.top_nav li{
    min-width: 35px;
    border: 0;
    position: static;
}
.main_menu_bg .top_header_area .navbar-nav>li>a{border: 0;}
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #a98042;
    text-align: center;
    opacity: .8;
    font-size: 25px;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}
.carousel-control-prev-icon {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E);
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}
.progress-bar-striped{
    background: #fff;
}
.loader{
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    z-index: 9999;
    background: #a98042;
}
.loader img{
    position: absolute;
    max-width: 100%;
    width: 310px;
}

.loader .loading-progress{
    max-width: 100%;
    width: 310px;
    height: 123px;
}
.loader .loading-progress .progress{
    height: 123px;
    background: #a98042;
}
.loader .loading-progress .progress-bar span{
    display: none;
}
.logo-cont img{
    max-height: 100px;
    padding: 0px 0;
}
@media (max-width: 992px){
	.navbar-brand{
		display: none;
	}
	.navbar-brand > img{
		max-width: 170px;
	}
	.Know-more{}
	.Know-more ul{
    display: flex;
}
	.Know-more i{
    margin: 0 10px;
    font-size: 30px;
    width: auto;
}
	.section1,
	.section2,
	.section3,
	.section4{
		text-align:center
	}
	.link ul li {
		list-style-type: none!important;
	}
	.Home.desktop-login{
		display:none;
	}
	.table-responsive{
		overflow-x: auto;
	}
	.menu ul.main-nav{
		position: absolute;
		top: 75px;
		width: 100%;
		flex-flow: column;
		background: white;
		padding: 0 20px;
		display:none;
	}
	.menu ul.main-nav.active{
		display: flex;
	}
	ul.main-nav > li{}
	ul.main-nav > li > a{
		display: flex;
		padding: 15px 10px;
		justify-content: center;
	}
}
@media (max-width: 768px){
  .banner-area{
    padding: 10px 0 0;
}
  .category-home{
    margin: 0 0 40px 0!important;
}
.category-section{
    padding: 50px 10px 0;
}
.category-home .category-img{
    border-radius: 70px 0 70px 0;
}
.category-home:nth-child(odd) .category-img{
    border-radius: 0 70px 0 70px;
}
	.dropdown-menu.wide-menu .product-menu-imgs{
		display:none
	}
.ad-content{top: 18%;transform: unset;left: 0;}
.ad-content .ad-title{
    margin-bottom: 15px;
    font-size: 3rem;
}
.ad-content .ad-description{
    font-size: 1.9rem;
}
  .newsletter-button{
    margin-top: 15px;
}
    .about-home-content,
    .about-img{
      width:100%;
      padding: 0 25px;
    }
	.respon5 {
		width: 100%;
	}
	.menu #logo img{
		max-width: 170px!important;
	}
	.notification-count#notificationCount {
		top: -13px;
		left: 6px;
		right: auto;
	}
	.notification-count#cartCount {
		top: -11px;
		left: 13px;
		right: auto;
	}
}
@media (max-width: 500px){
  
  .navbar-brand > img{
        max-width: 120px;
    }
	.menu #logo img {
		max-width: 135px!important;
	}
	.menu > ul > li.Home {
		position:static
	}
	.menu > ul > li.Home a{
		position:relative
	}
	.dropdown-menu#cart-dropdown,
	#notificationDropdown{
		width: 100vw;
		right: 0;
	}
	.top_nav li:hover .dropdown-menu#cart-dropdown {
        visibility: visible;
        opacity: 1;
        top: calc(100%);
    }
	.dropdown-menu#cart-dropdown:before{
		right: 117px;
	}
	#notificationDropdown:before{
		right: 164px;
	}
}

.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}