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

*/
.bthumb{
    min-height:60px;
}

.border-white{
    border:solid 1px white;
    border-radius:5px;
}
#welcome a{
 color: #666666;
font-size: 14px;
text-decoration:underline;
}

.breadcrumb{
    display:none !important;
}

#welcome a:hover{
text-decoration:none;
}

#team a{
 color: #fff;
font-size: 14px;
text-decoration:underline;
}

#team a:hover{
text-decoration:none;
}



.ullist ul{
margin: initial !important;
list-style: initial !important;
padding-left: 15px !important;
}
.ullist ol{
margin: initial !important;
list-style: initial !important;
padding-left: 15px !important;
}

/* Your custom css codes start here: */
#dots .item{
display: inline-block;
border: 1px solid #fff;
padding: 2px 5px;
margin: 1px;
width: 21.4px;
text-align: center;
box-sizing: content-box;
}

.bg-silver{
background-color: hsla(0,0%,96.5%,.43);
border-top: 1px solid hsla(0,0%,78%,.37);
}

.bgw{
background: white !important;
color: black !important;
text-align:left !important;
}

#dots .active{
background: lightgray !important;
}
#dots .focus{
background: gray;
}

.bg-lgr{
    background: lightgray !important;
    color: #168ecd !important;
}


.fullwidth-carousel .owl-dots {
    margin-top: -28px !important;
}


.lh-0{
line-height:0;
}

.gallery{
right: 25px;
position: absolute;
top: 10px;
font-size: 30px !important;
padding: 5px;
color: white !important;
}

.mincme{
    min-height: 185px;
}

.filetype {
    display: none !important;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.font10{
    font-size:12px !important;
}

.font35{
    font-size:30px !important;
    margin-top: 3px;
    cursor:pointer;
}

.profile{
      border-radius: 5px;
          margin-bottom: 5px;
}

.font25{
    font-size:20px !important;
    margin-top: 3px;
    cursor:pointer;
}

.headerwebsite{
color: #fff;
background-color: #168ecd;
border-color: #168ecd;
}

.copyright{
position: absolute;
z-index: 1;
bottom: 15px;
right: 30px;
color: white;
background: #168ecd !important;
padding: 1px 5px;
}

/* Your custom css codes start here: */
.me{
width: 50%; 
float: left;
}

.mrow .col-md-4{
    vertical-align: top  !important;
    display: inline-block  !important;
    float: none;
}


.gray{
	color: #333333  !important;
}


.border{
    border: 1px solid #000;
}

.border .img-fullwidth{
    border: 1px solid #168ecd;
}


#nl{
    background-color: #69c3af  !important;
    margin-bottom: 0;
	padding:30px 15px;
	text-align:center;
}

#nl span{   
	color:white;
	padding:0 5px;
}

#nl input{   
	border: 1px solid gray;
    padding: 5px;
	margin:0 5px;
}

#nl input[type=submit]{  
    background-color: gray;
    color: white;
}

input[type=email]{
   text-transform: lowercase;
}

input[type=email]::-webkit-input-placeholder { /* Edge */
text-transform: capitalize;
}

input[type=email]:-ms-input-placeholder { /* Internet Explorer 10-11 */
text-transform: capitalize;
}

input[type=email]::placeholder {
text-transform: capitalize;
}

header{
    height: 83px !important;
}

@media only screen and (max-width : 728px) {
#home
.owl-nav{
    display:none;
}
}

@media (max-width: 900px){
.menuzord-responsive .menuzord-menu li .indicator {
  width: 100% !important;
  border-left: solid 0px #f5f5f5 !important;
}
.menuzord-responsive .menuzord-menu li .indicator .fa-angle-down{
    margin-left: 80%;
}
}

a[href^="blob:"] {
	display: none !important;
}


.popup{
padding: 0px;
position: fixed;
transform: translate(-50%,-50%);
left: 50%;
top: 50%;
display: none; 
text-align: center;
width: 100%;
background: rgba(0,0,0,0.75);
height: 100%;
border-radius: 0;
z-index: 99999999999;
}
.popup button{
display: block;
margin:  0 0 20px auto;
background-color: transparent;
font-size: 30px;
color: #ffffff;
background: #94c74f;
border-radius: 100%;
width: 40px;
height: 40px;
border: none;
outline: none;
cursor: pointer;
line-height: 0;
right: 10px;
top: 20px;
position: relative;
}
.popup iframe{
max-width: 840px;
padding:10px
}