.inner{
    
    margin: 30px 0px;
    
}

.bb {
    color: #fff;
    font-size: 35px;
       font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
}



.bread-back {

padding: 70px 0px;
background-attachment: fixed;
background-position: 50% center;
text-align: center;
}

header{

position:relative;

}




		#main_nav {
			
            width: 100%;
            float: none !important;
            transition:0.5s;
            opacity: 1;
			
		}

.eltd-expanding-icon-holder{
    
    display: none;
    
}

.about p {
 
      font-size: 23px;
    line-height: 30px;
    margin: 0px 0px 30px;
    line-height: 35px;
    font-weight: 600;
    border-bottom: 1px solid #c7c5c5;
    font-family: 'Cormorant Garamond', serif;
    padding-bottom: 50px;
}

.mission h3 {
   font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    display: inline-block;
    margin: 5px 0px 15px;
    border-bottom: 1px solid #000;
    padding-bottom: 6px;
    font-weight: 600;
}



.subhead h3 {
    font-size: 32px;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 30px;
    /* text-transform: uppercase; */
    font-weight: 600;
    color: #000;
}


.contact {
    margin-top: 30px;
    background: url(../img/contactback.jpg) no-repeat;
    background-size: cover;
}

.whyy h2 {
    font-size: 23px;
    margin-top: 20px;
    line-height: 25px;
    font-weight: 700;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #000;
}

.callinfo {
    margin-top: 30px;
    border-top: 1px dashed #a5a3a3;
    padding-top: 20px;
}

.callinfo h4{
font-size: 14px;
    line-height: 30px;
    font-weight: 600;
}

blockquote{
    
          width: 100%;
    margin: 30px 0px;
    padding-left: 5%;
    border-left: 1px solid #000;
    font-size: 14px;
    font-style: italic;
    background: #9dc02863;
    padding-bottom: 10px;
    padding-top: 10px;
}

.innerpro h4 {
  display: inline-block;
    background: #9ab73782;
    margin: auto;
    padding: 10px 20px;
    letter-spacing: 2px;
    margin-bottom: 50px;
    font-size: 13px;
}

.innerpro h3 {
font-size: 50px;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 15px;
    /* text-transform: uppercase; */
    margin-top: 50px;
    color: #000;
}


.pro .name {
    color: #000;
    text-align: center;
    /* font-family: 'EB Garamond', serif; */
    margin: 20px 0px;
    font-weight: 500;
    font-size: 16px;
   
}

.name p{
  margin: 0px;
    text-transform: uppercase;
    /* letter-spacing: 2px; */
    font-weight: 500;
    font-size: 15px;
}

.hot {
    position: relative;
    overflow: hidden;
}

.ppp {
       /* border-left: 1px solid #dfdfdf; */
    /* border-right: 1px solid #dfdfdf; */
    margin-bottom: 40px;
    box-shadow: 4px 2px 14px 2px #4845452e;
}

.text-outer {
        background: #cbda99;
    padding: 55% 0px;
    width: 100%;
    margin: auto;
    text-align: center;
    position: absolute;
    bottom: -5%;
    transition: 0.3s;
    opacity: 0;
    text-align: center;
    height: 100%;
}

.text-outer ul{
    padding: 0px;
}

.text-outer ul li:first-child {
    border-right: 1px solid #a29e98;
}
.text-outer ul li {
    display: inline-block;
    list-style: none;
    width: 33%;
}

.hot:hover .text-outer {
    opacity: 1;
    bottom: 0%;
    z-index: 8;
}

.category{
    
    position: relative;
    text-align: center;
}

.category .dropdown{
    
    
   display: inline-block;
    margin: 0% 5%;
    
}