/* PLACE YOU CUSTOM STYLES IN THIS FILE */
body{
	background-image: url('/assets/helpdeskz/images/body-bg.jpg') !important;
	width: 100%;
	background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.sidebar-boxs .sidebar-boxs-card{
	background: #fafafa none repeat scroll 0 0 !important;
    border: 1px solid #e1e8ed !important;
    border-radius: 5px !important;
    display: block !important;
    margin-bottom: 30px !important;
    padding: 15px 20px 20px !important;
    position: relative !important;
    width: 100% !important;
    z-index: 9 !important;
	-moz-box-shadow: -1px 2px 9px 0px rgba(221,221,221,1) !important;
    box-shadow: -1px 2px 9px 0px rgb(235 235 235) !important;
}
.sidebar-boxs .sidebar-boxs-card .org-card:last-child{
	border-bottom:0 !important;
	margin-bottom: 0 !important;
}
.sidebar-boxs .sidebar-boxs-card .org-card{
	border-bottom: 1px dashed #c2c2ce !important;
    margin-bottom: 12px !important;
    padding-bottom: 12px !important;
}
.sidebar-boxs .sidebar-boxs-card .org-card h4{
	font-size: 20px;
    color: #ffffff !important;
    background-color: #f5861f;
    padding: 10px;
    margin-bottom: 10px !important;
}
.sidebar-boxs .sidebar-boxs-card .org-card i.fa{
    color: #ffffff;
	font-size: 15px;
	background-color: #0c8fc4;
	padding: 12px;
	border-radius: 50px;
	height: 36px;
	width: 36px;
	text-align: center;
	margin-right: 6px;
}
.sidebar-boxs .row-list { margin-bottom: 6px; padding-bottom: 6px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
/*.sidebar-boxs .row-list{
	border-bottom: 1px dashed #c2c2ce;
    margin-bottom: 12px;
    padding-bottom: 12px;
}
.sidebar-boxs .row-list:last-child {border-bottom: 0; margin-bottom: 0; padding-bottom: 0;}*/
.sidebar-boxs .row-list a{color: #000000;
	
}

.org-card{
	background: #fff;
}

.org-card h6{
	color:#333
}

.org-card a:hover{
	background: #fff;
}

.org-card h4{
	color:#333 !important;
}

.text-white{
	color: #fff;
}

.input-group-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #0072b4;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}
.login-box {
	width: 24%;
	margin: 0 auto;
	border: solid 1px #ccc;
	padding: 25px;
	border-radius: 10px;
	background: #FFFFFF;
	text-align: center;
	box-shadow: 1px 2px 14px 1px #ccc;
}
.fogt-password { margin: 10px 0; display: inline-block;}
.ticket-box {
/*	width: 60%;
	margin: 0 auto;
	border: solid 1px #ccc;
	padding: 25px;
	border-radius: 10px;
	background: #FFFFFF;
	box-shadow: 1px 2px 14px 1px #aaa;*/
	background: #fafafa none repeat scroll 0 0;
    border: 1px solid #e1e8ed;
    border-radius: 5px;
    display: block;
    margin-bottom: 30px;
    padding: 15px 20px 20px;
    position: relative;
    width: 100%;
    z-index: 9;
    -moz-box-shadow: -1px 2px 9px 0px rgba(221,221,221,1);
    box-shadow: -1px 2px 9px 0px rgb(235 235 235);
}

.heading {
	font-weight: 200;
	font-size: 24px;
	line-height: 32px;
	padding-top: 0px;
	text-transform: uppercase;
	font-weight: bold;
}

.bg-images {
	background-image: url('/assets/helpdeskz/images/login-bg.jpg');
	background-size: cover;
	top: 0;
	width: 100%;
	text-align: center;
	bottom: 0;
	opacity: 1;
	z-index: 999;
	min-height: 100vh;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
}
.image-box-place {
	margin-bottom: 15px;
}
.image-box-place img { width: 100%; }
.article-contant-box p{	margin-bottom: 6px;}
.article-contant-box ul{padding-left: 20px;}
.col.sidebar_ .mb-5{
	    -webkit-box-shadow: -1px 2px 9px 0px rgb(221 221 221);
    -moz-box-shadow: -1px 2px 9px 0px rgba(221,221,221,1);
    box-shadow: -1px 2px 9px 0px rgb(221 221 221);
	padding: 15px;
}
.article-image-and-contant {
	background-color: #fff;
	padding: 15px; width: 100%; margin-bottom: 15px;
	 -webkit-box-shadow: -1px 2px 9px 0px rgb(221 221 221);
    -moz-box-shadow: -1px 2px 9px 0px rgba(221,221,221,1);
    box-shadow: -1px 2px 9px 0px rgb(221 221 221);
}
.article-image-and-contant {
	
}
/**************************Knowledge Center***********************************/
.nk-blog-post {
    margin-bottom: 30px;
    background: #fff;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 10px;
    color: #24272d !important;
    box-shadow: 0 5px 25px rgb(50 50 93 / 5%) !important;
    transition: .2s;
	min-height: 423px;
}
.nk-post-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 4px;
    transition: opacity .15s ease-in-out;
}
.nk-post-title {
	font-size: 1.2rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.nk-post-title>a {
    color: inherit;
    text-decoration: none;
    transition: .15s color;
}
.nk-post-text{
	color: #000000;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    margin-top: 0;
    font-weight: 300;
	
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
/*    max-height: 75px;*/
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.nk-post-text p {
	margin-bottom: 8px;
}
.nk-post-text ul{
	padding-left: 20px;
}
.nk-btn {
    display: inline-block;
    padding: 9px 19px;
    font-family: Montserrat,sans-serif;
    font-size: .87rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    transition: .15s all;
}
.nk-btn-color-dark-3 {
    background-color: #2f3541;
    border-color: #16181e;
    border-style: solid;
	color: #fff;
}
.nk-btn-hover-color-main-1.hover, .nk-btn-hover-color-main-1:hover {
	background-color: #f5861f;
    border-color: #f5861f;
	color: #fff;
}
.nk-post-img img {
    width: 100%;
    height: auto;
    transition: transform .15s ease-in-out;
    transform: scale(1);
    will-change: transform;
}
.nk-blog-post:not(.nk-blog-post-single):hover .nk-post-img img {
    transform: scale(1.05);
}
.nk-gap{
    display: block;
    height: 15px;
}
.nk-btn-rounded {
    border-radius: 50px;
}
.post-category {
	border-radius: 50px;
	background-color: #051c60;
	display: inline-block;
	padding: 4px 20px;
	font-size: 12px;
}
.btn-themecolor {
	color: #ffffff;
    background-color: #e97b0f;
    border-color: #d56b04;
}
.btn-themecolor:hover{
	color: #ffffff;
    background-color: #df600e;
    border-color: #df600e;
}
.custom-file-label::after {
	background-color: #28a745; color: #fff;
}
.tab-content#myTabContent{
	background: #fafafa none repeat scroll 0 0;
    border: 1px solid #e1e8ed;
    border-radius: 5px;
    display: block;
    margin-bottom: 30px;
    padding: 15px 20px 20px;
    position: relative;
    width: 100%;
    z-index: 9;
    -moz-box-shadow: -1px 2px 9px 0px rgba(221,221,221,1);
    box-shadow: -1px 2px 9px 0px rgb(235 235 235);
}
.nav.nav-tabs#myTab .nav-item .nav-link.active{
	color: #ffffff;
    background-color: #e97b0f;
    border-color: #d56b04;
}
.nav.nav-tabs#myTab .nav-item .nav-link{
	color: #000;
    background-color: #e6e6e6;
    border-color: #ccc;
}

.tab-content#myTabContent{
	background: #fafafa none repeat scroll 0 0;
    border: 1px solid #e1e8ed;
    border-radius: 5px;
    display: block;
    margin-bottom: 30px;
    padding: 15px 20px 20px;
    position: relative;
    width: 100%;
    z-index: 9;
    -moz-box-shadow: -1px 2px 9px 0px rgba(221,221,221,1);
    box-shadow: -1px 2px 9px 0px rgb(235 235 235);
}

.cid-qv5AjKhpAC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  position: relative;
}

.margin-btm-15{
	margin-bottom: 15px;
	
}

.padding-edges{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
}

.margin-left{
	margin-left: 15px;
}

.header-menu .login-link .nav-link{
	color: #ffffff !important;
    background-color: #ff5528;
    border-color: #ff5528;
	border-radius: 33px;
    padding: 10px 40px 10px;
}
.header-menu .login-link .nav-link:hover {
	background-color: #df3e14;
}
.header-menu .nav-item{
	padding: 0 10px; border-left: solid 1px #ccc;
}
.header-menu .nav-item:first-child { border-left: 0; }
.header-menu .nav-item.login-link{
	border-left: 0; padding: 0;
}
.separator-skew {
    height: 80px;
}
.separator-bottom {
    top: auto;
    bottom: 0;
}
.separator {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 150px;
    z-index: 1;
    transform: translateZ(0);
    overflow: hidden;
    pointer-events: none;
}
.separator-bottom svg {
    bottom: 0;
}
.separator svg {
    position: absolute;
    pointer-events: none;
}
/*svg {
    overflow: hidden;
    vertical-align: middle;
}*/
.first-menu-style {
	    border-right: solid 1px #ccc;
    padding-right: 20px;
}
.faqsec-title { font-size: 24px; }
#accordion .card .card-header { background-color: #ccc;     -webkit-transition: all 5s ease-in-out;  transition: all 5s ease-in-out; }
#accordion .card .card-header a{ color: #000; display: block;     -webkit-transition: all 5s ease-in-out;  transition: all 5s ease-in-out;}
.collapse.show {-webkit-transition: all 5s ease-in-out;   transition: all 5s ease-in-out;}
.custom-lg-container {
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.header-link .material-icons { color: #fff !important; }
.navbar-toggler-icon {
	background-image: url('/assets/helpdeskz/images/toggler.svg');
}
.breadcrumb-links {
	background-color: #ebebeb;
    padding: 10px;
    font-weight: bold;
    border-radius: 5px;
    text-transform: capitalize;
    font-style: italic;
    letter-spacing: 1px;
	display: inline-block;
}
.card-box .card-header {background-color: #e5eeff;  border-bottom: 1px solid rgba(0,0,0,.125); }


.card-header .title {
    font-size: 17px;
    color: #000;
}
.card-header .accicon {
  float: right;
  font-size: 20px;  
  width: 1.2em;
}
.card-header{
  cursor: pointer;
  border-bottom: none;
}
.card{
  border: 1px solid #ddd;
}
.card-body{
  border-top: 1px solid #ddd;
}
.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
	.card-box {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    border: solid 1px #dbdbdb;
}
	.card {
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
	.breadcrumb-links { display: none;}
.breadcrumb-links2 {
    background-color: #ebebeb;
    padding: 10px;
    font-weight: bold;
    border-radius: 5px;
    text-transform: capitalize;
    font-style: italic;
    letter-spacing: 1px;
    display: inline-block;
}
	.breadcrumb-links2 .inactive_link, .breadcrumb-links2 .inactive_link:hover {
    color: #363636;
}
.img-box{ margin-bottom: 10px!important;}
.img-box img {width: 100%!important;}




@media (max-width: 1920px) { 
.custom-lg-container {
    max-width: 1800px;
}
}
@media (max-width: 1800px) {
.custom-lg-container {
    max-width: 1700px;
}
}
@media (max-width: 1600px) {
.custom-lg-container {
    max-width: 1520px; 
}
}
@media (max-width: 1440px) {
.custom-lg-container {
    max-width: 1360px;
}
}
@media (max-width: 1366px) {
.custom-lg-container {
    max-width: 1260px;
}
}
@media (max-width: 1280px) {
.custom-lg-container {
    max-width: 1200px;
}
}


/***************************Tablet resolution********************************/
@media screen and (max-width: 1024px) {

}	


@media screen and (min-device-width: 1023px) and (max-device-width: 1024px) { 

}

@media screen and (max-width: 991px) {

}


@media screen and (max-width: 980px) {


}


@media screen and (max-width: 800px) {
	

}
	
	
	

@media screen and (max-width: 768px) {
	.navbar-toggler {background-color: #f5861f; }
}

/***************************Mobile resolution********************************/
@media screen and (max-width: 767px) {

	
}
 
@media screen and (max-width: 640px) {

}

/***************************Iphone resolution********************************/
@media screen and (max-width: 480px) {

}

@media screen and (max-width: 411px) {

}

@media screen and (max-width: 375px) {

}


@media screen and (max-width: 360px) {
 
}


@media screen and (max-width: 320px){

}














