body,html
{
    font-family: Playfair Display!important;
    overflow-x: hidden;
}

section
{
    margin: 20px 0px;
    padding: 20px 0px;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(255,255,255)!important;
    padding: 0px 20px!important;
}
section#header{
    background-image: url(../image/banner.jpg) ;
            background-position: center center;
            background-repeat:  no-repeat;
/*            background-attachment: fixed;
*/            background-size:  cover;
            background-color: #999;
            height: 550px;
            margin-top: 20px;
  
}
/*.wrapper {
  height: 100%; 
  width: 100%; 
}*/
/*.container{
  padding: 1em 3rem!important;
  width: 50%;

}*/
.message {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; 
  height:45%;
  bottom: 15%;

  display: block;
  position: absolute;
*//*  background-color: rgba(0,0,0,0.6);
 /* color: #fff;
  padding: 0.5em;
}*/
}
.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-content {
  position: relative;
  z-index: 99;
}

/* DEMO 3 ============================== */
.hover-3::after {
  content: '';
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  border: 1px solid #fff;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 90;
  transition: all 0.3s;
  transform: scale(1.1);
  opacity: 0;
  display: block;
  opacity: 0;
}

.hover-3-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 99;
}

.hover-3-description {
  opacity: 0;
  transform: scale(1.3);
  transition: all 0.3s;
}

.hover-3 img {
  width: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hover-3 .hover-overlay {
  background: rgba(0, 0, 0, 0.2);
}

.hover-3:hover img {
  width: 100%;
}

.hover-3:hover::after {
  opacity: 1;
  transform: none;
}

.hover-3:hover .hover-3-description {
  opacity: 1;
  transform: none;
}

.hover-3:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}
section#listing {
    background: mintcream;
    padding: 40px 0px;
}
p.texts {
    margin-left: -132px;
    text-align: center;
}
h2.head
{
color: #1c4d89;
}
p.para {
    line-height: 2;
    padding: 10px;
    text-align: justify;
    font-family: sans-serif;
}
.hover {
    overflow: hidden;
    position: relative;
    padding-bottom: 60%;
}
.hover-3 img {
    width: 110%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hover-3:hover img {
    width: 100%;
}
.hover img {
       position: absolute;
    top: 0;
    transition: all 0.3s;
    height: 420px;
}
.hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    transition: all 0.4s;
}
.hover-3-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 99;
}
p.hover-3-description.small.mb-0 {
    font-size: 18px!important;
}
.hover-3:hover .hover-3-description {
    opacity: 1;
    transform: none;
}
p.hover-3-description.mb-0 {
    text-align: justify;
    padding: 5px;
}
.hover-3-description {
    opacity: 0;
    transform: scale(1.3);
    transition: all 0.3s;
}
.footer-dark {
      padding-top: 42px;
    color: #ffffff;
    background-color: #1c4d89;
    padding-bottom: 17px;
    opacity: 1!important;
    font-family: sans-serif;
}

.footer-dark h3 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:16px;
}

.footer-dark ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:14px;
  margin-bottom:0;
}

.footer-dark ul a {
  color:inherit;
  text-decoration:none;
}

.footer-dark ul a:hover {
  opacity:0.8;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align:center;
    padding-bottom:20px;
  }
}

.footer-dark .item.text {
  margin-bottom:36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom:0;
  }
}

.footer-dark .item.text p {
  
  margin-bottom:0;
}

.footer-dark .item.social {
  text-align:center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align:center;
    margin-top:20px;
  }
}

.footer-dark .item.social > a {
  font-size:20px;
  width:36px;
  height:36px;
  line-height:36px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  box-shadow:0 0 0 1px rgba(255,255,255,0.4);
  margin:0 8px;
  color:#fff;
  opacity:0.75;
}

.footer-dark .item.social > a:hover {
  opacity:0.9;
}

.footer-dark .copyright {
  text-align:center;
  opacity:1;
  font-size:14px;
  margin-bottom:-10px;
}
/*----------------scroll---------------*/
 #goTop {
    position:fixed;
    z-index:999;
    right:0;
    top:50%;
    transform:translateY(-50%);
    padding:20px;
    color:#fff;
    background:rgba(00,00,00,0.3);
    border:none;
    opacity:0;
    transition: opacity 0.4s linear;
  }
  #goTop.is-visible {
    opacity:1;
  }
   @media only screen and (min-width: 200px) and (max-width: 767px)  {

  p.texts

  {
    margin: 0px!important;
  }
  img.img-fluid.images {
    margin-top: 60px;
}
a.btn.btn-secondary.btn-lg.btns {
    /* text-align: center; */
    margin-top: 30px;
    margin-left: 83px!important;
}
h1.text-center.text-white {
    margin-left: 15px;
}
section#header {
    background-image: url(../image/banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    background-color: #999;
    height: 450px!important;
    margin-top: 20px;
}
.hover.hover-3.text-white.rounded {
    margin-top: 30px!important;
}
}
@media only screen and (min-width:200px) and (max-width: 500px)
{
  .message 
  {
    margin-bottom: 50px;
  }
}
@media only screen and (min-device-width: 750px)and (max-device-width: 999px)
{
  .message {
    margin-bottom: 200px;
}

}
@media only screen and (device-width: 712px)
{
  .message {
    margin-bottom: 200px;
}
.contents {
    margin-left: 41px;
    margin-right: -78px;
   /* line-break: anywhere;*/
    text-align: justify;
    font-size: 14px;
}
img.img-fluid.Img-Fluid {
    margin-left: -142px;
    margin-top: 35px;
    max-width: 534px;
}
.col-sm-4.cols {
    margin-left: -100px;
    max-width: 300px!important;
}
}
@media only screen and (min-device-width: 766px) and (max-device-width: 999px)
{
  .contents {
       margin-right: -50px;
    font-size: 14px;
    padding: 13px;
}
img.img-fluid.Img-Fluid {
    margin-left: -100px;
    margin-top: 20px;
    max-width: 542px;
}
}
@media only screen and (min-device-width: 412px) and (max-device-width: 425px)
{
  .message {
    margin-top: -30px!important;
    margin-bottom: 115px;
}
}
  .float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:10px;
  right:10px;
  background-color:#01e675;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
 /* box-shadow: 2px 2px 3px #999;*/
  z-index:100;
}

.my-float{
  margin-top:16px;
}

