/*
Theme Name: SJD CORE
Template: tm-finance
*/

.mspace {
    border: 1px solid;
    margin: 10px -10px;
}

.impfee ul {
    margin: 1rem 0.5rem;
    text-align: left;
}

.implink thead {
    background: white !important;
}
.redb {
    color: white;
    background: red;
    font-size: 1.2em;
}

.yelb {
    
    background: #ffff00;
    font-size: 1.2em;
}

.card.impfee {
    border: 1px solid;
    padding: 5px;
}



body, p {
letter-spacing: normal !important;	
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: normal !important;	
	}
.ps-5 {
    margin-top: 15px;
    margin-bottom: 15px;
}
h2.hbtitle {
    background: #e74c3c;
    padding: 10px;
    
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;

}

.homelist {
    /* border-bottom-color: #9b59b6; */
    border-bottom: 4px solid #8cc63f;
    -webkit-box-shadow: 0 0 3px #CACACA;
    -moz-box-shadow: 0 0 3px #cacaca;
    box-shadow: 0 0 3px #CACACA;
    background: #FFF;
	min-height: 450px;
  border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

aside.sidebar {
    background: #FFF;
    padding: 10px;
    border-radius: 5px;
}

.homelist a {
    color: #0054f2 !important;
    /* font-size: 15px; */
    font-weight: 600;
}

a.more-link {
    background: black;
    color: #FFF !important;
    /* padding: 5px 80px; */
    font-size: 15px;
    display: inline-block;
    line-height: 22px;
    border: 0 none;
    cursor: pointer;
    text-decoration: none;
    border-radius: 10px;
    text-align: center;
    margin-top: 10px;
    display: block;
    padding: 10px;
}

a.more-link:hover { 
background:#e74c3c;
color: #FFF !important;
}

.tm-btn-wrapper {
    padding: 10px;
}

.topinfo p {
   Font-size: 20px;
    line-height: 1.2;
    letter-spacing: normal;
}

.big-title {
    padding: 80px 0px 80px 0px !important;
    margin: 0px 0px 50px 0px !important;
    background-color: #f1592aeb !important;
	background-image: none !important;
}

.big-title:after {
   
    background-color: rgba(0, 0, 0, 0) !important ;
}

table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table h3 {
    font-family: sans-serif;
    color: #ff0505;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    letter-spacing: normal;
}


table caption {
    font-size: 1.5em !important;
    /* margin: .5em 0 .75em; */
    caption-side: top !important;
    padding: 10px !important;
}



table tr {
    padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
   overflow-x: auto;
    display: block;
  }
}

thead {
    background: #2196f3 !important;
    color: #FFF;
}


.listcontent {
	list-style-type: none;
    padding: 0;
    margin: 10px;
	border: 3px solid #2196f3;
	
}

.listcontent li {
    padding: 8px 16px;
    border-bottom: 1px solid #ddd;
}

ul.listcontent {
    margin: 10px 0px !important;
}

.listcontent li:before {
    content: none !important;
    margin-right: 10px;
    color: #3768b4;
}

.bluehead {
    
    background-color: #2196F3!important;
    text-align: center;
}

.bluehead  h3 {
    color: #fff!important;
    text-align: center;
	font-size: 22px;
    font-weight: bold;
}


.listcontentlast {
	list-style-type: none;
    padding: 0;
    margin: 20px 0px;
    border: 3px solid #FF0000;
    text-align: center;
    font-size: 28px;
	
}

.listcontentlast li {
    padding: 8px 16px;
    border-bottom: 1px solid #ddd;
}

ul.listcontentlast {
    margin: 10px 0px !important;
}

.listcontentlast li:before {
    content: none !important;
    margin-right: 10px;
    color: #3768b4;
}

.redhead {
    
    background-color: #FF0000!important;
    text-align: center;
}

.redhead  h3 {
    color: #fff!important;
    text-align: center;
	font-size: 22px;
    font-weight: bold;
}

a:hover {
    color: #ff0000 !important;
}

.listcontentlast li:hover {
    background-color: #8c8484;
}

@font-face {
  font-display: swap !important;
}

.archivecontent {
    box-shadow: 0 0 3px #b9b9b9;
    /* padding: 10px; */
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.archivepost {
    background: #eeeeee;
    border: 1px solid #adadad;
}

.archivecontent .pagination {
    text-align: center;
    padding: 20px 0px;
}


.news-grid .entry-title {
    font-size: 20px !important;
}

.gridc{
  display: flex !important;
background: #FFF;
    flex: 0 1 auto !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    box-shadow: 0 0 3px #CACACA;
    padding: 5px 5px 5px 5px;
    /* min-height: 450px; */
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.gridc-box {
    background: #e6e6e6 !important;
    /* padding: 5px; */
    margin: 5px  !important;
}

.gridc-box:hover {
    background: #e74c3c;
    margin: 5px !important;
}
.gridc a{
      color: #0054f2 !important;
    font-weight: 600 !important;
}

.gridc a:hover {
      color: #FF0000 !important;
    font-weight: 600;
}

.newtop .col-sm-12.col-md-6.gridc-box {
    background: #464646  !important;
    /* color: #FFF !important; */
}
.newtop .col-sm-12.col-md-6.gridc-box a {
    color: #FFF !important;
}
.newtop .col-sm-12.col-md-6.gridc-box a:hover {
    color: #e74c3c !important;
}

@media (min-width: 64em) {
.col-md-6.gridc-box {
    max-width: 49%;
}
}

@media (min-width: 80em) {
.col-lg-3.gridc-box {
    max-width: 24%;
}
}

.blink_me {
  animation: blinker 1s linear infinite;
}



@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.tm-list-2 {
    display: inline !important;
}


#implink a {
    display: block;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #3498db;
}

.implink a {
    display: block;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #3498db;
}

.implink a:hover {
    background-color: #27ae60 !important;
    color: #fff !important;
}

.entry-content h3 {
    font-size: 24px !important;
    padding: 18px 0px !important;
    font-weight: bold !important;
}

.implink a {
    
    color: #fff !important;
}

.implink tbody {
    background: #f9f996;
}

.entry-content ul {
    margin: 0px;
}
.entry-content ol {
    margin: 0px;
}

.content.content-area {
    background: #FFF;
    box-shadow: 0 0 3px #CACACA;
    padding: 20px 10px 20px 10px;
    /* min-height: 450px; */
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

#content {
    padding-bottom: 20px;
}

.social_button {
    display: flex !important;
    flex: 0 1 auto !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    display: block;
}
.social_button .col-md-4 {
    margin-bottom: 5px;
}

.social_button a:hover{
   color: #fff !important;
}

.facebook {
    background-color: #3b5998;
    color: #fff;
    padding: 10px 0px;
    font-size: 16px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.twitter {
    background-color: #55acee;
}

.whatsapp {
   background-color: #68b225;
}

.btn-block {
    display: block;
    width: 100%;
}
a.facebook.btn-block {
	color:#FFF !important;} 
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}


.job-post-image {
    margin-top: 0;
    margin-right: 2em;
   text-align: left;
}

@media (min-width: 769px){
.job-post-image img {
    max-width: 300px;
}
 .job-post-image{
   float: auto;
}
}

.job-summary {
    margin: 2em 0 0;
}

.jobdetailinfo {
    float: left;
    width: 100%;
}

.jobdetailinfo ul {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    line-height: 14px;
    list-style: none;
}

.jobdetailinfo ul li {
    width: 100%;
    float: left;
    line-height: inherit;
    list-style-type: none;
    padding: 12px 0 12px 20px;
}

.jobdetailinfo ul li span {
    width: 285px;
    font-weight: 500;
}

.jobdetailinfo ul li em {
    font-size: 14px;
    line-height: inherit;
    display: inline-block;
    vertical-align: middle;
}

.new-post {
    padding-left: 20px;
    background-image: url(new.png) left top no-repeat;
}

.joblogo  {
max-width: 250px;
    float: left;
    padding: 20px 50px;}

.jobinfo {
    display: table-cell;
    vertical-align: middle;
}
.jobinfo table {
border-collapse: unset;	
}
.jobinfo td {
    padding: .225em;
}

.topinfo {
    padding: 20px 0px;
}

.jobsummary {
    float: left;
    width: 100%;
}

.jobsummary table {
    margin: 10px 0px 20px 0px;
}

.jobsummary td {
    padding: .250em .450em;
}

.new-post {
    padding-left: 20px;
    background-image: url(https://sarkarijobdekho.com/wp-content/uploads/2019/12/NEW.gif) left top no-repeat;
}


.jobsummary {
    float: left;
    width: 100%
}

.jobsummary ul {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    line-height: 14px;
    list-style: none;
    box-sizing: inherit;
    border: 1px solid;
}

.jobsummary ul li {
    width: 100%;
    float: left;
    line-height: inherit;
    list-style-type: none;
    padding: 12px 0 12px 5px
}

.jobsummary ul li span {
    width: 50%;
    font-weight: 500;
    font-weight: bold;
    line-height: inherit;
    display: inline-block;
    vertical-align: middle
}

.jobsummary ul li em {
    color: #767676;
    font-style: normal;
    font-size: 14px;
    line-height: inherit;
    display: inline-block;
    vertical-align: middle
}

.jobsummary ul li:nth-child(even) {
    background: #fafafa
}

.jobsummary ul li:before {
    content: none;
    margin-right: 0px
}



.entry-header.arc {
 padding: 5px 20px !important;
    display: inline-block;
}
h1.hometitle {
    text-align: center;
    padding: 5px 0px;
    text-transform: capitalize;
}

ins.adsbygoogle { background: transparent !important; }
.homebox {
    border-bottom: 1px solid #adadad;}

.homebox:last-child {
    border-bottom: none !important ;}

.site { 
    background-color: #e0e0e0  !important ;}

/* Sticky bottom bar */
#sticky-apply-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000; /* change as needed */
    text-align: center;
    padding: 15px 0; /* height ~50px */
    z-index: 9999;
    color: #FFF;
    font-weight: bold;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
}

/* Button inside sticky bar */
#sticky-apply-bar .apply-btn {
    background-color: #27ae60;
    color: #fff;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s;
}

#sticky-apply-bar .apply-btn:hover {
    background-color: #ffe6e6;
}

/* Add space at bottom of content so footer is not hidden */
.with-sticky-bar {
    padding-bottom: 80px; /* same as or slightly more than sticky bar height */
}

.single-job {
    padding-bottom: 60px;
}