/*
@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.

*/
#demo {
background: green;
color: white;
font-weight: bold;
}

.bme {
    color: #fff !important;
    text-decoration: none !important;
}

.sq{
    width: 100%;
    height: 45px;
}

.owl-carousel-0col .owl-next  {
    bottom:-40px !important;
    right:-30px !important;
}
.owl-carousel-0col .owl-prev  {
    bottom:-40px !important;
    left:-30px !important;
}

.sll {
	margin-top: 0px !important;
	font-size: 11px !important;
	color: #888 !important;
	float: right !important;
}

.slr {
	margin-top: 0px !important;
	font-size: 11px !important;
	color: #888 !important;
	float: left !important;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.bxr{
    /*background:white !important;*/
    width:30px;
    text-align:center;
    margin-right:5px;
}

.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;
}



