﻿.hdr
{
    height: auto;
    width: 100%;
    color: #fff;
    background-color: #88091b;
   
    margin: 0px;
}
.hdr1
{
    height: auto;
    width: 100%;
    background-color: White;
    padding:10px 0 10px 0;
    margin: 0px;
}
.text-center
{
    text-align:center;
}
.img
{
    height: auto; 
    max-width: 100%;
    z-index: 1px;
}
.pad-top-50
{
    padding-top: 50px;
}
.pad-top-10
{
    padding-top: 10px;
}
.pad-top-5
{
    padding-top: 5px;
}
.pad-top-15
{
    padding-top: 15px;
}
.pad-right-50
{
    padding-right: 50px;
}
.pad-top-bottom-10
{
    padding:10px 0 10px 0;
}
/*
.page-containt-heading-bg
{
    background: rgba(45, 62, 80, 0.8);
    padding: 20px 0 20px 0;
}
.page-containt-heading-bg h1
{
    color: #ed1b24;
    text-align: center;
    padding-bottom: 51px;
    text-transform: uppercase;
    position: relative;
    font-size: 30px;
}
.page-containt-heading-bg h1:after
{
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 29px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 2px;
}
.page-containt-heading-bg h2
{
    color: #f9f9f9;
    text-align: center;
    font-size: 13px;
}
.page-containt-heading-bg h2 a
{
    color: #f9f9f9;
}
.page-containt-heading-bg h2 a:hover
{
    color: #AA1613;
}
.page-containt-heading-bg h2 i
{
    padding: 0 3px;
}*/
.padding-top-bottom-40
{
    padding-bottom: 40px;
    padding-top: 40px;
}

.contact-h1
{
    font-size: 22px;
    color: #ed1b24;
}

.cont-heading
{ font-size:18px;
  color:#333;
  padding-bottom:10px;
  margin-top:0;
  }
  
.footer-div2
{
    line-height: 1.9;
    padding-bottom: 8px;
}
.footer-div2 i
{
    margin-right: 8px;
}
.index-main-head
{
    padding-bottom: 40px;
    font-weight: 400;
    color: #222;
    margin-top: 0;
    text-align: center;
}
.index-main-head span
{
    padding-bottom: 20px;
    margin-top: 0;
    font-size: 28px;
}
.index-main-head span:after
{
    display: block;
    position: absolute;
    bottom: 0;
    width: 20%;
    left: 40%;
    content: '';
    border: 1px solid #88091b;
}


.index-place
{
    background-color: #F8F8F8;
    text-align: center;
    padding: 30px 0;
}

.palace-div
{
    margin: 15px 0px;
    border: 1px solid #ED1B24;
    border-radius: 5px;
    text-align: center;
    position: relative;
    display: block;
}
.palace-div:hover.palace-div::after
{
    background: rgba(0,0,0,0.8);
    opacity: 0.8;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: top 0.6s;
}
.palace-div img
{
}
.palace-div p
{
    background-color: #222;
    color: #f1f1f1;
    padding: 5px 0;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 400;
}

.palace-div a
{
    position: absolute;
    top: 40px;
    visibility: hidden;
    z-index: 999;
    display: inline-block;
}
.palace-div:hover a
{
    color: #f1f1f1;
    background-color:#88091b;
    padding: 7px 10px;
    z-index: 999;
    top: 100px;
    visibility: visible;
    border-radius: 0px;
    font-weight: 600;
    -webkit-transition: ease 0.6s;
    left: 30%;
}
.palace-div a:hover
{
    background: rgba(0,0,0,0.8);
}
.index-blog
{
}
.index-blog-2
{
    background-color: #222;
    min-height: 400px;
    padding: 40px 0;
}
.index-blog-2 h1
{
    padding-bottom: 20px;
    font-size: 25px;
    font-weight: 600;
    text-align: left;
    color: #f9f9f9;
    margin-top: 0;
}

 
.input {
  width: 100%;
  border: 2px solid #aaa;
  border-radius: 4px;
  margin: 8px 0;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
  transition: 0.3s;
}

.input:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}

.inputWithIcon input[type="text"],.inputWithIcon .input {
  padding-left: 40px;
}

.inputWithIcon {
  position: relative;
}

.inputWithIcon i {
  position: absolute;
  left: 0;
  top: 8px;
  padding: 9px 8px;
  color: #aaa;
  transition: 0.3s;
}

.inputWithIcon input[type="text"]:focus + i {
  color: dodgerBlue;
}

.inputWithIcon.inputIconBg i {
  background-color: #aaa;
  color: #fff;
  padding: 9px 4px;
  border-radius: 4px 0 0 4px;
}

.inputWithIcon.inputIconBg input[type="text"]:focus + i {
  color: #fff;
  background-color: dodgerBlue;
} 
