@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500&display=swap');

body{
    font-family: 'Roboto', sans-serif;
} 
h1 {
    line-height: 20px;
    font-weight: 700;
    color: #363f45 ;
    font-style: normal;
    font-size: 1.5rem!important;
}
.logo_block img {
    max-height: 125px;
    height: 125px;
    width: 200px;
}
/* Menu */
a.nav-link {
    color: #23a437!important;
    font-weight: 600;
    margin-right: 15px;
}
/* End Menu */
/* Home Page */
.img_block img{
    width: 100%;
    border-radius: 7px;
    transition: .3s ease all;
    box-shadow: 5px 5px 9px #5a5a5a, -5px -5px 9px #ffffff;
}
.img_block img:hover{
    transition: .3s ease all;
    transform: scale(1.03);
    box-shadow: 5px 5px 9px #5a5a5a, -5px -5px 9px #ffffff;
}
.third_block_content img{
    width: 100%;
    border-radius: 7px;
    transition: .3s ease all;
    box-shadow: 5px 5px 9px #5a5a5a, -5px -5px 9px #ffffff;
}
.third_block_content img:hover{
    transition: .3s ease all;
    transform: scale(1.01);
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px;
}
.content_block{
    color: #23a437;
}
.content_block, .content h1{
    text-align: center;
    line-height: 35px;
}
.second_block_content{
   text-align: left!important;
}
.third_block_header {
    font-size: 40px!important;
    color: white;
    background: green;
    padding: 25px;
    font-weight: 800;
    margin-bottom: 30px!important;
    box-shadow: 11px 11px 15px #c3c3c3, -11px -11px 15px #fdfdfd;
    border-radius: 10px;
}
.third_block_content h1{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0px;
}
.third_block_content p{
    text-align: justify;
    padding: 15px;
    font-size: 15px;
}
/* End Home Page */
header#masthead {
    padding: 25px;
    box-shadow: 11px 11px 45px #b5b5b5, -11px -11px 45px #ffffff;
    border-radius: 15px;
    margin-top: 2%!important;
    margin-bottom: 2%!important;
    background: #e0e5ec;
}
/* Footer */
.footer ul {
    list-style: none;
    padding: 0px;
    color: white;
    font-size: 13px;
}
.container-fluid.footer {
    padding: 30px;
    background: #e0e5ec;
    box-shadow: 5px 5px 33px #5a5a5a, -5px -5px 33px #ffffff;
    border-radius: 15px;
    margin-bottom: 2%;
}
.footer h4 {
    color: #0000009e;
    font-weight: bold;
}
/* .footer ul li {
    margin-bottom: 2%;
}  */
.footer_qlink{
    display: flex;
}
.footer a:hover{
    color: gray;
    transition: .3s ease all;
}
.for_line{
    display: none;
    /* height: 4px;
    margin-top: 17px;
    margin-bottom: 16px;
    background-color: #e3c521;
    width: 25px;
    display: block;  */
}
.footer i {
    color: #31344b;
}
i.fab.fa-facebook-f {
    color: #3b5998;
}
i.fab.fa-twitter {
    color: #00acee;
}
i.fab.fa-youtube {
    color: #FF0000;
}
.mri {
    padding: 5px;
    border-radius: 50%;
    /* border: 1px solid grey; */
    width: 35px;
    height: 35px;
    text-align: center;
    margin: 0px 5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001;
}
.mri:hover {
    box-shadow: inset 7px 7px 9px rgb(0 0 0 / 15%), inset -7px -7px 9px rgb(255 255 255 / 65%);
}
.social_l i{
    font-size: 20px;
}
.footer ul a {
    color: #31344b;
    text-decoration: none;
    margin-left: 7px;
}
/* End Footer */
/* Contact */
.for_third_line{
    /* height: 2px;
    margin-top: 5px;
    margin-bottom: 8px;
    background-color: #2aef2a;
    width: 121px;
    display: block; */
    display: none;
}
nav.navbar.navbar-expand-lg.navbar-light {
    float: right;
}
.contacttext p{
    margin-bottom: 0px;
}
.contacttext a{
    color: #2aef2a;
    transition: .3s ease all;
}
.contacttext a:hover{
    color: black;
    transition: .3s ease all;
} 
input[type="text"], input[type="password"], input[type="email"], textarea, select {
    border: none;
    padding: 15px 15px 15px 15px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 14px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #ececec;
    border-radius: 10px;
    box-shadow: inset 2px 2px 4px #d1d9e6, inset -2px -2px 4px #f9f9f9;
}
.contact_us .btn-primary {
    color: #fff;
    background-color: #111;
    border: none;
} 
/* End Contact */
main {
    min-height: calc(100vh - 70px);
}
.footer{
    height: auto;
}
/* Tenants */
.content_tenants p{
    text-align: justify;
    font-size: 18px;
}

/* End Tenants */
/* Home Staging */
.home_staging img{
    width: 100%;
    border-radius: 5px;
    transition: .3s ease all;
    box-shadow: 5px 5px 9px #5a5a5a, -5px -5px 9px #ffffff
}
.home_staging img:hover{
    transition: .3s ease all;
    transform: scale(1.01);
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px;
}
.col-md-6.img_hs {
    text-align: center;
}
.home_staging_header {
    font-size: 30px;
}
.home_staging p {
    font-size: 18px;
    text-align: justify;
}
/* End Home Staging */

/* Carousel Slider For Logo */
.customer-logos {
    background-color: #111;
  }
  
  /* Slider */
  .slick-slide {
      margin: 0px 20px;
  }
  
  .slick-slide img {
      width: 85%;
  }
  
  .slick-slider
  {
      position: relative;
      display: block;
      box-sizing: border-box;
  
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
  
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list
  {
      position: relative;
      display: block;
      overflow: hidden;
  
      margin: 0;
      padding: 0;
  }
  .slick-list:focus
  {
      outline: none;
  }
  .slick-list.dragging
  {
      cursor: pointer;
      cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
           -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
  }
  
  .slick-track
  {
      position: relative;
      top: 0;
      left: 0;
      display: block;
      background: #e0e5ec;
  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;
  
      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  .slick-loading .slick-track
  {
      visibility: hidden;
  }
  
  .slick-slide
  {
      display: none;
      float: left;
  
      height: 100%;
      min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
      float: right;
  }
  .slick-slide img
  {
      display: block;
  }
  .slick-slide.slick-loading img
  {
      display: none;
  }
  .slick-slide.dragging img
  {
      pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
      display: block;
  }
  .slick-loading .slick-slide
  {
      visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
      display: block;
  
      height: auto;
  
      border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
      display: none;
  }

  /* Responsive */
 @media screen and (max-width: 1400px){
    a.nav-link {
        margin-right: 8px;
        font-size: 14px;
    }
 }
  @media screen and (max-width: 1200px){
    a.nav-link {
        margin-right: 3px;
        font-size: 13px;
    }
    .third_block_header {
        font-size: 35px;
    }
    header#masthead {
        padding: 15px;
    }
    h1 {
        font-size: 1.2rem!important;
    }
    .third_block_header {
        font-size: 1.4rem!important;
        padding: 15px;
    }
    .footer h4 {
        font-size: 18px;
    }
    .footer ul a {
        font-size: 12px;
    }
  }
  @media screen and (max-width: 1024px){
    a.nav-link {
        margin-right: 3px;
        font-size: 13px;
    }
  }
  @media screen and (max-width: 992px){
    .navbar-light .navbar-toggler {
        border-color: #e0e5ec!important;
        color: #e0e5ec!important;
    }
    .col-md-6.img_block{
          width: 100%;
      }
      .col-md-6.content.my-auto{
          width: 100%;
      }
      /* MENU */
    .navbar {
        float: none!important;
        justify-content: flex-end!important;
    }
    a.nav-link {
        padding: 6px 0px;
        text-align: center;
        margin-right: 0px;
        margin-bottom: 5px;
    }
    header#masthead {
        padding: 10px;
    }
    header#masthead .col-md-8{
        width: 100%;
    }
    button.navbar-toggler {
        margin-top: -6%;
        outline: none;
        margin-right: -6%;
    }
    /* END MENU */
    .logo_block h3{
        margin-bottom: 0px;
        font-size: 20px;
    }
    .third_block_header {
        font-size: 30px;
        padding: 15px;
        margin-top: 0px!important;
    }
    #web_edit{
        width: 50%;
    }
    .content_block, .content h1 {
        line-height: 27px;
        text-align: center!important;
    }
    .img_block, .img_hs{
        width: 100%;
    }
    .content {
        width: 100%;
        padding-top: 2%;
    }
    .content_tenants {
        width: 100%;
    }
    #content_edit {
        width: 100%;
    }
    .footer ul a {
        font-size: 11px;
    }
    .third_block_content p {
        margin-bottom: 0px;
    }
    .col-md-6.img_hs {
        text-align: center;
        width: 100%;
        margin-bottom: 3%!important;
    }
    section .home_staging_header {
        font-size: 25px!important;
        padding: 0px!important;
    }
  }
  @media screen and (max-width:767px){

    .footer h4 {
        text-align: center;
    }
    #for_res_edit ul{
        text-align: center;
    }
    .third_block_header {
        margin-bottom: 18px!important;
    }
    button.navbar-toggler {
        margin-top: -8%;
        padding: 0px;
        margin-right: -1%;
    }
    #online_enquires{
        margin-top: 4%;
    }
    .home_staging img {
        width: 100%;
    }
    .mainnav .container {
        padding-right: 0px;
    }
    .container-fluid.footer {
        padding: 15px;
        margin-top: 2%!important;
    }
    .footer .for_line {
        display: none!important;
    }
    /* .social_l div {
        justify-content: left!important;
    } */
    div#for_res_edit {
        border-top: 1px solid #80808047;
        padding-top: 10px;
    }
    .social_l{
        border-top: 1px solid #80808047;
        padding-top: 10px;
    }
  }
  @media screen and (max-width: 576px){
    div#web_edi {
        width: 50%;
    }
    .third_block_header {
        margin-top: 0px!important;
    }
    #landloard_content{
        margin-top: 18px!important;
    }
    .third_block_content p {
        margin-bottom: 0px;
    }
    .container-fluid.footer {
        padding: 15px;
    }
  }
  @media screen and (max-width: 426px){
    .logo_block h3 {
        font-size: 17px;
    }
    button.navbar-toggler {
        margin-top: -29px;
        padding: 0px 11px;
        margin-right: -5%;
    }
    header#masthead {
        padding: 5px;
    }
  }
  @media screen and (max-width: 424px){
    .third_block_header {
        font-size: 23px;
        padding: 10px;
        margin-top: 0px!important;
    }
    #web_edit {
        width: unset;
    }
    .third_block_content p {
        margin-bottom: 0px;
    }
  }
  /* End Responsive */
  .logo-image {
      position: absolute;
    overflow: hidden;
    border-radius: 10px !important;
}
.logo-image>img {
    border-radius: 10px !important;
    transition: 1s ease;
    width: 60px !important;
    height: 40px !important;
    background-size: cover;
    /*width: 40px !important;
    height: 40px !important;*/
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */ 
    .logo-image{
        top : 25px !important;
    }
 }
 @media only screen  and (min-width: 993px){
     .logo-image{
        top : -150px !important;
    }
 }
 @media only screen  and (min-width: 1200px){
    .logo-image{
       /*top : -200px !important;*/
   }
}
@media screen and (min-width: 1000px){
    .logo-image{
        top: 45px;
    }
    .logo-image>img {
        border-radius: 10px !important;
        transition: 1s ease;
        width: 110px !important;
        height: 60px !important;
        background-size: cover;
        /*width: 40px !important;
        height: 40px !important;*/
    }
}

/* additional adjustments to the header and the logo*/


    img.logo {
      width: 100%;
      height: auto ;
      /* Recommended - Limit maximum width */
      max-width: 120px;
      text-align: left;
      border-radius: 12px;
      border: 1px solid grey; 
      padding: 5px;
      
      
    }
    
    img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
    
   button.navbar-toggler {
   } 
   
   
   

@media (max-width: 1020px) {
    button.navbar-toggler {
      position: relative;
      top: -15px;
    }
    
    img.logo {
      
      height: auto ;
      /* Recommended - Limit maximum width */
      max-width: 70px;
      top: 7px;
      position: relative;
   
 }
    
}
