  <style>
  @import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
  /*
  body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
  }
  */

  body {
    font-family: "Times New Roman", Times, serif;
    line-height: 1.8;
    color: #818181;
  }
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
 font-family: "Times New Roman", Times, serif;
  }
  h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
  }
  h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
  }  
  .jumbotron {
    background-color: #87a3b1;
    color: #fff;
    padding: 100px 25px;
    font-family: "Times New Roman", Times, serif;
  }
  .container-fluid {
    padding: 90px 0px;
  }
  .bg-grey {
    background-color: #f6f6f6;
  }
  .logo-small {
    color: #87a3b1;
    font-size: 50px;
  }
  .logo {
    color: #87a3b1;
    font-size: 200px;
  }
  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  }
  .thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #87a3b1;
  }
  .carousel-indicators li {
    border-color: #87a3b1;
  }
  .carousel-indicators li.active {
    background-color: #87a3b1;
  }
  .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
  }
  .item span {
    font-style: normal;
  }
  .panel {
    border: none;
    border-radius: 20px; 
    transition: box-shadow 0.5s;
  }
  .panel:hover {
    box-shadow: 5px 0px 40px #0061a5;
    border-radius: 20px; 
  }


a:hover {
    color: #074da3;
  }


.btn{

font-size: 0.9vw !important;
border: 1px solid #2A3A64;
background: transparent !important;
border-radius: 0px;
color:#000 !important;
margin-top:2%;
padding:12px 24px !important;
}

  .btn:hover {
    background: #074da3 !important;
border-radius: 0px;
color:#fff !important;
border: 1px solid #074da3;

  }

  .panel-footer .btn:hover {
    border: 1px solid #87a3b1;
    background-color: #fff !important;
    color: #87a3b1;
  }
  .panel-heading {
    color: #393939 !important;
    background-color: #E5F3FF !important;
    padding: 10;
    border-bottom: 1px solid transparent;
    border-top-left-radius: px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-radius: 20px;
  }

  .panel-footer {
    background-color: white !important;
  }
  .panel-footer h3 {
    font-size: 32px;
  }
  .panel-footer h4 {
    color: #aaa;
    font-size: 14px;
  }
  .panel-footer .btn {
    margin: 15px 0;
    background-color: #87a3b1;
    color: #fff;
  }
  .navbar {
    margin-bottom: 0;
    background-color: #ffffff;
    z-index: 9999;
    border: 0;
    font-size: 18px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: "Times New Roman", Times, serif;
    height: 90px;
  }
  .navbar li a, .navbar .navbar-brand {
    color: #292929 !important;
    font-weight: 550;
    /*font-size: 0.9vw;*/
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
  color: #074da3 !important;
  font-weight: 600;
  border-bottom: solid 1px #074da3;
  }


  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  }
  footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #87a3b1;
  }
  .slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
      font-size: 150px;
    }
  }

  .clearfix {
  overflow: auto;
}




.counter-box {
    display: block;
    background: transparent;
    padding: 40px 20px 37px;
    text-align: center
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #909090;
    font-size: 18px;
    font-weight: 500
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2
}

.counter {
    display: block;
    font-size: 42px;
    font-weight: 700;
    color: #64777e;
    line-height: 28px
}

.counter-box.colored {
    background: #3acf87
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}


/* slik slide*/

    * {
      box-sizing: border-box;
    }

    .slider {
        width: 50%;
        margin: 100px auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }



    #desk_show{
      display: block;
    }

@media only screen and (max-width: 720px) {
  #desk_show{
      display: none;
    }


    .brand_icon2{
      width: 90% !important;
    }
    .brand_icon3{
      width: 90% !important;
      margin-top: 3% !important;
    }
    .brand_icon1{
      width: 80% !important;
      margin-top: -7% !important;
    }

h1 {
    font-size: 24px !important;
    font-weight: 600;

  }
  h3 {
    font-size: 18px !important;
    font-weight: 600;

  }

  #amenity,#overview,#floor-plans,#location{
    padding-top: 5px !important;
  }

.dnt_show_mbl {
        display: none !important;
    }

    #slider_car{
      padding-bottom: 45px !important;
    }

}

.down_enquiry {

    background: #074DA3;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 9;
    
}
.modal-header{padding:0!important;}
.modal-body .btn-default{margin-bottom:0px!important;}
.modal-header .close {margin-top: -2px;position: absolute;top: 0;right: 5px;}
.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@media (min-width: 775px) and (max-width: 8020px) {

    .dontdisplaylg {
        display: none !important;
    }
}

.parallax{

  background-image: url('material/Group 1000002981.jpg');
  height: 100%; 

  /*background-attachment: fixed;*/

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
background-color: transparent !important;
}

.btn:hover{
   
      color:#fff !important;

}

  </style>
