/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

.btn-theme-colored-nogb{
 border-color: #168ecd; 
 border-radius:5px
}

/* Your custom css codes start here: */

.imgw{
    width:35px !important;
}

.yv{
    max-height:300px !important;
}

.font75{
    font-size:75%;
}


.fluid-width-video-wrapper{
    padding:30% !important;
}

.imgwhitelogo{
background:white;
padding: 8px 8px 8px 8px;
margin: 0 !important;
}

.hr{
    border-top:1px solid #168ecd;
}

article{
    text-align: justify;
}

.btnart{
color:#168ecd !important;
background-color:#fff !important;
border-color:#fff !important;
}

.borderltr{
       border-right:1px solid #168ecd !important;
       border-top:1px solid #168ecd !important;
       border-left:1px solid #168ecd !important;
}

.borderlbr{
       border-right:1px solid #168ecd !important;
       border-bottom:1px solid #168ecd !important;
       border-left:1px solid #168ecd !important;
}



