/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% Free To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDIT US AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */


/*=====================================
   GENERAL STYLE SECTION
    ===================================*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    line-height:25px;
    width:100%!important;
}
.text-center {
    text-align:center;
}
.sub-head {
        padding-bottom:50px;
        display:block;
    }
.pad-top-botm {
    padding-top:50px;
    padding-bottom:50px;
}
  
h2 {
    color:#391e0b;
    font-weight:900;
    
}
h3{
    color:#643921;
    
}
body{
  background-image: head.jpg;
}
 /*=====================================
  PRELOADER STYLES 
    ===================================*/
   #pre-div {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
}
#loader {
    background-image: url("../img/loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

/*=====================================
   NAV BAR STYLE SECTION
    ===================================*/

/*Menu border Color*/
.navbar-default {
border-color: #000;
background-color:#242222;
}
/*Logo Image */
.navbar-brand-logo {
    max-height:50px;
    padding-bottom:20px;
}
/*top-menu links color*/
.navbar-default .navbar-nav > li > a {
    color: #FFF;
}
/*top-menu links color on hover*/
    .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
    }

/*top-menu links & margin*/    
.navbar-nav > li > a {
    margin: 5px 0px 5px 0px;
}
/*toggle styles*/ 
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color:#159238;
}
.navbar-default .navbar-toggle {
    border:2px solid #159238;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}


/*=====================================
 HOME SECTION
    ===================================*/
#home{
background: url(../img/baner.jpg) no-repeat center center;
padding: 0;
-webkit-background-size: cover;
background-size: cover;
height:450px;

}
    #home h1 {
        padding:150px 20px 20px 0px;
        color:#ff0000;
        font-size:40px;
        font-weight:900;

    }
    #home .head-text span {
        display: block; 
        font-size: 25px; 
        color: #fff; 
        margin-bottom: 25px;
    }
        #home .head-text span >i {
             margin-right: 10px; 
             color: #159238;
        }
     #home p {
        padding:10px 20px 20px 20px;
        color:#fff;
        font-size:16px;
        line-height:20px;
        font-weight:800;       
       text-align:center;
    }
    #home .overlay {
             /*  background:url(../img/overlays/06.png);   */      
        min-height:700px;
    }
    #home h3 {
        color:#fff;
    }
    .div-trans {
padding-top: 15px;
background-color: rgba(0, 0, 0, 0.8);
min-height: 200px;
margin-top: 150px;
color: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 10px;
margin-bottom: 30px;
}
        .div-trans i {
            margin-left: 10px; 
            margin-right: 10px; 
            color: #159238;
        }
        .div-trans span {
            color: #ff0000;
        }
        .div-trans button {
            background-color: #916d3d;
        }
#home .form-control {
    background-color:transparent;
}

/*=====================================
 ABOUT SECTION
    ===================================*/

#about {
  max-width: 100%;
  background: url(../img/bg.jpg) no-repeat center center;
padding: 0;
-webkit-background-size: cover;
background-size: cover;
background-color: #efefef; 
padding-top: 80px;
color:#ffffff;
font-size:16px;
}
.big-icon {
    font-size:250px;
}

.why-div {
    text-align: justify; 
    padding: 10px 50px;
}

#about h2{
  color:#ebd9cc;
}
.carousel-control.left {
left: 0;
right: auto;
background-repeat: repeat-x;
background-image: linear-gradient(to left,rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, 0) 100%)!important;
}
.carousel-control.right {
right: 0;
left: auto;
background-repeat: repeat-x;
background-image: linear-gradient(to right,rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, 0) 100%)!important;
}
.carousel-indicators li {
    border:2px solid #159238;
    width:10px;
    height:10px;
}
.carousel-indicators .active {
    border:2px solid #159238;
    width:10px;
    height:10px;
    background:#159238;
}

.media-body h3{
  color:#efcfa9;
}
/*=====================================
  DONARS STYLES 
    ===================================*/
  .donars-section {
  background: url(../img/donars.jpg) no-repeat center center;
  padding: 0;
  -webkit-background-size: cover;
  background-size: cover;
  color:#fff;
  }
 /* .donars-section .overlay {
              background: url(../img/overlays/02.png);    */  
    /* }
.slide-custom {
    min-height:200px;
    padding:100px 20px 100px 20px;
    line-height:30px;
} */
.donars-section h4 {
    line-height:50px;
}
 .donars-section p i{
   padding:10px;
}

 
/*==========================================
   PORTFOLIO STYLES
    =====================================================*/

#port-folio {
    padding-top: 80px; 
    padding-bottom: 100px; 
    background-color: #f0ddcf; 
}
.portfolio-item {
    border:5px solid #9a7660;
    margin:3px;
}
    .portfolio-item p {
        padding:50px;
        color:#fff;
    }

.portfolio-item .overlay {
   position: absolute;
  top: 0;
  left: 0;
    width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #9a7660;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  cursor:pointer;
  border-bottom-left-radius:200px;
  border-top-right-radius:200px;
  -webkit-border-bottom-left-radius:200px;
  -webkit-border-top-right-radius:200px;
  -moz-border-bottom-left-radius:200px;
  -moz-border-top-right-radius:200px;
}
.portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
  zoom: 1;
	filter: alpha(opacity=100);
}
.overlay a,overlay a:hover{
    color:#fff;
    text-decoration:none;
}
#port-folio .overlay p > span {
    display:block;
    padding-bottom:20px;
}

/*==========================================
   HELP STYLES
    =====================================================*/

#help {
    color:#fff;
   
    background: url(../img/bg2.jpg);    */
padding: 0;
-webkit-background-size: cover;
background-size: cover;
}

#help .overlay {
              background:rgba(32, 32, 32, 0.3); 
                padding-top: 5px; 
    padding-bottom: 100px;       
    }


.embed-responsive {
border: 5px solid #159238;
width: 100%;
min-height: 300px;
margin-top: 100px;
padding-top: 5px;
}
/*==========================================
   CONTACT STYLES
    =====================================================*/
#contact {
    padding-top:10%;
  
}

#contact .form-control {
    background-color:transparent;
    height:40px;
}

#contact  .div-trans button {
            background-color: #159238;
        }

/*==========================================
   FOOTER STYLES
    =====================================================*/

#footser-end {
    text-align:right;
  background-color:#242222; 
   color:#fff;
   padding:5%;
}




  .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  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;
}
.error-msg {
  color: red; 
}

.interested {
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  left: 10px;
  /* background: #1162fb !important; */
  border: none;
  letter-spacing: 1px;
  font-size: 18px !important;
}

  .btn-success {
    color: #fff;
  }


.col-lg-3{
  background-color:#f9af0a !important;
}

.amenities {
    background: #e2dad3;
    position: relative;
    padding: 100px 0px;
}

.amenities .container {
    position: relative;
    z-index: 1;
}


.amenities .img-ovly {
    background: no-repeat center;
    opacity: 0.4;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.amn-info {
    border: 2px #FFF solid;
    text-align: center;
    padding: 15px;
    min-height: 125px;
}


.amn-info img {
    width: 90px;
    margin-bottom: 5px;
}
img {
    vertical-align: middle;
    border-style: none;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, ::after, ::before {
    box-sizing: border-box;
}


@media (max-width: 1199px){
.amn-info h4 {
    font-size: 14px;
}
}
.amn-info h4 {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (max-width: 991px){
.amn-box {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
.amn-box {
    margin-bottom: 30px;
    position: relative;
}

