/* JOB LISTING RELATED CSS */
/* .sjb-page{
	background-color:#F5FAFF;
} */

/* .sjb-page .list-data .v2 {
    background: #0554f20f;
    border: 1px solid #ccc;
    float: left;
    margin: 15px 0;
    width: 100%;
    padding-bottom: 15px;
} */

/* Listing Box */
.sjb-page .list-data .v2 {
    border-radius: 10px;
	  border:1px solid #14133B2f;
    padding: 30px 10px;
}

/* .sjb-page .list-data .v2 .sjb-with-logo .job-info.job-without-company {
    float: left;
    margin-left: 20px;
    margin-top: 45px;
} */

/* Job Title  */
h4 .job-title {
    font-size: 30px;
    font-family: rubik, sans-serif;
    color: #444;
    font-weight: 300;
}

/* Job Title Hover Condition  */
h4 .job-title:hover {
    font-size: 30px;
    font-family: rubik, sans-serif;
    color: #0554F2;
    font-weight: 300;
}

/* Company Logo */
.sjb-page .list-data .v2 .company-logo {
    float: left;
    width: 78px;
    max-width: 200px;
    margin-right: 10px;
    border: 3px #14133B solid;
    border-radius: 10px;
}

.sjb-page .btn-primary,
.sjb-page .btn-primary:hover,
.sjb-page .btn-primary:active:hover,
.sjb-page .btn-primary:active:focus,
.sjb-page .sjb-detail .jobpost-form .file div,
.sjb-page .sjb-detail .jobpost-form .file:hover div {
    background-color: #0554F2 !important;
    color: #fff !important;
}

/* Job Listing - Apply Now Button */
.sjb-page .list-data .v2 .sjb-apply-now-btn a {
    border-radius: 0;
    font-size: 14px;
    padding: 10px 20px;
    margin-top: 5px;
    margin-left: 5px;
    border-radius: 5px;
}

/* Job Listing - Apply Now Button */
.sjb-page .list-data .v2 .sjb-apply-now-btn a {
    padding: 15px 25px;
    color: #fff;
    background: #0554f2;
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 50;
    letter-spacing: 0.2px;
    position: relative;
    display: inline-flex;
    align-items: end;
	 text-transform:uppercase;
	 font-weight:400;
}
/* 
.sjb-page .list-data .v2 .sjb-apply-now-btn a::after {
    content: '\2192';
    margin-left: 10px;
    transition: transform 0.6s ease;
}

.sjb-page .list-data .v2 .sjb-apply-now-btn a::hover::after {
    transform: translateX(-10px) rotateY(180deg);
} */

/* .sjb-page .list-data .v2 .sjb-apply-now-btn a::after:hover {
    transform: translateX(0) rotateY(180deg);
} */

/* Job Type / Job Location */
.sjb-page .list-data .v2 .job-type,
.sjb-page .list-data .v2 .job-location {
    color: #0554F2 !important;
    font-family: rubik, sans-serif;
    font-weight: 300;
    font-size: 16px;
	  margin-left: -1px
}

/* Job Date  */
.sjb-page .list-data .v2 .job-date {
    display: none;
    visibility: hidden;
}

/* Job Location / Type / Date -- i Tag */
.sjb-page .list-data .v2 .job-type i,
.sjb-page .list-data .v2 .job-location i,
.sjb-page .list-data .v2 .job-date i {
    font-size: 16px;
    color: #0554F2 !important;
    margin-right: 5px;
}

/* i Tag -- title Value */
.sjb-page .sjb-listing .list-data .v2 .job-features .sjb-title-value h4 i,
.sjb-page .sjb-listing .list-data .v1 .job-features .sjb-title-value h4 i {
    color: #0554F2 !important;
    width: 30px;
}

/* Job Description */
.sjb-page .job-description-list p {
    color: #14133B;
    font-size: 16px;
    margin: 0 0 10px;
    word-wrap: break-word;
    font-family: rubik, sans-serif;
    font-weight: 300;
}

/* Job Description */
.sjb-page .list-data .v2 .job-description-list {
    float: left;
    width: 100%;
    /* padding: 0 20px 20px 20px; */
    /* 	background-color:#0554f111;
	border-radius:0px 0px 15px 15px; */
}

/* Job Description */
.sjb-page .list-data .v2 .job-description {
    float: left;
    width: 100%;
    border-top: 0;
    padding-left: 0px;
    padding-right: 5px;
}

/* Job Date */
.sjb-page .list-data .sjb-job-type-location-date {
    border-top: 0px solid #ccc;
    padding: 0px 20px 20px 20px;
    overflow: hidden;
    /* 	background-color:#0554f111;
	border-radius:15px 15px 0px 0px; */
}

/* Detail Section */
.sjb-page .sjb-detail {
    margin: 0px 0 0;
}

/* v2 Section */
.sjb-page .sjb-detail .list-data .v2 {
    border: 0;
    margin: 0;
    padding: 20px 0px;
}

/* job-features h3  */
.sjb-page .job-features h3 {
    color: #0554F2 !important;
    font-size: 18px;
    font-weight: bold;
    margin: 16px;
    font-family: rubik, sans-serif;
    font-weight: 400;
}

/* View More & View Less btn */
.sjb-page .sjb-listing a.sjb_view_more_btn,
.sjb-page .sjb-listing a.sjb_view_less_btn {
    color: #0554F2 !important;
    font-family: rubik, sans-serif;
    font-weight: 400;
    border-radius: 5px;
}

/* View More & View Less btn */
.sjb-page .sjb-listing a.sjb_view_more_btn,
.sjb-page .sjb-listing a.sjb_view_less_btn {
    color: #0554F2 !important;
    padding: 5px 15px;
    background-color: #0554f218;
}


/* Tags Off as - post type post date */
.entry-header .entry-meta ul li {
    display: none;
    margin-right: 15px;
    position: relative;
    font-size: 15px;
    color: #7a7a7a;
    margin-bottom: 0;
}

/* Banner Upper Space */
.entry-thumbnail-area {
    margin-top: 20px;

}

/* banner Image */
.entry-thumbnail-area img {
    border-radius: 10px;
	border:1px #2B2A4E solid !important
}

.sjb-page .list-data .sjb-company-wrapper-details {
    padding: 0px 0px;
    overflow: hidden;
}

/* Apply Online - Label */
.sjb-page .sjb-detail .list-data .v2 .jobpost-form h3 {
    color: #0554F2 !important;
    font-family: rubik, sans-serif;
	font-size:25px;
	letter-spacing:1px;
	word-spacing:2px;
	font-weight:400;
	padding-bottom:30px;
	text-align:center;
	text-transform:uppercase;
}

/* Form Label */
.sjb-page .sjb-detail .list-data .v2 .jobpost-form label {
    font-size: 16px;
    font-family: rubik, sans-serif;
    font-weight: 400;
}

/* Form Outer */
.sjb-page .sjb-detail .list-data .v2 .jobpost-form {
    padding: 15px;
    border-radius: 5px;
    float: left;
    width: 100%;
    background-color: #F5FAFF;
}

/* Submit Button */
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .app-submit {
    padding: 15px 25px;
    color: #fff;
    background: #0554f2;
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: medium;
    font-weight: 50;
    letter-spacing: 0.2px;
    position: relative;
    display: inline-flex;
    align-items: end;
    font-family: rubik, sans-serif;
}

/* .sjb-page .sjb-detail .list-data .v2 .jobpost-form .app-submit::after {
    content: '\2192';
    margin-left: 10px;
    transition: transform 0.6s ease;
}

.sjb-page .sjb-detail .list-data .v2 .jobpost-form .app-submit::hover::after {
    transform: translateX(-10px) rotateY(180deg);
} */


/* Input Box */
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .form-control {
    font-size: 16px;
    height: 40px;
    border-radius: 0;
    border: 1px solid #c1c1c1;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* Social Button Button Visible */
.entry-footer .post-share .share-links {
    display: inline-block;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
}

/* Share Button Visible & Margin */
.entry-footer .post-share > ul > li .tag-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    background: #f2f2f2;
    padding: 10px 16px;
    border-radius: 5px;
    color: #0554f2;
    margin-left: 8px;
}

/* Get Free Quote - arrow setting */
#mega-menu-item-8100 a svg {
    fill: currentColor;
    vertical-align: middle;
    margin-left: 15px;
    width: 26px;
    margin-top: -3px;
	visibility: visible;
}

.app-submit svg{		
    fill: currentColor;
    vertical-align: top;
    margin-left: 15px;
    width: 26px;
    margin-top: -3px;
}

/* items length */
.sjb-page .col-md-3 {
    width: 25%;
}

/* job characterstics Section */
.sjb-page .list-data .sjb-job-characteristics {
    border-top: 0px;
    margin-left: -18px;
}


.post-default .rtin-item-post .rtin-content h3 a {
    color: #0554F2;
	font-size:20px;
}

/* Blog Hight	 */
.post-grid-style2 .rtin-item-post .rtin-content {
    padding: 30px 30px 25px;
    background: #fff;
    z-index: 2;
    position: relative;
    border-radius: 0px 0px 15px 15px;
/*     height: 200px; */
}

/* FAQ Section */
.sp-easy-accordion .sp-ea-single .ea-header a {
    display: block;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    color: #444;
    font-size: 20px;
    line-height: 28px;
    box-shadow: none;
    font-family: 'Rubik';	
}

.sp-easy-accordion .sp-ea-single .ea-body {
    padding: 15px;
    background: #ffffff;
    border-top: 1px solid #2B2A4E99 !important;
}

.sp-easy-accordion .sp-ea-single {
    background: #efefef;
    margin-bottom: 10px;
		border: 1px solid #2B2A4E !important;
    border-radius: 5px !important;
	padding:3px;
}

/* Active FAQ Background Color */
.sp-easy-accordion .ea-expand .ea-header {
  background-color: #fff;
	color: #000000;
	border-radius:5px;
}

#sp-ea-13901.sp-easy-accordion>.sp-ea-single{
    background: #fff;
	  border-radius:5px;
}

/* Active FAQ Text Color */
#sp-ea-13901.sp-easy-accordion>.ea-expand>.ea-header a{
    color: #444;
}

/* Faq icons design  */
#sp-ea-13901.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon{
    float: right;
    color: #444;
    font-size: 16px;
/*     background-color: #fff;
    border-radius: 5px; */
    padding: 2px;
    padding: 1px 5px;
}

/* Faq Content padding */
#sp-ea-13901.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body{
	border-top:.5px solid #999;
    background: #fff;
    color: #444;
    padding: 20px 30px 22px;
}

#sp-ea-13901.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-icon-expand-minus {
    float: right;
    color: #444;
    font-size: 16px;
    padding: 2px;
    padding: 1px 5px;
}

#sp-ea-13901.sp-easy-accordion>.sp-ea-single {
    margin-bottom: 10px;
    border: 1px solid #fff;
}

/* -------------------------  */
#sp-ea-15305 .sp-easy-accordion>.sp-ea-single{
    background: #fff !important;
	  border-radius:5px;
}

#sp-ea-15305.sp-easy-accordion>.ea-expand>.ea-header a {
    color: #444;
}

#sp-ea-15305.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon{
    float: right;
    color: #444;
    font-size: 16px;
/*     background-color: #fff;
    border-radius: 5px; */
    padding: 2px;
    padding: 1px 5px;
}

#sp-ea-15305.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body{
   border-top:.5px solid #999;
    background: #fff;
    color: #444;
    padding: 20px 30px 22px;
}

#sp-ea-15305.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-icon-expand-minus {
    float: right;
    color: #444;
    font-size: 16px;
    padding: 2px;
    padding: 1px 5px;
}


/* Blog Title */
.home-blog-list .rtin-content .rtin-title a {
    font-size: 25px !important;
}

/* Input Boxes of job listing form */
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .form-control {
    background-color: #fff;
    box-shadow: none;
    color: #14133b;
    border: 1px solid #ededed;
    border-radius: 4px;
    font-size: 15px;
/*     padding: 17px 20px 17px 20px; */
    /* font-size: 15px; */
    height: 40px;
    /* border-radius: 4px; */
    /* border: 1px solid #c1c1c1; */
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* Input box label */
.sjb-page .sjb-detail .list-data .v2 .jobpost-form label {
    font-size: 16px;
    font-family: rubik, sans-serif;
    font-weight: 400;
	padding-left:5px;
}

.sjb-page .sjb-detail .list-data .v2 .jobpost-form .col-md-3, .sjb-page .sjb-detail .list-data .v2 .jobpost-form .col-md-9{
	width:100%;
}

/* About us pae - year of establishment Block*/
.year-of-establishment span.counter:after {
    content: "" !important;
}

/* About us pae - Customer-retention Block*/
.customer-retention span.counter:after {
    content: "%" !important;
}

/*Service Page - Code Igniter Logo*/
.codeIgniter-image .feature-style2 .rtin-item .rtin-icon img{
  height:80px;
	width:80px;
	padding:5px;
}

.codeIgniter-image:hover img{
	background-color:#ffffff;
	padding:2px;
	border-radius:50px;
  height:80px;
	width:80px
}

/*Service Page - Flutter Logo*/
.flutter-image .feature-style2 .rtin-item .rtin-icon img{
/*   height:60px;
	width:60px;
	padding:5px; */
/* 		background: url('https://www.dtechies.com/wp-content/uploads/2024/01/google-cloud-1.svg');
	background-repeat:no-repeat; */
}

.flutter-image:hover img{
content:url('https://www.dtechies.com/wp-content/uploads/2024/01/flutter-2.svg');
	transition: all 0.8s ease;
}

/*Service Page - Google cloud Logo*/
.google-cloud-image .feature-style2 .rtin-item .rtin-icon img{
/*   height:60px;
	width:60px;
	padding:5px; */
}

.google-cloud-image:hover img{
content:url('https://www.dtechies.com/wp-content/uploads/2024/01/google-cloud-2.svg');
	transition: all 0.8s ease;
}

/*Service Page - Godaddy Logo*/
.godaddy-image .feature-style2 .rtin-item .rtin-icon img{
  height:80px;
	width:80px;
}

.godaddy-image:hover img{
content:url('https://www.dtechies.com/wp-content/uploads/2024/01/Frame-9gooDaddy.svg');
	transition: all 0.8s ease;
}

.feature-box{   
    visibility: visible;
    animation-duration: 0s !important;
    animation-delay: 0s !important;
    animation-name: none;
}

/* anchor tag conditions */
.dt-custom-link{
	text-transform:capitalize;
}

.dt-custom-link:hover {
    color: #0554fa !important;
		text-transform:capitalize;
		border-bottom:2px solid #0554fa;
}

.dt-custom-bg-link{
	text-transform:capitalize;
	color: #99bbff !important;
}

.dt-custom-bg-link:hover {
    color: #fff !important;
		text-transform:capitalize;
		border-bottom:2px solid #99bbff;
}
/* End of anchor tag conditions */

/* Job Posts Detail - Bullets */
.sjb-page .sjb-detail .list-data .v2 ul li {
    font-size: 16px;
    line-height: 24px;
    padding-left: 25px;
    position: relative;
}

.sjb-page .sjb-detail .list-data .v1 ul li::before, .sjb-page .sjb-detail .list-data .v2 ul li::before {
    color: #0554fa;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 12px;
    left: 0;
    position: absolute;
    top: 0;
}

/* Info Box */
.info-box .rtin-title a:hover {
    color: #fff !important;
}

a.button-style-1:hover {
    color: #fff !important;
}

/* Contact Us Side Blocks */
.rtin-contact-info .rtin-item {
    border-radius: 10px;
    background-color: #f8fcff;
    padding: 30px;
    display: flex;
}

#social-row a{
	color:#444 !important;
}

#social-row a:hover{
	color:#0554fa !important;
}

/* paragraph custom */
.dt-text{
	text-align:left;
}

/* Hide Related Posts in jobposts */
.jobpost .rt-related-post{
		display: none;
    visibility: hidden;
}

/* Blog Related CSS */
.blog-box .entry-content h3 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 500;
}

.blog-layout-1 .blog-text p {
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px !important;
    line-height: 30px !important;
}

/* ******************************** */
/*Media Query For Mobile */
/* ******************************** */
@media only screen and (max-width:425px){
	/* Job Title  */
h4 .job-title {
    font-size: 20px !important;
    font-family: rubik, sans-serif;
    color: #444;
    font-weight: 300;
}

/* Job Title Hover Condition  */
h4 .job-title:hover {
    font-size: 25px;
    font-family: rubik, sans-serif;
    color: #0554F2;
    font-weight: 300;
}
	
.sjb-page .list-data .v2 .job-info h4 {	
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    text-align: center;
	}
	
.sjb-page .list-data .v2 .sjb-apply-now-btn p{
  float:left;	
	width:100%;
	
}
	
.sjb-page .list-data .v2 .sjb-apply-now-btn a{
	width:100%;
	text-align:center;
	padding: 15px 30%;
}
		
.sjb-page .col-md-3 {
    width: 100%;
}
	
.sjb-page .list-data .sjb-company-wrapper-details-list {
    padding: 15px 15px;
    overflow: hidden;
}
	
/* Blog Hight	 */
.post-grid-style2 .rtin-item-post .rtin-content {
    padding: 30px 30px 25px;
    background: #fff;
    z-index: 2;
    position: relative;
    border-radius: 0px 0px 15px 15px;
/*     height: 350px; */
	}	
#mega-menu-item-7592 a:before, #mega-menu-item-7627 a:before, #mega-menu-item-9723 a:before, #mega-menu-item-7995 a:before, #mega-menu-item-7989 a:before{
		margin-top:15px !important;
		height:25px !important;
}	

#mega-menu-item-7638 a:before,#mega-menu-item-9724 a:before	{
		margin-top:10px !important;
		height:25px !important;
}


}
/*End Media Query For Mobile */

/* ******************************** */
/* Media Query For Tablet*/
/* ******************************** */
@media only screen and (max-width:768px){
h4 .job-title {
        font-size: 40px;
    }
h4 .job-title:hover {
        font-size: 40px;
    }
.sjb-page .col-md-3 {
        width: 100%;
    }
	
#mega-menu-item-7592 a:before, #mega-menu-item-7627 a:before, #mega-menu-item-9723 a:before, #mega-menu-item-7995 a:before, #mega-menu-item-7989 a:before{
		margin-top:15px !important;
		height:25px !important;
	}	

	#mega-menu-item-7638 a:before, #mega-menu-item-9724 a:before{
		margin-top:10px !important;
		height:25px !important;
	}

.rt-masonry-grid .col-md-4, .rt-masonry-grid .col-md-4 .blog-box, .rt-masonry-grid .col-md-4 .blog-box .blog-img-holder, .rt-masonry-grid .col-md-4 .blog-box .blog-img-holder img{
		width:100% !important;
	}
	
/* .blog-box ul {
	top:350px !important;
	left:0px !important;
	right:0px !important;
	bottom:-30px !important;
	z-index:999 !important;
} */
	
}
/* End Media Query For Tablet*/

/* Blog - related product space */
.owl-wrap{
	margin-bottom:60px;
}

/* Newsletter Form Related CSS */
.tnp-subscription label{
display:none !important;	
}

.tnp-subscription div.tnp-field{
	display: grid;
}

.tnp-subscription div.tnp-field-email{
	width:100%;	
}

.tnp-subscription input.tnp-submit {
    text-transform:uppercase;
	  padding: 15px 25px;
    color: #fff;
    background: #0554f2;
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 50;
    letter-spacing: 0.2px;
    font-weight: 400;
}

.dt-custom-toc li a .elementor-icon-list-text{
    padding: 0px 5px !important;
    line-height: 20px !important;
}

.dt-custom-toc li .dt-custom-hover-link:hover{
	text-decoration: underline;
}

.dt-custom-social a{
	color:#444;
}

.dt-custom-social a:hover{
	color:#0554fa;
}

.feature-style2 .rtin-item .rtin-title{
	margin-left: -5px;
	margin-right: -30px;
}

/* Blog Page */
.blog-box .blog-img-holder:before{
	background-image:none !important;
}

.blog-box .blog-img-holder:after{
	background-image:none !important;
}

.blog-box ul {

	left:0px !important;
	right:0px !important;
	bottom:-30px !important;
	z-index:999 !important;
}

.blog-box ul li, 
.blog-box ul li a{
	color:#000;
}

.blog-box .blog-img-holder ul{
		
	background-color:#f2f2f2 !important;
	padding:5px 20px;	
/* 	border-radius:5px; */
	margin-bottom:10px;
}

.blog-box .entry-content{
	padding: 40px 30px 25px !important;
}

/* .blog-box .entry-content h3, .blog-box .entry-content h3 a{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #0554f2;
} */