/*

Arambankudyil Consultancy Private Limited, 2016

*/

body {
    color: #5a5a5a;
    /* for navbar-fixed-top */
    padding-top: 50px;
}

/* Share masthead with page headers */
.masthead {
    position: relative;
    padding: 30px 90px 30px 90px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    background-color: #3276b1;
    /* background-image: -webkit-linear-gradient(top, #285e8e 0%, #3276b1 100%);*/
    background-image: linear-gradient(to bottom, #285e8e 0%, #3276b1 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#285e8e', endColorstr='#3276b1', GradientType=0);

}

.masthead small {
    font-size: 70%;
    color: #ccc;
}

.sdf {
    padding-top: 50px;
    padding-bottom: 20px;
}

.footer {
    position: relative;
    padding: 30px 90px 30px 90px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    background-color: #3276b1;
    background-image: -webkit-linear-gradient(bottom, #285e8e 0%, #3276b1 100%);
    background-image: linear-gradient(to top, #285e8e 0%, #3276b1 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#285e8e', endColorstr='#3276b1', GradientType=0);

}

.paddingtop-bottom {
    margin-top: 50px;
}

.footer-ul {
    list-style-type: none;
    padding-left: 10px;
    margin-left: 10px;
}

.footer-ul li {
    line-height: 19px;
    font-size: 12px;
}

.footer-ul li a {
    color: #a0a3a4;
    transition: color 0.2s linear 0s, background 0.2s linear 0s;
}

.footer-ul i {
    margin-right: 10px;
}

.footer-ul li a:hover {
    transition: color 0.2s linear 0s, background 0.2s linear 0s;
    color: #ff670f;
}

/* a0a3a4 */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bottom {
    border-bottom: 1px solid #ddd;
}

.blank {
    margin-top: 40px;
    margin-bottom: 40px;
}

.btn-custom {
  background-color: #99b717; /* Replace with your desired hex code */
  border-color: #99b717;
  color: #ffffff; /* Text color for contrast */
}
