body.customers{
	background: transparent;
}

li.menu-item-modules {
    display: none;
}
li.sub-menu-item-setup-menu-options {
    display: none;
}
li.menu-item-menu-options {
    display: none;
}
form#settings-form .col-md-3 ul li:nth-child(6) {
    display: none;
}
form#settings-form .col-md-3 ul li:nth-child(7) {
    display: none;
}
form#settings-form .col-md-3 ul li:nth-child(8) {
    display: none;
}
form#settings-form .col-md-3 ul li:nth-child(12) {
    display: none;
}
form#settings-form .col-md-3 ul li:nth-child(20) {
    display: none;
}
.bold, strong, b {
    font-weight: 600;
}
.hide {
    display: none;
}

/* Customer */
.navbar-default {
    background: #fff;
}
.navbar-header a.logo.img-responsive.navbar-brand.logo {
    padding: 0 0;
}

a.logo.img-responsive.navbar-brand.logo{
                                 margin: 5px;	
}

.navbar a.navbar-brand img {
    width: auto;
    height: 50px;  
}
.navbar-default .navbar-nav>li>a {;
    line-height: 45px;
	 font-family: 'Work Sans', sans-serif;
}

/* Login */
body.login_admin {
    background: #f9fafb;
}
.authentication-form-wrapper .company-logo img {
    width: 250px;
}

.table.items thead {
    background: #dc2623;
}

.preview-sticky-header {
    z-index: 2 !important;
}

/* Invoice Design */

@media screen and (min-width: 1200px) {
    
body.customers.viewinvoice .panel-body {
    padding: 0;
}    
    
.panel-body.proposal-content.tc-content.padding-30 {
    padding: 0 0 0 0 !important;
}
.title {
    position: relative;
    padding: 10px 20px 10px 0px;
    font-size: 20px;
    position: relative;
    color: #FFF;
    background: none;
    border: none;
	margin-bottom: 0px;
}
.title a {
    position: inherit;
    z-index: 1;
    color: #c91006;
}
.title:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}
.title:after {
   /* content: " ";)*/
    position: absolute;
    display: block;
    width: 20%;
    height: 100%;
    padding: 50px 0;
    top: 0;
    right: 0;
    z-index: 0;
    background: #524f4e;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}
.logo_box1{
  display:inline-block;
  width:64%;
  margin-bottom: 50px;
}
.logo_box1 img{
  max-width:200px;
  position: inherit;
  z-index: 0;
}
.logo_box2{
  display:inline-block;
  width:35.5%;
}
.title2 {
    position: relative;
    padding: 12px 20px 10px 10px;
    font-size: 30px;
    text-transform:uppercase;
    color: #FFF;
    background: transparent;
    border: none;
  text-align: center;
}
.title2 a {
    position: inherit;
    z-index: 1;
    color: #fff;
 pointer-events: none;
}
.title2:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    padding: 50px 0;
    top: -4px;
    left: -22%;
    z-index: 0;
    background: #d52c26;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}
.title2:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    padding: 50px 0;
    top: -4px;
    right: 0;
    z-index: 0;
    background: #d52c26;
    transform-origin: bottom left;
    -ms-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
}
.panel-body.proposal-content.tc-content p {
    padding: 0 30px;
}


/* Footer */
.footer_base {
    position: relative;
    padding: 10px 20px 10px 10px;
    font-size: 20px;
    position: relative;
    color: #FFF;
    border: none;
}
.footer_base a {
    position: inherit;
    z-index: 1;
    color: #fff;
}
.footer_base:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}
.footer_base:after {
    content: " ";
    position: absolute;
    display: block;
    width: 20%;
    height: 100%;
    top: -14px;
    right: 0;
    padding: 0 0 50px 0;
    z-index: 0;
    background: #524f4e;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}
.footer_base_logo_box1{
  display:inline-block;
  width:64%;
  text-align: center;
}
.footer_base_logo_box1 img{
  max-width:200px;
}
.footer_base_logo_box2{
  display:inline-block;
  width:35.5%;
}
.footer_base_2 {
    position: relative;
    padding: 10px 20px 10px 10px;
    font-size: 14px;
    color: #FFF;
    background: transparent;
    border: none;
    text-align: center;
}
.footer_base_2 a {
    position: inherit;
    z-index: 1;
    color: #fff;
 pointer-events: none;
}
.footer_base_2:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: -10px;
    left: -22%;
    padding: 0 0 50px 0;
    z-index: 0;
    background: #d52c26;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}
.footer_base_2:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: -10px;
    right: 0;
    padding: 0 0 50px 0;
    z-index: 0;
    background: #d52c26;
    transform-origin: bottom left;
    -ms-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
}
.footer_base_top {
    display: inline-block;
    margin: 30px 0 0 0;
    background:  #a9a9a97d !important;
}
.hide_on_desktop{
    display:none;
}
}
@media screen and (max-width: 1159px) {
.hide_on_mobile{
    display:none;
    }
}


.table .alert-info {
    color: #000 !important;
    background-color: #d5ecff !important;
    border-color: #d5ecff !important;
}
/* Web To Lead Form */
body.web-to-lead.bf0a9364e989d31567e76bb8ffbaacfd {    background: transparent;}
body.web-to-lead.bf0a9364e989d31567e76bb8ffbaacfd label.control-label {    font-family: 'Montserrat',sans-serif!important;    color: #4a4a4a!important;    text-transform: uppercase!important;	font-weight: 700;}
body.web-to-lead.bf0a9364e989d31567e76bb8ffbaacfd .btn {    background: #fff;    border: 2px solid #ee3135 !important;    font-family: 'Montserrat', sans-serif !important;    font-size: 22px !important;    color: #ee3135 !important;    font-weight: bold !important;    margin: 0;    width: 100%;}
body.web-to-lead.bf0a9364e989d31567e76bb8ffbaacfd .btn:hover {    color: #fff !important;    background: #e8302a;}

/* Pop up form */
body.web-to-lead.\32 3703ca2b2691b0e6fa038290ddab0f7 label.control-label {    display: none;}
body.web-to-lead.\32 3703ca2b2691b0e6fa038290ddab0f7 input, textarea {    border-color: #e5e5e5;    display: block;    box-sizing: border-box;    -moz-box-sizing: border-box;    width: 100%;    height: 44px;    padding: 8px 10px;    outline: none;    border-width: 1px;    border-style: solid;    border-radius: 0;    background: #fff;    font: 14px/19px 'Open Sans',Helvetica,Arial,sans-serif;    color: #777 !important;    appearance: normal;    -moz-appearance: none;    -webkit-appearance: none;    border-radius: 3px;    text-transform: none;    margin-bottom: 15px;}
body.web-to-lead.\32 3703ca2b2691b0e6fa038290ddab0f7 .btn {    background: #fff;    border: 2px solid #ee3135 !important;    font-family: 'Montserrat', sans-serif !important;    font-size: 22px !important;    color: #ee3135 !important;    font-weight: bold !important;    margin: 0;    width: 100%;}
body.web-to-lead.\32 3703ca2b2691b0e6fa038290ddab0f7 .btn:hover {    color: #fff !important;    background: #e8302a;}


/*Quick Contact */
body.web-to-lead.\37 39a536621a9ef8c11778e8dd218e9c5 {    background: transparent;}
body.web-to-lead.\37 39a536621a9ef8c11778e8dd218e9c5 label.control-label {    display: none;}
body.web-to-lead.\37 39a536621a9ef8c11778e8dd218e9c5 input, textarea {    border-color: #e5e5e5;    display: block;    box-sizing: border-box;    -moz-box-sizing: border-box;    width: 100%;    height: 44px;    padding: 8px 10px;    outline: none;    border-width: 1px;    border-style: solid;    border-radius: 0;    background: #fff;    font: 14px/19px 'Open Sans',Helvetica,Arial,sans-serif;    color: #777 !important;    appearance: normal;    -moz-appearance: none;    -webkit-appearance: none;    border-radius: 3px;    text-transform: none;    margin-bottom: 15px;}
body.web-to-lead.\37 39a536621a9ef8c11778e8dd218e9c5 .btn {    background: #fff;    border: 2px solid #ee3135 !important;    font-family: 'Montserrat', sans-serif !important;    font-size: 22px !important;    color: #ee3135 !important;    font-weight: bold !important;    margin: 0;    width: 100%;}
body.web-to-lead.\37 39a536621a9ef8c11778e8dd218e9c5 .btn:hover {
    color: #fff !important;
    background: #e8302a;
}


/* Career Form */
body.web-to-lead.f72d96225819650e332d7404063efbc7 {    background: transparent;}
body.web-to-lead.f72d96225819650e332d7404063efbc7 label.control-label {    font-family: 'Montserrat',sans-serif!important;    color: #4a4a4a!important;    text-transform: uppercase!important;	font-weight: 700;}
body.web-to-lead.f72d96225819650e332d7404063efbc7 .btn {    background: #fff;    border: 2px solid #ee3135 !important;    font-family: 'Montserrat', sans-serif !important;    font-size: 22px !important;    color: #ee3135 !important;    font-weight: bold !important;    margin: 0;    width: 100%;}
body.web-to-lead.f72d96225819650e332d7404063efbc7 .btn:hover {    color: #fff !important;    background: #e8302a;}



/* HIDE UTM FIELDS ON WEB TO  LEAD FORM */





/*****************************************recruitment_portal*********************************/

.extra-nav .extra-cell {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
}


ul.nav.navbar-nav.first{
	display:flex;
	width: 70%;
	justify-content: center;
	
}

@media only screen and (max-width: 575px){
ul.nav.navbar-nav.first{
	display: none;
}
}

@media only screen and (max-width: 575px){
.extra-nav.social{
	display: none;
}
}

@media only screen and (max-width: 575px){
.navbar-header.for-mble-dve{
	display: flex;
}
}  


@media only screen and (max-width: 575px){
.top-bar.sx-bg-secondry{
	display: none;
}
}

@media only screen and (max-width: 575px){
nav.navbar.navbar-default.header{
	max-height: 60px;
   
}
}  

@media only screen and (max-width: 575px){
a.logo.img-responsive.navbar-brand.logo{
                                  margin: 0px;
                                  padding: 10px 0!important;								  
                               }
                           }

@media only screen and (max-width: 575px){
img.img-responsive{
	         height: 36px!important;  
             margin-left: 0px!important;			 
       }    
   }    

.extra-nav {
    display: table;
    height: 60px;
}

.extra-nav.social-mobile{
	display: none;  	
}

@media only screen and (max-width: 575px){
.extra-nav.social-mobile{
	display: block;
    padding: 20px;
}
}


nav.navbar.navbar-default.header.st-ck{
                          position: sticky;
                          position: -webkit-sticky;
                          top: 0;
                          z-index: 4; 
						  box-shadow: 0 3px 5px rgb(57 63 72 / 30%);
						  height: 60px;
}
 

ul.social-icons.sx-social-links a{
	color: #3e3e3e;
    font-size: 20px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    border: 1px solid transparent;	 
 }
 
 .newsletter-bx{
	 text-align: left;
    background-color: #fff;
    height: 40px;
}

.logo-footer.clearfix.p-b15{
	padding-bottom: 15px;
}

p.mb-1.text-black.foll-ow{
	
	margin-bottom: .25rem;  
}


ul.social-icons.sx-social-links li{
	display: inline-block;
    text-align: center;
    margin-right: 5px;
}

.call-to-action-left.mt-3{
	margin-top: 1rem;
}

h5.m-b10.subs-bb{
      margin-bottom:10px;
    }
	
.call-to-action-right{
	padding-top: 5px;
}	

.input-group.o-ne{
    position: relative;
    /*display: flex;*/
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

button.site-button{
    background-color: #c91006;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0px;
    height: 30px;
    padding: 4px 10px;
    margin: 5px 4px 5px 4px;
    font-size: 14px;
	border: none;
}  

.input-group.o-ne input.form-control{
	padding: 10px;
	border: none;
}

.widget.widget_services.inline-links{
	margin-bottom: 20px;
}

.site-footer .widget_services ul li {
    margin-bottom: 13px;
    position: relative;
    padding: 0px 10px 0px 0px;
    margin-bottom: 0;
    background: none;	
}



ul.mobile-hidden.rct-ft li a{
	font-size: 14px;
	color: #3E3E3E; 
    font-family: 'Work Sans', sans-serif;	
}

h5.widget-title.mb-2.paymt-st{
	color: #3E3E3E; 
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
}

h5.widget-title.mb-2.mt-3.mk-py{
		color: #3E3E3E; 
        font-family: 'Work Sans', sans-serif;
        font-weight: 600;
        font-size: 20px;	
}

ul.mobile-hidden.rct-ft li{
	line-height: 28px;
}

li.scan-kk-py{
	margin-bottom: 20px;
	    font-size: 16px;
    color: #3E3E3E;
    font-family: 'Work Sans', sans-serif;
}


.footer-bottom.overlay-wraper{
    padding: 20px 0px;
    color: #787878;
    font-size: 13px;
}

@media only screen and (max-width: 575px){
.m-ble-so-icons{
            width: 60%;
        }
    }

@media only screen and (max-width: 575px){	
button.navbar-toggle.collapsed.ph-one{
	margin: auto;
}	
}




/************************************************************************************/

    .m-d.expand-list{
        margin: 0;
        padding: 0;
    }
    .m-d.expand-list > li{
        list-style-type: none;
        padding: 15px 0;
        border-bottom: 1px solid #e4e5e7;
        position: relative;
/*         max-width: 80%; */
    }
    .m-d label[class^="tab"]:hover{
        cursor: pointer;
    }
    .m-d input{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .m-d input[class^="tab"]{
        width: 100%;
        height: 40px;
        position: absolute;
        left: 0;
        top: 0; 
    }
		.m-d input[class^="tab"]:hover{
			cursor: pointer;
		}
    .m-d label[class^="tab"]{
        font-weight: bold;
    }
    .m-d .content{
        height: auto;
        max-height: 0;
        /*max-width: 300px;*/
        /*background: yellow;*/
        overflow: hidden;
        transform: translateY(20px);
        transition: all 180ms ease-in-out 0ms; 
    }
    .m-d li[data-md-content="100"] input[class^="tab"]:checked ~ .content{
        max-height: 100px;
        transition: all 150ms ease-in-out 0ms;
    }
    .m-d li[data-md-content="200"] input[class^="tab"]:checked ~ .content{
        max-height: inherit;
        transition: all 200ms ease-in-out 0ms;
    }
    .m-d li[data-md-content="300"] input[class^="tab"]:checked ~ .content{
        max-height: 300px;
        transition: all 250ms ease-in-out 0ms;
    }
    .m-d li[data-md-content="400"] input[class^="tab"]:checked ~ .content{
        max-height: 400px;
        transition: all 250ms ease-in-out 0ms;
    }
    .m-d li[data-md-content="500"] input[class^="tab"]:checked ~ .content{
        max-height: 500px;
        transition: all 250ms ease-in-out 0ms;
    }
    .m-d li[data-md-content="600"] input[class^="tab"]:checked ~ .content{
        max-height: 600px;
        transition: all 250ms ease-in-out 0ms;
    }
    .m-d li[data-md-content="700"] input[class^="tab"]:checked ~ .content{
        max-height: 700px;
        transition: all 300ms ease-in-out 0ms;
    }
    .m-d li[data-md-content="800"] input[class^="tab"]:checked ~ .content{
        max-height: 800px;
        transition: all 300ms ease-in-out 0ms;
    }
    .m-d li[data-md-content="900"] input[class^="tab"]:checked ~ .content{
        max-height: 900px;
        transition: all 300ms ease-in-out 0ms;
    }
    .m-d li[data-md-content="1000"] input[class^="tab"]:checked ~ .content{
        max-height: 1000px;
        transition: all 350ms ease-in-out 0ms;
    }
		.m-d li[data-md-content=""] input[class^="tab"]:checked ~ .content{
        max-height: 1000px;
        transition: all 250ms ease-in-out 0ms;
    }
    .m-d input[class^="tab"]:checked ~ .content{
        margin-bottom: 20px;
    }
  

/*****************************************fotterarr**************************************/  
    .m-d .open-close-icon{
        display: inline-block;
        position: absolute;
        right: 20px;
        transform: translatey(2px);
    }
    .m-d .open-close-icon i{
        position: absolute;
        left: 0;
    }
    .m-d .open-close-icon .fa-arrow-down{
        transform:rotate(180deg);
        transition: transform 150ms ease-in-out 0ms;
    }
    .m-d input[class^="tab"]:checked ~ .open-close-icon .fa-arrow-down{
        transform: rotate(0deg);
        transition: transform 150ms ease-in-out 0ms;
    }
    .m-d .open-close-icon .fa-arrow-up{
        opacity: 1;
        /*transform:rotate(-90deg);*/
		transform:rotate(180deg);
        transition: opacity 50ms linear 0ms, transform 150ms ease-in-out 0ms;
    }
    .m-d input[class^="tab"]:checked ~ .open-close-icon .fa-arrow-up{
        opacity: 0;
        transform: rotate(0deg);
        transition: opacity 50ms linear 0ms, transform 150ms ease-in-out 0ms; 
    }
    

*{
	line-height: 1.4;
	/*font-family: "harmonia sans", roboto, arial;*/
	
	
}

.fa-arrow-up:before{
	content: '\f107';
}

.fa-arrow-down:before{
	     content: '\f107';
}
/*******************************************************************/


ul.mobile-hidden.rct-ft.mobile-part{   
	display: none;
}


@media only screen and (max-width: 575px){
ul.mobile-hidden.rct-ft.mobile-part{
	display: block;
}
}

ul.m-d.expand-list{
	display: none;
	margin-top: 20px;
}


@media only screen and (max-width: 575px){
ul.m-d.expand-list{
	display: block;
}
}

@media only screen and (max-width: 575px){
ul.mobile-hidden.rct-ft{
	display: none;
}
}

h5.widget-title.mobile-hidden{
	color: #3E3E3E;
	font-weight: 600;
	font-size: 20px;
	font-family: 'Work Sans', sans-serif;
}

@media only screen and (max-width: 575px){
h5.widget-title.mobile-hidden{
	display: none;
}
}

@media only screen and (max-width: 575px){
ul.m-d.expand-list input#tab1{
	outline: none;
}
ul.m-d.expand-list input#tab2{
	outline: none;
}  
}

@media only screen and (max-width: 575px){
h5.widget-title.mb-2.paymt-st{
	display: none;
}
ul.widget_address.all-three-img{
	display: none;
}
.col-lg-3.col-md-6.col-sm-6.mt-35.cert-path-img{
	display: none;  
}
}

ul.widget_address.mobile-hidden.rct-ft li.mb-1.fs-16{
	font-size: 16px;
    color: #3E3E3E;
    font-family: 'Work Sans', sans-serif;
}

ul.widget_address.mobile-hidden.rct-ft li{
	font-size: 16px;
    color: #3E3E3E;
    font-family: 'Work Sans', sans-serif;
}


/*.collapse.navbar-collapse{
	display: none!important;
}*/

ul.nav.navbar-nav.navbar-right.only-mo-bile-de-vice{
	display: none;
}

@media only screen and (max-width: 575px){
ul.nav.navbar-nav.navbar-right.only-mo-bile-de-vice{
	display: block;
	margin-top: 0px;
}
}

@media only screen and (max-width: 575px){
div#theme-navbar-collapse{
	width: 70%;
	background: white;
	height: 100vh;  
	border: none;
	
}
}


.feature-view_detail.new.text{
	background-color: #c91006!important;
    color: #fff!important;
	border: none!important;     
}

.feature-view_detail.new.text:hover{
	background-color: #3e3e3e!important;
    color: #fff !important;
    box-shadow: 0 3px 5px rgb(57 63 72 / 30%) !important;
}


.job_content.col-md-12{
	
	box-shadow: 0 3px 5px rgb(57 63 72 / 30%) !important;
}


button.btn.btn-success.kb-search-button{
	background-color: #c91006!important;
}


a.bold.a-color.text-uppercase{
	color: white!important;  
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	text-transform: capitalize;
}


.job_content.col-md-12.new-me-css{
	height: 100%!important;
}


h4.card-title.bold.company-title{
	color: #c91006
}

h3.card-title.bold.company-title{
	color: #c91006;
}

h5.card-title.bold.text-warning{
	color: #c91006;
}

h5.card-title.bold.text-muted{
	font-family: 'Work Sans', sans-serif;
}

h5.card-title.bold.text-warning{
	font-family: 'Work Sans', sans-serif;
}

.feature-view_detail_related.new.text{
	background-color: #c91006!important;
    color: #fff!important;
    border: none!important;  
}

.feature-view_detail_related.new.text:hover{
    background-color: #3e3e3e!important;
    color: #fff !important;
    box-shadow: 0 3px 5px rgb(57 63 72 / 30%) !important;
}


button.btn.btn-primary.skill-margin{
	  background-color: #c91006!important;
}


button.btn.btn-danger.recruitment_showmore{
	    background-color: #c91006!important;
       color: #fff!important;
       border: none!important;  
	   text-transform: capitalize;
}

.panel_s{
	box-shadow: none;
}


#panel_body_job {
    background: transparent!important;   
    border: none;  
} 

.job_content_related.col-md-12{
                          height: 100%!important;	
}

.job-description p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;     
}

.job .job_content_related{
	         box-shadow: 0 3px 5px rgb(57 63 72 / 30%) !important;
  
}




@media only screen and (max-width: 575px){
.job__description_detail.col-md-6{
	margin-left: 0px;
}

.job .job_content{
	padding-top: 15px!important;
	padding-bottom: 15px!important;
}

div#job_68268{
	margin: 0px 0px 20px 0px!important;
	
}
div#panel_body_job{
	 background: transparent!important;   
    border: none; 
}
h3.title.h3-job-related{
	font-size: 15px;
	margin-bottom: 5px;
}
a.bold.a-color{
	color: #c91006!important;  
}
h5.view-salary.bold{
	font-size: 10px;
	margin: 5px auto;
}
.job-description{
	margin-top: 5px!important;  
}
p.ti-tle-fst-p-ra{
	margin-bottom: 0px;
	 overflow: hidden;
         text-overflow: ellipsis;
         display: -webkit-box;
         -webkit-line-clamp: 2; /* number of lines to show */
         line-clamp: 2; 
        -webkit-box-orient: vertical;
}
.full_time-color{
	padding: 5px 10px!important;
	font-size: 10px!important;
}
.city_and_posted_date.col-md-3{
	display: none!important;
}
.details h2.title{
	font-size: 14px;
	margin-bottom: 5px;     
}

.job-bottom{
	   margin-top: 5px!important;     
}
p.rt-por-tal-para-st{
	 margin-bottom: 0px;
	 overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 2; /* number of lines to show */
     line-clamp: 2; 
    -webkit-box-orient: vertical;     
}
.job-description p{
	     overflow: hidden;
         text-overflow: ellipsis;
         display: -webkit-box;
         -webkit-line-clamp: 2; /* number of lines to show */
         line-clamp: 2; 
        -webkit-box-orient: vertical;
}

.job_content_related.col-md-12{
	                    height: 100%!important;
}


.row.loction-part{
	display: flex;
}
.col-md-3.job-loc-t{
	width: -webkit-fill-available;
}

.col-md-9.locto-exp{
	   width: -webkit-fill-available;
}

}   

div#jo-bb-de-tail-rt{
	box-shadow: 0 3px 5px rgb(57 63 72 / 30%);
}

div#jobb-dis-cript-ionn{
	    box-shadow: 0 3px 5px rgb(57 63 72 / 30%);
}

div#top-boxx-view-detail{
	   box-shadow: 0 3px 5px rgb(57 63 72 / 30%);
}


.panel-body.sub-b-t-btnt-btn{
	background: transparent;
	border: none;
	padding: 0px;
}

.jumbotron.kb-search-jumbotron{
	background-image: url(https://naksheadmin.webnoo.in.net/public/slider/20220708081608.jpeg);
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 300px;
	   
}

@media only screen and (max-width: 575px){
.jumbotron.kb-search-jumbotron{
	margin-top: -40px;
	min-height: auto;
}
}

h2.mbot30.bold.kb-search-heading{
	color: #c91006;   
}

@media only screen and (max-width: 575px){
hr.desktop-hidden.fotter-one{
	display: none;
}
}

@media only screen and (max-width: 575px){
.widget.widget_services.inline-links ul.m-d.expand-list li{
	padding: 15px 0px;
}
}

@media only screen and (max-width: 575px){
ul.mobile-hidden.rct-ft.mobile-part li{
	padding: 0px!important;  
}
}

@media only screen and (max-width: 575px){
ul.m-d.expand-list label.tab_lab{
	font-size: 16px;
	font-weight: 500;
    line-height: 1.2;
	color: #3E3E3E;
}
}


.row.button-action-row{
	font-family: 'Work Sans', sans-serif;
}

a.social-icon{
	font-family: 'FontAwesome'!important;
}

button#sm_btn{
	background: #c91006;       
}

@media only screen and (max-width: 575px){
p.nav-ham-bg-list{
	margin: 0px;
	padding: 10px 15px;
	font-size: 14px;
	border-bottom: 1px solid #E9E9E9;
	min-height: 50px;
}
}


@media only screen and (max-width: 575px){
span.badge.badge-pill.badge-success{
	background: #28a745;
    text-transform: capitalize;	
	font-weight: 100;
}
}

@media only screen and (max-width: 575px){
p.nav-ham-bg-list i.fa{
                      font-size: 17px;
                      margin-right: 9px;
                      opacity: 0.9;					  
            }
}

@media only screen and (max-width: 575px){
span.fa.fa-angle-right.submenu-toogle{
	float: right;
	width: 15px;
	padding: 5px 0;
	color: #c91006;
}
}


.bottom_link {
    position: fixed;
    bottom: 0;
    width: 65%;
    bottom: 10px;
    padding: 5px 15px;
	display: none;
}

@media only screen and (max-width: 768px){
.bottom_link {
    display: block !important;
}
}

.verticle--webkit-baseline-middle {
    vertical-align: -webkit-baseline-middle;
}

@media only screen and (max-width: 540px){
.is-fixed .navbar-toggler {
    margin-bottom: 0px;
}
}

@media only screen and (max-width: 991px){
span.icon-bar.icon-bar-three {
    transform: rotate(-45deg) translateX(3px) translateY(-2px);
}
}

@media only screen and (max-width: 991px){
span.icon-bar.icon-bar-first{
    transform: rotate(45deg) translateX(3px) translateY(2px);
}
}


@media only screen and (max-width: 575px){
button.navbar-toggle.ph-one.bottom-crose{
	margin: 0px;
}
}


@media only screen and (max-width: 575px){
span.verticle--webkit-baseline-middle a{
	color: black;
	font-size: 15px;  
}
}


/* ############## IDW Landing Page Forms ################# */



