@charset "utf-8";

/* CSS Document */
@import url(jquery-ui.min.css);
@import url(font-awesome.min.css);
@import url(font-awesome-animation.min.css);
@import url(flaticon.css);
/* Table of contents */

body {
    background-attachment: fixed;
    background-color: #FFFFFF;
    color: #000000;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 16px;
    line-height: 1.642;
    overflow-x: hidden;
    /*transition: inherit;*/
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    bottom: auto;
}
body.body_overlay{
  position: fixed;
  transform: translate(0, 0);
  width: 100%;
}
body.body_overlay:before{
  background-color: rgba(0,0,0,0);
  bottom: 0;
  content:"";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  transform: translate(360px, 0);
}
tagline {
	font-size: small;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	color: #FFFFFF;
	font-weight: 200;
}
.footer_qlink_widget {
    padding-left: 70px;
    color: #FFFFFF;
    font-size: small;
}
.footer_contact_widget h6 {
    text-align: left;
    margin-left: 70px;
}
.footer_social_widget h6 {
    text-align: left;
    color: #FFFFFF;
}


.footer_qlink_widget .list-unstyled {
    color: #FFFFFF;
}



.zi-1 {
    z-index: -1;
}
.list-unstyled.footer_qlink_widget li a {
    color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 2rem;
    word-spacing: normal;
}
.list-unstyled.footer_contact_widget li a {
    color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 2rem;
    word-spacing: normal;
    margin-left: 0px;
}
.pb40 {
    padding-bottom: 40px;
}
.pt40 {
    padding-top: 40px;
}
.footer_middle_area {
    background-color: #000044;
    font-size: small;
	color: #FFFFFF
}




.footer_one {
    background-color: #000055;
    padding-top: 80px;
    padding-bottom: 70px;
    color: #FFFFFF;
    font-size: small;
}
.col-sm-6.col-md-6.col-lg-3.col-xl-3 .footer_qlink_widget h6 {
    font-weight: bold;
    color: #FFFFFF;
    margin-left: 70px;
}
.col-sm-6.col-md-6.col-lg-3.col-xl-3 .footer_social_widget h6 {
    color: #FFFFFF;
    font-weight: bold;
}
.col-sm-6.col-md-6.col-lg-3.col-xl-3 .footer_social_widget h6 {
    margin-left: 50px;
}

.col-sm-6.col-md-6.col-lg-3.col-xl-3.pr0.pl0 .footer_about_widget p {
    color: #FFFFFF;
    font-size: small;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}



.col-sm-6.col-md-6.col-lg-3.col-xl-3 .footer_contact_widget h6 {
    color: #FFFFFF;
    font-weight: bold;
}
.row .col-sm-6.col-md-6.col-lg-3.col-xl-3 .footer_qlink_widget {
    color: #FFFFFF;
    text-align: left;
    font-size: small;
    word-spacing: 0rem;
}
.footer_contact_widget .list-unstyled.footer_contact_widget li {
    margin-left: 70px;
    text-align: left;
    color: #FFFFFF;
    font-weight: normal;
    font-size: small;
}
.row .col-sm-6.col-md-6.col-lg-3.col-xl-3 .footer_contact_widget {


}
.row .col-lg-6.col-xl-6 .footer_menu_widget {
    color: #8A99B3;
    font-size: small;
}
.row .col-lg-6.col-xl-6 .footer_menu_widget.footer_middle_area {
    color: #8A99B3;
    font-size: small;
}
.col-lg-6.col-xl-6 .copyright-widget.text-right p {
    color: #8A99B3;
    font-size: small;
}
.footer_menu_widget.footer_middle_area ul .list-inline-item {
    color: #8A99B3;
    font-size: small;
}
.row .col-xl-12 .our-listing.bgc-f7.pb30-991 {
    background-color: #EAF1DD;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    color: #010101;
}
text-black {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    color: #010101;
}
.dropbtn {
  background-color: #000066;
  color: white;
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
  border: none;
}

.menu-dropdown {
	position: absolute;
	display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000088;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #ffffff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #5555FC;}

.menu-dropdown:hover .dropdown-content {display: block;}

.menu-dropdown:hover .dropbtn {background-color: #000088;}

.nav-item-right{
	right: 100%;
	
}

.nav-item .dropdown .menu-dropdown a{
	font: normal;
	color: #FFFFFF;
	align-content: space-around;
}
.breadcrumb_content.style2.mb0-991 .breadcrumb .breadcrumb-item.search-item {
	font-size: xx-large;
	font-weight: 900;
}
search-item {
	color: #D00000;
	font-weight: 900;
	font-size: xx-large;
}
.breadcrumb .breadcrumb-item .search-item {
	color: #010101;
	font-size: xx-large;
}
.listing_list_style.mb20-xsd.tal-991 .mb-0 .list-inline-item {
	font-size: x-large;
	font-weight: normal;
}
