body
{
    font-family: 'Open Sans' , sans-serif;
}

@font-face { font-family: Kalam-regular; src: url('../fonts/Kalam-Regular.ttf'); } 
@font-face { font-family: Kalam-bold; src: url('../fonts/Kalam-Bold.ttf'); } 
.bg-image {
  /* The image used */
  background-image: url("../images/Background.jpg");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.navbar-default
{
    margin: 0px;
}
.fill-screen
{
    background-size: cover;
    background-position: center;
}
.about-us
{
    background-size: cover;
    background-position: center;
}
.fixed-bg-image
{
    background-attachment: fixed;
}
.subheading
{
    letter-spacing: 0.05em;
    color: brown;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    border-bottom: 5px solid #235951;
    padding-bottom: 20px;
    /*font-family:Kalam-regular;*/
}
.subheading-underline
{
    width: 120px;
    background-color: #235951;
    height: 10px;
    text-align: center;
}
.clients div
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.clients a
{
    margin: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    display: inline-block;
}
.clients .img-responsive
{
    box-shadow: rgba(0,0,0,0.5) 10px 10px 60px;
}
.title-text-row
{
    position: relative;
    min-height: 300px;
}
.title-text
{
    color: #fff;
    font-size: 50px;
    position: absolute;
    background-color: #136ADE;
    padding: 5px;
    top: 20%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    
    background: rgb(204, 204, 204); /* Fallback for older browsers without RGBA-support */
    background: rgba(204, 204, 204, 0.8);/*background: rgb(126,113,110, 0.5);*/
}
.title-desc-text
{
    color: #fff;
    font-size: 30px;
    background: rgb(204, 204, 204); /* Fallback for older browsers without RGBA-support */
    background: rgba(204, 204, 204, 0.6);
    /*background-color: #136ADE;*/
    padding: 5px;
    top: 20%;
    /*left: 50%;
    margin-right: -50%;*/
}
#carousel
{
    margin: 40px 0px;
}
#carousel img
{
    width: 100%;
    height: auto;
}
.down-button
{
    position:absolute;
    bottom:170px;
    width:100%;
    text-align:center;
    }
    .down-button i{color:White;}
    .navbar-inverse .navbar-nav>li>a {
    color: #000;
}
.navbar-inverse {
    background-color: #BCC1BD;
    border-color: #383262;
}
.footer-copyright
{
    font-family: monospace;

}
.footer-poweredBy{
    float:right;
}

.desc-left{
float:left;
height: 40%;
}
desc-right{
float: right;
height: 40%;
}
.Special-bold-font{
    color: brown;
    font-family:Kalam-bold;
}
.Special-reg-font{
    color: brown;
    font-family:Kalam-regular;
}
.Special-font-complete{
    /*color: #E9474D;*/
    color: green;
    font-family:Kalam-bold;
}
.Special-font-under-const{
    /*color: #E9474D;*/
    color: red;
    font-family:Kalam-bold;
}
.Special-font-prop-info
{
    font-family:Kalam-bold;
    font-size:16px;
}
.prop-info-box
{
    background-color: #136ADE;
    padding: 5px;
    background: rgb(204, 204, 204); /* Fallback for older browsers without RGBA-support */
    background: rgba(217, 238, 225, 0.80) !important;
    border-radius: 15px;
    width:25%; 
    z-index:1;
    position: relative;
    font-weight: bold;
    border: 0.5px solid green;
    font-size:18px;
    border-collapse: separate;
    border-spacing: 0;
}
div.prop-info-box div {
        padding: 1px;
        
 }

div:has(div.prop-info-box){
    vertical-align:bot1tom;
}

.prop-img{
    /*height:500px;
    width:80%; */
    height: auto;
    z-index:0;    
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.8);
}
.image-container {
  position: relative;
  text-align: center;
  color: whi2te;
}
.bottom-right {
  position: relative;
    bottom: 110px;
    /* bottom: 30%; */
    float: right;
    width: 90%;
    left: 40%;
  
}

.other-proj{
    align-items: center;
    /* align-content: center; */
    position: relative;
    width: 100%;
    display: flex;
    padding-left: 25%;
}

.proj-btn{    
    border: 0.5px solid #000;
    color: brown;
    font-weight: bold;
    border-radius: 30px;
    padding-right: 20px;
    padding-left: 20px;
    text-decoration:none;
    background: rgba(255, 255, 255, 0.9);
}
.proj-btn:hover{
    color: #fff;
    text-decoration:none;
    background: rgba(204, 204, 204, 0.6);
}

@media (max-width:1024px)
{
    .fixed-bg-image
    {
        background-attachment: scroll;
    }
    #logo-img{      
        content:url("../images/SmallLogo.png");height:120px;
    }
}
@media (max-width:670px)
{
    .title-text
    {
        font-size: 30px;
    }
    #logo-img{      
        content:url("../images/MobileLogo.png");height:50px;
    }
    .prop-info-box{
        font-size:14px;width:55%; 
    }
    .prop-img{
        z-index:0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .proj-btn{
        font-size:20px;
    }
    .other-proj{    
    padding-left: 5%;
}
}
