* {
    margin: 0;
    padding: 0;
}

.container-fluid {
    padding:0;
    margin:0;
}



body {
   scroll-behavior: smooth; 
   font-family: Segoe UI;
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    width: 5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #17a2b8; 
    height: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #444; 
}

.nav-item .nav-link:hover {
    color:chartreuse !important;
}

/********** HEADER SECTION **********/

header {
    
    
    
}

#home_header {
    background-image: url(../img/main_house.jpg);
  background-repeat: no-repeat, repeat;
    background-position: -100px -1300px;
    height: 100%;
    background-attachment: fixed;
}

#home_header .container {
    padding:10px 20px;
}

#top_header_contain {
    background-color: rgba(255,255,255,1);
    padding-top:55px;
}

#top_header {
    content: " ";
    display: block;
    clear: both;
}

#top_header {
    height: 120px;
    clear: both;
    
}

.logo {
    float: left;
    padding-top:5px;
    max-width: 860px;
}

.logo img {
    width:77px;
    float: left;
    margin-top:15px;
}

.logo a:link {
    color:#17a2b8;
    text-decoration: none;
}

.logo a:visited {
    color:#17a2b8;
}

.logo a:hover {
    opacity: .4;
}

#add1 {
    margin-top: 0px;
}

address {
    float:right;
    text-align: right;
    color:#444;
    margin:0;
    padding:0;
}

address a:link {
    color:#17a2b8;
    text-decoration: none;
}

address a:visited {
    color:#17a2b8;
}

address a:hover {
    color:chartreuse;
}

#mth {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    display: none;
}

nav {
    clear:both;
    /* background-color:rgba(0,0,0,.75);*/
    background-color:#17a2b8;
    
}

.bg-dark {
    /* background-color: rgba(0,0,0,.4);*/
}
.navbar { 
    width: 100%;
    position: fixed;
    z-index: 998;
    box-shadow: 0px 0px 5px #0e6573;
}

.navbar-nav {
    padding:0 0 0 12px;
}

.navbar-nav li {
    margin-right: 20px;
}

header .mid_section {
    margin:auto;
    text-align: center;
    padding:10px 0 70px;
}

header h1 {
    font-weight: bold;
    color:#17a2b8;
    margin-top:35px;
    padding:0px 15;
    max-width: 750px;
    float: left;
    margin-left:20px;
    
}

#dk_title {
    font-size: 40px;
    color: #17a2b8;
    font-weight: 500;
}

header h2 {
    color:#fff;
    font-size: 92px;
    font-family: Segoe UI;
    font-weight: bold;
    line-height: 60px;
    text-shadow: 0 0 5px #333;
    margin-bottom: 60px;
}

header h4 {
    color:#fff;
    font-weight: 500;
    margin-top: 40px;
    font-size: 30px;
    font-weight: 400;
}

.line {
    width:100px;
    height:5px;
    background-color: #fff;
    
    margin:30px auto;
    
}

.text_move {
    width:100%;
    margin-bottom: 60px;
}

header p {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
    color:#fff;
}

.mid_section {
    
    padding-bottom: 60px;
}

.mid_section a {
    border: 1px solid #17a2b8;
    padding:10px 15px;
}

.mid_section a:link {
    color:#17a2b8;
    text-decoration: none;
}

.mid_section a:visited {
    color:#17a2b8;
}

.mid_section a:hover {
    color:chartreuse;
    border:1px solid chartreuse;
}

.image_overlay {
    width:100%;
    height:100%;
    background-color:rgba(50, 50, 50, 0.95);
    display:flex;
    justify-content: :center;
    align-items: :center;
    
    padding:30px 0 ;
}



/********** ABOUT SECTION **********/

#about {
    padding:40px 0 0;
    background-color:#ffffff;
}

#dk {
    color: #17a2b8;
    font-size: 80px;
}

#about h2 {
    font-size: 50px;
    font-weight: bold;
}

#about_info {
    padding:40px 0;
    background-color:#17a2b8;
}

#about_info h2 {
    width:330px;
    font-style: italic;
}

#about_info p {
    margin-top:40px;
    color:#fff;
    font-size: 22px;
}

/********** FEATURED LISTINGS SECTION **********/

#listings {
    padding:80px 0;
}

#listings .container {
    max-width: 980px;
    
}

#listings h2 {
    text-align: center;
    color:#444;
    font-weight: bold;
}

#listings p a:link {
    color:#17a2b8;
    text-decoration: none;
}

#listings p a:hover {
    color:chartreuse;
}

#homes_contain:after {
    content: "";
    display: block;
    clear: both;
}

#homes_contain {
    max-width: 1115px;
    margin:auto;
}

.homes {
   padding: 20px;
    background-color: #fbfbfb;
    max-width: 440px;
    float: left;
    margin: 10px;
    box-shadow: 0 0 4px #e1e1e1;
}

.card {
    max-width: 600px;
    max-height: 200px;
    background-color: #fbfbfb;
    
}

.card_contain img {
    max-width: 400px;
    background-color:#fbfbfb;
}

.card-img-top {
}

.card_info {
    background-color:#fbfbfb;
    color:#333;
    padding: 20px 0 0;

}

.card_info h4 {
    color:#17a2b8;
    

}

#listings button {
    margin: 20px 20px 0;
}

#properties {
    max-width: 700px;
    margin:auto;
    padding: 0 20px 30px;
}

#rental_card_02{
    overflow: hidden;
}

#coming {
    clear: both;
    background-color:#f9f9f9;
    padding:80px 30px;
}

#coming:after {
    display: block;
    content: "";
    clear: both;
}

#coming .container {
    max-width: 950px;
    margin: auto;
}

.coming_soon {
    font-size: 70px;
    font-weight: bold;
    text-align: center;
}

#coming h1 {
    font-family: Impact;
     color:#17a2b8;
    letter-spacing: 8px;
}

/********** LIST MY HOME SECTION **********/

#my_home {
    padding:80px 0;
    background-image:url(../img/contact_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#my_home h2 {
    margin-bottom: 20px;
    color:#fff;
}

#my_home h4 {
    color:#17a2b8;
}

#list_home_info {
    max-width: 500px;
}

#my_home p {
    color:#fff;
}

form {
    
}

/********** FOOTER SECTION **********/

#footer {
    padding:40px 0;
    background-color:#222;
}

#footer .logo {
    float: none;
}

#footer .logo img {
    width:150px;
    float: none;
    margin-bottom: 20px;
}

#footer .logo a:link {
    color:#17a2b8;
    text-decoration: none;
}

#footer .logo a:visited {
    color:#17a2b8;
}

#footer .logo a:hover {
    opacity: .4;
}

#footer address {
    text-align: left;
    float: none;
    padding:20px 0;
}

#footer address p {
    color:#fff;
    margin-bottom: 0px;
}

#footer h3 {
    color:#fff;
    font-size: 20px;
}

#footer .list-group-item {
    background-color:#222;
    color:#fff;
    border:none;
    padding-left: 0;
}

.footer_nav a:link {
    color:#666;
    text-decoration: none;
}

.footer_nav a:visited {
    color:#666;
}

.footer_nav a:hover {
    color:#ccc;
}


.social_nav a:hover {
    opacity: .4;
}

#footer h6 {
    color:#fff;
    margin-top:40px;
    text-align: center;
    border-top:1px solid #17a2b8;
    padding-top:20px;
    font-weight: 100;
}

#footer h6 a:link {
    color:firebrick;
    text-decoration: none;
}

#footer h6 a:visited {
    color:firebrick;
    text-decoration: none;
}

#footer h6 a:hover {
    color:cornflowerblue;
    text-decoration: none;
}

/********** Rental Property 1 **********/

#ap1_header .container {
    padding:20px;
}

#p_slider {
    background-color: #fbfbfb;
    padding:30px 20px;
}

#p_slider .container {
    max-width:900px;
    background-color: #ffffff;
    padding:0;
    border-radius: 10px;
    box-shadow: 0 0 2px #e1e1e1;
}

#sidebar {
    width:200px;
    float: left;
    border-radius: 10px 0px 0px 10px;
    overflow: hidden;
    overflow: scroll;
    overflow-x: hidden;
    height: 393.75px;
}

.sidebar_img img {
    width:200px;
    height:112.5px;
    margin-bottom: 5px;
    cursor: pointer;
    width: 100%;
}

.sidebar_img img:hover {
    opacity: .6;
}

#main_img_container {
    overflow: hidden;
    max-height: 393.75px;
}

.main_img img {
    width:700px;
    border-radius: 0px 10px 10px 0px;
   transition-timing-function: ease-in; 
    width: 100%;
}

#rentals {
    background-color:#e1e1e1;
}

.rentals ul li {
    display: inline;
    margin-right: 30px;
}

.rentals ul li a{

}

.rentals ul li a:link{
    text-decoration: none;
    list-style: none;
    color:#17a2b8;
}

.rentals ul li a:visited{
    color:#17a2b8;
    
}

.rentals ul li a:hover{
    color:#444;
    
}