/* CSS Document  version 1.3  22-Feb-2017*/
/* CSS Document  version 1.4  3-March-2017*/
/* CSS Document  version 1.5  15-March-2017*/
/* CSS Document  version 1.6  16-April-2017*/
/* CSS Document  version 1.7  30-April-2017*/

.body{
    
    background-image:url(../img/bg.png); 
    background-repeat:repeat;
}
.main_container
{
background-color:#DEDEDE;
height:900px;
border-radius:10px;
}

.container{
	clear:both;
	padding:0px 10px;
	width:auto;
	overflow: hidden;
	text-align:left;
	border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

/* only for firefox*/
@-moz-document url-prefix() {
    .banner_ad {
        margin-bottom: 20px !important;
    }
}

.container a{
    color:#337ab7;
    text-decoration: none;
    }

.container li{list-style-type:square;
/*list-style-image:url(/images/arrow_g.png) ;*/

}

@media (max-width: 991px){
    .footer{
        margin-bottom: 65px;
    }

}
@media (min-width: 992px){
    .footer{
        margin-bottom: 10px;
    }    
}




/* to change the scroll effect in iphone/android */
::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 20px;
border: 1px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 1px;  

    background-color: #bcbcbc; 
}


/* table tbody alignment effect */
.table tbody td{ text-align:left ;}

.site-title{
    font-size: 55px;
    font-style: oblique;
    font-family: initial;
    font-variant: small-caps;
    display: inline;
}

.logo{
    height: 90px;
    width: 145px;
    display: inline;   
    padding: 5px;
}

@media (min-width:768px ) and (max-width: 991px) {
   .logo{
    height: 90px;
    width: 125px;
    display: inline;   
    padding: 5px;
    
    }

    .site-title{
    font-size: 40px;
    font-style: oblique;
    font-family: initial;
    font-variant: small-caps;
    display: inline;
    min-height: 50px;
    } 
    .nav>li>a{
        padding: 15px 10px;
    }
}

.mini-logo{
    height: 45px;
    width: 80px;
    display: inline;   
    padding-top: 5px;
    float: left;
    padding-left: 15px;
    
}
.navbar-brand{
    font-size: 22px;
    font-family: initial;
    
}

.navbar-toggle{
    border-color: transparent !important;
}



.card{
    margin-bottom: 15px;
}

.side-card-heading{
    padding: 5px;
    margin: -10px;
    margin-bottom: auto;
    font-size: large;
    color: white;
    background-color: #337ab7;
}

.side-card-links{
    font-size: medium;
    color: #337ab7;
    padding: 5px 0px;
    
}

.count_badge{
background-color: #ff5a5a !important;
cursor: help;
}

.pop_job, .rel_job{
    /*position: fixed;*/
}

.page_badge{
    padding: 5px;
    margin: -10px;
    margin-bottom: auto;
    color: #337ab7;
    float: right;
}

h1,h2{
    color: #337ab7;
    font-family: serif;
    text-align: center;
}
h3{
    color: #337ab7;
    font-family: serif;
    
}
.total_post{
    text-align: center;
    color: red;
}


    

p {
    font-size: medium !important;
    color: black;
    font-family: arial,sans-serif;
}

.banner_ad{
    margin-bottom: 15px;

}
.banner_ad_footer{
    min-height: 40px;
    
}

.wish{
    width: 100%;
}
.wish_close{
    top: 25px;
    position: relative;
    right: 10px;
}

/* side fb & whatsapp share icon*/

.laptop_share{
    position: fixed;
    right: 20px;
    padding: 7px;
    border-radius: 50%;
    color: white;
    width: 40px;
    height: 40px;
    z-index: 100;
    
}

.laptop_share i{
    font-size: 24px;
}

.fb_share{
    border: 1px #3b5998 solid;
    bottom: 55px;
    background-color: #3b5998;
}

.wa_share{
    border: 1px #25d366 solid;
    bottom: 100px;
    background-color: #25d366;
}

.share_fa{
    position: fixed;
    bottom: 144px;
    font-size: 14px !important;
    color: #fff;
    right: 20px;
    background-color: #4267b2;
    padding: 4px;
    border-radius: 4px;
    z-index: 100px;
}

.laptop_share:hover ,.laptop_share:focus{
    color: white;
}

.scroll_top{
    border: 1px #5bc0de solid;
    bottom: 55px;
    background-color: #5bc0de; 
    display: none;
    right: 15px;  
}


/*css for homes/main action for website*/

.my_panel{
    border-radius: 0px;
    margin: 20px auto;
}

.p_heading{ 
    border-radius: 0px;
}

.m_h2{
    color: white;
    margin: auto;
    text-align: left;
    font-size: 22px;
}

.c_box{
    
    transition: 0.3s;
}

@media (min-width:768px) and (max-width: 1200px){
    .c_box{
        min-height: 215px;
    }
}


@media (min-width:1200px) and (max-width: 1245px){
    .c_box{
        min-height: 245px;
    }
}

@media (min-width:1246px ){
    .c_box{
        min-height: 225px;
    }
}

.c_box:hover{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)!important;
}

.btn{
    border-radius: 0px;
}

.last_date{
    color: red;
}

.seen_by{
    color: green;
}

.m_fa{
    color:cadetblue;
}

.job_title{
    color: #337ab7;
}

.job_tag{
    color: white;
    background: rgba(128, 128, 128, 0.66);
    padding: 2px 5px 2px 5px;
    border-radius: 6px;
    font-size: small;
    display: inline-block;
}

.new{
    padding-right: 0px;
}

.cmnt_loader{
    background-color: #3b5998;
    color: #ffffff;
    font-size: 17px;
    padding: 5px;
    border-radius: 3px;
    margin-top: 5px;
}

.search_bar{
    display: flex;
}

.search_input{
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.search_btn{
    border-bottom-right-radius:4px;
    border-top-right-radius:4px;
}

.md_header{
    background-color: #5cb85c;
    color: white;
}

.md_close{
    color: white;
    opacity: 1;
}

.md_footer{
    border:white;
    padding-top: 0px;
}

#search_result a{
    font-size: 18px;
}

#search_result .desc{
    word-wrap:break-word;
    line-height: 1.4;
    color: #545454;
    font-size: 15px !important;
}

#search_result .p_date{
    color: #808080
}

.danger {
    background-color: #ffdddd;
    border-left: 6px solid #f44336;
    padding: 15px;
    font-size: 16px;
}

