/* your styles go here */

.btn-primary {
    color: #fff;
    background-color: #3A5683;
    border-color: #3A5683
}
.bg-primary {
    background-color: #3A5683!important;
}
.blog-post .image .overlay{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:#3A5683;
    opacity:0;
    -webkit-transition:all 0.4s;
    transition:all 0.4s
}
.ml12 {
    font-weight: 400;
    font-size: 2.8em;
    text-transform: capitalize;

}

.ml11 {
    font-weight: 900;
    font-size: 2.5em;
}

.ml11 .text-wrapper {
    position: relative;

    padding-top: 0.1em;
    padding-right: 0.05em;
    padding-bottom: 0.15em;
}

.ml11 .line {
    opacity: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: #fff;
    transform-origin: 0 50%;
}

.ml10 {
    font-family: "Open Sans", sans-serif;
    position: relative;
    font-weight: 400;
    font-size: 2em;
}

.ml10 .text-wrapper {
    position: relative;

    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
}

.ml10 .letter {

}
.pgWrap-copy
{
    /*float:left;*/
    width:100%;
    height: 50%;
}

/************  Footer Section STARTS ************/
.footerBg
{
    background-color:#3A5683;
    border-top:2px solid #6697fc;
}

footer h6{
    color: #ffbd4d;
}
#webmaster{

    text-align: center;
    color:#fff;
}
#webmaster p{

    color:#fff;
    font-size: 1rem;
}
#webmaster a{

    color:#fff;
    font-size: 1rem;
    text-decoration-line: none;
}

#news,
#newlsetterForm,
#tweets,
#flckrStream
{
    margin:30px 0px 30px 0px;
    color:#fff;
}
#newlsetterForm h2{
    margin:0px 0px 0px 30px;
    font-size:1.4rem;

}
#news h6{
    margin: 0px 0px 0px 45px;
}
#news h2,
#tweets h2
{
    margin:0px 0px 0px 0px;
    font-size:1.4rem;
}
#flckrStream h2{
    margin:0px 0px 0px -40px;
    font-size:1.4rem;

}

#flckrStream iframe{
    margin:10px 0px 0px -40px;
    font-size:1.4rem;

}

#news img{
    margin:0px 0px 10px 60px;

}

#news p{
    margin:0px 0px 0px 30px;
}
#newlsetterForm p
{
    margin-top: 20px;
    margin-left: 30px;
    color:#fff;
    font-size:0.85rem;
    padding: inherit;
}
#newlsetterForm a{
    color:#fff;
    text-decoration-line: none;
}
.noTopMargin
{
    margin-top:0px!important;
}

#frmNewletter
{
    margin-top:20px;
}

.small
{
    font-size:0.75rem;
    margin-right:10px;
}

/* Styling Twitter Feeds STARTS */
#tweets
{
    padding-right:15px;
}
#tweets ul
{
    margin:20px 0px 0px 20px;
    padding:0px 10px;

}
#tweets span{
    padding-bottom: 5px;
}

#tweets a{
    color: #fff;
    text-decoration-line: none;
}

#tweets li
{
    line-height:normal;
    margin-bottom:20px;
    list-style:none;
    font-size:1rem;
}
/* Styling Twitter Feeds ENDS */


/* Styling Flickr feed STARTS */
.flickr-feed {
    margin: 16px 0 0 0;
    overflow: hidden
}

.flickr-feed li {
    float: left;
    padding: 0 4px 4px 0;
    list-style: none;
}

.flickr-feed li img {
    width: 50px;
    border: 2px solid #eaeaea;
}

.flickr-feed a:hover {
    opacity: 0.7;
}
/* Styling Flickr feed ENDS */

/************  Footer Section ENDS ************/

/************  Copyright and Acknowledgements Section STARTS ************/
.copyRtAckSocialBg
{
    background-color: #959c9c;
    border-top:2px solid #6697fc;
}

#copyRtAck,
#social
{
    margin:0px 0px 0px 0px;
}

#copyRtAck p
{
    font-size:0.8rem;
    color: #eef0f5;
}
#copyRtAck a
{
    color: #ebf7f8;
}
#copyRtAck a:hover
{
    color:#fff;
}
/************  Copyright and Acknowledgements Section ENDS ************/
