
body {
    margin: 0;
  }
  .fa-chevron-right:before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    padding: 8px;
    position: relative;
    top: 0px;
  }
  .fa-chevron-left:before {
    font: normal normal normal 14px/1 FontAwesome;
  }
  body {
    overflow-x: hidden;
  }
  i {
    font: normal normal normal 14px/1 FontAwesome;
  }
  a:focus,a:hover {
    /* color: #000; */
    text-decoration: none;
    outline: 0;
  }
  a {
    color: #000;
    font-family: "Montserrat-Regular";
    cursor: pointer;
  }
  a:active,a:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
  }
  img {
    max-width: 100%;
  }
  .row {
    margin: 0;
    padding: 0;
  }
  .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
    padding: 0;
  }
  ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  li {
    list-style-type: disc;
    font-size: 20px;
      letter-spacing: 0px;
      color: #000000;
      font-weight: 300;
      font-family: "Montserrat-Regular";
  }
  p, strong {
    font-size: 20px;
    font-family:"Montserrat-Regular";
  }
  h1,h2,h3,h4,h5,h6 {
    font-family:"Montserrat-Bold";
  }
  .no-margin {
    margin: 0;
  }
  p,span {
    font-family:"Montserrat-Regular";
  }
  .container-fluid {
    padding: 0;
  }
  img {
    max-width: 100%;
  }
  .container {
    padding: 0;
    max-width: 1260px;
    margin: 0 auto;
    width: auto;
  }
  #button {
      display: inline-block;
      background-color: #caa200;
      width: 50px;
      height: 50px;
      text-align: center;
      border-radius: 4px;
      position: fixed;
      bottom: 30px;
      right: 30px;
      transition: background-color .3s, opacity .5s, visibility .5s;
      opacity: 0;
      visibility: hidden;
      z-index: 1000;
  }
  #button.show {
      opacity: 1;
      visibility: visible;
  }
  #button::after {
      content: "\f077";
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      font-size: 2em;
      line-height: 50px;
      color: #fff;
      position: absolute;
      left: 10px;
      top: 0px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
  }
  .contact_call_content_tam p:hover {
      color: #0e2b41;
  }
  #button:hover::after {
      top: -10px;
  }
  #button:active {
      background-color: #a91f24;
  }
  #button:hover {
      cursor: pointer;
      background-color: #000000;
  }
  a h4:hover {
      opacity: 0.8;
  }
  .svg {
    position: absolute;
    width: 0;
    height: 0;
  }	
  .slick-initialized .slick-slide{
      outline:unset;	
  }	
/********************Landing Page*******************/
.header_wrapper {
    float: left;
    width: 100%;
    background-color: #b68d6e;
    padding: 2.5em 0em;
    border-top: 5px solid #916b51;
}
.header_logo img {
    width: 30%;
}
.header_logo {
    text-align: right;
    padding-right: 20px;
}
.header_logo_rig img {
    width: 46%;
}
.header_logo_rig {
    text-align: left;
    padding-left: 25px;
    border-left: 2px solid #fff;
}
.banner_image img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: center;
/* border: 1px solid #7c5941; */
}
.banner_image {
  border: 2px solid #7c5941;
}
.banner_slider button.slick-prev.slick-arrow {
    font-size: 0;
    background-color: transparent;
    border: unset;
    position: absolute;
    top: 40%;
    left: -45px;
}
.banner_slider button.slick-prev.slick-arrow:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url(../images/home/leftarrow.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 9;
    left: 0;
}
.banner_slider button.slick-next.slick-arrow {
    font-size: 0;
    background-color: transparent;
    border: unset;
    position: absolute;
    top: 40%;
    right: 10px;
    width: 50px;
}
.banner_slider button.slick-next.slick-arrow:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url(../images/home/rightarrow.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 9;
}
.banner_section {
    float: left;
    width: 100%;
    padding: 2em 0em;
}
.bill_house_imagesec h2 {
    color: #684832;
    font-weight: 700;
    font-size: 25px;
    line-height: 38px;
    margin: 0;
    margin-bottom: 2em;
    padding-right: 85px;
}
.bill_house_content {
    float: left;
    width: 100%;
    padding: 2em 0em;
    margin: 1em 0em;
}
.bill_house_imageinr img, .bill_house_imageinr iframe {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}
.bill_house_imagesec {
    margin-right: 5em;
}
.bill_house_content_inner p {
    color: #684832;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 35px;
}
.bill_house_image_popup {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bill_house_image_popup a {
    transition: 0.5s;
    font-size: 50px;
    color: #c11616;
}
.bill_house_image_popup a:hover {
    transform: scale(0.9);
}
.button_link a {
    background-color: #916b51;
    padding: 0.8em 1em;
    color: #fff;
    font-size: 17px;
    margin-top: 5px;
    display: inline-block;
    transition: 0.5s;
    font-weight: 600;
}
.button_link a:hover {
    transform: scale(0.9);
}
.footer_wrapper {
    float: left;
    width: 100%;
    padding: 2em 0em;
    background-color: #916b51;
    border-bottom: 10px solid #684832;
}
.footer_inner p {
    margin: 0;
}
.footer_inner p {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
}
.footer_inner p a {
    color: #fff;
    font-family: 'Montserrat-Bold';
}
.footer_inner {
    margin-bottom: 2em;
}
.footer_socialmedia ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0px 5px;
}
.footer_socialmedia ul {
    text-align: right;
}
.footer_inner {
    margin-bottom: 0em;
}
.footer_socialmedia ul li a img {
    width: 25px;
}
.bill_house_wrapper {
    float: left;
    width: 100%;
}
.bill_house_hle {
    position: relative;
}
.bill_house_hle:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 70%;
    background-color: #f1e8e3;
    z-index: -1;
    bottom: 0;
}
.footer_socialmedia ul li a svg {
    width: 25px;
    vertical-align: sub;
    fill: #fff;
     transition: 0.5s;
}
.footer_socialmedia ul li a {
    color: #fff;
    font-size: 20px;
    transition: 0.5s;
}
.footer_socialmedia ul li a:hover i,
.footer_socialmedia ul li a:hover svg {
  -webkit-animation: shake-vertical 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
  animation: shake-vertical 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
.footer_socialmedia ul li a i {
  transition: 0.5s;
}
.soho_img {
    display: inline-block;
    width: 150px;
    margin-left: 2em;
}

/****************************************ResponsivePage***************************************/

@media only screen and (min-width:1400px) {
  /**************************************Homepage****************************************/
 
}

@media only screen and (min-width:1500px)  {
  /**************************************Homepage****************************************/


}

@media only screen and (min-width:1600px)  {
  /**************************************Homepage****************************************/
 
}

@media only screen and (min-width:1700px)  {
  /***************************************Homepage*********************************/

}

@media only screen and (min-width:1800px)  {
  /***************************************Homepage*********************************/ 
 
}

@media only screen and (min-width:1920px)  {
  /***************************************Homepage*********************************/ 
  
}

@media only screen and (max-width:1300px) {
  .container {
      padding: 0 15px;
  }
  /*******************************************Homepage*******************************************/
  .banner_slider button.slick-prev.slick-arrow:before {
    left: 0;
  }
  .banner_slider button.slick-next.slick-arrow {
    right: 25px;
  }
  .bill_house_imagesec h2 {
    margin-bottom: 1em;
  }
  .bill_house_hle:before {
    content: unset;
  }


}

@media only screen and (max-width:1200px) {
  /*******************************************Homepage*******************************************/ 
  .header_logo img {
      width: 35%;
  } 
  .header_logo_rig img {
    width: 50%;
  }
  .banner_image img {
      height: 450px;
  }
  .bill_house_imagesec h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .bill_house_image {
      margin-bottom: 1em;
  }
  .bill_house_imageinr img, .bill_house_imageinr iframe {
    height: 350px;
  }
  .header_wrapper {
    padding:1em 0em;
  }


}

@media only screen and (max-width:992px) {

  /*******************************************Homepage*******************************************/
  .header_logo img {
      width: 41%;
  }
  .header_logo_rig img {
      width: 70%;
  }
  .banner_slider button.slick-next.slick-arrow {
    top: 40%;
  }
  .banner_slider button.slick-prev.slick-arrow {
    top: 40%;
  }
  .bill_house_imagesec h2 {
      font-size: 24px;
      line-height: 36px;
  }
  .bill_house_content_inner p {
    font-size: 17px;
    line-height: 30px;
  }
  .footer_inner p {
    font-size: 18px;
    line-height: 30px;
  }




} 

@media only screen and (max-width:767px) {
  /************************************Homepage*********************************/
   .bill_house_wrapper {
      float: left;
      width: 100%;
  } 
  .header_logo img {
      width: 60%;
  }
  .header_logo {
    text-align: left;
    float: left;
    width: 50%;
  }
  .header_logo_rig {
    border-left: 0px solid #fff;
    width: 50%;
    float: left;
  }  
  .header_logo_rig img {
      width: auto;
  }
  .banner_image img {
      height: 300px;
  }
  .banner_slider button.slick-prev.slick-arrow:before,
  .banner_slider button.slick-next.slick-arrow:before {
    width: 35px;
    height: 35px;
  }
  .banner_slider button.slick-next.slick-arrow {
      right: 18px;
      width: 35px;
  }
  .bill_house_imagesec {
      margin-right: 0;
      float: left;
      width: 100%;
  }    
  .bill_house_content {
    padding: 0em 0em;
  }
  .bill_house_imagesec h2 {
      font-size: 22px;
      line-height: 32px;
  }
  .bill_house_imageinr img, .bill_house_imageinr iframe {
      height: 300px;
  }
  .bill_house_content_inner p {
      font-size: 16px;
      line-height: 28px;
  }   
  .footer_inner p {
      font-size: 17px;
      line-height: 28px;
      text-align: center; 
  }
  .footer_logo {
      float: left;
      width: 100%;
      text-align: center;
      margin-bottom: 10px;
  }
  .footer_socialmedia {
      float: left;
      width: 100%;
      text-align: center;
  }
  .footer_socialmedia ul {
    text-align: center;
  } 
  .footer_wrapper {
    padding: 1.5em 0em;
  }
  .soho_img {
    margin-top: 1em;
  }



}

@media only screen and (max-width:480px) {
  /***************************************Homepage*********************************/
  .soho_img {
      display: inline-block;
      width: 100%;
      margin-left: 0em;
      margin-top: 1em;
      text-align: center;
  }
  .soho_img img {
      height: 150px;
  }
  .banner_slider button.slick-next.slick-arrow {
      right: 5px;
      width: 50px;
  }
  .banner_slider button.slick-prev.slick-arrow {
    left:0;
  }
  .header_logo img {
      width: 135px;
  }
  .header_logo_rig {
    padding-top: 5px;
    padding-left: 0px;
  }
  .header_logo_rig img {
      width: 160px;
  }
  .banner_image img {
    height: 220px;
  }
  .banner_slider button.slick-prev.slick-arrow:before, 
  .banner_slider button.slick-next.slick-arrow:before {
      width: 30px;
      height: 30px;
  } 
  .bill_house_imagesec h2 {
      font-size: 20px;
      line-height: 30px;
  }
  .bill_house_imageinr img, .bill_house_imageinr iframe {
      height: 200px;
  }
  .button_link a {
    font-size: 15px;
  } 
  .footer_inner p {
    font-size: 16px;
  }
  .fancybox-slide {
    padding: 20px !important;
  }
  .bill_house_imagesec h2 {
    padding-right: 0;
  }

} 
@-webkit-keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
            transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
            transform: translateY(-6.4px);
  }
}
@keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
            transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
            transform: translateY(-6.4px);
  }
}


